riched20: Move the textHostVtbl definition to work around Mac OS X breakage with...
[wine.git] / configure
blob3130f70a21d4d5c5212d9a825e4879fbc8d37c96
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.23.
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.23'
600 PACKAGE_STRING='Wine 1.1.23'
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 CROSSTARGETFLAGS
697 CROSSTEST
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 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
854 ac_precious_vars='build_alias
855 host_alias
856 target_alias
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
863 CXXFLAGS
866 XMKMF'
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
917 ac_prev=
918 ac_dashdash=
919 for ac_option
921 # If the previous option needs an argument, assign it.
922 if test -n "$ac_prev"; then
923 eval $ac_prev=\$ac_option
924 ac_prev=
925 continue
928 case $ac_option in
929 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 *) ac_optarg=yes ;;
931 esac
933 # Accept the important Cygnus configure options, so we can diagnose typos.
935 case $ac_dashdash$ac_option in
937 ac_dashdash=yes ;;
939 -bindir | --bindir | --bindi | --bind | --bin | --bi)
940 ac_prev=bindir ;;
941 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942 bindir=$ac_optarg ;;
944 -build | --build | --buil | --bui | --bu)
945 ac_prev=build_alias ;;
946 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947 build_alias=$ac_optarg ;;
949 -cache-file | --cache-file | --cache-fil | --cache-fi \
950 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951 ac_prev=cache_file ;;
952 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954 cache_file=$ac_optarg ;;
956 --config-cache | -C)
957 cache_file=config.cache ;;
959 -datadir | --datadir | --datadi | --datad)
960 ac_prev=datadir ;;
961 -datadir=* | --datadir=* | --datadi=* | --datad=*)
962 datadir=$ac_optarg ;;
964 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965 | --dataroo | --dataro | --datar)
966 ac_prev=datarootdir ;;
967 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969 datarootdir=$ac_optarg ;;
971 -disable-* | --disable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; }
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=no ;;
988 -docdir | --docdir | --docdi | --doc | --do)
989 ac_prev=docdir ;;
990 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991 docdir=$ac_optarg ;;
993 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994 ac_prev=dvidir ;;
995 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996 dvidir=$ac_optarg ;;
998 -enable-* | --enable-*)
999 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1008 "enable_$ac_useropt"
1009 "*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
1012 esac
1013 eval enable_$ac_useropt=\$ac_optarg ;;
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
1022 exec_prefix=$ac_optarg ;;
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
1035 -host | --host | --hos | --ho)
1036 ac_prev=host_alias ;;
1037 -host=* | --host=* | --hos=* | --ho=*)
1038 host_alias=$ac_optarg ;;
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
1051 includedir=$ac_optarg ;;
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056 infodir=$ac_optarg ;;
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061 libdir=$ac_optarg ;;
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
1068 libexecdir=$ac_optarg ;;
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
1076 | --localstate | --localstat | --localsta | --localst | --locals)
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080 localstatedir=$ac_optarg ;;
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085 mandir=$ac_optarg ;;
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092 | --no-cr | --no-c | -n)
1093 no_create=yes ;;
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106 oldincludedir=$ac_optarg ;;
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111 prefix=$ac_optarg ;;
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118 program_prefix=$ac_optarg ;;
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 program_suffix=$ac_optarg ;;
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
1142 program_transform_name=$ac_optarg ;;
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
1162 sbindir=$ac_optarg ;;
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
1173 sharedstatedir=$ac_optarg ;;
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
1178 site=$ac_optarg ;;
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183 srcdir=$ac_optarg ;;
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190 sysconfdir=$ac_optarg ;;
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
1193 ac_prev=target_alias ;;
1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195 target_alias=$ac_optarg ;;
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
1203 -with-* | --with-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208 { (exit 1); exit 1; }; }
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=\$ac_optarg ;;
1220 -without-* | --without-*)
1221 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222 # Reject names that are not valid shell variable names.
1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225 { (exit 1); exit 1; }; }
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1230 "with_$ac_useropt"
1231 "*) ;;
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1234 esac
1235 eval with_$ac_useropt=no ;;
1237 --x)
1238 # Obsolete; use --with-x.
1239 with_x=yes ;;
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257 { (exit 1); exit 1; }; }
1260 *=*)
1261 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262 # Reject names that are not valid shell variable names.
1263 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265 { (exit 1); exit 1; }; }
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277 esac
1278 done
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283 { (exit 1); exit 1; }; }
1286 if test -n "$ac_unrecognized_opts"; then
1287 case $enable_option_checking in
1288 no) ;;
1289 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290 { (exit 1); exit 1; }; } ;;
1291 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292 esac
1295 # Check all directory arguments for consistency.
1296 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297 datadir sysconfdir sharedstatedir localstatedir includedir \
1298 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299 libdir localedir mandir
1301 eval ac_val=\$$ac_var
1302 # Remove trailing slashes.
1303 case $ac_val in
1304 */ )
1305 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306 eval $ac_var=\$ac_val;;
1307 esac
1308 # Be sure to have absolute directory names.
1309 case $ac_val in
1310 [\\/$]* | ?:[\\/]* ) continue;;
1311 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312 esac
1313 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314 { (exit 1); exit 1; }; }
1315 done
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326 if test "x$build_alias" = x; then
1327 cross_compiling=maybe
1328 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329 If a cross compiler is detected then cross compile mode will be used." >&2
1330 elif test "x$build_alias" != "x$host_alias"; then
1331 cross_compiling=yes
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338 test "$silent" = yes && exec 6>/dev/null
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345 { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348 { (exit 1); exit 1; }; }
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353 ac_srcdir_defaulted=yes
1354 # Try the directory containing this script, then the parent directory.
1355 ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357 X"$as_myself" : 'X\(//\)[^/]' \| \
1358 X"$as_myself" : 'X\(//\)$' \| \
1359 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 s//\1/
1365 /^X\(\/\/\)[^/].*/{
1366 s//\1/
1369 /^X\(\/\/\)$/{
1370 s//\1/
1373 /^X\(\/\).*/{
1374 s//\1/
1377 s/.*/./; q'`
1378 srcdir=$ac_confdir
1379 if test ! -r "$srcdir/$ac_unique_file"; then
1380 srcdir=..
1382 else
1383 ac_srcdir_defaulted=no
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388 { (exit 1); exit 1; }; }
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393 { (exit 1); exit 1; }; }
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1413 # Report the --help message.
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures Wine 1.1.23 to adapt to many kinds of systems.
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1426 Defaults for the options are specified in brackets.
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1450 For better control, use the options below.
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1474 cat <<\_ACEOF
1476 X features:
1477 --x-includes=DIR X include files are in DIR
1478 --x-libraries=DIR X library files are in DIR
1480 System types:
1481 --build=BUILD configure for building on BUILD [guessed]
1482 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1486 if test -n "$ac_init_help"; then
1487 case $ac_init_help in
1488 short | recursive ) echo "Configuration of Wine 1.1.23:";;
1489 esac
1490 cat <<\_ACEOF
1492 Optional Features:
1493 --disable-option-checking ignore unrecognized --enable/--with options
1494 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1495 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1496 --disable-win16 do not include Win16 support
1497 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1498 binaries)
1499 --disable-tests do not build the regression tests
1500 --enable-maintainer-mode
1501 enable maintainer-specific build rules
1503 Optional Packages:
1504 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1505 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1506 --without-alsa do not use the Alsa sound support
1507 --without-audioio do not use the AudioIO sound support
1508 --without-capi do not use CAPI (ISDN support)
1509 --without-cms do not use CMS (color management support)
1510 --without-coreaudio do not use the CoreAudio sound support
1511 --without-cups do not use CUPS
1512 --without-curses do not use (n)curses
1513 --without-esd do not use the EsounD sound support
1514 --without-fontconfig do not use fontconfig
1515 --without-freetype do not use the FreeType library
1516 --without-gphoto do not use gphoto (Digital Camera support)
1517 --without-glu do not use the GLU library
1518 --without-gnutls do not use GnuTLS (schannel support)
1519 --without-hal do not use HAL (dynamic device support)
1520 --without-jack do not use the Jack sound support
1521 --without-jpeg do not use JPEG
1522 --without-ldap do not use LDAP
1523 --without-nas do not use the NAS sound support
1524 --without-opengl do not use OpenGL
1525 --without-openssl do not use OpenSSL
1526 --without-oss do not use the OSS sound support
1527 --without-png do not use PNG
1528 --without-pthread do not use the pthread library
1529 --without-sane do not use SANE (scanner support)
1530 --without-xcomposite do not use the Xcomposite extension
1531 --without-xcursor do not use the Xcursor extension
1532 --without-xinerama do not use Xinerama (multi-monitor support)
1533 --without-xinput do not use the Xinput extension
1534 --without-xml do not use XML
1535 --without-xrandr do not use Xrandr (resolution changes)
1536 --without-xrender do not use the Xrender extension
1537 --without-xshape do not use the Xshape extension
1538 --without-xshm do not use XShm (shared memory extension)
1539 --without-xslt do not use XSLT
1540 --without-xxf86vm do not use XFree video mode extension
1541 --with-wine-tools=DIR use Wine tools from directory DIR
1542 --with-x use the X Window System
1544 Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 Wine configure 1.1.23
1624 generated by GNU Autoconf 2.63
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631 exit
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1637 It was created by Wine $as_me 1.1.23, which was
1638 generated by GNU Autoconf 2.63. Invocation command line was
1640 $ $0 $@
1642 _ACEOF
1643 exec 5>>config.log
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1659 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1660 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1663 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1664 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1665 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1667 _ASUNAME
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1678 } >&5
1680 cat >&5 <<_ACEOF
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1687 _ACEOF
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1701 for ac_arg
1703 case $ac_arg in
1704 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706 | -silent | --silent | --silen | --sile | --sil)
1707 continue ;;
1708 *\'*)
1709 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710 esac
1711 case $ac_pass in
1712 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715 if test $ac_must_keep_next = true; then
1716 ac_must_keep_next=false # Got value, back to normal.
1717 else
1718 case $ac_arg in
1719 *=* | --config-cache | -C | -disable-* | --disable-* \
1720 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722 | -with-* | --with-* | -without-* | --without-* | --x)
1723 case "$ac_configure_args0 " in
1724 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725 esac
1727 -* ) ac_must_keep_next=true ;;
1728 esac
1730 ac_configure_args="$ac_configure_args '$ac_arg'"
1732 esac
1733 done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log. We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744 # Save into config.log some information that might help in debugging.
1746 echo
1748 cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753 echo
1754 # The following way of writing the cache mishandles newlines in values,
1756 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757 eval ac_val=\$$ac_var
1758 case $ac_val in #(
1759 *${as_nl}*)
1760 case $ac_var in #(
1761 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763 esac
1764 case $ac_var in #(
1765 _ | IFS | as_nl) ;; #(
1766 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767 *) $as_unset $ac_var ;;
1768 esac ;;
1769 esac
1770 done
1771 (set) 2>&1 |
1772 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773 *${as_nl}ac_space=\ *)
1774 sed -n \
1775 "s/'\''/'\''\\\\'\'''\''/g;
1776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777 ;; #(
1779 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781 esac |
1782 sort
1784 echo
1786 cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791 echo
1792 for ac_var in $ac_subst_vars
1794 eval ac_val=\$$ac_var
1795 case $ac_val in
1796 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797 esac
1798 $as_echo "$ac_var='\''$ac_val'\''"
1799 done | sort
1800 echo
1802 if test -n "$ac_subst_files"; then
1803 cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808 echo
1809 for ac_var in $ac_subst_files
1811 eval ac_val=\$$ac_var
1812 case $ac_val in
1813 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814 esac
1815 $as_echo "$ac_var='\''$ac_val'\''"
1816 done | sort
1817 echo
1820 if test -s confdefs.h; then
1821 cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826 echo
1827 cat confdefs.h
1828 echo
1830 test "$ac_signal" != 0 &&
1831 $as_echo "$as_me: caught signal $ac_signal"
1832 $as_echo "$as_me: exit $exit_status"
1833 } >&5
1834 rm -f core *.core core.conftest.* &&
1835 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836 exit $exit_status
1838 for ac_signal in 1 2 13 15; do
1839 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1846 # Predefined preprocessor variables.
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878 ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880 ac_site_file1=$prefix/share/config.site
1881 ac_site_file2=$prefix/etc/config.site
1882 else
1883 ac_site_file1=$ac_default_prefix/share/config.site
1884 ac_site_file2=$ac_default_prefix/etc/config.site
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 test "x$ac_site_file" = xNONE && continue
1889 if test -r "$ac_site_file"; then
1890 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892 sed 's/^/| /' "$ac_site_file" >&5
1893 . "$ac_site_file"
1895 done
1897 if test -r "$cache_file"; then
1898 # Some versions of bash will fail to source /dev/null (special
1899 # files actually), so we avoid doing that.
1900 if test -f "$cache_file"; then
1901 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903 case $cache_file in
1904 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905 *) . "./$cache_file";;
1906 esac
1908 else
1909 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911 >$cache_file
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919 eval ac_new_set=\$ac_env_${ac_var}_set
1920 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921 eval ac_new_val=\$ac_env_${ac_var}_value
1922 case $ac_old_set,$ac_new_set in
1923 set,)
1924 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926 ac_cache_corrupted=: ;;
1927 ,set)
1928 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930 ac_cache_corrupted=: ;;
1931 ,);;
1933 if test "x$ac_old_val" != "x$ac_new_val"; then
1934 # differences in whitespace do not lead to failure.
1935 ac_old_val_w=`echo x $ac_old_val`
1936 ac_new_val_w=`echo x $ac_new_val`
1937 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940 ac_cache_corrupted=:
1941 else
1942 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944 eval $ac_var=\$ac_old_val
1946 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1947 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1948 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1950 fi;;
1951 esac
1952 # Pass precious variables to config.status.
1953 if test "$ac_new_set" = set; then
1954 case $ac_new_val in
1955 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 *) ac_arg=$ac_var=$ac_new_val ;;
1957 esac
1958 case " $ac_configure_args " in
1959 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1960 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961 esac
1963 done
1964 if $ac_cache_corrupted; then
1965 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971 { (exit 1); exit 1; }; }
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006 ac_config_headers="$ac_config_headers include/config.h"
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010 if test -f "$ac_dir/install-sh"; then
2011 ac_aux_dir=$ac_dir
2012 ac_install_sh="$ac_aux_dir/install-sh -c"
2013 break
2014 elif test -f "$ac_dir/install.sh"; then
2015 ac_aux_dir=$ac_dir
2016 ac_install_sh="$ac_aux_dir/install.sh -c"
2017 break
2018 elif test -f "$ac_dir/shtool"; then
2019 ac_aux_dir=$ac_dir
2020 ac_install_sh="$ac_aux_dir/shtool install -c"
2021 break
2023 done
2024 if test -z "$ac_aux_dir"; then
2025 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027 { (exit 1); exit 1; }; }
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043 enableval=$enable_win16;
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048 enableval=$enable_win64;
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053 enableval=$enable_tests;
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058 enableval=$enable_maintainer_mode;
2059 else
2060 MAINTAINER_MODE=\#
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098 withval=$with_cups;
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110 withval=$with_esd;
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122 withval=$with_freetype;
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128 withval=$with_gphoto;
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140 withval=$with_gnutls;
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146 withval=$with_hal;
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176 withval=$with_opengl;
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188 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
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206 withval=$with_sane;
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236 withval=$with_xml;
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266 withval=$with_xslt;
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279 withval=$with_wine_tools;
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287 { (exit 1); exit 1; }; }
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292 $as_echo_n "(cached) " >&6
2293 else
2294 ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300 { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304 { (exit 1); exit 1; }; }
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313 { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340 { (exit 1); exit 1; }; }
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350 { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2367 case "$srcdir" in
2368 .) ;;
2369 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374 { (exit 1); exit 1; }; }
2375 fi ;;
2376 esac
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384 $as_echo_n "(cached) " >&6
2385 else
2386 cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389 @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393 *@@@%%%=?*=@@@%%%*)
2394 eval ac_cv_prog_make_${ac_make}_set=yes;;
2396 eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 SET_MAKE=
2404 else
2405 { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407 SET_MAKE="MAKE=${MAKE-make}"
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2429 IFS=$as_save_IFS
2430 test -z "$as_dir" && as_dir=.
2431 for ac_exec_ext in '' $ac_executable_extensions; do
2432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 break 2
2437 done
2438 done
2439 IFS=$as_save_IFS
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$ac_cv_prog_CC"; then
2455 ac_ct_CC=$CC
2456 # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$ac_ct_CC"; then
2464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_ac_ct_CC="gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2492 if test "x$ac_ct_CC" = x; then
2493 CC=""
2494 else
2495 case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501 CC=$ac_ct_CC
2503 else
2504 CC="$ac_cv_prog_CC"
2507 if test -z "$CC"; then
2508 if test -n "$ac_tool_prefix"; then
2509 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514 $as_echo_n "(cached) " >&6
2515 else
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526 ac_cv_prog_CC="${ac_tool_prefix}cc"
2527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2530 done
2531 done
2532 IFS=$as_save_IFS
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541 { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2548 if test -z "$CC"; then
2549 # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568 ac_prog_rejected=yes
2569 continue
2571 ac_cv_prog_CC="cc"
2572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2579 if test $ac_prog_rejected = yes; then
2580 # We found a bogon in the path, so make sure we never use it.
2581 set dummy $ac_cv_prog_CC
2582 shift
2583 if test $# != 0; then
2584 # We chose a different compiler from the bogus one.
2585 # However, it has the same basename, so the bogon will be chosen
2586 # first if we set CC to just the basename; use the full file name.
2587 shift
2588 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598 { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2604 if test -z "$CC"; then
2605 if test -n "$ac_tool_prefix"; then
2606 for ac_prog in cl.exe
2608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613 $as_echo_n "(cached) " >&6
2614 else
2615 if test -n "$CC"; then
2616 ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2629 done
2630 done
2631 IFS=$as_save_IFS
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640 { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2645 test -n "$CC" && break
2646 done
2648 if test -z "$CC"; then
2649 ac_ct_CC=$CC
2650 for ac_prog in cl.exe
2652 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test -n "$ac_ct_CC"; then
2660 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669 ac_cv_prog_ac_ct_CC="$ac_prog"
2670 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2
2673 done
2674 done
2675 IFS=$as_save_IFS
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684 { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2689 test -n "$ac_ct_CC" && break
2690 done
2692 if test "x$ac_ct_CC" = x; then
2693 CC=""
2694 else
2695 case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701 CC=$ac_ct_CC
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714 { (exit 1); exit 1; }; }; }
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727 (eval "$ac_compiler --version >&5") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738 (eval "$ac_compiler -v >&5") 2>&5
2739 ac_status=$?
2740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749 (eval "$ac_compiler -V >&5") 2>&5
2750 ac_status=$?
2751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h. */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h. */
2762 main ()
2766 return 0;
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2784 case $ac_file in
2785 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787 esac
2788 done
2789 rm -f $ac_rmfiles
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798 (eval "$ac_link_default") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; then
2802 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2813 [ab].out )
2814 # We found the default executable, but exeext='' is most
2815 # certainly right.
2816 break;;
2817 *.* )
2818 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819 then :; else
2820 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 # We set ac_cv_exeext here because the later test for it is not
2823 # safe: cross compilers may not add the suffix if given an `-o'
2824 # argument, so we may need to know it at that point already.
2825 # Even if this section looks crufty: it has the advantage of
2826 # actually working.
2827 break;;
2829 break;;
2830 esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2834 else
2835 ac_file=''
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841 $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850 { (exit 77); exit 77; }; }; }
2853 ac_exeext=$ac_cv_exeext
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862 if { ac_try='./$ac_file'
2863 { (case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872 (exit $ac_status); }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }; }
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911 (eval "$ac_link") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); }; then
2915 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924 break;;
2925 * ) break;;
2926 esac
2927 done
2928 else
2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935 { (exit 1); exit 1; }; }; }
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948 $as_echo_n "(cached) " >&6
2949 else
2950 cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h. */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2958 main ()
2962 return 0;
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973 (eval "$ac_compile") 2>&5
2974 ac_status=$?
2975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); }; then
2977 for ac_file in conftest.o conftest.obj conftest.*; do
2978 test -f "$ac_file" || continue;
2979 case $ac_file in
2980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982 break;;
2983 esac
2984 done
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995 { (exit 1); exit 1; }; }; }
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007 $as_echo_n "(cached) " >&6
3008 else
3009 cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h. */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h. */
3017 main ()
3019 #ifndef __GNUC__
3020 choke me
3021 #endif
3024 return 0;
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_compiler_gnu=yes
3046 else
3047 $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3050 ac_compiler_gnu=no
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060 GCC=yes
3061 else
3062 GCC=
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_save_c_werror_flag=$ac_c_werror_flag
3072 ac_c_werror_flag=yes
3073 ac_cv_prog_cc_g=no
3074 CFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3083 main ()
3087 return 0;
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098 (eval "$ac_compile") 2>conftest.er1
3099 ac_status=$?
3100 grep -v '^ *+' conftest.er1 >conftest.err
3101 rm -f conftest.er1
3102 cat conftest.err >&5
3103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104 (exit $ac_status); } && {
3105 test -z "$ac_c_werror_flag" ||
3106 test ! -s conftest.err
3107 } && test -s conftest.$ac_objext; then
3108 ac_cv_prog_cc_g=yes
3109 else
3110 $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3113 CFLAGS=""
3114 cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h. */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h. */
3122 main ()
3126 return 0;
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133 *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_c_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3148 else
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3187 ac_cv_prog_cc_g=yes
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 ac_c_werror_flag=$ac_save_c_werror_flag
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207 CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209 if test "$GCC" = yes; then
3210 CFLAGS="-g -O2"
3211 else
3212 CFLAGS="-g"
3214 else
3215 if test "$GCC" = yes; then
3216 CFLAGS="-O2"
3217 else
3218 CFLAGS=
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224 $as_echo_n "(cached) " >&6
3225 else
3226 ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h. */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h. */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242 char **p;
3243 int i;
3245 return p[i];
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3249 char *s;
3250 va_list v;
3251 va_start (v,p);
3252 s = g (p, va_arg (v,int));
3253 va_end (v);
3254 return s;
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3258 function prototypes and stuff, but not '\xHH' hex character constants.
3259 These don't provoke an error unfortunately, instead are silently treated
3260 as 'x'. The following induces an error, until -std is added to get
3261 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3262 array size at least. It's necessary to write '\x00'==0 to get something
3263 that's true only with -std. */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267 inside strings and character constants. */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3278 main ()
3280 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3282 return 0;
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3288 CC="$ac_save_CC $ac_arg"
3289 rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297 (eval "$ac_compile") 2>conftest.er1
3298 ac_status=$?
3299 grep -v '^ *+' conftest.er1 >conftest.err
3300 rm -f conftest.er1
3301 cat conftest.err >&5
3302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); } && {
3304 test -z "$ac_c_werror_flag" ||
3305 test ! -s conftest.err
3306 } && test -s conftest.$ac_objext; then
3307 ac_cv_prog_cc_c89=$ac_arg
3308 else
3309 $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3315 rm -f core conftest.err conftest.$ac_objext
3316 test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3325 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327 xno)
3328 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3331 CC="$CC $ac_cv_prog_cc_c89"
3332 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349 if test -n "$CCC"; then
3350 CXX=$CCC
3351 else
3352 if test -n "$ac_tool_prefix"; then
3353 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360 $as_echo_n "(cached) " >&6
3361 else
3362 if test -n "$CXX"; then
3363 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 break 2
3376 done
3377 done
3378 IFS=$as_save_IFS
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387 { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3392 test -n "$CXX" && break
3393 done
3395 if test -z "$CXX"; then
3396 ac_ct_CXX=$CXX
3397 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3399 # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$ac_ct_CXX"; then
3407 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416 ac_cv_prog_ac_ct_CXX="$ac_prog"
3417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3420 done
3421 done
3422 IFS=$as_save_IFS
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431 { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3436 test -n "$ac_ct_CXX" && break
3437 done
3439 if test "x$ac_ct_CXX" = x; then
3440 CXX="g++"
3441 else
3442 case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448 CXX=$ac_ct_CXX
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465 (eval "$ac_compiler --version >&5") 2>&5
3466 ac_status=$?
3467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476 (eval "$ac_compiler -v >&5") 2>&5
3477 ac_status=$?
3478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483 *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487 (eval "$ac_compiler -V >&5") 2>&5
3488 ac_status=$?
3489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495 $as_echo_n "(cached) " >&6
3496 else
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3507 #ifndef __GNUC__
3508 choke me
3509 #endif
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_compiler_gnu=yes
3534 else
3535 $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3538 ac_compiler_gnu=no
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548 GXX=yes
3549 else
3550 GXX=
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557 $as_echo_n "(cached) " >&6
3558 else
3559 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560 ac_cxx_werror_flag=yes
3561 ac_cv_prog_cxx_g=no
3562 CXXFLAGS="-g"
3563 cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h. */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h. */
3571 main ()
3575 return 0;
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3587 ac_status=$?
3588 grep -v '^ *+' conftest.er1 >conftest.err
3589 rm -f conftest.er1
3590 cat conftest.err >&5
3591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } && {
3593 test -z "$ac_cxx_werror_flag" ||
3594 test ! -s conftest.err
3595 } && test -s conftest.$ac_objext; then
3596 ac_cv_prog_cxx_g=yes
3597 else
3598 $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3601 CXXFLAGS=""
3602 cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h. */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h. */
3610 main ()
3614 return 0;
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621 *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625 (eval "$ac_compile") 2>conftest.er1
3626 ac_status=$?
3627 grep -v '^ *+' conftest.er1 >conftest.err
3628 rm -f conftest.er1
3629 cat conftest.err >&5
3630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } && {
3632 test -z "$ac_cxx_werror_flag" ||
3633 test ! -s conftest.err
3634 } && test -s conftest.$ac_objext; then
3636 else
3637 $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3640 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 CXXFLAGS="-g"
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3675 ac_cv_prog_cxx_g=yes
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695 CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697 if test "$GXX" = yes; then
3698 CXXFLAGS="-g -O2"
3699 else
3700 CXXFLAGS="-g"
3702 else
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-O2"
3705 else
3706 CXXFLAGS=
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3715 if test -n "$ac_tool_prefix"; then
3716 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$CPPBIN"; then
3724 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748 { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755 ac_ct_CPPBIN=$CPPBIN
3756 # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$ac_ct_CPPBIN"; then
3764 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_ac_ct_CPPBIN="cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3792 if test "x$ac_ct_CPPBIN" = x; then
3793 CPPBIN="cpp"
3794 else
3795 case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801 CPPBIN=$ac_ct_CPPBIN
3803 else
3804 CPPBIN="$ac_cv_prog_CPPBIN"
3808 case $host in
3809 *-darwin*)
3810 if test "x$enable_win64" == "xyes"
3811 then
3812 CC="$CC -m64"
3813 CXX="$CXX -m64"
3814 LD="${LD:-ld} -arch x86_64"
3815 AS="${AS:-as} -arch x86_64"
3816 host_cpu="x86_64"
3817 notice_platform="64-bit "
3818 TARGETFLAGS="-m64"
3820 else
3821 CC="$CC -m32"
3822 CXX="$CXX -m32"
3823 LD="${LD:-ld} -arch i386"
3824 AS="${AS:-as} -arch i386"
3825 host_cpu="i386"
3826 notice_platform="32-bit "
3827 TARGETFLAGS="-m32"
3829 enable_win16=${enable_win16:-yes}
3832 x86_64*)
3833 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834 then
3835 CC="$CC -m32"
3836 CXX="$CXX -m32"
3837 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859 *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863 (eval "$ac_link") 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } && {
3870 test -z "$ac_c_werror_flag" ||
3871 test ! -s conftest.err
3872 } && test -s conftest$ac_exeext && {
3873 test "$cross_compiling" = yes ||
3874 $as_test_x conftest$ac_exeext
3875 }; then
3876 { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879 $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886 { (exit 1); exit 1; }; }
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891 conftest$ac_exeext conftest.$ac_ext
3892 LD="${LD:-ld} -m elf_i386"
3893 AS="${AS:-as} --32"
3894 host_cpu="i386"
3895 notice_platform="32-bit "
3896 TARGETFLAGS="-m32"
3898 enable_win16=${enable_win16:-yes}
3899 else
3900 TARGETFLAGS="-m64"
3904 *-mingw32*|*-cygwin*)
3905 enable_win16=${enable_win16:-no}
3907 i[3456789]86*)
3908 enable_win16=${enable_win16:-yes}
3910 esac
3912 enable_win16=${enable_win16:-no}
3914 WIN16_FILES="\$(WIN16_FILES)"
3916 WIN16_INSTALL="\$(WIN16_INSTALL)"
3918 if test "x$enable_win16" != "xyes"
3919 then
3920 WIN16_FILES=""
3921 WIN16_INSTALL=""
3922 enable_w32skrnl=${enable_w32skrnl:-no}
3923 enable_winedos=${enable_winedos:-no}
3924 enable_winevdm=${enable_winevdm:-no}
3927 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3928 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3929 if test "${wine_cv_toolsdir+set}" = set; then
3930 $as_echo_n "(cached) " >&6
3931 else
3932 if test -z "$with_wine_tools"; then
3933 if test "$cross_compiling" = "yes"; then
3934 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3935 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3936 { (exit 1); exit 1; }; }
3937 else
3938 wine_cv_toolsdir="\$(TOPOBJDIR)"
3940 elif test -d "$with_wine_tools/tools/winebuild"; then
3941 case $with_wine_tools in
3942 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3943 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3944 esac
3945 else
3946 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3947 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3948 { (exit 1); exit 1; }; }
3951 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3952 $as_echo "$wine_cv_toolsdir" >&6; }
3953 TOOLSDIR=$wine_cv_toolsdir
3955 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3956 then
3957 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3961 for ac_prog in flex
3963 # Extract the first word of "$ac_prog", so it can be a program name with args.
3964 set dummy $ac_prog; ac_word=$2
3965 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3966 $as_echo_n "checking for $ac_word... " >&6; }
3967 if test "${ac_cv_prog_FLEX+set}" = set; then
3968 $as_echo_n "(cached) " >&6
3969 else
3970 if test -n "$FLEX"; then
3971 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3972 else
3973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974 for as_dir in $PATH
3976 IFS=$as_save_IFS
3977 test -z "$as_dir" && as_dir=.
3978 for ac_exec_ext in '' $ac_executable_extensions; do
3979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3980 ac_cv_prog_FLEX="$ac_prog"
3981 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3982 break 2
3984 done
3985 done
3986 IFS=$as_save_IFS
3990 FLEX=$ac_cv_prog_FLEX
3991 if test -n "$FLEX"; then
3992 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3993 $as_echo "$FLEX" >&6; }
3994 else
3995 { $as_echo "$as_me:$LINENO: result: no" >&5
3996 $as_echo "no" >&6; }
4000 test -n "$FLEX" && break
4001 done
4002 test -n "$FLEX" || FLEX="none"
4004 if test "$FLEX" = "none"
4005 then
4006 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4007 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4008 { (exit 1); exit 1; }; }
4011 for ac_prog in bison
4013 # Extract the first word of "$ac_prog", so it can be a program name with args.
4014 set dummy $ac_prog; ac_word=$2
4015 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4016 $as_echo_n "checking for $ac_word... " >&6; }
4017 if test "${ac_cv_prog_BISON+set}" = set; then
4018 $as_echo_n "(cached) " >&6
4019 else
4020 if test -n "$BISON"; then
4021 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4022 else
4023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4024 for as_dir in $PATH
4026 IFS=$as_save_IFS
4027 test -z "$as_dir" && as_dir=.
4028 for ac_exec_ext in '' $ac_executable_extensions; do
4029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4030 ac_cv_prog_BISON="$ac_prog"
4031 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 break 2
4034 done
4035 done
4036 IFS=$as_save_IFS
4040 BISON=$ac_cv_prog_BISON
4041 if test -n "$BISON"; then
4042 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4043 $as_echo "$BISON" >&6; }
4044 else
4045 { $as_echo "$as_me:$LINENO: result: no" >&5
4046 $as_echo "no" >&6; }
4050 test -n "$BISON" && break
4051 done
4052 test -n "$BISON" || BISON="none"
4054 if test "$BISON" = "none"
4055 then
4056 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4057 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4058 { (exit 1); exit 1; }; }
4061 if test -n "$ac_tool_prefix"; then
4062 for ac_prog in ar gar
4064 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4065 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4067 $as_echo_n "checking for $ac_word... " >&6; }
4068 if test "${ac_cv_prog_AR+set}" = set; then
4069 $as_echo_n "(cached) " >&6
4070 else
4071 if test -n "$AR"; then
4072 ac_cv_prog_AR="$AR" # Let the user override the test.
4073 else
4074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4075 for as_dir in $PATH
4077 IFS=$as_save_IFS
4078 test -z "$as_dir" && as_dir=.
4079 for ac_exec_ext in '' $ac_executable_extensions; do
4080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4081 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4082 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4083 break 2
4085 done
4086 done
4087 IFS=$as_save_IFS
4091 AR=$ac_cv_prog_AR
4092 if test -n "$AR"; then
4093 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4094 $as_echo "$AR" >&6; }
4095 else
4096 { $as_echo "$as_me:$LINENO: result: no" >&5
4097 $as_echo "no" >&6; }
4101 test -n "$AR" && break
4102 done
4104 if test -z "$AR"; then
4105 ac_ct_AR=$AR
4106 for ac_prog in ar gar
4108 # Extract the first word of "$ac_prog", so it can be a program name with args.
4109 set dummy $ac_prog; ac_word=$2
4110 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4111 $as_echo_n "checking for $ac_word... " >&6; }
4112 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4113 $as_echo_n "(cached) " >&6
4114 else
4115 if test -n "$ac_ct_AR"; then
4116 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4117 else
4118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4119 for as_dir in $PATH
4121 IFS=$as_save_IFS
4122 test -z "$as_dir" && as_dir=.
4123 for ac_exec_ext in '' $ac_executable_extensions; do
4124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4125 ac_cv_prog_ac_ct_AR="$ac_prog"
4126 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4127 break 2
4129 done
4130 done
4131 IFS=$as_save_IFS
4135 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4136 if test -n "$ac_ct_AR"; then
4137 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4138 $as_echo "$ac_ct_AR" >&6; }
4139 else
4140 { $as_echo "$as_me:$LINENO: result: no" >&5
4141 $as_echo "no" >&6; }
4145 test -n "$ac_ct_AR" && break
4146 done
4148 if test "x$ac_ct_AR" = x; then
4149 AR="ar"
4150 else
4151 case $cross_compiling:$ac_tool_warned in
4152 yes:)
4153 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4154 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4155 ac_tool_warned=yes ;;
4156 esac
4157 AR=$ac_ct_AR
4161 ARFLAGS=rc
4163 if test -n "$ac_tool_prefix"; then
4164 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4165 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4166 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4167 $as_echo_n "checking for $ac_word... " >&6; }
4168 if test "${ac_cv_prog_RANLIB+set}" = set; then
4169 $as_echo_n "(cached) " >&6
4170 else
4171 if test -n "$RANLIB"; then
4172 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4173 else
4174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4175 for as_dir in $PATH
4177 IFS=$as_save_IFS
4178 test -z "$as_dir" && as_dir=.
4179 for ac_exec_ext in '' $ac_executable_extensions; do
4180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4181 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4182 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4183 break 2
4185 done
4186 done
4187 IFS=$as_save_IFS
4191 RANLIB=$ac_cv_prog_RANLIB
4192 if test -n "$RANLIB"; then
4193 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4194 $as_echo "$RANLIB" >&6; }
4195 else
4196 { $as_echo "$as_me:$LINENO: result: no" >&5
4197 $as_echo "no" >&6; }
4202 if test -z "$ac_cv_prog_RANLIB"; then
4203 ac_ct_RANLIB=$RANLIB
4204 # Extract the first word of "ranlib", so it can be a program name with args.
4205 set dummy ranlib; ac_word=$2
4206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4207 $as_echo_n "checking for $ac_word... " >&6; }
4208 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4209 $as_echo_n "(cached) " >&6
4210 else
4211 if test -n "$ac_ct_RANLIB"; then
4212 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4213 else
4214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215 for as_dir in $PATH
4217 IFS=$as_save_IFS
4218 test -z "$as_dir" && as_dir=.
4219 for ac_exec_ext in '' $ac_executable_extensions; do
4220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4221 ac_cv_prog_ac_ct_RANLIB="ranlib"
4222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 break 2
4225 done
4226 done
4227 IFS=$as_save_IFS
4231 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4232 if test -n "$ac_ct_RANLIB"; then
4233 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4234 $as_echo "$ac_ct_RANLIB" >&6; }
4235 else
4236 { $as_echo "$as_me:$LINENO: result: no" >&5
4237 $as_echo "no" >&6; }
4240 if test "x$ac_ct_RANLIB" = x; then
4241 RANLIB=":"
4242 else
4243 case $cross_compiling:$ac_tool_warned in
4244 yes:)
4245 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4246 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4247 ac_tool_warned=yes ;;
4248 esac
4249 RANLIB=$ac_ct_RANLIB
4251 else
4252 RANLIB="$ac_cv_prog_RANLIB"
4255 if test -n "$ac_tool_prefix"; then
4256 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4257 set dummy ${ac_tool_prefix}strip; ac_word=$2
4258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_STRIP+set}" = set; then
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$STRIP"; then
4264 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4277 done
4278 done
4279 IFS=$as_save_IFS
4283 STRIP=$ac_cv_prog_STRIP
4284 if test -n "$STRIP"; then
4285 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4286 $as_echo "$STRIP" >&6; }
4287 else
4288 { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4294 if test -z "$ac_cv_prog_STRIP"; then
4295 ac_ct_STRIP=$STRIP
4296 # Extract the first word of "strip", so it can be a program name with args.
4297 set dummy strip; ac_word=$2
4298 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4299 $as_echo_n "checking for $ac_word... " >&6; }
4300 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4301 $as_echo_n "(cached) " >&6
4302 else
4303 if test -n "$ac_ct_STRIP"; then
4304 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4305 else
4306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4307 for as_dir in $PATH
4309 IFS=$as_save_IFS
4310 test -z "$as_dir" && as_dir=.
4311 for ac_exec_ext in '' $ac_executable_extensions; do
4312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4313 ac_cv_prog_ac_ct_STRIP="strip"
4314 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4315 break 2
4317 done
4318 done
4319 IFS=$as_save_IFS
4323 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4324 if test -n "$ac_ct_STRIP"; then
4325 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4326 $as_echo "$ac_ct_STRIP" >&6; }
4327 else
4328 { $as_echo "$as_me:$LINENO: result: no" >&5
4329 $as_echo "no" >&6; }
4332 if test "x$ac_ct_STRIP" = x; then
4333 STRIP="strip"
4334 else
4335 case $cross_compiling:$ac_tool_warned in
4336 yes:)
4337 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4338 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4339 ac_tool_warned=yes ;;
4340 esac
4341 STRIP=$ac_ct_STRIP
4343 else
4344 STRIP="$ac_cv_prog_STRIP"
4347 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4348 $as_echo_n "checking whether ln -s works... " >&6; }
4349 LN_S=$as_ln_s
4350 if test "$LN_S" = "ln -s"; then
4351 { $as_echo "$as_me:$LINENO: result: yes" >&5
4352 $as_echo "yes" >&6; }
4353 else
4354 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4355 $as_echo "no, using $LN_S" >&6; }
4358 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4359 $as_echo_n "checking whether ln works... " >&6; }
4360 rm -f conf$$ conf$$.file
4361 echo >conf$$.file
4362 if ln conf$$.file conf$$ 2>/dev/null; then
4363 LN=ln
4365 { $as_echo "$as_me:$LINENO: result: yes" >&5
4366 $as_echo "yes" >&6; }
4367 else
4368 LN="cp -p"
4370 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4371 $as_echo "no, using $LN" >&6; }
4373 rm -f conf$$ conf$$.file
4374 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4375 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4376 if test "${ac_cv_path_GREP+set}" = set; then
4377 $as_echo_n "(cached) " >&6
4378 else
4379 if test -z "$GREP"; then
4380 ac_path_GREP_found=false
4381 # Loop through the user's path and test for each of PROGNAME-LIST
4382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4385 IFS=$as_save_IFS
4386 test -z "$as_dir" && as_dir=.
4387 for ac_prog in grep ggrep; do
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4390 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4391 # Check for GNU ac_path_GREP and select it if it is found.
4392 # Check for GNU $ac_path_GREP
4393 case `"$ac_path_GREP" --version 2>&1` in
4394 *GNU*)
4395 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4397 ac_count=0
4398 $as_echo_n 0123456789 >"conftest.in"
4399 while :
4401 cat "conftest.in" "conftest.in" >"conftest.tmp"
4402 mv "conftest.tmp" "conftest.in"
4403 cp "conftest.in" "conftest.nl"
4404 $as_echo 'GREP' >> "conftest.nl"
4405 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4406 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4407 ac_count=`expr $ac_count + 1`
4408 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4409 # Best one so far, save it but keep looking for a better one
4410 ac_cv_path_GREP="$ac_path_GREP"
4411 ac_path_GREP_max=$ac_count
4413 # 10*(2^10) chars as input seems more than enough
4414 test $ac_count -gt 10 && break
4415 done
4416 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4417 esac
4419 $ac_path_GREP_found && break 3
4420 done
4421 done
4422 done
4423 IFS=$as_save_IFS
4424 if test -z "$ac_cv_path_GREP"; then
4425 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4426 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4427 { (exit 1); exit 1; }; }
4429 else
4430 ac_cv_path_GREP=$GREP
4434 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4435 $as_echo "$ac_cv_path_GREP" >&6; }
4436 GREP="$ac_cv_path_GREP"
4439 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4440 $as_echo_n "checking for egrep... " >&6; }
4441 if test "${ac_cv_path_EGREP+set}" = set; then
4442 $as_echo_n "(cached) " >&6
4443 else
4444 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4445 then ac_cv_path_EGREP="$GREP -E"
4446 else
4447 if test -z "$EGREP"; then
4448 ac_path_EGREP_found=false
4449 # Loop through the user's path and test for each of PROGNAME-LIST
4450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4453 IFS=$as_save_IFS
4454 test -z "$as_dir" && as_dir=.
4455 for ac_prog in egrep; do
4456 for ac_exec_ext in '' $ac_executable_extensions; do
4457 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4458 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4459 # Check for GNU ac_path_EGREP and select it if it is found.
4460 # Check for GNU $ac_path_EGREP
4461 case `"$ac_path_EGREP" --version 2>&1` in
4462 *GNU*)
4463 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4465 ac_count=0
4466 $as_echo_n 0123456789 >"conftest.in"
4467 while :
4469 cat "conftest.in" "conftest.in" >"conftest.tmp"
4470 mv "conftest.tmp" "conftest.in"
4471 cp "conftest.in" "conftest.nl"
4472 $as_echo 'EGREP' >> "conftest.nl"
4473 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4474 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4475 ac_count=`expr $ac_count + 1`
4476 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4477 # Best one so far, save it but keep looking for a better one
4478 ac_cv_path_EGREP="$ac_path_EGREP"
4479 ac_path_EGREP_max=$ac_count
4481 # 10*(2^10) chars as input seems more than enough
4482 test $ac_count -gt 10 && break
4483 done
4484 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4485 esac
4487 $ac_path_EGREP_found && break 3
4488 done
4489 done
4490 done
4491 IFS=$as_save_IFS
4492 if test -z "$ac_cv_path_EGREP"; then
4493 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4494 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4495 { (exit 1); exit 1; }; }
4497 else
4498 ac_cv_path_EGREP=$EGREP
4503 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4504 $as_echo "$ac_cv_path_EGREP" >&6; }
4505 EGREP="$ac_cv_path_EGREP"
4508 # Extract the first word of "ldconfig", so it can be a program name with args.
4509 set dummy ldconfig; ac_word=$2
4510 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4511 $as_echo_n "checking for $ac_word... " >&6; }
4512 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4513 $as_echo_n "(cached) " >&6
4514 else
4515 case $LDCONFIG in
4516 [\\/]* | ?:[\\/]*)
4517 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4521 for as_dir in /sbin /usr/sbin $PATH
4523 IFS=$as_save_IFS
4524 test -z "$as_dir" && as_dir=.
4525 for ac_exec_ext in '' $ac_executable_extensions; do
4526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4527 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4529 break 2
4531 done
4532 done
4533 IFS=$as_save_IFS
4535 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4537 esac
4539 LDCONFIG=$ac_cv_path_LDCONFIG
4540 if test -n "$LDCONFIG"; then
4541 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4542 $as_echo "$LDCONFIG" >&6; }
4543 else
4544 { $as_echo "$as_me:$LINENO: result: no" >&5
4545 $as_echo "no" >&6; }
4549 # Find a good install program. We prefer a C program (faster),
4550 # so one script is as good as another. But avoid the broken or
4551 # incompatible versions:
4552 # SysV /etc/install, /usr/sbin/install
4553 # SunOS /usr/etc/install
4554 # IRIX /sbin/install
4555 # AIX /bin/install
4556 # AmigaOS /C/install, which installs bootblocks on floppy discs
4557 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4558 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4559 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4560 # OS/2's system install, which has a completely different semantic
4561 # ./install, which can be erroneously created by make from ./install.sh.
4562 # Reject install programs that cannot install multiple files.
4563 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4564 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4565 if test -z "$INSTALL"; then
4566 if test "${ac_cv_path_install+set}" = set; then
4567 $as_echo_n "(cached) " >&6
4568 else
4569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4570 for as_dir in $PATH
4572 IFS=$as_save_IFS
4573 test -z "$as_dir" && as_dir=.
4574 # Account for people who put trailing slashes in PATH elements.
4575 case $as_dir/ in
4576 ./ | .// | /cC/* | \
4577 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4578 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4579 /usr/ucb/* ) ;;
4581 # OSF1 and SCO ODT 3.0 have their own names for install.
4582 # Don't use installbsd from OSF since it installs stuff as root
4583 # by default.
4584 for ac_prog in ginstall scoinst install; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4587 if test $ac_prog = install &&
4588 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4589 # AIX install. It has an incompatible calling convention.
4591 elif test $ac_prog = install &&
4592 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4593 # program-specific install script used by HP pwplus--don't use.
4595 else
4596 rm -rf conftest.one conftest.two conftest.dir
4597 echo one > conftest.one
4598 echo two > conftest.two
4599 mkdir conftest.dir
4600 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4601 test -s conftest.one && test -s conftest.two &&
4602 test -s conftest.dir/conftest.one &&
4603 test -s conftest.dir/conftest.two
4604 then
4605 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4606 break 3
4610 done
4611 done
4613 esac
4615 done
4616 IFS=$as_save_IFS
4618 rm -rf conftest.one conftest.two conftest.dir
4621 if test "${ac_cv_path_install+set}" = set; then
4622 INSTALL=$ac_cv_path_install
4623 else
4624 # As a last resort, use the slow shell script. Don't cache a
4625 # value for INSTALL within a source directory, because that will
4626 # break other packages using the cache if that directory is
4627 # removed, or if the value is a relative name.
4628 INSTALL=$ac_install_sh
4631 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4632 $as_echo "$INSTALL" >&6; }
4634 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4635 # It thinks the first close brace ends the variable substitution.
4636 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4638 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4640 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4642 case "$INSTALL" in
4643 [\\/$]* | ?:[\\/]* ) ;;
4644 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4645 esac
4647 for ac_prog in lclint lint
4649 # Extract the first word of "$ac_prog", so it can be a program name with args.
4650 set dummy $ac_prog; ac_word=$2
4651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4652 $as_echo_n "checking for $ac_word... " >&6; }
4653 if test "${ac_cv_prog_LINT+set}" = set; then
4654 $as_echo_n "(cached) " >&6
4655 else
4656 if test -n "$LINT"; then
4657 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4658 else
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH
4662 IFS=$as_save_IFS
4663 test -z "$as_dir" && as_dir=.
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4666 ac_cv_prog_LINT="$ac_prog"
4667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4668 break 2
4670 done
4671 done
4672 IFS=$as_save_IFS
4676 LINT=$ac_cv_prog_LINT
4677 if test -n "$LINT"; then
4678 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4679 $as_echo "$LINT" >&6; }
4680 else
4681 { $as_echo "$as_me:$LINENO: result: no" >&5
4682 $as_echo "no" >&6; }
4686 test -n "$LINT" && break
4687 done
4689 if test "$LINT" = "lint"
4690 then
4691 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4696 for ac_prog in fontforge
4698 # Extract the first word of "$ac_prog", so it can be a program name with args.
4699 set dummy $ac_prog; ac_word=$2
4700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4701 $as_echo_n "checking for $ac_word... " >&6; }
4702 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4703 $as_echo_n "(cached) " >&6
4704 else
4705 if test -n "$FONTFORGE"; then
4706 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4707 else
4708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4709 for as_dir in $PATH
4711 IFS=$as_save_IFS
4712 test -z "$as_dir" && as_dir=.
4713 for ac_exec_ext in '' $ac_executable_extensions; do
4714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4715 ac_cv_prog_FONTFORGE="$ac_prog"
4716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4717 break 2
4719 done
4720 done
4721 IFS=$as_save_IFS
4725 FONTFORGE=$ac_cv_prog_FONTFORGE
4726 if test -n "$FONTFORGE"; then
4727 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4728 $as_echo "$FONTFORGE" >&6; }
4729 else
4730 { $as_echo "$as_me:$LINENO: result: no" >&5
4731 $as_echo "no" >&6; }
4735 test -n "$FONTFORGE" && break
4736 done
4737 test -n "$FONTFORGE" || FONTFORGE="false"
4739 for ac_prog in pkg-config
4741 # Extract the first word of "$ac_prog", so it can be a program name with args.
4742 set dummy $ac_prog; ac_word=$2
4743 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4744 $as_echo_n "checking for $ac_word... " >&6; }
4745 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4746 $as_echo_n "(cached) " >&6
4747 else
4748 if test -n "$PKG_CONFIG"; then
4749 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4750 else
4751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4752 for as_dir in $PATH
4754 IFS=$as_save_IFS
4755 test -z "$as_dir" && as_dir=.
4756 for ac_exec_ext in '' $ac_executable_extensions; do
4757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4758 ac_cv_prog_PKG_CONFIG="$ac_prog"
4759 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4760 break 2
4762 done
4763 done
4764 IFS=$as_save_IFS
4768 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4769 if test -n "$PKG_CONFIG"; then
4770 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4771 $as_echo "$PKG_CONFIG" >&6; }
4772 else
4773 { $as_echo "$as_me:$LINENO: result: no" >&5
4774 $as_echo "no" >&6; }
4778 test -n "$PKG_CONFIG" && break
4779 done
4780 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4782 for ac_prog in rsvg
4784 # Extract the first word of "$ac_prog", so it can be a program name with args.
4785 set dummy $ac_prog; ac_word=$2
4786 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4787 $as_echo_n "checking for $ac_word... " >&6; }
4788 if test "${ac_cv_prog_RSVG+set}" = set; then
4789 $as_echo_n "(cached) " >&6
4790 else
4791 if test -n "$RSVG"; then
4792 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4793 else
4794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4795 for as_dir in $PATH
4797 IFS=$as_save_IFS
4798 test -z "$as_dir" && as_dir=.
4799 for ac_exec_ext in '' $ac_executable_extensions; do
4800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4801 ac_cv_prog_RSVG="$ac_prog"
4802 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4803 break 2
4805 done
4806 done
4807 IFS=$as_save_IFS
4811 RSVG=$ac_cv_prog_RSVG
4812 if test -n "$RSVG"; then
4813 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4814 $as_echo "$RSVG" >&6; }
4815 else
4816 { $as_echo "$as_me:$LINENO: result: no" >&5
4817 $as_echo "no" >&6; }
4821 test -n "$RSVG" && break
4822 done
4823 test -n "$RSVG" || RSVG="false"
4825 for ac_prog in icotool
4827 # Extract the first word of "$ac_prog", so it can be a program name with args.
4828 set dummy $ac_prog; ac_word=$2
4829 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4830 $as_echo_n "checking for $ac_word... " >&6; }
4831 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4832 $as_echo_n "(cached) " >&6
4833 else
4834 if test -n "$ICOTOOL"; then
4835 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4836 else
4837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838 for as_dir in $PATH
4840 IFS=$as_save_IFS
4841 test -z "$as_dir" && as_dir=.
4842 for ac_exec_ext in '' $ac_executable_extensions; do
4843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4844 ac_cv_prog_ICOTOOL="$ac_prog"
4845 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4846 break 2
4848 done
4849 done
4850 IFS=$as_save_IFS
4854 ICOTOOL=$ac_cv_prog_ICOTOOL
4855 if test -n "$ICOTOOL"; then
4856 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4857 $as_echo "$ICOTOOL" >&6; }
4858 else
4859 { $as_echo "$as_me:$LINENO: result: no" >&5
4860 $as_echo "no" >&6; }
4864 test -n "$ICOTOOL" && break
4865 done
4866 test -n "$ICOTOOL" || ICOTOOL="false"
4869 if test "${enable_maintainer_mode+set}" = set
4870 then
4871 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4872 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4873 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4876 case $host_cpu in
4877 *i[3456789]86*)
4878 # Extract the first word of "prelink", so it can be a program name with args.
4879 set dummy prelink; ac_word=$2
4880 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4881 $as_echo_n "checking for $ac_word... " >&6; }
4882 if test "${ac_cv_path_PRELINK+set}" = set; then
4883 $as_echo_n "(cached) " >&6
4884 else
4885 case $PRELINK in
4886 [\\/]* | ?:[\\/]*)
4887 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4891 for as_dir in /sbin /usr/sbin $PATH
4893 IFS=$as_save_IFS
4894 test -z "$as_dir" && as_dir=.
4895 for ac_exec_ext in '' $ac_executable_extensions; do
4896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4897 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4898 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 break 2
4901 done
4902 done
4903 IFS=$as_save_IFS
4905 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4907 esac
4909 PRELINK=$ac_cv_path_PRELINK
4910 if test -n "$PRELINK"; then
4911 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4912 $as_echo "$PRELINK" >&6; }
4913 else
4914 { $as_echo "$as_me:$LINENO: result: no" >&5
4915 $as_echo "no" >&6; }
4920 esac
4924 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4925 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4926 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4927 $as_echo_n "(cached) " >&6
4928 else
4929 ac_check_lib_save_LIBS=$LIBS
4930 LIBS="-li386 $LIBS"
4931 cat >conftest.$ac_ext <<_ACEOF
4932 /* confdefs.h. */
4933 _ACEOF
4934 cat confdefs.h >>conftest.$ac_ext
4935 cat >>conftest.$ac_ext <<_ACEOF
4936 /* end confdefs.h. */
4938 /* Override any GCC internal prototype to avoid an error.
4939 Use char because int might match the return type of a GCC
4940 builtin and then its argument prototype would still apply. */
4941 #ifdef __cplusplus
4942 extern "C"
4943 #endif
4944 char i386_set_ldt ();
4946 main ()
4948 return i386_set_ldt ();
4950 return 0;
4952 _ACEOF
4953 rm -f conftest.$ac_objext conftest$ac_exeext
4954 if { (ac_try="$ac_link"
4955 case "(($ac_try" in
4956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957 *) ac_try_echo=$ac_try;;
4958 esac
4959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4960 $as_echo "$ac_try_echo") >&5
4961 (eval "$ac_link") 2>conftest.er1
4962 ac_status=$?
4963 grep -v '^ *+' conftest.er1 >conftest.err
4964 rm -f conftest.er1
4965 cat conftest.err >&5
4966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); } && {
4968 test -z "$ac_c_werror_flag" ||
4969 test ! -s conftest.err
4970 } && test -s conftest$ac_exeext && {
4971 test "$cross_compiling" = yes ||
4972 $as_test_x conftest$ac_exeext
4973 }; then
4974 ac_cv_lib_i386_i386_set_ldt=yes
4975 else
4976 $as_echo "$as_me: failed program was:" >&5
4977 sed 's/^/| /' conftest.$ac_ext >&5
4979 ac_cv_lib_i386_i386_set_ldt=no
4982 rm -rf conftest.dSYM
4983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4984 conftest$ac_exeext conftest.$ac_ext
4985 LIBS=$ac_check_lib_save_LIBS
4987 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4988 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
4989 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
4990 cat >>confdefs.h <<_ACEOF
4991 #define HAVE_LIBI386 1
4992 _ACEOF
4994 LIBS="-li386 $LIBS"
4999 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5000 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5001 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5002 $as_echo_n "(cached) " >&6
5003 else
5004 ac_check_lib_save_LIBS=$LIBS
5005 LIBS="-lossaudio $LIBS"
5006 cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h. */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h. */
5013 /* Override any GCC internal prototype to avoid an error.
5014 Use char because int might match the return type of a GCC
5015 builtin and then its argument prototype would still apply. */
5016 #ifdef __cplusplus
5017 extern "C"
5018 #endif
5019 char _oss_ioctl ();
5021 main ()
5023 return _oss_ioctl ();
5025 return 0;
5027 _ACEOF
5028 rm -f conftest.$ac_objext conftest$ac_exeext
5029 if { (ac_try="$ac_link"
5030 case "(($ac_try" in
5031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5032 *) ac_try_echo=$ac_try;;
5033 esac
5034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5035 $as_echo "$ac_try_echo") >&5
5036 (eval "$ac_link") 2>conftest.er1
5037 ac_status=$?
5038 grep -v '^ *+' conftest.er1 >conftest.err
5039 rm -f conftest.er1
5040 cat conftest.err >&5
5041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); } && {
5043 test -z "$ac_c_werror_flag" ||
5044 test ! -s conftest.err
5045 } && test -s conftest$ac_exeext && {
5046 test "$cross_compiling" = yes ||
5047 $as_test_x conftest$ac_exeext
5048 }; then
5049 ac_cv_lib_ossaudio__oss_ioctl=yes
5050 else
5051 $as_echo "$as_me: failed program was:" >&5
5052 sed 's/^/| /' conftest.$ac_ext >&5
5054 ac_cv_lib_ossaudio__oss_ioctl=no
5057 rm -rf conftest.dSYM
5058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5059 conftest$ac_exeext conftest.$ac_ext
5060 LIBS=$ac_check_lib_save_LIBS
5062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5063 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5064 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5065 cat >>confdefs.h <<_ACEOF
5066 #define HAVE_LIBOSSAUDIO 1
5067 _ACEOF
5069 LIBS="-lossaudio $LIBS"
5074 XLIB=""
5076 OPENGL_LIBS=""
5080 ac_ext=c
5081 ac_cpp='$CPP $CPPFLAGS'
5082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5085 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5086 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5087 # On Suns, sometimes $CPP names a directory.
5088 if test -n "$CPP" && test -d "$CPP"; then
5089 CPP=
5091 if test -z "$CPP"; then
5092 if test "${ac_cv_prog_CPP+set}" = set; then
5093 $as_echo_n "(cached) " >&6
5094 else
5095 # Double quotes because CPP needs to be expanded
5096 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5098 ac_preproc_ok=false
5099 for ac_c_preproc_warn_flag in '' yes
5101 # Use a header file that comes with gcc, so configuring glibc
5102 # with a fresh cross-compiler works.
5103 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5104 # <limits.h> exists even on freestanding compilers.
5105 # On the NeXT, cc -E runs the code through the compiler's parser,
5106 # not just through cpp. "Syntax error" is here to catch this case.
5107 cat >conftest.$ac_ext <<_ACEOF
5108 /* confdefs.h. */
5109 _ACEOF
5110 cat confdefs.h >>conftest.$ac_ext
5111 cat >>conftest.$ac_ext <<_ACEOF
5112 /* end confdefs.h. */
5113 #ifdef __STDC__
5114 # include <limits.h>
5115 #else
5116 # include <assert.h>
5117 #endif
5118 Syntax error
5119 _ACEOF
5120 if { (ac_try="$ac_cpp conftest.$ac_ext"
5121 case "(($ac_try" in
5122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5123 *) ac_try_echo=$ac_try;;
5124 esac
5125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5126 $as_echo "$ac_try_echo") >&5
5127 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5128 ac_status=$?
5129 grep -v '^ *+' conftest.er1 >conftest.err
5130 rm -f conftest.er1
5131 cat conftest.err >&5
5132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 (exit $ac_status); } >/dev/null && {
5134 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5135 test ! -s conftest.err
5136 }; then
5138 else
5139 $as_echo "$as_me: failed program was:" >&5
5140 sed 's/^/| /' conftest.$ac_ext >&5
5142 # Broken: fails on valid input.
5143 continue
5146 rm -f conftest.err conftest.$ac_ext
5148 # OK, works on sane cases. Now check whether nonexistent headers
5149 # can be detected and how.
5150 cat >conftest.$ac_ext <<_ACEOF
5151 /* confdefs.h. */
5152 _ACEOF
5153 cat confdefs.h >>conftest.$ac_ext
5154 cat >>conftest.$ac_ext <<_ACEOF
5155 /* end confdefs.h. */
5156 #include <ac_nonexistent.h>
5157 _ACEOF
5158 if { (ac_try="$ac_cpp conftest.$ac_ext"
5159 case "(($ac_try" in
5160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5161 *) ac_try_echo=$ac_try;;
5162 esac
5163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5164 $as_echo "$ac_try_echo") >&5
5165 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5166 ac_status=$?
5167 grep -v '^ *+' conftest.er1 >conftest.err
5168 rm -f conftest.er1
5169 cat conftest.err >&5
5170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5171 (exit $ac_status); } >/dev/null && {
5172 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5173 test ! -s conftest.err
5174 }; then
5175 # Broken: success on invalid input.
5176 continue
5177 else
5178 $as_echo "$as_me: failed program was:" >&5
5179 sed 's/^/| /' conftest.$ac_ext >&5
5181 # Passes both tests.
5182 ac_preproc_ok=:
5183 break
5186 rm -f conftest.err conftest.$ac_ext
5188 done
5189 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5190 rm -f conftest.err conftest.$ac_ext
5191 if $ac_preproc_ok; then
5192 break
5195 done
5196 ac_cv_prog_CPP=$CPP
5199 CPP=$ac_cv_prog_CPP
5200 else
5201 ac_cv_prog_CPP=$CPP
5203 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5204 $as_echo "$CPP" >&6; }
5205 ac_preproc_ok=false
5206 for ac_c_preproc_warn_flag in '' yes
5208 # Use a header file that comes with gcc, so configuring glibc
5209 # with a fresh cross-compiler works.
5210 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5211 # <limits.h> exists even on freestanding compilers.
5212 # On the NeXT, cc -E runs the code through the compiler's parser,
5213 # not just through cpp. "Syntax error" is here to catch this case.
5214 cat >conftest.$ac_ext <<_ACEOF
5215 /* confdefs.h. */
5216 _ACEOF
5217 cat confdefs.h >>conftest.$ac_ext
5218 cat >>conftest.$ac_ext <<_ACEOF
5219 /* end confdefs.h. */
5220 #ifdef __STDC__
5221 # include <limits.h>
5222 #else
5223 # include <assert.h>
5224 #endif
5225 Syntax error
5226 _ACEOF
5227 if { (ac_try="$ac_cpp conftest.$ac_ext"
5228 case "(($ac_try" in
5229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5230 *) ac_try_echo=$ac_try;;
5231 esac
5232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5233 $as_echo "$ac_try_echo") >&5
5234 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5235 ac_status=$?
5236 grep -v '^ *+' conftest.er1 >conftest.err
5237 rm -f conftest.er1
5238 cat conftest.err >&5
5239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); } >/dev/null && {
5241 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5242 test ! -s conftest.err
5243 }; then
5245 else
5246 $as_echo "$as_me: failed program was:" >&5
5247 sed 's/^/| /' conftest.$ac_ext >&5
5249 # Broken: fails on valid input.
5250 continue
5253 rm -f conftest.err conftest.$ac_ext
5255 # OK, works on sane cases. Now check whether nonexistent headers
5256 # can be detected and how.
5257 cat >conftest.$ac_ext <<_ACEOF
5258 /* confdefs.h. */
5259 _ACEOF
5260 cat confdefs.h >>conftest.$ac_ext
5261 cat >>conftest.$ac_ext <<_ACEOF
5262 /* end confdefs.h. */
5263 #include <ac_nonexistent.h>
5264 _ACEOF
5265 if { (ac_try="$ac_cpp conftest.$ac_ext"
5266 case "(($ac_try" in
5267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5268 *) ac_try_echo=$ac_try;;
5269 esac
5270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5271 $as_echo "$ac_try_echo") >&5
5272 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5273 ac_status=$?
5274 grep -v '^ *+' conftest.er1 >conftest.err
5275 rm -f conftest.er1
5276 cat conftest.err >&5
5277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5278 (exit $ac_status); } >/dev/null && {
5279 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5280 test ! -s conftest.err
5281 }; then
5282 # Broken: success on invalid input.
5283 continue
5284 else
5285 $as_echo "$as_me: failed program was:" >&5
5286 sed 's/^/| /' conftest.$ac_ext >&5
5288 # Passes both tests.
5289 ac_preproc_ok=:
5290 break
5293 rm -f conftest.err conftest.$ac_ext
5295 done
5296 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5297 rm -f conftest.err conftest.$ac_ext
5298 if $ac_preproc_ok; then
5300 else
5301 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5303 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5304 See \`config.log' for more details." >&5
5305 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5306 See \`config.log' for more details." >&2;}
5307 { (exit 1); exit 1; }; }; }
5310 ac_ext=c
5311 ac_cpp='$CPP $CPPFLAGS'
5312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5317 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5318 $as_echo_n "checking for ANSI C header files... " >&6; }
5319 if test "${ac_cv_header_stdc+set}" = set; then
5320 $as_echo_n "(cached) " >&6
5321 else
5322 cat >conftest.$ac_ext <<_ACEOF
5323 /* confdefs.h. */
5324 _ACEOF
5325 cat confdefs.h >>conftest.$ac_ext
5326 cat >>conftest.$ac_ext <<_ACEOF
5327 /* end confdefs.h. */
5328 #include <stdlib.h>
5329 #include <stdarg.h>
5330 #include <string.h>
5331 #include <float.h>
5334 main ()
5338 return 0;
5340 _ACEOF
5341 rm -f conftest.$ac_objext
5342 if { (ac_try="$ac_compile"
5343 case "(($ac_try" in
5344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5345 *) ac_try_echo=$ac_try;;
5346 esac
5347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5348 $as_echo "$ac_try_echo") >&5
5349 (eval "$ac_compile") 2>conftest.er1
5350 ac_status=$?
5351 grep -v '^ *+' conftest.er1 >conftest.err
5352 rm -f conftest.er1
5353 cat conftest.err >&5
5354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5355 (exit $ac_status); } && {
5356 test -z "$ac_c_werror_flag" ||
5357 test ! -s conftest.err
5358 } && test -s conftest.$ac_objext; then
5359 ac_cv_header_stdc=yes
5360 else
5361 $as_echo "$as_me: failed program was:" >&5
5362 sed 's/^/| /' conftest.$ac_ext >&5
5364 ac_cv_header_stdc=no
5367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5369 if test $ac_cv_header_stdc = yes; then
5370 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5371 cat >conftest.$ac_ext <<_ACEOF
5372 /* confdefs.h. */
5373 _ACEOF
5374 cat confdefs.h >>conftest.$ac_ext
5375 cat >>conftest.$ac_ext <<_ACEOF
5376 /* end confdefs.h. */
5377 #include <string.h>
5379 _ACEOF
5380 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5381 $EGREP "memchr" >/dev/null 2>&1; then
5383 else
5384 ac_cv_header_stdc=no
5386 rm -f conftest*
5390 if test $ac_cv_header_stdc = yes; then
5391 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5392 cat >conftest.$ac_ext <<_ACEOF
5393 /* confdefs.h. */
5394 _ACEOF
5395 cat confdefs.h >>conftest.$ac_ext
5396 cat >>conftest.$ac_ext <<_ACEOF
5397 /* end confdefs.h. */
5398 #include <stdlib.h>
5400 _ACEOF
5401 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5402 $EGREP "free" >/dev/null 2>&1; then
5404 else
5405 ac_cv_header_stdc=no
5407 rm -f conftest*
5411 if test $ac_cv_header_stdc = yes; then
5412 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5413 if test "$cross_compiling" = yes; then
5415 else
5416 cat >conftest.$ac_ext <<_ACEOF
5417 /* confdefs.h. */
5418 _ACEOF
5419 cat confdefs.h >>conftest.$ac_ext
5420 cat >>conftest.$ac_ext <<_ACEOF
5421 /* end confdefs.h. */
5422 #include <ctype.h>
5423 #include <stdlib.h>
5424 #if ((' ' & 0x0FF) == 0x020)
5425 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5426 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5427 #else
5428 # define ISLOWER(c) \
5429 (('a' <= (c) && (c) <= 'i') \
5430 || ('j' <= (c) && (c) <= 'r') \
5431 || ('s' <= (c) && (c) <= 'z'))
5432 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5433 #endif
5435 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5437 main ()
5439 int i;
5440 for (i = 0; i < 256; i++)
5441 if (XOR (islower (i), ISLOWER (i))
5442 || toupper (i) != TOUPPER (i))
5443 return 2;
5444 return 0;
5446 _ACEOF
5447 rm -f conftest$ac_exeext
5448 if { (ac_try="$ac_link"
5449 case "(($ac_try" in
5450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5451 *) ac_try_echo=$ac_try;;
5452 esac
5453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5454 $as_echo "$ac_try_echo") >&5
5455 (eval "$ac_link") 2>&5
5456 ac_status=$?
5457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5458 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5459 { (case "(($ac_try" in
5460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5461 *) ac_try_echo=$ac_try;;
5462 esac
5463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5464 $as_echo "$ac_try_echo") >&5
5465 (eval "$ac_try") 2>&5
5466 ac_status=$?
5467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5468 (exit $ac_status); }; }; then
5470 else
5471 $as_echo "$as_me: program exited with status $ac_status" >&5
5472 $as_echo "$as_me: failed program was:" >&5
5473 sed 's/^/| /' conftest.$ac_ext >&5
5475 ( exit $ac_status )
5476 ac_cv_header_stdc=no
5478 rm -rf conftest.dSYM
5479 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5485 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5486 $as_echo "$ac_cv_header_stdc" >&6; }
5487 if test $ac_cv_header_stdc = yes; then
5489 cat >>confdefs.h <<\_ACEOF
5490 #define STDC_HEADERS 1
5491 _ACEOF
5495 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5505 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5506 inttypes.h stdint.h unistd.h
5508 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5509 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5510 $as_echo_n "checking for $ac_header... " >&6; }
5511 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5512 $as_echo_n "(cached) " >&6
5513 else
5514 cat >conftest.$ac_ext <<_ACEOF
5515 /* confdefs.h. */
5516 _ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 $ac_includes_default
5522 #include <$ac_header>
5523 _ACEOF
5524 rm -f conftest.$ac_objext
5525 if { (ac_try="$ac_compile"
5526 case "(($ac_try" in
5527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5528 *) ac_try_echo=$ac_try;;
5529 esac
5530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5531 $as_echo "$ac_try_echo") >&5
5532 (eval "$ac_compile") 2>conftest.er1
5533 ac_status=$?
5534 grep -v '^ *+' conftest.er1 >conftest.err
5535 rm -f conftest.er1
5536 cat conftest.err >&5
5537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); } && {
5539 test -z "$ac_c_werror_flag" ||
5540 test ! -s conftest.err
5541 } && test -s conftest.$ac_objext; then
5542 eval "$as_ac_Header=yes"
5543 else
5544 $as_echo "$as_me: failed program was:" >&5
5545 sed 's/^/| /' conftest.$ac_ext >&5
5547 eval "$as_ac_Header=no"
5550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5552 ac_res=`eval 'as_val=${'$as_ac_Header'}
5553 $as_echo "$as_val"'`
5554 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5555 $as_echo "$ac_res" >&6; }
5556 as_val=`eval 'as_val=${'$as_ac_Header'}
5557 $as_echo "$as_val"'`
5558 if test "x$as_val" = x""yes; then
5559 cat >>confdefs.h <<_ACEOF
5560 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5561 _ACEOF
5565 done
5691 for ac_header in \
5692 AudioUnit/AudioUnit.h \
5693 Carbon/Carbon.h \
5694 CoreAudio/CoreAudio.h \
5695 DiskArbitration/DiskArbitration.h \
5696 IOKit/IOKitLib.h \
5697 IOKit/hid/IOHIDLib.h \
5698 alias.h \
5699 alsa/asoundlib.h \
5700 arpa/inet.h \
5701 arpa/nameser.h \
5702 asm/types.h \
5703 capi20.h \
5704 curses.h \
5705 direct.h \
5706 dirent.h \
5707 dlfcn.h \
5708 elf.h \
5709 float.h \
5710 fnmatch.h \
5711 fontconfig/fontconfig.h \
5712 getopt.h \
5713 grp.h \
5714 ieeefp.h \
5715 inet/mib2.h \
5716 io.h \
5717 jack/jack.h \
5718 jpeglib.h \
5719 kstat.h \
5720 lber.h \
5721 lcms.h \
5722 lcms/lcms.h \
5723 ldap.h \
5724 libaudioio.h \
5725 link.h \
5726 linux/cdrom.h \
5727 linux/compiler.h \
5728 linux/hdreg.h \
5729 linux/input.h \
5730 linux/ioctl.h \
5731 linux/joystick.h \
5732 linux/major.h \
5733 linux/param.h \
5734 linux/serial.h \
5735 linux/types.h \
5736 linux/ucdrom.h \
5737 mach-o/dyld_images.h \
5738 mach-o/nlist.h \
5739 mach/mach.h \
5740 mach/machine.h \
5741 machine/cpu.h \
5742 machine/limits.h \
5743 machine/soundcard.h \
5744 mntent.h \
5745 ncurses.h \
5746 netdb.h \
5747 netinet/in.h \
5748 netinet/in_systm.h \
5749 netinet/tcp.h \
5750 netinet/tcp_fsm.h \
5751 openssl/err.h \
5752 openssl/ssl.h \
5753 png.h \
5754 poll.h \
5755 process.h \
5756 pthread.h \
5757 pwd.h \
5758 regex.h \
5759 sched.h \
5760 scsi/scsi.h \
5761 scsi/scsi_ioctl.h \
5762 scsi/sg.h \
5763 soundcard.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/ioctl.h \
5776 sys/ipc.h \
5777 sys/limits.h \
5778 sys/link.h \
5779 sys/mman.h \
5780 sys/modem.h \
5781 sys/msg.h \
5782 sys/mtio.h \
5783 sys/param.h \
5784 sys/poll.h \
5785 sys/prctl.h \
5786 sys/protosw.h \
5787 sys/ptrace.h \
5788 sys/resource.h \
5789 sys/scsiio.h \
5790 sys/shm.h \
5791 sys/signal.h \
5792 sys/socket.h \
5793 sys/socketvar.h \
5794 sys/sockio.h \
5795 sys/soundcard.h \
5796 sys/statvfs.h \
5797 sys/strtio.h \
5798 sys/syscall.h \
5799 sys/tihdr.h \
5800 sys/time.h \
5801 sys/timeout.h \
5802 sys/times.h \
5803 sys/uio.h \
5804 sys/un.h \
5805 sys/utsname.h \
5806 sys/vm86.h \
5807 sys/wait.h \
5808 syscall.h \
5809 termios.h \
5810 unistd.h \
5811 utime.h \
5812 valgrind/memcheck.h \
5813 valgrind/valgrind.h \
5814 zlib.h
5817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5819 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5820 $as_echo_n "checking for $ac_header... " >&6; }
5821 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5822 $as_echo_n "(cached) " >&6
5824 ac_res=`eval 'as_val=${'$as_ac_Header'}
5825 $as_echo "$as_val"'`
5826 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5827 $as_echo "$ac_res" >&6; }
5828 else
5829 # Is the header compilable?
5830 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5831 $as_echo_n "checking $ac_header usability... " >&6; }
5832 cat >conftest.$ac_ext <<_ACEOF
5833 /* confdefs.h. */
5834 _ACEOF
5835 cat confdefs.h >>conftest.$ac_ext
5836 cat >>conftest.$ac_ext <<_ACEOF
5837 /* end confdefs.h. */
5838 $ac_includes_default
5839 #include <$ac_header>
5840 _ACEOF
5841 rm -f conftest.$ac_objext
5842 if { (ac_try="$ac_compile"
5843 case "(($ac_try" in
5844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5845 *) ac_try_echo=$ac_try;;
5846 esac
5847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5848 $as_echo "$ac_try_echo") >&5
5849 (eval "$ac_compile") 2>conftest.er1
5850 ac_status=$?
5851 grep -v '^ *+' conftest.er1 >conftest.err
5852 rm -f conftest.er1
5853 cat conftest.err >&5
5854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5855 (exit $ac_status); } && {
5856 test -z "$ac_c_werror_flag" ||
5857 test ! -s conftest.err
5858 } && test -s conftest.$ac_objext; then
5859 ac_header_compiler=yes
5860 else
5861 $as_echo "$as_me: failed program was:" >&5
5862 sed 's/^/| /' conftest.$ac_ext >&5
5864 ac_header_compiler=no
5867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5869 $as_echo "$ac_header_compiler" >&6; }
5871 # Is the header present?
5872 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5873 $as_echo_n "checking $ac_header presence... " >&6; }
5874 cat >conftest.$ac_ext <<_ACEOF
5875 /* confdefs.h. */
5876 _ACEOF
5877 cat confdefs.h >>conftest.$ac_ext
5878 cat >>conftest.$ac_ext <<_ACEOF
5879 /* end confdefs.h. */
5880 #include <$ac_header>
5881 _ACEOF
5882 if { (ac_try="$ac_cpp conftest.$ac_ext"
5883 case "(($ac_try" in
5884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5885 *) ac_try_echo=$ac_try;;
5886 esac
5887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5888 $as_echo "$ac_try_echo") >&5
5889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5890 ac_status=$?
5891 grep -v '^ *+' conftest.er1 >conftest.err
5892 rm -f conftest.er1
5893 cat conftest.err >&5
5894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895 (exit $ac_status); } >/dev/null && {
5896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5897 test ! -s conftest.err
5898 }; then
5899 ac_header_preproc=yes
5900 else
5901 $as_echo "$as_me: failed program was:" >&5
5902 sed 's/^/| /' conftest.$ac_ext >&5
5904 ac_header_preproc=no
5907 rm -f conftest.err conftest.$ac_ext
5908 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5909 $as_echo "$ac_header_preproc" >&6; }
5911 # So? What about this header?
5912 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5913 yes:no: )
5914 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5915 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5916 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5917 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5918 ac_header_preproc=yes
5920 no:yes:* )
5921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5922 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5924 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5926 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5928 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5929 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5930 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5931 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5932 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5933 ( cat <<\_ASBOX
5934 ## ------------------------------------ ##
5935 ## Report this to wine-devel@winehq.org ##
5936 ## ------------------------------------ ##
5937 _ASBOX
5938 ) | sed "s/^/$as_me: WARNING: /" >&2
5940 esac
5941 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5942 $as_echo_n "checking for $ac_header... " >&6; }
5943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5944 $as_echo_n "(cached) " >&6
5945 else
5946 eval "$as_ac_Header=\$ac_header_preproc"
5948 ac_res=`eval 'as_val=${'$as_ac_Header'}
5949 $as_echo "$as_val"'`
5950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5951 $as_echo "$ac_res" >&6; }
5954 as_val=`eval 'as_val=${'$as_ac_Header'}
5955 $as_echo "$as_val"'`
5956 if test "x$as_val" = x""yes; then
5957 cat >>confdefs.h <<_ACEOF
5958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5959 _ACEOF
5963 done
5965 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5966 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5967 if test "${ac_cv_header_stat_broken+set}" = set; then
5968 $as_echo_n "(cached) " >&6
5969 else
5970 cat >conftest.$ac_ext <<_ACEOF
5971 /* confdefs.h. */
5972 _ACEOF
5973 cat confdefs.h >>conftest.$ac_ext
5974 cat >>conftest.$ac_ext <<_ACEOF
5975 /* end confdefs.h. */
5976 #include <sys/types.h>
5977 #include <sys/stat.h>
5979 #if defined S_ISBLK && defined S_IFDIR
5980 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5981 #endif
5983 #if defined S_ISBLK && defined S_IFCHR
5984 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5985 #endif
5987 #if defined S_ISLNK && defined S_IFREG
5988 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5989 #endif
5991 #if defined S_ISSOCK && defined S_IFREG
5992 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5993 #endif
5995 _ACEOF
5996 rm -f conftest.$ac_objext
5997 if { (ac_try="$ac_compile"
5998 case "(($ac_try" in
5999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6000 *) ac_try_echo=$ac_try;;
6001 esac
6002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6003 $as_echo "$ac_try_echo") >&5
6004 (eval "$ac_compile") 2>conftest.er1
6005 ac_status=$?
6006 grep -v '^ *+' conftest.er1 >conftest.err
6007 rm -f conftest.er1
6008 cat conftest.err >&5
6009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6010 (exit $ac_status); } && {
6011 test -z "$ac_c_werror_flag" ||
6012 test ! -s conftest.err
6013 } && test -s conftest.$ac_objext; then
6014 ac_cv_header_stat_broken=no
6015 else
6016 $as_echo "$as_me: failed program was:" >&5
6017 sed 's/^/| /' conftest.$ac_ext >&5
6019 ac_cv_header_stat_broken=yes
6022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6024 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6025 $as_echo "$ac_cv_header_stat_broken" >&6; }
6026 if test $ac_cv_header_stat_broken = yes; then
6028 cat >>confdefs.h <<\_ACEOF
6029 #define STAT_MACROS_BROKEN 1
6030 _ACEOF
6041 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6044 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6045 $as_echo_n "checking for $ac_header... " >&6; }
6046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6047 $as_echo_n "(cached) " >&6
6048 else
6049 cat >conftest.$ac_ext <<_ACEOF
6050 /* confdefs.h. */
6051 _ACEOF
6052 cat confdefs.h >>conftest.$ac_ext
6053 cat >>conftest.$ac_ext <<_ACEOF
6054 /* end confdefs.h. */
6055 #include <sys/types.h>
6056 #ifdef HAVE_SYS_PARAM_H
6057 # include <sys/param.h>
6058 #endif
6060 #include <$ac_header>
6061 _ACEOF
6062 rm -f conftest.$ac_objext
6063 if { (ac_try="$ac_compile"
6064 case "(($ac_try" in
6065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6066 *) ac_try_echo=$ac_try;;
6067 esac
6068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6069 $as_echo "$ac_try_echo") >&5
6070 (eval "$ac_compile") 2>conftest.er1
6071 ac_status=$?
6072 grep -v '^ *+' conftest.er1 >conftest.err
6073 rm -f conftest.er1
6074 cat conftest.err >&5
6075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6076 (exit $ac_status); } && {
6077 test -z "$ac_c_werror_flag" ||
6078 test ! -s conftest.err
6079 } && test -s conftest.$ac_objext; then
6080 eval "$as_ac_Header=yes"
6081 else
6082 $as_echo "$as_me: failed program was:" >&5
6083 sed 's/^/| /' conftest.$ac_ext >&5
6085 eval "$as_ac_Header=no"
6088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6090 ac_res=`eval 'as_val=${'$as_ac_Header'}
6091 $as_echo "$as_val"'`
6092 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6093 $as_echo "$ac_res" >&6; }
6094 as_val=`eval 'as_val=${'$as_ac_Header'}
6095 $as_echo "$as_val"'`
6096 if test "x$as_val" = x""yes; then
6097 cat >>confdefs.h <<_ACEOF
6098 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6099 _ACEOF
6103 done
6119 for ac_header in \
6120 netinet/ip.h \
6121 net/if.h \
6122 net/if_arp.h \
6123 net/if_dl.h \
6124 net/if_types.h \
6125 net/route.h \
6126 netinet/if_ether.h \
6127 netinet/if_inarp.h \
6128 netinet/in_pcb.h \
6129 netinet/ip_icmp.h \
6130 netinet/ip_var.h \
6131 netinet/udp.h \
6132 netipx/ipx.h \
6135 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6136 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6137 $as_echo_n "checking for $ac_header... " >&6; }
6138 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6139 $as_echo_n "(cached) " >&6
6140 else
6141 cat >conftest.$ac_ext <<_ACEOF
6142 /* confdefs.h. */
6143 _ACEOF
6144 cat confdefs.h >>conftest.$ac_ext
6145 cat >>conftest.$ac_ext <<_ACEOF
6146 /* end confdefs.h. */
6147 #include <sys/types.h>
6148 #ifdef HAVE_SYS_SOCKET_H
6149 # include <sys/socket.h>
6150 #endif
6151 #ifdef HAVE_SYS_SOCKETVAR_H
6152 # include <sys/socketvar.h>
6153 #endif
6154 #ifdef HAVE_NET_ROUTE_H
6155 # include <net/route.h>
6156 #endif
6157 #ifdef HAVE_NETINET_IN_H
6158 # include <netinet/in.h>
6159 #endif
6160 #ifdef HAVE_NETINET_IN_SYSTM_H
6161 # include <netinet/in_systm.h>
6162 #endif
6163 #ifdef HAVE_NET_IF_H
6164 # include <net/if.h>
6165 #endif
6166 #ifdef HAVE_NETINET_IP_H
6167 # include <netinet/ip.h>
6168 #endif
6170 #include <$ac_header>
6171 _ACEOF
6172 rm -f conftest.$ac_objext
6173 if { (ac_try="$ac_compile"
6174 case "(($ac_try" in
6175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6176 *) ac_try_echo=$ac_try;;
6177 esac
6178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6179 $as_echo "$ac_try_echo") >&5
6180 (eval "$ac_compile") 2>conftest.er1
6181 ac_status=$?
6182 grep -v '^ *+' conftest.er1 >conftest.err
6183 rm -f conftest.er1
6184 cat conftest.err >&5
6185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6186 (exit $ac_status); } && {
6187 test -z "$ac_c_werror_flag" ||
6188 test ! -s conftest.err
6189 } && test -s conftest.$ac_objext; then
6190 eval "$as_ac_Header=yes"
6191 else
6192 $as_echo "$as_me: failed program was:" >&5
6193 sed 's/^/| /' conftest.$ac_ext >&5
6195 eval "$as_ac_Header=no"
6198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6200 ac_res=`eval 'as_val=${'$as_ac_Header'}
6201 $as_echo "$as_val"'`
6202 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6203 $as_echo "$ac_res" >&6; }
6204 as_val=`eval 'as_val=${'$as_ac_Header'}
6205 $as_echo "$as_val"'`
6206 if test "x$as_val" = x""yes; then
6207 cat >>confdefs.h <<_ACEOF
6208 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6209 _ACEOF
6213 done
6220 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6222 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6223 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6224 $as_echo_n "checking for $ac_header... " >&6; }
6225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6226 $as_echo_n "(cached) " >&6
6227 else
6228 cat >conftest.$ac_ext <<_ACEOF
6229 /* confdefs.h. */
6230 _ACEOF
6231 cat confdefs.h >>conftest.$ac_ext
6232 cat >>conftest.$ac_ext <<_ACEOF
6233 /* end confdefs.h. */
6234 #include <sys/types.h>
6235 #ifdef HAVE_ALIAS_H
6236 # include <alias.h>
6237 #endif
6238 #ifdef HAVE_SYS_SOCKET_H
6239 # include <sys/socket.h>
6240 #endif
6241 #ifdef HAVE_SYS_SOCKETVAR_H
6242 # include <sys/socketvar.h>
6243 #endif
6244 #ifdef HAVE_SYS_TIMEOUT_H
6245 # include <sys/timeout.h>
6246 #endif
6247 #ifdef HAVE_NETINET_IN_H
6248 # include <netinet/in.h>
6249 #endif
6250 #ifdef HAVE_NETINET_IN_SYSTM_H
6251 # include <netinet/in_systm.h>
6252 #endif
6253 #ifdef HAVE_NETINET_IP_H
6254 # include <netinet/ip.h>
6255 #endif
6256 #ifdef HAVE_NETINET_IP_VAR_H
6257 # include <netinet/ip_var.h>
6258 #endif
6259 #ifdef HAVE_NETINET_IP_ICMP_H
6260 # include <netinet/ip_icmp.h>
6261 #endif
6262 #ifdef HAVE_NETINET_UDP_H
6263 # include <netinet/udp.h>
6264 #endif
6265 #ifdef HAVE_NETINET_TCP_H
6266 # include <netinet/tcp.h>
6267 #endif
6268 #ifdef HAVE_NETINET_TCP_TIMER_H
6269 #include <netinet/tcp_timer.h>
6270 #endif
6272 #include <$ac_header>
6273 _ACEOF
6274 rm -f conftest.$ac_objext
6275 if { (ac_try="$ac_compile"
6276 case "(($ac_try" in
6277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6278 *) ac_try_echo=$ac_try;;
6279 esac
6280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6281 $as_echo "$ac_try_echo") >&5
6282 (eval "$ac_compile") 2>conftest.er1
6283 ac_status=$?
6284 grep -v '^ *+' conftest.er1 >conftest.err
6285 rm -f conftest.er1
6286 cat conftest.err >&5
6287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); } && {
6289 test -z "$ac_c_werror_flag" ||
6290 test ! -s conftest.err
6291 } && test -s conftest.$ac_objext; then
6292 eval "$as_ac_Header=yes"
6293 else
6294 $as_echo "$as_me: failed program was:" >&5
6295 sed 's/^/| /' conftest.$ac_ext >&5
6297 eval "$as_ac_Header=no"
6300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6302 ac_res=`eval 'as_val=${'$as_ac_Header'}
6303 $as_echo "$as_val"'`
6304 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6305 $as_echo "$ac_res" >&6; }
6306 as_val=`eval 'as_val=${'$as_ac_Header'}
6307 $as_echo "$as_val"'`
6308 if test "x$as_val" = x""yes; then
6309 cat >>confdefs.h <<_ACEOF
6310 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6311 _ACEOF
6315 done
6319 for ac_header in linux/ipx.h
6321 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6322 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6323 $as_echo_n "checking for $ac_header... " >&6; }
6324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6325 $as_echo_n "(cached) " >&6
6326 else
6327 cat >conftest.$ac_ext <<_ACEOF
6328 /* confdefs.h. */
6329 _ACEOF
6330 cat confdefs.h >>conftest.$ac_ext
6331 cat >>conftest.$ac_ext <<_ACEOF
6332 /* end confdefs.h. */
6333 #include <sys/types.h>
6334 #ifdef HAVE_ASM_TYPES_H
6335 # include <asm/types.h>
6336 #endif
6337 #ifdef HAVE_SYS_SOCKET_H
6338 # include <sys/socket.h>
6339 #endif
6340 #ifdef HAVE_LINUX_TYPES_H
6341 # include <linux/types.h>
6342 #endif
6344 #include <$ac_header>
6345 _ACEOF
6346 rm -f conftest.$ac_objext
6347 if { (ac_try="$ac_compile"
6348 case "(($ac_try" in
6349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6350 *) ac_try_echo=$ac_try;;
6351 esac
6352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6353 $as_echo "$ac_try_echo") >&5
6354 (eval "$ac_compile") 2>conftest.er1
6355 ac_status=$?
6356 grep -v '^ *+' conftest.er1 >conftest.err
6357 rm -f conftest.er1
6358 cat conftest.err >&5
6359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 (exit $ac_status); } && {
6361 test -z "$ac_c_werror_flag" ||
6362 test ! -s conftest.err
6363 } && test -s conftest.$ac_objext; then
6364 eval "$as_ac_Header=yes"
6365 else
6366 $as_echo "$as_me: failed program was:" >&5
6367 sed 's/^/| /' conftest.$ac_ext >&5
6369 eval "$as_ac_Header=no"
6372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6374 ac_res=`eval 'as_val=${'$as_ac_Header'}
6375 $as_echo "$as_val"'`
6376 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6377 $as_echo "$ac_res" >&6; }
6378 as_val=`eval 'as_val=${'$as_ac_Header'}
6379 $as_echo "$as_val"'`
6380 if test "x$as_val" = x""yes; then
6381 cat >>confdefs.h <<_ACEOF
6382 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6383 _ACEOF
6387 done
6391 for ac_header in resolv.h
6393 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6394 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6395 $as_echo_n "checking for $ac_header... " >&6; }
6396 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6397 $as_echo_n "(cached) " >&6
6398 else
6399 cat >conftest.$ac_ext <<_ACEOF
6400 /* confdefs.h. */
6401 _ACEOF
6402 cat confdefs.h >>conftest.$ac_ext
6403 cat >>conftest.$ac_ext <<_ACEOF
6404 /* end confdefs.h. */
6405 #include <sys/types.h>
6406 #ifdef HAVE_SYS_SOCKET_H
6407 # include <sys/socket.h>
6408 #endif
6409 #ifdef HAVE_NETINET_IN_H
6410 # include <netinet/in.h>
6411 #endif
6412 #ifdef HAVE_ARPA_NAMESER_H
6413 # include <arpa/nameser.h>
6414 #endif
6416 #include <$ac_header>
6417 _ACEOF
6418 rm -f conftest.$ac_objext
6419 if { (ac_try="$ac_compile"
6420 case "(($ac_try" in
6421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6422 *) ac_try_echo=$ac_try;;
6423 esac
6424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6425 $as_echo "$ac_try_echo") >&5
6426 (eval "$ac_compile") 2>conftest.er1
6427 ac_status=$?
6428 grep -v '^ *+' conftest.er1 >conftest.err
6429 rm -f conftest.er1
6430 cat conftest.err >&5
6431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432 (exit $ac_status); } && {
6433 test -z "$ac_c_werror_flag" ||
6434 test ! -s conftest.err
6435 } && test -s conftest.$ac_objext; then
6436 eval "$as_ac_Header=yes"
6437 else
6438 $as_echo "$as_me: failed program was:" >&5
6439 sed 's/^/| /' conftest.$ac_ext >&5
6441 eval "$as_ac_Header=no"
6444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6446 ac_res=`eval 'as_val=${'$as_ac_Header'}
6447 $as_echo "$as_val"'`
6448 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6449 $as_echo "$ac_res" >&6; }
6450 as_val=`eval 'as_val=${'$as_ac_Header'}
6451 $as_echo "$as_val"'`
6452 if test "x$as_val" = x""yes; then
6453 cat >>confdefs.h <<_ACEOF
6454 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6455 _ACEOF
6459 done
6463 for ac_header in ucontext.h
6465 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6466 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6467 $as_echo_n "checking for $ac_header... " >&6; }
6468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6469 $as_echo_n "(cached) " >&6
6470 else
6471 cat >conftest.$ac_ext <<_ACEOF
6472 /* confdefs.h. */
6473 _ACEOF
6474 cat confdefs.h >>conftest.$ac_ext
6475 cat >>conftest.$ac_ext <<_ACEOF
6476 /* end confdefs.h. */
6477 #include <signal.h>
6479 #include <$ac_header>
6480 _ACEOF
6481 rm -f conftest.$ac_objext
6482 if { (ac_try="$ac_compile"
6483 case "(($ac_try" in
6484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6485 *) ac_try_echo=$ac_try;;
6486 esac
6487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6488 $as_echo "$ac_try_echo") >&5
6489 (eval "$ac_compile") 2>conftest.er1
6490 ac_status=$?
6491 grep -v '^ *+' conftest.er1 >conftest.err
6492 rm -f conftest.er1
6493 cat conftest.err >&5
6494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); } && {
6496 test -z "$ac_c_werror_flag" ||
6497 test ! -s conftest.err
6498 } && test -s conftest.$ac_objext; then
6499 eval "$as_ac_Header=yes"
6500 else
6501 $as_echo "$as_me: failed program was:" >&5
6502 sed 's/^/| /' conftest.$ac_ext >&5
6504 eval "$as_ac_Header=no"
6507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6509 ac_res=`eval 'as_val=${'$as_ac_Header'}
6510 $as_echo "$as_val"'`
6511 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6512 $as_echo "$ac_res" >&6; }
6513 as_val=`eval 'as_val=${'$as_ac_Header'}
6514 $as_echo "$as_val"'`
6515 if test "x$as_val" = x""yes; then
6516 cat >>confdefs.h <<_ACEOF
6517 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6518 _ACEOF
6522 done
6526 for ac_header in sys/thr.h
6528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6529 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6530 $as_echo_n "checking for $ac_header... " >&6; }
6531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6532 $as_echo_n "(cached) " >&6
6533 else
6534 cat >conftest.$ac_ext <<_ACEOF
6535 /* confdefs.h. */
6536 _ACEOF
6537 cat confdefs.h >>conftest.$ac_ext
6538 cat >>conftest.$ac_ext <<_ACEOF
6539 /* end confdefs.h. */
6540 #include <sys/types.h>
6541 #ifdef HAVE_UCONTEXT_H
6542 #include <ucontext.h>
6543 #endif
6545 #include <$ac_header>
6546 _ACEOF
6547 rm -f conftest.$ac_objext
6548 if { (ac_try="$ac_compile"
6549 case "(($ac_try" in
6550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6551 *) ac_try_echo=$ac_try;;
6552 esac
6553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6554 $as_echo "$ac_try_echo") >&5
6555 (eval "$ac_compile") 2>conftest.er1
6556 ac_status=$?
6557 grep -v '^ *+' conftest.er1 >conftest.err
6558 rm -f conftest.er1
6559 cat conftest.err >&5
6560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6561 (exit $ac_status); } && {
6562 test -z "$ac_c_werror_flag" ||
6563 test ! -s conftest.err
6564 } && test -s conftest.$ac_objext; then
6565 eval "$as_ac_Header=yes"
6566 else
6567 $as_echo "$as_me: failed program was:" >&5
6568 sed 's/^/| /' conftest.$ac_ext >&5
6570 eval "$as_ac_Header=no"
6573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6575 ac_res=`eval 'as_val=${'$as_ac_Header'}
6576 $as_echo "$as_val"'`
6577 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6578 $as_echo "$ac_res" >&6; }
6579 as_val=`eval 'as_val=${'$as_ac_Header'}
6580 $as_echo "$as_val"'`
6581 if test "x$as_val" = x""yes; then
6582 cat >>confdefs.h <<_ACEOF
6583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6584 _ACEOF
6588 done
6592 for ac_header in pthread_np.h
6594 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6595 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6596 $as_echo_n "checking for $ac_header... " >&6; }
6597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6598 $as_echo_n "(cached) " >&6
6599 else
6600 cat >conftest.$ac_ext <<_ACEOF
6601 /* confdefs.h. */
6602 _ACEOF
6603 cat confdefs.h >>conftest.$ac_ext
6604 cat >>conftest.$ac_ext <<_ACEOF
6605 /* end confdefs.h. */
6606 #ifdef HAVE_PTHREAD_H
6607 #include <pthread.h>
6608 #endif
6610 #include <$ac_header>
6611 _ACEOF
6612 rm -f conftest.$ac_objext
6613 if { (ac_try="$ac_compile"
6614 case "(($ac_try" in
6615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6616 *) ac_try_echo=$ac_try;;
6617 esac
6618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6619 $as_echo "$ac_try_echo") >&5
6620 (eval "$ac_compile") 2>conftest.er1
6621 ac_status=$?
6622 grep -v '^ *+' conftest.er1 >conftest.err
6623 rm -f conftest.er1
6624 cat conftest.err >&5
6625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6626 (exit $ac_status); } && {
6627 test -z "$ac_c_werror_flag" ||
6628 test ! -s conftest.err
6629 } && test -s conftest.$ac_objext; then
6630 eval "$as_ac_Header=yes"
6631 else
6632 $as_echo "$as_me: failed program was:" >&5
6633 sed 's/^/| /' conftest.$ac_ext >&5
6635 eval "$as_ac_Header=no"
6638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6640 ac_res=`eval 'as_val=${'$as_ac_Header'}
6641 $as_echo "$as_val"'`
6642 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6643 $as_echo "$ac_res" >&6; }
6644 as_val=`eval 'as_val=${'$as_ac_Header'}
6645 $as_echo "$as_val"'`
6646 if test "x$as_val" = x""yes; then
6647 cat >>confdefs.h <<_ACEOF
6648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6649 _ACEOF
6653 done
6657 for ac_header in linux/videodev.h
6659 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6660 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6661 $as_echo_n "checking for $ac_header... " >&6; }
6662 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6663 $as_echo_n "(cached) " >&6
6664 else
6665 cat >conftest.$ac_ext <<_ACEOF
6666 /* confdefs.h. */
6667 _ACEOF
6668 cat confdefs.h >>conftest.$ac_ext
6669 cat >>conftest.$ac_ext <<_ACEOF
6670 /* end confdefs.h. */
6671 #ifdef HAVE_SYS_TIME_H
6672 #include <sys/time.h>
6673 #endif
6674 #include <sys/types.h>
6675 #ifdef HAVE_ASM_TYPES_H
6676 #include <asm/types.h>
6677 #endif
6679 #include <$ac_header>
6680 _ACEOF
6681 rm -f conftest.$ac_objext
6682 if { (ac_try="$ac_compile"
6683 case "(($ac_try" in
6684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6686 esac
6687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6688 $as_echo "$ac_try_echo") >&5
6689 (eval "$ac_compile") 2>conftest.er1
6690 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1
6693 cat conftest.err >&5
6694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && {
6696 test -z "$ac_c_werror_flag" ||
6697 test ! -s conftest.err
6698 } && test -s conftest.$ac_objext; then
6699 eval "$as_ac_Header=yes"
6700 else
6701 $as_echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 eval "$as_ac_Header=no"
6707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6709 ac_res=`eval 'as_val=${'$as_ac_Header'}
6710 $as_echo "$as_val"'`
6711 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6712 $as_echo "$ac_res" >&6; }
6713 as_val=`eval 'as_val=${'$as_ac_Header'}
6714 $as_echo "$as_val"'`
6715 if test "x$as_val" = x""yes; then
6716 cat >>confdefs.h <<_ACEOF
6717 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6718 _ACEOF
6722 done
6726 for ac_header in linux/capi.h
6728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6729 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6730 $as_echo_n "checking for $ac_header... " >&6; }
6731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6732 $as_echo_n "(cached) " >&6
6733 else
6734 cat >conftest.$ac_ext <<_ACEOF
6735 /* confdefs.h. */
6736 _ACEOF
6737 cat confdefs.h >>conftest.$ac_ext
6738 cat >>conftest.$ac_ext <<_ACEOF
6739 /* end confdefs.h. */
6740 #define __user
6742 #include <$ac_header>
6743 _ACEOF
6744 rm -f conftest.$ac_objext
6745 if { (ac_try="$ac_compile"
6746 case "(($ac_try" in
6747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748 *) ac_try_echo=$ac_try;;
6749 esac
6750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6751 $as_echo "$ac_try_echo") >&5
6752 (eval "$ac_compile") 2>conftest.er1
6753 ac_status=$?
6754 grep -v '^ *+' conftest.er1 >conftest.err
6755 rm -f conftest.er1
6756 cat conftest.err >&5
6757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758 (exit $ac_status); } && {
6759 test -z "$ac_c_werror_flag" ||
6760 test ! -s conftest.err
6761 } && test -s conftest.$ac_objext; then
6762 eval "$as_ac_Header=yes"
6763 else
6764 $as_echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6767 eval "$as_ac_Header=no"
6770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6772 ac_res=`eval 'as_val=${'$as_ac_Header'}
6773 $as_echo "$as_val"'`
6774 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6775 $as_echo "$ac_res" >&6; }
6776 as_val=`eval 'as_val=${'$as_ac_Header'}
6777 $as_echo "$as_val"'`
6778 if test "x$as_val" = x""yes; then
6779 cat >>confdefs.h <<_ACEOF
6780 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6781 _ACEOF
6785 done
6789 DLLEXT=""
6791 DLLFLAGS="-D_REENTRANT"
6793 LDSHARED=""
6795 LDDLLFLAGS=""
6797 LIBEXT="so"
6799 IMPLIBEXT="def"
6801 LDRPATH_INSTALL=""
6803 LDRPATH_LOCAL=""
6805 # Extract the first word of "ldd", so it can be a program name with args.
6806 set dummy ldd; ac_word=$2
6807 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6808 $as_echo_n "checking for $ac_word... " >&6; }
6809 if test "${ac_cv_path_LDD+set}" = set; then
6810 $as_echo_n "(cached) " >&6
6811 else
6812 case $LDD in
6813 [\\/]* | ?:[\\/]*)
6814 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818 as_dummy="/sbin:/usr/sbin:$PATH"
6819 for as_dir in $as_dummy
6821 IFS=$as_save_IFS
6822 test -z "$as_dir" && as_dir=.
6823 for ac_exec_ext in '' $ac_executable_extensions; do
6824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6825 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6827 break 2
6829 done
6830 done
6831 IFS=$as_save_IFS
6833 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6835 esac
6837 LDD=$ac_cv_path_LDD
6838 if test -n "$LDD"; then
6839 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6840 $as_echo "$LDD" >&6; }
6841 else
6842 { $as_echo "$as_me:$LINENO: result: no" >&5
6843 $as_echo "no" >&6; }
6848 case $host_os in
6849 cygwin*|mingw32*)
6850 if test -n "$ac_tool_prefix"; then
6851 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6852 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6853 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6854 $as_echo_n "checking for $ac_word... " >&6; }
6855 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6856 $as_echo_n "(cached) " >&6
6857 else
6858 if test -n "$DLLTOOL"; then
6859 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6860 else
6861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6862 for as_dir in $PATH
6864 IFS=$as_save_IFS
6865 test -z "$as_dir" && as_dir=.
6866 for ac_exec_ext in '' $ac_executable_extensions; do
6867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6868 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6869 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6870 break 2
6872 done
6873 done
6874 IFS=$as_save_IFS
6878 DLLTOOL=$ac_cv_prog_DLLTOOL
6879 if test -n "$DLLTOOL"; then
6880 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6881 $as_echo "$DLLTOOL" >&6; }
6882 else
6883 { $as_echo "$as_me:$LINENO: result: no" >&5
6884 $as_echo "no" >&6; }
6889 if test -z "$ac_cv_prog_DLLTOOL"; then
6890 ac_ct_DLLTOOL=$DLLTOOL
6891 # Extract the first word of "dlltool", so it can be a program name with args.
6892 set dummy dlltool; ac_word=$2
6893 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6894 $as_echo_n "checking for $ac_word... " >&6; }
6895 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6896 $as_echo_n "(cached) " >&6
6897 else
6898 if test -n "$ac_ct_DLLTOOL"; then
6899 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6900 else
6901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902 for as_dir in $PATH
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6908 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6909 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6912 done
6913 done
6914 IFS=$as_save_IFS
6918 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6919 if test -n "$ac_ct_DLLTOOL"; then
6920 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6921 $as_echo "$ac_ct_DLLTOOL" >&6; }
6922 else
6923 { $as_echo "$as_me:$LINENO: result: no" >&5
6924 $as_echo "no" >&6; }
6927 if test "x$ac_ct_DLLTOOL" = x; then
6928 DLLTOOL="false"
6929 else
6930 case $cross_compiling:$ac_tool_warned in
6931 yes:)
6932 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6933 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6934 ac_tool_warned=yes ;;
6935 esac
6936 DLLTOOL=$ac_ct_DLLTOOL
6938 else
6939 DLLTOOL="$ac_cv_prog_DLLTOOL"
6942 if test -n "$ac_tool_prefix"; then
6943 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6944 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6945 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6946 $as_echo_n "checking for $ac_word... " >&6; }
6947 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6948 $as_echo_n "(cached) " >&6
6949 else
6950 if test -n "$DLLWRAP"; then
6951 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6952 else
6953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954 for as_dir in $PATH
6956 IFS=$as_save_IFS
6957 test -z "$as_dir" && as_dir=.
6958 for ac_exec_ext in '' $ac_executable_extensions; do
6959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6960 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6961 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6962 break 2
6964 done
6965 done
6966 IFS=$as_save_IFS
6970 DLLWRAP=$ac_cv_prog_DLLWRAP
6971 if test -n "$DLLWRAP"; then
6972 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6973 $as_echo "$DLLWRAP" >&6; }
6974 else
6975 { $as_echo "$as_me:$LINENO: result: no" >&5
6976 $as_echo "no" >&6; }
6981 if test -z "$ac_cv_prog_DLLWRAP"; then
6982 ac_ct_DLLWRAP=$DLLWRAP
6983 # Extract the first word of "dllwrap", so it can be a program name with args.
6984 set dummy dllwrap; ac_word=$2
6985 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6986 $as_echo_n "checking for $ac_word... " >&6; }
6987 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6988 $as_echo_n "(cached) " >&6
6989 else
6990 if test -n "$ac_ct_DLLWRAP"; then
6991 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6992 else
6993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 for as_dir in $PATH
6996 IFS=$as_save_IFS
6997 test -z "$as_dir" && as_dir=.
6998 for ac_exec_ext in '' $ac_executable_extensions; do
6999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7000 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7001 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7002 break 2
7004 done
7005 done
7006 IFS=$as_save_IFS
7010 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7011 if test -n "$ac_ct_DLLWRAP"; then
7012 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7013 $as_echo "$ac_ct_DLLWRAP" >&6; }
7014 else
7015 { $as_echo "$as_me:$LINENO: result: no" >&5
7016 $as_echo "no" >&6; }
7019 if test "x$ac_ct_DLLWRAP" = x; then
7020 DLLWRAP="false"
7021 else
7022 case $cross_compiling:$ac_tool_warned in
7023 yes:)
7024 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7026 ac_tool_warned=yes ;;
7027 esac
7028 DLLWRAP=$ac_ct_DLLWRAP
7030 else
7031 DLLWRAP="$ac_cv_prog_DLLWRAP"
7034 if test -n "$ac_tool_prefix"; then
7035 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7036 set dummy ${ac_tool_prefix}ar; ac_word=$2
7037 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7038 $as_echo_n "checking for $ac_word... " >&6; }
7039 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7040 $as_echo_n "(cached) " >&6
7041 else
7042 if test -n "$MINGWAR"; then
7043 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7044 else
7045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 for as_dir in $PATH
7048 IFS=$as_save_IFS
7049 test -z "$as_dir" && as_dir=.
7050 for ac_exec_ext in '' $ac_executable_extensions; do
7051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7052 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7053 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7054 break 2
7056 done
7057 done
7058 IFS=$as_save_IFS
7062 MINGWAR=$ac_cv_prog_MINGWAR
7063 if test -n "$MINGWAR"; then
7064 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7065 $as_echo "$MINGWAR" >&6; }
7066 else
7067 { $as_echo "$as_me:$LINENO: result: no" >&5
7068 $as_echo "no" >&6; }
7073 if test -z "$ac_cv_prog_MINGWAR"; then
7074 ac_ct_MINGWAR=$MINGWAR
7075 # Extract the first word of "ar", so it can be a program name with args.
7076 set dummy ar; ac_word=$2
7077 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7080 $as_echo_n "(cached) " >&6
7081 else
7082 if test -n "$ac_ct_MINGWAR"; then
7083 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7084 else
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 for as_dir in $PATH
7088 IFS=$as_save_IFS
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092 ac_cv_prog_ac_ct_MINGWAR="ar"
7093 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7094 break 2
7096 done
7097 done
7098 IFS=$as_save_IFS
7102 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7103 if test -n "$ac_ct_MINGWAR"; then
7104 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7105 $as_echo "$ac_ct_MINGWAR" >&6; }
7106 else
7107 { $as_echo "$as_me:$LINENO: result: no" >&5
7108 $as_echo "no" >&6; }
7111 if test "x$ac_ct_MINGWAR" = x; then
7112 MINGWAR="false"
7113 else
7114 case $cross_compiling:$ac_tool_warned in
7115 yes:)
7116 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7117 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7118 ac_tool_warned=yes ;;
7119 esac
7120 MINGWAR=$ac_ct_MINGWAR
7122 else
7123 MINGWAR="$ac_cv_prog_MINGWAR"
7126 if test "$DLLWRAP" = "false"; then
7127 LIBEXT="a"
7128 else
7129 LIBEXT="dll"
7131 IMPLIBEXT="a"
7132 enable_iphlpapi=${enable_iphlpapi:-no}
7133 enable_kernel32=${enable_kernel32:-no}
7134 enable_msvcrt=${enable_msvcrt:-no}
7135 enable_ntdll=${enable_ntdll:-no}
7136 enable_ws2_32=${enable_ws2_32:-no}
7137 enable_loader=${enable_loader:-no}
7138 enable_server=${enable_server:-no}
7139 with_x=${with_x:-no}
7140 with_pthread=${with_pthread:-no}
7142 darwin*|macosx*)
7143 DLLEXT=".so"
7144 LIBEXT="dylib"
7145 DLLFLAGS="$DLLFLAGS -fPIC"
7146 LDDLLFLAGS="-bundle -multiply_defined suppress"
7147 LIBWINE_LDFLAGS="-multiply_defined suppress"
7148 LDSHARED="\$(CC) -dynamiclib"
7149 STRIP="$STRIP -x"
7150 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7151 SECURITYLIB="-framework Security -framework CoreFoundation"
7153 COREFOUNDATIONLIB="-framework CoreFoundation"
7155 IOKITLIB="-framework IOKit -framework CoreFoundation"
7157 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7159 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7160 then
7161 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7164 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7165 then
7166 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7169 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7170 then
7171 ac_save_LIBS="$LIBS"
7172 LIBS="$LIBS $IOKITLIB"
7174 for ac_func in IOHIDManagerCreate
7176 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7177 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7178 $as_echo_n "checking for $ac_func... " >&6; }
7179 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7180 $as_echo_n "(cached) " >&6
7181 else
7182 cat >conftest.$ac_ext <<_ACEOF
7183 /* confdefs.h. */
7184 _ACEOF
7185 cat confdefs.h >>conftest.$ac_ext
7186 cat >>conftest.$ac_ext <<_ACEOF
7187 /* end confdefs.h. */
7188 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7189 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7190 #define $ac_func innocuous_$ac_func
7192 /* System header to define __stub macros and hopefully few prototypes,
7193 which can conflict with char $ac_func (); below.
7194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7195 <limits.h> exists even on freestanding compilers. */
7197 #ifdef __STDC__
7198 # include <limits.h>
7199 #else
7200 # include <assert.h>
7201 #endif
7203 #undef $ac_func
7205 /* Override any GCC internal prototype to avoid an error.
7206 Use char because int might match the return type of a GCC
7207 builtin and then its argument prototype would still apply. */
7208 #ifdef __cplusplus
7209 extern "C"
7210 #endif
7211 char $ac_func ();
7212 /* The GNU C library defines this for functions which it implements
7213 to always fail with ENOSYS. Some functions are actually named
7214 something starting with __ and the normal name is an alias. */
7215 #if defined __stub_$ac_func || defined __stub___$ac_func
7216 choke me
7217 #endif
7220 main ()
7222 return $ac_func ();
7224 return 0;
7226 _ACEOF
7227 rm -f conftest.$ac_objext conftest$ac_exeext
7228 if { (ac_try="$ac_link"
7229 case "(($ac_try" in
7230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7231 *) ac_try_echo=$ac_try;;
7232 esac
7233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7234 $as_echo "$ac_try_echo") >&5
7235 (eval "$ac_link") 2>conftest.er1
7236 ac_status=$?
7237 grep -v '^ *+' conftest.er1 >conftest.err
7238 rm -f conftest.er1
7239 cat conftest.err >&5
7240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); } && {
7242 test -z "$ac_c_werror_flag" ||
7243 test ! -s conftest.err
7244 } && test -s conftest$ac_exeext && {
7245 test "$cross_compiling" = yes ||
7246 $as_test_x conftest$ac_exeext
7247 }; then
7248 eval "$as_ac_var=yes"
7249 else
7250 $as_echo "$as_me: failed program was:" >&5
7251 sed 's/^/| /' conftest.$ac_ext >&5
7253 eval "$as_ac_var=no"
7256 rm -rf conftest.dSYM
7257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7258 conftest$ac_exeext conftest.$ac_ext
7260 ac_res=`eval 'as_val=${'$as_ac_var'}
7261 $as_echo "$as_val"'`
7262 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7263 $as_echo "$ac_res" >&6; }
7264 as_val=`eval 'as_val=${'$as_ac_var'}
7265 $as_echo "$as_val"'`
7266 if test "x$as_val" = x""yes; then
7267 cat >>confdefs.h <<_ACEOF
7268 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7269 _ACEOF
7272 done
7274 LIBS="$ac_save_LIBS"
7276 case $host_cpu in
7277 *powerpc*)
7278 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7279 esac
7280 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7281 then
7282 CARBONLIB="-framework Carbon"
7284 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7288 DLLFLAGS="$DLLFLAGS -fPIC"
7289 DLLEXT=".so"
7290 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7291 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7292 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7293 $as_echo_n "(cached) " >&6
7294 else
7295 ac_wine_try_cflags_saved=$CFLAGS
7296 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7297 cat >conftest.$ac_ext <<_ACEOF
7298 void myfunc() {}
7299 _ACEOF
7300 rm -f conftest.$ac_objext conftest$ac_exeext
7301 if { (ac_try="$ac_link"
7302 case "(($ac_try" in
7303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7304 *) ac_try_echo=$ac_try;;
7305 esac
7306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7307 $as_echo "$ac_try_echo") >&5
7308 (eval "$ac_link") 2>conftest.er1
7309 ac_status=$?
7310 grep -v '^ *+' conftest.er1 >conftest.err
7311 rm -f conftest.er1
7312 cat conftest.err >&5
7313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7314 (exit $ac_status); } && {
7315 test -z "$ac_c_werror_flag" ||
7316 test ! -s conftest.err
7317 } && test -s conftest$ac_exeext && {
7318 test "$cross_compiling" = yes ||
7319 $as_test_x conftest$ac_exeext
7320 }; then
7321 ac_cv_c_dll_gnuelf="yes"
7322 else
7323 $as_echo "$as_me: failed program was:" >&5
7324 sed 's/^/| /' conftest.$ac_ext >&5
7326 ac_cv_c_dll_gnuelf="no"
7329 rm -rf conftest.dSYM
7330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7331 conftest$ac_exeext conftest.$ac_ext
7332 CFLAGS=$ac_wine_try_cflags_saved
7334 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7335 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7336 if test "$ac_cv_c_dll_gnuelf" = "yes"
7337 then
7338 LDSHARED="\$(CC) -shared"
7339 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7340 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7341 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7342 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7343 $as_echo_n "(cached) " >&6
7344 else
7345 ac_wine_try_cflags_saved=$CFLAGS
7346 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7347 cat >conftest.$ac_ext <<_ACEOF
7348 /* confdefs.h. */
7349 _ACEOF
7350 cat confdefs.h >>conftest.$ac_ext
7351 cat >>conftest.$ac_ext <<_ACEOF
7352 /* end confdefs.h. */
7355 main ()
7359 return 0;
7361 _ACEOF
7362 rm -f conftest.$ac_objext conftest$ac_exeext
7363 if { (ac_try="$ac_link"
7364 case "(($ac_try" in
7365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7366 *) ac_try_echo=$ac_try;;
7367 esac
7368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7369 $as_echo "$ac_try_echo") >&5
7370 (eval "$ac_link") 2>conftest.er1
7371 ac_status=$?
7372 grep -v '^ *+' conftest.er1 >conftest.err
7373 rm -f conftest.er1
7374 cat conftest.err >&5
7375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376 (exit $ac_status); } && {
7377 test -z "$ac_c_werror_flag" ||
7378 test ! -s conftest.err
7379 } && test -s conftest$ac_exeext && {
7380 test "$cross_compiling" = yes ||
7381 $as_test_x conftest$ac_exeext
7382 }; then
7383 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7384 else
7385 $as_echo "$as_me: failed program was:" >&5
7386 sed 's/^/| /' conftest.$ac_ext >&5
7388 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7391 rm -rf conftest.dSYM
7392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7393 conftest$ac_exeext conftest.$ac_ext
7394 CFLAGS=$ac_wine_try_cflags_saved
7396 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7397 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7398 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7399 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7400 else
7401 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7402 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7403 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7404 $as_echo_n "(cached) " >&6
7405 else
7406 ac_wine_try_cflags_saved=$CFLAGS
7407 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7408 cat >conftest.$ac_ext <<_ACEOF
7409 /* confdefs.h. */
7410 _ACEOF
7411 cat confdefs.h >>conftest.$ac_ext
7412 cat >>conftest.$ac_ext <<_ACEOF
7413 /* end confdefs.h. */
7416 main ()
7420 return 0;
7422 _ACEOF
7423 rm -f conftest.$ac_objext conftest$ac_exeext
7424 if { (ac_try="$ac_link"
7425 case "(($ac_try" in
7426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7427 *) ac_try_echo=$ac_try;;
7428 esac
7429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7430 $as_echo "$ac_try_echo") >&5
7431 (eval "$ac_link") 2>conftest.er1
7432 ac_status=$?
7433 grep -v '^ *+' conftest.er1 >conftest.err
7434 rm -f conftest.er1
7435 cat conftest.err >&5
7436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7437 (exit $ac_status); } && {
7438 test -z "$ac_c_werror_flag" ||
7439 test ! -s conftest.err
7440 } && test -s conftest$ac_exeext && {
7441 test "$cross_compiling" = yes ||
7442 $as_test_x conftest$ac_exeext
7443 }; then
7444 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7445 else
7446 $as_echo "$as_me: failed program was:" >&5
7447 sed 's/^/| /' conftest.$ac_ext >&5
7449 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7452 rm -rf conftest.dSYM
7453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7454 conftest$ac_exeext conftest.$ac_ext
7455 CFLAGS=$ac_wine_try_cflags_saved
7457 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7458 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7459 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7460 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7466 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7467 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7468 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7469 $as_echo_n "(cached) " >&6
7470 else
7471 ac_wine_try_cflags_saved=$CFLAGS
7472 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7473 cat >conftest.$ac_ext <<_ACEOF
7474 /* confdefs.h. */
7475 _ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7481 main ()
7485 return 0;
7487 _ACEOF
7488 rm -f conftest.$ac_objext conftest$ac_exeext
7489 if { (ac_try="$ac_link"
7490 case "(($ac_try" in
7491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7492 *) ac_try_echo=$ac_try;;
7493 esac
7494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7495 $as_echo "$ac_try_echo") >&5
7496 (eval "$ac_link") 2>conftest.er1
7497 ac_status=$?
7498 grep -v '^ *+' conftest.er1 >conftest.err
7499 rm -f conftest.er1
7500 cat conftest.err >&5
7501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7502 (exit $ac_status); } && {
7503 test -z "$ac_c_werror_flag" ||
7504 test ! -s conftest.err
7505 } && test -s conftest$ac_exeext && {
7506 test "$cross_compiling" = yes ||
7507 $as_test_x conftest$ac_exeext
7508 }; then
7509 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7510 else
7511 $as_echo "$as_me: failed program was:" >&5
7512 sed 's/^/| /' conftest.$ac_ext >&5
7514 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7517 rm -rf conftest.dSYM
7518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7519 conftest$ac_exeext conftest.$ac_ext
7520 CFLAGS=$ac_wine_try_cflags_saved
7522 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7523 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7524 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7525 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7529 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7530 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7531 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7532 $as_echo_n "(cached) " >&6
7533 else
7534 ac_wine_try_cflags_saved=$CFLAGS
7535 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7536 cat >conftest.$ac_ext <<_ACEOF
7537 /* confdefs.h. */
7538 _ACEOF
7539 cat confdefs.h >>conftest.$ac_ext
7540 cat >>conftest.$ac_ext <<_ACEOF
7541 /* end confdefs.h. */
7544 main ()
7548 return 0;
7550 _ACEOF
7551 rm -f conftest.$ac_objext conftest$ac_exeext
7552 if { (ac_try="$ac_link"
7553 case "(($ac_try" in
7554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7555 *) ac_try_echo=$ac_try;;
7556 esac
7557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7558 $as_echo "$ac_try_echo") >&5
7559 (eval "$ac_link") 2>conftest.er1
7560 ac_status=$?
7561 grep -v '^ *+' conftest.er1 >conftest.err
7562 rm -f conftest.er1
7563 cat conftest.err >&5
7564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7565 (exit $ac_status); } && {
7566 test -z "$ac_c_werror_flag" ||
7567 test ! -s conftest.err
7568 } && test -s conftest$ac_exeext && {
7569 test "$cross_compiling" = yes ||
7570 $as_test_x conftest$ac_exeext
7571 }; then
7572 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7573 else
7574 $as_echo "$as_me: failed program was:" >&5
7575 sed 's/^/| /' conftest.$ac_ext >&5
7577 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7580 rm -rf conftest.dSYM
7581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7582 conftest$ac_exeext conftest.$ac_ext
7583 CFLAGS=$ac_wine_try_cflags_saved
7585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7586 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7587 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7588 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7592 echo '{ global: *; };' >conftest.map
7593 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7594 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7595 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7596 $as_echo_n "(cached) " >&6
7597 else
7598 ac_wine_try_cflags_saved=$CFLAGS
7599 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7600 cat >conftest.$ac_ext <<_ACEOF
7601 /* confdefs.h. */
7602 _ACEOF
7603 cat confdefs.h >>conftest.$ac_ext
7604 cat >>conftest.$ac_ext <<_ACEOF
7605 /* end confdefs.h. */
7608 main ()
7612 return 0;
7614 _ACEOF
7615 rm -f conftest.$ac_objext conftest$ac_exeext
7616 if { (ac_try="$ac_link"
7617 case "(($ac_try" in
7618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7619 *) ac_try_echo=$ac_try;;
7620 esac
7621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7622 $as_echo "$ac_try_echo") >&5
7623 (eval "$ac_link") 2>conftest.er1
7624 ac_status=$?
7625 grep -v '^ *+' conftest.er1 >conftest.err
7626 rm -f conftest.er1
7627 cat conftest.err >&5
7628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629 (exit $ac_status); } && {
7630 test -z "$ac_c_werror_flag" ||
7631 test ! -s conftest.err
7632 } && test -s conftest$ac_exeext && {
7633 test "$cross_compiling" = yes ||
7634 $as_test_x conftest$ac_exeext
7635 }; then
7636 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7637 else
7638 $as_echo "$as_me: failed program was:" >&5
7639 sed 's/^/| /' conftest.$ac_ext >&5
7641 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7644 rm -rf conftest.dSYM
7645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7646 conftest$ac_exeext conftest.$ac_ext
7647 CFLAGS=$ac_wine_try_cflags_saved
7649 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7650 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7651 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7652 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7655 rm -f conftest.map
7657 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7658 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7659 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7660 $as_echo_n "(cached) " >&6
7661 else
7662 ac_wine_try_cflags_saved=$CFLAGS
7663 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7664 cat >conftest.$ac_ext <<_ACEOF
7665 /* confdefs.h. */
7666 _ACEOF
7667 cat confdefs.h >>conftest.$ac_ext
7668 cat >>conftest.$ac_ext <<_ACEOF
7669 /* end confdefs.h. */
7672 main ()
7676 return 0;
7678 _ACEOF
7679 rm -f conftest.$ac_objext conftest$ac_exeext
7680 if { (ac_try="$ac_link"
7681 case "(($ac_try" in
7682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7683 *) ac_try_echo=$ac_try;;
7684 esac
7685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7686 $as_echo "$ac_try_echo") >&5
7687 (eval "$ac_link") 2>conftest.er1
7688 ac_status=$?
7689 grep -v '^ *+' conftest.er1 >conftest.err
7690 rm -f conftest.er1
7691 cat conftest.err >&5
7692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); } && {
7694 test -z "$ac_c_werror_flag" ||
7695 test ! -s conftest.err
7696 } && test -s conftest$ac_exeext && {
7697 test "$cross_compiling" = yes ||
7698 $as_test_x conftest$ac_exeext
7699 }; then
7700 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7701 else
7702 $as_echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7705 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7708 rm -rf conftest.dSYM
7709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7710 conftest$ac_exeext conftest.$ac_ext
7711 CFLAGS=$ac_wine_try_cflags_saved
7713 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7714 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7715 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7716 LDEXECFLAGS="-Wl,--export-dynamic"
7721 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7722 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7723 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7724 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7725 $as_echo_n "(cached) " >&6
7726 else
7727 ac_wine_try_cflags_saved=$CFLAGS
7728 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7729 cat >conftest.$ac_ext <<_ACEOF
7730 /* confdefs.h. */
7731 _ACEOF
7732 cat confdefs.h >>conftest.$ac_ext
7733 cat >>conftest.$ac_ext <<_ACEOF
7734 /* end confdefs.h. */
7737 main ()
7741 return 0;
7743 _ACEOF
7744 rm -f conftest.$ac_objext conftest$ac_exeext
7745 if { (ac_try="$ac_link"
7746 case "(($ac_try" in
7747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7748 *) ac_try_echo=$ac_try;;
7749 esac
7750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7751 $as_echo "$ac_try_echo") >&5
7752 (eval "$ac_link") 2>conftest.er1
7753 ac_status=$?
7754 grep -v '^ *+' conftest.er1 >conftest.err
7755 rm -f conftest.er1
7756 cat conftest.err >&5
7757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); } && {
7759 test -z "$ac_c_werror_flag" ||
7760 test ! -s conftest.err
7761 } && test -s conftest$ac_exeext && {
7762 test "$cross_compiling" = yes ||
7763 $as_test_x conftest$ac_exeext
7764 }; then
7765 eval "$as_ac_var=yes"
7766 else
7767 $as_echo "$as_me: failed program was:" >&5
7768 sed 's/^/| /' conftest.$ac_ext >&5
7770 eval "$as_ac_var=no"
7773 rm -rf conftest.dSYM
7774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7775 conftest$ac_exeext conftest.$ac_ext
7776 CFLAGS=$ac_wine_try_cflags_saved
7778 ac_res=`eval 'as_val=${'$as_ac_var'}
7779 $as_echo "$as_val"'`
7780 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7781 $as_echo "$ac_res" >&6; }
7782 if test `eval 'as_val=${'$as_ac_var'}
7783 $as_echo "$as_val"'` = yes; then
7784 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7785 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7786 else
7787 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7788 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7789 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7790 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7791 $as_echo_n "(cached) " >&6
7792 else
7793 ac_wine_try_cflags_saved=$CFLAGS
7794 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7795 cat >conftest.$ac_ext <<_ACEOF
7796 /* confdefs.h. */
7797 _ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7803 main ()
7807 return 0;
7809 _ACEOF
7810 rm -f conftest.$ac_objext conftest$ac_exeext
7811 if { (ac_try="$ac_link"
7812 case "(($ac_try" in
7813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7814 *) ac_try_echo=$ac_try;;
7815 esac
7816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7817 $as_echo "$ac_try_echo") >&5
7818 (eval "$ac_link") 2>conftest.er1
7819 ac_status=$?
7820 grep -v '^ *+' conftest.er1 >conftest.err
7821 rm -f conftest.er1
7822 cat conftest.err >&5
7823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest$ac_exeext && {
7828 test "$cross_compiling" = yes ||
7829 $as_test_x conftest$ac_exeext
7830 }; then
7831 eval "$as_ac_var=yes"
7832 else
7833 $as_echo "$as_me: failed program was:" >&5
7834 sed 's/^/| /' conftest.$ac_ext >&5
7836 eval "$as_ac_var=no"
7839 rm -rf conftest.dSYM
7840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7841 conftest$ac_exeext conftest.$ac_ext
7842 CFLAGS=$ac_wine_try_cflags_saved
7844 ac_res=`eval 'as_val=${'$as_ac_var'}
7845 $as_echo "$as_val"'`
7846 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7847 $as_echo "$ac_res" >&6; }
7848 if test `eval 'as_val=${'$as_ac_var'}
7849 $as_echo "$as_val"'` = yes; then
7850 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7851 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7857 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7858 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7859 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7860 $as_echo_n "(cached) " >&6
7861 else
7862 ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h. */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h. */
7872 main ()
7876 return 0;
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7886 $as_echo "$ac_try_echo") >&5
7887 (eval "$ac_link") 2>conftest.er1
7888 ac_status=$?
7889 grep -v '^ *+' conftest.er1 >conftest.err
7890 rm -f conftest.er1
7891 cat conftest.err >&5
7892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest$ac_exeext && {
7897 test "$cross_compiling" = yes ||
7898 $as_test_x conftest$ac_exeext
7899 }; then
7900 ac_cv_cflags__Wl___enable_new_dtags=yes
7901 else
7902 $as_echo "$as_me: failed program was:" >&5
7903 sed 's/^/| /' conftest.$ac_ext >&5
7905 ac_cv_cflags__Wl___enable_new_dtags=no
7908 rm -rf conftest.dSYM
7909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7910 conftest$ac_exeext conftest.$ac_ext
7911 CFLAGS=$ac_wine_try_cflags_saved
7913 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7914 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7915 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7916 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7920 case $host_cpu in
7921 *i[3456789]86* | x86_64)
7922 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7923 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7924 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7925 $as_echo_n "(cached) " >&6
7926 else
7927 ac_wine_try_cflags_saved=$CFLAGS
7928 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7929 cat >conftest.$ac_ext <<_ACEOF
7930 /* confdefs.h. */
7931 _ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7937 main ()
7941 return 0;
7943 _ACEOF
7944 rm -f conftest.$ac_objext conftest$ac_exeext
7945 if { (ac_try="$ac_link"
7946 case "(($ac_try" in
7947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7948 *) ac_try_echo=$ac_try;;
7949 esac
7950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7951 $as_echo "$ac_try_echo") >&5
7952 (eval "$ac_link") 2>conftest.er1
7953 ac_status=$?
7954 grep -v '^ *+' conftest.er1 >conftest.err
7955 rm -f conftest.er1
7956 cat conftest.err >&5
7957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7958 (exit $ac_status); } && {
7959 test -z "$ac_c_werror_flag" ||
7960 test ! -s conftest.err
7961 } && test -s conftest$ac_exeext && {
7962 test "$cross_compiling" = yes ||
7963 $as_test_x conftest$ac_exeext
7964 }; then
7965 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7966 else
7967 $as_echo "$as_me: failed program was:" >&5
7968 sed 's/^/| /' conftest.$ac_ext >&5
7970 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7973 rm -rf conftest.dSYM
7974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7975 conftest$ac_exeext conftest.$ac_ext
7976 CFLAGS=$ac_wine_try_cflags_saved
7978 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7979 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7980 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7981 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7985 esac
7987 else
7988 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7989 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7990 if test "${ac_cv_c_dll_unixware+set}" = set; then
7991 $as_echo_n "(cached) " >&6
7992 else
7993 ac_wine_try_cflags_saved=$CFLAGS
7994 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7995 cat >conftest.$ac_ext <<_ACEOF
7996 void myfunc() {}
7997 _ACEOF
7998 rm -f conftest.$ac_objext conftest$ac_exeext
7999 if { (ac_try="$ac_link"
8000 case "(($ac_try" in
8001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8002 *) ac_try_echo=$ac_try;;
8003 esac
8004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8005 $as_echo "$ac_try_echo") >&5
8006 (eval "$ac_link") 2>conftest.er1
8007 ac_status=$?
8008 grep -v '^ *+' conftest.er1 >conftest.err
8009 rm -f conftest.er1
8010 cat conftest.err >&5
8011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 (exit $ac_status); } && {
8013 test -z "$ac_c_werror_flag" ||
8014 test ! -s conftest.err
8015 } && test -s conftest$ac_exeext && {
8016 test "$cross_compiling" = yes ||
8017 $as_test_x conftest$ac_exeext
8018 }; then
8019 ac_cv_c_dll_unixware="yes"
8020 else
8021 $as_echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8024 ac_cv_c_dll_unixware="no"
8027 rm -rf conftest.dSYM
8028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8029 conftest$ac_exeext conftest.$ac_ext
8030 CFLAGS=$ac_wine_try_cflags_saved
8032 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8033 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8034 if test "$ac_cv_c_dll_unixware" = "yes"
8035 then
8036 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8037 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8039 else
8040 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8041 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8042 if test "${ac_cv_c_dll_hpux+set}" = set; then
8043 $as_echo_n "(cached) " >&6
8044 else
8045 ac_wine_try_cflags_saved=$CFLAGS
8046 CFLAGS="$CFLAGS -shared"
8047 cat >conftest.$ac_ext <<_ACEOF
8048 void myfunc() {}
8049 _ACEOF
8050 rm -f conftest.$ac_objext conftest$ac_exeext
8051 if { (ac_try="$ac_link"
8052 case "(($ac_try" in
8053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8054 *) ac_try_echo=$ac_try;;
8055 esac
8056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8057 $as_echo "$ac_try_echo") >&5
8058 (eval "$ac_link") 2>conftest.er1
8059 ac_status=$?
8060 grep -v '^ *+' conftest.er1 >conftest.err
8061 rm -f conftest.er1
8062 cat conftest.err >&5
8063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } && {
8065 test -z "$ac_c_werror_flag" ||
8066 test ! -s conftest.err
8067 } && test -s conftest$ac_exeext && {
8068 test "$cross_compiling" = yes ||
8069 $as_test_x conftest$ac_exeext
8070 }; then
8071 ac_cv_c_dll_hpux="yes"
8072 else
8073 $as_echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8076 ac_cv_c_dll_hpux="no"
8079 rm -rf conftest.dSYM
8080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8081 conftest$ac_exeext conftest.$ac_ext
8082 CFLAGS=$ac_wine_try_cflags_saved
8084 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8085 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8086 if test "$ac_cv_c_dll_hpux" = "yes"
8087 then
8088 LIBEXT="sl"
8089 DLLEXT=".sl"
8090 LDDLLFLAGS="-shared -fPIC"
8091 LDSHARED="\$(CC) -shared"
8096 esac
8098 enable_winequartz_drv=${enable_winequartz_drv:-no}
8100 if test "$LIBEXT" = "a"; then
8101 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8102 It is currently not possible to build Wine without shared library
8103 (.so) support to allow transparent switch between .so and .dll files.
8104 If you are using Linux, you will need a newer binutils.
8105 " >&5
8106 $as_echo "$as_me: error: could not find a way to build shared libraries.
8107 It is currently not possible to build Wine without shared library
8108 (.so) support to allow transparent switch between .so and .dll files.
8109 If you are using Linux, you will need a newer binutils.
8110 " >&2;}
8111 { (exit 1); exit 1; }; }
8114 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8115 then
8116 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
8118 # Extract the first word of "$ac_prog", so it can be a program name with args.
8119 set dummy $ac_prog; ac_word=$2
8120 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8121 $as_echo_n "checking for $ac_word... " >&6; }
8122 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8123 $as_echo_n "(cached) " >&6
8124 else
8125 if test -n "$CROSSCC"; then
8126 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8127 else
8128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8129 for as_dir in $PATH
8131 IFS=$as_save_IFS
8132 test -z "$as_dir" && as_dir=.
8133 for ac_exec_ext in '' $ac_executable_extensions; do
8134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8135 ac_cv_prog_CROSSCC="$ac_prog"
8136 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8137 break 2
8139 done
8140 done
8141 IFS=$as_save_IFS
8145 CROSSCC=$ac_cv_prog_CROSSCC
8146 if test -n "$CROSSCC"; then
8147 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8148 $as_echo "$CROSSCC" >&6; }
8149 else
8150 { $as_echo "$as_me:$LINENO: result: no" >&5
8151 $as_echo "no" >&6; }
8155 test -n "$CROSSCC" && break
8156 done
8157 test -n "$CROSSCC" || CROSSCC="false"
8159 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
8161 # Extract the first word of "$ac_prog", so it can be a program name with args.
8162 set dummy $ac_prog; ac_word=$2
8163 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8164 $as_echo_n "checking for $ac_word... " >&6; }
8165 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8166 $as_echo_n "(cached) " >&6
8167 else
8168 if test -n "$DLLTOOL"; then
8169 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8170 else
8171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8172 for as_dir in $PATH
8174 IFS=$as_save_IFS
8175 test -z "$as_dir" && as_dir=.
8176 for ac_exec_ext in '' $ac_executable_extensions; do
8177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8178 ac_cv_prog_DLLTOOL="$ac_prog"
8179 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8180 break 2
8182 done
8183 done
8184 IFS=$as_save_IFS
8188 DLLTOOL=$ac_cv_prog_DLLTOOL
8189 if test -n "$DLLTOOL"; then
8190 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8191 $as_echo "$DLLTOOL" >&6; }
8192 else
8193 { $as_echo "$as_me:$LINENO: result: no" >&5
8194 $as_echo "no" >&6; }
8198 test -n "$DLLTOOL" && break
8199 done
8200 test -n "$DLLTOOL" || DLLTOOL="false"
8202 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
8204 # Extract the first word of "$ac_prog", so it can be a program name with args.
8205 set dummy $ac_prog; ac_word=$2
8206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8207 $as_echo_n "checking for $ac_word... " >&6; }
8208 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8209 $as_echo_n "(cached) " >&6
8210 else
8211 if test -n "$MINGWAR"; then
8212 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8213 else
8214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8215 for as_dir in $PATH
8217 IFS=$as_save_IFS
8218 test -z "$as_dir" && as_dir=.
8219 for ac_exec_ext in '' $ac_executable_extensions; do
8220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8221 ac_cv_prog_MINGWAR="$ac_prog"
8222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8223 break 2
8225 done
8226 done
8227 IFS=$as_save_IFS
8231 MINGWAR=$ac_cv_prog_MINGWAR
8232 if test -n "$MINGWAR"; then
8233 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8234 $as_echo "$MINGWAR" >&6; }
8235 else
8236 { $as_echo "$as_me:$LINENO: result: no" >&5
8237 $as_echo "no" >&6; }
8241 test -n "$MINGWAR" && break
8242 done
8243 test -n "$MINGWAR" || MINGWAR="false"
8245 if test "$CROSSCC" != "false"
8246 then
8247 CROSSTEST="\$(CROSSTEST)"
8249 CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8255 if test "$ac_cv_header_pthread_h" = "yes"
8256 then
8257 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8258 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8259 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8260 $as_echo_n "(cached) " >&6
8261 else
8262 ac_check_lib_save_LIBS=$LIBS
8263 LIBS="-lpthread $LIBS"
8264 cat >conftest.$ac_ext <<_ACEOF
8265 /* confdefs.h. */
8266 _ACEOF
8267 cat confdefs.h >>conftest.$ac_ext
8268 cat >>conftest.$ac_ext <<_ACEOF
8269 /* end confdefs.h. */
8271 /* Override any GCC internal prototype to avoid an error.
8272 Use char because int might match the return type of a GCC
8273 builtin and then its argument prototype would still apply. */
8274 #ifdef __cplusplus
8275 extern "C"
8276 #endif
8277 char pthread_create ();
8279 main ()
8281 return pthread_create ();
8283 return 0;
8285 _ACEOF
8286 rm -f conftest.$ac_objext conftest$ac_exeext
8287 if { (ac_try="$ac_link"
8288 case "(($ac_try" in
8289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8290 *) ac_try_echo=$ac_try;;
8291 esac
8292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8293 $as_echo "$ac_try_echo") >&5
8294 (eval "$ac_link") 2>conftest.er1
8295 ac_status=$?
8296 grep -v '^ *+' conftest.er1 >conftest.err
8297 rm -f conftest.er1
8298 cat conftest.err >&5
8299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8300 (exit $ac_status); } && {
8301 test -z "$ac_c_werror_flag" ||
8302 test ! -s conftest.err
8303 } && test -s conftest$ac_exeext && {
8304 test "$cross_compiling" = yes ||
8305 $as_test_x conftest$ac_exeext
8306 }; then
8307 ac_cv_lib_pthread_pthread_create=yes
8308 else
8309 $as_echo "$as_me: failed program was:" >&5
8310 sed 's/^/| /' conftest.$ac_ext >&5
8312 ac_cv_lib_pthread_pthread_create=no
8315 rm -rf conftest.dSYM
8316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8317 conftest$ac_exeext conftest.$ac_ext
8318 LIBS=$ac_check_lib_save_LIBS
8320 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8321 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8322 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8323 LIBPTHREAD="-lpthread"
8328 if test "x$LIBPTHREAD" = "x"; then
8329 case "x$with_pthread" in
8330 xno) ;;
8331 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8332 Wine cannot support threads without libpthread.
8333 Use the --without-pthread option if you really want this." >&5
8334 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8335 Wine cannot support threads without libpthread.
8336 Use the --without-pthread option if you really want this." >&2;}
8337 { (exit 1); exit 1; }; } ;;
8338 esac
8343 { $as_echo "$as_me:$LINENO: checking for X" >&5
8344 $as_echo_n "checking for X... " >&6; }
8347 # Check whether --with-x was given.
8348 if test "${with_x+set}" = set; then
8349 withval=$with_x;
8352 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8353 if test "x$with_x" = xno; then
8354 # The user explicitly disabled X.
8355 have_x=disabled
8356 else
8357 case $x_includes,$x_libraries in #(
8358 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8359 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8360 { (exit 1); exit 1; }; };; #(
8361 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8362 $as_echo_n "(cached) " >&6
8363 else
8364 # One or both of the vars are not set, and there is no cached value.
8365 ac_x_includes=no ac_x_libraries=no
8366 rm -f -r conftest.dir
8367 if mkdir conftest.dir; then
8368 cd conftest.dir
8369 cat >Imakefile <<'_ACEOF'
8370 incroot:
8371 @echo incroot='${INCROOT}'
8372 usrlibdir:
8373 @echo usrlibdir='${USRLIBDIR}'
8374 libdir:
8375 @echo libdir='${LIBDIR}'
8376 _ACEOF
8377 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8378 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8379 for ac_var in incroot usrlibdir libdir; do
8380 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8381 done
8382 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8383 for ac_extension in a so sl dylib la dll; do
8384 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8385 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8386 ac_im_usrlibdir=$ac_im_libdir; break
8388 done
8389 # Screen out bogus values from the imake configuration. They are
8390 # bogus both because they are the default anyway, and because
8391 # using them would break gcc on systems where it needs fixed includes.
8392 case $ac_im_incroot in
8393 /usr/include) ac_x_includes= ;;
8394 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8395 esac
8396 case $ac_im_usrlibdir in
8397 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8398 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8399 esac
8401 cd ..
8402 rm -f -r conftest.dir
8405 # Standard set of common directories for X headers.
8406 # Check X11 before X11Rn because it is often a symlink to the current release.
8407 ac_x_header_dirs='
8408 /usr/X11/include
8409 /usr/X11R6/include
8410 /usr/X11R5/include
8411 /usr/X11R4/include
8413 /usr/include/X11
8414 /usr/include/X11R6
8415 /usr/include/X11R5
8416 /usr/include/X11R4
8418 /usr/local/X11/include
8419 /usr/local/X11R6/include
8420 /usr/local/X11R5/include
8421 /usr/local/X11R4/include
8423 /usr/local/include/X11
8424 /usr/local/include/X11R6
8425 /usr/local/include/X11R5
8426 /usr/local/include/X11R4
8428 /usr/X386/include
8429 /usr/x386/include
8430 /usr/XFree86/include/X11
8432 /usr/include
8433 /usr/local/include
8434 /usr/unsupported/include
8435 /usr/athena/include
8436 /usr/local/x11r5/include
8437 /usr/lpp/Xamples/include
8439 /usr/openwin/include
8440 /usr/openwin/share/include'
8442 if test "$ac_x_includes" = no; then
8443 # Guess where to find include files, by looking for Xlib.h.
8444 # First, try using that file with no special directory specified.
8445 cat >conftest.$ac_ext <<_ACEOF
8446 /* confdefs.h. */
8447 _ACEOF
8448 cat confdefs.h >>conftest.$ac_ext
8449 cat >>conftest.$ac_ext <<_ACEOF
8450 /* end confdefs.h. */
8451 #include <X11/Xlib.h>
8452 _ACEOF
8453 if { (ac_try="$ac_cpp conftest.$ac_ext"
8454 case "(($ac_try" in
8455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8456 *) ac_try_echo=$ac_try;;
8457 esac
8458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8459 $as_echo "$ac_try_echo") >&5
8460 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8461 ac_status=$?
8462 grep -v '^ *+' conftest.er1 >conftest.err
8463 rm -f conftest.er1
8464 cat conftest.err >&5
8465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8466 (exit $ac_status); } >/dev/null && {
8467 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8468 test ! -s conftest.err
8469 }; then
8470 # We can compile using X headers with no special include directory.
8471 ac_x_includes=
8472 else
8473 $as_echo "$as_me: failed program was:" >&5
8474 sed 's/^/| /' conftest.$ac_ext >&5
8476 for ac_dir in $ac_x_header_dirs; do
8477 if test -r "$ac_dir/X11/Xlib.h"; then
8478 ac_x_includes=$ac_dir
8479 break
8481 done
8484 rm -f conftest.err conftest.$ac_ext
8485 fi # $ac_x_includes = no
8487 if test "$ac_x_libraries" = no; then
8488 # Check for the libraries.
8489 # See if we find them without any special options.
8490 # Don't add to $LIBS permanently.
8491 ac_save_LIBS=$LIBS
8492 LIBS="-lX11 $LIBS"
8493 cat >conftest.$ac_ext <<_ACEOF
8494 /* confdefs.h. */
8495 _ACEOF
8496 cat confdefs.h >>conftest.$ac_ext
8497 cat >>conftest.$ac_ext <<_ACEOF
8498 /* end confdefs.h. */
8499 #include <X11/Xlib.h>
8501 main ()
8503 XrmInitialize ()
8505 return 0;
8507 _ACEOF
8508 rm -f conftest.$ac_objext conftest$ac_exeext
8509 if { (ac_try="$ac_link"
8510 case "(($ac_try" in
8511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8512 *) ac_try_echo=$ac_try;;
8513 esac
8514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8515 $as_echo "$ac_try_echo") >&5
8516 (eval "$ac_link") 2>conftest.er1
8517 ac_status=$?
8518 grep -v '^ *+' conftest.er1 >conftest.err
8519 rm -f conftest.er1
8520 cat conftest.err >&5
8521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8522 (exit $ac_status); } && {
8523 test -z "$ac_c_werror_flag" ||
8524 test ! -s conftest.err
8525 } && test -s conftest$ac_exeext && {
8526 test "$cross_compiling" = yes ||
8527 $as_test_x conftest$ac_exeext
8528 }; then
8529 LIBS=$ac_save_LIBS
8530 # We can link X programs with no special library path.
8531 ac_x_libraries=
8532 else
8533 $as_echo "$as_me: failed program was:" >&5
8534 sed 's/^/| /' conftest.$ac_ext >&5
8536 LIBS=$ac_save_LIBS
8537 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8539 # Don't even attempt the hair of trying to link an X program!
8540 for ac_extension in a so sl dylib la dll; do
8541 if test -r "$ac_dir/libX11.$ac_extension"; then
8542 ac_x_libraries=$ac_dir
8543 break 2
8545 done
8546 done
8549 rm -rf conftest.dSYM
8550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8551 conftest$ac_exeext conftest.$ac_ext
8552 fi # $ac_x_libraries = no
8554 case $ac_x_includes,$ac_x_libraries in #(
8555 no,* | *,no | *\'*)
8556 # Didn't find X, or a directory has "'" in its name.
8557 ac_cv_have_x="have_x=no";; #(
8559 # Record where we found X for the cache.
8560 ac_cv_have_x="have_x=yes\
8561 ac_x_includes='$ac_x_includes'\
8562 ac_x_libraries='$ac_x_libraries'"
8563 esac
8565 ;; #(
8566 *) have_x=yes;;
8567 esac
8568 eval "$ac_cv_have_x"
8569 fi # $with_x != no
8571 if test "$have_x" != yes; then
8572 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8573 $as_echo "$have_x" >&6; }
8574 no_x=yes
8575 else
8576 # If each of the values was on the command line, it overrides each guess.
8577 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8578 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8579 # Update the cache value to reflect the command line values.
8580 ac_cv_have_x="have_x=yes\
8581 ac_x_includes='$x_includes'\
8582 ac_x_libraries='$x_libraries'"
8583 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8584 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8587 if test "$no_x" = yes; then
8588 # Not all programs may use this symbol, but it does not hurt to define it.
8590 cat >>confdefs.h <<\_ACEOF
8591 #define X_DISPLAY_MISSING 1
8592 _ACEOF
8594 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8595 else
8596 if test -n "$x_includes"; then
8597 X_CFLAGS="$X_CFLAGS -I$x_includes"
8600 # It would also be nice to do this for all -L options, not just this one.
8601 if test -n "$x_libraries"; then
8602 X_LIBS="$X_LIBS -L$x_libraries"
8603 # For Solaris; some versions of Sun CC require a space after -R and
8604 # others require no space. Words are not sufficient . . . .
8605 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8606 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8607 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8608 ac_xsave_c_werror_flag=$ac_c_werror_flag
8609 ac_c_werror_flag=yes
8610 cat >conftest.$ac_ext <<_ACEOF
8611 /* confdefs.h. */
8612 _ACEOF
8613 cat confdefs.h >>conftest.$ac_ext
8614 cat >>conftest.$ac_ext <<_ACEOF
8615 /* end confdefs.h. */
8618 main ()
8622 return 0;
8624 _ACEOF
8625 rm -f conftest.$ac_objext conftest$ac_exeext
8626 if { (ac_try="$ac_link"
8627 case "(($ac_try" in
8628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8629 *) ac_try_echo=$ac_try;;
8630 esac
8631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8632 $as_echo "$ac_try_echo") >&5
8633 (eval "$ac_link") 2>conftest.er1
8634 ac_status=$?
8635 grep -v '^ *+' conftest.er1 >conftest.err
8636 rm -f conftest.er1
8637 cat conftest.err >&5
8638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8639 (exit $ac_status); } && {
8640 test -z "$ac_c_werror_flag" ||
8641 test ! -s conftest.err
8642 } && test -s conftest$ac_exeext && {
8643 test "$cross_compiling" = yes ||
8644 $as_test_x conftest$ac_exeext
8645 }; then
8646 { $as_echo "$as_me:$LINENO: result: no" >&5
8647 $as_echo "no" >&6; }
8648 X_LIBS="$X_LIBS -R$x_libraries"
8649 else
8650 $as_echo "$as_me: failed program was:" >&5
8651 sed 's/^/| /' conftest.$ac_ext >&5
8653 LIBS="$ac_xsave_LIBS -R $x_libraries"
8654 cat >conftest.$ac_ext <<_ACEOF
8655 /* confdefs.h. */
8656 _ACEOF
8657 cat confdefs.h >>conftest.$ac_ext
8658 cat >>conftest.$ac_ext <<_ACEOF
8659 /* end confdefs.h. */
8662 main ()
8666 return 0;
8668 _ACEOF
8669 rm -f conftest.$ac_objext conftest$ac_exeext
8670 if { (ac_try="$ac_link"
8671 case "(($ac_try" in
8672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8673 *) ac_try_echo=$ac_try;;
8674 esac
8675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8676 $as_echo "$ac_try_echo") >&5
8677 (eval "$ac_link") 2>conftest.er1
8678 ac_status=$?
8679 grep -v '^ *+' conftest.er1 >conftest.err
8680 rm -f conftest.er1
8681 cat conftest.err >&5
8682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8683 (exit $ac_status); } && {
8684 test -z "$ac_c_werror_flag" ||
8685 test ! -s conftest.err
8686 } && test -s conftest$ac_exeext && {
8687 test "$cross_compiling" = yes ||
8688 $as_test_x conftest$ac_exeext
8689 }; then
8690 { $as_echo "$as_me:$LINENO: result: yes" >&5
8691 $as_echo "yes" >&6; }
8692 X_LIBS="$X_LIBS -R $x_libraries"
8693 else
8694 $as_echo "$as_me: failed program was:" >&5
8695 sed 's/^/| /' conftest.$ac_ext >&5
8697 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8698 $as_echo "neither works" >&6; }
8701 rm -rf conftest.dSYM
8702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8703 conftest$ac_exeext conftest.$ac_ext
8706 rm -rf conftest.dSYM
8707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8708 conftest$ac_exeext conftest.$ac_ext
8709 ac_c_werror_flag=$ac_xsave_c_werror_flag
8710 LIBS=$ac_xsave_LIBS
8713 # Check for system-dependent libraries X programs must link with.
8714 # Do this before checking for the system-independent R6 libraries
8715 # (-lICE), since we may need -lsocket or whatever for X linking.
8717 if test "$ISC" = yes; then
8718 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8719 else
8720 # Martyn Johnson says this is needed for Ultrix, if the X
8721 # libraries were built with DECnet support. And Karl Berry says
8722 # the Alpha needs dnet_stub (dnet does not exist).
8723 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8724 cat >conftest.$ac_ext <<_ACEOF
8725 /* confdefs.h. */
8726 _ACEOF
8727 cat confdefs.h >>conftest.$ac_ext
8728 cat >>conftest.$ac_ext <<_ACEOF
8729 /* end confdefs.h. */
8731 /* Override any GCC internal prototype to avoid an error.
8732 Use char because int might match the return type of a GCC
8733 builtin and then its argument prototype would still apply. */
8734 #ifdef __cplusplus
8735 extern "C"
8736 #endif
8737 char XOpenDisplay ();
8739 main ()
8741 return XOpenDisplay ();
8743 return 0;
8745 _ACEOF
8746 rm -f conftest.$ac_objext conftest$ac_exeext
8747 if { (ac_try="$ac_link"
8748 case "(($ac_try" in
8749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8750 *) ac_try_echo=$ac_try;;
8751 esac
8752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8753 $as_echo "$ac_try_echo") >&5
8754 (eval "$ac_link") 2>conftest.er1
8755 ac_status=$?
8756 grep -v '^ *+' conftest.er1 >conftest.err
8757 rm -f conftest.er1
8758 cat conftest.err >&5
8759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760 (exit $ac_status); } && {
8761 test -z "$ac_c_werror_flag" ||
8762 test ! -s conftest.err
8763 } && test -s conftest$ac_exeext && {
8764 test "$cross_compiling" = yes ||
8765 $as_test_x conftest$ac_exeext
8766 }; then
8768 else
8769 $as_echo "$as_me: failed program was:" >&5
8770 sed 's/^/| /' conftest.$ac_ext >&5
8772 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8773 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8774 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8775 $as_echo_n "(cached) " >&6
8776 else
8777 ac_check_lib_save_LIBS=$LIBS
8778 LIBS="-ldnet $LIBS"
8779 cat >conftest.$ac_ext <<_ACEOF
8780 /* confdefs.h. */
8781 _ACEOF
8782 cat confdefs.h >>conftest.$ac_ext
8783 cat >>conftest.$ac_ext <<_ACEOF
8784 /* end confdefs.h. */
8786 /* Override any GCC internal prototype to avoid an error.
8787 Use char because int might match the return type of a GCC
8788 builtin and then its argument prototype would still apply. */
8789 #ifdef __cplusplus
8790 extern "C"
8791 #endif
8792 char dnet_ntoa ();
8794 main ()
8796 return dnet_ntoa ();
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 ac_cv_lib_dnet_dnet_ntoa=yes
8823 else
8824 $as_echo "$as_me: failed program was:" >&5
8825 sed 's/^/| /' conftest.$ac_ext >&5
8827 ac_cv_lib_dnet_dnet_ntoa=no
8830 rm -rf conftest.dSYM
8831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8832 conftest$ac_exeext conftest.$ac_ext
8833 LIBS=$ac_check_lib_save_LIBS
8835 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8836 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8837 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8838 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8841 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8842 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8843 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8844 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8845 $as_echo_n "(cached) " >&6
8846 else
8847 ac_check_lib_save_LIBS=$LIBS
8848 LIBS="-ldnet_stub $LIBS"
8849 cat >conftest.$ac_ext <<_ACEOF
8850 /* confdefs.h. */
8851 _ACEOF
8852 cat confdefs.h >>conftest.$ac_ext
8853 cat >>conftest.$ac_ext <<_ACEOF
8854 /* end confdefs.h. */
8856 /* Override any GCC internal prototype to avoid an error.
8857 Use char because int might match the return type of a GCC
8858 builtin and then its argument prototype would still apply. */
8859 #ifdef __cplusplus
8860 extern "C"
8861 #endif
8862 char dnet_ntoa ();
8864 main ()
8866 return dnet_ntoa ();
8868 return 0;
8870 _ACEOF
8871 rm -f conftest.$ac_objext conftest$ac_exeext
8872 if { (ac_try="$ac_link"
8873 case "(($ac_try" in
8874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8875 *) ac_try_echo=$ac_try;;
8876 esac
8877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8878 $as_echo "$ac_try_echo") >&5
8879 (eval "$ac_link") 2>conftest.er1
8880 ac_status=$?
8881 grep -v '^ *+' conftest.er1 >conftest.err
8882 rm -f conftest.er1
8883 cat conftest.err >&5
8884 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8885 (exit $ac_status); } && {
8886 test -z "$ac_c_werror_flag" ||
8887 test ! -s conftest.err
8888 } && test -s conftest$ac_exeext && {
8889 test "$cross_compiling" = yes ||
8890 $as_test_x conftest$ac_exeext
8891 }; then
8892 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8893 else
8894 $as_echo "$as_me: failed program was:" >&5
8895 sed 's/^/| /' conftest.$ac_ext >&5
8897 ac_cv_lib_dnet_stub_dnet_ntoa=no
8900 rm -rf conftest.dSYM
8901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8902 conftest$ac_exeext conftest.$ac_ext
8903 LIBS=$ac_check_lib_save_LIBS
8905 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8906 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8907 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
8908 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8914 rm -rf conftest.dSYM
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916 conftest$ac_exeext conftest.$ac_ext
8917 LIBS="$ac_xsave_LIBS"
8919 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8920 # to get the SysV transport functions.
8921 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8922 # needs -lnsl.
8923 # The nsl library prevents programs from opening the X display
8924 # on Irix 5.2, according to T.E. Dickey.
8925 # The functions gethostbyname, getservbyname, and inet_addr are
8926 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8927 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
8928 $as_echo_n "checking for gethostbyname... " >&6; }
8929 if test "${ac_cv_func_gethostbyname+set}" = set; then
8930 $as_echo_n "(cached) " >&6
8931 else
8932 cat >conftest.$ac_ext <<_ACEOF
8933 /* confdefs.h. */
8934 _ACEOF
8935 cat confdefs.h >>conftest.$ac_ext
8936 cat >>conftest.$ac_ext <<_ACEOF
8937 /* end confdefs.h. */
8938 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8940 #define gethostbyname innocuous_gethostbyname
8942 /* System header to define __stub macros and hopefully few prototypes,
8943 which can conflict with char gethostbyname (); below.
8944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8945 <limits.h> exists even on freestanding compilers. */
8947 #ifdef __STDC__
8948 # include <limits.h>
8949 #else
8950 # include <assert.h>
8951 #endif
8953 #undef gethostbyname
8955 /* Override any GCC internal prototype to avoid an error.
8956 Use char because int might match the return type of a GCC
8957 builtin and then its argument prototype would still apply. */
8958 #ifdef __cplusplus
8959 extern "C"
8960 #endif
8961 char gethostbyname ();
8962 /* The GNU C library defines this for functions which it implements
8963 to always fail with ENOSYS. Some functions are actually named
8964 something starting with __ and the normal name is an alias. */
8965 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8966 choke me
8967 #endif
8970 main ()
8972 return gethostbyname ();
8974 return 0;
8976 _ACEOF
8977 rm -f conftest.$ac_objext conftest$ac_exeext
8978 if { (ac_try="$ac_link"
8979 case "(($ac_try" in
8980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8981 *) ac_try_echo=$ac_try;;
8982 esac
8983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8984 $as_echo "$ac_try_echo") >&5
8985 (eval "$ac_link") 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } && {
8992 test -z "$ac_c_werror_flag" ||
8993 test ! -s conftest.err
8994 } && test -s conftest$ac_exeext && {
8995 test "$cross_compiling" = yes ||
8996 $as_test_x conftest$ac_exeext
8997 }; then
8998 ac_cv_func_gethostbyname=yes
8999 else
9000 $as_echo "$as_me: failed program was:" >&5
9001 sed 's/^/| /' conftest.$ac_ext >&5
9003 ac_cv_func_gethostbyname=no
9006 rm -rf conftest.dSYM
9007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9008 conftest$ac_exeext conftest.$ac_ext
9010 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9011 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9013 if test $ac_cv_func_gethostbyname = no; then
9014 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9015 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9016 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9017 $as_echo_n "(cached) " >&6
9018 else
9019 ac_check_lib_save_LIBS=$LIBS
9020 LIBS="-lnsl $LIBS"
9021 cat >conftest.$ac_ext <<_ACEOF
9022 /* confdefs.h. */
9023 _ACEOF
9024 cat confdefs.h >>conftest.$ac_ext
9025 cat >>conftest.$ac_ext <<_ACEOF
9026 /* end confdefs.h. */
9028 /* Override any GCC internal prototype to avoid an error.
9029 Use char because int might match the return type of a GCC
9030 builtin and then its argument prototype would still apply. */
9031 #ifdef __cplusplus
9032 extern "C"
9033 #endif
9034 char gethostbyname ();
9036 main ()
9038 return gethostbyname ();
9040 return 0;
9042 _ACEOF
9043 rm -f conftest.$ac_objext conftest$ac_exeext
9044 if { (ac_try="$ac_link"
9045 case "(($ac_try" in
9046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9047 *) ac_try_echo=$ac_try;;
9048 esac
9049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9050 $as_echo "$ac_try_echo") >&5
9051 (eval "$ac_link") 2>conftest.er1
9052 ac_status=$?
9053 grep -v '^ *+' conftest.er1 >conftest.err
9054 rm -f conftest.er1
9055 cat conftest.err >&5
9056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057 (exit $ac_status); } && {
9058 test -z "$ac_c_werror_flag" ||
9059 test ! -s conftest.err
9060 } && test -s conftest$ac_exeext && {
9061 test "$cross_compiling" = yes ||
9062 $as_test_x conftest$ac_exeext
9063 }; then
9064 ac_cv_lib_nsl_gethostbyname=yes
9065 else
9066 $as_echo "$as_me: failed program was:" >&5
9067 sed 's/^/| /' conftest.$ac_ext >&5
9069 ac_cv_lib_nsl_gethostbyname=no
9072 rm -rf conftest.dSYM
9073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9074 conftest$ac_exeext conftest.$ac_ext
9075 LIBS=$ac_check_lib_save_LIBS
9077 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9078 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9079 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9080 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9083 if test $ac_cv_lib_nsl_gethostbyname = no; then
9084 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9085 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9086 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9087 $as_echo_n "(cached) " >&6
9088 else
9089 ac_check_lib_save_LIBS=$LIBS
9090 LIBS="-lbsd $LIBS"
9091 cat >conftest.$ac_ext <<_ACEOF
9092 /* confdefs.h. */
9093 _ACEOF
9094 cat confdefs.h >>conftest.$ac_ext
9095 cat >>conftest.$ac_ext <<_ACEOF
9096 /* end confdefs.h. */
9098 /* Override any GCC internal prototype to avoid an error.
9099 Use char because int might match the return type of a GCC
9100 builtin and then its argument prototype would still apply. */
9101 #ifdef __cplusplus
9102 extern "C"
9103 #endif
9104 char gethostbyname ();
9106 main ()
9108 return gethostbyname ();
9110 return 0;
9112 _ACEOF
9113 rm -f conftest.$ac_objext conftest$ac_exeext
9114 if { (ac_try="$ac_link"
9115 case "(($ac_try" in
9116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9117 *) ac_try_echo=$ac_try;;
9118 esac
9119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9120 $as_echo "$ac_try_echo") >&5
9121 (eval "$ac_link") 2>conftest.er1
9122 ac_status=$?
9123 grep -v '^ *+' conftest.er1 >conftest.err
9124 rm -f conftest.er1
9125 cat conftest.err >&5
9126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9127 (exit $ac_status); } && {
9128 test -z "$ac_c_werror_flag" ||
9129 test ! -s conftest.err
9130 } && test -s conftest$ac_exeext && {
9131 test "$cross_compiling" = yes ||
9132 $as_test_x conftest$ac_exeext
9133 }; then
9134 ac_cv_lib_bsd_gethostbyname=yes
9135 else
9136 $as_echo "$as_me: failed program was:" >&5
9137 sed 's/^/| /' conftest.$ac_ext >&5
9139 ac_cv_lib_bsd_gethostbyname=no
9142 rm -rf conftest.dSYM
9143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9144 conftest$ac_exeext conftest.$ac_ext
9145 LIBS=$ac_check_lib_save_LIBS
9147 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9148 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9149 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9150 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9156 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9157 # socket/setsockopt and other routines are undefined under SCO ODT
9158 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9159 # on later versions), says Simon Leinen: it contains gethostby*
9160 # variants that don't use the name server (or something). -lsocket
9161 # must be given before -lnsl if both are needed. We assume that
9162 # if connect needs -lnsl, so does gethostbyname.
9163 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9164 $as_echo_n "checking for connect... " >&6; }
9165 if test "${ac_cv_func_connect+set}" = set; then
9166 $as_echo_n "(cached) " >&6
9167 else
9168 cat >conftest.$ac_ext <<_ACEOF
9169 /* confdefs.h. */
9170 _ACEOF
9171 cat confdefs.h >>conftest.$ac_ext
9172 cat >>conftest.$ac_ext <<_ACEOF
9173 /* end confdefs.h. */
9174 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9176 #define connect innocuous_connect
9178 /* System header to define __stub macros and hopefully few prototypes,
9179 which can conflict with char connect (); below.
9180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9181 <limits.h> exists even on freestanding compilers. */
9183 #ifdef __STDC__
9184 # include <limits.h>
9185 #else
9186 # include <assert.h>
9187 #endif
9189 #undef connect
9191 /* Override any GCC internal prototype to avoid an error.
9192 Use char because int might match the return type of a GCC
9193 builtin and then its argument prototype would still apply. */
9194 #ifdef __cplusplus
9195 extern "C"
9196 #endif
9197 char connect ();
9198 /* The GNU C library defines this for functions which it implements
9199 to always fail with ENOSYS. Some functions are actually named
9200 something starting with __ and the normal name is an alias. */
9201 #if defined __stub_connect || defined __stub___connect
9202 choke me
9203 #endif
9206 main ()
9208 return connect ();
9210 return 0;
9212 _ACEOF
9213 rm -f conftest.$ac_objext conftest$ac_exeext
9214 if { (ac_try="$ac_link"
9215 case "(($ac_try" in
9216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9217 *) ac_try_echo=$ac_try;;
9218 esac
9219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9220 $as_echo "$ac_try_echo") >&5
9221 (eval "$ac_link") 2>conftest.er1
9222 ac_status=$?
9223 grep -v '^ *+' conftest.er1 >conftest.err
9224 rm -f conftest.er1
9225 cat conftest.err >&5
9226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); } && {
9228 test -z "$ac_c_werror_flag" ||
9229 test ! -s conftest.err
9230 } && test -s conftest$ac_exeext && {
9231 test "$cross_compiling" = yes ||
9232 $as_test_x conftest$ac_exeext
9233 }; then
9234 ac_cv_func_connect=yes
9235 else
9236 $as_echo "$as_me: failed program was:" >&5
9237 sed 's/^/| /' conftest.$ac_ext >&5
9239 ac_cv_func_connect=no
9242 rm -rf conftest.dSYM
9243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9244 conftest$ac_exeext conftest.$ac_ext
9246 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9247 $as_echo "$ac_cv_func_connect" >&6; }
9249 if test $ac_cv_func_connect = no; then
9250 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9251 $as_echo_n "checking for connect in -lsocket... " >&6; }
9252 if test "${ac_cv_lib_socket_connect+set}" = set; then
9253 $as_echo_n "(cached) " >&6
9254 else
9255 ac_check_lib_save_LIBS=$LIBS
9256 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9257 cat >conftest.$ac_ext <<_ACEOF
9258 /* confdefs.h. */
9259 _ACEOF
9260 cat confdefs.h >>conftest.$ac_ext
9261 cat >>conftest.$ac_ext <<_ACEOF
9262 /* end confdefs.h. */
9264 /* Override any GCC internal prototype to avoid an error.
9265 Use char because int might match the return type of a GCC
9266 builtin and then its argument prototype would still apply. */
9267 #ifdef __cplusplus
9268 extern "C"
9269 #endif
9270 char connect ();
9272 main ()
9274 return connect ();
9276 return 0;
9278 _ACEOF
9279 rm -f conftest.$ac_objext conftest$ac_exeext
9280 if { (ac_try="$ac_link"
9281 case "(($ac_try" in
9282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9283 *) ac_try_echo=$ac_try;;
9284 esac
9285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9286 $as_echo "$ac_try_echo") >&5
9287 (eval "$ac_link") 2>conftest.er1
9288 ac_status=$?
9289 grep -v '^ *+' conftest.er1 >conftest.err
9290 rm -f conftest.er1
9291 cat conftest.err >&5
9292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 (exit $ac_status); } && {
9294 test -z "$ac_c_werror_flag" ||
9295 test ! -s conftest.err
9296 } && test -s conftest$ac_exeext && {
9297 test "$cross_compiling" = yes ||
9298 $as_test_x conftest$ac_exeext
9299 }; then
9300 ac_cv_lib_socket_connect=yes
9301 else
9302 $as_echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9305 ac_cv_lib_socket_connect=no
9308 rm -rf conftest.dSYM
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310 conftest$ac_exeext conftest.$ac_ext
9311 LIBS=$ac_check_lib_save_LIBS
9313 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9314 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9315 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9316 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9321 # Guillermo Gomez says -lposix is necessary on A/UX.
9322 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9323 $as_echo_n "checking for remove... " >&6; }
9324 if test "${ac_cv_func_remove+set}" = set; then
9325 $as_echo_n "(cached) " >&6
9326 else
9327 cat >conftest.$ac_ext <<_ACEOF
9328 /* confdefs.h. */
9329 _ACEOF
9330 cat confdefs.h >>conftest.$ac_ext
9331 cat >>conftest.$ac_ext <<_ACEOF
9332 /* end confdefs.h. */
9333 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9335 #define remove innocuous_remove
9337 /* System header to define __stub macros and hopefully few prototypes,
9338 which can conflict with char remove (); below.
9339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9340 <limits.h> exists even on freestanding compilers. */
9342 #ifdef __STDC__
9343 # include <limits.h>
9344 #else
9345 # include <assert.h>
9346 #endif
9348 #undef remove
9350 /* Override any GCC internal prototype to avoid an error.
9351 Use char because int might match the return type of a GCC
9352 builtin and then its argument prototype would still apply. */
9353 #ifdef __cplusplus
9354 extern "C"
9355 #endif
9356 char remove ();
9357 /* The GNU C library defines this for functions which it implements
9358 to always fail with ENOSYS. Some functions are actually named
9359 something starting with __ and the normal name is an alias. */
9360 #if defined __stub_remove || defined __stub___remove
9361 choke me
9362 #endif
9365 main ()
9367 return remove ();
9369 return 0;
9371 _ACEOF
9372 rm -f conftest.$ac_objext conftest$ac_exeext
9373 if { (ac_try="$ac_link"
9374 case "(($ac_try" in
9375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9376 *) ac_try_echo=$ac_try;;
9377 esac
9378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9379 $as_echo "$ac_try_echo") >&5
9380 (eval "$ac_link") 2>conftest.er1
9381 ac_status=$?
9382 grep -v '^ *+' conftest.er1 >conftest.err
9383 rm -f conftest.er1
9384 cat conftest.err >&5
9385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } && {
9387 test -z "$ac_c_werror_flag" ||
9388 test ! -s conftest.err
9389 } && test -s conftest$ac_exeext && {
9390 test "$cross_compiling" = yes ||
9391 $as_test_x conftest$ac_exeext
9392 }; then
9393 ac_cv_func_remove=yes
9394 else
9395 $as_echo "$as_me: failed program was:" >&5
9396 sed 's/^/| /' conftest.$ac_ext >&5
9398 ac_cv_func_remove=no
9401 rm -rf conftest.dSYM
9402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9403 conftest$ac_exeext conftest.$ac_ext
9405 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9406 $as_echo "$ac_cv_func_remove" >&6; }
9408 if test $ac_cv_func_remove = no; then
9409 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9410 $as_echo_n "checking for remove in -lposix... " >&6; }
9411 if test "${ac_cv_lib_posix_remove+set}" = set; then
9412 $as_echo_n "(cached) " >&6
9413 else
9414 ac_check_lib_save_LIBS=$LIBS
9415 LIBS="-lposix $LIBS"
9416 cat >conftest.$ac_ext <<_ACEOF
9417 /* confdefs.h. */
9418 _ACEOF
9419 cat confdefs.h >>conftest.$ac_ext
9420 cat >>conftest.$ac_ext <<_ACEOF
9421 /* end confdefs.h. */
9423 /* Override any GCC internal prototype to avoid an error.
9424 Use char because int might match the return type of a GCC
9425 builtin and then its argument prototype would still apply. */
9426 #ifdef __cplusplus
9427 extern "C"
9428 #endif
9429 char remove ();
9431 main ()
9433 return remove ();
9435 return 0;
9437 _ACEOF
9438 rm -f conftest.$ac_objext conftest$ac_exeext
9439 if { (ac_try="$ac_link"
9440 case "(($ac_try" in
9441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9442 *) ac_try_echo=$ac_try;;
9443 esac
9444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9445 $as_echo "$ac_try_echo") >&5
9446 (eval "$ac_link") 2>conftest.er1
9447 ac_status=$?
9448 grep -v '^ *+' conftest.er1 >conftest.err
9449 rm -f conftest.er1
9450 cat conftest.err >&5
9451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452 (exit $ac_status); } && {
9453 test -z "$ac_c_werror_flag" ||
9454 test ! -s conftest.err
9455 } && test -s conftest$ac_exeext && {
9456 test "$cross_compiling" = yes ||
9457 $as_test_x conftest$ac_exeext
9458 }; then
9459 ac_cv_lib_posix_remove=yes
9460 else
9461 $as_echo "$as_me: failed program was:" >&5
9462 sed 's/^/| /' conftest.$ac_ext >&5
9464 ac_cv_lib_posix_remove=no
9467 rm -rf conftest.dSYM
9468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9473 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9474 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9475 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9480 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9481 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9482 $as_echo_n "checking for shmat... " >&6; }
9483 if test "${ac_cv_func_shmat+set}" = set; then
9484 $as_echo_n "(cached) " >&6
9485 else
9486 cat >conftest.$ac_ext <<_ACEOF
9487 /* confdefs.h. */
9488 _ACEOF
9489 cat confdefs.h >>conftest.$ac_ext
9490 cat >>conftest.$ac_ext <<_ACEOF
9491 /* end confdefs.h. */
9492 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9494 #define shmat innocuous_shmat
9496 /* System header to define __stub macros and hopefully few prototypes,
9497 which can conflict with char shmat (); below.
9498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9499 <limits.h> exists even on freestanding compilers. */
9501 #ifdef __STDC__
9502 # include <limits.h>
9503 #else
9504 # include <assert.h>
9505 #endif
9507 #undef shmat
9509 /* Override any GCC internal prototype to avoid an error.
9510 Use char because int might match the return type of a GCC
9511 builtin and then its argument prototype would still apply. */
9512 #ifdef __cplusplus
9513 extern "C"
9514 #endif
9515 char shmat ();
9516 /* The GNU C library defines this for functions which it implements
9517 to always fail with ENOSYS. Some functions are actually named
9518 something starting with __ and the normal name is an alias. */
9519 #if defined __stub_shmat || defined __stub___shmat
9520 choke me
9521 #endif
9524 main ()
9526 return shmat ();
9528 return 0;
9530 _ACEOF
9531 rm -f conftest.$ac_objext conftest$ac_exeext
9532 if { (ac_try="$ac_link"
9533 case "(($ac_try" in
9534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9535 *) ac_try_echo=$ac_try;;
9536 esac
9537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9538 $as_echo "$ac_try_echo") >&5
9539 (eval "$ac_link") 2>conftest.er1
9540 ac_status=$?
9541 grep -v '^ *+' conftest.er1 >conftest.err
9542 rm -f conftest.er1
9543 cat conftest.err >&5
9544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545 (exit $ac_status); } && {
9546 test -z "$ac_c_werror_flag" ||
9547 test ! -s conftest.err
9548 } && test -s conftest$ac_exeext && {
9549 test "$cross_compiling" = yes ||
9550 $as_test_x conftest$ac_exeext
9551 }; then
9552 ac_cv_func_shmat=yes
9553 else
9554 $as_echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.$ac_ext >&5
9557 ac_cv_func_shmat=no
9560 rm -rf conftest.dSYM
9561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9562 conftest$ac_exeext conftest.$ac_ext
9564 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9565 $as_echo "$ac_cv_func_shmat" >&6; }
9567 if test $ac_cv_func_shmat = no; then
9568 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9569 $as_echo_n "checking for shmat in -lipc... " >&6; }
9570 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9571 $as_echo_n "(cached) " >&6
9572 else
9573 ac_check_lib_save_LIBS=$LIBS
9574 LIBS="-lipc $LIBS"
9575 cat >conftest.$ac_ext <<_ACEOF
9576 /* confdefs.h. */
9577 _ACEOF
9578 cat confdefs.h >>conftest.$ac_ext
9579 cat >>conftest.$ac_ext <<_ACEOF
9580 /* end confdefs.h. */
9582 /* Override any GCC internal prototype to avoid an error.
9583 Use char because int might match the return type of a GCC
9584 builtin and then its argument prototype would still apply. */
9585 #ifdef __cplusplus
9586 extern "C"
9587 #endif
9588 char shmat ();
9590 main ()
9592 return shmat ();
9594 return 0;
9596 _ACEOF
9597 rm -f conftest.$ac_objext conftest$ac_exeext
9598 if { (ac_try="$ac_link"
9599 case "(($ac_try" in
9600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9601 *) ac_try_echo=$ac_try;;
9602 esac
9603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9604 $as_echo "$ac_try_echo") >&5
9605 (eval "$ac_link") 2>conftest.er1
9606 ac_status=$?
9607 grep -v '^ *+' conftest.er1 >conftest.err
9608 rm -f conftest.er1
9609 cat conftest.err >&5
9610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); } && {
9612 test -z "$ac_c_werror_flag" ||
9613 test ! -s conftest.err
9614 } && test -s conftest$ac_exeext && {
9615 test "$cross_compiling" = yes ||
9616 $as_test_x conftest$ac_exeext
9617 }; then
9618 ac_cv_lib_ipc_shmat=yes
9619 else
9620 $as_echo "$as_me: failed program was:" >&5
9621 sed 's/^/| /' conftest.$ac_ext >&5
9623 ac_cv_lib_ipc_shmat=no
9626 rm -rf conftest.dSYM
9627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9628 conftest$ac_exeext conftest.$ac_ext
9629 LIBS=$ac_check_lib_save_LIBS
9631 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9632 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9633 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9634 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9640 # Check for libraries that X11R6 Xt/Xaw programs need.
9641 ac_save_LDFLAGS=$LDFLAGS
9642 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9643 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9644 # check for ICE first), but we must link in the order -lSM -lICE or
9645 # we get undefined symbols. So assume we have SM if we have ICE.
9646 # These have to be linked with before -lX11, unlike the other
9647 # libraries we check for below, so use a different variable.
9648 # John Interrante, Karl Berry
9649 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9650 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9651 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9652 $as_echo_n "(cached) " >&6
9653 else
9654 ac_check_lib_save_LIBS=$LIBS
9655 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9656 cat >conftest.$ac_ext <<_ACEOF
9657 /* confdefs.h. */
9658 _ACEOF
9659 cat confdefs.h >>conftest.$ac_ext
9660 cat >>conftest.$ac_ext <<_ACEOF
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9666 #ifdef __cplusplus
9667 extern "C"
9668 #endif
9669 char IceConnectionNumber ();
9671 main ()
9673 return IceConnectionNumber ();
9675 return 0;
9677 _ACEOF
9678 rm -f conftest.$ac_objext conftest$ac_exeext
9679 if { (ac_try="$ac_link"
9680 case "(($ac_try" in
9681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9682 *) ac_try_echo=$ac_try;;
9683 esac
9684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9685 $as_echo "$ac_try_echo") >&5
9686 (eval "$ac_link") 2>conftest.er1
9687 ac_status=$?
9688 grep -v '^ *+' conftest.er1 >conftest.err
9689 rm -f conftest.er1
9690 cat conftest.err >&5
9691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 (exit $ac_status); } && {
9693 test -z "$ac_c_werror_flag" ||
9694 test ! -s conftest.err
9695 } && test -s conftest$ac_exeext && {
9696 test "$cross_compiling" = yes ||
9697 $as_test_x conftest$ac_exeext
9698 }; then
9699 ac_cv_lib_ICE_IceConnectionNumber=yes
9700 else
9701 $as_echo "$as_me: failed program was:" >&5
9702 sed 's/^/| /' conftest.$ac_ext >&5
9704 ac_cv_lib_ICE_IceConnectionNumber=no
9707 rm -rf conftest.dSYM
9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9709 conftest$ac_exeext conftest.$ac_ext
9710 LIBS=$ac_check_lib_save_LIBS
9712 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9713 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9714 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9715 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9718 LDFLAGS=$ac_save_LDFLAGS
9723 if test "$have_x" = "yes"
9724 then
9725 XLIB="-lXext -lX11"
9726 ac_save_CPPFLAGS="$CPPFLAGS"
9727 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9729 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9730 $as_echo_n "checking for -lX11... " >&6; }
9731 if test "${ac_cv_lib_soname_X11+set}" = set; then
9732 $as_echo_n "(cached) " >&6
9733 else
9734 ac_check_soname_save_LIBS=$LIBS
9735 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9736 cat >conftest.$ac_ext <<_ACEOF
9737 /* confdefs.h. */
9738 _ACEOF
9739 cat confdefs.h >>conftest.$ac_ext
9740 cat >>conftest.$ac_ext <<_ACEOF
9741 /* end confdefs.h. */
9743 /* Override any GCC internal prototype to avoid an error.
9744 Use char because int might match the return type of a GCC
9745 builtin and then its argument prototype would still apply. */
9746 #ifdef __cplusplus
9747 extern "C"
9748 #endif
9749 char XCreateWindow ();
9751 main ()
9753 return XCreateWindow ();
9755 return 0;
9757 _ACEOF
9758 rm -f conftest.$ac_objext conftest$ac_exeext
9759 if { (ac_try="$ac_link"
9760 case "(($ac_try" in
9761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9762 *) ac_try_echo=$ac_try;;
9763 esac
9764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9765 $as_echo "$ac_try_echo") >&5
9766 (eval "$ac_link") 2>conftest.er1
9767 ac_status=$?
9768 grep -v '^ *+' conftest.er1 >conftest.err
9769 rm -f conftest.er1
9770 cat conftest.err >&5
9771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9772 (exit $ac_status); } && {
9773 test -z "$ac_c_werror_flag" ||
9774 test ! -s conftest.err
9775 } && test -s conftest$ac_exeext && {
9776 test "$cross_compiling" = yes ||
9777 $as_test_x conftest$ac_exeext
9778 }; then
9779 case "$LIBEXT" in
9780 dll) ;;
9781 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'` ;;
9782 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9783 esac
9784 else
9785 $as_echo "$as_me: failed program was:" >&5
9786 sed 's/^/| /' conftest.$ac_ext >&5
9791 rm -rf conftest.dSYM
9792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9793 conftest$ac_exeext conftest.$ac_ext
9794 LIBS=$ac_check_soname_save_LIBS
9796 if test "x$ac_cv_lib_soname_X11" = "x"; then
9797 { $as_echo "$as_me:$LINENO: result: not found" >&5
9798 $as_echo "not found" >&6; }
9800 else
9801 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9802 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9804 cat >>confdefs.h <<_ACEOF
9805 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9806 _ACEOF
9811 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9812 $as_echo_n "checking for -lXext... " >&6; }
9813 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9814 $as_echo_n "(cached) " >&6
9815 else
9816 ac_check_soname_save_LIBS=$LIBS
9817 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9818 cat >conftest.$ac_ext <<_ACEOF
9819 /* confdefs.h. */
9820 _ACEOF
9821 cat confdefs.h >>conftest.$ac_ext
9822 cat >>conftest.$ac_ext <<_ACEOF
9823 /* end confdefs.h. */
9825 /* Override any GCC internal prototype to avoid an error.
9826 Use char because int might match the return type of a GCC
9827 builtin and then its argument prototype would still apply. */
9828 #ifdef __cplusplus
9829 extern "C"
9830 #endif
9831 char XextCreateExtension ();
9833 main ()
9835 return XextCreateExtension ();
9837 return 0;
9839 _ACEOF
9840 rm -f conftest.$ac_objext conftest$ac_exeext
9841 if { (ac_try="$ac_link"
9842 case "(($ac_try" in
9843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9844 *) ac_try_echo=$ac_try;;
9845 esac
9846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9847 $as_echo "$ac_try_echo") >&5
9848 (eval "$ac_link") 2>conftest.er1
9849 ac_status=$?
9850 grep -v '^ *+' conftest.er1 >conftest.err
9851 rm -f conftest.er1
9852 cat conftest.err >&5
9853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); } && {
9855 test -z "$ac_c_werror_flag" ||
9856 test ! -s conftest.err
9857 } && test -s conftest$ac_exeext && {
9858 test "$cross_compiling" = yes ||
9859 $as_test_x conftest$ac_exeext
9860 }; then
9861 case "$LIBEXT" in
9862 dll) ;;
9863 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'` ;;
9864 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9865 esac
9866 else
9867 $as_echo "$as_me: failed program was:" >&5
9868 sed 's/^/| /' conftest.$ac_ext >&5
9873 rm -rf conftest.dSYM
9874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9875 conftest$ac_exeext conftest.$ac_ext
9876 LIBS=$ac_check_soname_save_LIBS
9878 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9879 { $as_echo "$as_me:$LINENO: result: not found" >&5
9880 $as_echo "not found" >&6; }
9882 else
9883 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9884 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9886 cat >>confdefs.h <<_ACEOF
9887 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9888 _ACEOF
9906 for ac_header in X11/Xlib.h \
9907 X11/XKBlib.h \
9908 X11/Xutil.h \
9909 X11/Xcursor/Xcursor.h \
9910 X11/extensions/shape.h \
9911 X11/extensions/XInput.h \
9912 X11/extensions/XShm.h \
9913 X11/extensions/Xcomposite.h \
9914 X11/extensions/Xinerama.h \
9915 X11/extensions/Xrandr.h \
9916 X11/extensions/Xrender.h \
9917 X11/extensions/xf86vmode.h
9919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9920 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9921 $as_echo_n "checking for $ac_header... " >&6; }
9922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9923 $as_echo_n "(cached) " >&6
9924 else
9925 cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h. */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9931 #ifdef HAVE_X11_XLIB_H
9932 # include <X11/Xlib.h>
9933 #endif
9934 #ifdef HAVE_X11_XUTIL_H
9935 # include <X11/Xutil.h>
9936 #endif
9938 #include <$ac_header>
9939 _ACEOF
9940 rm -f conftest.$ac_objext
9941 if { (ac_try="$ac_compile"
9942 case "(($ac_try" in
9943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9944 *) ac_try_echo=$ac_try;;
9945 esac
9946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9947 $as_echo "$ac_try_echo") >&5
9948 (eval "$ac_compile") 2>conftest.er1
9949 ac_status=$?
9950 grep -v '^ *+' conftest.er1 >conftest.err
9951 rm -f conftest.er1
9952 cat conftest.err >&5
9953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9954 (exit $ac_status); } && {
9955 test -z "$ac_c_werror_flag" ||
9956 test ! -s conftest.err
9957 } && test -s conftest.$ac_objext; then
9958 eval "$as_ac_Header=yes"
9959 else
9960 $as_echo "$as_me: failed program was:" >&5
9961 sed 's/^/| /' conftest.$ac_ext >&5
9963 eval "$as_ac_Header=no"
9966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9968 ac_res=`eval 'as_val=${'$as_ac_Header'}
9969 $as_echo "$as_val"'`
9970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9971 $as_echo "$ac_res" >&6; }
9972 as_val=`eval 'as_val=${'$as_ac_Header'}
9973 $as_echo "$as_val"'`
9974 if test "x$as_val" = x""yes; then
9975 cat >>confdefs.h <<_ACEOF
9976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9977 _ACEOF
9981 done
9984 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9985 then
9986 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9987 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9988 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9989 $as_echo_n "(cached) " >&6
9990 else
9991 ac_check_lib_save_LIBS=$LIBS
9992 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9993 cat >conftest.$ac_ext <<_ACEOF
9994 /* confdefs.h. */
9995 _ACEOF
9996 cat confdefs.h >>conftest.$ac_ext
9997 cat >>conftest.$ac_ext <<_ACEOF
9998 /* end confdefs.h. */
10000 /* Override any GCC internal prototype to avoid an error.
10001 Use char because int might match the return type of a GCC
10002 builtin and then its argument prototype would still apply. */
10003 #ifdef __cplusplus
10004 extern "C"
10005 #endif
10006 char XkbQueryExtension ();
10008 main ()
10010 return XkbQueryExtension ();
10012 return 0;
10014 _ACEOF
10015 rm -f conftest.$ac_objext conftest$ac_exeext
10016 if { (ac_try="$ac_link"
10017 case "(($ac_try" in
10018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10019 *) ac_try_echo=$ac_try;;
10020 esac
10021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10022 $as_echo "$ac_try_echo") >&5
10023 (eval "$ac_link") 2>conftest.er1
10024 ac_status=$?
10025 grep -v '^ *+' conftest.er1 >conftest.err
10026 rm -f conftest.er1
10027 cat conftest.err >&5
10028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10029 (exit $ac_status); } && {
10030 test -z "$ac_c_werror_flag" ||
10031 test ! -s conftest.err
10032 } && test -s conftest$ac_exeext && {
10033 test "$cross_compiling" = yes ||
10034 $as_test_x conftest$ac_exeext
10035 }; then
10036 ac_cv_lib_X11_XkbQueryExtension=yes
10037 else
10038 $as_echo "$as_me: failed program was:" >&5
10039 sed 's/^/| /' conftest.$ac_ext >&5
10041 ac_cv_lib_X11_XkbQueryExtension=no
10044 rm -rf conftest.dSYM
10045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10046 conftest$ac_exeext conftest.$ac_ext
10047 LIBS=$ac_check_lib_save_LIBS
10049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10050 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10051 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10053 cat >>confdefs.h <<\_ACEOF
10054 #define HAVE_XKB 1
10055 _ACEOF
10061 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10062 then
10063 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10064 $as_echo_n "checking for -lXcursor... " >&6; }
10065 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10066 $as_echo_n "(cached) " >&6
10067 else
10068 ac_check_soname_save_LIBS=$LIBS
10069 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10070 cat >conftest.$ac_ext <<_ACEOF
10071 /* confdefs.h. */
10072 _ACEOF
10073 cat confdefs.h >>conftest.$ac_ext
10074 cat >>conftest.$ac_ext <<_ACEOF
10075 /* end confdefs.h. */
10077 /* Override any GCC internal prototype to avoid an error.
10078 Use char because int might match the return type of a GCC
10079 builtin and then its argument prototype would still apply. */
10080 #ifdef __cplusplus
10081 extern "C"
10082 #endif
10083 char XcursorImageLoadCursor ();
10085 main ()
10087 return XcursorImageLoadCursor ();
10089 return 0;
10091 _ACEOF
10092 rm -f conftest.$ac_objext conftest$ac_exeext
10093 if { (ac_try="$ac_link"
10094 case "(($ac_try" in
10095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10096 *) ac_try_echo=$ac_try;;
10097 esac
10098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10099 $as_echo "$ac_try_echo") >&5
10100 (eval "$ac_link") 2>conftest.er1
10101 ac_status=$?
10102 grep -v '^ *+' conftest.er1 >conftest.err
10103 rm -f conftest.er1
10104 cat conftest.err >&5
10105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10106 (exit $ac_status); } && {
10107 test -z "$ac_c_werror_flag" ||
10108 test ! -s conftest.err
10109 } && test -s conftest$ac_exeext && {
10110 test "$cross_compiling" = yes ||
10111 $as_test_x conftest$ac_exeext
10112 }; then
10113 case "$LIBEXT" in
10114 dll) ;;
10115 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'` ;;
10116 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10117 esac
10118 else
10119 $as_echo "$as_me: failed program was:" >&5
10120 sed 's/^/| /' conftest.$ac_ext >&5
10125 rm -rf conftest.dSYM
10126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10127 conftest$ac_exeext conftest.$ac_ext
10128 LIBS=$ac_check_soname_save_LIBS
10130 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10131 { $as_echo "$as_me:$LINENO: result: not found" >&5
10132 $as_echo "not found" >&6; }
10134 else
10135 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10136 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10138 cat >>confdefs.h <<_ACEOF
10139 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10140 _ACEOF
10146 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10147 case "x$with_xcursor" in
10148 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10149 xno) ;;
10150 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10151 This is an error since --with-xcursor was requested." >&5
10152 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10153 This is an error since --with-xcursor was requested." >&2;}
10154 { (exit 1); exit 1; }; } ;;
10155 esac
10159 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10160 then
10161 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10162 $as_echo_n "checking for -lXi... " >&6; }
10163 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10164 $as_echo_n "(cached) " >&6
10165 else
10166 ac_check_soname_save_LIBS=$LIBS
10167 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10168 cat >conftest.$ac_ext <<_ACEOF
10169 /* confdefs.h. */
10170 _ACEOF
10171 cat confdefs.h >>conftest.$ac_ext
10172 cat >>conftest.$ac_ext <<_ACEOF
10173 /* end confdefs.h. */
10175 /* Override any GCC internal prototype to avoid an error.
10176 Use char because int might match the return type of a GCC
10177 builtin and then its argument prototype would still apply. */
10178 #ifdef __cplusplus
10179 extern "C"
10180 #endif
10181 char XOpenDevice ();
10183 main ()
10185 return XOpenDevice ();
10187 return 0;
10189 _ACEOF
10190 rm -f conftest.$ac_objext conftest$ac_exeext
10191 if { (ac_try="$ac_link"
10192 case "(($ac_try" in
10193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10194 *) ac_try_echo=$ac_try;;
10195 esac
10196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10197 $as_echo "$ac_try_echo") >&5
10198 (eval "$ac_link") 2>conftest.er1
10199 ac_status=$?
10200 grep -v '^ *+' conftest.er1 >conftest.err
10201 rm -f conftest.er1
10202 cat conftest.err >&5
10203 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10204 (exit $ac_status); } && {
10205 test -z "$ac_c_werror_flag" ||
10206 test ! -s conftest.err
10207 } && test -s conftest$ac_exeext && {
10208 test "$cross_compiling" = yes ||
10209 $as_test_x conftest$ac_exeext
10210 }; then
10211 case "$LIBEXT" in
10212 dll) ;;
10213 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'` ;;
10214 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10215 esac
10216 else
10217 $as_echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10223 rm -rf conftest.dSYM
10224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10225 conftest$ac_exeext conftest.$ac_ext
10226 LIBS=$ac_check_soname_save_LIBS
10228 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10229 { $as_echo "$as_me:$LINENO: result: not found" >&5
10230 $as_echo "not found" >&6; }
10232 else
10233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10234 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10236 cat >>confdefs.h <<_ACEOF
10237 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10238 _ACEOF
10244 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10245 case "x$with_xinput" in
10246 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10247 xno) ;;
10248 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10249 This is an error since --with-xinput was requested." >&5
10250 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10251 This is an error since --with-xinput was requested." >&2;}
10252 { (exit 1); exit 1; }; } ;;
10253 esac
10257 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10258 then
10259 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10260 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10261 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10262 $as_echo_n "(cached) " >&6
10263 else
10264 ac_check_lib_save_LIBS=$LIBS
10265 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10266 cat >conftest.$ac_ext <<_ACEOF
10267 /* confdefs.h. */
10268 _ACEOF
10269 cat confdefs.h >>conftest.$ac_ext
10270 cat >>conftest.$ac_ext <<_ACEOF
10271 /* end confdefs.h. */
10273 /* Override any GCC internal prototype to avoid an error.
10274 Use char because int might match the return type of a GCC
10275 builtin and then its argument prototype would still apply. */
10276 #ifdef __cplusplus
10277 extern "C"
10278 #endif
10279 char XShmQueryExtension ();
10281 main ()
10283 return XShmQueryExtension ();
10285 return 0;
10287 _ACEOF
10288 rm -f conftest.$ac_objext conftest$ac_exeext
10289 if { (ac_try="$ac_link"
10290 case "(($ac_try" in
10291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10292 *) ac_try_echo=$ac_try;;
10293 esac
10294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10295 $as_echo "$ac_try_echo") >&5
10296 (eval "$ac_link") 2>conftest.er1
10297 ac_status=$?
10298 grep -v '^ *+' conftest.er1 >conftest.err
10299 rm -f conftest.er1
10300 cat conftest.err >&5
10301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10302 (exit $ac_status); } && {
10303 test -z "$ac_c_werror_flag" ||
10304 test ! -s conftest.err
10305 } && test -s conftest$ac_exeext && {
10306 test "$cross_compiling" = yes ||
10307 $as_test_x conftest$ac_exeext
10308 }; then
10309 ac_cv_lib_Xext_XShmQueryExtension=yes
10310 else
10311 $as_echo "$as_me: failed program was:" >&5
10312 sed 's/^/| /' conftest.$ac_ext >&5
10314 ac_cv_lib_Xext_XShmQueryExtension=no
10317 rm -rf conftest.dSYM
10318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10319 conftest$ac_exeext conftest.$ac_ext
10320 LIBS=$ac_check_lib_save_LIBS
10322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10323 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10324 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10326 cat >>confdefs.h <<\_ACEOF
10327 #define HAVE_LIBXXSHM 1
10328 _ACEOF
10333 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10334 case "x$with_xshm" in
10335 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10336 xno) ;;
10337 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10338 This is an error since --with-xshm was requested." >&5
10339 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10340 This is an error since --with-xshm was requested." >&2;}
10341 { (exit 1); exit 1; }; } ;;
10342 esac
10346 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10347 then
10348 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10349 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10350 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10351 $as_echo_n "(cached) " >&6
10352 else
10353 ac_check_lib_save_LIBS=$LIBS
10354 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10355 cat >conftest.$ac_ext <<_ACEOF
10356 /* confdefs.h. */
10357 _ACEOF
10358 cat confdefs.h >>conftest.$ac_ext
10359 cat >>conftest.$ac_ext <<_ACEOF
10360 /* end confdefs.h. */
10362 /* Override any GCC internal prototype to avoid an error.
10363 Use char because int might match the return type of a GCC
10364 builtin and then its argument prototype would still apply. */
10365 #ifdef __cplusplus
10366 extern "C"
10367 #endif
10368 char XShapeQueryExtension ();
10370 main ()
10372 return XShapeQueryExtension ();
10374 return 0;
10376 _ACEOF
10377 rm -f conftest.$ac_objext conftest$ac_exeext
10378 if { (ac_try="$ac_link"
10379 case "(($ac_try" in
10380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10381 *) ac_try_echo=$ac_try;;
10382 esac
10383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10384 $as_echo "$ac_try_echo") >&5
10385 (eval "$ac_link") 2>conftest.er1
10386 ac_status=$?
10387 grep -v '^ *+' conftest.er1 >conftest.err
10388 rm -f conftest.er1
10389 cat conftest.err >&5
10390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext && {
10395 test "$cross_compiling" = yes ||
10396 $as_test_x conftest$ac_exeext
10397 }; then
10398 ac_cv_lib_Xext_XShapeQueryExtension=yes
10399 else
10400 $as_echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10403 ac_cv_lib_Xext_XShapeQueryExtension=no
10406 rm -rf conftest.dSYM
10407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10408 conftest$ac_exeext conftest.$ac_ext
10409 LIBS=$ac_check_lib_save_LIBS
10411 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10412 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10413 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10415 cat >>confdefs.h <<\_ACEOF
10416 #define HAVE_LIBXSHAPE 1
10417 _ACEOF
10422 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10423 case "x$with_xshape" in
10424 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10425 xno) ;;
10426 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10427 This is an error since --with-xshape was requested." >&5
10428 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10429 This is an error since --with-xshape was requested." >&2;}
10430 { (exit 1); exit 1; }; } ;;
10431 esac
10435 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10436 then
10437 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10438 $as_echo_n "checking for -lXxf86vm... " >&6; }
10439 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10440 $as_echo_n "(cached) " >&6
10441 else
10442 ac_check_soname_save_LIBS=$LIBS
10443 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10444 cat >conftest.$ac_ext <<_ACEOF
10445 /* confdefs.h. */
10446 _ACEOF
10447 cat confdefs.h >>conftest.$ac_ext
10448 cat >>conftest.$ac_ext <<_ACEOF
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10454 #ifdef __cplusplus
10455 extern "C"
10456 #endif
10457 char XF86VidModeQueryExtension ();
10459 main ()
10461 return XF86VidModeQueryExtension ();
10463 return 0;
10465 _ACEOF
10466 rm -f conftest.$ac_objext conftest$ac_exeext
10467 if { (ac_try="$ac_link"
10468 case "(($ac_try" in
10469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10470 *) ac_try_echo=$ac_try;;
10471 esac
10472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10473 $as_echo "$ac_try_echo") >&5
10474 (eval "$ac_link") 2>conftest.er1
10475 ac_status=$?
10476 grep -v '^ *+' conftest.er1 >conftest.err
10477 rm -f conftest.er1
10478 cat conftest.err >&5
10479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 (exit $ac_status); } && {
10481 test -z "$ac_c_werror_flag" ||
10482 test ! -s conftest.err
10483 } && test -s conftest$ac_exeext && {
10484 test "$cross_compiling" = yes ||
10485 $as_test_x conftest$ac_exeext
10486 }; then
10487 case "$LIBEXT" in
10488 dll) ;;
10489 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'` ;;
10490 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10491 esac
10492 else
10493 $as_echo "$as_me: failed program was:" >&5
10494 sed 's/^/| /' conftest.$ac_ext >&5
10499 rm -rf conftest.dSYM
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501 conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_soname_save_LIBS
10504 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10505 { $as_echo "$as_me:$LINENO: result: not found" >&5
10506 $as_echo "not found" >&6; }
10508 else
10509 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10510 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10512 cat >>confdefs.h <<_ACEOF
10513 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10514 _ACEOF
10520 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10521 case "x$with_xxf86vm" in
10522 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10523 xno) ;;
10524 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10525 This is an error since --with-xxf86vm was requested." >&5
10526 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10527 This is an error since --with-xxf86vm was requested." >&2;}
10528 { (exit 1); exit 1; }; } ;;
10529 esac
10533 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"
10534 then
10535 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10536 $as_echo_n "checking for -lXrender... " >&6; }
10537 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10538 $as_echo_n "(cached) " >&6
10539 else
10540 ac_check_soname_save_LIBS=$LIBS
10541 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10542 cat >conftest.$ac_ext <<_ACEOF
10543 /* confdefs.h. */
10544 _ACEOF
10545 cat confdefs.h >>conftest.$ac_ext
10546 cat >>conftest.$ac_ext <<_ACEOF
10547 /* end confdefs.h. */
10549 /* Override any GCC internal prototype to avoid an error.
10550 Use char because int might match the return type of a GCC
10551 builtin and then its argument prototype would still apply. */
10552 #ifdef __cplusplus
10553 extern "C"
10554 #endif
10555 char XRenderQueryExtension ();
10557 main ()
10559 return XRenderQueryExtension ();
10561 return 0;
10563 _ACEOF
10564 rm -f conftest.$ac_objext conftest$ac_exeext
10565 if { (ac_try="$ac_link"
10566 case "(($ac_try" in
10567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10568 *) ac_try_echo=$ac_try;;
10569 esac
10570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10571 $as_echo "$ac_try_echo") >&5
10572 (eval "$ac_link") 2>conftest.er1
10573 ac_status=$?
10574 grep -v '^ *+' conftest.er1 >conftest.err
10575 rm -f conftest.er1
10576 cat conftest.err >&5
10577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10578 (exit $ac_status); } && {
10579 test -z "$ac_c_werror_flag" ||
10580 test ! -s conftest.err
10581 } && test -s conftest$ac_exeext && {
10582 test "$cross_compiling" = yes ||
10583 $as_test_x conftest$ac_exeext
10584 }; then
10585 case "$LIBEXT" in
10586 dll) ;;
10587 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'` ;;
10588 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10589 esac
10590 else
10591 $as_echo "$as_me: failed program was:" >&5
10592 sed 's/^/| /' conftest.$ac_ext >&5
10597 rm -rf conftest.dSYM
10598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10599 conftest$ac_exeext conftest.$ac_ext
10600 LIBS=$ac_check_soname_save_LIBS
10602 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10603 { $as_echo "$as_me:$LINENO: result: not found" >&5
10604 $as_echo "not found" >&6; }
10606 else
10607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10608 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10610 cat >>confdefs.h <<_ACEOF
10611 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10612 _ACEOF
10614 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10615 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10616 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10617 $as_echo_n "(cached) " >&6
10618 else
10619 ac_check_lib_save_LIBS=$LIBS
10620 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10621 cat >conftest.$ac_ext <<_ACEOF
10622 /* confdefs.h. */
10623 _ACEOF
10624 cat confdefs.h >>conftest.$ac_ext
10625 cat >>conftest.$ac_ext <<_ACEOF
10626 /* end confdefs.h. */
10628 /* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
10631 #ifdef __cplusplus
10632 extern "C"
10633 #endif
10634 char XRenderSetPictureTransform ();
10636 main ()
10638 return XRenderSetPictureTransform ();
10640 return 0;
10642 _ACEOF
10643 rm -f conftest.$ac_objext conftest$ac_exeext
10644 if { (ac_try="$ac_link"
10645 case "(($ac_try" in
10646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10647 *) ac_try_echo=$ac_try;;
10648 esac
10649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10650 $as_echo "$ac_try_echo") >&5
10651 (eval "$ac_link") 2>conftest.er1
10652 ac_status=$?
10653 grep -v '^ *+' conftest.er1 >conftest.err
10654 rm -f conftest.er1
10655 cat conftest.err >&5
10656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); } && {
10658 test -z "$ac_c_werror_flag" ||
10659 test ! -s conftest.err
10660 } && test -s conftest$ac_exeext && {
10661 test "$cross_compiling" = yes ||
10662 $as_test_x conftest$ac_exeext
10663 }; then
10664 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10665 else
10666 $as_echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10669 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10672 rm -rf conftest.dSYM
10673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_lib_save_LIBS
10677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10678 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10679 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10681 cat >>confdefs.h <<\_ACEOF
10682 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10683 _ACEOF
10691 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10692 case "x$with_xrender" in
10693 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10694 xno) ;;
10695 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10696 This is an error since --with-xrender was requested." >&5
10697 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10698 This is an error since --with-xrender was requested." >&2;}
10699 { (exit 1); exit 1; }; } ;;
10700 esac
10704 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10705 then
10706 cat >conftest.$ac_ext <<_ACEOF
10707 /* confdefs.h. */
10708 _ACEOF
10709 cat confdefs.h >>conftest.$ac_ext
10710 cat >>conftest.$ac_ext <<_ACEOF
10711 /* end confdefs.h. */
10712 #include <X11/Xlib.h>
10713 #include <X11/extensions/Xrandr.h>
10715 main ()
10717 static typeof(XRRSetScreenConfigAndRate) * func;
10719 return 0;
10721 _ACEOF
10722 rm -f conftest.$ac_objext
10723 if { (ac_try="$ac_compile"
10724 case "(($ac_try" in
10725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10726 *) ac_try_echo=$ac_try;;
10727 esac
10728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10729 $as_echo "$ac_try_echo") >&5
10730 (eval "$ac_compile") 2>conftest.er1
10731 ac_status=$?
10732 grep -v '^ *+' conftest.er1 >conftest.err
10733 rm -f conftest.er1
10734 cat conftest.err >&5
10735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); } && {
10737 test -z "$ac_c_werror_flag" ||
10738 test ! -s conftest.err
10739 } && test -s conftest.$ac_objext; then
10740 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10741 $as_echo_n "checking for -lXrandr... " >&6; }
10742 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10743 $as_echo_n "(cached) " >&6
10744 else
10745 ac_check_soname_save_LIBS=$LIBS
10746 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10747 cat >conftest.$ac_ext <<_ACEOF
10748 /* confdefs.h. */
10749 _ACEOF
10750 cat confdefs.h >>conftest.$ac_ext
10751 cat >>conftest.$ac_ext <<_ACEOF
10752 /* end confdefs.h. */
10754 /* Override any GCC internal prototype to avoid an error.
10755 Use char because int might match the return type of a GCC
10756 builtin and then its argument prototype would still apply. */
10757 #ifdef __cplusplus
10758 extern "C"
10759 #endif
10760 char XRRQueryExtension ();
10762 main ()
10764 return XRRQueryExtension ();
10766 return 0;
10768 _ACEOF
10769 rm -f conftest.$ac_objext conftest$ac_exeext
10770 if { (ac_try="$ac_link"
10771 case "(($ac_try" in
10772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10773 *) ac_try_echo=$ac_try;;
10774 esac
10775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10776 $as_echo "$ac_try_echo") >&5
10777 (eval "$ac_link") 2>conftest.er1
10778 ac_status=$?
10779 grep -v '^ *+' conftest.er1 >conftest.err
10780 rm -f conftest.er1
10781 cat conftest.err >&5
10782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10783 (exit $ac_status); } && {
10784 test -z "$ac_c_werror_flag" ||
10785 test ! -s conftest.err
10786 } && test -s conftest$ac_exeext && {
10787 test "$cross_compiling" = yes ||
10788 $as_test_x conftest$ac_exeext
10789 }; then
10790 case "$LIBEXT" in
10791 dll) ;;
10792 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'` ;;
10793 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10794 esac
10795 else
10796 $as_echo "$as_me: failed program was:" >&5
10797 sed 's/^/| /' conftest.$ac_ext >&5
10802 rm -rf conftest.dSYM
10803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10804 conftest$ac_exeext conftest.$ac_ext
10805 LIBS=$ac_check_soname_save_LIBS
10807 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10808 { $as_echo "$as_me:$LINENO: result: not found" >&5
10809 $as_echo "not found" >&6; }
10811 else
10812 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10813 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10815 cat >>confdefs.h <<_ACEOF
10816 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10817 _ACEOF
10822 else
10823 $as_echo "$as_me: failed program was:" >&5
10824 sed 's/^/| /' conftest.$ac_ext >&5
10829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10831 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10832 case "x$with_xrandr" in
10833 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10834 xno) ;;
10835 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10836 This is an error since --with-xrandr was requested." >&5
10837 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10838 This is an error since --with-xrandr was requested." >&2;}
10839 { (exit 1); exit 1; }; } ;;
10840 esac
10844 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10845 then
10846 cat >conftest.$ac_ext <<_ACEOF
10847 /* confdefs.h. */
10848 _ACEOF
10849 cat confdefs.h >>conftest.$ac_ext
10850 cat >>conftest.$ac_ext <<_ACEOF
10851 /* end confdefs.h. */
10852 #include <X11/Xlib.h>
10853 #include <X11/extensions/Xinerama.h>
10855 main ()
10857 static typeof(XineramaQueryScreens) * func;
10859 return 0;
10861 _ACEOF
10862 rm -f conftest.$ac_objext
10863 if { (ac_try="$ac_compile"
10864 case "(($ac_try" in
10865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10866 *) ac_try_echo=$ac_try;;
10867 esac
10868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10869 $as_echo "$ac_try_echo") >&5
10870 (eval "$ac_compile") 2>conftest.er1
10871 ac_status=$?
10872 grep -v '^ *+' conftest.er1 >conftest.err
10873 rm -f conftest.er1
10874 cat conftest.err >&5
10875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); } && {
10877 test -z "$ac_c_werror_flag" ||
10878 test ! -s conftest.err
10879 } && test -s conftest.$ac_objext; then
10880 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
10881 $as_echo_n "checking for -lXinerama... " >&6; }
10882 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_soname_save_LIBS=$LIBS
10886 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10887 cat >conftest.$ac_ext <<_ACEOF
10888 /* confdefs.h. */
10889 _ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10894 /* Override any GCC internal prototype to avoid an error.
10895 Use char because int might match the return type of a GCC
10896 builtin and then its argument prototype would still apply. */
10897 #ifdef __cplusplus
10898 extern "C"
10899 #endif
10900 char XineramaQueryScreens ();
10902 main ()
10904 return XineramaQueryScreens ();
10906 return 0;
10908 _ACEOF
10909 rm -f conftest.$ac_objext conftest$ac_exeext
10910 if { (ac_try="$ac_link"
10911 case "(($ac_try" in
10912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10913 *) ac_try_echo=$ac_try;;
10914 esac
10915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10916 $as_echo "$ac_try_echo") >&5
10917 (eval "$ac_link") 2>conftest.er1
10918 ac_status=$?
10919 grep -v '^ *+' conftest.er1 >conftest.err
10920 rm -f conftest.er1
10921 cat conftest.err >&5
10922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10923 (exit $ac_status); } && {
10924 test -z "$ac_c_werror_flag" ||
10925 test ! -s conftest.err
10926 } && test -s conftest$ac_exeext && {
10927 test "$cross_compiling" = yes ||
10928 $as_test_x conftest$ac_exeext
10929 }; then
10930 case "$LIBEXT" in
10931 dll) ;;
10932 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'` ;;
10933 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10934 esac
10935 else
10936 $as_echo "$as_me: failed program was:" >&5
10937 sed 's/^/| /' conftest.$ac_ext >&5
10942 rm -rf conftest.dSYM
10943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10944 conftest$ac_exeext conftest.$ac_ext
10945 LIBS=$ac_check_soname_save_LIBS
10947 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10948 { $as_echo "$as_me:$LINENO: result: not found" >&5
10949 $as_echo "not found" >&6; }
10951 else
10952 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10953 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10955 cat >>confdefs.h <<_ACEOF
10956 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10957 _ACEOF
10962 else
10963 $as_echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10972 case "x$with_xinerama" in
10973 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10974 xno) ;;
10975 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10976 This is an error since --with-xinerama was requested." >&5
10977 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10978 This is an error since --with-xinerama was requested." >&2;}
10979 { (exit 1); exit 1; }; } ;;
10980 esac
10984 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10985 then
10986 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10987 $as_echo_n "checking for -lXcomposite... " >&6; }
10988 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10989 $as_echo_n "(cached) " >&6
10990 else
10991 ac_check_soname_save_LIBS=$LIBS
10992 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10993 cat >conftest.$ac_ext <<_ACEOF
10994 /* confdefs.h. */
10995 _ACEOF
10996 cat confdefs.h >>conftest.$ac_ext
10997 cat >>conftest.$ac_ext <<_ACEOF
10998 /* end confdefs.h. */
11000 /* Override any GCC internal prototype to avoid an error.
11001 Use char because int might match the return type of a GCC
11002 builtin and then its argument prototype would still apply. */
11003 #ifdef __cplusplus
11004 extern "C"
11005 #endif
11006 char XCompositeRedirectWindow ();
11008 main ()
11010 return XCompositeRedirectWindow ();
11012 return 0;
11014 _ACEOF
11015 rm -f conftest.$ac_objext conftest$ac_exeext
11016 if { (ac_try="$ac_link"
11017 case "(($ac_try" in
11018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11019 *) ac_try_echo=$ac_try;;
11020 esac
11021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11022 $as_echo "$ac_try_echo") >&5
11023 (eval "$ac_link") 2>conftest.er1
11024 ac_status=$?
11025 grep -v '^ *+' conftest.er1 >conftest.err
11026 rm -f conftest.er1
11027 cat conftest.err >&5
11028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11029 (exit $ac_status); } && {
11030 test -z "$ac_c_werror_flag" ||
11031 test ! -s conftest.err
11032 } && test -s conftest$ac_exeext && {
11033 test "$cross_compiling" = yes ||
11034 $as_test_x conftest$ac_exeext
11035 }; then
11036 case "$LIBEXT" in
11037 dll) ;;
11038 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'` ;;
11039 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11040 esac
11041 else
11042 $as_echo "$as_me: failed program was:" >&5
11043 sed 's/^/| /' conftest.$ac_ext >&5
11048 rm -rf conftest.dSYM
11049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11050 conftest$ac_exeext conftest.$ac_ext
11051 LIBS=$ac_check_soname_save_LIBS
11053 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11054 { $as_echo "$as_me:$LINENO: result: not found" >&5
11055 $as_echo "not found" >&6; }
11057 else
11058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11059 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11061 cat >>confdefs.h <<_ACEOF
11062 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11063 _ACEOF
11069 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11070 case "x$with_xcomposite" in
11071 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11072 xno) ;;
11073 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11074 This is an error since --with-xcomposite was requested." >&5
11075 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11076 This is an error since --with-xcomposite was requested." >&2;}
11077 { (exit 1); exit 1; }; } ;;
11078 esac
11082 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11083 $as_echo_n "checking for XICCallback.callback... " >&6; }
11084 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11085 $as_echo_n "(cached) " >&6
11086 else
11087 cat >conftest.$ac_ext <<_ACEOF
11088 /* confdefs.h. */
11089 _ACEOF
11090 cat confdefs.h >>conftest.$ac_ext
11091 cat >>conftest.$ac_ext <<_ACEOF
11092 /* end confdefs.h. */
11093 #ifdef HAVE_X11_XLIB_H
11094 #include <X11/Xlib.h>
11095 #endif
11098 main ()
11100 static XICCallback ac_aggr;
11101 if (ac_aggr.callback)
11102 return 0;
11104 return 0;
11106 _ACEOF
11107 rm -f conftest.$ac_objext
11108 if { (ac_try="$ac_compile"
11109 case "(($ac_try" in
11110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11111 *) ac_try_echo=$ac_try;;
11112 esac
11113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11114 $as_echo "$ac_try_echo") >&5
11115 (eval "$ac_compile") 2>conftest.er1
11116 ac_status=$?
11117 grep -v '^ *+' conftest.er1 >conftest.err
11118 rm -f conftest.er1
11119 cat conftest.err >&5
11120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121 (exit $ac_status); } && {
11122 test -z "$ac_c_werror_flag" ||
11123 test ! -s conftest.err
11124 } && test -s conftest.$ac_objext; then
11125 ac_cv_member_XICCallback_callback=yes
11126 else
11127 $as_echo "$as_me: failed program was:" >&5
11128 sed 's/^/| /' conftest.$ac_ext >&5
11130 cat >conftest.$ac_ext <<_ACEOF
11131 /* confdefs.h. */
11132 _ACEOF
11133 cat confdefs.h >>conftest.$ac_ext
11134 cat >>conftest.$ac_ext <<_ACEOF
11135 /* end confdefs.h. */
11136 #ifdef HAVE_X11_XLIB_H
11137 #include <X11/Xlib.h>
11138 #endif
11141 main ()
11143 static XICCallback ac_aggr;
11144 if (sizeof ac_aggr.callback)
11145 return 0;
11147 return 0;
11149 _ACEOF
11150 rm -f conftest.$ac_objext
11151 if { (ac_try="$ac_compile"
11152 case "(($ac_try" in
11153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11154 *) ac_try_echo=$ac_try;;
11155 esac
11156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11157 $as_echo "$ac_try_echo") >&5
11158 (eval "$ac_compile") 2>conftest.er1
11159 ac_status=$?
11160 grep -v '^ *+' conftest.er1 >conftest.err
11161 rm -f conftest.er1
11162 cat conftest.err >&5
11163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); } && {
11165 test -z "$ac_c_werror_flag" ||
11166 test ! -s conftest.err
11167 } && test -s conftest.$ac_objext; then
11168 ac_cv_member_XICCallback_callback=yes
11169 else
11170 $as_echo "$as_me: failed program was:" >&5
11171 sed 's/^/| /' conftest.$ac_ext >&5
11173 ac_cv_member_XICCallback_callback=no
11176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11181 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11182 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11183 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11185 cat >>confdefs.h <<_ACEOF
11186 #define HAVE_XICCALLBACK_CALLBACK 1
11187 _ACEOF
11194 opengl_msg=""
11195 if test "x$with_opengl" != "xno"
11196 then
11201 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11203 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11204 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11205 $as_echo_n "checking for $ac_header... " >&6; }
11206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11207 $as_echo_n "(cached) " >&6
11208 else
11209 cat >conftest.$ac_ext <<_ACEOF
11210 /* confdefs.h. */
11211 _ACEOF
11212 cat confdefs.h >>conftest.$ac_ext
11213 cat >>conftest.$ac_ext <<_ACEOF
11214 /* end confdefs.h. */
11215 #ifdef HAVE_GL_GLX_H
11216 # include <GL/glx.h>
11217 #endif
11219 #include <$ac_header>
11220 _ACEOF
11221 rm -f conftest.$ac_objext
11222 if { (ac_try="$ac_compile"
11223 case "(($ac_try" in
11224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11225 *) ac_try_echo=$ac_try;;
11226 esac
11227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11228 $as_echo "$ac_try_echo") >&5
11229 (eval "$ac_compile") 2>conftest.er1
11230 ac_status=$?
11231 grep -v '^ *+' conftest.er1 >conftest.err
11232 rm -f conftest.er1
11233 cat conftest.err >&5
11234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11235 (exit $ac_status); } && {
11236 test -z "$ac_c_werror_flag" ||
11237 test ! -s conftest.err
11238 } && test -s conftest.$ac_objext; then
11239 eval "$as_ac_Header=yes"
11240 else
11241 $as_echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11244 eval "$as_ac_Header=no"
11247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11249 ac_res=`eval 'as_val=${'$as_ac_Header'}
11250 $as_echo "$as_val"'`
11251 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11252 $as_echo "$ac_res" >&6; }
11253 as_val=`eval 'as_val=${'$as_ac_Header'}
11254 $as_echo "$as_val"'`
11255 if test "x$as_val" = x""yes; then
11256 cat >>confdefs.h <<_ACEOF
11257 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11258 _ACEOF
11262 done
11264 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11265 then
11266 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11267 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11268 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11269 $as_echo_n "(cached) " >&6
11270 else
11271 cat >conftest.$ac_ext <<_ACEOF
11272 /* confdefs.h. */
11273 _ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h. */
11277 #include <GL/gl.h>
11279 main ()
11281 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11283 return 0;
11285 _ACEOF
11286 rm -f conftest.$ac_objext
11287 if { (ac_try="$ac_compile"
11288 case "(($ac_try" in
11289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11290 *) ac_try_echo=$ac_try;;
11291 esac
11292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11293 $as_echo "$ac_try_echo") >&5
11294 (eval "$ac_compile") 2>conftest.er1
11295 ac_status=$?
11296 grep -v '^ *+' conftest.er1 >conftest.err
11297 rm -f conftest.er1
11298 cat conftest.err >&5
11299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300 (exit $ac_status); } && {
11301 test -z "$ac_c_werror_flag" ||
11302 test ! -s conftest.err
11303 } && test -s conftest.$ac_objext; then
11304 wine_cv_opengl_header_version_OK="yes"
11305 else
11306 $as_echo "$as_me: failed program was:" >&5
11307 sed 's/^/| /' conftest.$ac_ext >&5
11309 wine_cv_opengl_header_version_OK="no"
11312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11314 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11315 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11317 if test "$wine_cv_opengl_header_version_OK" = "yes"
11318 then
11319 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11320 $as_echo_n "checking for -lGL... " >&6; }
11321 if test "${ac_cv_lib_soname_GL+set}" = set; then
11322 $as_echo_n "(cached) " >&6
11323 else
11324 ac_check_soname_save_LIBS=$LIBS
11325 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11326 cat >conftest.$ac_ext <<_ACEOF
11327 /* confdefs.h. */
11328 _ACEOF
11329 cat confdefs.h >>conftest.$ac_ext
11330 cat >>conftest.$ac_ext <<_ACEOF
11331 /* end confdefs.h. */
11333 /* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11336 #ifdef __cplusplus
11337 extern "C"
11338 #endif
11339 char glXCreateContext ();
11341 main ()
11343 return glXCreateContext ();
11345 return 0;
11347 _ACEOF
11348 rm -f conftest.$ac_objext conftest$ac_exeext
11349 if { (ac_try="$ac_link"
11350 case "(($ac_try" in
11351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11352 *) ac_try_echo=$ac_try;;
11353 esac
11354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11355 $as_echo "$ac_try_echo") >&5
11356 (eval "$ac_link") 2>conftest.er1
11357 ac_status=$?
11358 grep -v '^ *+' conftest.er1 >conftest.err
11359 rm -f conftest.er1
11360 cat conftest.err >&5
11361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11362 (exit $ac_status); } && {
11363 test -z "$ac_c_werror_flag" ||
11364 test ! -s conftest.err
11365 } && test -s conftest$ac_exeext && {
11366 test "$cross_compiling" = yes ||
11367 $as_test_x conftest$ac_exeext
11368 }; then
11369 case "$LIBEXT" in
11370 dll) ;;
11371 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'` ;;
11372 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11373 esac
11374 else
11375 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11381 rm -rf conftest.dSYM
11382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11383 conftest$ac_exeext conftest.$ac_ext
11384 LIBS=$ac_check_soname_save_LIBS
11386 if test "x$ac_cv_lib_soname_GL" = "x"; then
11387 { $as_echo "$as_me:$LINENO: result: not found" >&5
11388 $as_echo "not found" >&6; }
11389 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11390 $as_echo_n "checking for -lGL... " >&6; }
11391 if test "${ac_cv_lib_soname_GL+set}" = set; then
11392 $as_echo_n "(cached) " >&6
11393 else
11394 ac_check_soname_save_LIBS=$LIBS
11395 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"
11396 cat >conftest.$ac_ext <<_ACEOF
11397 /* confdefs.h. */
11398 _ACEOF
11399 cat confdefs.h >>conftest.$ac_ext
11400 cat >>conftest.$ac_ext <<_ACEOF
11401 /* end confdefs.h. */
11403 /* Override any GCC internal prototype to avoid an error.
11404 Use char because int might match the return type of a GCC
11405 builtin and then its argument prototype would still apply. */
11406 #ifdef __cplusplus
11407 extern "C"
11408 #endif
11409 char glXCreateContext ();
11411 main ()
11413 return glXCreateContext ();
11415 return 0;
11417 _ACEOF
11418 rm -f conftest.$ac_objext conftest$ac_exeext
11419 if { (ac_try="$ac_link"
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_link") 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_exeext && {
11436 test "$cross_compiling" = yes ||
11437 $as_test_x conftest$ac_exeext
11438 }; then
11439 case "$LIBEXT" in
11440 dll) ;;
11441 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'` ;;
11442 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11443 esac
11444 else
11445 $as_echo "$as_me: failed program was:" >&5
11446 sed 's/^/| /' conftest.$ac_ext >&5
11451 rm -rf conftest.dSYM
11452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11453 conftest$ac_exeext conftest.$ac_ext
11454 LIBS=$ac_check_soname_save_LIBS
11456 if test "x$ac_cv_lib_soname_GL" = "x"; then
11457 { $as_echo "$as_me:$LINENO: result: not found" >&5
11458 $as_echo "not found" >&6; }
11459 if test -f /usr/X11R6/lib/libGL.a
11460 then
11461 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11462 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11463 else
11464 opengl_msg="No OpenGL library found on this system."
11466 else
11467 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11468 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11470 cat >>confdefs.h <<_ACEOF
11471 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11472 _ACEOF
11474 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"
11476 cat >>confdefs.h <<\_ACEOF
11477 #define HAVE_OPENGL 1
11478 _ACEOF
11482 else
11483 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11484 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11486 cat >>confdefs.h <<_ACEOF
11487 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11488 _ACEOF
11490 OPENGL_LIBS="-lGL"
11492 cat >>confdefs.h <<\_ACEOF
11493 #define HAVE_OPENGL 1
11494 _ACEOF
11498 if test "$ac_cv_header_GL_glu_h" = "yes"
11499 then
11500 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11501 $as_echo_n "checking for -lGLU... " >&6; }
11502 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11503 $as_echo_n "(cached) " >&6
11504 else
11505 ac_check_soname_save_LIBS=$LIBS
11506 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11507 cat >conftest.$ac_ext <<_ACEOF
11508 /* confdefs.h. */
11509 _ACEOF
11510 cat confdefs.h >>conftest.$ac_ext
11511 cat >>conftest.$ac_ext <<_ACEOF
11512 /* end confdefs.h. */
11514 /* Override any GCC internal prototype to avoid an error.
11515 Use char because int might match the return type of a GCC
11516 builtin and then its argument prototype would still apply. */
11517 #ifdef __cplusplus
11518 extern "C"
11519 #endif
11520 char gluLookAt ();
11522 main ()
11524 return gluLookAt ();
11526 return 0;
11528 _ACEOF
11529 rm -f conftest.$ac_objext conftest$ac_exeext
11530 if { (ac_try="$ac_link"
11531 case "(($ac_try" in
11532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11533 *) ac_try_echo=$ac_try;;
11534 esac
11535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11536 $as_echo "$ac_try_echo") >&5
11537 (eval "$ac_link") 2>conftest.er1
11538 ac_status=$?
11539 grep -v '^ *+' conftest.er1 >conftest.err
11540 rm -f conftest.er1
11541 cat conftest.err >&5
11542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11543 (exit $ac_status); } && {
11544 test -z "$ac_c_werror_flag" ||
11545 test ! -s conftest.err
11546 } && test -s conftest$ac_exeext && {
11547 test "$cross_compiling" = yes ||
11548 $as_test_x conftest$ac_exeext
11549 }; then
11550 case "$LIBEXT" in
11551 dll) ;;
11552 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'` ;;
11553 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11554 esac
11555 else
11556 $as_echo "$as_me: failed program was:" >&5
11557 sed 's/^/| /' conftest.$ac_ext >&5
11562 rm -rf conftest.dSYM
11563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11564 conftest$ac_exeext conftest.$ac_ext
11565 LIBS=$ac_check_soname_save_LIBS
11567 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11568 { $as_echo "$as_me:$LINENO: result: not found" >&5
11569 $as_echo "not found" >&6; }
11571 else
11572 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11573 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11575 cat >>confdefs.h <<_ACEOF
11576 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11577 _ACEOF
11583 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11584 case "x$with_glu" in
11585 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11586 xno) ;;
11587 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11588 This is an error since --with-glu was requested." >&5
11589 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11590 This is an error since --with-glu was requested." >&2;}
11591 { (exit 1); exit 1; }; } ;;
11592 esac
11595 else
11596 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11598 else
11599 opengl_msg="OpenGL development headers not found."
11601 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11602 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11603 else
11604 enable_opengl32=${enable_opengl32:-no}
11605 enable_glu32=${enable_glu32:-no}
11607 if test -n "$opengl_msg"; then
11608 case "x$with_opengl" in
11609 x) wine_warnings="$wine_warnings|$opengl_msg
11610 OpenGL and Direct3D won't be supported." ;;
11611 xno) ;;
11612 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11613 OpenGL and Direct3D won't be supported.
11614 This is an error since --with-opengl was requested." >&5
11615 $as_echo "$as_me: error: $opengl_msg
11616 OpenGL and Direct3D won't be supported.
11617 This is an error since --with-opengl was requested." >&2;}
11618 { (exit 1); exit 1; }; } ;;
11619 esac
11623 NASLIBS=""
11626 for ac_header in audio/audiolib.h
11628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11631 $as_echo_n "checking for $ac_header... " >&6; }
11632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11633 $as_echo_n "(cached) " >&6
11635 ac_res=`eval 'as_val=${'$as_ac_Header'}
11636 $as_echo "$as_val"'`
11637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11638 $as_echo "$ac_res" >&6; }
11639 else
11640 # Is the header compilable?
11641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11642 $as_echo_n "checking $ac_header usability... " >&6; }
11643 cat >conftest.$ac_ext <<_ACEOF
11644 /* confdefs.h. */
11645 _ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11649 $ac_includes_default
11650 #include <$ac_header>
11651 _ACEOF
11652 rm -f conftest.$ac_objext
11653 if { (ac_try="$ac_compile"
11654 case "(($ac_try" in
11655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11656 *) ac_try_echo=$ac_try;;
11657 esac
11658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11659 $as_echo "$ac_try_echo") >&5
11660 (eval "$ac_compile") 2>conftest.er1
11661 ac_status=$?
11662 grep -v '^ *+' conftest.er1 >conftest.err
11663 rm -f conftest.er1
11664 cat conftest.err >&5
11665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } && {
11667 test -z "$ac_c_werror_flag" ||
11668 test ! -s conftest.err
11669 } && test -s conftest.$ac_objext; then
11670 ac_header_compiler=yes
11671 else
11672 $as_echo "$as_me: failed program was:" >&5
11673 sed 's/^/| /' conftest.$ac_ext >&5
11675 ac_header_compiler=no
11678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11680 $as_echo "$ac_header_compiler" >&6; }
11682 # Is the header present?
11683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11684 $as_echo_n "checking $ac_header presence... " >&6; }
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h. */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11691 #include <$ac_header>
11692 _ACEOF
11693 if { (ac_try="$ac_cpp conftest.$ac_ext"
11694 case "(($ac_try" in
11695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11696 *) ac_try_echo=$ac_try;;
11697 esac
11698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11699 $as_echo "$ac_try_echo") >&5
11700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } >/dev/null && {
11707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11708 test ! -s conftest.err
11709 }; then
11710 ac_header_preproc=yes
11711 else
11712 $as_echo "$as_me: failed program was:" >&5
11713 sed 's/^/| /' conftest.$ac_ext >&5
11715 ac_header_preproc=no
11718 rm -f conftest.err conftest.$ac_ext
11719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11720 $as_echo "$ac_header_preproc" >&6; }
11722 # So? What about this header?
11723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11724 yes:no: )
11725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11729 ac_header_preproc=yes
11731 no:yes:* )
11732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11735 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11739 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11744 ( cat <<\_ASBOX
11745 ## ------------------------------------ ##
11746 ## Report this to wine-devel@winehq.org ##
11747 ## ------------------------------------ ##
11748 _ASBOX
11749 ) | sed "s/^/$as_me: WARNING: /" >&2
11751 esac
11752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11753 $as_echo_n "checking for $ac_header... " >&6; }
11754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11755 $as_echo_n "(cached) " >&6
11756 else
11757 eval "$as_ac_Header=\$ac_header_preproc"
11759 ac_res=`eval 'as_val=${'$as_ac_Header'}
11760 $as_echo "$as_val"'`
11761 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11762 $as_echo "$ac_res" >&6; }
11765 as_val=`eval 'as_val=${'$as_ac_Header'}
11766 $as_echo "$as_val"'`
11767 if test "x$as_val" = x""yes; then
11768 cat >>confdefs.h <<_ACEOF
11769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11770 _ACEOF
11772 for ac_header in audio/soundlib.h
11774 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11775 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11776 $as_echo_n "checking for $ac_header... " >&6; }
11777 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11778 $as_echo_n "(cached) " >&6
11779 else
11780 cat >conftest.$ac_ext <<_ACEOF
11781 /* confdefs.h. */
11782 _ACEOF
11783 cat confdefs.h >>conftest.$ac_ext
11784 cat >>conftest.$ac_ext <<_ACEOF
11785 /* end confdefs.h. */
11786 #include <audio/audiolib.h>
11788 #include <$ac_header>
11789 _ACEOF
11790 rm -f conftest.$ac_objext
11791 if { (ac_try="$ac_compile"
11792 case "(($ac_try" in
11793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11794 *) ac_try_echo=$ac_try;;
11795 esac
11796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11797 $as_echo "$ac_try_echo") >&5
11798 (eval "$ac_compile") 2>conftest.er1
11799 ac_status=$?
11800 grep -v '^ *+' conftest.er1 >conftest.err
11801 rm -f conftest.er1
11802 cat conftest.err >&5
11803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); } && {
11805 test -z "$ac_c_werror_flag" ||
11806 test ! -s conftest.err
11807 } && test -s conftest.$ac_objext; then
11808 eval "$as_ac_Header=yes"
11809 else
11810 $as_echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.$ac_ext >&5
11813 eval "$as_ac_Header=no"
11816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11818 ac_res=`eval 'as_val=${'$as_ac_Header'}
11819 $as_echo "$as_val"'`
11820 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11821 $as_echo "$ac_res" >&6; }
11822 as_val=`eval 'as_val=${'$as_ac_Header'}
11823 $as_echo "$as_val"'`
11824 if test "x$as_val" = x""yes; then
11825 cat >>confdefs.h <<_ACEOF
11826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11827 _ACEOF
11831 done
11833 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11834 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11835 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11836 $as_echo_n "(cached) " >&6
11837 else
11838 ac_check_lib_save_LIBS=$LIBS
11839 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11840 cat >conftest.$ac_ext <<_ACEOF
11841 /* confdefs.h. */
11842 _ACEOF
11843 cat confdefs.h >>conftest.$ac_ext
11844 cat >>conftest.$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11847 /* Override any GCC internal prototype to avoid an error.
11848 Use char because int might match the return type of a GCC
11849 builtin and then its argument prototype would still apply. */
11850 #ifdef __cplusplus
11851 extern "C"
11852 #endif
11853 char AuCreateFlow ();
11855 main ()
11857 return AuCreateFlow ();
11859 return 0;
11861 _ACEOF
11862 rm -f conftest.$ac_objext conftest$ac_exeext
11863 if { (ac_try="$ac_link"
11864 case "(($ac_try" in
11865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11866 *) ac_try_echo=$ac_try;;
11867 esac
11868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11869 $as_echo "$ac_try_echo") >&5
11870 (eval "$ac_link") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } && {
11877 test -z "$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 } && test -s conftest$ac_exeext && {
11880 test "$cross_compiling" = yes ||
11881 $as_test_x conftest$ac_exeext
11882 }; then
11883 ac_cv_lib_audio_AuCreateFlow=yes
11884 else
11885 $as_echo "$as_me: failed program was:" >&5
11886 sed 's/^/| /' conftest.$ac_ext >&5
11888 ac_cv_lib_audio_AuCreateFlow=no
11891 rm -rf conftest.dSYM
11892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11893 conftest$ac_exeext conftest.$ac_ext
11894 LIBS=$ac_check_lib_save_LIBS
11896 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11897 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
11898 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
11900 cat >>confdefs.h <<\_ACEOF
11901 #define HAVE_NAS 1
11902 _ACEOF
11904 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11905 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
11906 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11907 $as_echo_n "(cached) " >&6
11908 else
11909 ac_check_lib_save_LIBS=$LIBS
11910 LIBS="-lXau $X_LIBS $LIBS"
11911 cat >conftest.$ac_ext <<_ACEOF
11912 /* confdefs.h. */
11913 _ACEOF
11914 cat confdefs.h >>conftest.$ac_ext
11915 cat >>conftest.$ac_ext <<_ACEOF
11916 /* end confdefs.h. */
11918 /* Override any GCC internal prototype to avoid an error.
11919 Use char because int might match the return type of a GCC
11920 builtin and then its argument prototype would still apply. */
11921 #ifdef __cplusplus
11922 extern "C"
11923 #endif
11924 char XauGetBestAuthByAddr ();
11926 main ()
11928 return XauGetBestAuthByAddr ();
11930 return 0;
11932 _ACEOF
11933 rm -f conftest.$ac_objext conftest$ac_exeext
11934 if { (ac_try="$ac_link"
11935 case "(($ac_try" in
11936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11937 *) ac_try_echo=$ac_try;;
11938 esac
11939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11940 $as_echo "$ac_try_echo") >&5
11941 (eval "$ac_link") 2>conftest.er1
11942 ac_status=$?
11943 grep -v '^ *+' conftest.er1 >conftest.err
11944 rm -f conftest.er1
11945 cat conftest.err >&5
11946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); } && {
11948 test -z "$ac_c_werror_flag" ||
11949 test ! -s conftest.err
11950 } && test -s conftest$ac_exeext && {
11951 test "$cross_compiling" = yes ||
11952 $as_test_x conftest$ac_exeext
11953 }; then
11954 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11955 else
11956 $as_echo "$as_me: failed program was:" >&5
11957 sed 's/^/| /' conftest.$ac_ext >&5
11959 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11962 rm -rf conftest.dSYM
11963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11964 conftest$ac_exeext conftest.$ac_ext
11965 LIBS=$ac_check_lib_save_LIBS
11967 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11968 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11969 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
11970 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11971 else
11972 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11980 done
11983 CPPFLAGS="$ac_save_CPPFLAGS"
11984 else
11985 XLIB=""
11986 X_CFLAGS=""
11987 X_LIBS=""
11988 enable_winex11_drv=${enable_winex11_drv:-no}
11989 enable_opengl32=${enable_opengl32:-no}
11990 enable_glu32=${enable_glu32:-no}
11992 if test "x$XLIB" = "x"; then
11993 case "x$with_x" in
11994 xno) ;;
11995 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11996 without X support, which probably isn't what you want. You will need to install
11997 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11998 Use the --without-x option if you really want this." >&5
11999 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12000 without X support, which probably isn't what you want. You will need to install
12001 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12002 Use the --without-x option if you really want this." >&2;}
12003 { (exit 1); exit 1; }; } ;;
12004 esac
12009 XML2LIBS=""
12011 XML2INCL=""
12013 XSLTINCL=""
12015 if test "x$with_xml" != "xno"
12016 then
12017 ac_save_CPPFLAGS="$CPPFLAGS"
12018 if test "$PKG_CONFIG" != "false"
12019 then
12020 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12021 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12022 else
12023 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12024 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12026 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12028 for ac_header in libxml/parser.h
12030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12033 $as_echo_n "checking for $ac_header... " >&6; }
12034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12035 $as_echo_n "(cached) " >&6
12037 ac_res=`eval 'as_val=${'$as_ac_Header'}
12038 $as_echo "$as_val"'`
12039 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12040 $as_echo "$ac_res" >&6; }
12041 else
12042 # Is the header compilable?
12043 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12044 $as_echo_n "checking $ac_header usability... " >&6; }
12045 cat >conftest.$ac_ext <<_ACEOF
12046 /* confdefs.h. */
12047 _ACEOF
12048 cat confdefs.h >>conftest.$ac_ext
12049 cat >>conftest.$ac_ext <<_ACEOF
12050 /* end confdefs.h. */
12051 $ac_includes_default
12052 #include <$ac_header>
12053 _ACEOF
12054 rm -f conftest.$ac_objext
12055 if { (ac_try="$ac_compile"
12056 case "(($ac_try" in
12057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12058 *) ac_try_echo=$ac_try;;
12059 esac
12060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12061 $as_echo "$ac_try_echo") >&5
12062 (eval "$ac_compile") 2>conftest.er1
12063 ac_status=$?
12064 grep -v '^ *+' conftest.er1 >conftest.err
12065 rm -f conftest.er1
12066 cat conftest.err >&5
12067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12068 (exit $ac_status); } && {
12069 test -z "$ac_c_werror_flag" ||
12070 test ! -s conftest.err
12071 } && test -s conftest.$ac_objext; then
12072 ac_header_compiler=yes
12073 else
12074 $as_echo "$as_me: failed program was:" >&5
12075 sed 's/^/| /' conftest.$ac_ext >&5
12077 ac_header_compiler=no
12080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12082 $as_echo "$ac_header_compiler" >&6; }
12084 # Is the header present?
12085 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12086 $as_echo_n "checking $ac_header presence... " >&6; }
12087 cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h. */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h. */
12093 #include <$ac_header>
12094 _ACEOF
12095 if { (ac_try="$ac_cpp conftest.$ac_ext"
12096 case "(($ac_try" in
12097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098 *) ac_try_echo=$ac_try;;
12099 esac
12100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12101 $as_echo "$ac_try_echo") >&5
12102 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } >/dev/null && {
12109 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 }; then
12112 ac_header_preproc=yes
12113 else
12114 $as_echo "$as_me: failed program was:" >&5
12115 sed 's/^/| /' conftest.$ac_ext >&5
12117 ac_header_preproc=no
12120 rm -f conftest.err conftest.$ac_ext
12121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12122 $as_echo "$ac_header_preproc" >&6; }
12124 # So? What about this header?
12125 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12126 yes:no: )
12127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12128 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12130 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12131 ac_header_preproc=yes
12133 no:yes:* )
12134 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12135 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12137 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12139 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12141 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12143 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12145 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12146 ( cat <<\_ASBOX
12147 ## ------------------------------------ ##
12148 ## Report this to wine-devel@winehq.org ##
12149 ## ------------------------------------ ##
12150 _ASBOX
12151 ) | sed "s/^/$as_me: WARNING: /" >&2
12153 esac
12154 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12155 $as_echo_n "checking for $ac_header... " >&6; }
12156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12157 $as_echo_n "(cached) " >&6
12158 else
12159 eval "$as_ac_Header=\$ac_header_preproc"
12161 ac_res=`eval 'as_val=${'$as_ac_Header'}
12162 $as_echo "$as_val"'`
12163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12164 $as_echo "$ac_res" >&6; }
12167 as_val=`eval 'as_val=${'$as_ac_Header'}
12168 $as_echo "$as_val"'`
12169 if test "x$as_val" = x""yes; then
12170 cat >>confdefs.h <<_ACEOF
12171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12172 _ACEOF
12173 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12174 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12175 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12176 $as_echo_n "(cached) " >&6
12177 else
12178 ac_check_lib_save_LIBS=$LIBS
12179 LIBS="-lxml2 $ac_xml_libs $LIBS"
12180 cat >conftest.$ac_ext <<_ACEOF
12181 /* confdefs.h. */
12182 _ACEOF
12183 cat confdefs.h >>conftest.$ac_ext
12184 cat >>conftest.$ac_ext <<_ACEOF
12185 /* end confdefs.h. */
12187 /* Override any GCC internal prototype to avoid an error.
12188 Use char because int might match the return type of a GCC
12189 builtin and then its argument prototype would still apply. */
12190 #ifdef __cplusplus
12191 extern "C"
12192 #endif
12193 char xmlParseMemory ();
12195 main ()
12197 return xmlParseMemory ();
12199 return 0;
12201 _ACEOF
12202 rm -f conftest.$ac_objext conftest$ac_exeext
12203 if { (ac_try="$ac_link"
12204 case "(($ac_try" in
12205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12206 *) ac_try_echo=$ac_try;;
12207 esac
12208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12209 $as_echo "$ac_try_echo") >&5
12210 (eval "$ac_link") 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } && {
12217 test -z "$ac_c_werror_flag" ||
12218 test ! -s conftest.err
12219 } && test -s conftest$ac_exeext && {
12220 test "$cross_compiling" = yes ||
12221 $as_test_x conftest$ac_exeext
12222 }; then
12223 ac_cv_lib_xml2_xmlParseMemory=yes
12224 else
12225 $as_echo "$as_me: failed program was:" >&5
12226 sed 's/^/| /' conftest.$ac_ext >&5
12228 ac_cv_lib_xml2_xmlParseMemory=no
12231 rm -rf conftest.dSYM
12232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12233 conftest$ac_exeext conftest.$ac_ext
12234 LIBS=$ac_check_lib_save_LIBS
12236 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12237 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12238 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12240 cat >>confdefs.h <<\_ACEOF
12241 #define HAVE_LIBXML2 1
12242 _ACEOF
12244 XML2LIBS="$ac_xml_libs"
12245 XML2INCL="$ac_xml_cflags"
12248 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12249 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12250 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12251 $as_echo_n "(cached) " >&6
12252 else
12253 ac_check_lib_save_LIBS=$LIBS
12254 LIBS="-lxml2 $ac_xml_libs $LIBS"
12255 cat >conftest.$ac_ext <<_ACEOF
12256 /* confdefs.h. */
12257 _ACEOF
12258 cat confdefs.h >>conftest.$ac_ext
12259 cat >>conftest.$ac_ext <<_ACEOF
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12265 #ifdef __cplusplus
12266 extern "C"
12267 #endif
12268 char xmlReadMemory ();
12270 main ()
12272 return xmlReadMemory ();
12274 return 0;
12276 _ACEOF
12277 rm -f conftest.$ac_objext conftest$ac_exeext
12278 if { (ac_try="$ac_link"
12279 case "(($ac_try" in
12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281 *) ac_try_echo=$ac_try;;
12282 esac
12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
12285 (eval "$ac_link") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest$ac_exeext && {
12295 test "$cross_compiling" = yes ||
12296 $as_test_x conftest$ac_exeext
12297 }; then
12298 ac_cv_lib_xml2_xmlReadMemory=yes
12299 else
12300 $as_echo "$as_me: failed program was:" >&5
12301 sed 's/^/| /' conftest.$ac_ext >&5
12303 ac_cv_lib_xml2_xmlReadMemory=no
12306 rm -rf conftest.dSYM
12307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12308 conftest$ac_exeext conftest.$ac_ext
12309 LIBS=$ac_check_lib_save_LIBS
12311 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12312 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12313 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12315 cat >>confdefs.h <<\_ACEOF
12316 #define HAVE_XMLREADMEMORY 1
12317 _ACEOF
12321 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12322 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12323 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12324 $as_echo_n "(cached) " >&6
12325 else
12326 ac_check_lib_save_LIBS=$LIBS
12327 LIBS="-lxml2 $ac_xml_libs $LIBS"
12328 cat >conftest.$ac_ext <<_ACEOF
12329 /* confdefs.h. */
12330 _ACEOF
12331 cat confdefs.h >>conftest.$ac_ext
12332 cat >>conftest.$ac_ext <<_ACEOF
12333 /* end confdefs.h. */
12335 /* Override any GCC internal prototype to avoid an error.
12336 Use char because int might match the return type of a GCC
12337 builtin and then its argument prototype would still apply. */
12338 #ifdef __cplusplus
12339 extern "C"
12340 #endif
12341 char xmlNewDocPI ();
12343 main ()
12345 return xmlNewDocPI ();
12347 return 0;
12349 _ACEOF
12350 rm -f conftest.$ac_objext conftest$ac_exeext
12351 if { (ac_try="$ac_link"
12352 case "(($ac_try" in
12353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354 *) ac_try_echo=$ac_try;;
12355 esac
12356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12357 $as_echo "$ac_try_echo") >&5
12358 (eval "$ac_link") 2>conftest.er1
12359 ac_status=$?
12360 grep -v '^ *+' conftest.er1 >conftest.err
12361 rm -f conftest.er1
12362 cat conftest.err >&5
12363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); } && {
12365 test -z "$ac_c_werror_flag" ||
12366 test ! -s conftest.err
12367 } && test -s conftest$ac_exeext && {
12368 test "$cross_compiling" = yes ||
12369 $as_test_x conftest$ac_exeext
12370 }; then
12371 ac_cv_lib_xml2_xmlNewDocPI=yes
12372 else
12373 $as_echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_cv_lib_xml2_xmlNewDocPI=no
12379 rm -rf conftest.dSYM
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381 conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12385 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12386 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12388 cat >>confdefs.h <<\_ACEOF
12389 #define HAVE_XMLNEWDOCPI 1
12390 _ACEOF
12397 done
12399 CPPFLAGS="$ac_save_CPPFLAGS"
12401 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12402 case "x$with_xml" in
12403 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12404 xno) ;;
12405 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12406 This is an error since --with-xml was requested." >&5
12407 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12408 This is an error since --with-xml was requested." >&2;}
12409 { (exit 1); exit 1; }; } ;;
12410 esac
12414 if test "x$with_xslt" != "xno"
12415 then
12416 if test "$PKG_CONFIG" != "false"
12417 then
12418 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12419 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12420 else
12421 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12422 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12424 ac_save_CPPFLAGS="$CPPFLAGS"
12425 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12428 for ac_header in libxslt/pattern.h libxslt/transform.h
12430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12431 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12432 $as_echo_n "checking for $ac_header... " >&6; }
12433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12434 $as_echo_n "(cached) " >&6
12435 else
12436 cat >conftest.$ac_ext <<_ACEOF
12437 /* confdefs.h. */
12438 _ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 #ifdef HAVE_LIBXSLT_PATTERN_H
12443 # include <libxslt/pattern.h>
12444 #endif
12446 #include <$ac_header>
12447 _ACEOF
12448 rm -f conftest.$ac_objext
12449 if { (ac_try="$ac_compile"
12450 case "(($ac_try" in
12451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12452 *) ac_try_echo=$ac_try;;
12453 esac
12454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12455 $as_echo "$ac_try_echo") >&5
12456 (eval "$ac_compile") 2>conftest.er1
12457 ac_status=$?
12458 grep -v '^ *+' conftest.er1 >conftest.err
12459 rm -f conftest.er1
12460 cat conftest.err >&5
12461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12462 (exit $ac_status); } && {
12463 test -z "$ac_c_werror_flag" ||
12464 test ! -s conftest.err
12465 } && test -s conftest.$ac_objext; then
12466 eval "$as_ac_Header=yes"
12467 else
12468 $as_echo "$as_me: failed program was:" >&5
12469 sed 's/^/| /' conftest.$ac_ext >&5
12471 eval "$as_ac_Header=no"
12474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12476 ac_res=`eval 'as_val=${'$as_ac_Header'}
12477 $as_echo "$as_val"'`
12478 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12479 $as_echo "$ac_res" >&6; }
12480 as_val=`eval 'as_val=${'$as_ac_Header'}
12481 $as_echo "$as_val"'`
12482 if test "x$as_val" = x""yes; then
12483 cat >>confdefs.h <<_ACEOF
12484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12485 _ACEOF
12489 done
12491 CPPFLAGS="$ac_save_CPPFLAGS"
12492 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12493 then
12494 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12495 $as_echo_n "checking for -lxslt... " >&6; }
12496 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12497 $as_echo_n "(cached) " >&6
12498 else
12499 ac_check_soname_save_LIBS=$LIBS
12500 LIBS="-lxslt $ac_xslt_libs $LIBS"
12501 cat >conftest.$ac_ext <<_ACEOF
12502 /* confdefs.h. */
12503 _ACEOF
12504 cat confdefs.h >>conftest.$ac_ext
12505 cat >>conftest.$ac_ext <<_ACEOF
12506 /* end confdefs.h. */
12508 /* Override any GCC internal prototype to avoid an error.
12509 Use char because int might match the return type of a GCC
12510 builtin and then its argument prototype would still apply. */
12511 #ifdef __cplusplus
12512 extern "C"
12513 #endif
12514 char xsltCompilePattern ();
12516 main ()
12518 return xsltCompilePattern ();
12520 return 0;
12522 _ACEOF
12523 rm -f conftest.$ac_objext conftest$ac_exeext
12524 if { (ac_try="$ac_link"
12525 case "(($ac_try" in
12526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12527 *) ac_try_echo=$ac_try;;
12528 esac
12529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12530 $as_echo "$ac_try_echo") >&5
12531 (eval "$ac_link") 2>conftest.er1
12532 ac_status=$?
12533 grep -v '^ *+' conftest.er1 >conftest.err
12534 rm -f conftest.er1
12535 cat conftest.err >&5
12536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); } && {
12538 test -z "$ac_c_werror_flag" ||
12539 test ! -s conftest.err
12540 } && test -s conftest$ac_exeext && {
12541 test "$cross_compiling" = yes ||
12542 $as_test_x conftest$ac_exeext
12543 }; then
12544 case "$LIBEXT" in
12545 dll) ;;
12546 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'` ;;
12547 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12548 esac
12549 else
12550 $as_echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12556 rm -rf conftest.dSYM
12557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12558 conftest$ac_exeext conftest.$ac_ext
12559 LIBS=$ac_check_soname_save_LIBS
12561 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12562 { $as_echo "$as_me:$LINENO: result: not found" >&5
12563 $as_echo "not found" >&6; }
12565 else
12566 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12567 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12569 cat >>confdefs.h <<_ACEOF
12570 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12571 _ACEOF
12573 XSLTINCL="$ac_xslt_cflags"
12578 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12579 case "x$with_xslt" in
12580 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12581 xno) ;;
12582 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12583 This is an error since --with-xslt was requested." >&5
12584 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12585 This is an error since --with-xslt was requested." >&2;}
12586 { (exit 1); exit 1; }; } ;;
12587 esac
12591 HALINCL=""
12593 if test "x$with_hal" != "xno"
12594 then
12595 ac_save_CPPFLAGS="$CPPFLAGS"
12596 if test "$PKG_CONFIG" != "false"
12597 then
12598 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12599 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12600 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12604 for ac_header in dbus/dbus.h hal/libhal.h
12606 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12607 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12608 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12609 $as_echo_n "checking for $ac_header... " >&6; }
12610 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12611 $as_echo_n "(cached) " >&6
12613 ac_res=`eval 'as_val=${'$as_ac_Header'}
12614 $as_echo "$as_val"'`
12615 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12616 $as_echo "$ac_res" >&6; }
12617 else
12618 # Is the header compilable?
12619 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12620 $as_echo_n "checking $ac_header usability... " >&6; }
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12628 #include <$ac_header>
12629 _ACEOF
12630 rm -f conftest.$ac_objext
12631 if { (ac_try="$ac_compile"
12632 case "(($ac_try" in
12633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12635 esac
12636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12637 $as_echo "$ac_try_echo") >&5
12638 (eval "$ac_compile") 2>conftest.er1
12639 ac_status=$?
12640 grep -v '^ *+' conftest.er1 >conftest.err
12641 rm -f conftest.er1
12642 cat conftest.err >&5
12643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12644 (exit $ac_status); } && {
12645 test -z "$ac_c_werror_flag" ||
12646 test ! -s conftest.err
12647 } && test -s conftest.$ac_objext; then
12648 ac_header_compiler=yes
12649 else
12650 $as_echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12653 ac_header_compiler=no
12656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12657 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12658 $as_echo "$ac_header_compiler" >&6; }
12660 # Is the header present?
12661 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12662 $as_echo_n "checking $ac_header presence... " >&6; }
12663 cat >conftest.$ac_ext <<_ACEOF
12664 /* confdefs.h. */
12665 _ACEOF
12666 cat confdefs.h >>conftest.$ac_ext
12667 cat >>conftest.$ac_ext <<_ACEOF
12668 /* end confdefs.h. */
12669 #include <$ac_header>
12670 _ACEOF
12671 if { (ac_try="$ac_cpp conftest.$ac_ext"
12672 case "(($ac_try" in
12673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12674 *) ac_try_echo=$ac_try;;
12675 esac
12676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12677 $as_echo "$ac_try_echo") >&5
12678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12679 ac_status=$?
12680 grep -v '^ *+' conftest.er1 >conftest.err
12681 rm -f conftest.er1
12682 cat conftest.err >&5
12683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12684 (exit $ac_status); } >/dev/null && {
12685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12686 test ! -s conftest.err
12687 }; then
12688 ac_header_preproc=yes
12689 else
12690 $as_echo "$as_me: failed program was:" >&5
12691 sed 's/^/| /' conftest.$ac_ext >&5
12693 ac_header_preproc=no
12696 rm -f conftest.err conftest.$ac_ext
12697 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12698 $as_echo "$ac_header_preproc" >&6; }
12700 # So? What about this header?
12701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12702 yes:no: )
12703 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12704 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12705 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12706 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12707 ac_header_preproc=yes
12709 no:yes:* )
12710 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12711 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12712 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12713 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12714 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12715 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12716 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12717 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12718 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12719 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12720 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12721 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12722 ( cat <<\_ASBOX
12723 ## ------------------------------------ ##
12724 ## Report this to wine-devel@winehq.org ##
12725 ## ------------------------------------ ##
12726 _ASBOX
12727 ) | sed "s/^/$as_me: WARNING: /" >&2
12729 esac
12730 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12731 $as_echo_n "checking for $ac_header... " >&6; }
12732 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12733 $as_echo_n "(cached) " >&6
12734 else
12735 eval "$as_ac_Header=\$ac_header_preproc"
12737 ac_res=`eval 'as_val=${'$as_ac_Header'}
12738 $as_echo "$as_val"'`
12739 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12740 $as_echo "$ac_res" >&6; }
12743 as_val=`eval 'as_val=${'$as_ac_Header'}
12744 $as_echo "$as_val"'`
12745 if test "x$as_val" = x""yes; then
12746 cat >>confdefs.h <<_ACEOF
12747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12748 _ACEOF
12752 done
12754 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12755 then
12756 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12757 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12758 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12759 $as_echo_n "(cached) " >&6
12760 else
12761 ac_check_lib_save_LIBS=$LIBS
12762 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12763 cat >conftest.$ac_ext <<_ACEOF
12764 /* confdefs.h. */
12765 _ACEOF
12766 cat confdefs.h >>conftest.$ac_ext
12767 cat >>conftest.$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12770 /* Override any GCC internal prototype to avoid an error.
12771 Use char because int might match the return type of a GCC
12772 builtin and then its argument prototype would still apply. */
12773 #ifdef __cplusplus
12774 extern "C"
12775 #endif
12776 char dbus_connection_close ();
12778 main ()
12780 return dbus_connection_close ();
12782 return 0;
12784 _ACEOF
12785 rm -f conftest.$ac_objext conftest$ac_exeext
12786 if { (ac_try="$ac_link"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12792 $as_echo "$ac_try_echo") >&5
12793 (eval "$ac_link") 2>conftest.er1
12794 ac_status=$?
12795 grep -v '^ *+' conftest.er1 >conftest.err
12796 rm -f conftest.er1
12797 cat conftest.err >&5
12798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12799 (exit $ac_status); } && {
12800 test -z "$ac_c_werror_flag" ||
12801 test ! -s conftest.err
12802 } && test -s conftest$ac_exeext && {
12803 test "$cross_compiling" = yes ||
12804 $as_test_x conftest$ac_exeext
12805 }; then
12806 ac_cv_lib_dbus_1_dbus_connection_close=yes
12807 else
12808 $as_echo "$as_me: failed program was:" >&5
12809 sed 's/^/| /' conftest.$ac_ext >&5
12811 ac_cv_lib_dbus_1_dbus_connection_close=no
12814 rm -rf conftest.dSYM
12815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12816 conftest$ac_exeext conftest.$ac_ext
12817 LIBS=$ac_check_lib_save_LIBS
12819 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12820 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12821 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12822 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12823 $as_echo_n "checking for -lhal... " >&6; }
12824 if test "${ac_cv_lib_soname_hal+set}" = set; then
12825 $as_echo_n "(cached) " >&6
12826 else
12827 ac_check_soname_save_LIBS=$LIBS
12828 LIBS="-lhal $ac_hal_libs $LIBS"
12829 cat >conftest.$ac_ext <<_ACEOF
12830 /* confdefs.h. */
12831 _ACEOF
12832 cat confdefs.h >>conftest.$ac_ext
12833 cat >>conftest.$ac_ext <<_ACEOF
12834 /* end confdefs.h. */
12836 /* Override any GCC internal prototype to avoid an error.
12837 Use char because int might match the return type of a GCC
12838 builtin and then its argument prototype would still apply. */
12839 #ifdef __cplusplus
12840 extern "C"
12841 #endif
12842 char libhal_ctx_new ();
12844 main ()
12846 return libhal_ctx_new ();
12848 return 0;
12850 _ACEOF
12851 rm -f conftest.$ac_objext conftest$ac_exeext
12852 if { (ac_try="$ac_link"
12853 case "(($ac_try" in
12854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12855 *) ac_try_echo=$ac_try;;
12856 esac
12857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12858 $as_echo "$ac_try_echo") >&5
12859 (eval "$ac_link") 2>conftest.er1
12860 ac_status=$?
12861 grep -v '^ *+' conftest.er1 >conftest.err
12862 rm -f conftest.er1
12863 cat conftest.err >&5
12864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); } && {
12866 test -z "$ac_c_werror_flag" ||
12867 test ! -s conftest.err
12868 } && test -s conftest$ac_exeext && {
12869 test "$cross_compiling" = yes ||
12870 $as_test_x conftest$ac_exeext
12871 }; then
12872 case "$LIBEXT" in
12873 dll) ;;
12874 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'` ;;
12875 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12876 esac
12877 else
12878 $as_echo "$as_me: failed program was:" >&5
12879 sed 's/^/| /' conftest.$ac_ext >&5
12884 rm -rf conftest.dSYM
12885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12886 conftest$ac_exeext conftest.$ac_ext
12887 LIBS=$ac_check_soname_save_LIBS
12889 if test "x$ac_cv_lib_soname_hal" = "x"; then
12890 { $as_echo "$as_me:$LINENO: result: not found" >&5
12891 $as_echo "not found" >&6; }
12893 else
12894 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12895 $as_echo "$ac_cv_lib_soname_hal" >&6; }
12897 cat >>confdefs.h <<_ACEOF
12898 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12899 _ACEOF
12901 HALINCL="$ac_hal_cflags"
12907 CPPFLAGS="$ac_save_CPPFLAGS"
12909 if test "x$ac_cv_lib_soname_hal" = "x"; then
12910 case "x$with_hal" in
12911 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12912 xno) ;;
12913 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12914 This is an error since --with-hal was requested." >&5
12915 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12916 This is an error since --with-hal was requested." >&2;}
12917 { (exit 1); exit 1; }; } ;;
12918 esac
12922 if test "x$with_gnutls" != "xno"
12923 then
12924 ac_save_CPPFLAGS="$CPPFLAGS"
12925 if test "$PKG_CONFIG" != "false"
12926 then
12927 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12928 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12929 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12931 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12932 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12933 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
12934 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12935 $as_echo_n "(cached) " >&6
12937 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12938 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
12939 else
12940 # Is the header compilable?
12941 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12942 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
12943 cat >conftest.$ac_ext <<_ACEOF
12944 /* confdefs.h. */
12945 _ACEOF
12946 cat confdefs.h >>conftest.$ac_ext
12947 cat >>conftest.$ac_ext <<_ACEOF
12948 /* end confdefs.h. */
12949 $ac_includes_default
12950 #include <gnutls/gnutls.h>
12951 _ACEOF
12952 rm -f conftest.$ac_objext
12953 if { (ac_try="$ac_compile"
12954 case "(($ac_try" in
12955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12956 *) ac_try_echo=$ac_try;;
12957 esac
12958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12959 $as_echo "$ac_try_echo") >&5
12960 (eval "$ac_compile") 2>conftest.er1
12961 ac_status=$?
12962 grep -v '^ *+' conftest.er1 >conftest.err
12963 rm -f conftest.er1
12964 cat conftest.err >&5
12965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12966 (exit $ac_status); } && {
12967 test -z "$ac_c_werror_flag" ||
12968 test ! -s conftest.err
12969 } && test -s conftest.$ac_objext; then
12970 ac_header_compiler=yes
12971 else
12972 $as_echo "$as_me: failed program was:" >&5
12973 sed 's/^/| /' conftest.$ac_ext >&5
12975 ac_header_compiler=no
12978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12979 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12980 $as_echo "$ac_header_compiler" >&6; }
12982 # Is the header present?
12983 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12984 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
12985 cat >conftest.$ac_ext <<_ACEOF
12986 /* confdefs.h. */
12987 _ACEOF
12988 cat confdefs.h >>conftest.$ac_ext
12989 cat >>conftest.$ac_ext <<_ACEOF
12990 /* end confdefs.h. */
12991 #include <gnutls/gnutls.h>
12992 _ACEOF
12993 if { (ac_try="$ac_cpp conftest.$ac_ext"
12994 case "(($ac_try" in
12995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12996 *) ac_try_echo=$ac_try;;
12997 esac
12998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12999 $as_echo "$ac_try_echo") >&5
13000 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13001 ac_status=$?
13002 grep -v '^ *+' conftest.er1 >conftest.err
13003 rm -f conftest.er1
13004 cat conftest.err >&5
13005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006 (exit $ac_status); } >/dev/null && {
13007 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13008 test ! -s conftest.err
13009 }; then
13010 ac_header_preproc=yes
13011 else
13012 $as_echo "$as_me: failed program was:" >&5
13013 sed 's/^/| /' conftest.$ac_ext >&5
13015 ac_header_preproc=no
13018 rm -f conftest.err conftest.$ac_ext
13019 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13020 $as_echo "$ac_header_preproc" >&6; }
13022 # So? What about this header?
13023 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13024 yes:no: )
13025 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13026 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13027 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13028 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13029 ac_header_preproc=yes
13031 no:yes:* )
13032 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13033 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13034 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13035 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13036 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13037 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13038 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13039 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13040 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13041 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13042 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13043 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13044 ( cat <<\_ASBOX
13045 ## ------------------------------------ ##
13046 ## Report this to wine-devel@winehq.org ##
13047 ## ------------------------------------ ##
13048 _ASBOX
13049 ) | sed "s/^/$as_me: WARNING: /" >&2
13051 esac
13052 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13053 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13054 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13055 $as_echo_n "(cached) " >&6
13056 else
13057 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13059 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13060 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13063 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13064 cat >conftest.$ac_ext <<_ACEOF
13065 /* confdefs.h. */
13066 _ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13070 #include <gnutls/gnutls.h>
13072 main ()
13074 typeof(gnutls_mac_get_key_size) *pfunc;
13076 return 0;
13078 _ACEOF
13079 rm -f conftest.$ac_objext
13080 if { (ac_try="$ac_compile"
13081 case "(($ac_try" in
13082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13083 *) ac_try_echo=$ac_try;;
13084 esac
13085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13086 $as_echo "$ac_try_echo") >&5
13087 (eval "$ac_compile") 2>conftest.er1
13088 ac_status=$?
13089 grep -v '^ *+' conftest.er1 >conftest.err
13090 rm -f conftest.er1
13091 cat conftest.err >&5
13092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13093 (exit $ac_status); } && {
13094 test -z "$ac_c_werror_flag" ||
13095 test ! -s conftest.err
13096 } && test -s conftest.$ac_objext; then
13097 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13098 $as_echo_n "checking for -lgnutls... " >&6; }
13099 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13100 $as_echo_n "(cached) " >&6
13101 else
13102 ac_check_soname_save_LIBS=$LIBS
13103 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13104 cat >conftest.$ac_ext <<_ACEOF
13105 /* confdefs.h. */
13106 _ACEOF
13107 cat confdefs.h >>conftest.$ac_ext
13108 cat >>conftest.$ac_ext <<_ACEOF
13109 /* end confdefs.h. */
13111 /* Override any GCC internal prototype to avoid an error.
13112 Use char because int might match the return type of a GCC
13113 builtin and then its argument prototype would still apply. */
13114 #ifdef __cplusplus
13115 extern "C"
13116 #endif
13117 char gnutls_global_init ();
13119 main ()
13121 return gnutls_global_init ();
13123 return 0;
13125 _ACEOF
13126 rm -f conftest.$ac_objext conftest$ac_exeext
13127 if { (ac_try="$ac_link"
13128 case "(($ac_try" in
13129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13130 *) ac_try_echo=$ac_try;;
13131 esac
13132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13133 $as_echo "$ac_try_echo") >&5
13134 (eval "$ac_link") 2>conftest.er1
13135 ac_status=$?
13136 grep -v '^ *+' conftest.er1 >conftest.err
13137 rm -f conftest.er1
13138 cat conftest.err >&5
13139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } && {
13141 test -z "$ac_c_werror_flag" ||
13142 test ! -s conftest.err
13143 } && test -s conftest$ac_exeext && {
13144 test "$cross_compiling" = yes ||
13145 $as_test_x conftest$ac_exeext
13146 }; then
13147 case "$LIBEXT" in
13148 dll) ;;
13149 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'` ;;
13150 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13151 esac
13152 else
13153 $as_echo "$as_me: failed program was:" >&5
13154 sed 's/^/| /' conftest.$ac_ext >&5
13159 rm -rf conftest.dSYM
13160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13161 conftest$ac_exeext conftest.$ac_ext
13162 LIBS=$ac_check_soname_save_LIBS
13164 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13165 { $as_echo "$as_me:$LINENO: result: not found" >&5
13166 $as_echo "not found" >&6; }
13168 else
13169 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13170 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13172 cat >>confdefs.h <<_ACEOF
13173 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13174 _ACEOF
13176 GNUTLSINCL="$ac_gnutls_cflags"
13180 else
13181 $as_echo "$as_me: failed program was:" >&5
13182 sed 's/^/| /' conftest.$ac_ext >&5
13187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13191 CPPFLAGS="$ac_save_CPPFLAGS"
13193 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13194 case "x$with_gnutls" in
13195 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13196 xno) ;;
13197 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13198 This is an error since --with-gnutls was requested." >&5
13199 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13200 This is an error since --with-gnutls was requested." >&2;}
13201 { (exit 1); exit 1; }; } ;;
13202 esac
13206 CURSESLIBS=""
13207 if test "$ac_cv_header_ncurses_h" = "yes"
13208 then
13209 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13210 $as_echo_n "checking for -lncurses... " >&6; }
13211 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13212 $as_echo_n "(cached) " >&6
13213 else
13214 ac_check_soname_save_LIBS=$LIBS
13215 LIBS="-lncurses $LIBS"
13216 cat >conftest.$ac_ext <<_ACEOF
13217 /* confdefs.h. */
13218 _ACEOF
13219 cat confdefs.h >>conftest.$ac_ext
13220 cat >>conftest.$ac_ext <<_ACEOF
13221 /* end confdefs.h. */
13223 /* Override any GCC internal prototype to avoid an error.
13224 Use char because int might match the return type of a GCC
13225 builtin and then its argument prototype would still apply. */
13226 #ifdef __cplusplus
13227 extern "C"
13228 #endif
13229 char waddch ();
13231 main ()
13233 return waddch ();
13235 return 0;
13237 _ACEOF
13238 rm -f conftest.$ac_objext conftest$ac_exeext
13239 if { (ac_try="$ac_link"
13240 case "(($ac_try" in
13241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13242 *) ac_try_echo=$ac_try;;
13243 esac
13244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13245 $as_echo "$ac_try_echo") >&5
13246 (eval "$ac_link") 2>conftest.er1
13247 ac_status=$?
13248 grep -v '^ *+' conftest.er1 >conftest.err
13249 rm -f conftest.er1
13250 cat conftest.err >&5
13251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); } && {
13253 test -z "$ac_c_werror_flag" ||
13254 test ! -s conftest.err
13255 } && test -s conftest$ac_exeext && {
13256 test "$cross_compiling" = yes ||
13257 $as_test_x conftest$ac_exeext
13258 }; then
13259 case "$LIBEXT" in
13260 dll) ;;
13261 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'` ;;
13262 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13263 esac
13264 else
13265 $as_echo "$as_me: failed program was:" >&5
13266 sed 's/^/| /' conftest.$ac_ext >&5
13271 rm -rf conftest.dSYM
13272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13273 conftest$ac_exeext conftest.$ac_ext
13274 LIBS=$ac_check_soname_save_LIBS
13276 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13277 { $as_echo "$as_me:$LINENO: result: not found" >&5
13278 $as_echo "not found" >&6; }
13280 else
13281 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13282 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13284 cat >>confdefs.h <<_ACEOF
13285 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13286 _ACEOF
13288 CURSESLIBS="-lncurses"
13291 elif test "$ac_cv_header_curses_h" = "yes"
13292 then
13293 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13294 $as_echo_n "checking for -lcurses... " >&6; }
13295 if test "${ac_cv_lib_soname_curses+set}" = set; then
13296 $as_echo_n "(cached) " >&6
13297 else
13298 ac_check_soname_save_LIBS=$LIBS
13299 LIBS="-lcurses $LIBS"
13300 cat >conftest.$ac_ext <<_ACEOF
13301 /* confdefs.h. */
13302 _ACEOF
13303 cat confdefs.h >>conftest.$ac_ext
13304 cat >>conftest.$ac_ext <<_ACEOF
13305 /* end confdefs.h. */
13307 /* Override any GCC internal prototype to avoid an error.
13308 Use char because int might match the return type of a GCC
13309 builtin and then its argument prototype would still apply. */
13310 #ifdef __cplusplus
13311 extern "C"
13312 #endif
13313 char waddch ();
13315 main ()
13317 return waddch ();
13319 return 0;
13321 _ACEOF
13322 rm -f conftest.$ac_objext conftest$ac_exeext
13323 if { (ac_try="$ac_link"
13324 case "(($ac_try" in
13325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13326 *) ac_try_echo=$ac_try;;
13327 esac
13328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13329 $as_echo "$ac_try_echo") >&5
13330 (eval "$ac_link") 2>conftest.er1
13331 ac_status=$?
13332 grep -v '^ *+' conftest.er1 >conftest.err
13333 rm -f conftest.er1
13334 cat conftest.err >&5
13335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13336 (exit $ac_status); } && {
13337 test -z "$ac_c_werror_flag" ||
13338 test ! -s conftest.err
13339 } && test -s conftest$ac_exeext && {
13340 test "$cross_compiling" = yes ||
13341 $as_test_x conftest$ac_exeext
13342 }; then
13343 case "$LIBEXT" in
13344 dll) ;;
13345 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'` ;;
13346 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13347 esac
13348 else
13349 $as_echo "$as_me: failed program was:" >&5
13350 sed 's/^/| /' conftest.$ac_ext >&5
13355 rm -rf conftest.dSYM
13356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13357 conftest$ac_exeext conftest.$ac_ext
13358 LIBS=$ac_check_soname_save_LIBS
13360 if test "x$ac_cv_lib_soname_curses" = "x"; then
13361 { $as_echo "$as_me:$LINENO: result: not found" >&5
13362 $as_echo "not found" >&6; }
13364 else
13365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13366 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13368 cat >>confdefs.h <<_ACEOF
13369 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13370 _ACEOF
13372 CURSESLIBS="-lcurses"
13376 ac_save_LIBS="$LIBS"
13377 LIBS="$LIBS $CURSESLIBS"
13379 for ac_func in mousemask
13381 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13382 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13383 $as_echo_n "checking for $ac_func... " >&6; }
13384 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13385 $as_echo_n "(cached) " >&6
13386 else
13387 cat >conftest.$ac_ext <<_ACEOF
13388 /* confdefs.h. */
13389 _ACEOF
13390 cat confdefs.h >>conftest.$ac_ext
13391 cat >>conftest.$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13393 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13395 #define $ac_func innocuous_$ac_func
13397 /* System header to define __stub macros and hopefully few prototypes,
13398 which can conflict with char $ac_func (); below.
13399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13400 <limits.h> exists even on freestanding compilers. */
13402 #ifdef __STDC__
13403 # include <limits.h>
13404 #else
13405 # include <assert.h>
13406 #endif
13408 #undef $ac_func
13410 /* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13413 #ifdef __cplusplus
13414 extern "C"
13415 #endif
13416 char $ac_func ();
13417 /* The GNU C library defines this for functions which it implements
13418 to always fail with ENOSYS. Some functions are actually named
13419 something starting with __ and the normal name is an alias. */
13420 #if defined __stub_$ac_func || defined __stub___$ac_func
13421 choke me
13422 #endif
13425 main ()
13427 return $ac_func ();
13429 return 0;
13431 _ACEOF
13432 rm -f conftest.$ac_objext conftest$ac_exeext
13433 if { (ac_try="$ac_link"
13434 case "(($ac_try" in
13435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13436 *) ac_try_echo=$ac_try;;
13437 esac
13438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13439 $as_echo "$ac_try_echo") >&5
13440 (eval "$ac_link") 2>conftest.er1
13441 ac_status=$?
13442 grep -v '^ *+' conftest.er1 >conftest.err
13443 rm -f conftest.er1
13444 cat conftest.err >&5
13445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } && {
13447 test -z "$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13449 } && test -s conftest$ac_exeext && {
13450 test "$cross_compiling" = yes ||
13451 $as_test_x conftest$ac_exeext
13452 }; then
13453 eval "$as_ac_var=yes"
13454 else
13455 $as_echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13458 eval "$as_ac_var=no"
13461 rm -rf conftest.dSYM
13462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13463 conftest$ac_exeext conftest.$ac_ext
13465 ac_res=`eval 'as_val=${'$as_ac_var'}
13466 $as_echo "$as_val"'`
13467 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13468 $as_echo "$ac_res" >&6; }
13469 as_val=`eval 'as_val=${'$as_ac_var'}
13470 $as_echo "$as_val"'`
13471 if test "x$as_val" = x""yes; then
13472 cat >>confdefs.h <<_ACEOF
13473 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13474 _ACEOF
13477 done
13479 LIBS="$ac_save_LIBS"
13480 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13481 case "x$with_curses" in
13482 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13483 xno) ;;
13484 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13485 This is an error since --with-curses was requested." >&5
13486 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13487 This is an error since --with-curses was requested." >&2;}
13488 { (exit 1); exit 1; }; } ;;
13489 esac
13493 if test "x$with_sane" != "xno"
13494 then
13495 ac_save_CPPFLAGS="$CPPFLAGS"
13496 # Extract the first word of "sane-config", so it can be a program name with args.
13497 set dummy sane-config; ac_word=$2
13498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13499 $as_echo_n "checking for $ac_word... " >&6; }
13500 if test "${ac_cv_prog_sane_devel+set}" = set; then
13501 $as_echo_n "(cached) " >&6
13502 else
13503 if test -n "$sane_devel"; then
13504 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13505 else
13506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13507 for as_dir in $PATH
13509 IFS=$as_save_IFS
13510 test -z "$as_dir" && as_dir=.
13511 for ac_exec_ext in '' $ac_executable_extensions; do
13512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13513 ac_cv_prog_sane_devel="sane-config"
13514 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13515 break 2
13517 done
13518 done
13519 IFS=$as_save_IFS
13521 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13524 sane_devel=$ac_cv_prog_sane_devel
13525 if test -n "$sane_devel"; then
13526 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13527 $as_echo "$sane_devel" >&6; }
13528 else
13529 { $as_echo "$as_me:$LINENO: result: no" >&5
13530 $as_echo "no" >&6; }
13534 if test "$sane_devel" != "no"
13535 then
13536 ac_sane_incl="`$sane_devel --cflags`"
13537 ac_sane_libs="`$sane_devel --ldflags`"
13538 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13540 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13541 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13542 $as_echo_n "checking for sane/sane.h... " >&6; }
13543 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13544 $as_echo_n "(cached) " >&6
13546 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13547 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13548 else
13549 # Is the header compilable?
13550 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13551 $as_echo_n "checking sane/sane.h usability... " >&6; }
13552 cat >conftest.$ac_ext <<_ACEOF
13553 /* confdefs.h. */
13554 _ACEOF
13555 cat confdefs.h >>conftest.$ac_ext
13556 cat >>conftest.$ac_ext <<_ACEOF
13557 /* end confdefs.h. */
13558 $ac_includes_default
13559 #include <sane/sane.h>
13560 _ACEOF
13561 rm -f conftest.$ac_objext
13562 if { (ac_try="$ac_compile"
13563 case "(($ac_try" in
13564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13565 *) ac_try_echo=$ac_try;;
13566 esac
13567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13568 $as_echo "$ac_try_echo") >&5
13569 (eval "$ac_compile") 2>conftest.er1
13570 ac_status=$?
13571 grep -v '^ *+' conftest.er1 >conftest.err
13572 rm -f conftest.er1
13573 cat conftest.err >&5
13574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13575 (exit $ac_status); } && {
13576 test -z "$ac_c_werror_flag" ||
13577 test ! -s conftest.err
13578 } && test -s conftest.$ac_objext; then
13579 ac_header_compiler=yes
13580 else
13581 $as_echo "$as_me: failed program was:" >&5
13582 sed 's/^/| /' conftest.$ac_ext >&5
13584 ac_header_compiler=no
13587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13588 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13589 $as_echo "$ac_header_compiler" >&6; }
13591 # Is the header present?
13592 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13593 $as_echo_n "checking sane/sane.h presence... " >&6; }
13594 cat >conftest.$ac_ext <<_ACEOF
13595 /* confdefs.h. */
13596 _ACEOF
13597 cat confdefs.h >>conftest.$ac_ext
13598 cat >>conftest.$ac_ext <<_ACEOF
13599 /* end confdefs.h. */
13600 #include <sane/sane.h>
13601 _ACEOF
13602 if { (ac_try="$ac_cpp conftest.$ac_ext"
13603 case "(($ac_try" in
13604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13605 *) ac_try_echo=$ac_try;;
13606 esac
13607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13608 $as_echo "$ac_try_echo") >&5
13609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13610 ac_status=$?
13611 grep -v '^ *+' conftest.er1 >conftest.err
13612 rm -f conftest.er1
13613 cat conftest.err >&5
13614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13615 (exit $ac_status); } >/dev/null && {
13616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13617 test ! -s conftest.err
13618 }; then
13619 ac_header_preproc=yes
13620 else
13621 $as_echo "$as_me: failed program was:" >&5
13622 sed 's/^/| /' conftest.$ac_ext >&5
13624 ac_header_preproc=no
13627 rm -f conftest.err conftest.$ac_ext
13628 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13629 $as_echo "$ac_header_preproc" >&6; }
13631 # So? What about this header?
13632 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13633 yes:no: )
13634 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13635 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13636 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13637 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13638 ac_header_preproc=yes
13640 no:yes:* )
13641 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13642 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13643 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13644 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13645 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13646 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13647 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13648 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13649 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13650 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13651 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13652 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13653 ( cat <<\_ASBOX
13654 ## ------------------------------------ ##
13655 ## Report this to wine-devel@winehq.org ##
13656 ## ------------------------------------ ##
13657 _ASBOX
13658 ) | sed "s/^/$as_me: WARNING: /" >&2
13660 esac
13661 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13662 $as_echo_n "checking for sane/sane.h... " >&6; }
13663 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13664 $as_echo_n "(cached) " >&6
13665 else
13666 ac_cv_header_sane_sane_h=$ac_header_preproc
13668 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13669 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13672 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13673 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13674 $as_echo_n "checking for -lsane... " >&6; }
13675 if test "${ac_cv_lib_soname_sane+set}" = set; then
13676 $as_echo_n "(cached) " >&6
13677 else
13678 ac_check_soname_save_LIBS=$LIBS
13679 LIBS="-lsane $ac_sane_libs $LIBS"
13680 cat >conftest.$ac_ext <<_ACEOF
13681 /* confdefs.h. */
13682 _ACEOF
13683 cat confdefs.h >>conftest.$ac_ext
13684 cat >>conftest.$ac_ext <<_ACEOF
13685 /* end confdefs.h. */
13687 /* Override any GCC internal prototype to avoid an error.
13688 Use char because int might match the return type of a GCC
13689 builtin and then its argument prototype would still apply. */
13690 #ifdef __cplusplus
13691 extern "C"
13692 #endif
13693 char sane_init ();
13695 main ()
13697 return sane_init ();
13699 return 0;
13701 _ACEOF
13702 rm -f conftest.$ac_objext conftest$ac_exeext
13703 if { (ac_try="$ac_link"
13704 case "(($ac_try" in
13705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13706 *) ac_try_echo=$ac_try;;
13707 esac
13708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13709 $as_echo "$ac_try_echo") >&5
13710 (eval "$ac_link") 2>conftest.er1
13711 ac_status=$?
13712 grep -v '^ *+' conftest.er1 >conftest.err
13713 rm -f conftest.er1
13714 cat conftest.err >&5
13715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716 (exit $ac_status); } && {
13717 test -z "$ac_c_werror_flag" ||
13718 test ! -s conftest.err
13719 } && test -s conftest$ac_exeext && {
13720 test "$cross_compiling" = yes ||
13721 $as_test_x conftest$ac_exeext
13722 }; then
13723 case "$LIBEXT" in
13724 dll) ;;
13725 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'` ;;
13726 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13727 esac
13728 else
13729 $as_echo "$as_me: failed program was:" >&5
13730 sed 's/^/| /' conftest.$ac_ext >&5
13735 rm -rf conftest.dSYM
13736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13737 conftest$ac_exeext conftest.$ac_ext
13738 LIBS=$ac_check_soname_save_LIBS
13740 if test "x$ac_cv_lib_soname_sane" = "x"; then
13741 { $as_echo "$as_me:$LINENO: result: not found" >&5
13742 $as_echo "not found" >&6; }
13744 else
13745 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13746 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13748 cat >>confdefs.h <<_ACEOF
13749 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13750 _ACEOF
13752 SANEINCL="$ac_sane_incl"
13759 CPPFLAGS="$ac_save_CPPFLAGS"
13761 if test "x$ac_cv_lib_soname_sane" = "x"; then
13762 case "x$with_sane" in
13763 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13764 xno) ;;
13765 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13766 This is an error since --with-sane was requested." >&5
13767 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13768 This is an error since --with-sane was requested." >&2;}
13769 { (exit 1); exit 1; }; } ;;
13770 esac
13774 if test "x$with_gphoto" != "xno"
13775 then
13776 ac_save_CPPFLAGS="$CPPFLAGS"
13777 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13778 set dummy gphoto2-config; ac_word=$2
13779 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13780 $as_echo_n "checking for $ac_word... " >&6; }
13781 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13782 $as_echo_n "(cached) " >&6
13783 else
13784 if test -n "$gphoto2_devel"; then
13785 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13786 else
13787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13788 for as_dir in $PATH
13790 IFS=$as_save_IFS
13791 test -z "$as_dir" && as_dir=.
13792 for ac_exec_ext in '' $ac_executable_extensions; do
13793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13794 ac_cv_prog_gphoto2_devel="gphoto2-config"
13795 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13796 break 2
13798 done
13799 done
13800 IFS=$as_save_IFS
13802 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13805 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13806 if test -n "$gphoto2_devel"; then
13807 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13808 $as_echo "$gphoto2_devel" >&6; }
13809 else
13810 { $as_echo "$as_me:$LINENO: result: no" >&5
13811 $as_echo "no" >&6; }
13815 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13816 set dummy gphoto2-port-config; ac_word=$2
13817 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13818 $as_echo_n "checking for $ac_word... " >&6; }
13819 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13820 $as_echo_n "(cached) " >&6
13821 else
13822 if test -n "$gphoto2port_devel"; then
13823 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13824 else
13825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13826 for as_dir in $PATH
13828 IFS=$as_save_IFS
13829 test -z "$as_dir" && as_dir=.
13830 for ac_exec_ext in '' $ac_executable_extensions; do
13831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13832 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13833 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13834 break 2
13836 done
13837 done
13838 IFS=$as_save_IFS
13840 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13843 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13844 if test -n "$gphoto2port_devel"; then
13845 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13846 $as_echo "$gphoto2port_devel" >&6; }
13847 else
13848 { $as_echo "$as_me:$LINENO: result: no" >&5
13849 $as_echo "no" >&6; }
13853 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13854 then
13855 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13856 ac_gphoto2_libs=""
13857 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13859 case "$i" in
13860 -L/usr/lib|-L/usr/lib64) ;;
13861 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13862 esac
13863 done
13864 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13866 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13867 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13868 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13869 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13870 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13871 $as_echo_n "(cached) " >&6
13873 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13874 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13875 else
13876 # Is the header compilable?
13877 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13878 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13879 cat >conftest.$ac_ext <<_ACEOF
13880 /* confdefs.h. */
13881 _ACEOF
13882 cat confdefs.h >>conftest.$ac_ext
13883 cat >>conftest.$ac_ext <<_ACEOF
13884 /* end confdefs.h. */
13885 $ac_includes_default
13886 #include <gphoto2-camera.h>
13887 _ACEOF
13888 rm -f conftest.$ac_objext
13889 if { (ac_try="$ac_compile"
13890 case "(($ac_try" in
13891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13892 *) ac_try_echo=$ac_try;;
13893 esac
13894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13895 $as_echo "$ac_try_echo") >&5
13896 (eval "$ac_compile") 2>conftest.er1
13897 ac_status=$?
13898 grep -v '^ *+' conftest.er1 >conftest.err
13899 rm -f conftest.er1
13900 cat conftest.err >&5
13901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13902 (exit $ac_status); } && {
13903 test -z "$ac_c_werror_flag" ||
13904 test ! -s conftest.err
13905 } && test -s conftest.$ac_objext; then
13906 ac_header_compiler=yes
13907 else
13908 $as_echo "$as_me: failed program was:" >&5
13909 sed 's/^/| /' conftest.$ac_ext >&5
13911 ac_header_compiler=no
13914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13915 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13916 $as_echo "$ac_header_compiler" >&6; }
13918 # Is the header present?
13919 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13920 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
13921 cat >conftest.$ac_ext <<_ACEOF
13922 /* confdefs.h. */
13923 _ACEOF
13924 cat confdefs.h >>conftest.$ac_ext
13925 cat >>conftest.$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13927 #include <gphoto2-camera.h>
13928 _ACEOF
13929 if { (ac_try="$ac_cpp conftest.$ac_ext"
13930 case "(($ac_try" in
13931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13932 *) ac_try_echo=$ac_try;;
13933 esac
13934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13935 $as_echo "$ac_try_echo") >&5
13936 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13937 ac_status=$?
13938 grep -v '^ *+' conftest.er1 >conftest.err
13939 rm -f conftest.er1
13940 cat conftest.err >&5
13941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13942 (exit $ac_status); } >/dev/null && {
13943 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13944 test ! -s conftest.err
13945 }; then
13946 ac_header_preproc=yes
13947 else
13948 $as_echo "$as_me: failed program was:" >&5
13949 sed 's/^/| /' conftest.$ac_ext >&5
13951 ac_header_preproc=no
13954 rm -f conftest.err conftest.$ac_ext
13955 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13956 $as_echo "$ac_header_preproc" >&6; }
13958 # So? What about this header?
13959 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13960 yes:no: )
13961 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13962 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13963 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13964 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13965 ac_header_preproc=yes
13967 no:yes:* )
13968 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13969 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13970 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13971 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13972 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13973 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13974 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13975 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13976 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13977 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13978 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13979 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13980 ( cat <<\_ASBOX
13981 ## ------------------------------------ ##
13982 ## Report this to wine-devel@winehq.org ##
13983 ## ------------------------------------ ##
13984 _ASBOX
13985 ) | sed "s/^/$as_me: WARNING: /" >&2
13987 esac
13988 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13989 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13990 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13991 $as_echo_n "(cached) " >&6
13992 else
13993 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13995 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13996 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13999 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14000 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14001 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14002 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14003 $as_echo_n "(cached) " >&6
14004 else
14005 ac_check_lib_save_LIBS=$LIBS
14006 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14007 cat >conftest.$ac_ext <<_ACEOF
14008 /* confdefs.h. */
14009 _ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14014 /* Override any GCC internal prototype to avoid an error.
14015 Use char because int might match the return type of a GCC
14016 builtin and then its argument prototype would still apply. */
14017 #ifdef __cplusplus
14018 extern "C"
14019 #endif
14020 char gp_camera_new ();
14022 main ()
14024 return gp_camera_new ();
14026 return 0;
14028 _ACEOF
14029 rm -f conftest.$ac_objext conftest$ac_exeext
14030 if { (ac_try="$ac_link"
14031 case "(($ac_try" in
14032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14033 *) ac_try_echo=$ac_try;;
14034 esac
14035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14036 $as_echo "$ac_try_echo") >&5
14037 (eval "$ac_link") 2>conftest.er1
14038 ac_status=$?
14039 grep -v '^ *+' conftest.er1 >conftest.err
14040 rm -f conftest.er1
14041 cat conftest.err >&5
14042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14043 (exit $ac_status); } && {
14044 test -z "$ac_c_werror_flag" ||
14045 test ! -s conftest.err
14046 } && test -s conftest$ac_exeext && {
14047 test "$cross_compiling" = yes ||
14048 $as_test_x conftest$ac_exeext
14049 }; then
14050 ac_cv_lib_gphoto2_gp_camera_new=yes
14051 else
14052 $as_echo "$as_me: failed program was:" >&5
14053 sed 's/^/| /' conftest.$ac_ext >&5
14055 ac_cv_lib_gphoto2_gp_camera_new=no
14058 rm -rf conftest.dSYM
14059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14060 conftest$ac_exeext conftest.$ac_ext
14061 LIBS=$ac_check_lib_save_LIBS
14063 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14064 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14065 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14067 cat >>confdefs.h <<\_ACEOF
14068 #define HAVE_GPHOTO2 1
14069 _ACEOF
14071 GPHOTO2LIBS="$ac_gphoto2_libs"
14073 GPHOTO2INCL="$ac_gphoto2_incl"
14080 CPPFLAGS="$ac_save_CPPFLAGS"
14082 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14083 case "x$with_gphoto" in
14084 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14085 xno) ;;
14086 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14087 This is an error since --with-gphoto was requested." >&5
14088 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14089 This is an error since --with-gphoto was requested." >&2;}
14090 { (exit 1); exit 1; }; } ;;
14091 esac
14096 RESOLVLIBS=""
14098 if test "$ac_cv_header_resolv_h" = "yes"
14099 then
14100 ac_save_LIBS="$LIBS"
14101 LIBS="$LIBS -lresolv"
14102 cat >conftest.$ac_ext <<_ACEOF
14103 /* confdefs.h. */
14104 _ACEOF
14105 cat confdefs.h >>conftest.$ac_ext
14106 cat >>conftest.$ac_ext <<_ACEOF
14107 /* end confdefs.h. */
14108 #ifdef HAVE_NETINET_IN_H
14109 #include <netinet/in.h>
14110 #endif
14111 #include <resolv.h>
14113 main ()
14115 res_init();
14117 return 0;
14119 _ACEOF
14120 rm -f conftest.$ac_objext conftest$ac_exeext
14121 if { (ac_try="$ac_link"
14122 case "(($ac_try" in
14123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14124 *) ac_try_echo=$ac_try;;
14125 esac
14126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14127 $as_echo "$ac_try_echo") >&5
14128 (eval "$ac_link") 2>conftest.er1
14129 ac_status=$?
14130 grep -v '^ *+' conftest.er1 >conftest.err
14131 rm -f conftest.er1
14132 cat conftest.err >&5
14133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14134 (exit $ac_status); } && {
14135 test -z "$ac_c_werror_flag" ||
14136 test ! -s conftest.err
14137 } && test -s conftest$ac_exeext && {
14138 test "$cross_compiling" = yes ||
14139 $as_test_x conftest$ac_exeext
14140 }; then
14142 cat >>confdefs.h <<\_ACEOF
14143 #define HAVE_RESOLV 1
14144 _ACEOF
14146 RESOLVLIBS="-lresolv"
14147 else
14148 $as_echo "$as_me: failed program was:" >&5
14149 sed 's/^/| /' conftest.$ac_ext >&5
14154 rm -rf conftest.dSYM
14155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14156 conftest$ac_exeext conftest.$ac_ext
14157 LIBS="$ac_save_LIBS"
14160 LCMSLIBS=""
14162 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14163 then
14164 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14165 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14166 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14167 $as_echo_n "(cached) " >&6
14168 else
14169 ac_check_lib_save_LIBS=$LIBS
14170 LIBS="-llcms $LIBS"
14171 cat >conftest.$ac_ext <<_ACEOF
14172 /* confdefs.h. */
14173 _ACEOF
14174 cat confdefs.h >>conftest.$ac_ext
14175 cat >>conftest.$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14178 /* Override any GCC internal prototype to avoid an error.
14179 Use char because int might match the return type of a GCC
14180 builtin and then its argument prototype would still apply. */
14181 #ifdef __cplusplus
14182 extern "C"
14183 #endif
14184 char cmsOpenProfileFromFile ();
14186 main ()
14188 return cmsOpenProfileFromFile ();
14190 return 0;
14192 _ACEOF
14193 rm -f conftest.$ac_objext conftest$ac_exeext
14194 if { (ac_try="$ac_link"
14195 case "(($ac_try" in
14196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14198 esac
14199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14200 $as_echo "$ac_try_echo") >&5
14201 (eval "$ac_link") 2>conftest.er1
14202 ac_status=$?
14203 grep -v '^ *+' conftest.er1 >conftest.err
14204 rm -f conftest.er1
14205 cat conftest.err >&5
14206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207 (exit $ac_status); } && {
14208 test -z "$ac_c_werror_flag" ||
14209 test ! -s conftest.err
14210 } && test -s conftest$ac_exeext && {
14211 test "$cross_compiling" = yes ||
14212 $as_test_x conftest$ac_exeext
14213 }; then
14214 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14215 else
14216 $as_echo "$as_me: failed program was:" >&5
14217 sed 's/^/| /' conftest.$ac_ext >&5
14219 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14222 rm -rf conftest.dSYM
14223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14224 conftest$ac_exeext conftest.$ac_ext
14225 LIBS=$ac_check_lib_save_LIBS
14227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14228 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14229 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14231 cat >>confdefs.h <<\_ACEOF
14232 #define HAVE_LCMS 1
14233 _ACEOF
14235 LCMSLIBS="-llcms"
14239 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14240 case "x$with_cms" in
14241 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14242 xno) ;;
14243 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14244 This is an error since --with-cms was requested." >&5
14245 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14246 This is an error since --with-cms was requested." >&2;}
14247 { (exit 1); exit 1; }; } ;;
14248 esac
14252 if test "x$with_freetype" != "xno"
14253 then
14254 for ac_prog in freetype-config freetype2-config
14256 # Extract the first word of "$ac_prog", so it can be a program name with args.
14257 set dummy $ac_prog; ac_word=$2
14258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14259 $as_echo_n "checking for $ac_word... " >&6; }
14260 if test "${ac_cv_prog_ft_devel+set}" = set; then
14261 $as_echo_n "(cached) " >&6
14262 else
14263 if test -n "$ft_devel"; then
14264 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14265 else
14266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14267 for as_dir in $PATH
14269 IFS=$as_save_IFS
14270 test -z "$as_dir" && as_dir=.
14271 for ac_exec_ext in '' $ac_executable_extensions; do
14272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14273 ac_cv_prog_ft_devel="$ac_prog"
14274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14275 break 2
14277 done
14278 done
14279 IFS=$as_save_IFS
14283 ft_devel=$ac_cv_prog_ft_devel
14284 if test -n "$ft_devel"; then
14285 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14286 $as_echo "$ft_devel" >&6; }
14287 else
14288 { $as_echo "$as_me:$LINENO: result: no" >&5
14289 $as_echo "no" >&6; }
14293 test -n "$ft_devel" && break
14294 done
14295 test -n "$ft_devel" || ft_devel="no"
14297 if test "$ft_devel" != "no"
14298 then
14299 ac_freetype_incl=`$ft_devel --cflags`
14300 ac_freetype_libs=`$ft_devel --libs`
14302 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14303 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14304 $as_echo_n "checking for -lfreetype... " >&6; }
14305 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14306 $as_echo_n "(cached) " >&6
14307 else
14308 ac_check_soname_save_LIBS=$LIBS
14309 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14310 cat >conftest.$ac_ext <<_ACEOF
14311 /* confdefs.h. */
14312 _ACEOF
14313 cat confdefs.h >>conftest.$ac_ext
14314 cat >>conftest.$ac_ext <<_ACEOF
14315 /* end confdefs.h. */
14317 /* Override any GCC internal prototype to avoid an error.
14318 Use char because int might match the return type of a GCC
14319 builtin and then its argument prototype would still apply. */
14320 #ifdef __cplusplus
14321 extern "C"
14322 #endif
14323 char FT_Init_FreeType ();
14325 main ()
14327 return FT_Init_FreeType ();
14329 return 0;
14331 _ACEOF
14332 rm -f conftest.$ac_objext conftest$ac_exeext
14333 if { (ac_try="$ac_link"
14334 case "(($ac_try" in
14335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14336 *) ac_try_echo=$ac_try;;
14337 esac
14338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14339 $as_echo "$ac_try_echo") >&5
14340 (eval "$ac_link") 2>conftest.er1
14341 ac_status=$?
14342 grep -v '^ *+' conftest.er1 >conftest.err
14343 rm -f conftest.er1
14344 cat conftest.err >&5
14345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14346 (exit $ac_status); } && {
14347 test -z "$ac_c_werror_flag" ||
14348 test ! -s conftest.err
14349 } && test -s conftest$ac_exeext && {
14350 test "$cross_compiling" = yes ||
14351 $as_test_x conftest$ac_exeext
14352 }; then
14353 case "$LIBEXT" in
14354 dll) ;;
14355 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'` ;;
14356 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14357 esac
14358 else
14359 $as_echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14365 rm -rf conftest.dSYM
14366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14367 conftest$ac_exeext conftest.$ac_ext
14368 LIBS=$ac_check_soname_save_LIBS
14370 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14371 { $as_echo "$as_me:$LINENO: result: not found" >&5
14372 $as_echo "not found" >&6; }
14373 ft_lib=no
14374 else
14375 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14376 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14378 cat >>confdefs.h <<_ACEOF
14379 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14380 _ACEOF
14382 ft_lib=yes
14385 if test "$ft_lib" = "yes"
14386 then
14387 ac_save_CPPFLAGS="$CPPFLAGS"
14388 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14402 for ac_header in ft2build.h \
14403 freetype/freetype.h \
14404 freetype/ftglyph.h \
14405 freetype/fttypes.h \
14406 freetype/tttables.h \
14407 freetype/ftnames.h \
14408 freetype/ftsnames.h \
14409 freetype/ttnameid.h \
14410 freetype/ftoutln.h \
14411 freetype/ftwinfnt.h \
14412 freetype/ftmodapi.h \
14413 freetype/ftlcdfil.h \
14414 freetype/internal/sfnt.h
14416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14417 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14418 $as_echo_n "checking for $ac_header... " >&6; }
14419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14420 $as_echo_n "(cached) " >&6
14421 else
14422 cat >conftest.$ac_ext <<_ACEOF
14423 /* confdefs.h. */
14424 _ACEOF
14425 cat confdefs.h >>conftest.$ac_ext
14426 cat >>conftest.$ac_ext <<_ACEOF
14427 /* end confdefs.h. */
14428 #ifdef HAVE_FT2BUILD_H
14429 # include <ft2build.h>
14430 #endif
14432 #include <$ac_header>
14433 _ACEOF
14434 rm -f conftest.$ac_objext
14435 if { (ac_try="$ac_compile"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14441 $as_echo "$ac_try_echo") >&5
14442 (eval "$ac_compile") 2>conftest.er1
14443 ac_status=$?
14444 grep -v '^ *+' conftest.er1 >conftest.err
14445 rm -f conftest.er1
14446 cat conftest.err >&5
14447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); } && {
14449 test -z "$ac_c_werror_flag" ||
14450 test ! -s conftest.err
14451 } && test -s conftest.$ac_objext; then
14452 eval "$as_ac_Header=yes"
14453 else
14454 $as_echo "$as_me: failed program was:" >&5
14455 sed 's/^/| /' conftest.$ac_ext >&5
14457 eval "$as_ac_Header=no"
14460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14462 ac_res=`eval 'as_val=${'$as_ac_Header'}
14463 $as_echo "$as_val"'`
14464 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14465 $as_echo "$ac_res" >&6; }
14466 as_val=`eval 'as_val=${'$as_ac_Header'}
14467 $as_echo "$as_val"'`
14468 if test "x$as_val" = x""yes; then
14469 cat >>confdefs.h <<_ACEOF
14470 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14471 _ACEOF
14475 done
14477 cat >conftest.$ac_ext <<_ACEOF
14478 /* confdefs.h. */
14479 _ACEOF
14480 cat confdefs.h >>conftest.$ac_ext
14481 cat >>conftest.$ac_ext <<_ACEOF
14482 /* end confdefs.h. */
14483 #include <ft2build.h>
14484 #include <freetype/fttrigon.h>
14485 _ACEOF
14486 if { (ac_try="$ac_cpp conftest.$ac_ext"
14487 case "(($ac_try" in
14488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14489 *) ac_try_echo=$ac_try;;
14490 esac
14491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14492 $as_echo "$ac_try_echo") >&5
14493 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14494 ac_status=$?
14495 grep -v '^ *+' conftest.er1 >conftest.err
14496 rm -f conftest.er1
14497 cat conftest.err >&5
14498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14499 (exit $ac_status); } >/dev/null && {
14500 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14501 test ! -s conftest.err
14502 }; then
14504 cat >>confdefs.h <<\_ACEOF
14505 #define HAVE_FREETYPE_FTTRIGON_H 1
14506 _ACEOF
14508 wine_cv_fttrigon=yes
14509 else
14510 $as_echo "$as_me: failed program was:" >&5
14511 sed 's/^/| /' conftest.$ac_ext >&5
14513 wine_cv_fttrigon=no
14516 rm -f conftest.err conftest.$ac_ext
14517 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14518 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14519 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14520 $as_echo_n "(cached) " >&6
14521 else
14522 ac_cv_type_FT_TrueTypeEngineType=no
14523 cat >conftest.$ac_ext <<_ACEOF
14524 /* confdefs.h. */
14525 _ACEOF
14526 cat confdefs.h >>conftest.$ac_ext
14527 cat >>conftest.$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14529 #include <freetype/ftmodapi.h>
14532 main ()
14534 if (sizeof (FT_TrueTypeEngineType))
14535 return 0;
14537 return 0;
14539 _ACEOF
14540 rm -f conftest.$ac_objext
14541 if { (ac_try="$ac_compile"
14542 case "(($ac_try" in
14543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14544 *) ac_try_echo=$ac_try;;
14545 esac
14546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14547 $as_echo "$ac_try_echo") >&5
14548 (eval "$ac_compile") 2>conftest.er1
14549 ac_status=$?
14550 grep -v '^ *+' conftest.er1 >conftest.err
14551 rm -f conftest.er1
14552 cat conftest.err >&5
14553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14554 (exit $ac_status); } && {
14555 test -z "$ac_c_werror_flag" ||
14556 test ! -s conftest.err
14557 } && test -s conftest.$ac_objext; then
14558 cat >conftest.$ac_ext <<_ACEOF
14559 /* confdefs.h. */
14560 _ACEOF
14561 cat confdefs.h >>conftest.$ac_ext
14562 cat >>conftest.$ac_ext <<_ACEOF
14563 /* end confdefs.h. */
14564 #include <freetype/ftmodapi.h>
14567 main ()
14569 if (sizeof ((FT_TrueTypeEngineType)))
14570 return 0;
14572 return 0;
14574 _ACEOF
14575 rm -f conftest.$ac_objext
14576 if { (ac_try="$ac_compile"
14577 case "(($ac_try" in
14578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14580 esac
14581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14582 $as_echo "$ac_try_echo") >&5
14583 (eval "$ac_compile") 2>conftest.er1
14584 ac_status=$?
14585 grep -v '^ *+' conftest.er1 >conftest.err
14586 rm -f conftest.er1
14587 cat conftest.err >&5
14588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && {
14590 test -z "$ac_c_werror_flag" ||
14591 test ! -s conftest.err
14592 } && test -s conftest.$ac_objext; then
14594 else
14595 $as_echo "$as_me: failed program was:" >&5
14596 sed 's/^/| /' conftest.$ac_ext >&5
14598 ac_cv_type_FT_TrueTypeEngineType=yes
14601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14602 else
14603 $as_echo "$as_me: failed program was:" >&5
14604 sed 's/^/| /' conftest.$ac_ext >&5
14609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14611 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14612 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14613 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14615 cat >>confdefs.h <<_ACEOF
14616 #define HAVE_FT_TRUETYPEENGINETYPE 1
14617 _ACEOF
14622 ac_save_CFLAGS="$CFLAGS"
14623 CFLAGS="$CFLAGS $ac_freetype_libs"
14625 for ac_func in FT_Load_Sfnt_Table
14627 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14628 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14629 $as_echo_n "checking for $ac_func... " >&6; }
14630 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14631 $as_echo_n "(cached) " >&6
14632 else
14633 cat >conftest.$ac_ext <<_ACEOF
14634 /* confdefs.h. */
14635 _ACEOF
14636 cat confdefs.h >>conftest.$ac_ext
14637 cat >>conftest.$ac_ext <<_ACEOF
14638 /* end confdefs.h. */
14639 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14641 #define $ac_func innocuous_$ac_func
14643 /* System header to define __stub macros and hopefully few prototypes,
14644 which can conflict with char $ac_func (); below.
14645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14646 <limits.h> exists even on freestanding compilers. */
14648 #ifdef __STDC__
14649 # include <limits.h>
14650 #else
14651 # include <assert.h>
14652 #endif
14654 #undef $ac_func
14656 /* Override any GCC internal prototype to avoid an error.
14657 Use char because int might match the return type of a GCC
14658 builtin and then its argument prototype would still apply. */
14659 #ifdef __cplusplus
14660 extern "C"
14661 #endif
14662 char $ac_func ();
14663 /* The GNU C library defines this for functions which it implements
14664 to always fail with ENOSYS. Some functions are actually named
14665 something starting with __ and the normal name is an alias. */
14666 #if defined __stub_$ac_func || defined __stub___$ac_func
14667 choke me
14668 #endif
14671 main ()
14673 return $ac_func ();
14675 return 0;
14677 _ACEOF
14678 rm -f conftest.$ac_objext conftest$ac_exeext
14679 if { (ac_try="$ac_link"
14680 case "(($ac_try" in
14681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682 *) ac_try_echo=$ac_try;;
14683 esac
14684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14685 $as_echo "$ac_try_echo") >&5
14686 (eval "$ac_link") 2>conftest.er1
14687 ac_status=$?
14688 grep -v '^ *+' conftest.er1 >conftest.err
14689 rm -f conftest.er1
14690 cat conftest.err >&5
14691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } && {
14693 test -z "$ac_c_werror_flag" ||
14694 test ! -s conftest.err
14695 } && test -s conftest$ac_exeext && {
14696 test "$cross_compiling" = yes ||
14697 $as_test_x conftest$ac_exeext
14698 }; then
14699 eval "$as_ac_var=yes"
14700 else
14701 $as_echo "$as_me: failed program was:" >&5
14702 sed 's/^/| /' conftest.$ac_ext >&5
14704 eval "$as_ac_var=no"
14707 rm -rf conftest.dSYM
14708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14709 conftest$ac_exeext conftest.$ac_ext
14711 ac_res=`eval 'as_val=${'$as_ac_var'}
14712 $as_echo "$as_val"'`
14713 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14714 $as_echo "$ac_res" >&6; }
14715 as_val=`eval 'as_val=${'$as_ac_var'}
14716 $as_echo "$as_val"'`
14717 if test "x$as_val" = x""yes; then
14718 cat >>confdefs.h <<_ACEOF
14719 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14720 _ACEOF
14723 done
14725 CFLAGS="$ac_save_CFLAGS"
14726 CPPFLAGS="$ac_save_CPPFLAGS"
14727 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14728 then
14730 cat >>confdefs.h <<\_ACEOF
14731 #define HAVE_FREETYPE 1
14732 _ACEOF
14734 FREETYPELIBS="$ac_freetype_libs"
14736 FREETYPEINCL="$ac_freetype_incl"
14741 if test "x$FREETYPELIBS" = "x"; then
14742 case "x$with_freetype" in
14743 xno) ;;
14744 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14745 Use the --without-freetype option if you really want this." >&5
14746 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14747 Use the --without-freetype option if you really want this." >&2;}
14748 { (exit 1); exit 1; }; } ;;
14749 esac
14752 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14754 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14755 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14756 if test "${ac_cv_c_ppdev+set}" = set; then
14757 $as_echo_n "(cached) " >&6
14758 else
14759 cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h. */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h. */
14765 #include <linux/ppdev.h>
14767 main ()
14769 ioctl (1,PPCLAIM,0)
14771 return 0;
14773 _ACEOF
14774 rm -f conftest.$ac_objext
14775 if { (ac_try="$ac_compile"
14776 case "(($ac_try" in
14777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14779 esac
14780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14781 $as_echo "$ac_try_echo") >&5
14782 (eval "$ac_compile") 2>conftest.er1
14783 ac_status=$?
14784 grep -v '^ *+' conftest.er1 >conftest.err
14785 rm -f conftest.er1
14786 cat conftest.err >&5
14787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } && {
14789 test -z "$ac_c_werror_flag" ||
14790 test ! -s conftest.err
14791 } && test -s conftest.$ac_objext; then
14792 ac_cv_c_ppdev="yes"
14793 else
14794 $as_echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_c_ppdev="no"
14800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14802 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14803 $as_echo "$ac_cv_c_ppdev" >&6; }
14804 if test "$ac_cv_c_ppdev" = "yes"
14805 then
14807 cat >>confdefs.h <<\_ACEOF
14808 #define HAVE_PPDEV 1
14809 _ACEOF
14813 ac_wine_check_funcs_save_LIBS="$LIBS"
14814 LIBS="$LIBS $LIBPTHREAD"
14819 for ac_func in \
14820 pthread_attr_get_np \
14821 pthread_getattr_np \
14822 pthread_get_stackaddr_np \
14823 pthread_get_stacksize_np
14825 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14826 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14827 $as_echo_n "checking for $ac_func... " >&6; }
14828 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14829 $as_echo_n "(cached) " >&6
14830 else
14831 cat >conftest.$ac_ext <<_ACEOF
14832 /* confdefs.h. */
14833 _ACEOF
14834 cat confdefs.h >>conftest.$ac_ext
14835 cat >>conftest.$ac_ext <<_ACEOF
14836 /* end confdefs.h. */
14837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14839 #define $ac_func innocuous_$ac_func
14841 /* System header to define __stub macros and hopefully few prototypes,
14842 which can conflict with char $ac_func (); below.
14843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14844 <limits.h> exists even on freestanding compilers. */
14846 #ifdef __STDC__
14847 # include <limits.h>
14848 #else
14849 # include <assert.h>
14850 #endif
14852 #undef $ac_func
14854 /* Override any GCC internal prototype to avoid an error.
14855 Use char because int might match the return type of a GCC
14856 builtin and then its argument prototype would still apply. */
14857 #ifdef __cplusplus
14858 extern "C"
14859 #endif
14860 char $ac_func ();
14861 /* The GNU C library defines this for functions which it implements
14862 to always fail with ENOSYS. Some functions are actually named
14863 something starting with __ and the normal name is an alias. */
14864 #if defined __stub_$ac_func || defined __stub___$ac_func
14865 choke me
14866 #endif
14869 main ()
14871 return $ac_func ();
14873 return 0;
14875 _ACEOF
14876 rm -f conftest.$ac_objext conftest$ac_exeext
14877 if { (ac_try="$ac_link"
14878 case "(($ac_try" in
14879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880 *) ac_try_echo=$ac_try;;
14881 esac
14882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14883 $as_echo "$ac_try_echo") >&5
14884 (eval "$ac_link") 2>conftest.er1
14885 ac_status=$?
14886 grep -v '^ *+' conftest.er1 >conftest.err
14887 rm -f conftest.er1
14888 cat conftest.err >&5
14889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } && {
14891 test -z "$ac_c_werror_flag" ||
14892 test ! -s conftest.err
14893 } && test -s conftest$ac_exeext && {
14894 test "$cross_compiling" = yes ||
14895 $as_test_x conftest$ac_exeext
14896 }; then
14897 eval "$as_ac_var=yes"
14898 else
14899 $as_echo "$as_me: failed program was:" >&5
14900 sed 's/^/| /' conftest.$ac_ext >&5
14902 eval "$as_ac_var=no"
14905 rm -rf conftest.dSYM
14906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14907 conftest$ac_exeext conftest.$ac_ext
14909 ac_res=`eval 'as_val=${'$as_ac_var'}
14910 $as_echo "$as_val"'`
14911 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14912 $as_echo "$ac_res" >&6; }
14913 as_val=`eval 'as_val=${'$as_ac_var'}
14914 $as_echo "$as_val"'`
14915 if test "x$as_val" = x""yes; then
14916 cat >>confdefs.h <<_ACEOF
14917 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14918 _ACEOF
14921 done
14923 LIBS="$ac_wine_check_funcs_save_LIBS"
14925 if test "$ac_cv_header_zlib_h" = "yes"
14926 then
14927 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14928 $as_echo_n "checking for inflate in -lz... " >&6; }
14929 if test "${ac_cv_lib_z_inflate+set}" = set; then
14930 $as_echo_n "(cached) " >&6
14931 else
14932 ac_check_lib_save_LIBS=$LIBS
14933 LIBS="-lz $LIBS"
14934 cat >conftest.$ac_ext <<_ACEOF
14935 /* confdefs.h. */
14936 _ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h. */
14941 /* Override any GCC internal prototype to avoid an error.
14942 Use char because int might match the return type of a GCC
14943 builtin and then its argument prototype would still apply. */
14944 #ifdef __cplusplus
14945 extern "C"
14946 #endif
14947 char inflate ();
14949 main ()
14951 return inflate ();
14953 return 0;
14955 _ACEOF
14956 rm -f conftest.$ac_objext conftest$ac_exeext
14957 if { (ac_try="$ac_link"
14958 case "(($ac_try" in
14959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14960 *) ac_try_echo=$ac_try;;
14961 esac
14962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14963 $as_echo "$ac_try_echo") >&5
14964 (eval "$ac_link") 2>conftest.er1
14965 ac_status=$?
14966 grep -v '^ *+' conftest.er1 >conftest.err
14967 rm -f conftest.er1
14968 cat conftest.err >&5
14969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); } && {
14971 test -z "$ac_c_werror_flag" ||
14972 test ! -s conftest.err
14973 } && test -s conftest$ac_exeext && {
14974 test "$cross_compiling" = yes ||
14975 $as_test_x conftest$ac_exeext
14976 }; then
14977 ac_cv_lib_z_inflate=yes
14978 else
14979 $as_echo "$as_me: failed program was:" >&5
14980 sed 's/^/| /' conftest.$ac_ext >&5
14982 ac_cv_lib_z_inflate=no
14985 rm -rf conftest.dSYM
14986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14987 conftest$ac_exeext conftest.$ac_ext
14988 LIBS=$ac_check_lib_save_LIBS
14990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14991 $as_echo "$ac_cv_lib_z_inflate" >&6; }
14992 if test "x$ac_cv_lib_z_inflate" = x""yes; then
14994 cat >>confdefs.h <<\_ACEOF
14995 #define HAVE_ZLIB 1
14996 _ACEOF
14998 ZLIB="-lz"
15004 if test "x$with_esd" != xno
15005 then
15006 save_CFLAGS="$CFLAGS"
15007 # Extract the first word of "esd-config", so it can be a program name with args.
15008 set dummy esd-config; ac_word=$2
15009 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15010 $as_echo_n "checking for $ac_word... " >&6; }
15011 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15012 $as_echo_n "(cached) " >&6
15013 else
15014 case $ESDCONFIG in
15015 [\\/]* | ?:[\\/]*)
15016 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15020 for as_dir in $PATH
15022 IFS=$as_save_IFS
15023 test -z "$as_dir" && as_dir=.
15024 for ac_exec_ext in '' $ac_executable_extensions; do
15025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15026 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15027 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15028 break 2
15030 done
15031 done
15032 IFS=$as_save_IFS
15034 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15036 esac
15038 ESDCONFIG=$ac_cv_path_ESDCONFIG
15039 if test -n "$ESDCONFIG"; then
15040 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15041 $as_echo "$ESDCONFIG" >&6; }
15042 else
15043 { $as_echo "$as_me:$LINENO: result: no" >&5
15044 $as_echo "no" >&6; }
15048 if test "x$ESDCONFIG" != "xno"
15049 then
15050 ac_esd_incl=""
15051 for i in `$ESDCONFIG --cflags`
15053 case "$i" in
15054 -I*) ac_esd_incl="$ac_esd_incl $i";;
15055 esac
15056 done
15057 ac_esd_libs=`$ESDCONFIG --libs`
15058 CFLAGS="$CFLAGS $ac_esd_incl"
15060 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15061 if test "${ac_cv_header_esd_h+set}" = set; then
15062 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15063 $as_echo_n "checking for esd.h... " >&6; }
15064 if test "${ac_cv_header_esd_h+set}" = set; then
15065 $as_echo_n "(cached) " >&6
15067 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15068 $as_echo "$ac_cv_header_esd_h" >&6; }
15069 else
15070 # Is the header compilable?
15071 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15072 $as_echo_n "checking esd.h usability... " >&6; }
15073 cat >conftest.$ac_ext <<_ACEOF
15074 /* confdefs.h. */
15075 _ACEOF
15076 cat confdefs.h >>conftest.$ac_ext
15077 cat >>conftest.$ac_ext <<_ACEOF
15078 /* end confdefs.h. */
15079 $ac_includes_default
15080 #include <esd.h>
15081 _ACEOF
15082 rm -f conftest.$ac_objext
15083 if { (ac_try="$ac_compile"
15084 case "(($ac_try" in
15085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15086 *) ac_try_echo=$ac_try;;
15087 esac
15088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15089 $as_echo "$ac_try_echo") >&5
15090 (eval "$ac_compile") 2>conftest.er1
15091 ac_status=$?
15092 grep -v '^ *+' conftest.er1 >conftest.err
15093 rm -f conftest.er1
15094 cat conftest.err >&5
15095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15096 (exit $ac_status); } && {
15097 test -z "$ac_c_werror_flag" ||
15098 test ! -s conftest.err
15099 } && test -s conftest.$ac_objext; then
15100 ac_header_compiler=yes
15101 else
15102 $as_echo "$as_me: failed program was:" >&5
15103 sed 's/^/| /' conftest.$ac_ext >&5
15105 ac_header_compiler=no
15108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15109 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15110 $as_echo "$ac_header_compiler" >&6; }
15112 # Is the header present?
15113 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15114 $as_echo_n "checking esd.h presence... " >&6; }
15115 cat >conftest.$ac_ext <<_ACEOF
15116 /* confdefs.h. */
15117 _ACEOF
15118 cat confdefs.h >>conftest.$ac_ext
15119 cat >>conftest.$ac_ext <<_ACEOF
15120 /* end confdefs.h. */
15121 #include <esd.h>
15122 _ACEOF
15123 if { (ac_try="$ac_cpp conftest.$ac_ext"
15124 case "(($ac_try" in
15125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15126 *) ac_try_echo=$ac_try;;
15127 esac
15128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15129 $as_echo "$ac_try_echo") >&5
15130 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15131 ac_status=$?
15132 grep -v '^ *+' conftest.er1 >conftest.err
15133 rm -f conftest.er1
15134 cat conftest.err >&5
15135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15136 (exit $ac_status); } >/dev/null && {
15137 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15138 test ! -s conftest.err
15139 }; then
15140 ac_header_preproc=yes
15141 else
15142 $as_echo "$as_me: failed program was:" >&5
15143 sed 's/^/| /' conftest.$ac_ext >&5
15145 ac_header_preproc=no
15148 rm -f conftest.err conftest.$ac_ext
15149 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15150 $as_echo "$ac_header_preproc" >&6; }
15152 # So? What about this header?
15153 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15154 yes:no: )
15155 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15156 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15157 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15158 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15159 ac_header_preproc=yes
15161 no:yes:* )
15162 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15163 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15164 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15165 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15166 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15167 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15168 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15169 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15170 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15171 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15172 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15173 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15174 ( cat <<\_ASBOX
15175 ## ------------------------------------ ##
15176 ## Report this to wine-devel@winehq.org ##
15177 ## ------------------------------------ ##
15178 _ASBOX
15179 ) | sed "s/^/$as_me: WARNING: /" >&2
15181 esac
15182 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15183 $as_echo_n "checking for esd.h... " >&6; }
15184 if test "${ac_cv_header_esd_h+set}" = set; then
15185 $as_echo_n "(cached) " >&6
15186 else
15187 ac_cv_header_esd_h=$ac_header_preproc
15189 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15190 $as_echo "$ac_cv_header_esd_h" >&6; }
15193 if test "x$ac_cv_header_esd_h" = x""yes; then
15194 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15195 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15196 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15197 $as_echo_n "(cached) " >&6
15198 else
15199 ac_check_lib_save_LIBS=$LIBS
15200 LIBS="-lesd $ac_esd_libs $LIBS"
15201 cat >conftest.$ac_ext <<_ACEOF
15202 /* confdefs.h. */
15203 _ACEOF
15204 cat confdefs.h >>conftest.$ac_ext
15205 cat >>conftest.$ac_ext <<_ACEOF
15206 /* end confdefs.h. */
15208 /* Override any GCC internal prototype to avoid an error.
15209 Use char because int might match the return type of a GCC
15210 builtin and then its argument prototype would still apply. */
15211 #ifdef __cplusplus
15212 extern "C"
15213 #endif
15214 char esd_open_sound ();
15216 main ()
15218 return esd_open_sound ();
15220 return 0;
15222 _ACEOF
15223 rm -f conftest.$ac_objext conftest$ac_exeext
15224 if { (ac_try="$ac_link"
15225 case "(($ac_try" in
15226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15227 *) ac_try_echo=$ac_try;;
15228 esac
15229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15230 $as_echo "$ac_try_echo") >&5
15231 (eval "$ac_link") 2>conftest.er1
15232 ac_status=$?
15233 grep -v '^ *+' conftest.er1 >conftest.err
15234 rm -f conftest.er1
15235 cat conftest.err >&5
15236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237 (exit $ac_status); } && {
15238 test -z "$ac_c_werror_flag" ||
15239 test ! -s conftest.err
15240 } && test -s conftest$ac_exeext && {
15241 test "$cross_compiling" = yes ||
15242 $as_test_x conftest$ac_exeext
15243 }; then
15244 ac_cv_lib_esd_esd_open_sound=yes
15245 else
15246 $as_echo "$as_me: failed program was:" >&5
15247 sed 's/^/| /' conftest.$ac_ext >&5
15249 ac_cv_lib_esd_esd_open_sound=no
15252 rm -rf conftest.dSYM
15253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15254 conftest$ac_exeext conftest.$ac_ext
15255 LIBS=$ac_check_lib_save_LIBS
15257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15258 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15259 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15260 ESDINCL="$ac_esd_incl"
15262 ESDLIBS="$ac_esd_libs"
15265 cat >>confdefs.h <<\_ACEOF
15266 #define HAVE_ESD 1
15267 _ACEOF
15274 CFLAGS="$save_CFLAGS"
15277 ALSALIBS=""
15279 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15280 then
15281 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15282 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15283 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15284 $as_echo_n "(cached) " >&6
15285 else
15286 ac_check_lib_save_LIBS=$LIBS
15287 LIBS="-lasound $LIBS"
15288 cat >conftest.$ac_ext <<_ACEOF
15289 /* confdefs.h. */
15290 _ACEOF
15291 cat confdefs.h >>conftest.$ac_ext
15292 cat >>conftest.$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15295 /* Override any GCC internal prototype to avoid an error.
15296 Use char because int might match the return type of a GCC
15297 builtin and then its argument prototype would still apply. */
15298 #ifdef __cplusplus
15299 extern "C"
15300 #endif
15301 char snd_pcm_hw_params_get_access ();
15303 main ()
15305 return snd_pcm_hw_params_get_access ();
15307 return 0;
15309 _ACEOF
15310 rm -f conftest.$ac_objext conftest$ac_exeext
15311 if { (ac_try="$ac_link"
15312 case "(($ac_try" in
15313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15314 *) ac_try_echo=$ac_try;;
15315 esac
15316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15317 $as_echo "$ac_try_echo") >&5
15318 (eval "$ac_link") 2>conftest.er1
15319 ac_status=$?
15320 grep -v '^ *+' conftest.er1 >conftest.err
15321 rm -f conftest.er1
15322 cat conftest.err >&5
15323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); } && {
15325 test -z "$ac_c_werror_flag" ||
15326 test ! -s conftest.err
15327 } && test -s conftest$ac_exeext && {
15328 test "$cross_compiling" = yes ||
15329 $as_test_x conftest$ac_exeext
15330 }; then
15331 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15332 else
15333 $as_echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15336 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15339 rm -rf conftest.dSYM
15340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15341 conftest$ac_exeext conftest.$ac_ext
15342 LIBS=$ac_check_lib_save_LIBS
15344 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15345 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15346 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15347 cat >conftest.$ac_ext <<_ACEOF
15348 /* confdefs.h. */
15349 _ACEOF
15350 cat confdefs.h >>conftest.$ac_ext
15351 cat >>conftest.$ac_ext <<_ACEOF
15352 /* end confdefs.h. */
15353 #ifdef HAVE_ALSA_ASOUNDLIB_H
15354 #include <alsa/asoundlib.h>
15355 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15356 #include <sys/asoundlib.h>
15357 #endif
15359 main ()
15361 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15363 return 0;
15365 _ACEOF
15366 rm -f conftest.$ac_objext
15367 if { (ac_try="$ac_compile"
15368 case "(($ac_try" in
15369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15370 *) ac_try_echo=$ac_try;;
15371 esac
15372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15373 $as_echo "$ac_try_echo") >&5
15374 (eval "$ac_compile") 2>conftest.er1
15375 ac_status=$?
15376 grep -v '^ *+' conftest.er1 >conftest.err
15377 rm -f conftest.er1
15378 cat conftest.err >&5
15379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380 (exit $ac_status); } && {
15381 test -z "$ac_c_werror_flag" ||
15382 test ! -s conftest.err
15383 } && test -s conftest.$ac_objext; then
15385 cat >>confdefs.h <<\_ACEOF
15386 #define HAVE_ALSA 1
15387 _ACEOF
15389 ALSALIBS="-lasound"
15390 else
15391 $as_echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.$ac_ext >&5
15397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15402 AUDIOIOLIBS=""
15404 if test "$ac_cv_header_libaudioio_h" = "yes"
15405 then
15406 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15407 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15408 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15409 $as_echo_n "(cached) " >&6
15410 else
15411 ac_check_lib_save_LIBS=$LIBS
15412 LIBS="-laudioio $LIBS"
15413 cat >conftest.$ac_ext <<_ACEOF
15414 /* confdefs.h. */
15415 _ACEOF
15416 cat confdefs.h >>conftest.$ac_ext
15417 cat >>conftest.$ac_ext <<_ACEOF
15418 /* end confdefs.h. */
15420 /* Override any GCC internal prototype to avoid an error.
15421 Use char because int might match the return type of a GCC
15422 builtin and then its argument prototype would still apply. */
15423 #ifdef __cplusplus
15424 extern "C"
15425 #endif
15426 char AudioIOGetVersion ();
15428 main ()
15430 return AudioIOGetVersion ();
15432 return 0;
15434 _ACEOF
15435 rm -f conftest.$ac_objext conftest$ac_exeext
15436 if { (ac_try="$ac_link"
15437 case "(($ac_try" in
15438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15439 *) ac_try_echo=$ac_try;;
15440 esac
15441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15442 $as_echo "$ac_try_echo") >&5
15443 (eval "$ac_link") 2>conftest.er1
15444 ac_status=$?
15445 grep -v '^ *+' conftest.er1 >conftest.err
15446 rm -f conftest.er1
15447 cat conftest.err >&5
15448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); } && {
15450 test -z "$ac_c_werror_flag" ||
15451 test ! -s conftest.err
15452 } && test -s conftest$ac_exeext && {
15453 test "$cross_compiling" = yes ||
15454 $as_test_x conftest$ac_exeext
15455 }; then
15456 ac_cv_lib_audioio_AudioIOGetVersion=yes
15457 else
15458 $as_echo "$as_me: failed program was:" >&5
15459 sed 's/^/| /' conftest.$ac_ext >&5
15461 ac_cv_lib_audioio_AudioIOGetVersion=no
15464 rm -rf conftest.dSYM
15465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15466 conftest$ac_exeext conftest.$ac_ext
15467 LIBS=$ac_check_lib_save_LIBS
15469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15470 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15471 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15472 AUDIOIOLIBS="-laudioio"
15474 cat >>confdefs.h <<\_ACEOF
15475 #define HAVE_LIBAUDIOIO 1
15476 _ACEOF
15483 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15484 then
15485 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15486 $as_echo_n "checking for -lcapi20... " >&6; }
15487 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15488 $as_echo_n "(cached) " >&6
15489 else
15490 ac_check_soname_save_LIBS=$LIBS
15491 LIBS="-lcapi20 $LIBS"
15492 cat >conftest.$ac_ext <<_ACEOF
15493 /* confdefs.h. */
15494 _ACEOF
15495 cat confdefs.h >>conftest.$ac_ext
15496 cat >>conftest.$ac_ext <<_ACEOF
15497 /* end confdefs.h. */
15499 /* Override any GCC internal prototype to avoid an error.
15500 Use char because int might match the return type of a GCC
15501 builtin and then its argument prototype would still apply. */
15502 #ifdef __cplusplus
15503 extern "C"
15504 #endif
15505 char capi20_register ();
15507 main ()
15509 return capi20_register ();
15511 return 0;
15513 _ACEOF
15514 rm -f conftest.$ac_objext conftest$ac_exeext
15515 if { (ac_try="$ac_link"
15516 case "(($ac_try" in
15517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15518 *) ac_try_echo=$ac_try;;
15519 esac
15520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15521 $as_echo "$ac_try_echo") >&5
15522 (eval "$ac_link") 2>conftest.er1
15523 ac_status=$?
15524 grep -v '^ *+' conftest.er1 >conftest.err
15525 rm -f conftest.er1
15526 cat conftest.err >&5
15527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15528 (exit $ac_status); } && {
15529 test -z "$ac_c_werror_flag" ||
15530 test ! -s conftest.err
15531 } && test -s conftest$ac_exeext && {
15532 test "$cross_compiling" = yes ||
15533 $as_test_x conftest$ac_exeext
15534 }; then
15535 case "$LIBEXT" in
15536 dll) ;;
15537 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'` ;;
15538 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15539 esac
15540 else
15541 $as_echo "$as_me: failed program was:" >&5
15542 sed 's/^/| /' conftest.$ac_ext >&5
15547 rm -rf conftest.dSYM
15548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15549 conftest$ac_exeext conftest.$ac_ext
15550 LIBS=$ac_check_soname_save_LIBS
15552 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15553 { $as_echo "$as_me:$LINENO: result: not found" >&5
15554 $as_echo "not found" >&6; }
15556 else
15557 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15558 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15560 cat >>confdefs.h <<_ACEOF
15561 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15562 _ACEOF
15568 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15569 case "x$with_capi" in
15570 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15571 xno) ;;
15572 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15573 This is an error since --with-capi was requested." >&5
15574 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15575 This is an error since --with-capi was requested." >&2;}
15576 { (exit 1); exit 1; }; } ;;
15577 esac
15581 CUPSINCL=""
15583 if test "x$with_cups" != "xno"
15584 then
15585 ac_save_CPPFLAGS="$CPPFLAGS"
15586 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15587 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15588 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15590 for ac_header in cups/cups.h
15592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15593 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15595 $as_echo_n "checking for $ac_header... " >&6; }
15596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15597 $as_echo_n "(cached) " >&6
15599 ac_res=`eval 'as_val=${'$as_ac_Header'}
15600 $as_echo "$as_val"'`
15601 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15602 $as_echo "$ac_res" >&6; }
15603 else
15604 # Is the header compilable?
15605 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15606 $as_echo_n "checking $ac_header usability... " >&6; }
15607 cat >conftest.$ac_ext <<_ACEOF
15608 /* confdefs.h. */
15609 _ACEOF
15610 cat confdefs.h >>conftest.$ac_ext
15611 cat >>conftest.$ac_ext <<_ACEOF
15612 /* end confdefs.h. */
15613 $ac_includes_default
15614 #include <$ac_header>
15615 _ACEOF
15616 rm -f conftest.$ac_objext
15617 if { (ac_try="$ac_compile"
15618 case "(($ac_try" in
15619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15620 *) ac_try_echo=$ac_try;;
15621 esac
15622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15623 $as_echo "$ac_try_echo") >&5
15624 (eval "$ac_compile") 2>conftest.er1
15625 ac_status=$?
15626 grep -v '^ *+' conftest.er1 >conftest.err
15627 rm -f conftest.er1
15628 cat conftest.err >&5
15629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15630 (exit $ac_status); } && {
15631 test -z "$ac_c_werror_flag" ||
15632 test ! -s conftest.err
15633 } && test -s conftest.$ac_objext; then
15634 ac_header_compiler=yes
15635 else
15636 $as_echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15639 ac_header_compiler=no
15642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15643 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15644 $as_echo "$ac_header_compiler" >&6; }
15646 # Is the header present?
15647 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15648 $as_echo_n "checking $ac_header presence... " >&6; }
15649 cat >conftest.$ac_ext <<_ACEOF
15650 /* confdefs.h. */
15651 _ACEOF
15652 cat confdefs.h >>conftest.$ac_ext
15653 cat >>conftest.$ac_ext <<_ACEOF
15654 /* end confdefs.h. */
15655 #include <$ac_header>
15656 _ACEOF
15657 if { (ac_try="$ac_cpp conftest.$ac_ext"
15658 case "(($ac_try" in
15659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15660 *) ac_try_echo=$ac_try;;
15661 esac
15662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15663 $as_echo "$ac_try_echo") >&5
15664 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15665 ac_status=$?
15666 grep -v '^ *+' conftest.er1 >conftest.err
15667 rm -f conftest.er1
15668 cat conftest.err >&5
15669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15670 (exit $ac_status); } >/dev/null && {
15671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15672 test ! -s conftest.err
15673 }; then
15674 ac_header_preproc=yes
15675 else
15676 $as_echo "$as_me: failed program was:" >&5
15677 sed 's/^/| /' conftest.$ac_ext >&5
15679 ac_header_preproc=no
15682 rm -f conftest.err conftest.$ac_ext
15683 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15684 $as_echo "$ac_header_preproc" >&6; }
15686 # So? What about this header?
15687 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15688 yes:no: )
15689 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15690 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15691 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15692 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15693 ac_header_preproc=yes
15695 no:yes:* )
15696 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15697 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15698 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15699 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15700 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15701 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15702 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15703 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15704 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15705 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15706 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15707 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15708 ( cat <<\_ASBOX
15709 ## ------------------------------------ ##
15710 ## Report this to wine-devel@winehq.org ##
15711 ## ------------------------------------ ##
15712 _ASBOX
15713 ) | sed "s/^/$as_me: WARNING: /" >&2
15715 esac
15716 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15717 $as_echo_n "checking for $ac_header... " >&6; }
15718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15719 $as_echo_n "(cached) " >&6
15720 else
15721 eval "$as_ac_Header=\$ac_header_preproc"
15723 ac_res=`eval 'as_val=${'$as_ac_Header'}
15724 $as_echo "$as_val"'`
15725 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15726 $as_echo "$ac_res" >&6; }
15729 as_val=`eval 'as_val=${'$as_ac_Header'}
15730 $as_echo "$as_val"'`
15731 if test "x$as_val" = x""yes; then
15732 cat >>confdefs.h <<_ACEOF
15733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15734 _ACEOF
15735 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15736 $as_echo_n "checking for -lcups... " >&6; }
15737 if test "${ac_cv_lib_soname_cups+set}" = set; then
15738 $as_echo_n "(cached) " >&6
15739 else
15740 ac_check_soname_save_LIBS=$LIBS
15741 LIBS="-lcups $ac_cups_libs $LIBS"
15742 cat >conftest.$ac_ext <<_ACEOF
15743 /* confdefs.h. */
15744 _ACEOF
15745 cat confdefs.h >>conftest.$ac_ext
15746 cat >>conftest.$ac_ext <<_ACEOF
15747 /* end confdefs.h. */
15749 /* Override any GCC internal prototype to avoid an error.
15750 Use char because int might match the return type of a GCC
15751 builtin and then its argument prototype would still apply. */
15752 #ifdef __cplusplus
15753 extern "C"
15754 #endif
15755 char cupsGetDefault ();
15757 main ()
15759 return cupsGetDefault ();
15761 return 0;
15763 _ACEOF
15764 rm -f conftest.$ac_objext conftest$ac_exeext
15765 if { (ac_try="$ac_link"
15766 case "(($ac_try" in
15767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15768 *) ac_try_echo=$ac_try;;
15769 esac
15770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15771 $as_echo "$ac_try_echo") >&5
15772 (eval "$ac_link") 2>conftest.er1
15773 ac_status=$?
15774 grep -v '^ *+' conftest.er1 >conftest.err
15775 rm -f conftest.er1
15776 cat conftest.err >&5
15777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15778 (exit $ac_status); } && {
15779 test -z "$ac_c_werror_flag" ||
15780 test ! -s conftest.err
15781 } && test -s conftest$ac_exeext && {
15782 test "$cross_compiling" = yes ||
15783 $as_test_x conftest$ac_exeext
15784 }; then
15785 case "$LIBEXT" in
15786 dll) ;;
15787 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'` ;;
15788 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15789 esac
15790 else
15791 $as_echo "$as_me: failed program was:" >&5
15792 sed 's/^/| /' conftest.$ac_ext >&5
15797 rm -rf conftest.dSYM
15798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15799 conftest$ac_exeext conftest.$ac_ext
15800 LIBS=$ac_check_soname_save_LIBS
15802 if test "x$ac_cv_lib_soname_cups" = "x"; then
15803 { $as_echo "$as_me:$LINENO: result: not found" >&5
15804 $as_echo "not found" >&6; }
15806 else
15807 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15808 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15810 cat >>confdefs.h <<_ACEOF
15811 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15812 _ACEOF
15814 CUPSINCL="$ac_cups_cflags"
15819 done
15821 CPPFLAGS="$ac_save_CPPFLAGS"
15823 if test "x$ac_cv_lib_soname_cups" = "x"; then
15824 case "x$with_cups" in
15825 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15826 xno) ;;
15827 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15828 This is an error since --with-cups was requested." >&5
15829 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15830 This is an error since --with-cups was requested." >&2;}
15831 { (exit 1); exit 1; }; } ;;
15832 esac
15836 if test "$ac_cv_header_jack_jack_h" = "yes"
15837 then
15838 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15839 $as_echo_n "checking for -ljack... " >&6; }
15840 if test "${ac_cv_lib_soname_jack+set}" = set; then
15841 $as_echo_n "(cached) " >&6
15842 else
15843 ac_check_soname_save_LIBS=$LIBS
15844 LIBS="-ljack $LIBS"
15845 cat >conftest.$ac_ext <<_ACEOF
15846 /* confdefs.h. */
15847 _ACEOF
15848 cat confdefs.h >>conftest.$ac_ext
15849 cat >>conftest.$ac_ext <<_ACEOF
15850 /* end confdefs.h. */
15852 /* Override any GCC internal prototype to avoid an error.
15853 Use char because int might match the return type of a GCC
15854 builtin and then its argument prototype would still apply. */
15855 #ifdef __cplusplus
15856 extern "C"
15857 #endif
15858 char jack_client_new ();
15860 main ()
15862 return jack_client_new ();
15864 return 0;
15866 _ACEOF
15867 rm -f conftest.$ac_objext conftest$ac_exeext
15868 if { (ac_try="$ac_link"
15869 case "(($ac_try" in
15870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15871 *) ac_try_echo=$ac_try;;
15872 esac
15873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15874 $as_echo "$ac_try_echo") >&5
15875 (eval "$ac_link") 2>conftest.er1
15876 ac_status=$?
15877 grep -v '^ *+' conftest.er1 >conftest.err
15878 rm -f conftest.er1
15879 cat conftest.err >&5
15880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); } && {
15882 test -z "$ac_c_werror_flag" ||
15883 test ! -s conftest.err
15884 } && test -s conftest$ac_exeext && {
15885 test "$cross_compiling" = yes ||
15886 $as_test_x conftest$ac_exeext
15887 }; then
15888 case "$LIBEXT" in
15889 dll) ;;
15890 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'` ;;
15891 *) 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'` ;;
15892 esac
15893 else
15894 $as_echo "$as_me: failed program was:" >&5
15895 sed 's/^/| /' conftest.$ac_ext >&5
15900 rm -rf conftest.dSYM
15901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15902 conftest$ac_exeext conftest.$ac_ext
15903 LIBS=$ac_check_soname_save_LIBS
15905 if test "x$ac_cv_lib_soname_jack" = "x"; then
15906 { $as_echo "$as_me:$LINENO: result: not found" >&5
15907 $as_echo "not found" >&6; }
15909 else
15910 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15911 $as_echo "$ac_cv_lib_soname_jack" >&6; }
15913 cat >>confdefs.h <<_ACEOF
15914 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15915 _ACEOF
15922 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15923 then
15924 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15925 $as_echo_n "checking for -lfontconfig... " >&6; }
15926 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15927 $as_echo_n "(cached) " >&6
15928 else
15929 ac_check_soname_save_LIBS=$LIBS
15930 LIBS="-lfontconfig $LIBS"
15931 cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h. */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h. */
15938 /* Override any GCC internal prototype to avoid an error.
15939 Use char because int might match the return type of a GCC
15940 builtin and then its argument prototype would still apply. */
15941 #ifdef __cplusplus
15942 extern "C"
15943 #endif
15944 char FcInit ();
15946 main ()
15948 return FcInit ();
15950 return 0;
15952 _ACEOF
15953 rm -f conftest.$ac_objext conftest$ac_exeext
15954 if { (ac_try="$ac_link"
15955 case "(($ac_try" in
15956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15957 *) ac_try_echo=$ac_try;;
15958 esac
15959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15960 $as_echo "$ac_try_echo") >&5
15961 (eval "$ac_link") 2>conftest.er1
15962 ac_status=$?
15963 grep -v '^ *+' conftest.er1 >conftest.err
15964 rm -f conftest.er1
15965 cat conftest.err >&5
15966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15967 (exit $ac_status); } && {
15968 test -z "$ac_c_werror_flag" ||
15969 test ! -s conftest.err
15970 } && test -s conftest$ac_exeext && {
15971 test "$cross_compiling" = yes ||
15972 $as_test_x conftest$ac_exeext
15973 }; then
15974 case "$LIBEXT" in
15975 dll) ;;
15976 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'` ;;
15977 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15978 esac
15979 else
15980 $as_echo "$as_me: failed program was:" >&5
15981 sed 's/^/| /' conftest.$ac_ext >&5
15986 rm -rf conftest.dSYM
15987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15988 conftest$ac_exeext conftest.$ac_ext
15989 LIBS=$ac_check_soname_save_LIBS
15991 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15992 { $as_echo "$as_me:$LINENO: result: not found" >&5
15993 $as_echo "not found" >&6; }
15995 else
15996 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15997 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15999 cat >>confdefs.h <<_ACEOF
16000 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16001 _ACEOF
16006 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16007 then
16008 ac_save_CPPFLAGS="$CPPFLAGS"
16009 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16010 $as_unset ac_cv_header_fontconfig_fontconfig_h
16012 for ac_header in fontconfig/fontconfig.h
16014 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16016 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16017 $as_echo_n "checking for $ac_header... " >&6; }
16018 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16019 $as_echo_n "(cached) " >&6
16021 ac_res=`eval 'as_val=${'$as_ac_Header'}
16022 $as_echo "$as_val"'`
16023 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16024 $as_echo "$ac_res" >&6; }
16025 else
16026 # Is the header compilable?
16027 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16028 $as_echo_n "checking $ac_header usability... " >&6; }
16029 cat >conftest.$ac_ext <<_ACEOF
16030 /* confdefs.h. */
16031 _ACEOF
16032 cat confdefs.h >>conftest.$ac_ext
16033 cat >>conftest.$ac_ext <<_ACEOF
16034 /* end confdefs.h. */
16035 $ac_includes_default
16036 #include <$ac_header>
16037 _ACEOF
16038 rm -f conftest.$ac_objext
16039 if { (ac_try="$ac_compile"
16040 case "(($ac_try" in
16041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16042 *) ac_try_echo=$ac_try;;
16043 esac
16044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16045 $as_echo "$ac_try_echo") >&5
16046 (eval "$ac_compile") 2>conftest.er1
16047 ac_status=$?
16048 grep -v '^ *+' conftest.er1 >conftest.err
16049 rm -f conftest.er1
16050 cat conftest.err >&5
16051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16052 (exit $ac_status); } && {
16053 test -z "$ac_c_werror_flag" ||
16054 test ! -s conftest.err
16055 } && test -s conftest.$ac_objext; then
16056 ac_header_compiler=yes
16057 else
16058 $as_echo "$as_me: failed program was:" >&5
16059 sed 's/^/| /' conftest.$ac_ext >&5
16061 ac_header_compiler=no
16064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16065 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16066 $as_echo "$ac_header_compiler" >&6; }
16068 # Is the header present?
16069 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16070 $as_echo_n "checking $ac_header presence... " >&6; }
16071 cat >conftest.$ac_ext <<_ACEOF
16072 /* confdefs.h. */
16073 _ACEOF
16074 cat confdefs.h >>conftest.$ac_ext
16075 cat >>conftest.$ac_ext <<_ACEOF
16076 /* end confdefs.h. */
16077 #include <$ac_header>
16078 _ACEOF
16079 if { (ac_try="$ac_cpp conftest.$ac_ext"
16080 case "(($ac_try" in
16081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16082 *) ac_try_echo=$ac_try;;
16083 esac
16084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16085 $as_echo "$ac_try_echo") >&5
16086 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16087 ac_status=$?
16088 grep -v '^ *+' conftest.er1 >conftest.err
16089 rm -f conftest.er1
16090 cat conftest.err >&5
16091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } >/dev/null && {
16093 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16094 test ! -s conftest.err
16095 }; then
16096 ac_header_preproc=yes
16097 else
16098 $as_echo "$as_me: failed program was:" >&5
16099 sed 's/^/| /' conftest.$ac_ext >&5
16101 ac_header_preproc=no
16104 rm -f conftest.err conftest.$ac_ext
16105 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16106 $as_echo "$ac_header_preproc" >&6; }
16108 # So? What about this header?
16109 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16110 yes:no: )
16111 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16112 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16113 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16114 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16115 ac_header_preproc=yes
16117 no:yes:* )
16118 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16119 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16120 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16121 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16122 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16123 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16124 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16125 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16126 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16127 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16128 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16129 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16130 ( cat <<\_ASBOX
16131 ## ------------------------------------ ##
16132 ## Report this to wine-devel@winehq.org ##
16133 ## ------------------------------------ ##
16134 _ASBOX
16135 ) | sed "s/^/$as_me: WARNING: /" >&2
16137 esac
16138 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16139 $as_echo_n "checking for $ac_header... " >&6; }
16140 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16141 $as_echo_n "(cached) " >&6
16142 else
16143 eval "$as_ac_Header=\$ac_header_preproc"
16145 ac_res=`eval 'as_val=${'$as_ac_Header'}
16146 $as_echo "$as_val"'`
16147 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16148 $as_echo "$ac_res" >&6; }
16151 as_val=`eval 'as_val=${'$as_ac_Header'}
16152 $as_echo "$as_val"'`
16153 if test "x$as_val" = x""yes; then
16154 cat >>confdefs.h <<_ACEOF
16155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16156 _ACEOF
16160 done
16162 CPPFLAGS="$ac_save_CPPFLAGS"
16163 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16164 then
16165 FONTCONFIGINCL="$X_CFLAGS"
16167 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16168 $as_echo_n "checking for -lfontconfig... " >&6; }
16169 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16170 $as_echo_n "(cached) " >&6
16171 else
16172 ac_check_soname_save_LIBS=$LIBS
16173 LIBS="-lfontconfig $X_LIBS $LIBS"
16174 cat >conftest.$ac_ext <<_ACEOF
16175 /* confdefs.h. */
16176 _ACEOF
16177 cat confdefs.h >>conftest.$ac_ext
16178 cat >>conftest.$ac_ext <<_ACEOF
16179 /* end confdefs.h. */
16181 /* Override any GCC internal prototype to avoid an error.
16182 Use char because int might match the return type of a GCC
16183 builtin and then its argument prototype would still apply. */
16184 #ifdef __cplusplus
16185 extern "C"
16186 #endif
16187 char FcInit ();
16189 main ()
16191 return FcInit ();
16193 return 0;
16195 _ACEOF
16196 rm -f conftest.$ac_objext conftest$ac_exeext
16197 if { (ac_try="$ac_link"
16198 case "(($ac_try" in
16199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16200 *) ac_try_echo=$ac_try;;
16201 esac
16202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16203 $as_echo "$ac_try_echo") >&5
16204 (eval "$ac_link") 2>conftest.er1
16205 ac_status=$?
16206 grep -v '^ *+' conftest.er1 >conftest.err
16207 rm -f conftest.er1
16208 cat conftest.err >&5
16209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210 (exit $ac_status); } && {
16211 test -z "$ac_c_werror_flag" ||
16212 test ! -s conftest.err
16213 } && test -s conftest$ac_exeext && {
16214 test "$cross_compiling" = yes ||
16215 $as_test_x conftest$ac_exeext
16216 }; then
16217 case "$LIBEXT" in
16218 dll) ;;
16219 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'` ;;
16220 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16221 esac
16222 else
16223 $as_echo "$as_me: failed program was:" >&5
16224 sed 's/^/| /' conftest.$ac_ext >&5
16229 rm -rf conftest.dSYM
16230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16231 conftest$ac_exeext conftest.$ac_ext
16232 LIBS=$ac_check_soname_save_LIBS
16234 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16235 { $as_echo "$as_me:$LINENO: result: not found" >&5
16236 $as_echo "not found" >&6; }
16238 else
16239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16240 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16242 cat >>confdefs.h <<_ACEOF
16243 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16244 _ACEOF
16251 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16252 case "x$with_fontconfig" in
16253 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16254 xno) ;;
16255 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16256 This is an error since --with-fontconfig was requested." >&5
16257 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16258 This is an error since --with-fontconfig was requested." >&2;}
16259 { (exit 1); exit 1; }; } ;;
16260 esac
16264 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16265 then
16266 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16267 $as_echo_n "checking for -lssl... " >&6; }
16268 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16269 $as_echo_n "(cached) " >&6
16270 else
16271 ac_check_soname_save_LIBS=$LIBS
16272 LIBS="-lssl $LIBS"
16273 cat >conftest.$ac_ext <<_ACEOF
16274 /* confdefs.h. */
16275 _ACEOF
16276 cat confdefs.h >>conftest.$ac_ext
16277 cat >>conftest.$ac_ext <<_ACEOF
16278 /* end confdefs.h. */
16280 /* Override any GCC internal prototype to avoid an error.
16281 Use char because int might match the return type of a GCC
16282 builtin and then its argument prototype would still apply. */
16283 #ifdef __cplusplus
16284 extern "C"
16285 #endif
16286 char SSL_library_init ();
16288 main ()
16290 return SSL_library_init ();
16292 return 0;
16294 _ACEOF
16295 rm -f conftest.$ac_objext conftest$ac_exeext
16296 if { (ac_try="$ac_link"
16297 case "(($ac_try" in
16298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16299 *) ac_try_echo=$ac_try;;
16300 esac
16301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16302 $as_echo "$ac_try_echo") >&5
16303 (eval "$ac_link") 2>conftest.er1
16304 ac_status=$?
16305 grep -v '^ *+' conftest.er1 >conftest.err
16306 rm -f conftest.er1
16307 cat conftest.err >&5
16308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16309 (exit $ac_status); } && {
16310 test -z "$ac_c_werror_flag" ||
16311 test ! -s conftest.err
16312 } && test -s conftest$ac_exeext && {
16313 test "$cross_compiling" = yes ||
16314 $as_test_x conftest$ac_exeext
16315 }; then
16316 case "$LIBEXT" in
16317 dll) ;;
16318 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'` ;;
16319 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16320 esac
16321 else
16322 $as_echo "$as_me: failed program was:" >&5
16323 sed 's/^/| /' conftest.$ac_ext >&5
16328 rm -rf conftest.dSYM
16329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16330 conftest$ac_exeext conftest.$ac_ext
16331 LIBS=$ac_check_soname_save_LIBS
16333 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16334 { $as_echo "$as_me:$LINENO: result: not found" >&5
16335 $as_echo "not found" >&6; }
16337 else
16338 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16339 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16341 cat >>confdefs.h <<_ACEOF
16342 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16343 _ACEOF
16348 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16349 $as_echo_n "checking for -lcrypto... " >&6; }
16350 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16351 $as_echo_n "(cached) " >&6
16352 else
16353 ac_check_soname_save_LIBS=$LIBS
16354 LIBS="-lcrypto $LIBS"
16355 cat >conftest.$ac_ext <<_ACEOF
16356 /* confdefs.h. */
16357 _ACEOF
16358 cat confdefs.h >>conftest.$ac_ext
16359 cat >>conftest.$ac_ext <<_ACEOF
16360 /* end confdefs.h. */
16362 /* Override any GCC internal prototype to avoid an error.
16363 Use char because int might match the return type of a GCC
16364 builtin and then its argument prototype would still apply. */
16365 #ifdef __cplusplus
16366 extern "C"
16367 #endif
16368 char BIO_new_socket ();
16370 main ()
16372 return BIO_new_socket ();
16374 return 0;
16376 _ACEOF
16377 rm -f conftest.$ac_objext conftest$ac_exeext
16378 if { (ac_try="$ac_link"
16379 case "(($ac_try" in
16380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381 *) ac_try_echo=$ac_try;;
16382 esac
16383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16384 $as_echo "$ac_try_echo") >&5
16385 (eval "$ac_link") 2>conftest.er1
16386 ac_status=$?
16387 grep -v '^ *+' conftest.er1 >conftest.err
16388 rm -f conftest.er1
16389 cat conftest.err >&5
16390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16391 (exit $ac_status); } && {
16392 test -z "$ac_c_werror_flag" ||
16393 test ! -s conftest.err
16394 } && test -s conftest$ac_exeext && {
16395 test "$cross_compiling" = yes ||
16396 $as_test_x conftest$ac_exeext
16397 }; then
16398 case "$LIBEXT" in
16399 dll) ;;
16400 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'` ;;
16401 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16402 esac
16403 else
16404 $as_echo "$as_me: failed program was:" >&5
16405 sed 's/^/| /' conftest.$ac_ext >&5
16410 rm -rf conftest.dSYM
16411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16412 conftest$ac_exeext conftest.$ac_ext
16413 LIBS=$ac_check_soname_save_LIBS
16415 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16416 { $as_echo "$as_me:$LINENO: result: not found" >&5
16417 $as_echo "not found" >&6; }
16419 else
16420 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16421 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16423 cat >>confdefs.h <<_ACEOF
16424 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16425 _ACEOF
16431 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16432 case "x$with_openssl" in
16433 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16434 xno) ;;
16435 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16436 This is an error since --with-openssl was requested." >&5
16437 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16438 This is an error since --with-openssl was requested." >&2;}
16439 { (exit 1); exit 1; }; } ;;
16440 esac
16444 if test "$ac_cv_header_jpeglib_h" = "yes"
16445 then
16446 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16447 $as_echo_n "checking for -ljpeg... " >&6; }
16448 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16449 $as_echo_n "(cached) " >&6
16450 else
16451 ac_check_soname_save_LIBS=$LIBS
16452 LIBS="-ljpeg $LIBS"
16453 cat >conftest.$ac_ext <<_ACEOF
16454 /* confdefs.h. */
16455 _ACEOF
16456 cat confdefs.h >>conftest.$ac_ext
16457 cat >>conftest.$ac_ext <<_ACEOF
16458 /* end confdefs.h. */
16460 /* Override any GCC internal prototype to avoid an error.
16461 Use char because int might match the return type of a GCC
16462 builtin and then its argument prototype would still apply. */
16463 #ifdef __cplusplus
16464 extern "C"
16465 #endif
16466 char jpeg_start_decompress ();
16468 main ()
16470 return jpeg_start_decompress ();
16472 return 0;
16474 _ACEOF
16475 rm -f conftest.$ac_objext conftest$ac_exeext
16476 if { (ac_try="$ac_link"
16477 case "(($ac_try" in
16478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16480 esac
16481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16482 $as_echo "$ac_try_echo") >&5
16483 (eval "$ac_link") 2>conftest.er1
16484 ac_status=$?
16485 grep -v '^ *+' conftest.er1 >conftest.err
16486 rm -f conftest.er1
16487 cat conftest.err >&5
16488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16489 (exit $ac_status); } && {
16490 test -z "$ac_c_werror_flag" ||
16491 test ! -s conftest.err
16492 } && test -s conftest$ac_exeext && {
16493 test "$cross_compiling" = yes ||
16494 $as_test_x conftest$ac_exeext
16495 }; then
16496 case "$LIBEXT" in
16497 dll) ;;
16498 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'` ;;
16499 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16500 esac
16501 else
16502 $as_echo "$as_me: failed program was:" >&5
16503 sed 's/^/| /' conftest.$ac_ext >&5
16508 rm -rf conftest.dSYM
16509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16510 conftest$ac_exeext conftest.$ac_ext
16511 LIBS=$ac_check_soname_save_LIBS
16513 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16514 { $as_echo "$as_me:$LINENO: result: not found" >&5
16515 $as_echo "not found" >&6; }
16517 else
16518 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16519 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16521 cat >>confdefs.h <<_ACEOF
16522 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16523 _ACEOF
16529 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16530 case "x$with_jpeg" in
16531 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16532 xno) ;;
16533 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16534 This is an error since --with-jpeg was requested." >&5
16535 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16536 This is an error since --with-jpeg was requested." >&2;}
16537 { (exit 1); exit 1; }; } ;;
16538 esac
16542 if test "$ac_cv_header_png_h" = "yes"
16543 then
16544 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16545 $as_echo_n "checking for -lpng... " >&6; }
16546 if test "${ac_cv_lib_soname_png+set}" = set; then
16547 $as_echo_n "(cached) " >&6
16548 else
16549 ac_check_soname_save_LIBS=$LIBS
16550 LIBS="-lpng -lm -lz $LIBS"
16551 cat >conftest.$ac_ext <<_ACEOF
16552 /* confdefs.h. */
16553 _ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16558 /* Override any GCC internal prototype to avoid an error.
16559 Use char because int might match the return type of a GCC
16560 builtin and then its argument prototype would still apply. */
16561 #ifdef __cplusplus
16562 extern "C"
16563 #endif
16564 char png_create_read_struct ();
16566 main ()
16568 return png_create_read_struct ();
16570 return 0;
16572 _ACEOF
16573 rm -f conftest.$ac_objext conftest$ac_exeext
16574 if { (ac_try="$ac_link"
16575 case "(($ac_try" in
16576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16577 *) ac_try_echo=$ac_try;;
16578 esac
16579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16580 $as_echo "$ac_try_echo") >&5
16581 (eval "$ac_link") 2>conftest.er1
16582 ac_status=$?
16583 grep -v '^ *+' conftest.er1 >conftest.err
16584 rm -f conftest.er1
16585 cat conftest.err >&5
16586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16587 (exit $ac_status); } && {
16588 test -z "$ac_c_werror_flag" ||
16589 test ! -s conftest.err
16590 } && test -s conftest$ac_exeext && {
16591 test "$cross_compiling" = yes ||
16592 $as_test_x conftest$ac_exeext
16593 }; then
16594 case "$LIBEXT" in
16595 dll) ;;
16596 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'` ;;
16597 *) 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'` ;;
16598 esac
16599 else
16600 $as_echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16606 rm -rf conftest.dSYM
16607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16608 conftest$ac_exeext conftest.$ac_ext
16609 LIBS=$ac_check_soname_save_LIBS
16611 if test "x$ac_cv_lib_soname_png" = "x"; then
16612 { $as_echo "$as_me:$LINENO: result: not found" >&5
16613 $as_echo "not found" >&6; }
16615 else
16616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16617 $as_echo "$ac_cv_lib_soname_png" >&6; }
16619 cat >>confdefs.h <<_ACEOF
16620 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16621 _ACEOF
16626 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16627 then
16628 ac_save_CPPFLAGS="$CPPFLAGS"
16629 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16630 $as_unset ac_cv_header_png_h
16632 for ac_header in png.h
16634 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16636 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16637 $as_echo_n "checking for $ac_header... " >&6; }
16638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16639 $as_echo_n "(cached) " >&6
16641 ac_res=`eval 'as_val=${'$as_ac_Header'}
16642 $as_echo "$as_val"'`
16643 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16644 $as_echo "$ac_res" >&6; }
16645 else
16646 # Is the header compilable?
16647 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16648 $as_echo_n "checking $ac_header usability... " >&6; }
16649 cat >conftest.$ac_ext <<_ACEOF
16650 /* confdefs.h. */
16651 _ACEOF
16652 cat confdefs.h >>conftest.$ac_ext
16653 cat >>conftest.$ac_ext <<_ACEOF
16654 /* end confdefs.h. */
16655 $ac_includes_default
16656 #include <$ac_header>
16657 _ACEOF
16658 rm -f conftest.$ac_objext
16659 if { (ac_try="$ac_compile"
16660 case "(($ac_try" in
16661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16662 *) ac_try_echo=$ac_try;;
16663 esac
16664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16665 $as_echo "$ac_try_echo") >&5
16666 (eval "$ac_compile") 2>conftest.er1
16667 ac_status=$?
16668 grep -v '^ *+' conftest.er1 >conftest.err
16669 rm -f conftest.er1
16670 cat conftest.err >&5
16671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); } && {
16673 test -z "$ac_c_werror_flag" ||
16674 test ! -s conftest.err
16675 } && test -s conftest.$ac_objext; then
16676 ac_header_compiler=yes
16677 else
16678 $as_echo "$as_me: failed program was:" >&5
16679 sed 's/^/| /' conftest.$ac_ext >&5
16681 ac_header_compiler=no
16684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16685 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16686 $as_echo "$ac_header_compiler" >&6; }
16688 # Is the header present?
16689 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16690 $as_echo_n "checking $ac_header presence... " >&6; }
16691 cat >conftest.$ac_ext <<_ACEOF
16692 /* confdefs.h. */
16693 _ACEOF
16694 cat confdefs.h >>conftest.$ac_ext
16695 cat >>conftest.$ac_ext <<_ACEOF
16696 /* end confdefs.h. */
16697 #include <$ac_header>
16698 _ACEOF
16699 if { (ac_try="$ac_cpp conftest.$ac_ext"
16700 case "(($ac_try" in
16701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16702 *) ac_try_echo=$ac_try;;
16703 esac
16704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16705 $as_echo "$ac_try_echo") >&5
16706 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16707 ac_status=$?
16708 grep -v '^ *+' conftest.er1 >conftest.err
16709 rm -f conftest.er1
16710 cat conftest.err >&5
16711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16712 (exit $ac_status); } >/dev/null && {
16713 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16714 test ! -s conftest.err
16715 }; then
16716 ac_header_preproc=yes
16717 else
16718 $as_echo "$as_me: failed program was:" >&5
16719 sed 's/^/| /' conftest.$ac_ext >&5
16721 ac_header_preproc=no
16724 rm -f conftest.err conftest.$ac_ext
16725 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16726 $as_echo "$ac_header_preproc" >&6; }
16728 # So? What about this header?
16729 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16730 yes:no: )
16731 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16732 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16733 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16734 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16735 ac_header_preproc=yes
16737 no:yes:* )
16738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16739 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16741 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16743 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16744 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16745 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16746 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16747 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16748 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16749 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16750 ( cat <<\_ASBOX
16751 ## ------------------------------------ ##
16752 ## Report this to wine-devel@winehq.org ##
16753 ## ------------------------------------ ##
16754 _ASBOX
16755 ) | sed "s/^/$as_me: WARNING: /" >&2
16757 esac
16758 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16759 $as_echo_n "checking for $ac_header... " >&6; }
16760 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16761 $as_echo_n "(cached) " >&6
16762 else
16763 eval "$as_ac_Header=\$ac_header_preproc"
16765 ac_res=`eval 'as_val=${'$as_ac_Header'}
16766 $as_echo "$as_val"'`
16767 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16768 $as_echo "$ac_res" >&6; }
16771 as_val=`eval 'as_val=${'$as_ac_Header'}
16772 $as_echo "$as_val"'`
16773 if test "x$as_val" = x""yes; then
16774 cat >>confdefs.h <<_ACEOF
16775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16776 _ACEOF
16780 done
16782 CPPFLAGS="$ac_save_CPPFLAGS"
16783 if test "$ac_cv_header_png_h" = "yes"
16784 then
16785 PNGINCL="$X_CFLAGS"
16787 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16788 $as_echo_n "checking for -lpng... " >&6; }
16789 if test "${ac_cv_lib_soname_png+set}" = set; then
16790 $as_echo_n "(cached) " >&6
16791 else
16792 ac_check_soname_save_LIBS=$LIBS
16793 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16794 cat >conftest.$ac_ext <<_ACEOF
16795 /* confdefs.h. */
16796 _ACEOF
16797 cat confdefs.h >>conftest.$ac_ext
16798 cat >>conftest.$ac_ext <<_ACEOF
16799 /* end confdefs.h. */
16801 /* Override any GCC internal prototype to avoid an error.
16802 Use char because int might match the return type of a GCC
16803 builtin and then its argument prototype would still apply. */
16804 #ifdef __cplusplus
16805 extern "C"
16806 #endif
16807 char png_create_read_struct ();
16809 main ()
16811 return png_create_read_struct ();
16813 return 0;
16815 _ACEOF
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16820 *) ac_try_echo=$ac_try;;
16821 esac
16822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16823 $as_echo "$ac_try_echo") >&5
16824 (eval "$ac_link") 2>conftest.er1
16825 ac_status=$?
16826 grep -v '^ *+' conftest.er1 >conftest.err
16827 rm -f conftest.er1
16828 cat conftest.err >&5
16829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16830 (exit $ac_status); } && {
16831 test -z "$ac_c_werror_flag" ||
16832 test ! -s conftest.err
16833 } && test -s conftest$ac_exeext && {
16834 test "$cross_compiling" = yes ||
16835 $as_test_x conftest$ac_exeext
16836 }; then
16837 case "$LIBEXT" in
16838 dll) ;;
16839 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'` ;;
16840 *) 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'` ;;
16841 esac
16842 else
16843 $as_echo "$as_me: failed program was:" >&5
16844 sed 's/^/| /' conftest.$ac_ext >&5
16849 rm -rf conftest.dSYM
16850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16851 conftest$ac_exeext conftest.$ac_ext
16852 LIBS=$ac_check_soname_save_LIBS
16854 if test "x$ac_cv_lib_soname_png" = "x"; then
16855 { $as_echo "$as_me:$LINENO: result: not found" >&5
16856 $as_echo "not found" >&6; }
16858 else
16859 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16860 $as_echo "$ac_cv_lib_soname_png" >&6; }
16862 cat >>confdefs.h <<_ACEOF
16863 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16864 _ACEOF
16871 if test "x$ac_cv_lib_soname_png" = "x"; then
16872 case "x$with_png" in
16873 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16874 xno) ;;
16875 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16876 This is an error since --with-png was requested." >&5
16877 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16878 This is an error since --with-png was requested." >&2;}
16879 { (exit 1); exit 1; }; } ;;
16880 esac
16884 if test "$ac_cv_header_kstat_h" = "yes"
16885 then
16886 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16887 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16888 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16889 $as_echo_n "(cached) " >&6
16890 else
16891 ac_check_lib_save_LIBS=$LIBS
16892 LIBS="-lkstat $LIBS"
16893 cat >conftest.$ac_ext <<_ACEOF
16894 /* confdefs.h. */
16895 _ACEOF
16896 cat confdefs.h >>conftest.$ac_ext
16897 cat >>conftest.$ac_ext <<_ACEOF
16898 /* end confdefs.h. */
16900 /* Override any GCC internal prototype to avoid an error.
16901 Use char because int might match the return type of a GCC
16902 builtin and then its argument prototype would still apply. */
16903 #ifdef __cplusplus
16904 extern "C"
16905 #endif
16906 char kstat_open ();
16908 main ()
16910 return kstat_open ();
16912 return 0;
16914 _ACEOF
16915 rm -f conftest.$ac_objext conftest$ac_exeext
16916 if { (ac_try="$ac_link"
16917 case "(($ac_try" in
16918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16919 *) ac_try_echo=$ac_try;;
16920 esac
16921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16922 $as_echo "$ac_try_echo") >&5
16923 (eval "$ac_link") 2>conftest.er1
16924 ac_status=$?
16925 grep -v '^ *+' conftest.er1 >conftest.err
16926 rm -f conftest.er1
16927 cat conftest.err >&5
16928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest$ac_exeext && {
16933 test "$cross_compiling" = yes ||
16934 $as_test_x conftest$ac_exeext
16935 }; then
16936 ac_cv_lib_kstat_kstat_open=yes
16937 else
16938 $as_echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16941 ac_cv_lib_kstat_kstat_open=no
16944 rm -rf conftest.dSYM
16945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16946 conftest$ac_exeext conftest.$ac_ext
16947 LIBS=$ac_check_lib_save_LIBS
16949 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16950 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16951 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
16953 cat >>confdefs.h <<\_ACEOF
16954 #define HAVE_LIBKSTAT 1
16955 _ACEOF
16957 LIBKSTAT="-lkstat"
16963 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16964 $as_echo_n "checking for -lodbc... " >&6; }
16965 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16966 $as_echo_n "(cached) " >&6
16967 else
16968 ac_check_soname_save_LIBS=$LIBS
16969 LIBS="-lodbc $LIBS"
16970 cat >conftest.$ac_ext <<_ACEOF
16971 /* confdefs.h. */
16972 _ACEOF
16973 cat confdefs.h >>conftest.$ac_ext
16974 cat >>conftest.$ac_ext <<_ACEOF
16975 /* end confdefs.h. */
16977 /* Override any GCC internal prototype to avoid an error.
16978 Use char because int might match the return type of a GCC
16979 builtin and then its argument prototype would still apply. */
16980 #ifdef __cplusplus
16981 extern "C"
16982 #endif
16983 char SQLConnect ();
16985 main ()
16987 return SQLConnect ();
16989 return 0;
16991 _ACEOF
16992 rm -f conftest.$ac_objext conftest$ac_exeext
16993 if { (ac_try="$ac_link"
16994 case "(($ac_try" in
16995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16996 *) ac_try_echo=$ac_try;;
16997 esac
16998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16999 $as_echo "$ac_try_echo") >&5
17000 (eval "$ac_link") 2>conftest.er1
17001 ac_status=$?
17002 grep -v '^ *+' conftest.er1 >conftest.err
17003 rm -f conftest.er1
17004 cat conftest.err >&5
17005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17006 (exit $ac_status); } && {
17007 test -z "$ac_c_werror_flag" ||
17008 test ! -s conftest.err
17009 } && test -s conftest$ac_exeext && {
17010 test "$cross_compiling" = yes ||
17011 $as_test_x conftest$ac_exeext
17012 }; then
17013 case "$LIBEXT" in
17014 dll) ;;
17015 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'` ;;
17016 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17017 esac
17018 else
17019 $as_echo "$as_me: failed program was:" >&5
17020 sed 's/^/| /' conftest.$ac_ext >&5
17025 rm -rf conftest.dSYM
17026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17027 conftest$ac_exeext conftest.$ac_ext
17028 LIBS=$ac_check_soname_save_LIBS
17030 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17031 { $as_echo "$as_me:$LINENO: result: not found" >&5
17032 $as_echo "not found" >&6; }
17033 cat >>confdefs.h <<_ACEOF
17034 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17035 _ACEOF
17037 else
17038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17039 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17041 cat >>confdefs.h <<_ACEOF
17042 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17043 _ACEOF
17049 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17050 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17051 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17052 "$ac_cv_header_soundcard_h" != "yes" -a \
17053 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17054 then
17055 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17059 EXTRACFLAGS=""
17061 if test "x${GCC}" = "xyes"
17062 then
17063 EXTRACFLAGS="-Wall -pipe"
17065 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17066 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17067 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17068 $as_echo_n "(cached) " >&6
17069 else
17070 if test "$cross_compiling" = yes; then
17071 ac_cv_c_gcc_strength_bug="yes"
17072 else
17073 cat >conftest.$ac_ext <<_ACEOF
17074 /* confdefs.h. */
17075 _ACEOF
17076 cat confdefs.h >>conftest.$ac_ext
17077 cat >>conftest.$ac_ext <<_ACEOF
17078 /* end confdefs.h. */
17079 int L[4] = {0,1,2,3};
17081 main ()
17083 static int Array[3];
17084 unsigned int B = 3;
17085 int i;
17086 for(i=0; i<B; i++) Array[i] = i - 3;
17087 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17088 L[i] = 4;
17089 return (Array[1] != -2 || L[2] != 3)
17091 return 0;
17093 _ACEOF
17094 rm -f conftest$ac_exeext
17095 if { (ac_try="$ac_link"
17096 case "(($ac_try" in
17097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17098 *) ac_try_echo=$ac_try;;
17099 esac
17100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17101 $as_echo "$ac_try_echo") >&5
17102 (eval "$ac_link") 2>&5
17103 ac_status=$?
17104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17106 { (case "(($ac_try" in
17107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17108 *) ac_try_echo=$ac_try;;
17109 esac
17110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17111 $as_echo "$ac_try_echo") >&5
17112 (eval "$ac_try") 2>&5
17113 ac_status=$?
17114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17115 (exit $ac_status); }; }; then
17116 ac_cv_c_gcc_strength_bug="no"
17117 else
17118 $as_echo "$as_me: program exited with status $ac_status" >&5
17119 $as_echo "$as_me: failed program was:" >&5
17120 sed 's/^/| /' conftest.$ac_ext >&5
17122 ( exit $ac_status )
17123 ac_cv_c_gcc_strength_bug="yes"
17125 rm -rf conftest.dSYM
17126 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17131 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17132 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17133 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17134 then
17135 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17138 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17139 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17140 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17141 $as_echo_n "(cached) " >&6
17142 else
17143 ac_wine_try_cflags_saved=$CFLAGS
17144 CFLAGS="$CFLAGS -fno-builtin"
17145 cat >conftest.$ac_ext <<_ACEOF
17146 /* confdefs.h. */
17147 _ACEOF
17148 cat confdefs.h >>conftest.$ac_ext
17149 cat >>conftest.$ac_ext <<_ACEOF
17150 /* end confdefs.h. */
17153 main ()
17157 return 0;
17159 _ACEOF
17160 rm -f conftest.$ac_objext conftest$ac_exeext
17161 if { (ac_try="$ac_link"
17162 case "(($ac_try" in
17163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17164 *) ac_try_echo=$ac_try;;
17165 esac
17166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17167 $as_echo "$ac_try_echo") >&5
17168 (eval "$ac_link") 2>conftest.er1
17169 ac_status=$?
17170 grep -v '^ *+' conftest.er1 >conftest.err
17171 rm -f conftest.er1
17172 cat conftest.err >&5
17173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17174 (exit $ac_status); } && {
17175 test -z "$ac_c_werror_flag" ||
17176 test ! -s conftest.err
17177 } && test -s conftest$ac_exeext && {
17178 test "$cross_compiling" = yes ||
17179 $as_test_x conftest$ac_exeext
17180 }; then
17181 ac_cv_cflags__fno_builtin=yes
17182 else
17183 $as_echo "$as_me: failed program was:" >&5
17184 sed 's/^/| /' conftest.$ac_ext >&5
17186 ac_cv_cflags__fno_builtin=no
17189 rm -rf conftest.dSYM
17190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17191 conftest$ac_exeext conftest.$ac_ext
17192 CFLAGS=$ac_wine_try_cflags_saved
17194 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17195 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17196 if test $ac_cv_cflags__fno_builtin = yes; then
17197 BUILTINFLAG="-fno-builtin"
17201 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17202 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17203 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17204 $as_echo_n "(cached) " >&6
17205 else
17206 ac_wine_try_cflags_saved=$CFLAGS
17207 CFLAGS="$CFLAGS -fno-strict-aliasing"
17208 cat >conftest.$ac_ext <<_ACEOF
17209 /* confdefs.h. */
17210 _ACEOF
17211 cat confdefs.h >>conftest.$ac_ext
17212 cat >>conftest.$ac_ext <<_ACEOF
17213 /* end confdefs.h. */
17216 main ()
17220 return 0;
17222 _ACEOF
17223 rm -f conftest.$ac_objext conftest$ac_exeext
17224 if { (ac_try="$ac_link"
17225 case "(($ac_try" in
17226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17227 *) ac_try_echo=$ac_try;;
17228 esac
17229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17230 $as_echo "$ac_try_echo") >&5
17231 (eval "$ac_link") 2>conftest.er1
17232 ac_status=$?
17233 grep -v '^ *+' conftest.er1 >conftest.err
17234 rm -f conftest.er1
17235 cat conftest.err >&5
17236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } && {
17238 test -z "$ac_c_werror_flag" ||
17239 test ! -s conftest.err
17240 } && test -s conftest$ac_exeext && {
17241 test "$cross_compiling" = yes ||
17242 $as_test_x conftest$ac_exeext
17243 }; then
17244 ac_cv_cflags__fno_strict_aliasing=yes
17245 else
17246 $as_echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ac_cv_cflags__fno_strict_aliasing=no
17252 rm -rf conftest.dSYM
17253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17254 conftest$ac_exeext conftest.$ac_ext
17255 CFLAGS=$ac_wine_try_cflags_saved
17257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17258 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17259 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17260 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17263 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17264 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17265 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17266 $as_echo_n "(cached) " >&6
17267 else
17268 ac_wine_try_cflags_saved=$CFLAGS
17269 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17270 cat >conftest.$ac_ext <<_ACEOF
17271 /* confdefs.h. */
17272 _ACEOF
17273 cat confdefs.h >>conftest.$ac_ext
17274 cat >>conftest.$ac_ext <<_ACEOF
17275 /* end confdefs.h. */
17278 main ()
17282 return 0;
17284 _ACEOF
17285 rm -f conftest.$ac_objext conftest$ac_exeext
17286 if { (ac_try="$ac_link"
17287 case "(($ac_try" in
17288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17289 *) ac_try_echo=$ac_try;;
17290 esac
17291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17292 $as_echo "$ac_try_echo") >&5
17293 (eval "$ac_link") 2>conftest.er1
17294 ac_status=$?
17295 grep -v '^ *+' conftest.er1 >conftest.err
17296 rm -f conftest.er1
17297 cat conftest.err >&5
17298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17299 (exit $ac_status); } && {
17300 test -z "$ac_c_werror_flag" ||
17301 test ! -s conftest.err
17302 } && test -s conftest$ac_exeext && {
17303 test "$cross_compiling" = yes ||
17304 $as_test_x conftest$ac_exeext
17305 }; then
17306 ac_cv_cflags__Wdeclaration_after_statement=yes
17307 else
17308 $as_echo "$as_me: failed program was:" >&5
17309 sed 's/^/| /' conftest.$ac_ext >&5
17311 ac_cv_cflags__Wdeclaration_after_statement=no
17314 rm -rf conftest.dSYM
17315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17316 conftest$ac_exeext conftest.$ac_ext
17317 CFLAGS=$ac_wine_try_cflags_saved
17319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17320 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17321 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17322 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17325 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17326 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17327 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17328 $as_echo_n "(cached) " >&6
17329 else
17330 ac_wine_try_cflags_saved=$CFLAGS
17331 CFLAGS="$CFLAGS -Wwrite-strings"
17332 cat >conftest.$ac_ext <<_ACEOF
17333 /* confdefs.h. */
17334 _ACEOF
17335 cat confdefs.h >>conftest.$ac_ext
17336 cat >>conftest.$ac_ext <<_ACEOF
17337 /* end confdefs.h. */
17340 main ()
17344 return 0;
17346 _ACEOF
17347 rm -f conftest.$ac_objext conftest$ac_exeext
17348 if { (ac_try="$ac_link"
17349 case "(($ac_try" in
17350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17351 *) ac_try_echo=$ac_try;;
17352 esac
17353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17354 $as_echo "$ac_try_echo") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext && {
17365 test "$cross_compiling" = yes ||
17366 $as_test_x conftest$ac_exeext
17367 }; then
17368 ac_cv_cflags__Wwrite_strings=yes
17369 else
17370 $as_echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.$ac_ext >&5
17373 ac_cv_cflags__Wwrite_strings=no
17376 rm -rf conftest.dSYM
17377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17378 conftest$ac_exeext conftest.$ac_ext
17379 CFLAGS=$ac_wine_try_cflags_saved
17381 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17382 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17383 if test $ac_cv_cflags__Wwrite_strings = yes; then
17384 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17387 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17388 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17389 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17390 $as_echo_n "(cached) " >&6
17391 else
17392 ac_wine_try_cflags_saved=$CFLAGS
17393 CFLAGS="$CFLAGS -Wtype-limits"
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17402 main ()
17406 return 0;
17408 _ACEOF
17409 rm -f conftest.$ac_objext conftest$ac_exeext
17410 if { (ac_try="$ac_link"
17411 case "(($ac_try" in
17412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17413 *) ac_try_echo=$ac_try;;
17414 esac
17415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17416 $as_echo "$ac_try_echo") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext && {
17427 test "$cross_compiling" = yes ||
17428 $as_test_x conftest$ac_exeext
17429 }; then
17430 ac_cv_cflags__Wtype_limits=yes
17431 else
17432 $as_echo "$as_me: failed program was:" >&5
17433 sed 's/^/| /' conftest.$ac_ext >&5
17435 ac_cv_cflags__Wtype_limits=no
17438 rm -rf conftest.dSYM
17439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17440 conftest$ac_exeext conftest.$ac_ext
17441 CFLAGS=$ac_wine_try_cflags_saved
17443 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17444 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17445 if test $ac_cv_cflags__Wtype_limits = yes; then
17446 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17450 saved_CFLAGS="$CFLAGS"
17451 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17452 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17453 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17454 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17455 $as_echo_n "(cached) " >&6
17456 else
17457 cat >conftest.$ac_ext <<_ACEOF
17458 /* confdefs.h. */
17459 _ACEOF
17460 cat confdefs.h >>conftest.$ac_ext
17461 cat >>conftest.$ac_ext <<_ACEOF
17462 /* end confdefs.h. */
17463 #include <string.h>
17465 main ()
17469 return 0;
17471 _ACEOF
17472 rm -f conftest.$ac_objext
17473 if { (ac_try="$ac_compile"
17474 case "(($ac_try" in
17475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17476 *) ac_try_echo=$ac_try;;
17477 esac
17478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17479 $as_echo "$ac_try_echo") >&5
17480 (eval "$ac_compile") 2>conftest.er1
17481 ac_status=$?
17482 grep -v '^ *+' conftest.er1 >conftest.err
17483 rm -f conftest.er1
17484 cat conftest.err >&5
17485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); } && {
17487 test -z "$ac_c_werror_flag" ||
17488 test ! -s conftest.err
17489 } && test -s conftest.$ac_objext; then
17490 ac_cv_c_string_h_warnings=no
17491 else
17492 $as_echo "$as_me: failed program was:" >&5
17493 sed 's/^/| /' conftest.$ac_ext >&5
17495 ac_cv_c_string_h_warnings=yes
17498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17500 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17501 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17502 CFLAGS="$saved_CFLAGS"
17503 if test "$ac_cv_c_string_h_warnings" = "no"
17504 then
17505 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17510 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17511 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17512 if test "${ac_cv_c_extern_prefix+set}" = set; then
17513 $as_echo_n "(cached) " >&6
17514 else
17515 cat >conftest.$ac_ext <<_ACEOF
17516 /* confdefs.h. */
17517 _ACEOF
17518 cat confdefs.h >>conftest.$ac_ext
17519 cat >>conftest.$ac_ext <<_ACEOF
17520 /* end confdefs.h. */
17521 extern int ac_test;
17523 main ()
17525 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17527 return 0;
17529 _ACEOF
17530 rm -f conftest.$ac_objext conftest$ac_exeext
17531 if { (ac_try="$ac_link"
17532 case "(($ac_try" in
17533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17534 *) ac_try_echo=$ac_try;;
17535 esac
17536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17537 $as_echo "$ac_try_echo") >&5
17538 (eval "$ac_link") 2>conftest.er1
17539 ac_status=$?
17540 grep -v '^ *+' conftest.er1 >conftest.err
17541 rm -f conftest.er1
17542 cat conftest.err >&5
17543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17544 (exit $ac_status); } && {
17545 test -z "$ac_c_werror_flag" ||
17546 test ! -s conftest.err
17547 } && test -s conftest$ac_exeext && {
17548 test "$cross_compiling" = yes ||
17549 $as_test_x conftest$ac_exeext
17550 }; then
17551 ac_cv_c_extern_prefix="yes"
17552 else
17553 $as_echo "$as_me: failed program was:" >&5
17554 sed 's/^/| /' conftest.$ac_ext >&5
17556 ac_cv_c_extern_prefix="no"
17559 rm -rf conftest.dSYM
17560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17561 conftest$ac_exeext conftest.$ac_ext
17563 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17564 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17568 if test "$ac_cv_c_extern_prefix" = "yes"
17569 then
17570 cat >>confdefs.h <<\_ACEOF
17571 #define __ASM_NAME(name) "_" name
17572 _ACEOF
17574 asm_name_prefix="_"
17575 else
17576 cat >>confdefs.h <<\_ACEOF
17577 #define __ASM_NAME(name) name
17578 _ACEOF
17580 asm_name_prefix=""
17584 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17585 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17586 if test "${ac_cv_asm_func_def+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. */
17597 main ()
17599 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17601 return 0;
17603 _ACEOF
17604 rm -f conftest.$ac_objext conftest$ac_exeext
17605 if { (ac_try="$ac_link"
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_link") 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_exeext && {
17622 test "$cross_compiling" = yes ||
17623 $as_test_x conftest$ac_exeext
17624 }; then
17625 ac_cv_asm_func_def=".def"
17626 else
17627 $as_echo "$as_me: failed program was:" >&5
17628 sed 's/^/| /' conftest.$ac_ext >&5
17630 cat >conftest.$ac_ext <<_ACEOF
17631 /* confdefs.h. */
17632 _ACEOF
17633 cat confdefs.h >>conftest.$ac_ext
17634 cat >>conftest.$ac_ext <<_ACEOF
17635 /* end confdefs.h. */
17638 main ()
17640 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17642 return 0;
17644 _ACEOF
17645 rm -f conftest.$ac_objext conftest$ac_exeext
17646 if { (ac_try="$ac_link"
17647 case "(($ac_try" in
17648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17649 *) ac_try_echo=$ac_try;;
17650 esac
17651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17652 $as_echo "$ac_try_echo") >&5
17653 (eval "$ac_link") 2>conftest.er1
17654 ac_status=$?
17655 grep -v '^ *+' conftest.er1 >conftest.err
17656 rm -f conftest.er1
17657 cat conftest.err >&5
17658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17659 (exit $ac_status); } && {
17660 test -z "$ac_c_werror_flag" ||
17661 test ! -s conftest.err
17662 } && test -s conftest$ac_exeext && {
17663 test "$cross_compiling" = yes ||
17664 $as_test_x conftest$ac_exeext
17665 }; then
17666 ac_cv_asm_func_def=".type @function"
17667 else
17668 $as_echo "$as_me: failed program was:" >&5
17669 sed 's/^/| /' conftest.$ac_ext >&5
17671 cat >conftest.$ac_ext <<_ACEOF
17672 /* confdefs.h. */
17673 _ACEOF
17674 cat confdefs.h >>conftest.$ac_ext
17675 cat >>conftest.$ac_ext <<_ACEOF
17676 /* end confdefs.h. */
17679 main ()
17681 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17683 return 0;
17685 _ACEOF
17686 rm -f conftest.$ac_objext conftest$ac_exeext
17687 if { (ac_try="$ac_link"
17688 case "(($ac_try" in
17689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17690 *) ac_try_echo=$ac_try;;
17691 esac
17692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17693 $as_echo "$ac_try_echo") >&5
17694 (eval "$ac_link") 2>conftest.er1
17695 ac_status=$?
17696 grep -v '^ *+' conftest.er1 >conftest.err
17697 rm -f conftest.er1
17698 cat conftest.err >&5
17699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700 (exit $ac_status); } && {
17701 test -z "$ac_c_werror_flag" ||
17702 test ! -s conftest.err
17703 } && test -s conftest$ac_exeext && {
17704 test "$cross_compiling" = yes ||
17705 $as_test_x conftest$ac_exeext
17706 }; then
17707 ac_cv_asm_func_def=".type 2"
17708 else
17709 $as_echo "$as_me: failed program was:" >&5
17710 sed 's/^/| /' conftest.$ac_ext >&5
17712 ac_cv_asm_func_def="unknown"
17715 rm -rf conftest.dSYM
17716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17717 conftest$ac_exeext conftest.$ac_ext
17720 rm -rf conftest.dSYM
17721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17722 conftest$ac_exeext conftest.$ac_ext
17725 rm -rf conftest.dSYM
17726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17727 conftest$ac_exeext conftest.$ac_ext
17729 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17730 $as_echo "$ac_cv_asm_func_def" >&6; }
17734 case "$ac_cv_asm_func_def" in
17735 ".def")
17736 cat >>confdefs.h <<\_ACEOF
17737 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17738 _ACEOF
17740 asm_func_header=".def $asm_name_prefix\" #name \"; .scl 2; .type 32; .endef" ;;
17741 ".type @function")
17742 cat >>confdefs.h <<\_ACEOF
17743 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17744 _ACEOF
17746 asm_func_header=".type $asm_name_prefix\" #name \",@function" ;;
17747 ".type 2")
17748 cat >>confdefs.h <<\_ACEOF
17749 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17750 _ACEOF
17752 asm_func_header=".type $asm_name_prefix\" #name \",2" ;;
17754 cat >>confdefs.h <<\_ACEOF
17755 #define __ASM_FUNC(name) ""
17756 _ACEOF
17758 asm_func_header="" ;;
17759 esac
17761 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17762 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
17763 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17764 $as_echo_n "(cached) " >&6
17765 else
17766 cat >conftest.$ac_ext <<_ACEOF
17767 /* confdefs.h. */
17768 _ACEOF
17769 cat confdefs.h >>conftest.$ac_ext
17770 cat >>conftest.$ac_ext <<_ACEOF
17771 /* end confdefs.h. */
17772 asm(".text\n\t.long 0");
17774 main ()
17778 return 0;
17780 _ACEOF
17781 rm -f conftest.$ac_objext
17782 if { (ac_try="$ac_compile"
17783 case "(($ac_try" in
17784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17785 *) ac_try_echo=$ac_try;;
17786 esac
17787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17788 $as_echo "$ac_try_echo") >&5
17789 (eval "$ac_compile") 2>conftest.er1
17790 ac_status=$?
17791 grep -v '^ *+' conftest.er1 >conftest.err
17792 rm -f conftest.er1
17793 cat conftest.err >&5
17794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795 (exit $ac_status); } && {
17796 test -z "$ac_c_werror_flag" ||
17797 test ! -s conftest.err
17798 } && test -s conftest.$ac_objext; then
17799 ac_cv_c_asm_outside_funcs="yes"
17800 else
17801 $as_echo "$as_me: failed program was:" >&5
17802 sed 's/^/| /' conftest.$ac_ext >&5
17804 ac_cv_c_asm_outside_funcs="no"
17807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17809 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17810 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
17812 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17813 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
17814 if test "${ac_cv_c_dot_previous+set}" = set; then
17815 $as_echo_n "(cached) " >&6
17816 else
17817 cat >conftest.$ac_ext <<_ACEOF
17818 /* confdefs.h. */
17819 _ACEOF
17820 cat confdefs.h >>conftest.$ac_ext
17821 cat >>conftest.$ac_ext <<_ACEOF
17822 /* end confdefs.h. */
17825 main ()
17827 asm(".text\nac_test:\t.long 0\n\t.previous");
17829 return 0;
17831 _ACEOF
17832 rm -f conftest.$ac_objext conftest$ac_exeext
17833 if { (ac_try="$ac_link"
17834 case "(($ac_try" in
17835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17836 *) ac_try_echo=$ac_try;;
17837 esac
17838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17839 $as_echo "$ac_try_echo") >&5
17840 (eval "$ac_link") 2>conftest.er1
17841 ac_status=$?
17842 grep -v '^ *+' conftest.er1 >conftest.err
17843 rm -f conftest.er1
17844 cat conftest.err >&5
17845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); } && {
17847 test -z "$ac_c_werror_flag" ||
17848 test ! -s conftest.err
17849 } && test -s conftest$ac_exeext && {
17850 test "$cross_compiling" = yes ||
17851 $as_test_x conftest$ac_exeext
17852 }; then
17853 ac_cv_c_dot_previous="yes"
17854 else
17855 $as_echo "$as_me: failed program was:" >&5
17856 sed 's/^/| /' conftest.$ac_ext >&5
17858 ac_cv_c_dot_previous="no"
17861 rm -rf conftest.dSYM
17862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17863 conftest$ac_exeext conftest.$ac_ext
17865 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17866 $as_echo "$ac_cv_c_dot_previous" >&6; }
17868 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17869 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
17870 if test "${ac_cv_c_cfi_support+set}" = set; then
17871 $as_echo_n "(cached) " >&6
17872 else
17873 cat >conftest.$ac_ext <<_ACEOF
17874 /* confdefs.h. */
17875 _ACEOF
17876 cat confdefs.h >>conftest.$ac_ext
17877 cat >>conftest.$ac_ext <<_ACEOF
17878 /* end confdefs.h. */
17879 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17881 main ()
17885 return 0;
17887 _ACEOF
17888 rm -f conftest.$ac_objext
17889 if { (ac_try="$ac_compile"
17890 case "(($ac_try" in
17891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17892 *) ac_try_echo=$ac_try;;
17893 esac
17894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17895 $as_echo "$ac_try_echo") >&5
17896 (eval "$ac_compile") 2>conftest.er1
17897 ac_status=$?
17898 grep -v '^ *+' conftest.er1 >conftest.err
17899 rm -f conftest.er1
17900 cat conftest.err >&5
17901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17902 (exit $ac_status); } && {
17903 test -z "$ac_c_werror_flag" ||
17904 test ! -s conftest.err
17905 } && test -s conftest.$ac_objext; then
17906 ac_cv_c_cfi_support="yes"
17907 else
17908 $as_echo "$as_me: failed program was:" >&5
17909 sed 's/^/| /' conftest.$ac_ext >&5
17911 ac_cv_c_cfi_support="no"
17914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17916 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
17917 $as_echo "$ac_cv_c_cfi_support" >&6; }
17919 asm_func_header=".globl $asm_name_prefix\" #name \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name \":\\n\\t"
17920 asm_func_trailer=""
17921 if test "$ac_cv_c_dot_previous" = "yes"
17922 then
17923 asm_func_trailer="\\n\\t.previous"
17925 if test "$ac_cv_c_cfi_support" = "yes"
17926 then
17927 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
17928 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
17931 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17935 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17936 then
17937 cat >>confdefs.h <<_ACEOF
17938 #define __ASM_GLOBAL_FUNC(name,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17939 _ACEOF
17941 else
17942 cat >>confdefs.h <<_ACEOF
17943 #define __ASM_GLOBAL_FUNC(name,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17944 _ACEOF
17949 LDPATH=""
17951 case $build_os in
17952 cygwin*|mingw32*)
17953 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17955 darwin*|macosx*)
17958 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17960 esac
17962 case $host_os in
17963 mingw32*)
17964 CRTLIBS="-lmsvcrt"
17966 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17969 esac
17971 case $host_cpu in
17972 *i[3456789]86*)
17973 case $host_os in
17974 linux* | k*bsd*-gnu)
17975 EXTRA_BINARIES="wine-preloader"
17977 esac
17979 esac
17982 ac_save_CFLAGS="$CFLAGS"
17983 CFLAGS="$CFLAGS $BUILTINFLAG"
18053 for ac_func in \
18054 _pclose \
18055 _popen \
18056 _snprintf \
18057 _spawnvp \
18058 _strdup \
18059 _stricmp \
18060 _strnicmp \
18061 _strtoi64 \
18062 _strtoui64 \
18063 _vsnprintf \
18064 asctime_r \
18065 chsize \
18066 dlopen \
18067 epoll_create \
18068 ffs \
18069 finite \
18070 fnmatch \
18071 fork \
18072 fpclass \
18073 fstatfs \
18074 fstatvfs \
18075 ftruncate \
18076 futimes \
18077 futimesat \
18078 getdirentries \
18079 getopt_long \
18080 getpagesize \
18081 getpwuid \
18082 gettid \
18083 gettimeofday \
18084 getuid \
18085 kqueue \
18086 lstat \
18087 memmove \
18088 mmap \
18089 pclose \
18090 poll \
18091 popen \
18092 prctl \
18093 pread \
18094 pwrite \
18095 readdir \
18096 readlink \
18097 sched_yield \
18098 select \
18099 setproctitle \
18100 setrlimit \
18101 settimeofday \
18102 sigaltstack \
18103 sigprocmask \
18104 snprintf \
18105 spawnvp \
18106 statfs \
18107 statvfs \
18108 strcasecmp \
18109 strdup \
18110 strerror \
18111 strncasecmp \
18112 strtold \
18113 strtoll \
18114 strtoull \
18115 symlink \
18116 tcgetattr \
18117 thr_kill2 \
18118 timegm \
18119 usleep \
18120 vsnprintf \
18121 wait4 \
18122 waitpid \
18125 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18126 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18127 $as_echo_n "checking for $ac_func... " >&6; }
18128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18129 $as_echo_n "(cached) " >&6
18130 else
18131 cat >conftest.$ac_ext <<_ACEOF
18132 /* confdefs.h. */
18133 _ACEOF
18134 cat confdefs.h >>conftest.$ac_ext
18135 cat >>conftest.$ac_ext <<_ACEOF
18136 /* end confdefs.h. */
18137 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18138 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18139 #define $ac_func innocuous_$ac_func
18141 /* System header to define __stub macros and hopefully few prototypes,
18142 which can conflict with char $ac_func (); below.
18143 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18144 <limits.h> exists even on freestanding compilers. */
18146 #ifdef __STDC__
18147 # include <limits.h>
18148 #else
18149 # include <assert.h>
18150 #endif
18152 #undef $ac_func
18154 /* Override any GCC internal prototype to avoid an error.
18155 Use char because int might match the return type of a GCC
18156 builtin and then its argument prototype would still apply. */
18157 #ifdef __cplusplus
18158 extern "C"
18159 #endif
18160 char $ac_func ();
18161 /* The GNU C library defines this for functions which it implements
18162 to always fail with ENOSYS. Some functions are actually named
18163 something starting with __ and the normal name is an alias. */
18164 #if defined __stub_$ac_func || defined __stub___$ac_func
18165 choke me
18166 #endif
18169 main ()
18171 return $ac_func ();
18173 return 0;
18175 _ACEOF
18176 rm -f conftest.$ac_objext conftest$ac_exeext
18177 if { (ac_try="$ac_link"
18178 case "(($ac_try" in
18179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18180 *) ac_try_echo=$ac_try;;
18181 esac
18182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18183 $as_echo "$ac_try_echo") >&5
18184 (eval "$ac_link") 2>conftest.er1
18185 ac_status=$?
18186 grep -v '^ *+' conftest.er1 >conftest.err
18187 rm -f conftest.er1
18188 cat conftest.err >&5
18189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18190 (exit $ac_status); } && {
18191 test -z "$ac_c_werror_flag" ||
18192 test ! -s conftest.err
18193 } && test -s conftest$ac_exeext && {
18194 test "$cross_compiling" = yes ||
18195 $as_test_x conftest$ac_exeext
18196 }; then
18197 eval "$as_ac_var=yes"
18198 else
18199 $as_echo "$as_me: failed program was:" >&5
18200 sed 's/^/| /' conftest.$ac_ext >&5
18202 eval "$as_ac_var=no"
18205 rm -rf conftest.dSYM
18206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18207 conftest$ac_exeext conftest.$ac_ext
18209 ac_res=`eval 'as_val=${'$as_ac_var'}
18210 $as_echo "$as_val"'`
18211 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18212 $as_echo "$ac_res" >&6; }
18213 as_val=`eval 'as_val=${'$as_ac_var'}
18214 $as_echo "$as_val"'`
18215 if test "x$as_val" = x""yes; then
18216 cat >>confdefs.h <<_ACEOF
18217 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18218 _ACEOF
18221 done
18223 CFLAGS="$ac_save_CFLAGS"
18225 if test "$ac_cv_func_dlopen" = no
18226 then
18227 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18228 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18229 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18230 $as_echo_n "(cached) " >&6
18231 else
18232 ac_check_lib_save_LIBS=$LIBS
18233 LIBS="-ldl $LIBS"
18234 cat >conftest.$ac_ext <<_ACEOF
18235 /* confdefs.h. */
18236 _ACEOF
18237 cat confdefs.h >>conftest.$ac_ext
18238 cat >>conftest.$ac_ext <<_ACEOF
18239 /* end confdefs.h. */
18241 /* Override any GCC internal prototype to avoid an error.
18242 Use char because int might match the return type of a GCC
18243 builtin and then its argument prototype would still apply. */
18244 #ifdef __cplusplus
18245 extern "C"
18246 #endif
18247 char dlopen ();
18249 main ()
18251 return dlopen ();
18253 return 0;
18255 _ACEOF
18256 rm -f conftest.$ac_objext conftest$ac_exeext
18257 if { (ac_try="$ac_link"
18258 case "(($ac_try" in
18259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18260 *) ac_try_echo=$ac_try;;
18261 esac
18262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18263 $as_echo "$ac_try_echo") >&5
18264 (eval "$ac_link") 2>conftest.er1
18265 ac_status=$?
18266 grep -v '^ *+' conftest.er1 >conftest.err
18267 rm -f conftest.er1
18268 cat conftest.err >&5
18269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); } && {
18271 test -z "$ac_c_werror_flag" ||
18272 test ! -s conftest.err
18273 } && test -s conftest$ac_exeext && {
18274 test "$cross_compiling" = yes ||
18275 $as_test_x conftest$ac_exeext
18276 }; then
18277 ac_cv_lib_dl_dlopen=yes
18278 else
18279 $as_echo "$as_me: failed program was:" >&5
18280 sed 's/^/| /' conftest.$ac_ext >&5
18282 ac_cv_lib_dl_dlopen=no
18285 rm -rf conftest.dSYM
18286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18287 conftest$ac_exeext conftest.$ac_ext
18288 LIBS=$ac_check_lib_save_LIBS
18290 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18291 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18292 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18293 cat >>confdefs.h <<\_ACEOF
18294 #define HAVE_DLOPEN 1
18295 _ACEOF
18296 LIBDL="-ldl"
18301 ac_wine_check_funcs_save_LIBS="$LIBS"
18302 LIBS="$LIBS $LIBDL"
18304 for ac_func in dladdr
18306 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18307 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18308 $as_echo_n "checking for $ac_func... " >&6; }
18309 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18310 $as_echo_n "(cached) " >&6
18311 else
18312 cat >conftest.$ac_ext <<_ACEOF
18313 /* confdefs.h. */
18314 _ACEOF
18315 cat confdefs.h >>conftest.$ac_ext
18316 cat >>conftest.$ac_ext <<_ACEOF
18317 /* end confdefs.h. */
18318 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18319 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18320 #define $ac_func innocuous_$ac_func
18322 /* System header to define __stub macros and hopefully few prototypes,
18323 which can conflict with char $ac_func (); below.
18324 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18325 <limits.h> exists even on freestanding compilers. */
18327 #ifdef __STDC__
18328 # include <limits.h>
18329 #else
18330 # include <assert.h>
18331 #endif
18333 #undef $ac_func
18335 /* Override any GCC internal prototype to avoid an error.
18336 Use char because int might match the return type of a GCC
18337 builtin and then its argument prototype would still apply. */
18338 #ifdef __cplusplus
18339 extern "C"
18340 #endif
18341 char $ac_func ();
18342 /* The GNU C library defines this for functions which it implements
18343 to always fail with ENOSYS. Some functions are actually named
18344 something starting with __ and the normal name is an alias. */
18345 #if defined __stub_$ac_func || defined __stub___$ac_func
18346 choke me
18347 #endif
18350 main ()
18352 return $ac_func ();
18354 return 0;
18356 _ACEOF
18357 rm -f conftest.$ac_objext conftest$ac_exeext
18358 if { (ac_try="$ac_link"
18359 case "(($ac_try" in
18360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18361 *) ac_try_echo=$ac_try;;
18362 esac
18363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18364 $as_echo "$ac_try_echo") >&5
18365 (eval "$ac_link") 2>conftest.er1
18366 ac_status=$?
18367 grep -v '^ *+' conftest.er1 >conftest.err
18368 rm -f conftest.er1
18369 cat conftest.err >&5
18370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18371 (exit $ac_status); } && {
18372 test -z "$ac_c_werror_flag" ||
18373 test ! -s conftest.err
18374 } && test -s conftest$ac_exeext && {
18375 test "$cross_compiling" = yes ||
18376 $as_test_x conftest$ac_exeext
18377 }; then
18378 eval "$as_ac_var=yes"
18379 else
18380 $as_echo "$as_me: failed program was:" >&5
18381 sed 's/^/| /' conftest.$ac_ext >&5
18383 eval "$as_ac_var=no"
18386 rm -rf conftest.dSYM
18387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18388 conftest$ac_exeext conftest.$ac_ext
18390 ac_res=`eval 'as_val=${'$as_ac_var'}
18391 $as_echo "$as_val"'`
18392 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18393 $as_echo "$ac_res" >&6; }
18394 as_val=`eval 'as_val=${'$as_ac_var'}
18395 $as_echo "$as_val"'`
18396 if test "x$as_val" = x""yes; then
18397 cat >>confdefs.h <<_ACEOF
18398 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18399 _ACEOF
18402 done
18404 LIBS="$ac_wine_check_funcs_save_LIBS"
18406 if test "$ac_cv_func_poll" = no
18407 then
18408 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18409 $as_echo_n "checking for poll in -lpoll... " >&6; }
18410 if test "${ac_cv_lib_poll_poll+set}" = set; then
18411 $as_echo_n "(cached) " >&6
18412 else
18413 ac_check_lib_save_LIBS=$LIBS
18414 LIBS="-lpoll $LIBS"
18415 cat >conftest.$ac_ext <<_ACEOF
18416 /* confdefs.h. */
18417 _ACEOF
18418 cat confdefs.h >>conftest.$ac_ext
18419 cat >>conftest.$ac_ext <<_ACEOF
18420 /* end confdefs.h. */
18422 /* Override any GCC internal prototype to avoid an error.
18423 Use char because int might match the return type of a GCC
18424 builtin and then its argument prototype would still apply. */
18425 #ifdef __cplusplus
18426 extern "C"
18427 #endif
18428 char poll ();
18430 main ()
18432 return poll ();
18434 return 0;
18436 _ACEOF
18437 rm -f conftest.$ac_objext conftest$ac_exeext
18438 if { (ac_try="$ac_link"
18439 case "(($ac_try" in
18440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18441 *) ac_try_echo=$ac_try;;
18442 esac
18443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18444 $as_echo "$ac_try_echo") >&5
18445 (eval "$ac_link") 2>conftest.er1
18446 ac_status=$?
18447 grep -v '^ *+' conftest.er1 >conftest.err
18448 rm -f conftest.er1
18449 cat conftest.err >&5
18450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18451 (exit $ac_status); } && {
18452 test -z "$ac_c_werror_flag" ||
18453 test ! -s conftest.err
18454 } && test -s conftest$ac_exeext && {
18455 test "$cross_compiling" = yes ||
18456 $as_test_x conftest$ac_exeext
18457 }; then
18458 ac_cv_lib_poll_poll=yes
18459 else
18460 $as_echo "$as_me: failed program was:" >&5
18461 sed 's/^/| /' conftest.$ac_ext >&5
18463 ac_cv_lib_poll_poll=no
18466 rm -rf conftest.dSYM
18467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18468 conftest$ac_exeext conftest.$ac_ext
18469 LIBS=$ac_check_lib_save_LIBS
18471 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18472 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18473 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18474 cat >>confdefs.h <<\_ACEOF
18475 #define HAVE_POLL 1
18476 _ACEOF
18477 LIBPOLL="-lpoll"
18483 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18484 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18485 if test "${ac_cv_search_gethostbyname+set}" = set; then
18486 $as_echo_n "(cached) " >&6
18487 else
18488 ac_func_search_save_LIBS=$LIBS
18489 cat >conftest.$ac_ext <<_ACEOF
18490 /* confdefs.h. */
18491 _ACEOF
18492 cat confdefs.h >>conftest.$ac_ext
18493 cat >>conftest.$ac_ext <<_ACEOF
18494 /* end confdefs.h. */
18496 /* Override any GCC internal prototype to avoid an error.
18497 Use char because int might match the return type of a GCC
18498 builtin and then its argument prototype would still apply. */
18499 #ifdef __cplusplus
18500 extern "C"
18501 #endif
18502 char gethostbyname ();
18504 main ()
18506 return gethostbyname ();
18508 return 0;
18510 _ACEOF
18511 for ac_lib in '' nsl; do
18512 if test -z "$ac_lib"; then
18513 ac_res="none required"
18514 else
18515 ac_res=-l$ac_lib
18516 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18518 rm -f conftest.$ac_objext conftest$ac_exeext
18519 if { (ac_try="$ac_link"
18520 case "(($ac_try" in
18521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18522 *) ac_try_echo=$ac_try;;
18523 esac
18524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18525 $as_echo "$ac_try_echo") >&5
18526 (eval "$ac_link") 2>conftest.er1
18527 ac_status=$?
18528 grep -v '^ *+' conftest.er1 >conftest.err
18529 rm -f conftest.er1
18530 cat conftest.err >&5
18531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18532 (exit $ac_status); } && {
18533 test -z "$ac_c_werror_flag" ||
18534 test ! -s conftest.err
18535 } && test -s conftest$ac_exeext && {
18536 test "$cross_compiling" = yes ||
18537 $as_test_x conftest$ac_exeext
18538 }; then
18539 ac_cv_search_gethostbyname=$ac_res
18540 else
18541 $as_echo "$as_me: failed program was:" >&5
18542 sed 's/^/| /' conftest.$ac_ext >&5
18547 rm -rf conftest.dSYM
18548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18549 conftest$ac_exeext
18550 if test "${ac_cv_search_gethostbyname+set}" = set; then
18551 break
18553 done
18554 if test "${ac_cv_search_gethostbyname+set}" = set; then
18556 else
18557 ac_cv_search_gethostbyname=no
18559 rm conftest.$ac_ext
18560 LIBS=$ac_func_search_save_LIBS
18562 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18563 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18564 ac_res=$ac_cv_search_gethostbyname
18565 if test "$ac_res" != no; then
18566 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18571 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18572 $as_echo_n "checking for library containing connect... " >&6; }
18573 if test "${ac_cv_search_connect+set}" = set; then
18574 $as_echo_n "(cached) " >&6
18575 else
18576 ac_func_search_save_LIBS=$LIBS
18577 cat >conftest.$ac_ext <<_ACEOF
18578 /* confdefs.h. */
18579 _ACEOF
18580 cat confdefs.h >>conftest.$ac_ext
18581 cat >>conftest.$ac_ext <<_ACEOF
18582 /* end confdefs.h. */
18584 /* Override any GCC internal prototype to avoid an error.
18585 Use char because int might match the return type of a GCC
18586 builtin and then its argument prototype would still apply. */
18587 #ifdef __cplusplus
18588 extern "C"
18589 #endif
18590 char connect ();
18592 main ()
18594 return connect ();
18596 return 0;
18598 _ACEOF
18599 for ac_lib in '' socket; do
18600 if test -z "$ac_lib"; then
18601 ac_res="none required"
18602 else
18603 ac_res=-l$ac_lib
18604 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18606 rm -f conftest.$ac_objext conftest$ac_exeext
18607 if { (ac_try="$ac_link"
18608 case "(($ac_try" in
18609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18610 *) ac_try_echo=$ac_try;;
18611 esac
18612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18613 $as_echo "$ac_try_echo") >&5
18614 (eval "$ac_link") 2>conftest.er1
18615 ac_status=$?
18616 grep -v '^ *+' conftest.er1 >conftest.err
18617 rm -f conftest.er1
18618 cat conftest.err >&5
18619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18620 (exit $ac_status); } && {
18621 test -z "$ac_c_werror_flag" ||
18622 test ! -s conftest.err
18623 } && test -s conftest$ac_exeext && {
18624 test "$cross_compiling" = yes ||
18625 $as_test_x conftest$ac_exeext
18626 }; then
18627 ac_cv_search_connect=$ac_res
18628 else
18629 $as_echo "$as_me: failed program was:" >&5
18630 sed 's/^/| /' conftest.$ac_ext >&5
18635 rm -rf conftest.dSYM
18636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18637 conftest$ac_exeext
18638 if test "${ac_cv_search_connect+set}" = set; then
18639 break
18641 done
18642 if test "${ac_cv_search_connect+set}" = set; then
18644 else
18645 ac_cv_search_connect=no
18647 rm conftest.$ac_ext
18648 LIBS=$ac_func_search_save_LIBS
18650 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18651 $as_echo "$ac_cv_search_connect" >&6; }
18652 ac_res=$ac_cv_search_connect
18653 if test "$ac_res" != no; then
18654 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18659 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18660 $as_echo_n "checking for library containing inet_aton... " >&6; }
18661 if test "${ac_cv_search_inet_aton+set}" = set; then
18662 $as_echo_n "(cached) " >&6
18663 else
18664 ac_func_search_save_LIBS=$LIBS
18665 cat >conftest.$ac_ext <<_ACEOF
18666 /* confdefs.h. */
18667 _ACEOF
18668 cat confdefs.h >>conftest.$ac_ext
18669 cat >>conftest.$ac_ext <<_ACEOF
18670 /* end confdefs.h. */
18672 /* Override any GCC internal prototype to avoid an error.
18673 Use char because int might match the return type of a GCC
18674 builtin and then its argument prototype would still apply. */
18675 #ifdef __cplusplus
18676 extern "C"
18677 #endif
18678 char inet_aton ();
18680 main ()
18682 return inet_aton ();
18684 return 0;
18686 _ACEOF
18687 for ac_lib in '' resolv; do
18688 if test -z "$ac_lib"; then
18689 ac_res="none required"
18690 else
18691 ac_res=-l$ac_lib
18692 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18694 rm -f conftest.$ac_objext conftest$ac_exeext
18695 if { (ac_try="$ac_link"
18696 case "(($ac_try" in
18697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18698 *) ac_try_echo=$ac_try;;
18699 esac
18700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18701 $as_echo "$ac_try_echo") >&5
18702 (eval "$ac_link") 2>conftest.er1
18703 ac_status=$?
18704 grep -v '^ *+' conftest.er1 >conftest.err
18705 rm -f conftest.er1
18706 cat conftest.err >&5
18707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18708 (exit $ac_status); } && {
18709 test -z "$ac_c_werror_flag" ||
18710 test ! -s conftest.err
18711 } && test -s conftest$ac_exeext && {
18712 test "$cross_compiling" = yes ||
18713 $as_test_x conftest$ac_exeext
18714 }; then
18715 ac_cv_search_inet_aton=$ac_res
18716 else
18717 $as_echo "$as_me: failed program was:" >&5
18718 sed 's/^/| /' conftest.$ac_ext >&5
18723 rm -rf conftest.dSYM
18724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18725 conftest$ac_exeext
18726 if test "${ac_cv_search_inet_aton+set}" = set; then
18727 break
18729 done
18730 if test "${ac_cv_search_inet_aton+set}" = set; then
18732 else
18733 ac_cv_search_inet_aton=no
18735 rm conftest.$ac_ext
18736 LIBS=$ac_func_search_save_LIBS
18738 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18739 $as_echo "$ac_cv_search_inet_aton" >&6; }
18740 ac_res=$ac_cv_search_inet_aton
18741 if test "$ac_res" != no; then
18742 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18758 for ac_func in \
18759 getaddrinfo \
18760 getnameinfo \
18761 getnetbyname \
18762 getprotobyname \
18763 getprotobynumber \
18764 getservbyport \
18765 inet_network \
18766 inet_ntop \
18767 inet_pton \
18768 sendmsg \
18769 socketpair \
18772 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18773 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18774 $as_echo_n "checking for $ac_func... " >&6; }
18775 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18776 $as_echo_n "(cached) " >&6
18777 else
18778 cat >conftest.$ac_ext <<_ACEOF
18779 /* confdefs.h. */
18780 _ACEOF
18781 cat confdefs.h >>conftest.$ac_ext
18782 cat >>conftest.$ac_ext <<_ACEOF
18783 /* end confdefs.h. */
18784 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18785 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18786 #define $ac_func innocuous_$ac_func
18788 /* System header to define __stub macros and hopefully few prototypes,
18789 which can conflict with char $ac_func (); below.
18790 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18791 <limits.h> exists even on freestanding compilers. */
18793 #ifdef __STDC__
18794 # include <limits.h>
18795 #else
18796 # include <assert.h>
18797 #endif
18799 #undef $ac_func
18801 /* Override any GCC internal prototype to avoid an error.
18802 Use char because int might match the return type of a GCC
18803 builtin and then its argument prototype would still apply. */
18804 #ifdef __cplusplus
18805 extern "C"
18806 #endif
18807 char $ac_func ();
18808 /* The GNU C library defines this for functions which it implements
18809 to always fail with ENOSYS. Some functions are actually named
18810 something starting with __ and the normal name is an alias. */
18811 #if defined __stub_$ac_func || defined __stub___$ac_func
18812 choke me
18813 #endif
18816 main ()
18818 return $ac_func ();
18820 return 0;
18822 _ACEOF
18823 rm -f conftest.$ac_objext conftest$ac_exeext
18824 if { (ac_try="$ac_link"
18825 case "(($ac_try" in
18826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18827 *) ac_try_echo=$ac_try;;
18828 esac
18829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18830 $as_echo "$ac_try_echo") >&5
18831 (eval "$ac_link") 2>conftest.er1
18832 ac_status=$?
18833 grep -v '^ *+' conftest.er1 >conftest.err
18834 rm -f conftest.er1
18835 cat conftest.err >&5
18836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); } && {
18838 test -z "$ac_c_werror_flag" ||
18839 test ! -s conftest.err
18840 } && test -s conftest$ac_exeext && {
18841 test "$cross_compiling" = yes ||
18842 $as_test_x conftest$ac_exeext
18843 }; then
18844 eval "$as_ac_var=yes"
18845 else
18846 $as_echo "$as_me: failed program was:" >&5
18847 sed 's/^/| /' conftest.$ac_ext >&5
18849 eval "$as_ac_var=no"
18852 rm -rf conftest.dSYM
18853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18854 conftest$ac_exeext conftest.$ac_ext
18856 ac_res=`eval 'as_val=${'$as_ac_var'}
18857 $as_echo "$as_val"'`
18858 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18859 $as_echo "$ac_res" >&6; }
18860 as_val=`eval 'as_val=${'$as_ac_var'}
18861 $as_echo "$as_val"'`
18862 if test "x$as_val" = x""yes; then
18863 cat >>confdefs.h <<_ACEOF
18864 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18865 _ACEOF
18868 done
18871 LDAPLIBS=""
18873 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18874 then
18875 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18876 $as_echo_n "checking for LDAPSortKey... " >&6; }
18877 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18878 $as_echo_n "(cached) " >&6
18879 else
18880 ac_cv_type_LDAPSortKey=no
18881 cat >conftest.$ac_ext <<_ACEOF
18882 /* confdefs.h. */
18883 _ACEOF
18884 cat confdefs.h >>conftest.$ac_ext
18885 cat >>conftest.$ac_ext <<_ACEOF
18886 /* end confdefs.h. */
18887 #include <ldap.h>
18890 main ()
18892 if (sizeof (LDAPSortKey))
18893 return 0;
18895 return 0;
18897 _ACEOF
18898 rm -f conftest.$ac_objext
18899 if { (ac_try="$ac_compile"
18900 case "(($ac_try" in
18901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18902 *) ac_try_echo=$ac_try;;
18903 esac
18904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18905 $as_echo "$ac_try_echo") >&5
18906 (eval "$ac_compile") 2>conftest.er1
18907 ac_status=$?
18908 grep -v '^ *+' conftest.er1 >conftest.err
18909 rm -f conftest.er1
18910 cat conftest.err >&5
18911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18912 (exit $ac_status); } && {
18913 test -z "$ac_c_werror_flag" ||
18914 test ! -s conftest.err
18915 } && test -s conftest.$ac_objext; then
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. */
18922 #include <ldap.h>
18925 main ()
18927 if (sizeof ((LDAPSortKey)))
18928 return 0;
18930 return 0;
18932 _ACEOF
18933 rm -f conftest.$ac_objext
18934 if { (ac_try="$ac_compile"
18935 case "(($ac_try" in
18936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18937 *) ac_try_echo=$ac_try;;
18938 esac
18939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18940 $as_echo "$ac_try_echo") >&5
18941 (eval "$ac_compile") 2>conftest.er1
18942 ac_status=$?
18943 grep -v '^ *+' conftest.er1 >conftest.err
18944 rm -f conftest.er1
18945 cat conftest.err >&5
18946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947 (exit $ac_status); } && {
18948 test -z "$ac_c_werror_flag" ||
18949 test ! -s conftest.err
18950 } && test -s conftest.$ac_objext; then
18952 else
18953 $as_echo "$as_me: failed program was:" >&5
18954 sed 's/^/| /' conftest.$ac_ext >&5
18956 ac_cv_type_LDAPSortKey=yes
18959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18960 else
18961 $as_echo "$as_me: failed program was:" >&5
18962 sed 's/^/| /' conftest.$ac_ext >&5
18967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18969 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18970 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18971 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18972 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18973 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18974 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18975 $as_echo_n "(cached) " >&6
18976 else
18977 ac_check_lib_save_LIBS=$LIBS
18978 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18979 cat >conftest.$ac_ext <<_ACEOF
18980 /* confdefs.h. */
18981 _ACEOF
18982 cat confdefs.h >>conftest.$ac_ext
18983 cat >>conftest.$ac_ext <<_ACEOF
18984 /* end confdefs.h. */
18986 /* Override any GCC internal prototype to avoid an error.
18987 Use char because int might match the return type of a GCC
18988 builtin and then its argument prototype would still apply. */
18989 #ifdef __cplusplus
18990 extern "C"
18991 #endif
18992 char ldap_initialize ();
18994 main ()
18996 return ldap_initialize ();
18998 return 0;
19000 _ACEOF
19001 rm -f conftest.$ac_objext conftest$ac_exeext
19002 if { (ac_try="$ac_link"
19003 case "(($ac_try" in
19004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19005 *) ac_try_echo=$ac_try;;
19006 esac
19007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19008 $as_echo "$ac_try_echo") >&5
19009 (eval "$ac_link") 2>conftest.er1
19010 ac_status=$?
19011 grep -v '^ *+' conftest.er1 >conftest.err
19012 rm -f conftest.er1
19013 cat conftest.err >&5
19014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19015 (exit $ac_status); } && {
19016 test -z "$ac_c_werror_flag" ||
19017 test ! -s conftest.err
19018 } && test -s conftest$ac_exeext && {
19019 test "$cross_compiling" = yes ||
19020 $as_test_x conftest$ac_exeext
19021 }; then
19022 ac_cv_lib_ldap_r_ldap_initialize=yes
19023 else
19024 $as_echo "$as_me: failed program was:" >&5
19025 sed 's/^/| /' conftest.$ac_ext >&5
19027 ac_cv_lib_ldap_r_ldap_initialize=no
19030 rm -rf conftest.dSYM
19031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19032 conftest$ac_exeext conftest.$ac_ext
19033 LIBS=$ac_check_lib_save_LIBS
19035 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19036 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19037 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19038 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19039 $as_echo_n "checking for ber_init in -llber... " >&6; }
19040 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19041 $as_echo_n "(cached) " >&6
19042 else
19043 ac_check_lib_save_LIBS=$LIBS
19044 LIBS="-llber $LIBPTHREAD $LIBS"
19045 cat >conftest.$ac_ext <<_ACEOF
19046 /* confdefs.h. */
19047 _ACEOF
19048 cat confdefs.h >>conftest.$ac_ext
19049 cat >>conftest.$ac_ext <<_ACEOF
19050 /* end confdefs.h. */
19052 /* Override any GCC internal prototype to avoid an error.
19053 Use char because int might match the return type of a GCC
19054 builtin and then its argument prototype would still apply. */
19055 #ifdef __cplusplus
19056 extern "C"
19057 #endif
19058 char ber_init ();
19060 main ()
19062 return ber_init ();
19064 return 0;
19066 _ACEOF
19067 rm -f conftest.$ac_objext conftest$ac_exeext
19068 if { (ac_try="$ac_link"
19069 case "(($ac_try" in
19070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19071 *) ac_try_echo=$ac_try;;
19072 esac
19073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19074 $as_echo "$ac_try_echo") >&5
19075 (eval "$ac_link") 2>conftest.er1
19076 ac_status=$?
19077 grep -v '^ *+' conftest.er1 >conftest.err
19078 rm -f conftest.er1
19079 cat conftest.err >&5
19080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19081 (exit $ac_status); } && {
19082 test -z "$ac_c_werror_flag" ||
19083 test ! -s conftest.err
19084 } && test -s conftest$ac_exeext && {
19085 test "$cross_compiling" = yes ||
19086 $as_test_x conftest$ac_exeext
19087 }; then
19088 ac_cv_lib_lber_ber_init=yes
19089 else
19090 $as_echo "$as_me: failed program was:" >&5
19091 sed 's/^/| /' conftest.$ac_ext >&5
19093 ac_cv_lib_lber_ber_init=no
19096 rm -rf conftest.dSYM
19097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19098 conftest$ac_exeext conftest.$ac_ext
19099 LIBS=$ac_check_lib_save_LIBS
19101 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19102 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19103 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19105 cat >>confdefs.h <<\_ACEOF
19106 #define HAVE_LDAP 1
19107 _ACEOF
19109 LDAPLIBS="-lldap_r -llber"
19116 ac_wine_check_funcs_save_LIBS="$LIBS"
19117 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19126 for ac_func in \
19127 ldap_count_references \
19128 ldap_first_reference \
19129 ldap_next_reference \
19130 ldap_parse_reference \
19131 ldap_parse_sort_control \
19132 ldap_parse_sortresponse_control \
19133 ldap_parse_vlv_control \
19134 ldap_parse_vlvresponse_control
19136 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19137 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19138 $as_echo_n "checking for $ac_func... " >&6; }
19139 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19140 $as_echo_n "(cached) " >&6
19141 else
19142 cat >conftest.$ac_ext <<_ACEOF
19143 /* confdefs.h. */
19144 _ACEOF
19145 cat confdefs.h >>conftest.$ac_ext
19146 cat >>conftest.$ac_ext <<_ACEOF
19147 /* end confdefs.h. */
19148 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19149 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19150 #define $ac_func innocuous_$ac_func
19152 /* System header to define __stub macros and hopefully few prototypes,
19153 which can conflict with char $ac_func (); below.
19154 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19155 <limits.h> exists even on freestanding compilers. */
19157 #ifdef __STDC__
19158 # include <limits.h>
19159 #else
19160 # include <assert.h>
19161 #endif
19163 #undef $ac_func
19165 /* Override any GCC internal prototype to avoid an error.
19166 Use char because int might match the return type of a GCC
19167 builtin and then its argument prototype would still apply. */
19168 #ifdef __cplusplus
19169 extern "C"
19170 #endif
19171 char $ac_func ();
19172 /* The GNU C library defines this for functions which it implements
19173 to always fail with ENOSYS. Some functions are actually named
19174 something starting with __ and the normal name is an alias. */
19175 #if defined __stub_$ac_func || defined __stub___$ac_func
19176 choke me
19177 #endif
19180 main ()
19182 return $ac_func ();
19184 return 0;
19186 _ACEOF
19187 rm -f conftest.$ac_objext conftest$ac_exeext
19188 if { (ac_try="$ac_link"
19189 case "(($ac_try" in
19190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19191 *) ac_try_echo=$ac_try;;
19192 esac
19193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19194 $as_echo "$ac_try_echo") >&5
19195 (eval "$ac_link") 2>conftest.er1
19196 ac_status=$?
19197 grep -v '^ *+' conftest.er1 >conftest.err
19198 rm -f conftest.er1
19199 cat conftest.err >&5
19200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19201 (exit $ac_status); } && {
19202 test -z "$ac_c_werror_flag" ||
19203 test ! -s conftest.err
19204 } && test -s conftest$ac_exeext && {
19205 test "$cross_compiling" = yes ||
19206 $as_test_x conftest$ac_exeext
19207 }; then
19208 eval "$as_ac_var=yes"
19209 else
19210 $as_echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.$ac_ext >&5
19213 eval "$as_ac_var=no"
19216 rm -rf conftest.dSYM
19217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19218 conftest$ac_exeext conftest.$ac_ext
19220 ac_res=`eval 'as_val=${'$as_ac_var'}
19221 $as_echo "$as_val"'`
19222 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19223 $as_echo "$ac_res" >&6; }
19224 as_val=`eval 'as_val=${'$as_ac_var'}
19225 $as_echo "$as_val"'`
19226 if test "x$as_val" = x""yes; then
19227 cat >>confdefs.h <<_ACEOF
19228 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19229 _ACEOF
19232 done
19234 LIBS="$ac_wine_check_funcs_save_LIBS"
19236 if test "x$LDAPLIBS" = "x"; then
19237 case "x$with_ldap" in
19238 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19239 xno) ;;
19240 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19241 This is an error since --with-ldap was requested." >&5
19242 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19243 This is an error since --with-ldap was requested." >&2;}
19244 { (exit 1); exit 1; }; } ;;
19245 esac
19249 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19250 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19251 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19252 $as_echo_n "(cached) " >&6
19253 else
19254 cat >conftest.$ac_ext <<_ACEOF
19255 /* confdefs.h. */
19256 _ACEOF
19257 cat confdefs.h >>conftest.$ac_ext
19258 cat >>conftest.$ac_ext <<_ACEOF
19259 /* end confdefs.h. */
19260 #include <sys/stat.h>
19262 main ()
19264 mkdir("foo");
19266 return 0;
19268 _ACEOF
19269 rm -f conftest.$ac_objext
19270 if { (ac_try="$ac_compile"
19271 case "(($ac_try" in
19272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19273 *) ac_try_echo=$ac_try;;
19274 esac
19275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19276 $as_echo "$ac_try_echo") >&5
19277 (eval "$ac_compile") 2>conftest.er1
19278 ac_status=$?
19279 grep -v '^ *+' conftest.er1 >conftest.err
19280 rm -f conftest.er1
19281 cat conftest.err >&5
19282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283 (exit $ac_status); } && {
19284 test -z "$ac_c_werror_flag" ||
19285 test ! -s conftest.err
19286 } && test -s conftest.$ac_objext; then
19287 wine_cv_one_arg_mkdir=yes
19288 else
19289 $as_echo "$as_me: failed program was:" >&5
19290 sed 's/^/| /' conftest.$ac_ext >&5
19292 wine_cv_one_arg_mkdir=no
19295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19297 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19298 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19299 if test "$wine_cv_one_arg_mkdir" = "yes"
19300 then
19302 cat >>confdefs.h <<\_ACEOF
19303 #define HAVE_ONE_ARG_MKDIR 1
19304 _ACEOF
19309 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19310 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19311 if test "${ac_cv_c_const+set}" = set; then
19312 $as_echo_n "(cached) " >&6
19313 else
19314 cat >conftest.$ac_ext <<_ACEOF
19315 /* confdefs.h. */
19316 _ACEOF
19317 cat confdefs.h >>conftest.$ac_ext
19318 cat >>conftest.$ac_ext <<_ACEOF
19319 /* end confdefs.h. */
19322 main ()
19324 /* FIXME: Include the comments suggested by Paul. */
19325 #ifndef __cplusplus
19326 /* Ultrix mips cc rejects this. */
19327 typedef int charset[2];
19328 const charset cs;
19329 /* SunOS 4.1.1 cc rejects this. */
19330 char const *const *pcpcc;
19331 char **ppc;
19332 /* NEC SVR4.0.2 mips cc rejects this. */
19333 struct point {int x, y;};
19334 static struct point const zero = {0,0};
19335 /* AIX XL C 1.02.0.0 rejects this.
19336 It does not let you subtract one const X* pointer from another in
19337 an arm of an if-expression whose if-part is not a constant
19338 expression */
19339 const char *g = "string";
19340 pcpcc = &g + (g ? g-g : 0);
19341 /* HPUX 7.0 cc rejects these. */
19342 ++pcpcc;
19343 ppc = (char**) pcpcc;
19344 pcpcc = (char const *const *) ppc;
19345 { /* SCO 3.2v4 cc rejects this. */
19346 char *t;
19347 char const *s = 0 ? (char *) 0 : (char const *) 0;
19349 *t++ = 0;
19350 if (s) return 0;
19352 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19353 int x[] = {25, 17};
19354 const int *foo = &x[0];
19355 ++foo;
19357 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19358 typedef const int *iptr;
19359 iptr p = 0;
19360 ++p;
19362 { /* AIX XL C 1.02.0.0 rejects this saying
19363 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19364 struct s { int j; const int *ap[3]; };
19365 struct s *b; b->j = 5;
19367 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19368 const int foo = 10;
19369 if (!foo) return 0;
19371 return !cs[0] && !zero.x;
19372 #endif
19375 return 0;
19377 _ACEOF
19378 rm -f conftest.$ac_objext
19379 if { (ac_try="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19382 *) ac_try_echo=$ac_try;;
19383 esac
19384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19385 $as_echo "$ac_try_echo") >&5
19386 (eval "$ac_compile") 2>conftest.er1
19387 ac_status=$?
19388 grep -v '^ *+' conftest.er1 >conftest.err
19389 rm -f conftest.er1
19390 cat conftest.err >&5
19391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); } && {
19393 test -z "$ac_c_werror_flag" ||
19394 test ! -s conftest.err
19395 } && test -s conftest.$ac_objext; then
19396 ac_cv_c_const=yes
19397 else
19398 $as_echo "$as_me: failed program was:" >&5
19399 sed 's/^/| /' conftest.$ac_ext >&5
19401 ac_cv_c_const=no
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19407 $as_echo "$ac_cv_c_const" >&6; }
19408 if test $ac_cv_c_const = no; then
19410 cat >>confdefs.h <<\_ACEOF
19411 #define const /**/
19412 _ACEOF
19416 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19417 $as_echo_n "checking for inline... " >&6; }
19418 if test "${ac_cv_c_inline+set}" = set; then
19419 $as_echo_n "(cached) " >&6
19420 else
19421 ac_cv_c_inline=no
19422 for ac_kw in inline __inline__ __inline; do
19423 cat >conftest.$ac_ext <<_ACEOF
19424 /* confdefs.h. */
19425 _ACEOF
19426 cat confdefs.h >>conftest.$ac_ext
19427 cat >>conftest.$ac_ext <<_ACEOF
19428 /* end confdefs.h. */
19429 #ifndef __cplusplus
19430 typedef int foo_t;
19431 static $ac_kw foo_t static_foo () {return 0; }
19432 $ac_kw foo_t foo () {return 0; }
19433 #endif
19435 _ACEOF
19436 rm -f conftest.$ac_objext
19437 if { (ac_try="$ac_compile"
19438 case "(($ac_try" in
19439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19440 *) ac_try_echo=$ac_try;;
19441 esac
19442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19443 $as_echo "$ac_try_echo") >&5
19444 (eval "$ac_compile") 2>conftest.er1
19445 ac_status=$?
19446 grep -v '^ *+' conftest.er1 >conftest.err
19447 rm -f conftest.er1
19448 cat conftest.err >&5
19449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19450 (exit $ac_status); } && {
19451 test -z "$ac_c_werror_flag" ||
19452 test ! -s conftest.err
19453 } && test -s conftest.$ac_objext; then
19454 ac_cv_c_inline=$ac_kw
19455 else
19456 $as_echo "$as_me: failed program was:" >&5
19457 sed 's/^/| /' conftest.$ac_ext >&5
19462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19463 test "$ac_cv_c_inline" != no && break
19464 done
19467 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19468 $as_echo "$ac_cv_c_inline" >&6; }
19471 case $ac_cv_c_inline in
19472 inline | yes) ;;
19474 case $ac_cv_c_inline in
19475 no) ac_val=;;
19476 *) ac_val=$ac_cv_c_inline;;
19477 esac
19478 cat >>confdefs.h <<_ACEOF
19479 #ifndef __cplusplus
19480 #define inline $ac_val
19481 #endif
19482 _ACEOF
19484 esac
19486 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19487 $as_echo_n "checking for mode_t... " >&6; }
19488 if test "${ac_cv_type_mode_t+set}" = set; then
19489 $as_echo_n "(cached) " >&6
19490 else
19491 ac_cv_type_mode_t=no
19492 cat >conftest.$ac_ext <<_ACEOF
19493 /* confdefs.h. */
19494 _ACEOF
19495 cat confdefs.h >>conftest.$ac_ext
19496 cat >>conftest.$ac_ext <<_ACEOF
19497 /* end confdefs.h. */
19498 $ac_includes_default
19500 main ()
19502 if (sizeof (mode_t))
19503 return 0;
19505 return 0;
19507 _ACEOF
19508 rm -f conftest.$ac_objext
19509 if { (ac_try="$ac_compile"
19510 case "(($ac_try" in
19511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19512 *) ac_try_echo=$ac_try;;
19513 esac
19514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19515 $as_echo "$ac_try_echo") >&5
19516 (eval "$ac_compile") 2>conftest.er1
19517 ac_status=$?
19518 grep -v '^ *+' conftest.er1 >conftest.err
19519 rm -f conftest.er1
19520 cat conftest.err >&5
19521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19522 (exit $ac_status); } && {
19523 test -z "$ac_c_werror_flag" ||
19524 test ! -s conftest.err
19525 } && test -s conftest.$ac_objext; then
19526 cat >conftest.$ac_ext <<_ACEOF
19527 /* confdefs.h. */
19528 _ACEOF
19529 cat confdefs.h >>conftest.$ac_ext
19530 cat >>conftest.$ac_ext <<_ACEOF
19531 /* end confdefs.h. */
19532 $ac_includes_default
19534 main ()
19536 if (sizeof ((mode_t)))
19537 return 0;
19539 return 0;
19541 _ACEOF
19542 rm -f conftest.$ac_objext
19543 if { (ac_try="$ac_compile"
19544 case "(($ac_try" in
19545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19546 *) ac_try_echo=$ac_try;;
19547 esac
19548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19549 $as_echo "$ac_try_echo") >&5
19550 (eval "$ac_compile") 2>conftest.er1
19551 ac_status=$?
19552 grep -v '^ *+' conftest.er1 >conftest.err
19553 rm -f conftest.er1
19554 cat conftest.err >&5
19555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19556 (exit $ac_status); } && {
19557 test -z "$ac_c_werror_flag" ||
19558 test ! -s conftest.err
19559 } && test -s conftest.$ac_objext; then
19561 else
19562 $as_echo "$as_me: failed program was:" >&5
19563 sed 's/^/| /' conftest.$ac_ext >&5
19565 ac_cv_type_mode_t=yes
19568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19569 else
19570 $as_echo "$as_me: failed program was:" >&5
19571 sed 's/^/| /' conftest.$ac_ext >&5
19576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19578 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19579 $as_echo "$ac_cv_type_mode_t" >&6; }
19580 if test "x$ac_cv_type_mode_t" = x""yes; then
19582 cat >>confdefs.h <<_ACEOF
19583 #define HAVE_MODE_T 1
19584 _ACEOF
19588 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19589 $as_echo_n "checking for off_t... " >&6; }
19590 if test "${ac_cv_type_off_t+set}" = set; then
19591 $as_echo_n "(cached) " >&6
19592 else
19593 ac_cv_type_off_t=no
19594 cat >conftest.$ac_ext <<_ACEOF
19595 /* confdefs.h. */
19596 _ACEOF
19597 cat confdefs.h >>conftest.$ac_ext
19598 cat >>conftest.$ac_ext <<_ACEOF
19599 /* end confdefs.h. */
19600 $ac_includes_default
19602 main ()
19604 if (sizeof (off_t))
19605 return 0;
19607 return 0;
19609 _ACEOF
19610 rm -f conftest.$ac_objext
19611 if { (ac_try="$ac_compile"
19612 case "(($ac_try" in
19613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19614 *) ac_try_echo=$ac_try;;
19615 esac
19616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19617 $as_echo "$ac_try_echo") >&5
19618 (eval "$ac_compile") 2>conftest.er1
19619 ac_status=$?
19620 grep -v '^ *+' conftest.er1 >conftest.err
19621 rm -f conftest.er1
19622 cat conftest.err >&5
19623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19624 (exit $ac_status); } && {
19625 test -z "$ac_c_werror_flag" ||
19626 test ! -s conftest.err
19627 } && test -s conftest.$ac_objext; then
19628 cat >conftest.$ac_ext <<_ACEOF
19629 /* confdefs.h. */
19630 _ACEOF
19631 cat confdefs.h >>conftest.$ac_ext
19632 cat >>conftest.$ac_ext <<_ACEOF
19633 /* end confdefs.h. */
19634 $ac_includes_default
19636 main ()
19638 if (sizeof ((off_t)))
19639 return 0;
19641 return 0;
19643 _ACEOF
19644 rm -f conftest.$ac_objext
19645 if { (ac_try="$ac_compile"
19646 case "(($ac_try" in
19647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19648 *) ac_try_echo=$ac_try;;
19649 esac
19650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19651 $as_echo "$ac_try_echo") >&5
19652 (eval "$ac_compile") 2>conftest.er1
19653 ac_status=$?
19654 grep -v '^ *+' conftest.er1 >conftest.err
19655 rm -f conftest.er1
19656 cat conftest.err >&5
19657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19658 (exit $ac_status); } && {
19659 test -z "$ac_c_werror_flag" ||
19660 test ! -s conftest.err
19661 } && test -s conftest.$ac_objext; then
19663 else
19664 $as_echo "$as_me: failed program was:" >&5
19665 sed 's/^/| /' conftest.$ac_ext >&5
19667 ac_cv_type_off_t=yes
19670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 else
19672 $as_echo "$as_me: failed program was:" >&5
19673 sed 's/^/| /' conftest.$ac_ext >&5
19678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19680 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19681 $as_echo "$ac_cv_type_off_t" >&6; }
19682 if test "x$ac_cv_type_off_t" = x""yes; then
19684 cat >>confdefs.h <<_ACEOF
19685 #define HAVE_OFF_T 1
19686 _ACEOF
19690 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19691 $as_echo_n "checking for pid_t... " >&6; }
19692 if test "${ac_cv_type_pid_t+set}" = set; then
19693 $as_echo_n "(cached) " >&6
19694 else
19695 ac_cv_type_pid_t=no
19696 cat >conftest.$ac_ext <<_ACEOF
19697 /* confdefs.h. */
19698 _ACEOF
19699 cat confdefs.h >>conftest.$ac_ext
19700 cat >>conftest.$ac_ext <<_ACEOF
19701 /* end confdefs.h. */
19702 $ac_includes_default
19704 main ()
19706 if (sizeof (pid_t))
19707 return 0;
19709 return 0;
19711 _ACEOF
19712 rm -f conftest.$ac_objext
19713 if { (ac_try="$ac_compile"
19714 case "(($ac_try" in
19715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19716 *) ac_try_echo=$ac_try;;
19717 esac
19718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19719 $as_echo "$ac_try_echo") >&5
19720 (eval "$ac_compile") 2>conftest.er1
19721 ac_status=$?
19722 grep -v '^ *+' conftest.er1 >conftest.err
19723 rm -f conftest.er1
19724 cat conftest.err >&5
19725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19726 (exit $ac_status); } && {
19727 test -z "$ac_c_werror_flag" ||
19728 test ! -s conftest.err
19729 } && test -s conftest.$ac_objext; then
19730 cat >conftest.$ac_ext <<_ACEOF
19731 /* confdefs.h. */
19732 _ACEOF
19733 cat confdefs.h >>conftest.$ac_ext
19734 cat >>conftest.$ac_ext <<_ACEOF
19735 /* end confdefs.h. */
19736 $ac_includes_default
19738 main ()
19740 if (sizeof ((pid_t)))
19741 return 0;
19743 return 0;
19745 _ACEOF
19746 rm -f conftest.$ac_objext
19747 if { (ac_try="$ac_compile"
19748 case "(($ac_try" in
19749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19750 *) ac_try_echo=$ac_try;;
19751 esac
19752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19753 $as_echo "$ac_try_echo") >&5
19754 (eval "$ac_compile") 2>conftest.er1
19755 ac_status=$?
19756 grep -v '^ *+' conftest.er1 >conftest.err
19757 rm -f conftest.er1
19758 cat conftest.err >&5
19759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19760 (exit $ac_status); } && {
19761 test -z "$ac_c_werror_flag" ||
19762 test ! -s conftest.err
19763 } && test -s conftest.$ac_objext; then
19765 else
19766 $as_echo "$as_me: failed program was:" >&5
19767 sed 's/^/| /' conftest.$ac_ext >&5
19769 ac_cv_type_pid_t=yes
19772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19773 else
19774 $as_echo "$as_me: failed program was:" >&5
19775 sed 's/^/| /' conftest.$ac_ext >&5
19780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19782 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19783 $as_echo "$ac_cv_type_pid_t" >&6; }
19784 if test "x$ac_cv_type_pid_t" = x""yes; then
19786 cat >>confdefs.h <<_ACEOF
19787 #define HAVE_PID_T 1
19788 _ACEOF
19792 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19793 $as_echo_n "checking for size_t... " >&6; }
19794 if test "${ac_cv_type_size_t+set}" = set; then
19795 $as_echo_n "(cached) " >&6
19796 else
19797 ac_cv_type_size_t=no
19798 cat >conftest.$ac_ext <<_ACEOF
19799 /* confdefs.h. */
19800 _ACEOF
19801 cat confdefs.h >>conftest.$ac_ext
19802 cat >>conftest.$ac_ext <<_ACEOF
19803 /* end confdefs.h. */
19804 $ac_includes_default
19806 main ()
19808 if (sizeof (size_t))
19809 return 0;
19811 return 0;
19813 _ACEOF
19814 rm -f conftest.$ac_objext
19815 if { (ac_try="$ac_compile"
19816 case "(($ac_try" in
19817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19818 *) ac_try_echo=$ac_try;;
19819 esac
19820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19821 $as_echo "$ac_try_echo") >&5
19822 (eval "$ac_compile") 2>conftest.er1
19823 ac_status=$?
19824 grep -v '^ *+' conftest.er1 >conftest.err
19825 rm -f conftest.er1
19826 cat conftest.err >&5
19827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19828 (exit $ac_status); } && {
19829 test -z "$ac_c_werror_flag" ||
19830 test ! -s conftest.err
19831 } && test -s conftest.$ac_objext; then
19832 cat >conftest.$ac_ext <<_ACEOF
19833 /* confdefs.h. */
19834 _ACEOF
19835 cat confdefs.h >>conftest.$ac_ext
19836 cat >>conftest.$ac_ext <<_ACEOF
19837 /* end confdefs.h. */
19838 $ac_includes_default
19840 main ()
19842 if (sizeof ((size_t)))
19843 return 0;
19845 return 0;
19847 _ACEOF
19848 rm -f conftest.$ac_objext
19849 if { (ac_try="$ac_compile"
19850 case "(($ac_try" in
19851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19852 *) ac_try_echo=$ac_try;;
19853 esac
19854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19855 $as_echo "$ac_try_echo") >&5
19856 (eval "$ac_compile") 2>conftest.er1
19857 ac_status=$?
19858 grep -v '^ *+' conftest.er1 >conftest.err
19859 rm -f conftest.er1
19860 cat conftest.err >&5
19861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19862 (exit $ac_status); } && {
19863 test -z "$ac_c_werror_flag" ||
19864 test ! -s conftest.err
19865 } && test -s conftest.$ac_objext; then
19867 else
19868 $as_echo "$as_me: failed program was:" >&5
19869 sed 's/^/| /' conftest.$ac_ext >&5
19871 ac_cv_type_size_t=yes
19874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19875 else
19876 $as_echo "$as_me: failed program was:" >&5
19877 sed 's/^/| /' conftest.$ac_ext >&5
19882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19884 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19885 $as_echo "$ac_cv_type_size_t" >&6; }
19886 if test "x$ac_cv_type_size_t" = x""yes; then
19888 cat >>confdefs.h <<_ACEOF
19889 #define HAVE_SIZE_T 1
19890 _ACEOF
19894 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19895 $as_echo_n "checking for ssize_t... " >&6; }
19896 if test "${ac_cv_type_ssize_t+set}" = set; then
19897 $as_echo_n "(cached) " >&6
19898 else
19899 ac_cv_type_ssize_t=no
19900 cat >conftest.$ac_ext <<_ACEOF
19901 /* confdefs.h. */
19902 _ACEOF
19903 cat confdefs.h >>conftest.$ac_ext
19904 cat >>conftest.$ac_ext <<_ACEOF
19905 /* end confdefs.h. */
19906 $ac_includes_default
19908 main ()
19910 if (sizeof (ssize_t))
19911 return 0;
19913 return 0;
19915 _ACEOF
19916 rm -f conftest.$ac_objext
19917 if { (ac_try="$ac_compile"
19918 case "(($ac_try" in
19919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19920 *) ac_try_echo=$ac_try;;
19921 esac
19922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19923 $as_echo "$ac_try_echo") >&5
19924 (eval "$ac_compile") 2>conftest.er1
19925 ac_status=$?
19926 grep -v '^ *+' conftest.er1 >conftest.err
19927 rm -f conftest.er1
19928 cat conftest.err >&5
19929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19930 (exit $ac_status); } && {
19931 test -z "$ac_c_werror_flag" ||
19932 test ! -s conftest.err
19933 } && test -s conftest.$ac_objext; then
19934 cat >conftest.$ac_ext <<_ACEOF
19935 /* confdefs.h. */
19936 _ACEOF
19937 cat confdefs.h >>conftest.$ac_ext
19938 cat >>conftest.$ac_ext <<_ACEOF
19939 /* end confdefs.h. */
19940 $ac_includes_default
19942 main ()
19944 if (sizeof ((ssize_t)))
19945 return 0;
19947 return 0;
19949 _ACEOF
19950 rm -f conftest.$ac_objext
19951 if { (ac_try="$ac_compile"
19952 case "(($ac_try" in
19953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19954 *) ac_try_echo=$ac_try;;
19955 esac
19956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19957 $as_echo "$ac_try_echo") >&5
19958 (eval "$ac_compile") 2>conftest.er1
19959 ac_status=$?
19960 grep -v '^ *+' conftest.er1 >conftest.err
19961 rm -f conftest.er1
19962 cat conftest.err >&5
19963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19964 (exit $ac_status); } && {
19965 test -z "$ac_c_werror_flag" ||
19966 test ! -s conftest.err
19967 } && test -s conftest.$ac_objext; then
19969 else
19970 $as_echo "$as_me: failed program was:" >&5
19971 sed 's/^/| /' conftest.$ac_ext >&5
19973 ac_cv_type_ssize_t=yes
19976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19977 else
19978 $as_echo "$as_me: failed program was:" >&5
19979 sed 's/^/| /' conftest.$ac_ext >&5
19984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19986 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19987 $as_echo "$ac_cv_type_ssize_t" >&6; }
19988 if test "x$ac_cv_type_ssize_t" = x""yes; then
19990 cat >>confdefs.h <<_ACEOF
19991 #define HAVE_SSIZE_T 1
19992 _ACEOF
19996 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19997 $as_echo_n "checking for long long... " >&6; }
19998 if test "${ac_cv_type_long_long+set}" = set; then
19999 $as_echo_n "(cached) " >&6
20000 else
20001 ac_cv_type_long_long=no
20002 cat >conftest.$ac_ext <<_ACEOF
20003 /* confdefs.h. */
20004 _ACEOF
20005 cat confdefs.h >>conftest.$ac_ext
20006 cat >>conftest.$ac_ext <<_ACEOF
20007 /* end confdefs.h. */
20008 $ac_includes_default
20010 main ()
20012 if (sizeof (long long))
20013 return 0;
20015 return 0;
20017 _ACEOF
20018 rm -f conftest.$ac_objext
20019 if { (ac_try="$ac_compile"
20020 case "(($ac_try" in
20021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20022 *) ac_try_echo=$ac_try;;
20023 esac
20024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20025 $as_echo "$ac_try_echo") >&5
20026 (eval "$ac_compile") 2>conftest.er1
20027 ac_status=$?
20028 grep -v '^ *+' conftest.er1 >conftest.err
20029 rm -f conftest.er1
20030 cat conftest.err >&5
20031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20032 (exit $ac_status); } && {
20033 test -z "$ac_c_werror_flag" ||
20034 test ! -s conftest.err
20035 } && test -s conftest.$ac_objext; then
20036 cat >conftest.$ac_ext <<_ACEOF
20037 /* confdefs.h. */
20038 _ACEOF
20039 cat confdefs.h >>conftest.$ac_ext
20040 cat >>conftest.$ac_ext <<_ACEOF
20041 /* end confdefs.h. */
20042 $ac_includes_default
20044 main ()
20046 if (sizeof ((long long)))
20047 return 0;
20049 return 0;
20051 _ACEOF
20052 rm -f conftest.$ac_objext
20053 if { (ac_try="$ac_compile"
20054 case "(($ac_try" in
20055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20056 *) ac_try_echo=$ac_try;;
20057 esac
20058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20059 $as_echo "$ac_try_echo") >&5
20060 (eval "$ac_compile") 2>conftest.er1
20061 ac_status=$?
20062 grep -v '^ *+' conftest.er1 >conftest.err
20063 rm -f conftest.er1
20064 cat conftest.err >&5
20065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); } && {
20067 test -z "$ac_c_werror_flag" ||
20068 test ! -s conftest.err
20069 } && test -s conftest.$ac_objext; then
20071 else
20072 $as_echo "$as_me: failed program was:" >&5
20073 sed 's/^/| /' conftest.$ac_ext >&5
20075 ac_cv_type_long_long=yes
20078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20079 else
20080 $as_echo "$as_me: failed program was:" >&5
20081 sed 's/^/| /' conftest.$ac_ext >&5
20086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20088 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20089 $as_echo "$ac_cv_type_long_long" >&6; }
20090 if test "x$ac_cv_type_long_long" = x""yes; then
20092 cat >>confdefs.h <<_ACEOF
20093 #define HAVE_LONG_LONG 1
20094 _ACEOF
20098 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20099 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20100 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20101 $as_echo_n "(cached) " >&6
20102 else
20103 ac_cv_type_fsblkcnt_t=no
20104 cat >conftest.$ac_ext <<_ACEOF
20105 /* confdefs.h. */
20106 _ACEOF
20107 cat confdefs.h >>conftest.$ac_ext
20108 cat >>conftest.$ac_ext <<_ACEOF
20109 /* end confdefs.h. */
20110 $ac_includes_default
20112 main ()
20114 if (sizeof (fsblkcnt_t))
20115 return 0;
20117 return 0;
20119 _ACEOF
20120 rm -f conftest.$ac_objext
20121 if { (ac_try="$ac_compile"
20122 case "(($ac_try" in
20123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20124 *) ac_try_echo=$ac_try;;
20125 esac
20126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20127 $as_echo "$ac_try_echo") >&5
20128 (eval "$ac_compile") 2>conftest.er1
20129 ac_status=$?
20130 grep -v '^ *+' conftest.er1 >conftest.err
20131 rm -f conftest.er1
20132 cat conftest.err >&5
20133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } && {
20135 test -z "$ac_c_werror_flag" ||
20136 test ! -s conftest.err
20137 } && test -s conftest.$ac_objext; then
20138 cat >conftest.$ac_ext <<_ACEOF
20139 /* confdefs.h. */
20140 _ACEOF
20141 cat confdefs.h >>conftest.$ac_ext
20142 cat >>conftest.$ac_ext <<_ACEOF
20143 /* end confdefs.h. */
20144 $ac_includes_default
20146 main ()
20148 if (sizeof ((fsblkcnt_t)))
20149 return 0;
20151 return 0;
20153 _ACEOF
20154 rm -f conftest.$ac_objext
20155 if { (ac_try="$ac_compile"
20156 case "(($ac_try" in
20157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20158 *) ac_try_echo=$ac_try;;
20159 esac
20160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20161 $as_echo "$ac_try_echo") >&5
20162 (eval "$ac_compile") 2>conftest.er1
20163 ac_status=$?
20164 grep -v '^ *+' conftest.er1 >conftest.err
20165 rm -f conftest.er1
20166 cat conftest.err >&5
20167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20168 (exit $ac_status); } && {
20169 test -z "$ac_c_werror_flag" ||
20170 test ! -s conftest.err
20171 } && test -s conftest.$ac_objext; then
20173 else
20174 $as_echo "$as_me: failed program was:" >&5
20175 sed 's/^/| /' conftest.$ac_ext >&5
20177 ac_cv_type_fsblkcnt_t=yes
20180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20181 else
20182 $as_echo "$as_me: failed program was:" >&5
20183 sed 's/^/| /' conftest.$ac_ext >&5
20188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20190 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20191 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20192 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20194 cat >>confdefs.h <<_ACEOF
20195 #define HAVE_FSBLKCNT_T 1
20196 _ACEOF
20200 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20201 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20202 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20203 $as_echo_n "(cached) " >&6
20204 else
20205 ac_cv_type_fsfilcnt_t=no
20206 cat >conftest.$ac_ext <<_ACEOF
20207 /* confdefs.h. */
20208 _ACEOF
20209 cat confdefs.h >>conftest.$ac_ext
20210 cat >>conftest.$ac_ext <<_ACEOF
20211 /* end confdefs.h. */
20212 $ac_includes_default
20214 main ()
20216 if (sizeof (fsfilcnt_t))
20217 return 0;
20219 return 0;
20221 _ACEOF
20222 rm -f conftest.$ac_objext
20223 if { (ac_try="$ac_compile"
20224 case "(($ac_try" in
20225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20226 *) ac_try_echo=$ac_try;;
20227 esac
20228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20229 $as_echo "$ac_try_echo") >&5
20230 (eval "$ac_compile") 2>conftest.er1
20231 ac_status=$?
20232 grep -v '^ *+' conftest.er1 >conftest.err
20233 rm -f conftest.er1
20234 cat conftest.err >&5
20235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20236 (exit $ac_status); } && {
20237 test -z "$ac_c_werror_flag" ||
20238 test ! -s conftest.err
20239 } && test -s conftest.$ac_objext; then
20240 cat >conftest.$ac_ext <<_ACEOF
20241 /* confdefs.h. */
20242 _ACEOF
20243 cat confdefs.h >>conftest.$ac_ext
20244 cat >>conftest.$ac_ext <<_ACEOF
20245 /* end confdefs.h. */
20246 $ac_includes_default
20248 main ()
20250 if (sizeof ((fsfilcnt_t)))
20251 return 0;
20253 return 0;
20255 _ACEOF
20256 rm -f conftest.$ac_objext
20257 if { (ac_try="$ac_compile"
20258 case "(($ac_try" in
20259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20260 *) ac_try_echo=$ac_try;;
20261 esac
20262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20263 $as_echo "$ac_try_echo") >&5
20264 (eval "$ac_compile") 2>conftest.er1
20265 ac_status=$?
20266 grep -v '^ *+' conftest.er1 >conftest.err
20267 rm -f conftest.er1
20268 cat conftest.err >&5
20269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20270 (exit $ac_status); } && {
20271 test -z "$ac_c_werror_flag" ||
20272 test ! -s conftest.err
20273 } && test -s conftest.$ac_objext; then
20275 else
20276 $as_echo "$as_me: failed program was:" >&5
20277 sed 's/^/| /' conftest.$ac_ext >&5
20279 ac_cv_type_fsfilcnt_t=yes
20282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20283 else
20284 $as_echo "$as_me: failed program was:" >&5
20285 sed 's/^/| /' conftest.$ac_ext >&5
20290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20292 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20293 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20294 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20296 cat >>confdefs.h <<_ACEOF
20297 #define HAVE_FSFILCNT_T 1
20298 _ACEOF
20303 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20304 $as_echo_n "checking for sigset_t... " >&6; }
20305 if test "${ac_cv_type_sigset_t+set}" = set; then
20306 $as_echo_n "(cached) " >&6
20307 else
20308 ac_cv_type_sigset_t=no
20309 cat >conftest.$ac_ext <<_ACEOF
20310 /* confdefs.h. */
20311 _ACEOF
20312 cat confdefs.h >>conftest.$ac_ext
20313 cat >>conftest.$ac_ext <<_ACEOF
20314 /* end confdefs.h. */
20315 #include <sys/types.h>
20316 #include <signal.h>
20319 main ()
20321 if (sizeof (sigset_t))
20322 return 0;
20324 return 0;
20326 _ACEOF
20327 rm -f conftest.$ac_objext
20328 if { (ac_try="$ac_compile"
20329 case "(($ac_try" in
20330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20331 *) ac_try_echo=$ac_try;;
20332 esac
20333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20334 $as_echo "$ac_try_echo") >&5
20335 (eval "$ac_compile") 2>conftest.er1
20336 ac_status=$?
20337 grep -v '^ *+' conftest.er1 >conftest.err
20338 rm -f conftest.er1
20339 cat conftest.err >&5
20340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20341 (exit $ac_status); } && {
20342 test -z "$ac_c_werror_flag" ||
20343 test ! -s conftest.err
20344 } && test -s conftest.$ac_objext; then
20345 cat >conftest.$ac_ext <<_ACEOF
20346 /* confdefs.h. */
20347 _ACEOF
20348 cat confdefs.h >>conftest.$ac_ext
20349 cat >>conftest.$ac_ext <<_ACEOF
20350 /* end confdefs.h. */
20351 #include <sys/types.h>
20352 #include <signal.h>
20355 main ()
20357 if (sizeof ((sigset_t)))
20358 return 0;
20360 return 0;
20362 _ACEOF
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20367 *) ac_try_echo=$ac_try;;
20368 esac
20369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20370 $as_echo "$ac_try_echo") >&5
20371 (eval "$ac_compile") 2>conftest.er1
20372 ac_status=$?
20373 grep -v '^ *+' conftest.er1 >conftest.err
20374 rm -f conftest.er1
20375 cat conftest.err >&5
20376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377 (exit $ac_status); } && {
20378 test -z "$ac_c_werror_flag" ||
20379 test ! -s conftest.err
20380 } && test -s conftest.$ac_objext; then
20382 else
20383 $as_echo "$as_me: failed program was:" >&5
20384 sed 's/^/| /' conftest.$ac_ext >&5
20386 ac_cv_type_sigset_t=yes
20389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20390 else
20391 $as_echo "$as_me: failed program was:" >&5
20392 sed 's/^/| /' conftest.$ac_ext >&5
20397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20399 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20400 $as_echo "$ac_cv_type_sigset_t" >&6; }
20401 if test "x$ac_cv_type_sigset_t" = x""yes; then
20403 cat >>confdefs.h <<_ACEOF
20404 #define HAVE_SIGSET_T 1
20405 _ACEOF
20410 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20411 $as_echo_n "checking for request_sense... " >&6; }
20412 if test "${ac_cv_type_request_sense+set}" = set; then
20413 $as_echo_n "(cached) " >&6
20414 else
20415 ac_cv_type_request_sense=no
20416 cat >conftest.$ac_ext <<_ACEOF
20417 /* confdefs.h. */
20418 _ACEOF
20419 cat confdefs.h >>conftest.$ac_ext
20420 cat >>conftest.$ac_ext <<_ACEOF
20421 /* end confdefs.h. */
20422 #include <linux/cdrom.h>
20425 main ()
20427 if (sizeof (request_sense))
20428 return 0;
20430 return 0;
20432 _ACEOF
20433 rm -f conftest.$ac_objext
20434 if { (ac_try="$ac_compile"
20435 case "(($ac_try" in
20436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20437 *) ac_try_echo=$ac_try;;
20438 esac
20439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20440 $as_echo "$ac_try_echo") >&5
20441 (eval "$ac_compile") 2>conftest.er1
20442 ac_status=$?
20443 grep -v '^ *+' conftest.er1 >conftest.err
20444 rm -f conftest.er1
20445 cat conftest.err >&5
20446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20447 (exit $ac_status); } && {
20448 test -z "$ac_c_werror_flag" ||
20449 test ! -s conftest.err
20450 } && test -s conftest.$ac_objext; then
20451 cat >conftest.$ac_ext <<_ACEOF
20452 /* confdefs.h. */
20453 _ACEOF
20454 cat confdefs.h >>conftest.$ac_ext
20455 cat >>conftest.$ac_ext <<_ACEOF
20456 /* end confdefs.h. */
20457 #include <linux/cdrom.h>
20460 main ()
20462 if (sizeof ((request_sense)))
20463 return 0;
20465 return 0;
20467 _ACEOF
20468 rm -f conftest.$ac_objext
20469 if { (ac_try="$ac_compile"
20470 case "(($ac_try" in
20471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20472 *) ac_try_echo=$ac_try;;
20473 esac
20474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20475 $as_echo "$ac_try_echo") >&5
20476 (eval "$ac_compile") 2>conftest.er1
20477 ac_status=$?
20478 grep -v '^ *+' conftest.er1 >conftest.err
20479 rm -f conftest.er1
20480 cat conftest.err >&5
20481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); } && {
20483 test -z "$ac_c_werror_flag" ||
20484 test ! -s conftest.err
20485 } && test -s conftest.$ac_objext; then
20487 else
20488 $as_echo "$as_me: failed program was:" >&5
20489 sed 's/^/| /' conftest.$ac_ext >&5
20491 ac_cv_type_request_sense=yes
20494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20495 else
20496 $as_echo "$as_me: failed program was:" >&5
20497 sed 's/^/| /' conftest.$ac_ext >&5
20502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20504 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20505 $as_echo "$ac_cv_type_request_sense" >&6; }
20506 if test "x$ac_cv_type_request_sense" = x""yes; then
20508 cat >>confdefs.h <<_ACEOF
20509 #define HAVE_REQUEST_SENSE 1
20510 _ACEOF
20516 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20517 $as_echo_n "checking for struct xinpgen... " >&6; }
20518 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20519 $as_echo_n "(cached) " >&6
20520 else
20521 ac_cv_type_struct_xinpgen=no
20522 cat >conftest.$ac_ext <<_ACEOF
20523 /* confdefs.h. */
20524 _ACEOF
20525 cat confdefs.h >>conftest.$ac_ext
20526 cat >>conftest.$ac_ext <<_ACEOF
20527 /* end confdefs.h. */
20528 #include <sys/types.h>
20529 #ifdef HAVE_SYS_SOCKET_H
20530 #include <sys/socket.h>
20531 #endif
20532 #ifdef HAVE_SYS_SOCKETVAR_H
20533 #include <sys/socketvar.h>
20534 #endif
20535 #ifdef HAVE_NET_ROUTE_H
20536 #include <net/route.h>
20537 #endif
20538 #ifdef HAVE_NETINET_IN_H
20539 #include <netinet/in.h>
20540 #endif
20541 #ifdef HAVE_NETINET_IN_SYSTM_H
20542 #include <netinet/in_systm.h>
20543 #endif
20544 #ifdef HAVE_NETINET_IP_H
20545 #include <netinet/ip.h>
20546 #endif
20547 #ifdef HAVE_NETINET_IN_PCB_H
20548 #include <netinet/in_pcb.h>
20549 #endif
20552 main ()
20554 if (sizeof (struct xinpgen))
20555 return 0;
20557 return 0;
20559 _ACEOF
20560 rm -f conftest.$ac_objext
20561 if { (ac_try="$ac_compile"
20562 case "(($ac_try" in
20563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20564 *) ac_try_echo=$ac_try;;
20565 esac
20566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20567 $as_echo "$ac_try_echo") >&5
20568 (eval "$ac_compile") 2>conftest.er1
20569 ac_status=$?
20570 grep -v '^ *+' conftest.er1 >conftest.err
20571 rm -f conftest.er1
20572 cat conftest.err >&5
20573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20574 (exit $ac_status); } && {
20575 test -z "$ac_c_werror_flag" ||
20576 test ! -s conftest.err
20577 } && test -s conftest.$ac_objext; then
20578 cat >conftest.$ac_ext <<_ACEOF
20579 /* confdefs.h. */
20580 _ACEOF
20581 cat confdefs.h >>conftest.$ac_ext
20582 cat >>conftest.$ac_ext <<_ACEOF
20583 /* end confdefs.h. */
20584 #include <sys/types.h>
20585 #ifdef HAVE_SYS_SOCKET_H
20586 #include <sys/socket.h>
20587 #endif
20588 #ifdef HAVE_SYS_SOCKETVAR_H
20589 #include <sys/socketvar.h>
20590 #endif
20591 #ifdef HAVE_NET_ROUTE_H
20592 #include <net/route.h>
20593 #endif
20594 #ifdef HAVE_NETINET_IN_H
20595 #include <netinet/in.h>
20596 #endif
20597 #ifdef HAVE_NETINET_IN_SYSTM_H
20598 #include <netinet/in_systm.h>
20599 #endif
20600 #ifdef HAVE_NETINET_IP_H
20601 #include <netinet/ip.h>
20602 #endif
20603 #ifdef HAVE_NETINET_IN_PCB_H
20604 #include <netinet/in_pcb.h>
20605 #endif
20608 main ()
20610 if (sizeof ((struct xinpgen)))
20611 return 0;
20613 return 0;
20615 _ACEOF
20616 rm -f conftest.$ac_objext
20617 if { (ac_try="$ac_compile"
20618 case "(($ac_try" in
20619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20620 *) ac_try_echo=$ac_try;;
20621 esac
20622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20623 $as_echo "$ac_try_echo") >&5
20624 (eval "$ac_compile") 2>conftest.er1
20625 ac_status=$?
20626 grep -v '^ *+' conftest.er1 >conftest.err
20627 rm -f conftest.er1
20628 cat conftest.err >&5
20629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20630 (exit $ac_status); } && {
20631 test -z "$ac_c_werror_flag" ||
20632 test ! -s conftest.err
20633 } && test -s conftest.$ac_objext; then
20635 else
20636 $as_echo "$as_me: failed program was:" >&5
20637 sed 's/^/| /' conftest.$ac_ext >&5
20639 ac_cv_type_struct_xinpgen=yes
20642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20643 else
20644 $as_echo "$as_me: failed program was:" >&5
20645 sed 's/^/| /' conftest.$ac_ext >&5
20650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20652 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20653 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20654 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20656 cat >>confdefs.h <<_ACEOF
20657 #define HAVE_STRUCT_XINPGEN 1
20658 _ACEOF
20664 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20665 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20666 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20667 $as_echo_n "(cached) " >&6
20668 else
20669 cat >conftest.$ac_ext <<_ACEOF
20670 /* confdefs.h. */
20671 _ACEOF
20672 cat confdefs.h >>conftest.$ac_ext
20673 cat >>conftest.$ac_ext <<_ACEOF
20674 /* end confdefs.h. */
20675 #ifdef HAVE_LINUX_INPUT_H
20676 #include <linux/input.h>
20677 #endif
20680 main ()
20682 static struct ff_effect ac_aggr;
20683 if (ac_aggr.direction)
20684 return 0;
20686 return 0;
20688 _ACEOF
20689 rm -f conftest.$ac_objext
20690 if { (ac_try="$ac_compile"
20691 case "(($ac_try" in
20692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20693 *) ac_try_echo=$ac_try;;
20694 esac
20695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20696 $as_echo "$ac_try_echo") >&5
20697 (eval "$ac_compile") 2>conftest.er1
20698 ac_status=$?
20699 grep -v '^ *+' conftest.er1 >conftest.err
20700 rm -f conftest.er1
20701 cat conftest.err >&5
20702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20703 (exit $ac_status); } && {
20704 test -z "$ac_c_werror_flag" ||
20705 test ! -s conftest.err
20706 } && test -s conftest.$ac_objext; then
20707 ac_cv_member_struct_ff_effect_direction=yes
20708 else
20709 $as_echo "$as_me: failed program was:" >&5
20710 sed 's/^/| /' conftest.$ac_ext >&5
20712 cat >conftest.$ac_ext <<_ACEOF
20713 /* confdefs.h. */
20714 _ACEOF
20715 cat confdefs.h >>conftest.$ac_ext
20716 cat >>conftest.$ac_ext <<_ACEOF
20717 /* end confdefs.h. */
20718 #ifdef HAVE_LINUX_INPUT_H
20719 #include <linux/input.h>
20720 #endif
20723 main ()
20725 static struct ff_effect ac_aggr;
20726 if (sizeof ac_aggr.direction)
20727 return 0;
20729 return 0;
20731 _ACEOF
20732 rm -f conftest.$ac_objext
20733 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
20750 ac_cv_member_struct_ff_effect_direction=yes
20751 else
20752 $as_echo "$as_me: failed program was:" >&5
20753 sed 's/^/| /' conftest.$ac_ext >&5
20755 ac_cv_member_struct_ff_effect_direction=no
20758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20763 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20764 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20765 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20767 cat >>confdefs.h <<_ACEOF
20768 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20769 _ACEOF
20775 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20776 $as_echo_n "checking for sigaddset... " >&6; }
20777 if test "${wine_cv_have_sigaddset+set}" = set; then
20778 $as_echo_n "(cached) " >&6
20779 else
20780 cat >conftest.$ac_ext <<_ACEOF
20781 /* confdefs.h. */
20782 _ACEOF
20783 cat confdefs.h >>conftest.$ac_ext
20784 cat >>conftest.$ac_ext <<_ACEOF
20785 /* end confdefs.h. */
20786 #include <signal.h>
20788 main ()
20790 sigset_t set; sigaddset(&set,SIGTERM);
20792 return 0;
20794 _ACEOF
20795 rm -f conftest.$ac_objext conftest$ac_exeext
20796 if { (ac_try="$ac_link"
20797 case "(($ac_try" in
20798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20799 *) ac_try_echo=$ac_try;;
20800 esac
20801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20802 $as_echo "$ac_try_echo") >&5
20803 (eval "$ac_link") 2>conftest.er1
20804 ac_status=$?
20805 grep -v '^ *+' conftest.er1 >conftest.err
20806 rm -f conftest.er1
20807 cat conftest.err >&5
20808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20809 (exit $ac_status); } && {
20810 test -z "$ac_c_werror_flag" ||
20811 test ! -s conftest.err
20812 } && test -s conftest$ac_exeext && {
20813 test "$cross_compiling" = yes ||
20814 $as_test_x conftest$ac_exeext
20815 }; then
20816 wine_cv_have_sigaddset=yes
20817 else
20818 $as_echo "$as_me: failed program was:" >&5
20819 sed 's/^/| /' conftest.$ac_ext >&5
20821 wine_cv_have_sigaddset=no
20824 rm -rf conftest.dSYM
20825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20826 conftest$ac_exeext conftest.$ac_ext
20828 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20829 $as_echo "$wine_cv_have_sigaddset" >&6; }
20830 if test "$wine_cv_have_sigaddset" = "yes"
20831 then
20833 cat >>confdefs.h <<\_ACEOF
20834 #define HAVE_SIGADDSET 1
20835 _ACEOF
20840 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20841 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20842 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20843 $as_echo_n "(cached) " >&6
20844 else
20845 cat >conftest.$ac_ext <<_ACEOF
20846 /* confdefs.h. */
20847 _ACEOF
20848 cat confdefs.h >>conftest.$ac_ext
20849 cat >>conftest.$ac_ext <<_ACEOF
20850 /* end confdefs.h. */
20851 #include <netdb.h>
20853 main ()
20856 char *name=0;
20857 struct hostent he;
20858 struct hostent *result;
20859 char *buf=0;
20860 int bufsize=0;
20861 int res,errnr;
20862 char *addr=0;
20863 int addrlen=0;
20864 int addrtype=0;
20865 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20866 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20869 return 0;
20871 _ACEOF
20872 rm -f conftest.$ac_objext conftest$ac_exeext
20873 if { (ac_try="$ac_link"
20874 case "(($ac_try" in
20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876 *) ac_try_echo=$ac_try;;
20877 esac
20878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20879 $as_echo "$ac_try_echo") >&5
20880 (eval "$ac_link") 2>conftest.er1
20881 ac_status=$?
20882 grep -v '^ *+' conftest.er1 >conftest.err
20883 rm -f conftest.er1
20884 cat conftest.err >&5
20885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20886 (exit $ac_status); } && {
20887 test -z "$ac_c_werror_flag" ||
20888 test ! -s conftest.err
20889 } && test -s conftest$ac_exeext && {
20890 test "$cross_compiling" = yes ||
20891 $as_test_x conftest$ac_exeext
20892 }; then
20893 wine_cv_linux_gethostbyname_r_6=yes
20894 else
20895 $as_echo "$as_me: failed program was:" >&5
20896 sed 's/^/| /' conftest.$ac_ext >&5
20898 wine_cv_linux_gethostbyname_r_6=no
20902 rm -rf conftest.dSYM
20903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20904 conftest$ac_exeext conftest.$ac_ext
20907 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20908 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20909 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20910 then
20912 cat >>confdefs.h <<\_ACEOF
20913 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20914 _ACEOF
20918 if test "$ac_cv_header_linux_joystick_h" = "yes"
20919 then
20920 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20921 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20922 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20923 $as_echo_n "(cached) " >&6
20924 else
20925 cat >conftest.$ac_ext <<_ACEOF
20926 /* confdefs.h. */
20927 _ACEOF
20928 cat confdefs.h >>conftest.$ac_ext
20929 cat >>conftest.$ac_ext <<_ACEOF
20930 /* end confdefs.h. */
20932 #include <sys/ioctl.h>
20933 #include <sys/types.h>
20934 #include <linux/joystick.h>
20936 struct js_event blub;
20937 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20938 #error "no 2.2 header"
20939 #endif
20942 main ()
20944 /*empty*/
20946 return 0;
20948 _ACEOF
20949 rm -f conftest.$ac_objext
20950 if { (ac_try="$ac_compile"
20951 case "(($ac_try" in
20952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20953 *) ac_try_echo=$ac_try;;
20954 esac
20955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20956 $as_echo "$ac_try_echo") >&5
20957 (eval "$ac_compile") 2>conftest.er1
20958 ac_status=$?
20959 grep -v '^ *+' conftest.er1 >conftest.err
20960 rm -f conftest.er1
20961 cat conftest.err >&5
20962 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20963 (exit $ac_status); } && {
20964 test -z "$ac_c_werror_flag" ||
20965 test ! -s conftest.err
20966 } && test -s conftest.$ac_objext; then
20967 wine_cv_linux_joystick_22_api=yes
20968 else
20969 $as_echo "$as_me: failed program was:" >&5
20970 sed 's/^/| /' conftest.$ac_ext >&5
20972 wine_cv_linux_joystick_22_api=no
20975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20978 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20979 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20980 if test "$wine_cv_linux_joystick_22_api" = "yes"
20981 then
20983 cat >>confdefs.h <<\_ACEOF
20984 #define HAVE_LINUX_22_JOYSTICK_API 1
20985 _ACEOF
20991 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20992 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20993 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20994 $as_echo_n "(cached) " >&6
20995 else
20996 cat >conftest.$ac_ext <<_ACEOF
20997 /* confdefs.h. */
20998 _ACEOF
20999 cat confdefs.h >>conftest.$ac_ext
21000 cat >>conftest.$ac_ext <<_ACEOF
21001 /* end confdefs.h. */
21002 #include <sys/types.h>
21003 #ifdef HAVE_SYS_PARAM_H
21004 # include <sys/param.h>
21005 #endif
21006 #ifdef HAVE_SYS_MOUNT_H
21007 # include <sys/mount.h>
21008 #endif
21009 #ifdef HAVE_SYS_VFS_H
21010 # include <sys/vfs.h>
21011 #endif
21012 #ifdef HAVE_SYS_STATFS_H
21013 # include <sys/statfs.h>
21014 #endif
21017 main ()
21019 static struct statfs ac_aggr;
21020 if (ac_aggr.f_bfree)
21021 return 0;
21023 return 0;
21025 _ACEOF
21026 rm -f conftest.$ac_objext
21027 if { (ac_try="$ac_compile"
21028 case "(($ac_try" in
21029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21030 *) ac_try_echo=$ac_try;;
21031 esac
21032 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21033 $as_echo "$ac_try_echo") >&5
21034 (eval "$ac_compile") 2>conftest.er1
21035 ac_status=$?
21036 grep -v '^ *+' conftest.er1 >conftest.err
21037 rm -f conftest.er1
21038 cat conftest.err >&5
21039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); } && {
21041 test -z "$ac_c_werror_flag" ||
21042 test ! -s conftest.err
21043 } && test -s conftest.$ac_objext; then
21044 ac_cv_member_struct_statfs_f_bfree=yes
21045 else
21046 $as_echo "$as_me: failed program was:" >&5
21047 sed 's/^/| /' conftest.$ac_ext >&5
21049 cat >conftest.$ac_ext <<_ACEOF
21050 /* confdefs.h. */
21051 _ACEOF
21052 cat confdefs.h >>conftest.$ac_ext
21053 cat >>conftest.$ac_ext <<_ACEOF
21054 /* end confdefs.h. */
21055 #include <sys/types.h>
21056 #ifdef HAVE_SYS_PARAM_H
21057 # include <sys/param.h>
21058 #endif
21059 #ifdef HAVE_SYS_MOUNT_H
21060 # include <sys/mount.h>
21061 #endif
21062 #ifdef HAVE_SYS_VFS_H
21063 # include <sys/vfs.h>
21064 #endif
21065 #ifdef HAVE_SYS_STATFS_H
21066 # include <sys/statfs.h>
21067 #endif
21070 main ()
21072 static struct statfs ac_aggr;
21073 if (sizeof ac_aggr.f_bfree)
21074 return 0;
21076 return 0;
21078 _ACEOF
21079 rm -f conftest.$ac_objext
21080 if { (ac_try="$ac_compile"
21081 case "(($ac_try" in
21082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21083 *) ac_try_echo=$ac_try;;
21084 esac
21085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21086 $as_echo "$ac_try_echo") >&5
21087 (eval "$ac_compile") 2>conftest.er1
21088 ac_status=$?
21089 grep -v '^ *+' conftest.er1 >conftest.err
21090 rm -f conftest.er1
21091 cat conftest.err >&5
21092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } && {
21094 test -z "$ac_c_werror_flag" ||
21095 test ! -s conftest.err
21096 } && test -s conftest.$ac_objext; then
21097 ac_cv_member_struct_statfs_f_bfree=yes
21098 else
21099 $as_echo "$as_me: failed program was:" >&5
21100 sed 's/^/| /' conftest.$ac_ext >&5
21102 ac_cv_member_struct_statfs_f_bfree=no
21105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21110 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21111 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21112 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21114 cat >>confdefs.h <<_ACEOF
21115 #define HAVE_STRUCT_STATFS_F_BFREE 1
21116 _ACEOF
21120 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21121 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21122 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21123 $as_echo_n "(cached) " >&6
21124 else
21125 cat >conftest.$ac_ext <<_ACEOF
21126 /* confdefs.h. */
21127 _ACEOF
21128 cat confdefs.h >>conftest.$ac_ext
21129 cat >>conftest.$ac_ext <<_ACEOF
21130 /* end confdefs.h. */
21131 #include <sys/types.h>
21132 #ifdef HAVE_SYS_PARAM_H
21133 # include <sys/param.h>
21134 #endif
21135 #ifdef HAVE_SYS_MOUNT_H
21136 # include <sys/mount.h>
21137 #endif
21138 #ifdef HAVE_SYS_VFS_H
21139 # include <sys/vfs.h>
21140 #endif
21141 #ifdef HAVE_SYS_STATFS_H
21142 # include <sys/statfs.h>
21143 #endif
21146 main ()
21148 static struct statfs ac_aggr;
21149 if (ac_aggr.f_bavail)
21150 return 0;
21152 return 0;
21154 _ACEOF
21155 rm -f conftest.$ac_objext
21156 if { (ac_try="$ac_compile"
21157 case "(($ac_try" in
21158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21159 *) ac_try_echo=$ac_try;;
21160 esac
21161 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21162 $as_echo "$ac_try_echo") >&5
21163 (eval "$ac_compile") 2>conftest.er1
21164 ac_status=$?
21165 grep -v '^ *+' conftest.er1 >conftest.err
21166 rm -f conftest.er1
21167 cat conftest.err >&5
21168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21169 (exit $ac_status); } && {
21170 test -z "$ac_c_werror_flag" ||
21171 test ! -s conftest.err
21172 } && test -s conftest.$ac_objext; then
21173 ac_cv_member_struct_statfs_f_bavail=yes
21174 else
21175 $as_echo "$as_me: failed program was:" >&5
21176 sed 's/^/| /' conftest.$ac_ext >&5
21178 cat >conftest.$ac_ext <<_ACEOF
21179 /* confdefs.h. */
21180 _ACEOF
21181 cat confdefs.h >>conftest.$ac_ext
21182 cat >>conftest.$ac_ext <<_ACEOF
21183 /* end confdefs.h. */
21184 #include <sys/types.h>
21185 #ifdef HAVE_SYS_PARAM_H
21186 # include <sys/param.h>
21187 #endif
21188 #ifdef HAVE_SYS_MOUNT_H
21189 # include <sys/mount.h>
21190 #endif
21191 #ifdef HAVE_SYS_VFS_H
21192 # include <sys/vfs.h>
21193 #endif
21194 #ifdef HAVE_SYS_STATFS_H
21195 # include <sys/statfs.h>
21196 #endif
21199 main ()
21201 static struct statfs ac_aggr;
21202 if (sizeof ac_aggr.f_bavail)
21203 return 0;
21205 return 0;
21207 _ACEOF
21208 rm -f conftest.$ac_objext
21209 if { (ac_try="$ac_compile"
21210 case "(($ac_try" in
21211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21212 *) ac_try_echo=$ac_try;;
21213 esac
21214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21215 $as_echo "$ac_try_echo") >&5
21216 (eval "$ac_compile") 2>conftest.er1
21217 ac_status=$?
21218 grep -v '^ *+' conftest.er1 >conftest.err
21219 rm -f conftest.er1
21220 cat conftest.err >&5
21221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21222 (exit $ac_status); } && {
21223 test -z "$ac_c_werror_flag" ||
21224 test ! -s conftest.err
21225 } && test -s conftest.$ac_objext; then
21226 ac_cv_member_struct_statfs_f_bavail=yes
21227 else
21228 $as_echo "$as_me: failed program was:" >&5
21229 sed 's/^/| /' conftest.$ac_ext >&5
21231 ac_cv_member_struct_statfs_f_bavail=no
21234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21239 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21240 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21241 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21243 cat >>confdefs.h <<_ACEOF
21244 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21245 _ACEOF
21249 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21250 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21251 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21252 $as_echo_n "(cached) " >&6
21253 else
21254 cat >conftest.$ac_ext <<_ACEOF
21255 /* confdefs.h. */
21256 _ACEOF
21257 cat confdefs.h >>conftest.$ac_ext
21258 cat >>conftest.$ac_ext <<_ACEOF
21259 /* end confdefs.h. */
21260 #include <sys/types.h>
21261 #ifdef HAVE_SYS_PARAM_H
21262 # include <sys/param.h>
21263 #endif
21264 #ifdef HAVE_SYS_MOUNT_H
21265 # include <sys/mount.h>
21266 #endif
21267 #ifdef HAVE_SYS_VFS_H
21268 # include <sys/vfs.h>
21269 #endif
21270 #ifdef HAVE_SYS_STATFS_H
21271 # include <sys/statfs.h>
21272 #endif
21275 main ()
21277 static struct statfs ac_aggr;
21278 if (ac_aggr.f_frsize)
21279 return 0;
21281 return 0;
21283 _ACEOF
21284 rm -f conftest.$ac_objext
21285 if { (ac_try="$ac_compile"
21286 case "(($ac_try" in
21287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21288 *) ac_try_echo=$ac_try;;
21289 esac
21290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21291 $as_echo "$ac_try_echo") >&5
21292 (eval "$ac_compile") 2>conftest.er1
21293 ac_status=$?
21294 grep -v '^ *+' conftest.er1 >conftest.err
21295 rm -f conftest.er1
21296 cat conftest.err >&5
21297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21298 (exit $ac_status); } && {
21299 test -z "$ac_c_werror_flag" ||
21300 test ! -s conftest.err
21301 } && test -s conftest.$ac_objext; then
21302 ac_cv_member_struct_statfs_f_frsize=yes
21303 else
21304 $as_echo "$as_me: failed program was:" >&5
21305 sed 's/^/| /' conftest.$ac_ext >&5
21307 cat >conftest.$ac_ext <<_ACEOF
21308 /* confdefs.h. */
21309 _ACEOF
21310 cat confdefs.h >>conftest.$ac_ext
21311 cat >>conftest.$ac_ext <<_ACEOF
21312 /* end confdefs.h. */
21313 #include <sys/types.h>
21314 #ifdef HAVE_SYS_PARAM_H
21315 # include <sys/param.h>
21316 #endif
21317 #ifdef HAVE_SYS_MOUNT_H
21318 # include <sys/mount.h>
21319 #endif
21320 #ifdef HAVE_SYS_VFS_H
21321 # include <sys/vfs.h>
21322 #endif
21323 #ifdef HAVE_SYS_STATFS_H
21324 # include <sys/statfs.h>
21325 #endif
21328 main ()
21330 static struct statfs ac_aggr;
21331 if (sizeof ac_aggr.f_frsize)
21332 return 0;
21334 return 0;
21336 _ACEOF
21337 rm -f conftest.$ac_objext
21338 if { (ac_try="$ac_compile"
21339 case "(($ac_try" in
21340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21341 *) ac_try_echo=$ac_try;;
21342 esac
21343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21344 $as_echo "$ac_try_echo") >&5
21345 (eval "$ac_compile") 2>conftest.er1
21346 ac_status=$?
21347 grep -v '^ *+' conftest.er1 >conftest.err
21348 rm -f conftest.er1
21349 cat conftest.err >&5
21350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21351 (exit $ac_status); } && {
21352 test -z "$ac_c_werror_flag" ||
21353 test ! -s conftest.err
21354 } && test -s conftest.$ac_objext; then
21355 ac_cv_member_struct_statfs_f_frsize=yes
21356 else
21357 $as_echo "$as_me: failed program was:" >&5
21358 sed 's/^/| /' conftest.$ac_ext >&5
21360 ac_cv_member_struct_statfs_f_frsize=no
21363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21368 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21369 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21370 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21372 cat >>confdefs.h <<_ACEOF
21373 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21374 _ACEOF
21378 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21379 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21380 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21381 $as_echo_n "(cached) " >&6
21382 else
21383 cat >conftest.$ac_ext <<_ACEOF
21384 /* confdefs.h. */
21385 _ACEOF
21386 cat confdefs.h >>conftest.$ac_ext
21387 cat >>conftest.$ac_ext <<_ACEOF
21388 /* end confdefs.h. */
21389 #include <sys/types.h>
21390 #ifdef HAVE_SYS_PARAM_H
21391 # include <sys/param.h>
21392 #endif
21393 #ifdef HAVE_SYS_MOUNT_H
21394 # include <sys/mount.h>
21395 #endif
21396 #ifdef HAVE_SYS_VFS_H
21397 # include <sys/vfs.h>
21398 #endif
21399 #ifdef HAVE_SYS_STATFS_H
21400 # include <sys/statfs.h>
21401 #endif
21404 main ()
21406 static struct statfs ac_aggr;
21407 if (ac_aggr.f_ffree)
21408 return 0;
21410 return 0;
21412 _ACEOF
21413 rm -f conftest.$ac_objext
21414 if { (ac_try="$ac_compile"
21415 case "(($ac_try" in
21416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21417 *) ac_try_echo=$ac_try;;
21418 esac
21419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21420 $as_echo "$ac_try_echo") >&5
21421 (eval "$ac_compile") 2>conftest.er1
21422 ac_status=$?
21423 grep -v '^ *+' conftest.er1 >conftest.err
21424 rm -f conftest.er1
21425 cat conftest.err >&5
21426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427 (exit $ac_status); } && {
21428 test -z "$ac_c_werror_flag" ||
21429 test ! -s conftest.err
21430 } && test -s conftest.$ac_objext; then
21431 ac_cv_member_struct_statfs_f_ffree=yes
21432 else
21433 $as_echo "$as_me: failed program was:" >&5
21434 sed 's/^/| /' conftest.$ac_ext >&5
21436 cat >conftest.$ac_ext <<_ACEOF
21437 /* confdefs.h. */
21438 _ACEOF
21439 cat confdefs.h >>conftest.$ac_ext
21440 cat >>conftest.$ac_ext <<_ACEOF
21441 /* end confdefs.h. */
21442 #include <sys/types.h>
21443 #ifdef HAVE_SYS_PARAM_H
21444 # include <sys/param.h>
21445 #endif
21446 #ifdef HAVE_SYS_MOUNT_H
21447 # include <sys/mount.h>
21448 #endif
21449 #ifdef HAVE_SYS_VFS_H
21450 # include <sys/vfs.h>
21451 #endif
21452 #ifdef HAVE_SYS_STATFS_H
21453 # include <sys/statfs.h>
21454 #endif
21457 main ()
21459 static struct statfs ac_aggr;
21460 if (sizeof ac_aggr.f_ffree)
21461 return 0;
21463 return 0;
21465 _ACEOF
21466 rm -f conftest.$ac_objext
21467 if { (ac_try="$ac_compile"
21468 case "(($ac_try" in
21469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21470 *) ac_try_echo=$ac_try;;
21471 esac
21472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21473 $as_echo "$ac_try_echo") >&5
21474 (eval "$ac_compile") 2>conftest.er1
21475 ac_status=$?
21476 grep -v '^ *+' conftest.er1 >conftest.err
21477 rm -f conftest.er1
21478 cat conftest.err >&5
21479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21480 (exit $ac_status); } && {
21481 test -z "$ac_c_werror_flag" ||
21482 test ! -s conftest.err
21483 } && test -s conftest.$ac_objext; then
21484 ac_cv_member_struct_statfs_f_ffree=yes
21485 else
21486 $as_echo "$as_me: failed program was:" >&5
21487 sed 's/^/| /' conftest.$ac_ext >&5
21489 ac_cv_member_struct_statfs_f_ffree=no
21492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21497 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21498 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21499 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21501 cat >>confdefs.h <<_ACEOF
21502 #define HAVE_STRUCT_STATFS_F_FFREE 1
21503 _ACEOF
21507 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21508 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21509 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21510 $as_echo_n "(cached) " >&6
21511 else
21512 cat >conftest.$ac_ext <<_ACEOF
21513 /* confdefs.h. */
21514 _ACEOF
21515 cat confdefs.h >>conftest.$ac_ext
21516 cat >>conftest.$ac_ext <<_ACEOF
21517 /* end confdefs.h. */
21518 #include <sys/types.h>
21519 #ifdef HAVE_SYS_PARAM_H
21520 # include <sys/param.h>
21521 #endif
21522 #ifdef HAVE_SYS_MOUNT_H
21523 # include <sys/mount.h>
21524 #endif
21525 #ifdef HAVE_SYS_VFS_H
21526 # include <sys/vfs.h>
21527 #endif
21528 #ifdef HAVE_SYS_STATFS_H
21529 # include <sys/statfs.h>
21530 #endif
21533 main ()
21535 static struct statfs ac_aggr;
21536 if (ac_aggr.f_favail)
21537 return 0;
21539 return 0;
21541 _ACEOF
21542 rm -f conftest.$ac_objext
21543 if { (ac_try="$ac_compile"
21544 case "(($ac_try" in
21545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21546 *) ac_try_echo=$ac_try;;
21547 esac
21548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21549 $as_echo "$ac_try_echo") >&5
21550 (eval "$ac_compile") 2>conftest.er1
21551 ac_status=$?
21552 grep -v '^ *+' conftest.er1 >conftest.err
21553 rm -f conftest.er1
21554 cat conftest.err >&5
21555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21556 (exit $ac_status); } && {
21557 test -z "$ac_c_werror_flag" ||
21558 test ! -s conftest.err
21559 } && test -s conftest.$ac_objext; then
21560 ac_cv_member_struct_statfs_f_favail=yes
21561 else
21562 $as_echo "$as_me: failed program was:" >&5
21563 sed 's/^/| /' conftest.$ac_ext >&5
21565 cat >conftest.$ac_ext <<_ACEOF
21566 /* confdefs.h. */
21567 _ACEOF
21568 cat confdefs.h >>conftest.$ac_ext
21569 cat >>conftest.$ac_ext <<_ACEOF
21570 /* end confdefs.h. */
21571 #include <sys/types.h>
21572 #ifdef HAVE_SYS_PARAM_H
21573 # include <sys/param.h>
21574 #endif
21575 #ifdef HAVE_SYS_MOUNT_H
21576 # include <sys/mount.h>
21577 #endif
21578 #ifdef HAVE_SYS_VFS_H
21579 # include <sys/vfs.h>
21580 #endif
21581 #ifdef HAVE_SYS_STATFS_H
21582 # include <sys/statfs.h>
21583 #endif
21586 main ()
21588 static struct statfs ac_aggr;
21589 if (sizeof ac_aggr.f_favail)
21590 return 0;
21592 return 0;
21594 _ACEOF
21595 rm -f conftest.$ac_objext
21596 if { (ac_try="$ac_compile"
21597 case "(($ac_try" in
21598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21599 *) ac_try_echo=$ac_try;;
21600 esac
21601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21602 $as_echo "$ac_try_echo") >&5
21603 (eval "$ac_compile") 2>conftest.er1
21604 ac_status=$?
21605 grep -v '^ *+' conftest.er1 >conftest.err
21606 rm -f conftest.er1
21607 cat conftest.err >&5
21608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21609 (exit $ac_status); } && {
21610 test -z "$ac_c_werror_flag" ||
21611 test ! -s conftest.err
21612 } && test -s conftest.$ac_objext; then
21613 ac_cv_member_struct_statfs_f_favail=yes
21614 else
21615 $as_echo "$as_me: failed program was:" >&5
21616 sed 's/^/| /' conftest.$ac_ext >&5
21618 ac_cv_member_struct_statfs_f_favail=no
21621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21626 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21627 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21628 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21630 cat >>confdefs.h <<_ACEOF
21631 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21632 _ACEOF
21636 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21637 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21638 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21639 $as_echo_n "(cached) " >&6
21640 else
21641 cat >conftest.$ac_ext <<_ACEOF
21642 /* confdefs.h. */
21643 _ACEOF
21644 cat confdefs.h >>conftest.$ac_ext
21645 cat >>conftest.$ac_ext <<_ACEOF
21646 /* end confdefs.h. */
21647 #include <sys/types.h>
21648 #ifdef HAVE_SYS_PARAM_H
21649 # include <sys/param.h>
21650 #endif
21651 #ifdef HAVE_SYS_MOUNT_H
21652 # include <sys/mount.h>
21653 #endif
21654 #ifdef HAVE_SYS_VFS_H
21655 # include <sys/vfs.h>
21656 #endif
21657 #ifdef HAVE_SYS_STATFS_H
21658 # include <sys/statfs.h>
21659 #endif
21662 main ()
21664 static struct statfs ac_aggr;
21665 if (ac_aggr.f_namelen)
21666 return 0;
21668 return 0;
21670 _ACEOF
21671 rm -f conftest.$ac_objext
21672 if { (ac_try="$ac_compile"
21673 case "(($ac_try" in
21674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21675 *) ac_try_echo=$ac_try;;
21676 esac
21677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21678 $as_echo "$ac_try_echo") >&5
21679 (eval "$ac_compile") 2>conftest.er1
21680 ac_status=$?
21681 grep -v '^ *+' conftest.er1 >conftest.err
21682 rm -f conftest.er1
21683 cat conftest.err >&5
21684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21685 (exit $ac_status); } && {
21686 test -z "$ac_c_werror_flag" ||
21687 test ! -s conftest.err
21688 } && test -s conftest.$ac_objext; then
21689 ac_cv_member_struct_statfs_f_namelen=yes
21690 else
21691 $as_echo "$as_me: failed program was:" >&5
21692 sed 's/^/| /' conftest.$ac_ext >&5
21694 cat >conftest.$ac_ext <<_ACEOF
21695 /* confdefs.h. */
21696 _ACEOF
21697 cat confdefs.h >>conftest.$ac_ext
21698 cat >>conftest.$ac_ext <<_ACEOF
21699 /* end confdefs.h. */
21700 #include <sys/types.h>
21701 #ifdef HAVE_SYS_PARAM_H
21702 # include <sys/param.h>
21703 #endif
21704 #ifdef HAVE_SYS_MOUNT_H
21705 # include <sys/mount.h>
21706 #endif
21707 #ifdef HAVE_SYS_VFS_H
21708 # include <sys/vfs.h>
21709 #endif
21710 #ifdef HAVE_SYS_STATFS_H
21711 # include <sys/statfs.h>
21712 #endif
21715 main ()
21717 static struct statfs ac_aggr;
21718 if (sizeof ac_aggr.f_namelen)
21719 return 0;
21721 return 0;
21723 _ACEOF
21724 rm -f conftest.$ac_objext
21725 if { (ac_try="$ac_compile"
21726 case "(($ac_try" in
21727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21728 *) ac_try_echo=$ac_try;;
21729 esac
21730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21731 $as_echo "$ac_try_echo") >&5
21732 (eval "$ac_compile") 2>conftest.er1
21733 ac_status=$?
21734 grep -v '^ *+' conftest.er1 >conftest.err
21735 rm -f conftest.er1
21736 cat conftest.err >&5
21737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21738 (exit $ac_status); } && {
21739 test -z "$ac_c_werror_flag" ||
21740 test ! -s conftest.err
21741 } && test -s conftest.$ac_objext; then
21742 ac_cv_member_struct_statfs_f_namelen=yes
21743 else
21744 $as_echo "$as_me: failed program was:" >&5
21745 sed 's/^/| /' conftest.$ac_ext >&5
21747 ac_cv_member_struct_statfs_f_namelen=no
21750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21755 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21756 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21757 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21759 cat >>confdefs.h <<_ACEOF
21760 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21761 _ACEOF
21767 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21768 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21769 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21770 $as_echo_n "(cached) " >&6
21771 else
21772 cat >conftest.$ac_ext <<_ACEOF
21773 /* confdefs.h. */
21774 _ACEOF
21775 cat confdefs.h >>conftest.$ac_ext
21776 cat >>conftest.$ac_ext <<_ACEOF
21777 /* end confdefs.h. */
21778 #ifdef HAVE_SYS_STATVFS_H
21779 #include <sys/statvfs.h>
21780 #endif
21783 main ()
21785 static struct statvfs ac_aggr;
21786 if (ac_aggr.f_blocks)
21787 return 0;
21789 return 0;
21791 _ACEOF
21792 rm -f conftest.$ac_objext
21793 if { (ac_try="$ac_compile"
21794 case "(($ac_try" in
21795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21796 *) ac_try_echo=$ac_try;;
21797 esac
21798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21799 $as_echo "$ac_try_echo") >&5
21800 (eval "$ac_compile") 2>conftest.er1
21801 ac_status=$?
21802 grep -v '^ *+' conftest.er1 >conftest.err
21803 rm -f conftest.er1
21804 cat conftest.err >&5
21805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806 (exit $ac_status); } && {
21807 test -z "$ac_c_werror_flag" ||
21808 test ! -s conftest.err
21809 } && test -s conftest.$ac_objext; then
21810 ac_cv_member_struct_statvfs_f_blocks=yes
21811 else
21812 $as_echo "$as_me: failed program was:" >&5
21813 sed 's/^/| /' conftest.$ac_ext >&5
21815 cat >conftest.$ac_ext <<_ACEOF
21816 /* confdefs.h. */
21817 _ACEOF
21818 cat confdefs.h >>conftest.$ac_ext
21819 cat >>conftest.$ac_ext <<_ACEOF
21820 /* end confdefs.h. */
21821 #ifdef HAVE_SYS_STATVFS_H
21822 #include <sys/statvfs.h>
21823 #endif
21826 main ()
21828 static struct statvfs ac_aggr;
21829 if (sizeof ac_aggr.f_blocks)
21830 return 0;
21832 return 0;
21834 _ACEOF
21835 rm -f conftest.$ac_objext
21836 if { (ac_try="$ac_compile"
21837 case "(($ac_try" in
21838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21839 *) ac_try_echo=$ac_try;;
21840 esac
21841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21842 $as_echo "$ac_try_echo") >&5
21843 (eval "$ac_compile") 2>conftest.er1
21844 ac_status=$?
21845 grep -v '^ *+' conftest.er1 >conftest.err
21846 rm -f conftest.er1
21847 cat conftest.err >&5
21848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21849 (exit $ac_status); } && {
21850 test -z "$ac_c_werror_flag" ||
21851 test ! -s conftest.err
21852 } && test -s conftest.$ac_objext; then
21853 ac_cv_member_struct_statvfs_f_blocks=yes
21854 else
21855 $as_echo "$as_me: failed program was:" >&5
21856 sed 's/^/| /' conftest.$ac_ext >&5
21858 ac_cv_member_struct_statvfs_f_blocks=no
21861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21866 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21867 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21868 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21870 cat >>confdefs.h <<_ACEOF
21871 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21872 _ACEOF
21878 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21879 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21880 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21881 $as_echo_n "(cached) " >&6
21882 else
21883 cat >conftest.$ac_ext <<_ACEOF
21884 /* confdefs.h. */
21885 _ACEOF
21886 cat confdefs.h >>conftest.$ac_ext
21887 cat >>conftest.$ac_ext <<_ACEOF
21888 /* end confdefs.h. */
21889 #include <sys/types.h>
21890 #ifdef HAVE_SYS_SOCKET_H
21891 # include <sys/socket.h>
21892 #endif
21893 #ifdef HAVE_SYS_UN_H
21894 # include <sys/un.h>
21895 #endif
21898 main ()
21900 static struct msghdr ac_aggr;
21901 if (ac_aggr.msg_accrights)
21902 return 0;
21904 return 0;
21906 _ACEOF
21907 rm -f conftest.$ac_objext
21908 if { (ac_try="$ac_compile"
21909 case "(($ac_try" in
21910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21911 *) ac_try_echo=$ac_try;;
21912 esac
21913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21914 $as_echo "$ac_try_echo") >&5
21915 (eval "$ac_compile") 2>conftest.er1
21916 ac_status=$?
21917 grep -v '^ *+' conftest.er1 >conftest.err
21918 rm -f conftest.er1
21919 cat conftest.err >&5
21920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21921 (exit $ac_status); } && {
21922 test -z "$ac_c_werror_flag" ||
21923 test ! -s conftest.err
21924 } && test -s conftest.$ac_objext; then
21925 ac_cv_member_struct_msghdr_msg_accrights=yes
21926 else
21927 $as_echo "$as_me: failed program was:" >&5
21928 sed 's/^/| /' conftest.$ac_ext >&5
21930 cat >conftest.$ac_ext <<_ACEOF
21931 /* confdefs.h. */
21932 _ACEOF
21933 cat confdefs.h >>conftest.$ac_ext
21934 cat >>conftest.$ac_ext <<_ACEOF
21935 /* end confdefs.h. */
21936 #include <sys/types.h>
21937 #ifdef HAVE_SYS_SOCKET_H
21938 # include <sys/socket.h>
21939 #endif
21940 #ifdef HAVE_SYS_UN_H
21941 # include <sys/un.h>
21942 #endif
21945 main ()
21947 static struct msghdr ac_aggr;
21948 if (sizeof ac_aggr.msg_accrights)
21949 return 0;
21951 return 0;
21953 _ACEOF
21954 rm -f conftest.$ac_objext
21955 if { (ac_try="$ac_compile"
21956 case "(($ac_try" in
21957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21958 *) ac_try_echo=$ac_try;;
21959 esac
21960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21961 $as_echo "$ac_try_echo") >&5
21962 (eval "$ac_compile") 2>conftest.er1
21963 ac_status=$?
21964 grep -v '^ *+' conftest.er1 >conftest.err
21965 rm -f conftest.er1
21966 cat conftest.err >&5
21967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21968 (exit $ac_status); } && {
21969 test -z "$ac_c_werror_flag" ||
21970 test ! -s conftest.err
21971 } && test -s conftest.$ac_objext; then
21972 ac_cv_member_struct_msghdr_msg_accrights=yes
21973 else
21974 $as_echo "$as_me: failed program was:" >&5
21975 sed 's/^/| /' conftest.$ac_ext >&5
21977 ac_cv_member_struct_msghdr_msg_accrights=no
21980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21985 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21986 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21987 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21989 cat >>confdefs.h <<_ACEOF
21990 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21991 _ACEOF
21995 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21996 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21997 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21998 $as_echo_n "(cached) " >&6
21999 else
22000 cat >conftest.$ac_ext <<_ACEOF
22001 /* confdefs.h. */
22002 _ACEOF
22003 cat confdefs.h >>conftest.$ac_ext
22004 cat >>conftest.$ac_ext <<_ACEOF
22005 /* end confdefs.h. */
22006 #include <sys/types.h>
22007 #ifdef HAVE_SYS_SOCKET_H
22008 # include <sys/socket.h>
22009 #endif
22010 #ifdef HAVE_SYS_UN_H
22011 # include <sys/un.h>
22012 #endif
22015 main ()
22017 static struct sockaddr ac_aggr;
22018 if (ac_aggr.sa_len)
22019 return 0;
22021 return 0;
22023 _ACEOF
22024 rm -f conftest.$ac_objext
22025 if { (ac_try="$ac_compile"
22026 case "(($ac_try" in
22027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22028 *) ac_try_echo=$ac_try;;
22029 esac
22030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22031 $as_echo "$ac_try_echo") >&5
22032 (eval "$ac_compile") 2>conftest.er1
22033 ac_status=$?
22034 grep -v '^ *+' conftest.er1 >conftest.err
22035 rm -f conftest.er1
22036 cat conftest.err >&5
22037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22038 (exit $ac_status); } && {
22039 test -z "$ac_c_werror_flag" ||
22040 test ! -s conftest.err
22041 } && test -s conftest.$ac_objext; then
22042 ac_cv_member_struct_sockaddr_sa_len=yes
22043 else
22044 $as_echo "$as_me: failed program was:" >&5
22045 sed 's/^/| /' conftest.$ac_ext >&5
22047 cat >conftest.$ac_ext <<_ACEOF
22048 /* confdefs.h. */
22049 _ACEOF
22050 cat confdefs.h >>conftest.$ac_ext
22051 cat >>conftest.$ac_ext <<_ACEOF
22052 /* end confdefs.h. */
22053 #include <sys/types.h>
22054 #ifdef HAVE_SYS_SOCKET_H
22055 # include <sys/socket.h>
22056 #endif
22057 #ifdef HAVE_SYS_UN_H
22058 # include <sys/un.h>
22059 #endif
22062 main ()
22064 static struct sockaddr ac_aggr;
22065 if (sizeof ac_aggr.sa_len)
22066 return 0;
22068 return 0;
22070 _ACEOF
22071 rm -f conftest.$ac_objext
22072 if { (ac_try="$ac_compile"
22073 case "(($ac_try" in
22074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22075 *) ac_try_echo=$ac_try;;
22076 esac
22077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22078 $as_echo "$ac_try_echo") >&5
22079 (eval "$ac_compile") 2>conftest.er1
22080 ac_status=$?
22081 grep -v '^ *+' conftest.er1 >conftest.err
22082 rm -f conftest.er1
22083 cat conftest.err >&5
22084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22085 (exit $ac_status); } && {
22086 test -z "$ac_c_werror_flag" ||
22087 test ! -s conftest.err
22088 } && test -s conftest.$ac_objext; then
22089 ac_cv_member_struct_sockaddr_sa_len=yes
22090 else
22091 $as_echo "$as_me: failed program was:" >&5
22092 sed 's/^/| /' conftest.$ac_ext >&5
22094 ac_cv_member_struct_sockaddr_sa_len=no
22097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22102 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22103 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22104 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22106 cat >>confdefs.h <<_ACEOF
22107 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22108 _ACEOF
22112 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22113 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22114 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22115 $as_echo_n "(cached) " >&6
22116 else
22117 cat >conftest.$ac_ext <<_ACEOF
22118 /* confdefs.h. */
22119 _ACEOF
22120 cat confdefs.h >>conftest.$ac_ext
22121 cat >>conftest.$ac_ext <<_ACEOF
22122 /* end confdefs.h. */
22123 #include <sys/types.h>
22124 #ifdef HAVE_SYS_SOCKET_H
22125 # include <sys/socket.h>
22126 #endif
22127 #ifdef HAVE_SYS_UN_H
22128 # include <sys/un.h>
22129 #endif
22132 main ()
22134 static struct sockaddr_un ac_aggr;
22135 if (ac_aggr.sun_len)
22136 return 0;
22138 return 0;
22140 _ACEOF
22141 rm -f conftest.$ac_objext
22142 if { (ac_try="$ac_compile"
22143 case "(($ac_try" in
22144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22145 *) ac_try_echo=$ac_try;;
22146 esac
22147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22148 $as_echo "$ac_try_echo") >&5
22149 (eval "$ac_compile") 2>conftest.er1
22150 ac_status=$?
22151 grep -v '^ *+' conftest.er1 >conftest.err
22152 rm -f conftest.er1
22153 cat conftest.err >&5
22154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22155 (exit $ac_status); } && {
22156 test -z "$ac_c_werror_flag" ||
22157 test ! -s conftest.err
22158 } && test -s conftest.$ac_objext; then
22159 ac_cv_member_struct_sockaddr_un_sun_len=yes
22160 else
22161 $as_echo "$as_me: failed program was:" >&5
22162 sed 's/^/| /' conftest.$ac_ext >&5
22164 cat >conftest.$ac_ext <<_ACEOF
22165 /* confdefs.h. */
22166 _ACEOF
22167 cat confdefs.h >>conftest.$ac_ext
22168 cat >>conftest.$ac_ext <<_ACEOF
22169 /* end confdefs.h. */
22170 #include <sys/types.h>
22171 #ifdef HAVE_SYS_SOCKET_H
22172 # include <sys/socket.h>
22173 #endif
22174 #ifdef HAVE_SYS_UN_H
22175 # include <sys/un.h>
22176 #endif
22179 main ()
22181 static struct sockaddr_un ac_aggr;
22182 if (sizeof ac_aggr.sun_len)
22183 return 0;
22185 return 0;
22187 _ACEOF
22188 rm -f conftest.$ac_objext
22189 if { (ac_try="$ac_compile"
22190 case "(($ac_try" in
22191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22192 *) ac_try_echo=$ac_try;;
22193 esac
22194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22195 $as_echo "$ac_try_echo") >&5
22196 (eval "$ac_compile") 2>conftest.er1
22197 ac_status=$?
22198 grep -v '^ *+' conftest.er1 >conftest.err
22199 rm -f conftest.er1
22200 cat conftest.err >&5
22201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22202 (exit $ac_status); } && {
22203 test -z "$ac_c_werror_flag" ||
22204 test ! -s conftest.err
22205 } && test -s conftest.$ac_objext; then
22206 ac_cv_member_struct_sockaddr_un_sun_len=yes
22207 else
22208 $as_echo "$as_me: failed program was:" >&5
22209 sed 's/^/| /' conftest.$ac_ext >&5
22211 ac_cv_member_struct_sockaddr_un_sun_len=no
22214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22219 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22220 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22221 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22223 cat >>confdefs.h <<_ACEOF
22224 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22225 _ACEOF
22231 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22232 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22233 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22234 $as_echo_n "(cached) " >&6
22235 else
22236 cat >conftest.$ac_ext <<_ACEOF
22237 /* confdefs.h. */
22238 _ACEOF
22239 cat confdefs.h >>conftest.$ac_ext
22240 cat >>conftest.$ac_ext <<_ACEOF
22241 /* end confdefs.h. */
22242 #include <sys/types.h>
22243 #ifdef HAVE_SCSI_SG_H
22244 #include <scsi/sg.h>
22245 #endif
22248 main ()
22250 static scsireq_t ac_aggr;
22251 if (ac_aggr.cmd)
22252 return 0;
22254 return 0;
22256 _ACEOF
22257 rm -f conftest.$ac_objext
22258 if { (ac_try="$ac_compile"
22259 case "(($ac_try" in
22260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22261 *) ac_try_echo=$ac_try;;
22262 esac
22263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22264 $as_echo "$ac_try_echo") >&5
22265 (eval "$ac_compile") 2>conftest.er1
22266 ac_status=$?
22267 grep -v '^ *+' conftest.er1 >conftest.err
22268 rm -f conftest.er1
22269 cat conftest.err >&5
22270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22271 (exit $ac_status); } && {
22272 test -z "$ac_c_werror_flag" ||
22273 test ! -s conftest.err
22274 } && test -s conftest.$ac_objext; then
22275 ac_cv_member_scsireq_t_cmd=yes
22276 else
22277 $as_echo "$as_me: failed program was:" >&5
22278 sed 's/^/| /' conftest.$ac_ext >&5
22280 cat >conftest.$ac_ext <<_ACEOF
22281 /* confdefs.h. */
22282 _ACEOF
22283 cat confdefs.h >>conftest.$ac_ext
22284 cat >>conftest.$ac_ext <<_ACEOF
22285 /* end confdefs.h. */
22286 #include <sys/types.h>
22287 #ifdef HAVE_SCSI_SG_H
22288 #include <scsi/sg.h>
22289 #endif
22292 main ()
22294 static scsireq_t ac_aggr;
22295 if (sizeof ac_aggr.cmd)
22296 return 0;
22298 return 0;
22300 _ACEOF
22301 rm -f conftest.$ac_objext
22302 if { (ac_try="$ac_compile"
22303 case "(($ac_try" in
22304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22305 *) ac_try_echo=$ac_try;;
22306 esac
22307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22308 $as_echo "$ac_try_echo") >&5
22309 (eval "$ac_compile") 2>conftest.er1
22310 ac_status=$?
22311 grep -v '^ *+' conftest.er1 >conftest.err
22312 rm -f conftest.er1
22313 cat conftest.err >&5
22314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22315 (exit $ac_status); } && {
22316 test -z "$ac_c_werror_flag" ||
22317 test ! -s conftest.err
22318 } && test -s conftest.$ac_objext; then
22319 ac_cv_member_scsireq_t_cmd=yes
22320 else
22321 $as_echo "$as_me: failed program was:" >&5
22322 sed 's/^/| /' conftest.$ac_ext >&5
22324 ac_cv_member_scsireq_t_cmd=no
22327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22332 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22333 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22334 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22336 cat >>confdefs.h <<_ACEOF
22337 #define HAVE_SCSIREQ_T_CMD 1
22338 _ACEOF
22342 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22343 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22344 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22345 $as_echo_n "(cached) " >&6
22346 else
22347 cat >conftest.$ac_ext <<_ACEOF
22348 /* confdefs.h. */
22349 _ACEOF
22350 cat confdefs.h >>conftest.$ac_ext
22351 cat >>conftest.$ac_ext <<_ACEOF
22352 /* end confdefs.h. */
22353 #include <sys/types.h>
22354 #ifdef HAVE_SCSI_SG_H
22355 #include <scsi/sg.h>
22356 #endif
22359 main ()
22361 static sg_io_hdr_t ac_aggr;
22362 if (ac_aggr.interface_id)
22363 return 0;
22365 return 0;
22367 _ACEOF
22368 rm -f conftest.$ac_objext
22369 if { (ac_try="$ac_compile"
22370 case "(($ac_try" in
22371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22372 *) ac_try_echo=$ac_try;;
22373 esac
22374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22375 $as_echo "$ac_try_echo") >&5
22376 (eval "$ac_compile") 2>conftest.er1
22377 ac_status=$?
22378 grep -v '^ *+' conftest.er1 >conftest.err
22379 rm -f conftest.er1
22380 cat conftest.err >&5
22381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22382 (exit $ac_status); } && {
22383 test -z "$ac_c_werror_flag" ||
22384 test ! -s conftest.err
22385 } && test -s conftest.$ac_objext; then
22386 ac_cv_member_sg_io_hdr_t_interface_id=yes
22387 else
22388 $as_echo "$as_me: failed program was:" >&5
22389 sed 's/^/| /' conftest.$ac_ext >&5
22391 cat >conftest.$ac_ext <<_ACEOF
22392 /* confdefs.h. */
22393 _ACEOF
22394 cat confdefs.h >>conftest.$ac_ext
22395 cat >>conftest.$ac_ext <<_ACEOF
22396 /* end confdefs.h. */
22397 #include <sys/types.h>
22398 #ifdef HAVE_SCSI_SG_H
22399 #include <scsi/sg.h>
22400 #endif
22403 main ()
22405 static sg_io_hdr_t ac_aggr;
22406 if (sizeof ac_aggr.interface_id)
22407 return 0;
22409 return 0;
22411 _ACEOF
22412 rm -f conftest.$ac_objext
22413 if { (ac_try="$ac_compile"
22414 case "(($ac_try" in
22415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22416 *) ac_try_echo=$ac_try;;
22417 esac
22418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22419 $as_echo "$ac_try_echo") >&5
22420 (eval "$ac_compile") 2>conftest.er1
22421 ac_status=$?
22422 grep -v '^ *+' conftest.er1 >conftest.err
22423 rm -f conftest.er1
22424 cat conftest.err >&5
22425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22426 (exit $ac_status); } && {
22427 test -z "$ac_c_werror_flag" ||
22428 test ! -s conftest.err
22429 } && test -s conftest.$ac_objext; then
22430 ac_cv_member_sg_io_hdr_t_interface_id=yes
22431 else
22432 $as_echo "$as_me: failed program was:" >&5
22433 sed 's/^/| /' conftest.$ac_ext >&5
22435 ac_cv_member_sg_io_hdr_t_interface_id=no
22438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22443 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22444 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22445 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22447 cat >>confdefs.h <<_ACEOF
22448 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22449 _ACEOF
22455 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22456 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22457 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22458 $as_echo_n "(cached) " >&6
22459 else
22460 cat >conftest.$ac_ext <<_ACEOF
22461 /* confdefs.h. */
22462 _ACEOF
22463 cat confdefs.h >>conftest.$ac_ext
22464 cat >>conftest.$ac_ext <<_ACEOF
22465 /* end confdefs.h. */
22466 #include <signal.h>
22469 main ()
22471 static siginfo_t ac_aggr;
22472 if (ac_aggr.si_fd)
22473 return 0;
22475 return 0;
22477 _ACEOF
22478 rm -f conftest.$ac_objext
22479 if { (ac_try="$ac_compile"
22480 case "(($ac_try" in
22481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22482 *) ac_try_echo=$ac_try;;
22483 esac
22484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22485 $as_echo "$ac_try_echo") >&5
22486 (eval "$ac_compile") 2>conftest.er1
22487 ac_status=$?
22488 grep -v '^ *+' conftest.er1 >conftest.err
22489 rm -f conftest.er1
22490 cat conftest.err >&5
22491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22492 (exit $ac_status); } && {
22493 test -z "$ac_c_werror_flag" ||
22494 test ! -s conftest.err
22495 } && test -s conftest.$ac_objext; then
22496 ac_cv_member_siginfo_t_si_fd=yes
22497 else
22498 $as_echo "$as_me: failed program was:" >&5
22499 sed 's/^/| /' conftest.$ac_ext >&5
22501 cat >conftest.$ac_ext <<_ACEOF
22502 /* confdefs.h. */
22503 _ACEOF
22504 cat confdefs.h >>conftest.$ac_ext
22505 cat >>conftest.$ac_ext <<_ACEOF
22506 /* end confdefs.h. */
22507 #include <signal.h>
22510 main ()
22512 static siginfo_t ac_aggr;
22513 if (sizeof ac_aggr.si_fd)
22514 return 0;
22516 return 0;
22518 _ACEOF
22519 rm -f conftest.$ac_objext
22520 if { (ac_try="$ac_compile"
22521 case "(($ac_try" in
22522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22523 *) ac_try_echo=$ac_try;;
22524 esac
22525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22526 $as_echo "$ac_try_echo") >&5
22527 (eval "$ac_compile") 2>conftest.er1
22528 ac_status=$?
22529 grep -v '^ *+' conftest.er1 >conftest.err
22530 rm -f conftest.er1
22531 cat conftest.err >&5
22532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22533 (exit $ac_status); } && {
22534 test -z "$ac_c_werror_flag" ||
22535 test ! -s conftest.err
22536 } && test -s conftest.$ac_objext; then
22537 ac_cv_member_siginfo_t_si_fd=yes
22538 else
22539 $as_echo "$as_me: failed program was:" >&5
22540 sed 's/^/| /' conftest.$ac_ext >&5
22542 ac_cv_member_siginfo_t_si_fd=no
22545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22550 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22551 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22552 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22554 cat >>confdefs.h <<_ACEOF
22555 #define HAVE_SIGINFO_T_SI_FD 1
22556 _ACEOF
22562 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22563 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22564 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22565 $as_echo_n "(cached) " >&6
22566 else
22567 cat >conftest.$ac_ext <<_ACEOF
22568 /* confdefs.h. */
22569 _ACEOF
22570 cat confdefs.h >>conftest.$ac_ext
22571 cat >>conftest.$ac_ext <<_ACEOF
22572 /* end confdefs.h. */
22573 #include <sys/types.h>
22574 #ifdef HAVE_SYS_MTIO_H
22575 #include <sys/mtio.h>
22576 #endif
22579 main ()
22581 static struct mtget ac_aggr;
22582 if (ac_aggr.mt_blksiz)
22583 return 0;
22585 return 0;
22587 _ACEOF
22588 rm -f conftest.$ac_objext
22589 if { (ac_try="$ac_compile"
22590 case "(($ac_try" in
22591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22592 *) ac_try_echo=$ac_try;;
22593 esac
22594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22595 $as_echo "$ac_try_echo") >&5
22596 (eval "$ac_compile") 2>conftest.er1
22597 ac_status=$?
22598 grep -v '^ *+' conftest.er1 >conftest.err
22599 rm -f conftest.er1
22600 cat conftest.err >&5
22601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22602 (exit $ac_status); } && {
22603 test -z "$ac_c_werror_flag" ||
22604 test ! -s conftest.err
22605 } && test -s conftest.$ac_objext; then
22606 ac_cv_member_struct_mtget_mt_blksiz=yes
22607 else
22608 $as_echo "$as_me: failed program was:" >&5
22609 sed 's/^/| /' conftest.$ac_ext >&5
22611 cat >conftest.$ac_ext <<_ACEOF
22612 /* confdefs.h. */
22613 _ACEOF
22614 cat confdefs.h >>conftest.$ac_ext
22615 cat >>conftest.$ac_ext <<_ACEOF
22616 /* end confdefs.h. */
22617 #include <sys/types.h>
22618 #ifdef HAVE_SYS_MTIO_H
22619 #include <sys/mtio.h>
22620 #endif
22623 main ()
22625 static struct mtget ac_aggr;
22626 if (sizeof ac_aggr.mt_blksiz)
22627 return 0;
22629 return 0;
22631 _ACEOF
22632 rm -f conftest.$ac_objext
22633 if { (ac_try="$ac_compile"
22634 case "(($ac_try" in
22635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22636 *) ac_try_echo=$ac_try;;
22637 esac
22638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22639 $as_echo "$ac_try_echo") >&5
22640 (eval "$ac_compile") 2>conftest.er1
22641 ac_status=$?
22642 grep -v '^ *+' conftest.er1 >conftest.err
22643 rm -f conftest.er1
22644 cat conftest.err >&5
22645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22646 (exit $ac_status); } && {
22647 test -z "$ac_c_werror_flag" ||
22648 test ! -s conftest.err
22649 } && test -s conftest.$ac_objext; then
22650 ac_cv_member_struct_mtget_mt_blksiz=yes
22651 else
22652 $as_echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.$ac_ext >&5
22655 ac_cv_member_struct_mtget_mt_blksiz=no
22658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22663 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22664 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22665 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22667 cat >>confdefs.h <<_ACEOF
22668 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22669 _ACEOF
22673 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22674 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22675 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22676 $as_echo_n "(cached) " >&6
22677 else
22678 cat >conftest.$ac_ext <<_ACEOF
22679 /* confdefs.h. */
22680 _ACEOF
22681 cat confdefs.h >>conftest.$ac_ext
22682 cat >>conftest.$ac_ext <<_ACEOF
22683 /* end confdefs.h. */
22684 #include <sys/types.h>
22685 #ifdef HAVE_SYS_MTIO_H
22686 #include <sys/mtio.h>
22687 #endif
22690 main ()
22692 static struct mtget ac_aggr;
22693 if (ac_aggr.mt_gstat)
22694 return 0;
22696 return 0;
22698 _ACEOF
22699 rm -f conftest.$ac_objext
22700 if { (ac_try="$ac_compile"
22701 case "(($ac_try" in
22702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22703 *) ac_try_echo=$ac_try;;
22704 esac
22705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22706 $as_echo "$ac_try_echo") >&5
22707 (eval "$ac_compile") 2>conftest.er1
22708 ac_status=$?
22709 grep -v '^ *+' conftest.er1 >conftest.err
22710 rm -f conftest.er1
22711 cat conftest.err >&5
22712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22713 (exit $ac_status); } && {
22714 test -z "$ac_c_werror_flag" ||
22715 test ! -s conftest.err
22716 } && test -s conftest.$ac_objext; then
22717 ac_cv_member_struct_mtget_mt_gstat=yes
22718 else
22719 $as_echo "$as_me: failed program was:" >&5
22720 sed 's/^/| /' conftest.$ac_ext >&5
22722 cat >conftest.$ac_ext <<_ACEOF
22723 /* confdefs.h. */
22724 _ACEOF
22725 cat confdefs.h >>conftest.$ac_ext
22726 cat >>conftest.$ac_ext <<_ACEOF
22727 /* end confdefs.h. */
22728 #include <sys/types.h>
22729 #ifdef HAVE_SYS_MTIO_H
22730 #include <sys/mtio.h>
22731 #endif
22734 main ()
22736 static struct mtget ac_aggr;
22737 if (sizeof ac_aggr.mt_gstat)
22738 return 0;
22740 return 0;
22742 _ACEOF
22743 rm -f conftest.$ac_objext
22744 if { (ac_try="$ac_compile"
22745 case "(($ac_try" in
22746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22747 *) ac_try_echo=$ac_try;;
22748 esac
22749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22750 $as_echo "$ac_try_echo") >&5
22751 (eval "$ac_compile") 2>conftest.er1
22752 ac_status=$?
22753 grep -v '^ *+' conftest.er1 >conftest.err
22754 rm -f conftest.er1
22755 cat conftest.err >&5
22756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22757 (exit $ac_status); } && {
22758 test -z "$ac_c_werror_flag" ||
22759 test ! -s conftest.err
22760 } && test -s conftest.$ac_objext; then
22761 ac_cv_member_struct_mtget_mt_gstat=yes
22762 else
22763 $as_echo "$as_me: failed program was:" >&5
22764 sed 's/^/| /' conftest.$ac_ext >&5
22766 ac_cv_member_struct_mtget_mt_gstat=no
22769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22774 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22775 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22776 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22778 cat >>confdefs.h <<_ACEOF
22779 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22780 _ACEOF
22784 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22785 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22786 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22787 $as_echo_n "(cached) " >&6
22788 else
22789 cat >conftest.$ac_ext <<_ACEOF
22790 /* confdefs.h. */
22791 _ACEOF
22792 cat confdefs.h >>conftest.$ac_ext
22793 cat >>conftest.$ac_ext <<_ACEOF
22794 /* end confdefs.h. */
22795 #include <sys/types.h>
22796 #ifdef HAVE_SYS_MTIO_H
22797 #include <sys/mtio.h>
22798 #endif
22801 main ()
22803 static struct mtget ac_aggr;
22804 if (ac_aggr.mt_blkno)
22805 return 0;
22807 return 0;
22809 _ACEOF
22810 rm -f conftest.$ac_objext
22811 if { (ac_try="$ac_compile"
22812 case "(($ac_try" in
22813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22814 *) ac_try_echo=$ac_try;;
22815 esac
22816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22817 $as_echo "$ac_try_echo") >&5
22818 (eval "$ac_compile") 2>conftest.er1
22819 ac_status=$?
22820 grep -v '^ *+' conftest.er1 >conftest.err
22821 rm -f conftest.er1
22822 cat conftest.err >&5
22823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22824 (exit $ac_status); } && {
22825 test -z "$ac_c_werror_flag" ||
22826 test ! -s conftest.err
22827 } && test -s conftest.$ac_objext; then
22828 ac_cv_member_struct_mtget_mt_blkno=yes
22829 else
22830 $as_echo "$as_me: failed program was:" >&5
22831 sed 's/^/| /' conftest.$ac_ext >&5
22833 cat >conftest.$ac_ext <<_ACEOF
22834 /* confdefs.h. */
22835 _ACEOF
22836 cat confdefs.h >>conftest.$ac_ext
22837 cat >>conftest.$ac_ext <<_ACEOF
22838 /* end confdefs.h. */
22839 #include <sys/types.h>
22840 #ifdef HAVE_SYS_MTIO_H
22841 #include <sys/mtio.h>
22842 #endif
22845 main ()
22847 static struct mtget ac_aggr;
22848 if (sizeof ac_aggr.mt_blkno)
22849 return 0;
22851 return 0;
22853 _ACEOF
22854 rm -f conftest.$ac_objext
22855 if { (ac_try="$ac_compile"
22856 case "(($ac_try" in
22857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22858 *) ac_try_echo=$ac_try;;
22859 esac
22860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22861 $as_echo "$ac_try_echo") >&5
22862 (eval "$ac_compile") 2>conftest.er1
22863 ac_status=$?
22864 grep -v '^ *+' conftest.er1 >conftest.err
22865 rm -f conftest.er1
22866 cat conftest.err >&5
22867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22868 (exit $ac_status); } && {
22869 test -z "$ac_c_werror_flag" ||
22870 test ! -s conftest.err
22871 } && test -s conftest.$ac_objext; then
22872 ac_cv_member_struct_mtget_mt_blkno=yes
22873 else
22874 $as_echo "$as_me: failed program was:" >&5
22875 sed 's/^/| /' conftest.$ac_ext >&5
22877 ac_cv_member_struct_mtget_mt_blkno=no
22880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22885 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22886 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22887 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22889 cat >>confdefs.h <<_ACEOF
22890 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22891 _ACEOF
22897 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22898 $as_echo_n "checking for struct option.name... " >&6; }
22899 if test "${ac_cv_member_struct_option_name+set}" = set; then
22900 $as_echo_n "(cached) " >&6
22901 else
22902 cat >conftest.$ac_ext <<_ACEOF
22903 /* confdefs.h. */
22904 _ACEOF
22905 cat confdefs.h >>conftest.$ac_ext
22906 cat >>conftest.$ac_ext <<_ACEOF
22907 /* end confdefs.h. */
22908 #ifdef HAVE_GETOPT_H
22909 #include <getopt.h>
22910 #endif
22913 main ()
22915 static struct option ac_aggr;
22916 if (ac_aggr.name)
22917 return 0;
22919 return 0;
22921 _ACEOF
22922 rm -f conftest.$ac_objext
22923 if { (ac_try="$ac_compile"
22924 case "(($ac_try" in
22925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22926 *) ac_try_echo=$ac_try;;
22927 esac
22928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22929 $as_echo "$ac_try_echo") >&5
22930 (eval "$ac_compile") 2>conftest.er1
22931 ac_status=$?
22932 grep -v '^ *+' conftest.er1 >conftest.err
22933 rm -f conftest.er1
22934 cat conftest.err >&5
22935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22936 (exit $ac_status); } && {
22937 test -z "$ac_c_werror_flag" ||
22938 test ! -s conftest.err
22939 } && test -s conftest.$ac_objext; then
22940 ac_cv_member_struct_option_name=yes
22941 else
22942 $as_echo "$as_me: failed program was:" >&5
22943 sed 's/^/| /' conftest.$ac_ext >&5
22945 cat >conftest.$ac_ext <<_ACEOF
22946 /* confdefs.h. */
22947 _ACEOF
22948 cat confdefs.h >>conftest.$ac_ext
22949 cat >>conftest.$ac_ext <<_ACEOF
22950 /* end confdefs.h. */
22951 #ifdef HAVE_GETOPT_H
22952 #include <getopt.h>
22953 #endif
22956 main ()
22958 static struct option ac_aggr;
22959 if (sizeof ac_aggr.name)
22960 return 0;
22962 return 0;
22964 _ACEOF
22965 rm -f conftest.$ac_objext
22966 if { (ac_try="$ac_compile"
22967 case "(($ac_try" in
22968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22969 *) ac_try_echo=$ac_try;;
22970 esac
22971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22972 $as_echo "$ac_try_echo") >&5
22973 (eval "$ac_compile") 2>conftest.er1
22974 ac_status=$?
22975 grep -v '^ *+' conftest.er1 >conftest.err
22976 rm -f conftest.er1
22977 cat conftest.err >&5
22978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22979 (exit $ac_status); } && {
22980 test -z "$ac_c_werror_flag" ||
22981 test ! -s conftest.err
22982 } && test -s conftest.$ac_objext; then
22983 ac_cv_member_struct_option_name=yes
22984 else
22985 $as_echo "$as_me: failed program was:" >&5
22986 sed 's/^/| /' conftest.$ac_ext >&5
22988 ac_cv_member_struct_option_name=no
22991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22996 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22997 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22998 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23000 cat >>confdefs.h <<_ACEOF
23001 #define HAVE_STRUCT_OPTION_NAME 1
23002 _ACEOF
23008 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23009 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23010 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23011 $as_echo_n "(cached) " >&6
23012 else
23013 cat >conftest.$ac_ext <<_ACEOF
23014 /* confdefs.h. */
23015 _ACEOF
23016 cat confdefs.h >>conftest.$ac_ext
23017 cat >>conftest.$ac_ext <<_ACEOF
23018 /* end confdefs.h. */
23019 $ac_includes_default
23021 main ()
23023 static struct stat ac_aggr;
23024 if (ac_aggr.st_blocks)
23025 return 0;
23027 return 0;
23029 _ACEOF
23030 rm -f conftest.$ac_objext
23031 if { (ac_try="$ac_compile"
23032 case "(($ac_try" in
23033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23034 *) ac_try_echo=$ac_try;;
23035 esac
23036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23037 $as_echo "$ac_try_echo") >&5
23038 (eval "$ac_compile") 2>conftest.er1
23039 ac_status=$?
23040 grep -v '^ *+' conftest.er1 >conftest.err
23041 rm -f conftest.er1
23042 cat conftest.err >&5
23043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23044 (exit $ac_status); } && {
23045 test -z "$ac_c_werror_flag" ||
23046 test ! -s conftest.err
23047 } && test -s conftest.$ac_objext; then
23048 ac_cv_member_struct_stat_st_blocks=yes
23049 else
23050 $as_echo "$as_me: failed program was:" >&5
23051 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.st_blocks)
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_blocks=yes
23089 else
23090 $as_echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.$ac_ext >&5
23093 ac_cv_member_struct_stat_st_blocks=no
23096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23101 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23102 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23103 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23105 cat >>confdefs.h <<_ACEOF
23106 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23107 _ACEOF
23111 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23112 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23113 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23114 $as_echo_n "(cached) " >&6
23115 else
23116 cat >conftest.$ac_ext <<_ACEOF
23117 /* confdefs.h. */
23118 _ACEOF
23119 cat confdefs.h >>conftest.$ac_ext
23120 cat >>conftest.$ac_ext <<_ACEOF
23121 /* end confdefs.h. */
23122 $ac_includes_default
23124 main ()
23126 static struct stat ac_aggr;
23127 if (ac_aggr.st_mtim)
23128 return 0;
23130 return 0;
23132 _ACEOF
23133 rm -f conftest.$ac_objext
23134 if { (ac_try="$ac_compile"
23135 case "(($ac_try" in
23136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23137 *) ac_try_echo=$ac_try;;
23138 esac
23139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23140 $as_echo "$ac_try_echo") >&5
23141 (eval "$ac_compile") 2>conftest.er1
23142 ac_status=$?
23143 grep -v '^ *+' conftest.er1 >conftest.err
23144 rm -f conftest.er1
23145 cat conftest.err >&5
23146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23147 (exit $ac_status); } && {
23148 test -z "$ac_c_werror_flag" ||
23149 test ! -s conftest.err
23150 } && test -s conftest.$ac_objext; then
23151 ac_cv_member_struct_stat_st_mtim=yes
23152 else
23153 $as_echo "$as_me: failed program was:" >&5
23154 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.st_mtim)
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_mtim=yes
23192 else
23193 $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23196 ac_cv_member_struct_stat_st_mtim=no
23199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23204 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23205 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23206 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23208 cat >>confdefs.h <<_ACEOF
23209 #define HAVE_STRUCT_STAT_ST_MTIM 1
23210 _ACEOF
23214 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23215 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23216 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23217 $as_echo_n "(cached) " >&6
23218 else
23219 cat >conftest.$ac_ext <<_ACEOF
23220 /* confdefs.h. */
23221 _ACEOF
23222 cat confdefs.h >>conftest.$ac_ext
23223 cat >>conftest.$ac_ext <<_ACEOF
23224 /* end confdefs.h. */
23225 $ac_includes_default
23227 main ()
23229 static struct stat ac_aggr;
23230 if (ac_aggr.st_ctim)
23231 return 0;
23233 return 0;
23235 _ACEOF
23236 rm -f conftest.$ac_objext
23237 if { (ac_try="$ac_compile"
23238 case "(($ac_try" in
23239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23240 *) ac_try_echo=$ac_try;;
23241 esac
23242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23243 $as_echo "$ac_try_echo") >&5
23244 (eval "$ac_compile") 2>conftest.er1
23245 ac_status=$?
23246 grep -v '^ *+' conftest.er1 >conftest.err
23247 rm -f conftest.er1
23248 cat conftest.err >&5
23249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23250 (exit $ac_status); } && {
23251 test -z "$ac_c_werror_flag" ||
23252 test ! -s conftest.err
23253 } && test -s conftest.$ac_objext; then
23254 ac_cv_member_struct_stat_st_ctim=yes
23255 else
23256 $as_echo "$as_me: failed program was:" >&5
23257 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.st_ctim)
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_ctim=yes
23295 else
23296 $as_echo "$as_me: failed program was:" >&5
23297 sed 's/^/| /' conftest.$ac_ext >&5
23299 ac_cv_member_struct_stat_st_ctim=no
23302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23307 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23308 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23309 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23311 cat >>confdefs.h <<_ACEOF
23312 #define HAVE_STRUCT_STAT_ST_CTIM 1
23313 _ACEOF
23317 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23318 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23319 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23320 $as_echo_n "(cached) " >&6
23321 else
23322 cat >conftest.$ac_ext <<_ACEOF
23323 /* confdefs.h. */
23324 _ACEOF
23325 cat confdefs.h >>conftest.$ac_ext
23326 cat >>conftest.$ac_ext <<_ACEOF
23327 /* end confdefs.h. */
23328 $ac_includes_default
23330 main ()
23332 static struct stat ac_aggr;
23333 if (ac_aggr.st_atim)
23334 return 0;
23336 return 0;
23338 _ACEOF
23339 rm -f conftest.$ac_objext
23340 if { (ac_try="$ac_compile"
23341 case "(($ac_try" in
23342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23343 *) ac_try_echo=$ac_try;;
23344 esac
23345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23346 $as_echo "$ac_try_echo") >&5
23347 (eval "$ac_compile") 2>conftest.er1
23348 ac_status=$?
23349 grep -v '^ *+' conftest.er1 >conftest.err
23350 rm -f conftest.er1
23351 cat conftest.err >&5
23352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23353 (exit $ac_status); } && {
23354 test -z "$ac_c_werror_flag" ||
23355 test ! -s conftest.err
23356 } && test -s conftest.$ac_objext; then
23357 ac_cv_member_struct_stat_st_atim=yes
23358 else
23359 $as_echo "$as_me: failed program was:" >&5
23360 sed 's/^/| /' conftest.$ac_ext >&5
23362 cat >conftest.$ac_ext <<_ACEOF
23363 /* confdefs.h. */
23364 _ACEOF
23365 cat confdefs.h >>conftest.$ac_ext
23366 cat >>conftest.$ac_ext <<_ACEOF
23367 /* end confdefs.h. */
23368 $ac_includes_default
23370 main ()
23372 static struct stat ac_aggr;
23373 if (sizeof ac_aggr.st_atim)
23374 return 0;
23376 return 0;
23378 _ACEOF
23379 rm -f conftest.$ac_objext
23380 if { (ac_try="$ac_compile"
23381 case "(($ac_try" in
23382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23383 *) ac_try_echo=$ac_try;;
23384 esac
23385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23386 $as_echo "$ac_try_echo") >&5
23387 (eval "$ac_compile") 2>conftest.er1
23388 ac_status=$?
23389 grep -v '^ *+' conftest.er1 >conftest.err
23390 rm -f conftest.er1
23391 cat conftest.err >&5
23392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); } && {
23394 test -z "$ac_c_werror_flag" ||
23395 test ! -s conftest.err
23396 } && test -s conftest.$ac_objext; then
23397 ac_cv_member_struct_stat_st_atim=yes
23398 else
23399 $as_echo "$as_me: failed program was:" >&5
23400 sed 's/^/| /' conftest.$ac_ext >&5
23402 ac_cv_member_struct_stat_st_atim=no
23405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23410 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23411 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23412 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23414 cat >>confdefs.h <<_ACEOF
23415 #define HAVE_STRUCT_STAT_ST_ATIM 1
23416 _ACEOF
23422 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23423 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23424 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23425 $as_echo_n "(cached) " >&6
23426 else
23427 cat >conftest.$ac_ext <<_ACEOF
23428 /* confdefs.h. */
23429 _ACEOF
23430 cat confdefs.h >>conftest.$ac_ext
23431 cat >>conftest.$ac_ext <<_ACEOF
23432 /* end confdefs.h. */
23433 #ifdef HAVE_SYS_TYPES_H
23434 #include <sys/types.h>
23435 #endif
23436 #ifdef HAVE_NETINET_IN_H
23437 #include <netinet/in.h>
23438 #endif
23441 main ()
23443 static struct sockaddr_in6 ac_aggr;
23444 if (ac_aggr.sin6_scope_id)
23445 return 0;
23447 return 0;
23449 _ACEOF
23450 rm -f conftest.$ac_objext
23451 if { (ac_try="$ac_compile"
23452 case "(($ac_try" in
23453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23454 *) ac_try_echo=$ac_try;;
23455 esac
23456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23457 $as_echo "$ac_try_echo") >&5
23458 (eval "$ac_compile") 2>conftest.er1
23459 ac_status=$?
23460 grep -v '^ *+' conftest.er1 >conftest.err
23461 rm -f conftest.er1
23462 cat conftest.err >&5
23463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23464 (exit $ac_status); } && {
23465 test -z "$ac_c_werror_flag" ||
23466 test ! -s conftest.err
23467 } && test -s conftest.$ac_objext; then
23468 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23469 else
23470 $as_echo "$as_me: failed program was:" >&5
23471 sed 's/^/| /' conftest.$ac_ext >&5
23473 cat >conftest.$ac_ext <<_ACEOF
23474 /* confdefs.h. */
23475 _ACEOF
23476 cat confdefs.h >>conftest.$ac_ext
23477 cat >>conftest.$ac_ext <<_ACEOF
23478 /* end confdefs.h. */
23479 #ifdef HAVE_SYS_TYPES_H
23480 #include <sys/types.h>
23481 #endif
23482 #ifdef HAVE_NETINET_IN_H
23483 #include <netinet/in.h>
23484 #endif
23487 main ()
23489 static struct sockaddr_in6 ac_aggr;
23490 if (sizeof ac_aggr.sin6_scope_id)
23491 return 0;
23493 return 0;
23495 _ACEOF
23496 rm -f conftest.$ac_objext
23497 if { (ac_try="$ac_compile"
23498 case "(($ac_try" in
23499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23500 *) ac_try_echo=$ac_try;;
23501 esac
23502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23503 $as_echo "$ac_try_echo") >&5
23504 (eval "$ac_compile") 2>conftest.er1
23505 ac_status=$?
23506 grep -v '^ *+' conftest.er1 >conftest.err
23507 rm -f conftest.er1
23508 cat conftest.err >&5
23509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23510 (exit $ac_status); } && {
23511 test -z "$ac_c_werror_flag" ||
23512 test ! -s conftest.err
23513 } && test -s conftest.$ac_objext; then
23514 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23515 else
23516 $as_echo "$as_me: failed program was:" >&5
23517 sed 's/^/| /' conftest.$ac_ext >&5
23519 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23527 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23528 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23529 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23531 cat >>confdefs.h <<_ACEOF
23532 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23533 _ACEOF
23539 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23540 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23541 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23542 $as_echo_n "(cached) " >&6
23543 else
23544 cat >conftest.$ac_ext <<_ACEOF
23545 /* confdefs.h. */
23546 _ACEOF
23547 cat confdefs.h >>conftest.$ac_ext
23548 cat >>conftest.$ac_ext <<_ACEOF
23549 /* end confdefs.h. */
23550 #ifdef HAVE_SYS_TYPES_H
23551 #include <sys/types.h>
23552 #endif
23553 #ifdef HAVE_NETINET_IN_H
23554 # include <netinet/in.h>
23555 #endif
23556 #ifdef HAVE_ARPA_NAMESER_H
23557 # include <arpa/nameser.h>
23558 #endif
23561 main ()
23563 static ns_msg ac_aggr;
23564 if (ac_aggr._msg_ptr)
23565 return 0;
23567 return 0;
23569 _ACEOF
23570 rm -f conftest.$ac_objext
23571 if { (ac_try="$ac_compile"
23572 case "(($ac_try" in
23573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23574 *) ac_try_echo=$ac_try;;
23575 esac
23576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23577 $as_echo "$ac_try_echo") >&5
23578 (eval "$ac_compile") 2>conftest.er1
23579 ac_status=$?
23580 grep -v '^ *+' conftest.er1 >conftest.err
23581 rm -f conftest.er1
23582 cat conftest.err >&5
23583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23584 (exit $ac_status); } && {
23585 test -z "$ac_c_werror_flag" ||
23586 test ! -s conftest.err
23587 } && test -s conftest.$ac_objext; then
23588 ac_cv_member_ns_msg__msg_ptr=yes
23589 else
23590 $as_echo "$as_me: failed program was:" >&5
23591 sed 's/^/| /' conftest.$ac_ext >&5
23593 cat >conftest.$ac_ext <<_ACEOF
23594 /* confdefs.h. */
23595 _ACEOF
23596 cat confdefs.h >>conftest.$ac_ext
23597 cat >>conftest.$ac_ext <<_ACEOF
23598 /* end confdefs.h. */
23599 #ifdef HAVE_SYS_TYPES_H
23600 #include <sys/types.h>
23601 #endif
23602 #ifdef HAVE_NETINET_IN_H
23603 # include <netinet/in.h>
23604 #endif
23605 #ifdef HAVE_ARPA_NAMESER_H
23606 # include <arpa/nameser.h>
23607 #endif
23610 main ()
23612 static ns_msg ac_aggr;
23613 if (sizeof ac_aggr._msg_ptr)
23614 return 0;
23616 return 0;
23618 _ACEOF
23619 rm -f conftest.$ac_objext
23620 if { (ac_try="$ac_compile"
23621 case "(($ac_try" in
23622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23623 *) ac_try_echo=$ac_try;;
23624 esac
23625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23626 $as_echo "$ac_try_echo") >&5
23627 (eval "$ac_compile") 2>conftest.er1
23628 ac_status=$?
23629 grep -v '^ *+' conftest.er1 >conftest.err
23630 rm -f conftest.er1
23631 cat conftest.err >&5
23632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23633 (exit $ac_status); } && {
23634 test -z "$ac_c_werror_flag" ||
23635 test ! -s conftest.err
23636 } && test -s conftest.$ac_objext; then
23637 ac_cv_member_ns_msg__msg_ptr=yes
23638 else
23639 $as_echo "$as_me: failed program was:" >&5
23640 sed 's/^/| /' conftest.$ac_ext >&5
23642 ac_cv_member_ns_msg__msg_ptr=no
23645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23650 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23651 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23652 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23654 cat >>confdefs.h <<_ACEOF
23655 #define HAVE_NS_MSG__MSG_PTR 1
23656 _ACEOF
23662 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23663 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23664 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23665 $as_echo_n "(cached) " >&6
23666 else
23667 cat >conftest.$ac_ext <<_ACEOF
23668 /* confdefs.h. */
23669 _ACEOF
23670 cat confdefs.h >>conftest.$ac_ext
23671 cat >>conftest.$ac_ext <<_ACEOF
23672 /* end confdefs.h. */
23673 #ifdef HAVE_SYS_TYPES_H
23674 #include <sys/types.h>
23675 #endif
23676 #ifdef HAVE_ALIAS_H
23677 #include <alias.h>
23678 #endif
23679 #ifdef HAVE_SYS_SOCKET_H
23680 #include <sys/socket.h>
23681 #endif
23682 #ifdef HAVE_SYS_SOCKETVAR_H
23683 #include <sys/socketvar.h>
23684 #endif
23685 #ifdef HAVE_SYS_TIMEOUT_H
23686 #include <sys/timeout.h>
23687 #endif
23688 #ifdef HAVE_NETINET_IN_H
23689 #include <netinet/in.h>
23690 #endif
23691 #ifdef HAVE_NETINET_IN_SYSTM_H
23692 #include <netinet/in_systm.h>
23693 #endif
23694 #ifdef HAVE_NETINET_IP_H
23695 #include <netinet/ip.h>
23696 #endif
23697 #ifdef HAVE_NETINET_IP_VAR_H
23698 #include <netinet/ip_var.h>
23699 #endif
23700 #ifdef HAVE_NETINET_IP_ICMP_H
23701 #include <netinet/ip_icmp.h>
23702 #endif
23703 #ifdef HAVE_NETINET_ICMP_VAR
23704 #include <netinet/icmp_var.h>
23705 #endif
23708 main ()
23710 static struct icmpstat ac_aggr;
23711 if (ac_aggr.icps_outhist)
23712 return 0;
23714 return 0;
23716 _ACEOF
23717 rm -f conftest.$ac_objext
23718 if { (ac_try="$ac_compile"
23719 case "(($ac_try" in
23720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23721 *) ac_try_echo=$ac_try;;
23722 esac
23723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23724 $as_echo "$ac_try_echo") >&5
23725 (eval "$ac_compile") 2>conftest.er1
23726 ac_status=$?
23727 grep -v '^ *+' conftest.er1 >conftest.err
23728 rm -f conftest.er1
23729 cat conftest.err >&5
23730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23731 (exit $ac_status); } && {
23732 test -z "$ac_c_werror_flag" ||
23733 test ! -s conftest.err
23734 } && test -s conftest.$ac_objext; then
23735 ac_cv_member_struct_icmpstat_icps_outhist=yes
23736 else
23737 $as_echo "$as_me: failed program was:" >&5
23738 sed 's/^/| /' conftest.$ac_ext >&5
23740 cat >conftest.$ac_ext <<_ACEOF
23741 /* confdefs.h. */
23742 _ACEOF
23743 cat confdefs.h >>conftest.$ac_ext
23744 cat >>conftest.$ac_ext <<_ACEOF
23745 /* end confdefs.h. */
23746 #ifdef HAVE_SYS_TYPES_H
23747 #include <sys/types.h>
23748 #endif
23749 #ifdef HAVE_ALIAS_H
23750 #include <alias.h>
23751 #endif
23752 #ifdef HAVE_SYS_SOCKET_H
23753 #include <sys/socket.h>
23754 #endif
23755 #ifdef HAVE_SYS_SOCKETVAR_H
23756 #include <sys/socketvar.h>
23757 #endif
23758 #ifdef HAVE_SYS_TIMEOUT_H
23759 #include <sys/timeout.h>
23760 #endif
23761 #ifdef HAVE_NETINET_IN_H
23762 #include <netinet/in.h>
23763 #endif
23764 #ifdef HAVE_NETINET_IN_SYSTM_H
23765 #include <netinet/in_systm.h>
23766 #endif
23767 #ifdef HAVE_NETINET_IP_H
23768 #include <netinet/ip.h>
23769 #endif
23770 #ifdef HAVE_NETINET_IP_VAR_H
23771 #include <netinet/ip_var.h>
23772 #endif
23773 #ifdef HAVE_NETINET_IP_ICMP_H
23774 #include <netinet/ip_icmp.h>
23775 #endif
23776 #ifdef HAVE_NETINET_ICMP_VAR
23777 #include <netinet/icmp_var.h>
23778 #endif
23781 main ()
23783 static struct icmpstat ac_aggr;
23784 if (sizeof ac_aggr.icps_outhist)
23785 return 0;
23787 return 0;
23789 _ACEOF
23790 rm -f conftest.$ac_objext
23791 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
23808 ac_cv_member_struct_icmpstat_icps_outhist=yes
23809 else
23810 $as_echo "$as_me: failed program was:" >&5
23811 sed 's/^/| /' conftest.$ac_ext >&5
23813 ac_cv_member_struct_icmpstat_icps_outhist=no
23816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23821 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23822 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23823 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23825 cat >>confdefs.h <<_ACEOF
23826 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23827 _ACEOF
23833 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23834 $as_echo_n "checking for timezone variable... " >&6; }
23835 if test "${ac_cv_have_timezone+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 timezone = 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_timezone="yes"
23875 else
23876 $as_echo "$as_me: failed program was:" >&5
23877 sed 's/^/| /' conftest.$ac_ext >&5
23879 ac_cv_have_timezone="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_timezone" >&5
23887 $as_echo "$ac_cv_have_timezone" >&6; }
23888 if test "$ac_cv_have_timezone" = "yes"
23889 then
23891 cat >>confdefs.h <<\_ACEOF
23892 #define HAVE_TIMEZONE 1
23893 _ACEOF
23896 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23897 $as_echo_n "checking for daylight variable... " >&6; }
23898 if test "${ac_cv_have_daylight+set}" = set; then
23899 $as_echo_n "(cached) " >&6
23900 else
23901 cat >conftest.$ac_ext <<_ACEOF
23902 /* confdefs.h. */
23903 _ACEOF
23904 cat confdefs.h >>conftest.$ac_ext
23905 cat >>conftest.$ac_ext <<_ACEOF
23906 /* end confdefs.h. */
23907 #include <time.h>
23909 main ()
23911 daylight = 1
23913 return 0;
23915 _ACEOF
23916 rm -f conftest.$ac_objext conftest$ac_exeext
23917 if { (ac_try="$ac_link"
23918 case "(($ac_try" in
23919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23920 *) ac_try_echo=$ac_try;;
23921 esac
23922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23923 $as_echo "$ac_try_echo") >&5
23924 (eval "$ac_link") 2>conftest.er1
23925 ac_status=$?
23926 grep -v '^ *+' conftest.er1 >conftest.err
23927 rm -f conftest.er1
23928 cat conftest.err >&5
23929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23930 (exit $ac_status); } && {
23931 test -z "$ac_c_werror_flag" ||
23932 test ! -s conftest.err
23933 } && test -s conftest$ac_exeext && {
23934 test "$cross_compiling" = yes ||
23935 $as_test_x conftest$ac_exeext
23936 }; then
23937 ac_cv_have_daylight="yes"
23938 else
23939 $as_echo "$as_me: failed program was:" >&5
23940 sed 's/^/| /' conftest.$ac_ext >&5
23942 ac_cv_have_daylight="no"
23945 rm -rf conftest.dSYM
23946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23947 conftest$ac_exeext conftest.$ac_ext
23949 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23950 $as_echo "$ac_cv_have_daylight" >&6; }
23951 if test "$ac_cv_have_daylight" = "yes"
23952 then
23954 cat >>confdefs.h <<\_ACEOF
23955 #define HAVE_DAYLIGHT 1
23956 _ACEOF
23960 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23961 $as_echo_n "checking for isinf... " >&6; }
23962 if test "${ac_cv_have_isinf+set}" = set; then
23963 $as_echo_n "(cached) " >&6
23964 else
23965 cat >conftest.$ac_ext <<_ACEOF
23966 /* confdefs.h. */
23967 _ACEOF
23968 cat confdefs.h >>conftest.$ac_ext
23969 cat >>conftest.$ac_ext <<_ACEOF
23970 /* end confdefs.h. */
23971 #include <math.h>
23973 main ()
23975 float f = 0.0; int i=isinf(f)
23977 return 0;
23979 _ACEOF
23980 rm -f conftest.$ac_objext conftest$ac_exeext
23981 if { (ac_try="$ac_link"
23982 case "(($ac_try" in
23983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23984 *) ac_try_echo=$ac_try;;
23985 esac
23986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23987 $as_echo "$ac_try_echo") >&5
23988 (eval "$ac_link") 2>conftest.er1
23989 ac_status=$?
23990 grep -v '^ *+' conftest.er1 >conftest.err
23991 rm -f conftest.er1
23992 cat conftest.err >&5
23993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23994 (exit $ac_status); } && {
23995 test -z "$ac_c_werror_flag" ||
23996 test ! -s conftest.err
23997 } && test -s conftest$ac_exeext && {
23998 test "$cross_compiling" = yes ||
23999 $as_test_x conftest$ac_exeext
24000 }; then
24001 ac_cv_have_isinf="yes"
24002 else
24003 $as_echo "$as_me: failed program was:" >&5
24004 sed 's/^/| /' conftest.$ac_ext >&5
24006 ac_cv_have_isinf="no"
24009 rm -rf conftest.dSYM
24010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24011 conftest$ac_exeext conftest.$ac_ext
24013 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24014 $as_echo "$ac_cv_have_isinf" >&6; }
24015 if test "$ac_cv_have_isinf" = "yes"
24016 then
24018 cat >>confdefs.h <<\_ACEOF
24019 #define HAVE_ISINF 1
24020 _ACEOF
24024 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24025 $as_echo_n "checking for isnan... " >&6; }
24026 if test "${ac_cv_have_isnan+set}" = set; then
24027 $as_echo_n "(cached) " >&6
24028 else
24029 cat >conftest.$ac_ext <<_ACEOF
24030 /* confdefs.h. */
24031 _ACEOF
24032 cat confdefs.h >>conftest.$ac_ext
24033 cat >>conftest.$ac_ext <<_ACEOF
24034 /* end confdefs.h. */
24035 #include <math.h>
24037 main ()
24039 float f = 0.0; int i=isnan(f)
24041 return 0;
24043 _ACEOF
24044 rm -f conftest.$ac_objext conftest$ac_exeext
24045 if { (ac_try="$ac_link"
24046 case "(($ac_try" in
24047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24048 *) ac_try_echo=$ac_try;;
24049 esac
24050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24051 $as_echo "$ac_try_echo") >&5
24052 (eval "$ac_link") 2>conftest.er1
24053 ac_status=$?
24054 grep -v '^ *+' conftest.er1 >conftest.err
24055 rm -f conftest.er1
24056 cat conftest.err >&5
24057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24058 (exit $ac_status); } && {
24059 test -z "$ac_c_werror_flag" ||
24060 test ! -s conftest.err
24061 } && test -s conftest$ac_exeext && {
24062 test "$cross_compiling" = yes ||
24063 $as_test_x conftest$ac_exeext
24064 }; then
24065 ac_cv_have_isnan="yes"
24066 else
24067 $as_echo "$as_me: failed program was:" >&5
24068 sed 's/^/| /' conftest.$ac_ext >&5
24070 ac_cv_have_isnan="no"
24073 rm -rf conftest.dSYM
24074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24075 conftest$ac_exeext conftest.$ac_ext
24077 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24078 $as_echo "$ac_cv_have_isnan" >&6; }
24079 if test "$ac_cv_have_isnan" = "yes"
24080 then
24082 cat >>confdefs.h <<\_ACEOF
24083 #define HAVE_ISNAN 1
24084 _ACEOF
24089 case $host_cpu in
24090 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24091 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24092 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24093 $as_echo_n "(cached) " >&6
24094 else
24095 cat >conftest.$ac_ext <<_ACEOF
24096 /* confdefs.h. */
24097 _ACEOF
24098 cat confdefs.h >>conftest.$ac_ext
24099 cat >>conftest.$ac_ext <<_ACEOF
24100 /* end confdefs.h. */
24101 #ifndef __i386__
24103 #endif
24104 _ACEOF
24105 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24106 $EGREP "yes" >/dev/null 2>&1; then
24107 ac_cv_cpp_def___i386__=yes
24108 else
24109 ac_cv_cpp_def___i386__=no
24111 rm -f conftest*
24114 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24115 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24116 if test $ac_cv_cpp_def___i386__ = yes; then
24117 CFLAGS="$CFLAGS -D__i386__"
24118 LINTFLAGS="$LINTFLAGS -D__i386__"
24121 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24122 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24123 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24124 $as_echo_n "(cached) " >&6
24125 else
24126 cat >conftest.$ac_ext <<_ACEOF
24127 /* confdefs.h. */
24128 _ACEOF
24129 cat confdefs.h >>conftest.$ac_ext
24130 cat >>conftest.$ac_ext <<_ACEOF
24131 /* end confdefs.h. */
24132 #ifndef __x86_64__
24134 #endif
24135 _ACEOF
24136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24137 $EGREP "yes" >/dev/null 2>&1; then
24138 ac_cv_cpp_def___x86_64__=yes
24139 else
24140 ac_cv_cpp_def___x86_64__=no
24142 rm -f conftest*
24145 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24146 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24147 if test $ac_cv_cpp_def___x86_64__ = yes; then
24148 CFLAGS="$CFLAGS -D__x86_64__"
24149 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24152 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24153 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24154 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24155 $as_echo_n "(cached) " >&6
24156 else
24157 cat >conftest.$ac_ext <<_ACEOF
24158 /* confdefs.h. */
24159 _ACEOF
24160 cat confdefs.h >>conftest.$ac_ext
24161 cat >>conftest.$ac_ext <<_ACEOF
24162 /* end confdefs.h. */
24163 #ifndef __ALPHA__
24165 #endif
24166 _ACEOF
24167 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24168 $EGREP "yes" >/dev/null 2>&1; then
24169 ac_cv_cpp_def___ALPHA__=yes
24170 else
24171 ac_cv_cpp_def___ALPHA__=no
24173 rm -f conftest*
24176 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24177 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24178 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24179 CFLAGS="$CFLAGS -D__ALPHA__"
24180 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24183 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24184 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24185 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24186 $as_echo_n "(cached) " >&6
24187 else
24188 cat >conftest.$ac_ext <<_ACEOF
24189 /* confdefs.h. */
24190 _ACEOF
24191 cat confdefs.h >>conftest.$ac_ext
24192 cat >>conftest.$ac_ext <<_ACEOF
24193 /* end confdefs.h. */
24194 #ifndef __sparc__
24196 #endif
24197 _ACEOF
24198 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24199 $EGREP "yes" >/dev/null 2>&1; then
24200 ac_cv_cpp_def___sparc__=yes
24201 else
24202 ac_cv_cpp_def___sparc__=no
24204 rm -f conftest*
24207 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24208 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24209 if test $ac_cv_cpp_def___sparc__ = yes; then
24210 CFLAGS="$CFLAGS -D__sparc__"
24211 LINTFLAGS="$LINTFLAGS -D__sparc__"
24214 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24215 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24216 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24217 $as_echo_n "(cached) " >&6
24218 else
24219 cat >conftest.$ac_ext <<_ACEOF
24220 /* confdefs.h. */
24221 _ACEOF
24222 cat confdefs.h >>conftest.$ac_ext
24223 cat >>conftest.$ac_ext <<_ACEOF
24224 /* end confdefs.h. */
24225 #ifndef __powerpc__
24227 #endif
24228 _ACEOF
24229 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24230 $EGREP "yes" >/dev/null 2>&1; then
24231 ac_cv_cpp_def___powerpc__=yes
24232 else
24233 ac_cv_cpp_def___powerpc__=no
24235 rm -f conftest*
24238 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24239 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24240 if test $ac_cv_cpp_def___powerpc__ = yes; then
24241 CFLAGS="$CFLAGS -D__powerpc__"
24242 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24245 esac
24247 case $host_vendor in
24248 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24249 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24250 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24251 $as_echo_n "(cached) " >&6
24252 else
24253 cat >conftest.$ac_ext <<_ACEOF
24254 /* confdefs.h. */
24255 _ACEOF
24256 cat confdefs.h >>conftest.$ac_ext
24257 cat >>conftest.$ac_ext <<_ACEOF
24258 /* end confdefs.h. */
24259 #ifndef __sun__
24261 #endif
24262 _ACEOF
24263 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24264 $EGREP "yes" >/dev/null 2>&1; then
24265 ac_cv_cpp_def___sun__=yes
24266 else
24267 ac_cv_cpp_def___sun__=no
24269 rm -f conftest*
24272 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24273 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24274 if test $ac_cv_cpp_def___sun__ = yes; then
24275 CFLAGS="$CFLAGS -D__sun__"
24276 LINTFLAGS="$LINTFLAGS -D__sun__"
24279 esac
24282 DEPENDENCIES="### Dependencies:
24284 .INIT: Makefile
24285 .BEGIN: Makefile
24286 .MAKEFILEDEPS:
24287 Makefile: dummy
24288 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24290 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24291 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24292 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24293 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24294 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24297 ALL_MAKERULES=""
24299 ALL_MAKEFILES=""
24301 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24304 ALL_TOP_DIRS=""
24306 ALL_DLL_DIRS=""
24308 ALL_IMPLIB_DIRS=""
24310 ALL_TEST_DIRS=""
24312 ALL_PROGRAM_DIRS=""
24314 ALL_PROGRAM_INSTALL_DIRS=""
24316 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24322 ac_config_commands="$ac_config_commands include/stamp-h"
24325 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24327 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24329 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24331 ac_config_commands="$ac_config_commands dlls/user32/resources"
24333 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24335 ac_config_commands="$ac_config_commands include/wine"
24338 ALL_MAKERULES="$ALL_MAKERULES \\
24339 Make.rules"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 Make.rules: Make.rules.in"
24342 MAKE_RULES=Make.rules
24343 ac_config_files="$ac_config_files Make.rules"
24345 ALL_MAKERULES="$ALL_MAKERULES \\
24346 dlls/Makedll.rules"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24349 MAKE_DLL_RULES=dlls/Makedll.rules
24350 ac_config_files="$ac_config_files dlls/Makedll.rules"
24352 ALL_MAKERULES="$ALL_MAKERULES \\
24353 dlls/Makeimplib.rules"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24356 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24357 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24359 ALL_MAKERULES="$ALL_MAKERULES \\
24360 dlls/Maketest.rules"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24363 MAKE_TEST_RULES=dlls/Maketest.rules
24364 ac_config_files="$ac_config_files dlls/Maketest.rules"
24366 ALL_MAKERULES="$ALL_MAKERULES \\
24367 programs/Makeprog.rules"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24370 MAKE_PROG_RULES=programs/Makeprog.rules
24371 ac_config_files="$ac_config_files programs/Makeprog.rules"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 Makefile: Makefile.in Make.rules"
24378 ac_config_files="$ac_config_files Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/Makefile"
24382 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24383 dlls"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/Makefile: dlls/Makefile.in Make.rules"
24386 ac_config_files="$ac_config_files dlls/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/acledit/Makefile"
24390 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 acledit"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/aclui/Makefile"
24398 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 aclui"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/activeds/Makefile"
24406 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 activeds"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/actxprxy/Makefile"
24414 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 actxprxy"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/adsiid/Makefile"
24422 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24423 adsiid"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24426 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/advapi32/Makefile"
24430 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 advapi32"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/advapi32/tests/Makefile"
24438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24439 advapi32/tests"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24442 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/advpack/Makefile"
24446 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 advpack"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/advpack/tests/Makefile"
24454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24455 advpack/tests"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/amstream/Makefile"
24462 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 amstream"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/amstream/tests/Makefile"
24470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24471 amstream/tests"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24474 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/appwiz.cpl/Makefile"
24478 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479 appwiz.cpl"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/atl/Makefile"
24486 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 atl"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/atl/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/authz/Makefile"
24494 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 authz"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/authz/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/avicap32/Makefile"
24502 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503 avicap32"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/avifil32/Makefile"
24510 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 avifil32"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/avifile.dll16/Makefile"
24518 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 avifile.dll16"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/bcrypt/Makefile"
24526 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527 bcrypt"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/browseui/Makefile"
24534 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 browseui"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/browseui/tests/Makefile"
24542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24543 browseui/tests"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24546 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/cabinet/Makefile"
24550 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 cabinet"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/cabinet/tests/Makefile"
24558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24559 cabinet/tests"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24562 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/capi2032/Makefile"
24566 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 capi2032"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/cards/Makefile"
24574 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 cards"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/cards/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/cfgmgr32/Makefile"
24582 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 cfgmgr32"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/clusapi/Makefile"
24590 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 clusapi"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/comcat/Makefile"
24598 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 comcat"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/comcat/tests/Makefile"
24606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24607 comcat/tests"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24610 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/comctl32/Makefile"
24614 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 comctl32"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/comctl32/tests/Makefile"
24622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24623 comctl32/tests"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24626 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/comdlg32/Makefile"
24630 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 comdlg32"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/comdlg32/tests/Makefile"
24638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24639 comdlg32/tests"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24642 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/comm.drv16/Makefile"
24646 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 comm.drv16"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/compobj.dll16/Makefile"
24654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 compobj.dll16"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/compstui/Makefile"
24662 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 compstui"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/credui/Makefile"
24670 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 credui"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/credui/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/credui/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 credui/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/crtdll/Makefile"
24686 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 crtdll"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/crypt32/Makefile"
24694 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 crypt32"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/crypt32/tests/Makefile"
24702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24703 crypt32/tests"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24706 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/cryptdlg/Makefile"
24710 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 cryptdlg"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/cryptdll/Makefile"
24718 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 cryptdll"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/cryptnet/Makefile"
24726 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 cryptnet"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/cryptnet/tests/Makefile"
24734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24735 cryptnet/tests"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/cryptui/Makefile"
24742 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 cryptui"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/cryptui/tests/Makefile"
24750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24751 cryptui/tests"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24754 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/ctapi32/Makefile"
24758 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 ctapi32"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/ctl3d.dll16/Makefile"
24766 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 ctl3d.dll16"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/ctl3d32/Makefile"
24774 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 ctl3d32"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/ctl3dv2.dll16/Makefile"
24782 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 ctl3dv2.dll16"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/d3d10/Makefile"
24790 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 d3d10"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/d3d10/tests/Makefile"
24798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24799 d3d10/tests"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24802 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/d3d10core/Makefile"
24806 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 d3d10core"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/d3d10core/tests/Makefile"
24814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24815 d3d10core/tests"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24818 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/d3d8/Makefile"
24822 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 d3d8"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/d3d8/tests/Makefile"
24830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24831 d3d8/tests"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24834 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/d3d9/Makefile"
24838 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 d3d9"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/d3d9/tests/Makefile"
24846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24847 d3d9/tests"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24850 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/d3dim/Makefile"
24854 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 d3dim"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/d3drm/Makefile"
24862 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 d3drm"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/d3drm/tests/Makefile"
24870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24871 d3drm/tests"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24874 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/d3dx8/Makefile"
24878 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 d3dx8"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/d3dx8/tests/Makefile"
24886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24887 d3dx8/tests"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24890 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/d3dx9_24/Makefile"
24894 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 d3dx9_24"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/d3dx9_25/Makefile"
24902 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 d3dx9_25"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/d3dx9_26/Makefile"
24910 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 d3dx9_26"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/d3dx9_27/Makefile"
24918 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 d3dx9_27"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/d3dx9_28/Makefile"
24926 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 d3dx9_28"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/d3dx9_29/Makefile"
24934 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 d3dx9_29"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/d3dx9_30/Makefile"
24942 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 d3dx9_30"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/d3dx9_31/Makefile"
24950 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 d3dx9_31"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/d3dx9_32/Makefile"
24958 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959 d3dx9_32"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/d3dx9_33/Makefile"
24966 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 d3dx9_33"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/d3dx9_34/Makefile"
24974 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 d3dx9_34"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/d3dx9_35/Makefile"
24982 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 d3dx9_35"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/d3dx9_36/Makefile"
24990 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 d3dx9_36"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/d3dx9_36/tests/Makefile"
24998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24999 d3dx9_36/tests"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25002 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/d3dx9_37/Makefile"
25006 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 d3dx9_37"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/d3dx9_38/Makefile"
25014 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 d3dx9_38"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/d3dx9_39/Makefile"
25022 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 d3dx9_39"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/d3dx9_40/Makefile"
25030 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 d3dx9_40"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/d3dx9_41/Makefile"
25038 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 d3dx9_41"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/d3dxof/Makefile"
25046 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 d3dxof"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/d3dxof/tests/Makefile"
25054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25055 d3dxof/tests"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25058 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/dbghelp/Makefile"
25062 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 dbghelp"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/dciman32/Makefile"
25070 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 dciman32"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/ddeml.dll16/Makefile"
25078 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 ddeml.dll16"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/ddraw/Makefile"
25086 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 ddraw"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/ddraw/tests/Makefile"
25094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095 ddraw/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/ddrawex/Makefile"
25102 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 ddrawex"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/ddrawex/tests/Makefile"
25110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25111 ddrawex/tests"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25114 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/devenum/Makefile"
25118 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 devenum"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/dinput/Makefile"
25126 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 dinput"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/dinput/tests/Makefile"
25134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25135 dinput/tests"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25138 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/dinput8/Makefile"
25142 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 dinput8"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/dispdib.dll16/Makefile"
25150 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 dispdib.dll16"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/display.drv16/Makefile"
25158 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 display.drv16"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/dmband/Makefile"
25166 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 dmband"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/dmcompos/Makefile"
25174 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 dmcompos"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/dmime/Makefile"
25182 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 dmime"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/dmloader/Makefile"
25190 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 dmloader"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/dmscript/Makefile"
25198 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 dmscript"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/dmstyle/Makefile"
25206 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207 dmstyle"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/dmsynth/Makefile"
25214 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 dmsynth"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/dmusic/Makefile"
25222 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 dmusic"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/dmusic32/Makefile"
25230 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 dmusic32"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/dnsapi/Makefile"
25238 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239 dnsapi"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/dnsapi/tests/Makefile"
25246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25247 dnsapi/tests"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25250 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/dplay/Makefile"
25254 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 dplay"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/dplayx/Makefile"
25262 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 dplayx"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/dplayx/tests/Makefile"
25270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271 dplayx/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/dpnaddr/Makefile"
25278 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 dpnaddr"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/dpnet/Makefile"
25286 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287 dpnet"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/dpnhpast/Makefile"
25294 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295 dpnhpast"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/dpnlobby/Makefile"
25302 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303 dpnlobby"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/dpwsockx/Makefile"
25310 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 dpwsockx"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/dsound/Makefile"
25318 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 dsound"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/dsound/tests/Makefile"
25326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25327 dsound/tests"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25330 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/dssenh/Makefile"
25334 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 dssenh"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/dswave/Makefile"
25342 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343 dswave"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/dwmapi/Makefile"
25350 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 dwmapi"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/dxdiagn/Makefile"
25358 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 dxdiagn"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/dxerr8/Makefile"
25366 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25367 dxerr8"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25370 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/dxerr9/Makefile"
25374 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25375 dxerr9"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25378 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/dxgi/Makefile"
25382 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 dxgi"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/dxgi/tests/Makefile"
25390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25391 dxgi/tests"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25394 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/dxguid/Makefile"
25398 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25399 dxguid"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25402 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/faultrep/Makefile"
25406 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407 faultrep"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/fusion/Makefile"
25414 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 fusion"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/fusion/tests/Makefile"
25422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25423 fusion/tests"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25426 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/gdi32/Makefile"
25430 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 gdi32"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/gdi32/tests/Makefile"
25438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25439 gdi32/tests"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25442 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/gdiplus/Makefile"
25446 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447 gdiplus"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/gdiplus/tests/Makefile"
25454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25455 gdiplus/tests"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25458 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/glu32/Makefile"
25462 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463 glu32"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/gphoto2.ds/Makefile"
25470 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471 gphoto2.ds"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/gpkcsp/Makefile"
25478 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479 gpkcsp"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/hal/Makefile"
25486 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25487 hal"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25490 ac_config_files="$ac_config_files dlls/hal/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/hhctrl.ocx/Makefile"
25494 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495 hhctrl.ocx"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/hid/Makefile"
25502 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25503 hid"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25506 ac_config_files="$ac_config_files dlls/hid/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/hlink/Makefile"
25510 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511 hlink"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/hlink/tests/Makefile"
25518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25519 hlink/tests"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25522 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/hnetcfg/Makefile"
25526 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527 hnetcfg"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/httpapi/Makefile"
25534 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25535 httpapi"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25538 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/iccvid/Makefile"
25542 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 iccvid"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/icmp/Makefile"
25550 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551 icmp"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/ifsmgr.vxd/Makefile"
25558 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25559 ifsmgr.vxd"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25562 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/imaadp32.acm/Makefile"
25566 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25567 imaadp32.acm"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25570 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/imagehlp/Makefile"
25574 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25575 imagehlp"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25578 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/imm.dll16/Makefile"
25582 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25583 imm.dll16"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25586 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/imm32/Makefile"
25590 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591 imm32"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/imm32/tests/Makefile"
25598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25599 imm32/tests"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25602 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/inetcomm/Makefile"
25606 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25607 inetcomm"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25610 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/inetcomm/tests/Makefile"
25614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25615 inetcomm/tests"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25618 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/inetmib1/Makefile"
25622 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25623 inetmib1"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25626 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/inetmib1/tests/Makefile"
25630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25631 inetmib1/tests"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25634 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/infosoft/Makefile"
25638 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639 infosoft"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/infosoft/tests/Makefile"
25646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25647 infosoft/tests"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25650 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/initpki/Makefile"
25654 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25655 initpki"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25658 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/inkobj/Makefile"
25662 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25663 inkobj"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25666 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/inseng/Makefile"
25670 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25671 inseng"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25674 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/iphlpapi/Makefile"
25678 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679 iphlpapi"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/iphlpapi/tests/Makefile"
25686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25687 iphlpapi/tests"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25690 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/itircl/Makefile"
25694 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 itircl"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/itss/Makefile"
25702 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703 itss"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/itss/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/itss/tests/Makefile"
25710 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25711 itss/tests"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25714 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/jscript/Makefile"
25718 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 jscript"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/jscript/tests/Makefile"
25726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25727 jscript/tests"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25730 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/kernel32/Makefile"
25734 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735 kernel32"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/kernel32/tests/Makefile"
25742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25743 kernel32/tests"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25746 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/keyboard.drv16/Makefile"
25750 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 keyboard.drv16"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/loadperf/Makefile"
25758 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25759 loadperf"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25762 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/localspl/Makefile"
25766 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767 localspl"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 dlls/localspl/tests/Makefile"
25774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25775 localspl/tests"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25778 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 dlls/localui/Makefile"
25782 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783 localui"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/localui/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 dlls/localui/tests/Makefile"
25790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25791 localui/tests"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25794 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 dlls/lz32/Makefile"
25798 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799 lz32"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 dlls/lz32/tests/Makefile"
25806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25807 lz32/tests"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25810 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 dlls/lzexpand.dll16/Makefile"
25814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25815 lzexpand.dll16"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25818 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 dlls/mapi32/Makefile"
25822 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25823 mapi32"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25826 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829 dlls/mapi32/tests/Makefile"
25830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25831 mapi32/tests"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25834 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 dlls/mciavi32/Makefile"
25838 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25839 mciavi32"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25842 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845 dlls/mcicda/Makefile"
25846 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25847 mcicda"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25850 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 dlls/mciqtz32/Makefile"
25854 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25855 mciqtz32"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25858 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 dlls/mciseq/Makefile"
25862 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863 mciseq"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 dlls/mciwave/Makefile"
25870 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871 mciwave"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 dlls/midimap/Makefile"
25878 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25879 midimap"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25882 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 dlls/mlang/Makefile"
25886 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25887 mlang"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25890 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 dlls/mlang/tests/Makefile"
25894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25895 mlang/tests"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25898 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 dlls/mmdevldr.vxd/Makefile"
25902 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25903 mmdevldr.vxd"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25906 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 dlls/monodebg.vxd/Makefile"
25910 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911 monodebg.vxd"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917 dlls/mountmgr.sys/Makefile"
25918 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25919 mountmgr.sys"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25922 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 dlls/mouse.drv16/Makefile"
25926 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25927 mouse.drv16"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25930 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 dlls/mpr/Makefile"
25934 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25935 mpr"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25938 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941 dlls/mprapi/Makefile"
25942 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25943 mprapi"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25946 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949 dlls/msacm.dll16/Makefile"
25950 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25951 msacm.dll16"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25954 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 dlls/msacm32.drv/Makefile"
25958 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25959 msacm32.drv"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25962 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 dlls/msacm32/Makefile"
25966 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967 msacm32"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973 dlls/msacm32/tests/Makefile"
25974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25975 msacm32/tests"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25978 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981 dlls/msadp32.acm/Makefile"
25982 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25983 msadp32.acm"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25986 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989 dlls/mscat32/Makefile"
25990 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991 mscat32"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 dlls/mscms/Makefile"
25998 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25999 mscms"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26002 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005 dlls/mscms/tests/Makefile"
26006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26007 mscms/tests"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26010 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013 dlls/mscoree/Makefile"
26014 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26015 mscoree"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26018 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 dlls/msctf/Makefile"
26022 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26023 msctf"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26026 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029 dlls/msctf/tests/Makefile"
26030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26031 msctf/tests"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26034 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 dlls/msdmo/Makefile"
26038 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26039 msdmo"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26042 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045 dlls/msftedit/Makefile"
26046 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26047 msftedit"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26050 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 dlls/msg711.acm/Makefile"
26054 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26055 msg711.acm"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26058 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 dlls/mshtml.tlb/Makefile"
26062 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26063 mshtml.tlb"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26066 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 dlls/mshtml/Makefile"
26070 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071 mshtml"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 dlls/mshtml/tests/Makefile"
26078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26079 mshtml/tests"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26082 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085 dlls/msi/Makefile"
26086 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087 msi"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/msi/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 dlls/msi/tests/Makefile"
26094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26095 msi/tests"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26098 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 dlls/msimg32/Makefile"
26102 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26103 msimg32"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26106 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109 dlls/msimtf/Makefile"
26110 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111 msimtf"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 dlls/msisip/Makefile"
26118 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26119 msisip"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26122 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125 dlls/msisys.ocx/Makefile"
26126 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127 msisys.ocx"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 dlls/msnet32/Makefile"
26134 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135 msnet32"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 dlls/msrle32/Makefile"
26142 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26143 msrle32"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26146 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149 dlls/mssign32/Makefile"
26150 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151 mssign32"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 dlls/mssip32/Makefile"
26158 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26159 mssip32"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26162 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165 dlls/mstask/Makefile"
26166 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26167 mstask"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26170 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173 dlls/mstask/tests/Makefile"
26174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26175 mstask/tests"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26178 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181 dlls/msvcirt/Makefile"
26182 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26183 msvcirt"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26186 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189 dlls/msvcr71/Makefile"
26190 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191 msvcr71"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197 dlls/msvcrt/Makefile"
26198 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26199 msvcrt"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26202 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 dlls/msvcrt/tests/Makefile"
26206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26207 msvcrt/tests"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26210 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 dlls/msvcrt20/Makefile"
26214 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26215 msvcrt20"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26218 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 dlls/msvcrt40/Makefile"
26222 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223 msvcrt40"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 dlls/msvcrtd/Makefile"
26230 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26231 msvcrtd"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26234 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237 dlls/msvcrtd/tests/Makefile"
26238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26239 msvcrtd/tests"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26242 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245 dlls/msvfw32/Makefile"
26246 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247 msvfw32"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253 dlls/msvfw32/tests/Makefile"
26254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26255 msvfw32/tests"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26258 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261 dlls/msvidc32/Makefile"
26262 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26263 msvidc32"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26266 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269 dlls/msvideo.dll16/Makefile"
26270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271 msvideo.dll16"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277 dlls/mswsock/Makefile"
26278 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279 mswsock"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285 dlls/msxml3/Makefile"
26286 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26287 msxml3"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26290 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 dlls/msxml3/tests/Makefile"
26294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26295 msxml3/tests"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26298 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301 dlls/nddeapi/Makefile"
26302 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303 nddeapi"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309 dlls/netapi32/Makefile"
26310 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26311 netapi32"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26314 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317 dlls/netapi32/tests/Makefile"
26318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26319 netapi32/tests"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26322 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 dlls/newdev/Makefile"
26326 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26327 newdev"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26330 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333 dlls/ntdll/Makefile"
26334 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335 ntdll"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341 dlls/ntdll/tests/Makefile"
26342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26343 ntdll/tests"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26346 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349 dlls/ntdsapi/Makefile"
26350 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351 ntdsapi"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357 dlls/ntdsapi/tests/Makefile"
26358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26359 ntdsapi/tests"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26362 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365 dlls/ntoskrnl.exe/Makefile"
26366 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367 ntoskrnl.exe"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373 dlls/ntprint/Makefile"
26374 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375 ntprint"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381 dlls/ntprint/tests/Makefile"
26382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26383 ntprint/tests"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26386 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 dlls/objsel/Makefile"
26390 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391 objsel"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397 dlls/odbc32/Makefile"
26398 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399 odbc32"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405 dlls/odbccp32/Makefile"
26406 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26407 odbccp32"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26410 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 dlls/odbccp32/tests/Makefile"
26414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26415 odbccp32/tests"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26418 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421 dlls/ole2.dll16/Makefile"
26422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26423 ole2.dll16"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26426 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429 dlls/ole2conv.dll16/Makefile"
26430 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26431 ole2conv.dll16"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26434 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437 dlls/ole2disp.dll16/Makefile"
26438 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26439 ole2disp.dll16"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26442 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445 dlls/ole2nls.dll16/Makefile"
26446 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26447 ole2nls.dll16"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26450 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 dlls/ole2prox.dll16/Makefile"
26454 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26455 ole2prox.dll16"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26458 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 dlls/ole2thk.dll16/Makefile"
26462 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26463 ole2thk.dll16"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26466 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 dlls/ole32/Makefile"
26470 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26471 ole32"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26474 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477 dlls/ole32/tests/Makefile"
26478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26479 ole32/tests"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26482 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485 dlls/oleacc/Makefile"
26486 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26487 oleacc"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26490 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493 dlls/oleacc/tests/Makefile"
26494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26495 oleacc/tests"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26498 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501 dlls/oleaut32/Makefile"
26502 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26503 oleaut32"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26506 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509 dlls/oleaut32/tests/Makefile"
26510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26511 oleaut32/tests"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26514 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517 dlls/olecli.dll16/Makefile"
26518 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26519 olecli.dll16"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26522 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525 dlls/olecli32/Makefile"
26526 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26527 olecli32"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26530 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533 dlls/oledlg/Makefile"
26534 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535 oledlg"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541 dlls/olepro32/Makefile"
26542 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26543 olepro32"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26546 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549 dlls/olesvr.dll16/Makefile"
26550 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26551 olesvr.dll16"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26554 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557 dlls/olesvr32/Makefile"
26558 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26559 olesvr32"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26562 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 dlls/olethk32/Makefile"
26566 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26567 olethk32"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26570 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573 dlls/opengl32/Makefile"
26574 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26575 opengl32"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26578 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581 dlls/opengl32/tests/Makefile"
26582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26583 opengl32/tests"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26586 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 dlls/pdh/Makefile"
26590 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26591 pdh"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26594 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597 dlls/pdh/tests/Makefile"
26598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26599 pdh/tests"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26602 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605 dlls/pidgen/Makefile"
26606 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26607 pidgen"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26610 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613 dlls/powrprof/Makefile"
26614 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26615 powrprof"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26618 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621 dlls/printui/Makefile"
26622 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26623 printui"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26626 ac_config_files="$ac_config_files dlls/printui/Makefile"
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629 dlls/propsys/Makefile"
26630 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26631 propsys"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26634 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637 dlls/psapi/Makefile"
26638 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26639 psapi"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26642 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 dlls/psapi/tests/Makefile"
26646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26647 psapi/tests"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26650 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653 dlls/pstorec/Makefile"
26654 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655 pstorec"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661 dlls/qcap/Makefile"
26662 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26663 qcap"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26666 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 dlls/qedit/Makefile"
26670 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671 qedit"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677 dlls/qedit/tests/Makefile"
26678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26679 qedit/tests"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26682 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685 dlls/qmgr/Makefile"
26686 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26687 qmgr"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26690 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693 dlls/qmgr/tests/Makefile"
26694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26695 qmgr/tests"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26698 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701 dlls/qmgrprxy/Makefile"
26702 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26703 qmgrprxy"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26706 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709 dlls/quartz/Makefile"
26710 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711 quartz"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717 dlls/quartz/tests/Makefile"
26718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719 quartz/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725 dlls/query/Makefile"
26726 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727 query"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/query/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 dlls/rasapi16.dll16/Makefile"
26734 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26735 rasapi16.dll16"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26738 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741 dlls/rasapi32/Makefile"
26742 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26743 rasapi32"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26746 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 dlls/rasapi32/tests/Makefile"
26750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26751 rasapi32/tests"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26754 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757 dlls/rasdlg/Makefile"
26758 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26759 rasdlg"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26762 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765 dlls/resutils/Makefile"
26766 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26767 resutils"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26770 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773 dlls/riched20/Makefile"
26774 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26775 riched20"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26778 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781 dlls/riched20/tests/Makefile"
26782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26783 riched20/tests"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26786 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 dlls/riched32/Makefile"
26790 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26791 riched32"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26794 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797 dlls/riched32/tests/Makefile"
26798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26799 riched32/tests"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26802 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805 dlls/rpcrt4/Makefile"
26806 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26807 rpcrt4"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26810 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813 dlls/rpcrt4/tests/Makefile"
26814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26815 rpcrt4/tests"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26818 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 dlls/rsabase/Makefile"
26822 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26823 rsabase"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26826 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829 dlls/rsaenh/Makefile"
26830 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26831 rsaenh"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26834 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837 dlls/rsaenh/tests/Makefile"
26838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26839 rsaenh/tests"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26842 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 dlls/sane.ds/Makefile"
26846 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26847 sane.ds"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26850 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 dlls/sccbase/Makefile"
26854 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26855 sccbase"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26858 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 dlls/schannel/Makefile"
26862 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26863 schannel"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26866 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 dlls/schannel/tests/Makefile"
26870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26871 schannel/tests"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26874 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 dlls/secur32/Makefile"
26878 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26879 secur32"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26882 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 dlls/secur32/tests/Makefile"
26886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26887 secur32/tests"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26890 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 dlls/security/Makefile"
26894 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26895 security"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26898 ac_config_files="$ac_config_files dlls/security/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 dlls/sensapi/Makefile"
26902 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26903 sensapi"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26906 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 dlls/serialui/Makefile"
26910 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26911 serialui"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26914 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 dlls/serialui/tests/Makefile"
26918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26919 serialui/tests"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26922 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 dlls/setupapi/Makefile"
26926 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26927 setupapi"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26930 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933 dlls/setupapi/tests/Makefile"
26934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26935 setupapi/tests"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26938 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941 dlls/sfc/Makefile"
26942 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26943 sfc"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26946 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 dlls/sfc_os/Makefile"
26950 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26951 sfc_os"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26954 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 dlls/shdoclc/Makefile"
26958 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26959 shdoclc"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26962 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 dlls/shdocvw/Makefile"
26966 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26967 shdocvw"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26970 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 dlls/shdocvw/tests/Makefile"
26974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26975 shdocvw/tests"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26978 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 dlls/shell.dll16/Makefile"
26982 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26983 shell.dll16"
26984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26985 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26986 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26988 ALL_MAKEFILES="$ALL_MAKEFILES \\
26989 dlls/shell32/Makefile"
26990 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26991 shell32"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26994 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997 dlls/shell32/tests/Makefile"
26998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26999 shell32/tests"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27002 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 dlls/shfolder/Makefile"
27006 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27007 shfolder"
27008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27009 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27010 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27012 ALL_MAKEFILES="$ALL_MAKEFILES \\
27013 dlls/shlwapi/Makefile"
27014 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27015 shlwapi"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27018 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 dlls/shlwapi/tests/Makefile"
27022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27023 shlwapi/tests"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27026 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 dlls/slbcsp/Makefile"
27030 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27031 slbcsp"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27034 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 dlls/slc/Makefile"
27038 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27039 slc"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27042 ac_config_files="$ac_config_files dlls/slc/Makefile"
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045 dlls/snmpapi/Makefile"
27046 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27047 snmpapi"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27050 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 dlls/snmpapi/tests/Makefile"
27054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27055 snmpapi/tests"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27058 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061 dlls/softpub/Makefile"
27062 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27063 softpub"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27066 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069 dlls/sound.drv16/Makefile"
27070 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27071 sound.drv16"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27074 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 dlls/spoolss/Makefile"
27078 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27079 spoolss"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27082 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085 dlls/spoolss/tests/Makefile"
27086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27087 spoolss/tests"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27090 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 dlls/stdole2.tlb/Makefile"
27094 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27095 stdole2.tlb"
27096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27097 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27098 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27100 ALL_MAKEFILES="$ALL_MAKEFILES \\
27101 dlls/stdole32.tlb/Makefile"
27102 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27103 stdole32.tlb"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27106 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 dlls/sti/Makefile"
27110 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27111 sti"
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27114 ac_config_files="$ac_config_files dlls/sti/Makefile"
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117 dlls/storage.dll16/Makefile"
27118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27119 storage.dll16"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27122 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 dlls/stress.dll16/Makefile"
27126 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27127 stress.dll16"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27130 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 dlls/strmiids/Makefile"
27134 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27135 strmiids"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27138 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 dlls/svrapi/Makefile"
27142 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27143 svrapi"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27146 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149 dlls/sxs/Makefile"
27150 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27151 sxs"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27154 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 dlls/t2embed/Makefile"
27158 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27159 t2embed"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27162 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 dlls/tapi32/Makefile"
27166 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27167 tapi32"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27170 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 dlls/traffic/Makefile"
27174 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27175 traffic"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27178 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 dlls/twain.dll16/Makefile"
27182 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27183 twain.dll16"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27186 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189 dlls/twain_32/Makefile"
27190 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27191 twain_32"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27194 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 dlls/twain_32/tests/Makefile"
27198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27199 twain_32/tests"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27202 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 dlls/typelib.dll16/Makefile"
27206 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27207 typelib.dll16"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27210 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213 dlls/unicows/Makefile"
27214 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27215 unicows"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27218 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 dlls/updspapi/Makefile"
27222 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27223 updspapi"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27226 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 dlls/url/Makefile"
27230 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27231 url"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27234 ac_config_files="$ac_config_files dlls/url/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 dlls/urlmon/Makefile"
27238 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27239 urlmon"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27242 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 dlls/urlmon/tests/Makefile"
27246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27247 urlmon/tests"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27250 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 dlls/user32/Makefile"
27254 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27255 user32"
27256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27257 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27258 ac_config_files="$ac_config_files dlls/user32/Makefile"
27260 ALL_MAKEFILES="$ALL_MAKEFILES \\
27261 dlls/user32/tests/Makefile"
27262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27263 user32/tests"
27264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27265 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27266 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27268 ALL_MAKEFILES="$ALL_MAKEFILES \\
27269 dlls/userenv/Makefile"
27270 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27271 userenv"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27274 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277 dlls/userenv/tests/Makefile"
27278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27279 userenv/tests"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27282 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 dlls/usp10/Makefile"
27286 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27287 usp10"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27290 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 dlls/usp10/tests/Makefile"
27294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27295 usp10/tests"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27298 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 dlls/uuid/Makefile"
27302 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27303 uuid"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27306 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 dlls/uxtheme/Makefile"
27310 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27311 uxtheme"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27314 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317 dlls/uxtheme/tests/Makefile"
27318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27319 uxtheme/tests"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27322 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27324 ALL_MAKEFILES="$ALL_MAKEFILES \\
27325 dlls/vdhcp.vxd/Makefile"
27326 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27327 vdhcp.vxd"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27330 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333 dlls/vdmdbg/Makefile"
27334 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27335 vdmdbg"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27338 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341 dlls/version/Makefile"
27342 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27343 version"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27346 ac_config_files="$ac_config_files dlls/version/Makefile"
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349 dlls/version/tests/Makefile"
27350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27351 version/tests"
27352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27353 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27354 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27356 ALL_MAKEFILES="$ALL_MAKEFILES \\
27357 dlls/vmm.vxd/Makefile"
27358 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27359 vmm.vxd"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27362 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27364 ALL_MAKEFILES="$ALL_MAKEFILES \\
27365 dlls/vnbt.vxd/Makefile"
27366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27367 vnbt.vxd"
27368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27369 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27370 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27372 ALL_MAKEFILES="$ALL_MAKEFILES \\
27373 dlls/vnetbios.vxd/Makefile"
27374 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27375 vnetbios.vxd"
27376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27377 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27378 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27380 ALL_MAKEFILES="$ALL_MAKEFILES \\
27381 dlls/vtdapi.vxd/Makefile"
27382 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27383 vtdapi.vxd"
27384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27385 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27386 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27388 ALL_MAKEFILES="$ALL_MAKEFILES \\
27389 dlls/vwin32.vxd/Makefile"
27390 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27391 vwin32.vxd"
27392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27393 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27394 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27396 ALL_MAKEFILES="$ALL_MAKEFILES \\
27397 dlls/w32skrnl/Makefile"
27398 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27399 w32skrnl"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27402 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 dlls/w32sys.dll16/Makefile"
27406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27407 w32sys.dll16"
27408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27409 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27410 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27412 ALL_MAKEFILES="$ALL_MAKEFILES \\
27413 dlls/wbemprox/Makefile"
27414 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27415 wbemprox"
27416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27417 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27418 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27420 ALL_MAKEFILES="$ALL_MAKEFILES \\
27421 dlls/win32s16.dll16/Makefile"
27422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27423 win32s16.dll16"
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27426 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429 dlls/win87em.dll16/Makefile"
27430 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27431 win87em.dll16"
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27434 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437 dlls/winaspi.dll16/Makefile"
27438 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27439 winaspi.dll16"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27442 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445 dlls/windebug.dll16/Makefile"
27446 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27447 windebug.dll16"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27450 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453 dlls/windowscodecs/Makefile"
27454 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27455 windowscodecs"
27456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27457 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27458 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27460 ALL_MAKEFILES="$ALL_MAKEFILES \\
27461 dlls/winealsa.drv/Makefile"
27462 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27463 winealsa.drv"
27464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27465 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27466 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27468 ALL_MAKEFILES="$ALL_MAKEFILES \\
27469 dlls/wineaudioio.drv/Makefile"
27470 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27471 wineaudioio.drv"
27472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27473 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27474 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27476 ALL_MAKEFILES="$ALL_MAKEFILES \\
27477 dlls/winecoreaudio.drv/Makefile"
27478 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27479 winecoreaudio.drv"
27480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27481 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27482 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27484 ALL_MAKEFILES="$ALL_MAKEFILES \\
27485 dlls/winecrt0/Makefile"
27486 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27487 winecrt0"
27488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27489 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27490 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27492 ALL_MAKEFILES="$ALL_MAKEFILES \\
27493 dlls/wined3d/Makefile"
27494 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27495 wined3d"
27496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27497 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27498 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27500 ALL_MAKEFILES="$ALL_MAKEFILES \\
27501 dlls/winedos/Makefile"
27502 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27503 winedos"
27504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27505 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27506 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27508 ALL_MAKEFILES="$ALL_MAKEFILES \\
27509 dlls/wineesd.drv/Makefile"
27510 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27511 wineesd.drv"
27512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27513 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27514 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27516 ALL_MAKEFILES="$ALL_MAKEFILES \\
27517 dlls/winejack.drv/Makefile"
27518 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27519 winejack.drv"
27520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27521 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27522 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27524 ALL_MAKEFILES="$ALL_MAKEFILES \\
27525 dlls/winejoystick.drv/Makefile"
27526 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27527 winejoystick.drv"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27530 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533 dlls/winemp3.acm/Makefile"
27534 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27535 winemp3.acm"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27538 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541 dlls/winenas.drv/Makefile"
27542 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27543 winenas.drv"
27544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27545 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27546 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27548 ALL_MAKEFILES="$ALL_MAKEFILES \\
27549 dlls/wineoss.drv/Makefile"
27550 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27551 wineoss.drv"
27552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27553 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27554 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27556 ALL_MAKEFILES="$ALL_MAKEFILES \\
27557 dlls/wineps.drv/Makefile"
27558 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27559 wineps.drv"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27562 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 dlls/winequartz.drv/Makefile"
27566 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27567 winequartz.drv"
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27570 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573 dlls/winex11.drv/Makefile"
27574 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27575 winex11.drv"
27576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27577 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27578 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27580 ALL_MAKEFILES="$ALL_MAKEFILES \\
27581 dlls/wing32/Makefile"
27582 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27583 wing32"
27584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27585 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27586 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27588 ALL_MAKEFILES="$ALL_MAKEFILES \\
27589 dlls/winhttp/Makefile"
27590 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27591 winhttp"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27594 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 dlls/winhttp/tests/Makefile"
27598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27599 winhttp/tests"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27602 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605 dlls/wininet/Makefile"
27606 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27607 wininet"
27608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27609 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27610 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27612 ALL_MAKEFILES="$ALL_MAKEFILES \\
27613 dlls/wininet/tests/Makefile"
27614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27615 wininet/tests"
27616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27617 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27618 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27620 ALL_MAKEFILES="$ALL_MAKEFILES \\
27621 dlls/winmm/Makefile"
27622 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27623 winmm"
27624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27625 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27626 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27628 ALL_MAKEFILES="$ALL_MAKEFILES \\
27629 dlls/winmm/tests/Makefile"
27630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27631 winmm/tests"
27632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27633 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27634 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27636 ALL_MAKEFILES="$ALL_MAKEFILES \\
27637 dlls/winnls.dll16/Makefile"
27638 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27639 winnls.dll16"
27640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27641 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27642 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27644 ALL_MAKEFILES="$ALL_MAKEFILES \\
27645 dlls/winnls32/Makefile"
27646 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27647 winnls32"
27648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27649 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27650 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27652 ALL_MAKEFILES="$ALL_MAKEFILES \\
27653 dlls/winscard/Makefile"
27654 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27655 winscard"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27658 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661 dlls/winspool.drv/Makefile"
27662 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27663 winspool.drv"
27664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27665 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27666 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27668 ALL_MAKEFILES="$ALL_MAKEFILES \\
27669 dlls/winspool.drv/tests/Makefile"
27670 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27671 winspool.drv/tests"
27672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27673 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27674 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27676 ALL_MAKEFILES="$ALL_MAKEFILES \\
27677 dlls/wintab.dll16/Makefile"
27678 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27679 wintab.dll16"
27680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27681 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27682 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27684 ALL_MAKEFILES="$ALL_MAKEFILES \\
27685 dlls/wintab32/Makefile"
27686 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27687 wintab32"
27688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27689 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27690 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27692 ALL_MAKEFILES="$ALL_MAKEFILES \\
27693 dlls/wintrust/Makefile"
27694 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27695 wintrust"
27696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27697 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27698 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27700 ALL_MAKEFILES="$ALL_MAKEFILES \\
27701 dlls/wintrust/tests/Makefile"
27702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27703 wintrust/tests"
27704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27705 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27706 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27708 ALL_MAKEFILES="$ALL_MAKEFILES \\
27709 dlls/wldap32/Makefile"
27710 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27711 wldap32"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27714 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717 dlls/wldap32/tests/Makefile"
27718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27719 wldap32/tests"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27722 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 dlls/wmi/Makefile"
27726 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27727 wmi"
27728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27729 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27730 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27732 ALL_MAKEFILES="$ALL_MAKEFILES \\
27733 dlls/wnaspi32/Makefile"
27734 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27735 wnaspi32"
27736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27737 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27738 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27740 ALL_MAKEFILES="$ALL_MAKEFILES \\
27741 dlls/wow32/Makefile"
27742 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27743 wow32"
27744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27745 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27746 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27748 ALL_MAKEFILES="$ALL_MAKEFILES \\
27749 dlls/ws2_32/Makefile"
27750 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27751 ws2_32"
27752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27753 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27754 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27756 ALL_MAKEFILES="$ALL_MAKEFILES \\
27757 dlls/ws2_32/tests/Makefile"
27758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27759 ws2_32/tests"
27760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27761 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27762 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27764 ALL_MAKEFILES="$ALL_MAKEFILES \\
27765 dlls/wsock32/Makefile"
27766 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27767 wsock32"
27768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27769 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27770 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27772 ALL_MAKEFILES="$ALL_MAKEFILES \\
27773 dlls/wtsapi32/Makefile"
27774 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27775 wtsapi32"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27778 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 dlls/wuapi/Makefile"
27782 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27783 wuapi"
27784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27785 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27786 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27788 ALL_MAKEFILES="$ALL_MAKEFILES \\
27789 dlls/xinput1_1/Makefile"
27790 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27791 xinput1_1"
27792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27793 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27794 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27796 ALL_MAKEFILES="$ALL_MAKEFILES \\
27797 dlls/xinput1_2/Makefile"
27798 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27799 xinput1_2"
27800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27801 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27802 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27804 ALL_MAKEFILES="$ALL_MAKEFILES \\
27805 dlls/xinput1_3/Makefile"
27806 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27807 xinput1_3"
27808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27809 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27810 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27812 ALL_MAKEFILES="$ALL_MAKEFILES \\
27813 dlls/xinput1_3/tests/Makefile"
27814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27815 xinput1_3/tests"
27816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27817 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27818 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27820 ALL_MAKEFILES="$ALL_MAKEFILES \\
27821 dlls/xinput9_1_0/Makefile"
27822 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27823 xinput9_1_0"
27824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27825 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27826 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27828 ALL_MAKEFILES="$ALL_MAKEFILES \\
27829 dlls/xmllite/Makefile"
27830 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27831 xmllite"
27832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27833 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27834 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27836 ALL_MAKEFILES="$ALL_MAKEFILES \\
27837 documentation/Makefile"
27838 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27839 documentation"
27840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27841 documentation/Makefile: documentation/Makefile.in Make.rules"
27842 ac_config_files="$ac_config_files documentation/Makefile"
27844 ALL_MAKEFILES="$ALL_MAKEFILES \\
27845 fonts/Makefile"
27846 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27847 fonts"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 fonts/Makefile: fonts/Makefile.in Make.rules"
27850 ac_config_files="$ac_config_files fonts/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 include/Makefile"
27854 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27855 include"
27856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27857 include/Makefile: include/Makefile.in Make.rules"
27858 ac_config_files="$ac_config_files include/Makefile"
27860 ALL_MAKEFILES="$ALL_MAKEFILES \\
27861 libs/Makefile"
27862 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27863 libs"
27864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27865 libs/Makefile: libs/Makefile.in Make.rules"
27866 ac_config_files="$ac_config_files libs/Makefile"
27868 ALL_MAKEFILES="$ALL_MAKEFILES \\
27869 libs/port/Makefile"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27873 ac_config_files="$ac_config_files libs/port/Makefile"
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876 libs/wine/Makefile"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27880 ac_config_files="$ac_config_files libs/wine/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 libs/wpp/Makefile"
27885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27886 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27887 ac_config_files="$ac_config_files libs/wpp/Makefile"
27889 ALL_MAKEFILES="$ALL_MAKEFILES \\
27890 loader/Makefile"
27891 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27892 loader"
27893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27894 loader/Makefile: loader/Makefile.in Make.rules"
27895 ac_config_files="$ac_config_files loader/Makefile"
27897 ALL_MAKEFILES="$ALL_MAKEFILES \\
27898 programs/Makefile"
27899 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27900 programs"
27901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27902 programs/Makefile: programs/Makefile.in Make.rules"
27903 ac_config_files="$ac_config_files programs/Makefile"
27905 ALL_MAKEFILES="$ALL_MAKEFILES \\
27906 programs/cacls/Makefile"
27907 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27908 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27909 cacls"
27910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27911 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27912 ac_config_files="$ac_config_files programs/cacls/Makefile"
27914 ALL_MAKEFILES="$ALL_MAKEFILES \\
27915 programs/clock/Makefile"
27916 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27917 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27918 clock"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/clock/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 programs/cmd/Makefile"
27925 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27926 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27927 cmd"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27930 ac_config_files="$ac_config_files programs/cmd/Makefile"
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933 programs/cmdlgtst/Makefile"
27934 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27935 cmdlgtst"
27936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27937 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27938 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27940 ALL_MAKEFILES="$ALL_MAKEFILES \\
27941 programs/control/Makefile"
27942 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27943 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27944 control"
27945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27946 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27947 ac_config_files="$ac_config_files programs/control/Makefile"
27949 ALL_MAKEFILES="$ALL_MAKEFILES \\
27950 programs/eject/Makefile"
27951 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27952 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27953 eject"
27954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27955 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27956 ac_config_files="$ac_config_files programs/eject/Makefile"
27958 ALL_MAKEFILES="$ALL_MAKEFILES \\
27959 programs/expand/Makefile"
27960 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27961 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27962 expand"
27963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27964 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27965 ac_config_files="$ac_config_files programs/expand/Makefile"
27967 ALL_MAKEFILES="$ALL_MAKEFILES \\
27968 programs/explorer/Makefile"
27969 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27970 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27971 explorer"
27972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27973 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27974 ac_config_files="$ac_config_files programs/explorer/Makefile"
27976 ALL_MAKEFILES="$ALL_MAKEFILES \\
27977 programs/hh/Makefile"
27978 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27979 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27982 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27983 ac_config_files="$ac_config_files programs/hh/Makefile"
27985 ALL_MAKEFILES="$ALL_MAKEFILES \\
27986 programs/icinfo/Makefile"
27987 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27988 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27989 icinfo"
27990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27991 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27992 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27994 ALL_MAKEFILES="$ALL_MAKEFILES \\
27995 programs/iexplore/Makefile"
27996 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27997 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27998 iexplore"
27999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28000 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28001 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28003 ALL_MAKEFILES="$ALL_MAKEFILES \\
28004 programs/lodctr/Makefile"
28005 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28006 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28007 lodctr"
28008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28009 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28010 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28012 ALL_MAKEFILES="$ALL_MAKEFILES \\
28013 programs/msiexec/Makefile"
28014 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28015 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28016 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28017 msiexec"
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28020 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023 programs/net/Makefile"
28024 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28025 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28026 net"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/net/Makefile"
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032 programs/notepad/Makefile"
28033 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28036 notepad"
28037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28038 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28039 ac_config_files="$ac_config_files programs/notepad/Makefile"
28041 ALL_MAKEFILES="$ALL_MAKEFILES \\
28042 programs/oleview/Makefile"
28043 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28044 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28045 oleview"
28046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28047 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28048 ac_config_files="$ac_config_files programs/oleview/Makefile"
28050 ALL_MAKEFILES="$ALL_MAKEFILES \\
28051 programs/progman/Makefile"
28052 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28053 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28054 progman"
28055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28056 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28057 ac_config_files="$ac_config_files programs/progman/Makefile"
28059 ALL_MAKEFILES="$ALL_MAKEFILES \\
28060 programs/reg/Makefile"
28061 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28062 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28063 reg"
28064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28065 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28066 ac_config_files="$ac_config_files programs/reg/Makefile"
28068 ALL_MAKEFILES="$ALL_MAKEFILES \\
28069 programs/regedit/Makefile"
28070 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28071 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28072 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28073 regedit"
28074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28075 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28076 ac_config_files="$ac_config_files programs/regedit/Makefile"
28078 ALL_MAKEFILES="$ALL_MAKEFILES \\
28079 programs/regsvr32/Makefile"
28080 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28081 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28082 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28083 regsvr32"
28084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28085 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28086 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28088 ALL_MAKEFILES="$ALL_MAKEFILES \\
28089 programs/rpcss/Makefile"
28090 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28091 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28092 rpcss"
28093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28094 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28095 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28097 ALL_MAKEFILES="$ALL_MAKEFILES \\
28098 programs/rundll32/Makefile"
28099 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28100 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28101 rundll32"
28102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28103 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28104 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28106 ALL_MAKEFILES="$ALL_MAKEFILES \\
28107 programs/secedit/Makefile"
28108 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28109 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28110 secedit"
28111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28112 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28113 ac_config_files="$ac_config_files programs/secedit/Makefile"
28115 ALL_MAKEFILES="$ALL_MAKEFILES \\
28116 programs/services/Makefile"
28117 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28118 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28119 services"
28120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28121 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28122 ac_config_files="$ac_config_files programs/services/Makefile"
28124 ALL_MAKEFILES="$ALL_MAKEFILES \\
28125 programs/spoolsv/Makefile"
28126 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28127 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28128 spoolsv"
28129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28130 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28131 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28133 ALL_MAKEFILES="$ALL_MAKEFILES \\
28134 programs/start/Makefile"
28135 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28136 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28137 start"
28138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28139 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28140 ac_config_files="$ac_config_files programs/start/Makefile"
28142 ALL_MAKEFILES="$ALL_MAKEFILES \\
28143 programs/svchost/Makefile"
28144 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28145 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28146 svchost"
28147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28148 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28149 ac_config_files="$ac_config_files programs/svchost/Makefile"
28151 ALL_MAKEFILES="$ALL_MAKEFILES \\
28152 programs/taskmgr/Makefile"
28153 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28154 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28155 taskmgr"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28158 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161 programs/termsv/Makefile"
28162 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28163 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28164 termsv"
28165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28166 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28167 ac_config_files="$ac_config_files programs/termsv/Makefile"
28169 ALL_MAKEFILES="$ALL_MAKEFILES \\
28170 programs/uninstaller/Makefile"
28171 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28172 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28173 uninstaller"
28174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28175 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28176 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28178 ALL_MAKEFILES="$ALL_MAKEFILES \\
28179 programs/unlodctr/Makefile"
28180 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28181 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28182 unlodctr"
28183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28184 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28185 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28187 ALL_MAKEFILES="$ALL_MAKEFILES \\
28188 programs/view/Makefile"
28189 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28190 view"
28191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28192 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28193 ac_config_files="$ac_config_files programs/view/Makefile"
28195 ALL_MAKEFILES="$ALL_MAKEFILES \\
28196 programs/wineboot/Makefile"
28197 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28198 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28199 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28200 wineboot"
28201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28202 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28203 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28205 ALL_MAKEFILES="$ALL_MAKEFILES \\
28206 programs/winebrowser/Makefile"
28207 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28208 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28209 winebrowser"
28210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28211 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28212 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28214 ALL_MAKEFILES="$ALL_MAKEFILES \\
28215 programs/winecfg/Makefile"
28216 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28217 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28218 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28219 winecfg"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28222 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225 programs/wineconsole/Makefile"
28226 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28229 wineconsole"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235 programs/winedbg/Makefile"
28236 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28239 winedbg"
28240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28241 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28242 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28244 ALL_MAKEFILES="$ALL_MAKEFILES \\
28245 programs/winedevice/Makefile"
28246 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28247 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28248 winedevice"
28249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28250 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28251 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28253 ALL_MAKEFILES="$ALL_MAKEFILES \\
28254 programs/winefile/Makefile"
28255 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28256 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28257 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28258 winefile"
28259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28260 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28261 ac_config_files="$ac_config_files programs/winefile/Makefile"
28263 ALL_MAKEFILES="$ALL_MAKEFILES \\
28264 programs/winemenubuilder/Makefile"
28265 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28266 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28267 winemenubuilder"
28268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28269 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28270 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28272 ALL_MAKEFILES="$ALL_MAKEFILES \\
28273 programs/winemine/Makefile"
28274 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28275 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28276 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28277 winemine"
28278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28279 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28280 ac_config_files="$ac_config_files programs/winemine/Makefile"
28282 ALL_MAKEFILES="$ALL_MAKEFILES \\
28283 programs/winepath/Makefile"
28284 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28285 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28286 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28287 winepath"
28288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28289 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28290 ac_config_files="$ac_config_files programs/winepath/Makefile"
28292 ALL_MAKEFILES="$ALL_MAKEFILES \\
28293 programs/winetest/Makefile"
28294 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28295 winetest"
28296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28297 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28298 ac_config_files="$ac_config_files programs/winetest/Makefile"
28300 ALL_MAKEFILES="$ALL_MAKEFILES \\
28301 programs/winevdm/Makefile"
28302 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28303 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28304 winevdm"
28305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28306 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28307 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28309 ALL_MAKEFILES="$ALL_MAKEFILES \\
28310 programs/winhelp.exe16/Makefile"
28311 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28312 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28313 winhelp.exe16"
28314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28315 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28316 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28318 ALL_MAKEFILES="$ALL_MAKEFILES \\
28319 programs/winhlp32/Makefile"
28320 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28321 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28322 winhlp32"
28323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28324 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28325 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28327 ALL_MAKEFILES="$ALL_MAKEFILES \\
28328 programs/winoldap.mod16/Makefile"
28329 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28330 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28331 winoldap.mod16"
28332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28333 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28334 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28336 ALL_MAKEFILES="$ALL_MAKEFILES \\
28337 programs/winver/Makefile"
28338 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28339 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28340 winver"
28341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28342 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28343 ac_config_files="$ac_config_files programs/winver/Makefile"
28345 ALL_MAKEFILES="$ALL_MAKEFILES \\
28346 programs/wordpad/Makefile"
28347 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28348 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28349 wordpad"
28350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28351 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28352 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28354 ALL_MAKEFILES="$ALL_MAKEFILES \\
28355 programs/write/Makefile"
28356 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28357 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28358 write"
28359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28360 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28361 ac_config_files="$ac_config_files programs/write/Makefile"
28363 ALL_MAKEFILES="$ALL_MAKEFILES \\
28364 programs/xcopy/Makefile"
28365 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28366 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28367 xcopy"
28368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28369 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28370 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28372 ALL_MAKEFILES="$ALL_MAKEFILES \\
28373 server/Makefile"
28374 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28375 server"
28376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28377 server/Makefile: server/Makefile.in Make.rules"
28378 ac_config_files="$ac_config_files server/Makefile"
28380 ALL_MAKEFILES="$ALL_MAKEFILES \\
28381 tools/Makefile"
28382 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28383 tools"
28384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28385 tools/Makefile: tools/Makefile.in Make.rules"
28386 ac_config_files="$ac_config_files tools/Makefile"
28388 ALL_MAKEFILES="$ALL_MAKEFILES \\
28389 tools/widl/Makefile"
28391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28392 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28393 ac_config_files="$ac_config_files tools/widl/Makefile"
28395 ALL_MAKEFILES="$ALL_MAKEFILES \\
28396 tools/winebuild/Makefile"
28398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28399 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28400 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28402 ALL_MAKEFILES="$ALL_MAKEFILES \\
28403 tools/winedump/Makefile"
28405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28406 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28407 ac_config_files="$ac_config_files tools/winedump/Makefile"
28409 ALL_MAKEFILES="$ALL_MAKEFILES \\
28410 tools/winegcc/Makefile"
28412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28413 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28414 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28416 ALL_MAKEFILES="$ALL_MAKEFILES \\
28417 tools/wmc/Makefile"
28419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28420 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28421 ac_config_files="$ac_config_files tools/wmc/Makefile"
28423 ALL_MAKEFILES="$ALL_MAKEFILES \\
28424 tools/wrc/Makefile"
28426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28427 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28428 ac_config_files="$ac_config_files tools/wrc/Makefile"
28432 ALL_WINETEST_DEPENDS="# Test binaries"
28434 for dir in $ALL_TEST_DIRS
28436 if test "$dir" != "\\"
28437 then
28438 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28439 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28440 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28441 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28443 done
28445 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28447 cat >confcache <<\_ACEOF
28448 # This file is a shell script that caches the results of configure
28449 # tests run on this system so they can be shared between configure
28450 # scripts and configure runs, see configure's option --config-cache.
28451 # It is not useful on other systems. If it contains results you don't
28452 # want to keep, you may remove or edit it.
28454 # config.status only pays attention to the cache file if you give it
28455 # the --recheck option to rerun configure.
28457 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28458 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28459 # following values.
28461 _ACEOF
28463 # The following way of writing the cache mishandles newlines in values,
28464 # but we know of no workaround that is simple, portable, and efficient.
28465 # So, we kill variables containing newlines.
28466 # Ultrix sh set writes to stderr and can't be redirected directly,
28467 # and sets the high bit in the cache file unless we assign to the vars.
28469 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28470 eval ac_val=\$$ac_var
28471 case $ac_val in #(
28472 *${as_nl}*)
28473 case $ac_var in #(
28474 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28475 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28476 esac
28477 case $ac_var in #(
28478 _ | IFS | as_nl) ;; #(
28479 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28480 *) $as_unset $ac_var ;;
28481 esac ;;
28482 esac
28483 done
28485 (set) 2>&1 |
28486 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28487 *${as_nl}ac_space=\ *)
28488 # `set' does not quote correctly, so add quotes (double-quote
28489 # substitution turns \\\\ into \\, and sed turns \\ into \).
28490 sed -n \
28491 "s/'/'\\\\''/g;
28492 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28493 ;; #(
28495 # `set' quotes correctly as required by POSIX, so do not add quotes.
28496 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28498 esac |
28499 sort
28501 sed '
28502 /^ac_cv_env_/b end
28503 t clear
28504 :clear
28505 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28506 t end
28507 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28508 :end' >>confcache
28509 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28510 if test -w "$cache_file"; then
28511 test "x$cache_file" != "x/dev/null" &&
28512 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28513 $as_echo "$as_me: updating cache $cache_file" >&6;}
28514 cat confcache >$cache_file
28515 else
28516 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28517 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28520 rm -f confcache
28522 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28523 # Let make expand exec_prefix.
28524 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28526 DEFS=-DHAVE_CONFIG_H
28528 ac_libobjs=
28529 ac_ltlibobjs=
28530 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28531 # 1. Remove the extension, and $U if already installed.
28532 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28533 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28534 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28535 # will be set to the directory where LIBOBJS objects are built.
28536 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28537 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28538 done
28539 LIBOBJS=$ac_libobjs
28541 LTLIBOBJS=$ac_ltlibobjs
28545 : ${CONFIG_STATUS=./config.status}
28546 ac_write_fail=0
28547 ac_clean_files_save=$ac_clean_files
28548 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28549 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28550 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28551 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28552 #! $SHELL
28553 # Generated by $as_me.
28554 # Run this file to recreate the current configuration.
28555 # Compiler output produced by configure, useful for debugging
28556 # configure, is in config.log if it exists.
28558 debug=false
28559 ac_cs_recheck=false
28560 ac_cs_silent=false
28561 SHELL=\${CONFIG_SHELL-$SHELL}
28562 _ACEOF
28564 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28565 ## --------------------- ##
28566 ## M4sh Initialization. ##
28567 ## --------------------- ##
28569 # Be more Bourne compatible
28570 DUALCASE=1; export DUALCASE # for MKS sh
28571 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28572 emulate sh
28573 NULLCMD=:
28574 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28575 # is contrary to our usage. Disable this feature.
28576 alias -g '${1+"$@"}'='"$@"'
28577 setopt NO_GLOB_SUBST
28578 else
28579 case `(set -o) 2>/dev/null` in
28580 *posix*) set -o posix ;;
28581 esac
28588 # PATH needs CR
28589 # Avoid depending upon Character Ranges.
28590 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28591 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28592 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28593 as_cr_digits='0123456789'
28594 as_cr_alnum=$as_cr_Letters$as_cr_digits
28596 as_nl='
28598 export as_nl
28599 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28600 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28601 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28602 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28603 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28604 as_echo='printf %s\n'
28605 as_echo_n='printf %s'
28606 else
28607 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28608 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28609 as_echo_n='/usr/ucb/echo -n'
28610 else
28611 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28612 as_echo_n_body='eval
28613 arg=$1;
28614 case $arg in
28615 *"$as_nl"*)
28616 expr "X$arg" : "X\\(.*\\)$as_nl";
28617 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28618 esac;
28619 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28621 export as_echo_n_body
28622 as_echo_n='sh -c $as_echo_n_body as_echo'
28624 export as_echo_body
28625 as_echo='sh -c $as_echo_body as_echo'
28628 # The user is always right.
28629 if test "${PATH_SEPARATOR+set}" != set; then
28630 PATH_SEPARATOR=:
28631 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28632 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28633 PATH_SEPARATOR=';'
28637 # Support unset when possible.
28638 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28639 as_unset=unset
28640 else
28641 as_unset=false
28645 # IFS
28646 # We need space, tab and new line, in precisely that order. Quoting is
28647 # there to prevent editors from complaining about space-tab.
28648 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28649 # splitting by setting IFS to empty value.)
28650 IFS=" "" $as_nl"
28652 # Find who we are. Look in the path if we contain no directory separator.
28653 case $0 in
28654 *[\\/]* ) as_myself=$0 ;;
28655 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28656 for as_dir in $PATH
28658 IFS=$as_save_IFS
28659 test -z "$as_dir" && as_dir=.
28660 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28661 done
28662 IFS=$as_save_IFS
28665 esac
28666 # We did not find ourselves, most probably we were run as `sh COMMAND'
28667 # in which case we are not to be found in the path.
28668 if test "x$as_myself" = x; then
28669 as_myself=$0
28671 if test ! -f "$as_myself"; then
28672 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28673 { (exit 1); exit 1; }
28676 # Work around bugs in pre-3.0 UWIN ksh.
28677 for as_var in ENV MAIL MAILPATH
28678 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28679 done
28680 PS1='$ '
28681 PS2='> '
28682 PS4='+ '
28684 # NLS nuisances.
28685 LC_ALL=C
28686 export LC_ALL
28687 LANGUAGE=C
28688 export LANGUAGE
28690 # Required to use basename.
28691 if expr a : '\(a\)' >/dev/null 2>&1 &&
28692 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28693 as_expr=expr
28694 else
28695 as_expr=false
28698 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28699 as_basename=basename
28700 else
28701 as_basename=false
28705 # Name of the executable.
28706 as_me=`$as_basename -- "$0" ||
28707 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28708 X"$0" : 'X\(//\)$' \| \
28709 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28710 $as_echo X/"$0" |
28711 sed '/^.*\/\([^/][^/]*\)\/*$/{
28712 s//\1/
28715 /^X\/\(\/\/\)$/{
28716 s//\1/
28719 /^X\/\(\/\).*/{
28720 s//\1/
28723 s/.*/./; q'`
28725 # CDPATH.
28726 $as_unset CDPATH
28730 as_lineno_1=$LINENO
28731 as_lineno_2=$LINENO
28732 test "x$as_lineno_1" != "x$as_lineno_2" &&
28733 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28735 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28736 # uniformly replaced by the line number. The first 'sed' inserts a
28737 # line-number line after each line using $LINENO; the second 'sed'
28738 # does the real work. The second script uses 'N' to pair each
28739 # line-number line with the line containing $LINENO, and appends
28740 # trailing '-' during substitution so that $LINENO is not a special
28741 # case at line end.
28742 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28743 # scripts with optimization help from Paolo Bonzini. Blame Lee
28744 # E. McMahon (1931-1989) for sed's syntax. :-)
28745 sed -n '
28747 /[$]LINENO/=
28748 ' <$as_myself |
28749 sed '
28750 s/[$]LINENO.*/&-/
28751 t lineno
28753 :lineno
28755 :loop
28756 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28757 t loop
28758 s/-\n.*//
28759 ' >$as_me.lineno &&
28760 chmod +x "$as_me.lineno" ||
28761 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28762 { (exit 1); exit 1; }; }
28764 # Don't try to exec as it changes $[0], causing all sort of problems
28765 # (the dirname of $[0] is not the place where we might find the
28766 # original and so on. Autoconf is especially sensitive to this).
28767 . "./$as_me.lineno"
28768 # Exit status is that of the last command.
28769 exit
28773 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28774 as_dirname=dirname
28775 else
28776 as_dirname=false
28779 ECHO_C= ECHO_N= ECHO_T=
28780 case `echo -n x` in
28781 -n*)
28782 case `echo 'x\c'` in
28783 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28784 *) ECHO_C='\c';;
28785 esac;;
28787 ECHO_N='-n';;
28788 esac
28789 if expr a : '\(a\)' >/dev/null 2>&1 &&
28790 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28791 as_expr=expr
28792 else
28793 as_expr=false
28796 rm -f conf$$ conf$$.exe conf$$.file
28797 if test -d conf$$.dir; then
28798 rm -f conf$$.dir/conf$$.file
28799 else
28800 rm -f conf$$.dir
28801 mkdir conf$$.dir 2>/dev/null
28803 if (echo >conf$$.file) 2>/dev/null; then
28804 if ln -s conf$$.file conf$$ 2>/dev/null; then
28805 as_ln_s='ln -s'
28806 # ... but there are two gotchas:
28807 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28808 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28809 # In both cases, we have to default to `cp -p'.
28810 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28811 as_ln_s='cp -p'
28812 elif ln conf$$.file conf$$ 2>/dev/null; then
28813 as_ln_s=ln
28814 else
28815 as_ln_s='cp -p'
28817 else
28818 as_ln_s='cp -p'
28820 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28821 rmdir conf$$.dir 2>/dev/null
28823 if mkdir -p . 2>/dev/null; then
28824 as_mkdir_p=:
28825 else
28826 test -d ./-p && rmdir ./-p
28827 as_mkdir_p=false
28830 if test -x / >/dev/null 2>&1; then
28831 as_test_x='test -x'
28832 else
28833 if ls -dL / >/dev/null 2>&1; then
28834 as_ls_L_option=L
28835 else
28836 as_ls_L_option=
28838 as_test_x='
28839 eval sh -c '\''
28840 if test -d "$1"; then
28841 test -d "$1/.";
28842 else
28843 case $1 in
28844 -*)set "./$1";;
28845 esac;
28846 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28847 ???[sx]*):;;*)false;;esac;fi
28848 '\'' sh
28851 as_executable_p=$as_test_x
28853 # Sed expression to map a string onto a valid CPP name.
28854 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28856 # Sed expression to map a string onto a valid variable name.
28857 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28860 exec 6>&1
28862 # Save the log message, to keep $[0] and so on meaningful, and to
28863 # report actual input values of CONFIG_FILES etc. instead of their
28864 # values after options handling.
28865 ac_log="
28866 This file was extended by Wine $as_me 1.1.23, which was
28867 generated by GNU Autoconf 2.63. Invocation command line was
28869 CONFIG_FILES = $CONFIG_FILES
28870 CONFIG_HEADERS = $CONFIG_HEADERS
28871 CONFIG_LINKS = $CONFIG_LINKS
28872 CONFIG_COMMANDS = $CONFIG_COMMANDS
28873 $ $0 $@
28875 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28878 _ACEOF
28880 case $ac_config_files in *"
28881 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28882 esac
28884 case $ac_config_headers in *"
28885 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28886 esac
28889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28890 # Files that config.status was made for.
28891 config_files="$ac_config_files"
28892 config_headers="$ac_config_headers"
28893 config_commands="$ac_config_commands"
28895 _ACEOF
28897 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28898 ac_cs_usage="\
28899 \`$as_me' instantiates files from templates according to the
28900 current configuration.
28902 Usage: $0 [OPTION]... [FILE]...
28904 -h, --help print this help, then exit
28905 -V, --version print version number and configuration settings, then exit
28906 -q, --quiet, --silent
28907 do not print progress messages
28908 -d, --debug don't remove temporary files
28909 --recheck update $as_me by reconfiguring in the same conditions
28910 --file=FILE[:TEMPLATE]
28911 instantiate the configuration file FILE
28912 --header=FILE[:TEMPLATE]
28913 instantiate the configuration header FILE
28915 Configuration files:
28916 $config_files
28918 Configuration headers:
28919 $config_headers
28921 Configuration commands:
28922 $config_commands
28924 Report bugs to <bug-autoconf@gnu.org>."
28926 _ACEOF
28927 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28928 ac_cs_version="\\
28929 Wine config.status 1.1.23
28930 configured by $0, generated by GNU Autoconf 2.63,
28931 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28933 Copyright (C) 2008 Free Software Foundation, Inc.
28934 This config.status script is free software; the Free Software Foundation
28935 gives unlimited permission to copy, distribute and modify it."
28937 ac_pwd='$ac_pwd'
28938 srcdir='$srcdir'
28939 INSTALL='$INSTALL'
28940 test -n "\$AWK" || AWK=awk
28941 _ACEOF
28943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28944 # The default lists apply if the user does not specify any file.
28945 ac_need_defaults=:
28946 while test $# != 0
28948 case $1 in
28949 --*=*)
28950 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28951 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28952 ac_shift=:
28955 ac_option=$1
28956 ac_optarg=$2
28957 ac_shift=shift
28959 esac
28961 case $ac_option in
28962 # Handling of the options.
28963 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28964 ac_cs_recheck=: ;;
28965 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28966 $as_echo "$ac_cs_version"; exit ;;
28967 --debug | --debu | --deb | --de | --d | -d )
28968 debug=: ;;
28969 --file | --fil | --fi | --f )
28970 $ac_shift
28971 case $ac_optarg in
28972 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28973 esac
28974 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28975 ac_need_defaults=false;;
28976 --header | --heade | --head | --hea )
28977 $ac_shift
28978 case $ac_optarg in
28979 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28980 esac
28981 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28982 ac_need_defaults=false;;
28983 --he | --h)
28984 # Conflict between --help and --header
28985 { $as_echo "$as_me: error: ambiguous option: $1
28986 Try \`$0 --help' for more information." >&2
28987 { (exit 1); exit 1; }; };;
28988 --help | --hel | -h )
28989 $as_echo "$ac_cs_usage"; exit ;;
28990 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28991 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28992 ac_cs_silent=: ;;
28994 # This is an error.
28995 -*) { $as_echo "$as_me: error: unrecognized option: $1
28996 Try \`$0 --help' for more information." >&2
28997 { (exit 1); exit 1; }; } ;;
28999 *) ac_config_targets="$ac_config_targets $1"
29000 ac_need_defaults=false ;;
29002 esac
29003 shift
29004 done
29006 ac_configure_extra_args=
29008 if $ac_cs_silent; then
29009 exec 6>/dev/null
29010 ac_configure_extra_args="$ac_configure_extra_args --silent"
29013 _ACEOF
29014 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29015 if \$ac_cs_recheck; then
29016 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29017 shift
29018 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29019 CONFIG_SHELL='$SHELL'
29020 export CONFIG_SHELL
29021 exec "\$@"
29024 _ACEOF
29025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29026 exec 5>>config.log
29028 echo
29029 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29030 ## Running $as_me. ##
29031 _ASBOX
29032 $as_echo "$ac_log"
29033 } >&5
29035 _ACEOF
29036 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29037 _ACEOF
29039 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29041 # Handling of arguments.
29042 for ac_config_target in $ac_config_targets
29044 case $ac_config_target in
29045 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29046 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29047 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29048 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29049 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29050 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29051 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29052 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29053 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29054 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29055 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29056 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29057 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29058 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29059 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29060 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29061 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29062 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29063 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29064 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29065 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29066 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29067 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29068 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29069 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29070 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29071 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29072 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29073 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29074 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29075 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29076 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29077 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29078 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29079 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29080 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29081 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29082 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29083 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29084 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29085 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29086 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29087 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29088 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29089 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29090 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29091 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29092 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29093 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29094 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29095 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29096 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29097 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29098 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29099 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29100 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29101 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29102 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29103 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29104 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29105 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29106 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29107 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29108 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29109 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29110 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29111 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29112 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29113 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29114 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29115 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29116 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29117 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29118 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29119 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29120 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29121 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29122 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29123 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29124 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29125 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29126 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29127 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29128 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29129 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29130 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29131 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29132 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29133 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29134 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29135 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29136 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29137 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29138 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29139 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29140 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29141 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29142 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29143 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29144 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29145 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29146 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29147 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29148 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29149 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29150 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29151 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29152 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29153 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29154 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29155 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29156 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29157 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29158 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29159 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29160 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29161 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29162 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29163 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29164 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29165 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29166 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29167 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29168 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29169 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29170 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29171 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29172 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29173 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29174 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29175 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29176 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29177 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29178 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29179 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29180 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29181 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29182 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29183 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29184 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29185 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29186 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29187 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29188 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29189 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29190 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29191 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29192 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29193 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29194 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29195 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29196 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29197 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29198 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29199 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29200 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29201 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29202 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29203 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29204 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29205 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29206 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29207 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29208 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29209 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29210 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29211 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29212 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29213 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29214 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29215 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29216 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29217 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29218 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29219 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29220 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29221 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29222 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29223 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29224 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29225 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29226 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29227 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29228 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29229 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29230 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29231 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29232 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29233 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29234 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29235 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29236 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29237 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29238 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29239 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29240 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29241 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29242 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29243 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29244 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29245 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29246 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29247 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29248 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29249 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29250 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29251 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29252 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29253 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29254 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29255 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29256 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29257 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29258 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29259 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29260 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29261 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29262 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29263 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29264 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29265 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29266 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29267 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29268 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29269 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29270 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29271 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29272 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29273 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29274 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29275 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29276 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29277 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29278 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29279 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29280 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29281 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29282 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29283 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29284 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29285 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29286 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29287 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29288 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29289 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29290 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29291 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29292 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29293 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29294 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29295 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29296 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29297 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29298 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29299 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29300 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29301 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29302 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29303 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29304 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29305 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29306 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29307 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29308 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29309 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29310 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29311 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29312 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29313 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29314 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29315 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29316 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29317 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29318 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29319 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29320 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29321 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29322 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29323 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29324 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29325 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29326 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29327 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29328 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29329 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29330 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29331 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29332 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29333 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29334 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29335 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29336 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29337 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29338 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29339 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29340 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29341 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29342 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29343 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29344 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29345 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29346 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29347 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29348 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29349 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29350 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29351 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29352 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29353 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29354 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29355 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29356 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29357 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29358 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29359 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29360 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29361 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29362 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29363 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29364 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29365 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29366 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29367 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29368 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29369 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29370 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29371 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29372 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29373 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29374 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29375 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29376 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29377 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29378 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29379 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29380 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29381 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29382 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29383 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29384 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29385 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29386 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29387 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29388 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29389 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29390 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29391 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29392 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29393 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29394 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29395 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29396 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29397 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29398 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29399 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29400 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29401 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29402 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29403 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29404 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29405 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29406 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29407 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29408 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29409 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29410 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29411 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29412 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29413 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29414 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29415 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29416 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29417 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29418 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29419 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29420 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29421 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29422 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29423 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29424 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29425 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29426 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29427 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29428 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29429 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29430 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29431 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29432 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29433 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29434 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29435 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29436 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29437 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29438 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29439 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29440 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29441 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29442 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29443 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29444 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29445 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29446 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29447 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29448 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29449 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29450 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29451 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29452 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29453 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29454 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29455 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29456 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29457 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29458 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29459 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29460 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29461 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29462 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29463 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29464 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29465 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29466 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29467 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29468 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29469 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29470 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29471 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29472 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29473 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29474 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29475 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29476 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29477 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29478 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29479 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29480 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29481 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29482 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29483 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29484 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29485 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29486 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29487 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29488 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29489 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29490 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29491 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29492 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29493 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29494 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29495 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29496 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29497 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29498 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29499 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29500 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29501 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29502 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29503 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29504 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29505 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29506 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29507 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29508 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29509 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29510 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29511 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29512 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29513 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29514 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29515 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29516 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29517 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29518 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29519 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29520 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29521 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29522 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29523 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29524 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29525 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29526 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29527 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29528 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29529 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29530 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29531 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29532 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29533 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29534 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29535 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29536 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29537 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29538 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29539 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29540 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29541 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29542 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29543 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29544 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29545 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29546 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29547 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29548 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29549 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29550 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29551 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29552 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29553 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29554 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29555 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29556 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29557 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29558 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29560 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29561 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29562 { (exit 1); exit 1; }; };;
29563 esac
29564 done
29567 # If the user did not use the arguments to specify the items to instantiate,
29568 # then the envvar interface is used. Set only those that are not.
29569 # We use the long form for the default assignment because of an extremely
29570 # bizarre bug on SunOS 4.1.3.
29571 if $ac_need_defaults; then
29572 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29573 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29574 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29577 # Have a temporary directory for convenience. Make it in the build tree
29578 # simply because there is no reason against having it here, and in addition,
29579 # creating and moving files from /tmp can sometimes cause problems.
29580 # Hook for its removal unless debugging.
29581 # Note that there is a small window in which the directory will not be cleaned:
29582 # after its creation but before its name has been assigned to `$tmp'.
29583 $debug ||
29585 tmp=
29586 trap 'exit_status=$?
29587 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29589 trap '{ (exit 1); exit 1; }' 1 2 13 15
29591 # Create a (secure) tmp directory for tmp files.
29594 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29595 test -n "$tmp" && test -d "$tmp"
29596 } ||
29598 tmp=./conf$$-$RANDOM
29599 (umask 077 && mkdir "$tmp")
29600 } ||
29602 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29603 { (exit 1); exit 1; }
29606 # Set up the scripts for CONFIG_FILES section.
29607 # No need to generate them if there are no CONFIG_FILES.
29608 # This happens for instance with `./config.status config.h'.
29609 if test -n "$CONFIG_FILES"; then
29611 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29612 ac_cs_awk_getline=:
29613 ac_cs_awk_pipe_init=
29614 ac_cs_awk_read_file='
29615 while ((getline aline < (F[key])) > 0)
29616 print(aline)
29617 close(F[key])'
29618 ac_cs_awk_pipe_fini=
29619 else
29620 ac_cs_awk_getline=false
29621 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29622 ac_cs_awk_read_file='
29623 print "|#_!!_#|"
29624 print "cat " F[key] " &&"
29625 '$ac_cs_awk_pipe_init
29626 # The final `:' finishes the AND list.
29627 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29629 ac_cr=' '
29630 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29631 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29632 ac_cs_awk_cr='\\r'
29633 else
29634 ac_cs_awk_cr=$ac_cr
29637 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29638 _ACEOF
29640 # Create commands to substitute file output variables.
29642 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29643 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29644 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29645 echo "_ACAWK" &&
29646 echo "_ACEOF"
29647 } >conf$$files.sh &&
29648 . ./conf$$files.sh ||
29649 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29650 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29651 { (exit 1); exit 1; }; }
29652 rm -f conf$$files.sh
29655 echo "cat >conf$$subs.awk <<_ACEOF" &&
29656 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29657 echo "_ACEOF"
29658 } >conf$$subs.sh ||
29659 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29660 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29661 { (exit 1); exit 1; }; }
29662 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29663 ac_delim='%!_!# '
29664 for ac_last_try in false false false false false :; do
29665 . ./conf$$subs.sh ||
29666 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29667 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29668 { (exit 1); exit 1; }; }
29670 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29671 if test $ac_delim_n = $ac_delim_num; then
29672 break
29673 elif $ac_last_try; then
29674 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29675 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29676 { (exit 1); exit 1; }; }
29677 else
29678 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29680 done
29681 rm -f conf$$subs.sh
29683 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29684 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29685 _ACEOF
29686 sed -n '
29688 s/^/S["/; s/!.*/"]=/
29691 s/^[^!]*!//
29692 :repl
29693 t repl
29694 s/'"$ac_delim"'$//
29695 t delim
29698 s/\(.\{148\}\).*/\1/
29699 t more1
29700 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29703 b repl
29704 :more1
29705 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29708 s/.\{148\}//
29709 t nl
29710 :delim
29712 s/\(.\{148\}\).*/\1/
29713 t more2
29714 s/["\\]/\\&/g; s/^/"/; s/$/"/
29717 :more2
29718 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29721 s/.\{148\}//
29722 t delim
29723 ' <conf$$subs.awk | sed '
29724 /^[^""]/{
29726 s/\n//
29728 ' >>$CONFIG_STATUS || ac_write_fail=1
29729 rm -f conf$$subs.awk
29730 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29731 _ACAWK
29732 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29733 for (key in S) S_is_set[key] = 1
29734 FS = "\a"
29735 \$ac_cs_awk_pipe_init
29738 line = $ 0
29739 nfields = split(line, field, "@")
29740 substed = 0
29741 len = length(field[1])
29742 for (i = 2; i < nfields; i++) {
29743 key = field[i]
29744 keylen = length(key)
29745 if (S_is_set[key]) {
29746 value = S[key]
29747 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29748 len += length(value) + length(field[++i])
29749 substed = 1
29750 } else
29751 len += 1 + keylen
29753 if (nfields == 3 && !substed) {
29754 key = field[2]
29755 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29756 \$ac_cs_awk_read_file
29757 next
29760 print line
29762 \$ac_cs_awk_pipe_fini
29763 _ACAWK
29764 _ACEOF
29765 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29766 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29767 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29768 else
29770 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29771 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29772 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29773 { (exit 1); exit 1; }; }
29774 _ACEOF
29776 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29777 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29778 # trailing colons and then remove the whole line if VPATH becomes empty
29779 # (actually we leave an empty line to preserve line numbers).
29780 if test "x$srcdir" = x.; then
29781 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29782 s/:*\$(srcdir):*/:/
29783 s/:*\${srcdir}:*/:/
29784 s/:*@srcdir@:*/:/
29785 s/^\([^=]*=[ ]*\):*/\1/
29786 s/:*$//
29787 s/^[^=]*=[ ]*$//
29791 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29792 fi # test -n "$CONFIG_FILES"
29794 # Set up the scripts for CONFIG_HEADERS section.
29795 # No need to generate them if there are no CONFIG_HEADERS.
29796 # This happens for instance with `./config.status Makefile'.
29797 if test -n "$CONFIG_HEADERS"; then
29798 cat >"$tmp/defines.awk" <<\_ACAWK ||
29799 BEGIN {
29800 _ACEOF
29802 # Transform confdefs.h into an awk script `defines.awk', embedded as
29803 # here-document in config.status, that substitutes the proper values into
29804 # config.h.in to produce config.h.
29806 # Create a delimiter string that does not exist in confdefs.h, to ease
29807 # handling of long lines.
29808 ac_delim='%!_!# '
29809 for ac_last_try in false false :; do
29810 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29811 if test -z "$ac_t"; then
29812 break
29813 elif $ac_last_try; then
29814 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29815 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29816 { (exit 1); exit 1; }; }
29817 else
29818 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29820 done
29822 # For the awk script, D is an array of macro values keyed by name,
29823 # likewise P contains macro parameters if any. Preserve backslash
29824 # newline sequences.
29826 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29827 sed -n '
29828 s/.\{148\}/&'"$ac_delim"'/g
29829 t rset
29830 :rset
29831 s/^[ ]*#[ ]*define[ ][ ]*/ /
29832 t def
29834 :def
29835 s/\\$//
29836 t bsnl
29837 s/["\\]/\\&/g
29838 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29839 D["\1"]=" \3"/p
29840 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29842 :bsnl
29843 s/["\\]/\\&/g
29844 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29845 D["\1"]=" \3\\\\\\n"\\/p
29846 t cont
29847 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29848 t cont
29850 :cont
29852 s/.\{148\}/&'"$ac_delim"'/g
29853 t clear
29854 :clear
29855 s/\\$//
29856 t bsnlc
29857 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29859 :bsnlc
29860 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29861 b cont
29862 ' <confdefs.h | sed '
29863 s/'"$ac_delim"'/"\\\
29864 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29866 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29867 for (key in D) D_is_set[key] = 1
29868 FS = "\a"
29870 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29871 line = \$ 0
29872 split(line, arg, " ")
29873 if (arg[1] == "#") {
29874 defundef = arg[2]
29875 mac1 = arg[3]
29876 } else {
29877 defundef = substr(arg[1], 2)
29878 mac1 = arg[2]
29880 split(mac1, mac2, "(") #)
29881 macro = mac2[1]
29882 prefix = substr(line, 1, index(line, defundef) - 1)
29883 if (D_is_set[macro]) {
29884 # Preserve the white space surrounding the "#".
29885 print prefix "define", macro P[macro] D[macro]
29886 next
29887 } else {
29888 # Replace #undef with comments. This is necessary, for example,
29889 # in the case of _POSIX_SOURCE, which is predefined and required
29890 # on some systems where configure will not decide to define it.
29891 if (defundef == "undef") {
29892 print "/*", prefix defundef, macro, "*/"
29893 next
29897 { print }
29898 _ACAWK
29899 _ACEOF
29900 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29901 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29902 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29903 { (exit 1); exit 1; }; }
29904 fi # test -n "$CONFIG_HEADERS"
29907 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29908 shift
29909 for ac_tag
29911 case $ac_tag in
29912 :[FHLC]) ac_mode=$ac_tag; continue;;
29913 esac
29914 case $ac_mode$ac_tag in
29915 :[FHL]*:*);;
29916 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29917 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29918 { (exit 1); exit 1; }; };;
29919 :[FH]-) ac_tag=-:-;;
29920 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29921 esac
29922 ac_save_IFS=$IFS
29923 IFS=:
29924 set x $ac_tag
29925 IFS=$ac_save_IFS
29926 shift
29927 ac_file=$1
29928 shift
29930 case $ac_mode in
29931 :L) ac_source=$1;;
29932 :[FH])
29933 ac_file_inputs=
29934 for ac_f
29936 case $ac_f in
29937 -) ac_f="$tmp/stdin";;
29938 *) # Look for the file first in the build tree, then in the source tree
29939 # (if the path is not absolute). The absolute path cannot be DOS-style,
29940 # because $ac_f cannot contain `:'.
29941 test -f "$ac_f" ||
29942 case $ac_f in
29943 [\\/$]*) false;;
29944 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29945 esac ||
29946 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29947 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29948 { (exit 1); exit 1; }; };;
29949 esac
29950 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29951 ac_file_inputs="$ac_file_inputs '$ac_f'"
29952 done
29954 # Let's still pretend it is `configure' which instantiates (i.e., don't
29955 # use $as_me), people would be surprised to read:
29956 # /* config.h. Generated by config.status. */
29957 configure_input='Generated from '`
29958 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29959 `' by configure.'
29960 if test x"$ac_file" != x-; then
29961 configure_input="$ac_file. $configure_input"
29962 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29963 $as_echo "$as_me: creating $ac_file" >&6;}
29965 # Neutralize special characters interpreted by sed in replacement strings.
29966 case $configure_input in #(
29967 *\&* | *\|* | *\\* )
29968 ac_sed_conf_input=`$as_echo "$configure_input" |
29969 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29970 *) ac_sed_conf_input=$configure_input;;
29971 esac
29973 case $ac_tag in
29974 *:-:* | *:-) cat >"$tmp/stdin" \
29975 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29976 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29977 { (exit 1); exit 1; }; } ;;
29978 esac
29980 esac
29982 ac_dir=`$as_dirname -- "$ac_file" ||
29983 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29984 X"$ac_file" : 'X\(//\)[^/]' \| \
29985 X"$ac_file" : 'X\(//\)$' \| \
29986 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29987 $as_echo X"$ac_file" |
29988 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29989 s//\1/
29992 /^X\(\/\/\)[^/].*/{
29993 s//\1/
29996 /^X\(\/\/\)$/{
29997 s//\1/
30000 /^X\(\/\).*/{
30001 s//\1/
30004 s/.*/./; q'`
30005 { as_dir="$ac_dir"
30006 case $as_dir in #(
30007 -*) as_dir=./$as_dir;;
30008 esac
30009 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30010 as_dirs=
30011 while :; do
30012 case $as_dir in #(
30013 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30014 *) as_qdir=$as_dir;;
30015 esac
30016 as_dirs="'$as_qdir' $as_dirs"
30017 as_dir=`$as_dirname -- "$as_dir" ||
30018 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30019 X"$as_dir" : 'X\(//\)[^/]' \| \
30020 X"$as_dir" : 'X\(//\)$' \| \
30021 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30022 $as_echo X"$as_dir" |
30023 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30024 s//\1/
30027 /^X\(\/\/\)[^/].*/{
30028 s//\1/
30031 /^X\(\/\/\)$/{
30032 s//\1/
30035 /^X\(\/\).*/{
30036 s//\1/
30039 s/.*/./; q'`
30040 test -d "$as_dir" && break
30041 done
30042 test -z "$as_dirs" || eval "mkdir $as_dirs"
30043 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30044 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30045 { (exit 1); exit 1; }; }; }
30046 ac_builddir=.
30048 case "$ac_dir" in
30049 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30051 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30052 # A ".." for each directory in $ac_dir_suffix.
30053 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30054 case $ac_top_builddir_sub in
30055 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30056 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30057 esac ;;
30058 esac
30059 ac_abs_top_builddir=$ac_pwd
30060 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30061 # for backward compatibility:
30062 ac_top_builddir=$ac_top_build_prefix
30064 case $srcdir in
30065 .) # We are building in place.
30066 ac_srcdir=.
30067 ac_top_srcdir=$ac_top_builddir_sub
30068 ac_abs_top_srcdir=$ac_pwd ;;
30069 [\\/]* | ?:[\\/]* ) # Absolute name.
30070 ac_srcdir=$srcdir$ac_dir_suffix;
30071 ac_top_srcdir=$srcdir
30072 ac_abs_top_srcdir=$srcdir ;;
30073 *) # Relative name.
30074 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30075 ac_top_srcdir=$ac_top_build_prefix$srcdir
30076 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30077 esac
30078 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30081 case $ac_mode in
30084 # CONFIG_FILE
30087 case $INSTALL in
30088 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30089 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30090 esac
30091 _ACEOF
30093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30094 # If the template does not know about datarootdir, expand it.
30095 # FIXME: This hack should be removed a few years after 2.60.
30096 ac_datarootdir_hack=; ac_datarootdir_seen=
30098 ac_sed_dataroot='
30099 /datarootdir/ {
30103 /@datadir@/p
30104 /@docdir@/p
30105 /@infodir@/p
30106 /@localedir@/p
30107 /@mandir@/p
30109 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30110 *datarootdir*) ac_datarootdir_seen=yes;;
30111 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30112 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30113 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30114 _ACEOF
30115 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30116 ac_datarootdir_hack='
30117 s&@datadir@&$datadir&g
30118 s&@docdir@&$docdir&g
30119 s&@infodir@&$infodir&g
30120 s&@localedir@&$localedir&g
30121 s&@mandir@&$mandir&g
30122 s&\\\${datarootdir}&$datarootdir&g' ;;
30123 esac
30124 _ACEOF
30126 # Neutralize VPATH when `$srcdir' = `.'.
30127 # Shell code in configure.ac might set extrasub.
30128 # FIXME: do we really want to maintain this feature?
30129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30130 ac_sed_extra="$ac_vpsub
30131 $extrasub
30132 _ACEOF
30133 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30135 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30136 s|@configure_input@|$ac_sed_conf_input|;t t
30137 s&@top_builddir@&$ac_top_builddir_sub&;t t
30138 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30139 s&@srcdir@&$ac_srcdir&;t t
30140 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30141 s&@top_srcdir@&$ac_top_srcdir&;t t
30142 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30143 s&@builddir@&$ac_builddir&;t t
30144 s&@abs_builddir@&$ac_abs_builddir&;t t
30145 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30146 s&@INSTALL@&$ac_INSTALL&;t t
30147 $ac_datarootdir_hack
30149 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30150 if $ac_cs_awk_getline; then
30151 $AWK -f "$tmp/subs.awk"
30152 else
30153 $AWK -f "$tmp/subs.awk" | $SHELL
30154 fi >$tmp/out \
30155 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30156 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30157 { (exit 1); exit 1; }; }
30159 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30160 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30161 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30162 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30163 which seems to be undefined. Please make sure it is defined." >&5
30164 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30165 which seems to be undefined. Please make sure it is defined." >&2;}
30167 rm -f "$tmp/stdin"
30168 case $ac_file in
30169 -) cat "$tmp/out" && rm -f "$tmp/out";;
30170 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30171 esac \
30172 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30173 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30174 { (exit 1); exit 1; }; }
30178 # CONFIG_HEADER
30180 if test x"$ac_file" != x-; then
30182 $as_echo "/* $configure_input */" \
30183 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30184 } >"$tmp/config.h" \
30185 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30186 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30187 { (exit 1); exit 1; }; }
30188 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30189 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30190 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30191 else
30192 rm -f "$ac_file"
30193 mv "$tmp/config.h" "$ac_file" \
30194 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30195 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30196 { (exit 1); exit 1; }; }
30198 else
30199 $as_echo "/* $configure_input */" \
30200 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30201 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30202 $as_echo "$as_me: error: could not create -" >&2;}
30203 { (exit 1); exit 1; }; }
30207 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30208 $as_echo "$as_me: executing $ac_file commands" >&6;}
30210 esac
30213 case $ac_file$ac_mode in
30214 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30215 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30216 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30217 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30218 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30219 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30220 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30221 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30222 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30223 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30224 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30225 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30226 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30228 esac
30229 done # for ac_tag
30232 { (exit 0); exit 0; }
30233 _ACEOF
30234 chmod +x $CONFIG_STATUS
30235 ac_clean_files=$ac_clean_files_save
30237 test $ac_write_fail = 0 ||
30238 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30239 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30240 { (exit 1); exit 1; }; }
30243 # configure is writing to config.log, and then calls config.status.
30244 # config.status does its own redirection, appending to config.log.
30245 # Unfortunately, on DOS this fails, as config.log is still kept open
30246 # by configure, so config.status won't be able to write to it; its
30247 # output is simply discarded. So we exec the FD to /dev/null,
30248 # effectively closing config.log, so it can be properly (re)opened and
30249 # appended to by config.status. When coming back to configure, we
30250 # need to make the FD available again.
30251 if test "$no_create" != yes; then
30252 ac_cs_success=:
30253 ac_config_status_args=
30254 test "$silent" = yes &&
30255 ac_config_status_args="$ac_config_status_args --quiet"
30256 exec 5>/dev/null
30257 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30258 exec 5>>config.log
30259 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30260 # would make configure fail if this is the last instruction.
30261 $ac_cs_success || { (exit 1); exit 1; }
30263 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30264 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30265 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30269 if test "$no_create" = "yes"
30270 then
30271 exit 0
30274 ac_save_IFS="$IFS"
30275 if test "x$wine_notices != "x; then
30276 echo >&6
30277 IFS="|"
30278 for msg in $wine_notices; do
30279 IFS="$ac_save_IFS"
30280 if test -n "$msg"; then
30281 { $as_echo "$as_me:$LINENO: $msg" >&5
30282 $as_echo "$as_me: $msg" >&6;}
30284 done
30286 IFS="|"
30287 for msg in $wine_warnings; do
30288 IFS="$ac_save_IFS"
30289 if test -n "$msg"; then
30290 echo >&2
30291 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30292 $as_echo "$as_me: WARNING: $msg" >&2;}
30294 done
30295 IFS="$ac_save_IFS"
30297 echo "
30298 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30299 " >&6