push 744fa7578b01e5645fc1a5afbcb03f62fe930df2
[wine/hacks.git] / configure
blobf2dfab29f3e2e2c7339cdb0ec6ff3e89ef803ea3
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
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 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 # Zsh 3.x and 4.x performs 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 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.3'
578 PACKAGE_STRING='Wine 1.1.3'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 FONTSSUBDIRS
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 LIBOBJS
786 LTLIBOBJS'
787 ac_subst_files='MAKE_RULES
788 MAKE_DLL_RULES
789 MAKE_IMPLIB_RULES
790 MAKE_TEST_RULES
791 MAKE_PROG_RULES'
792 ac_precious_vars='build_alias
793 host_alias
794 target_alias
796 CFLAGS
797 LDFLAGS
798 LIBS
799 CPPFLAGS
801 CXXFLAGS
803 XMKMF
804 CPP'
807 # Initialize some variables set by options.
808 ac_init_help=
809 ac_init_version=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
812 cache_file=/dev/null
813 exec_prefix=NONE
814 no_create=
815 no_recursion=
816 prefix=NONE
817 program_prefix=NONE
818 program_suffix=NONE
819 program_transform_name=s,x,x,
820 silent=
821 site=
822 srcdir=
823 verbose=
824 x_includes=NONE
825 x_libraries=NONE
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir='${exec_prefix}/bin'
834 sbindir='${exec_prefix}/sbin'
835 libexecdir='${exec_prefix}/libexec'
836 datarootdir='${prefix}/share'
837 datadir='${datarootdir}'
838 sysconfdir='${prefix}/etc'
839 sharedstatedir='${prefix}/com'
840 localstatedir='${prefix}/var'
841 includedir='${prefix}/include'
842 oldincludedir='/usr/include'
843 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir='${datarootdir}/info'
845 htmldir='${docdir}'
846 dvidir='${docdir}'
847 pdfdir='${docdir}'
848 psdir='${docdir}'
849 libdir='${exec_prefix}/lib'
850 localedir='${datarootdir}/locale'
851 mandir='${datarootdir}/man'
853 ac_prev=
854 ac_dashdash=
855 for ac_option
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\$ac_option
860 ac_prev=
861 continue
864 case $ac_option in
865 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
866 *) ac_optarg=yes ;;
867 esac
869 # Accept the important Cygnus configure options, so we can diagnose typos.
871 case $ac_dashdash$ac_option in
873 ac_dashdash=yes ;;
875 -bindir | --bindir | --bindi | --bind | --bin | --bi)
876 ac_prev=bindir ;;
877 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
878 bindir=$ac_optarg ;;
880 -build | --build | --buil | --bui | --bu)
881 ac_prev=build_alias ;;
882 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
883 build_alias=$ac_optarg ;;
885 -cache-file | --cache-file | --cache-fil | --cache-fi \
886 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
887 ac_prev=cache_file ;;
888 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
889 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
890 cache_file=$ac_optarg ;;
892 --config-cache | -C)
893 cache_file=config.cache ;;
895 -datadir | --datadir | --datadi | --datad)
896 ac_prev=datadir ;;
897 -datadir=* | --datadir=* | --datadi=* | --datad=*)
898 datadir=$ac_optarg ;;
900 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
901 | --dataroo | --dataro | --datar)
902 ac_prev=datarootdir ;;
903 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
904 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
905 datarootdir=$ac_optarg ;;
907 -disable-* | --disable-*)
908 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
911 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912 { (exit 1); exit 1; }; }
913 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
914 eval enable_$ac_feature=no ;;
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
926 -enable-* | --enable-*)
927 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
930 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931 { (exit 1); exit 1; }; }
932 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
933 eval enable_$ac_feature=\$ac_optarg ;;
935 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
936 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
937 | --exec | --exe | --ex)
938 ac_prev=exec_prefix ;;
939 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
940 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
941 | --exec=* | --exe=* | --ex=*)
942 exec_prefix=$ac_optarg ;;
944 -gas | --gas | --ga | --g)
945 # Obsolete; use --with-gas.
946 with_gas=yes ;;
948 -help | --help | --hel | --he | -h)
949 ac_init_help=long ;;
950 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
951 ac_init_help=recursive ;;
952 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
953 ac_init_help=short ;;
955 -host | --host | --hos | --ho)
956 ac_prev=host_alias ;;
957 -host=* | --host=* | --hos=* | --ho=*)
958 host_alias=$ac_optarg ;;
960 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
961 ac_prev=htmldir ;;
962 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
963 | --ht=*)
964 htmldir=$ac_optarg ;;
966 -includedir | --includedir | --includedi | --included | --include \
967 | --includ | --inclu | --incl | --inc)
968 ac_prev=includedir ;;
969 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
970 | --includ=* | --inclu=* | --incl=* | --inc=*)
971 includedir=$ac_optarg ;;
973 -infodir | --infodir | --infodi | --infod | --info | --inf)
974 ac_prev=infodir ;;
975 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
976 infodir=$ac_optarg ;;
978 -libdir | --libdir | --libdi | --libd)
979 ac_prev=libdir ;;
980 -libdir=* | --libdir=* | --libdi=* | --libd=*)
981 libdir=$ac_optarg ;;
983 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
984 | --libexe | --libex | --libe)
985 ac_prev=libexecdir ;;
986 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
987 | --libexe=* | --libex=* | --libe=*)
988 libexecdir=$ac_optarg ;;
990 -localedir | --localedir | --localedi | --localed | --locale)
991 ac_prev=localedir ;;
992 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
993 localedir=$ac_optarg ;;
995 -localstatedir | --localstatedir | --localstatedi | --localstated \
996 | --localstate | --localstat | --localsta | --localst | --locals)
997 ac_prev=localstatedir ;;
998 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
999 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1000 localstatedir=$ac_optarg ;;
1002 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1003 ac_prev=mandir ;;
1004 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1005 mandir=$ac_optarg ;;
1007 -nfp | --nfp | --nf)
1008 # Obsolete; use --without-fp.
1009 with_fp=no ;;
1011 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1012 | --no-cr | --no-c | -n)
1013 no_create=yes ;;
1015 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1016 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1017 no_recursion=yes ;;
1019 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1020 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1021 | --oldin | --oldi | --old | --ol | --o)
1022 ac_prev=oldincludedir ;;
1023 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1024 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1025 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1026 oldincludedir=$ac_optarg ;;
1028 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1029 ac_prev=prefix ;;
1030 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1031 prefix=$ac_optarg ;;
1033 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1034 | --program-pre | --program-pr | --program-p)
1035 ac_prev=program_prefix ;;
1036 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1037 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1038 program_prefix=$ac_optarg ;;
1040 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1041 | --program-suf | --program-su | --program-s)
1042 ac_prev=program_suffix ;;
1043 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1044 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1045 program_suffix=$ac_optarg ;;
1047 -program-transform-name | --program-transform-name \
1048 | --program-transform-nam | --program-transform-na \
1049 | --program-transform-n | --program-transform- \
1050 | --program-transform | --program-transfor \
1051 | --program-transfo | --program-transf \
1052 | --program-trans | --program-tran \
1053 | --progr-tra | --program-tr | --program-t)
1054 ac_prev=program_transform_name ;;
1055 -program-transform-name=* | --program-transform-name=* \
1056 | --program-transform-nam=* | --program-transform-na=* \
1057 | --program-transform-n=* | --program-transform-=* \
1058 | --program-transform=* | --program-transfor=* \
1059 | --program-transfo=* | --program-transf=* \
1060 | --program-trans=* | --program-tran=* \
1061 | --progr-tra=* | --program-tr=* | --program-t=*)
1062 program_transform_name=$ac_optarg ;;
1064 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1065 ac_prev=pdfdir ;;
1066 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1067 pdfdir=$ac_optarg ;;
1069 -psdir | --psdir | --psdi | --psd | --ps)
1070 ac_prev=psdir ;;
1071 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1072 psdir=$ac_optarg ;;
1074 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1075 | -silent | --silent | --silen | --sile | --sil)
1076 silent=yes ;;
1078 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1079 ac_prev=sbindir ;;
1080 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1081 | --sbi=* | --sb=*)
1082 sbindir=$ac_optarg ;;
1084 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1085 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1086 | --sharedst | --shareds | --shared | --share | --shar \
1087 | --sha | --sh)
1088 ac_prev=sharedstatedir ;;
1089 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1090 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1091 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1092 | --sha=* | --sh=*)
1093 sharedstatedir=$ac_optarg ;;
1095 -site | --site | --sit)
1096 ac_prev=site ;;
1097 -site=* | --site=* | --sit=*)
1098 site=$ac_optarg ;;
1100 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1101 ac_prev=srcdir ;;
1102 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1103 srcdir=$ac_optarg ;;
1105 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1106 | --syscon | --sysco | --sysc | --sys | --sy)
1107 ac_prev=sysconfdir ;;
1108 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1109 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1110 sysconfdir=$ac_optarg ;;
1112 -target | --target | --targe | --targ | --tar | --ta | --t)
1113 ac_prev=target_alias ;;
1114 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1115 target_alias=$ac_optarg ;;
1117 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1118 verbose=yes ;;
1120 -version | --version | --versio | --versi | --vers | -V)
1121 ac_init_version=: ;;
1123 -with-* | --with-*)
1124 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1127 { echo "$as_me: error: invalid package name: $ac_package" >&2
1128 { (exit 1); exit 1; }; }
1129 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1130 eval with_$ac_package=\$ac_optarg ;;
1132 -without-* | --without-*)
1133 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1136 { echo "$as_me: error: invalid package name: $ac_package" >&2
1137 { (exit 1); exit 1; }; }
1138 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1139 eval with_$ac_package=no ;;
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1150 x_includes=$ac_optarg ;;
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1157 x_libraries=$ac_optarg ;;
1159 -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161 { (exit 1); exit 1; }; }
1164 *=*)
1165 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1168 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169 { (exit 1); exit 1; }; }
1170 eval $ac_envvar=\$ac_optarg
1171 export $ac_envvar ;;
1174 # FIXME: should be removed in autoconf 3.0.
1175 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1177 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1181 esac
1182 done
1184 if test -n "$ac_prev"; then
1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1186 { echo "$as_me: error: missing argument to $ac_option" >&2
1187 { (exit 1); exit 1; }; }
1190 # Be sure to have absolute directory names.
1191 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192 datadir sysconfdir sharedstatedir localstatedir includedir \
1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194 libdir localedir mandir
1196 eval ac_val=\$$ac_var
1197 case $ac_val in
1198 [\\/$]* | ?:[\\/]* ) continue;;
1199 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200 esac
1201 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202 { (exit 1); exit 1; }; }
1203 done
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1208 build=$build_alias
1209 host=$host_alias
1210 target=$target_alias
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x; then
1214 if test "x$build_alias" = x; then
1215 cross_compiling=maybe
1216 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217 If a cross compiler is detected then cross compile mode will be used." >&2
1218 elif test "x$build_alias" != "x$host_alias"; then
1219 cross_compiling=yes
1223 ac_tool_prefix=
1224 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226 test "$silent" = yes && exec 6>/dev/null
1229 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di=`ls -di .` &&
1231 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1232 { echo "$as_me: error: Working directory cannot be determined" >&2
1233 { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 { echo "$as_me: error: pwd does not report name of working directory" >&2
1236 { (exit 1); exit 1; }; }
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted=yes
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$0" : 'X\(//\)[^/]' \| \
1246 X"$0" : 'X\(//\)$' \| \
1247 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1248 echo X"$0" |
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250 s//\1/
1253 /^X\(\/\/\)[^/].*/{
1254 s//\1/
1257 /^X\(\/\/\)$/{
1258 s//\1/
1261 /^X\(\/\).*/{
1262 s//\1/
1265 s/.*/./; q'`
1266 srcdir=$ac_confdir
1267 if test ! -r "$srcdir/$ac_unique_file"; then
1268 srcdir=..
1270 else
1271 ac_srcdir_defaulted=no
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276 { (exit 1); exit 1; }; }
1278 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 ac_abs_confdir=`(
1280 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281 { (exit 1); exit 1; }; }
1282 pwd)`
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1285 srcdir=.
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1290 case $srcdir in
1291 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1292 esac
1293 for ac_var in $ac_precious_vars; do
1294 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1295 eval ac_env_${ac_var}_value=\$${ac_var}
1296 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1298 done
1301 # Report the --help message.
1303 if test "$ac_init_help" = "long"; then
1304 # Omit some internal or obsolete options to make the list less imposing.
1305 # This message is too long to be a string in the A/UX 3.1 sh.
1306 cat <<_ACEOF
1307 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Defaults for the options are specified in brackets.
1316 Configuration:
1317 -h, --help display this help and exit
1318 --help=short display options specific to this package
1319 --help=recursive display the short help of all the included packages
1320 -V, --version display version information and exit
1321 -q, --quiet, --silent do not print \`checking...' messages
1322 --cache-file=FILE cache test results in FILE [disabled]
1323 -C, --config-cache alias for \`--cache-file=config.cache'
1324 -n, --no-create do not create output files
1325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 Installation directories:
1328 --prefix=PREFIX install architecture-independent files in PREFIX
1329 [$ac_default_prefix]
1330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1331 [PREFIX]
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1338 For better control, use the options below.
1340 Fine tuning of the installation directories:
1341 --bindir=DIR user executables [EPREFIX/bin]
1342 --sbindir=DIR system admin executables [EPREFIX/sbin]
1343 --libexecdir=DIR program executables [EPREFIX/libexec]
1344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1347 --libdir=DIR object code libraries [EPREFIX/lib]
1348 --includedir=DIR C header files [PREFIX/include]
1349 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1350 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1351 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1352 --infodir=DIR info documentation [DATAROOTDIR/info]
1353 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1354 --mandir=DIR man documentation [DATAROOTDIR/man]
1355 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1360 _ACEOF
1362 cat <<\_ACEOF
1364 X features:
1365 --x-includes=DIR X include files are in DIR
1366 --x-libraries=DIR X library files are in DIR
1368 System types:
1369 --build=BUILD configure for building on BUILD [guessed]
1370 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1371 _ACEOF
1374 if test -n "$ac_init_help"; then
1375 case $ac_init_help in
1376 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1377 esac
1378 cat <<\_ACEOF
1380 Optional Features:
1381 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1382 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1383 --disable-win16 do not include Win16 support
1384 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1385 binaries)
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1388 --disable-tests do not build the testsuites
1390 Optional Packages:
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-hal do not use HAL (dynamic device support)
1406 --without-jack do not use the Jack sound support
1407 --without-jpeg do not use JPEG
1408 --without-ldap do not use LDAP
1409 --without-nas do not use the NAS sound support
1410 --without-opengl do not use OpenGL
1411 --without-openssl do not use OpenSSL
1412 --without-oss do not use the OSS sound support
1413 --without-png do not use PNG
1414 --without-sane do not use SANE (scanner support)
1415 --without-xcomposite do not use the Xcomposite extension
1416 --without-xcursor do not use the Xcursor extension
1417 --without-xinerama do not use Xinerama (multi-monitor support)
1418 --without-xinput do not use the Xinput extension
1419 --without-xml do not use XML
1420 --without-xrandr do not use Xrandr (resolution changes)
1421 --without-xrender do not use the Xrender extension
1422 --without-xshape do not use the Xshape extension
1423 --without-xshm do not use XShm (shared memory extension)
1424 --without-xslt do not use XSLT
1425 --without-xxf86vm do not use XFree video mode extension
1426 --with-wine-tools=DIR use Wine tools from directory DIR
1427 --with-x use the X Window System
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CXX C++ compiler command
1438 CXXFLAGS C++ compiler flags
1439 XMKMF Path to xmkmf, Makefile generator for X Window System
1440 CPP C preprocessor
1442 Use these variables to override the choices made by `configure' or to help
1443 it to find libraries and programs with nonstandard names/locations.
1445 Report bugs to <wine-devel@winehq.org>.
1446 _ACEOF
1447 ac_status=$?
1450 if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
1452 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1453 test -d "$ac_dir" || continue
1454 ac_builddir=.
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 Wine configure 1.1.3
1507 generated by GNU Autoconf 2.61
1509 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1510 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1511 This configure script is free software; the Free Software Foundation
1512 gives unlimited permission to copy, distribute and modify it.
1513 _ACEOF
1514 exit
1516 cat >config.log <<_ACEOF
1517 This file contains any messages produced by compilers while
1518 running configure, to aid debugging if configure makes a mistake.
1520 It was created by Wine $as_me 1.1.3, which was
1521 generated by GNU Autoconf 2.61. Invocation command line was
1523 $ $0 $@
1525 _ACEOF
1526 exec 5>>config.log
1528 cat <<_ASUNAME
1529 ## --------- ##
1530 ## Platform. ##
1531 ## --------- ##
1533 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1534 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1535 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1536 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1537 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1540 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1542 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1543 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1544 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1545 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1546 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1547 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1548 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 _ASUNAME
1552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553 for as_dir in $PATH
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 echo "PATH: $as_dir"
1558 done
1559 IFS=$as_save_IFS
1561 } >&5
1563 cat >&5 <<_ACEOF
1566 ## ----------- ##
1567 ## Core tests. ##
1568 ## ----------- ##
1570 _ACEOF
1573 # Keep a trace of the command line.
1574 # Strip out --no-create and --no-recursion so they do not pile up.
1575 # Strip out --silent because we don't want to record it for future runs.
1576 # Also quote any args containing shell meta-characters.
1577 # Make two passes to allow for proper duplicate-argument suppression.
1578 ac_configure_args=
1579 ac_configure_args0=
1580 ac_configure_args1=
1581 ac_must_keep_next=false
1582 for ac_pass in 1 2
1584 for ac_arg
1586 case $ac_arg in
1587 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1589 | -silent | --silent | --silen | --sile | --sil)
1590 continue ;;
1591 *\'*)
1592 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 esac
1594 case $ac_pass in
1595 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1598 if test $ac_must_keep_next = true; then
1599 ac_must_keep_next=false # Got value, back to normal.
1600 else
1601 case $ac_arg in
1602 *=* | --config-cache | -C | -disable-* | --disable-* \
1603 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1604 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1605 | -with-* | --with-* | -without-* | --without-* | --x)
1606 case "$ac_configure_args0 " in
1607 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 esac
1610 -* ) ac_must_keep_next=true ;;
1611 esac
1613 ac_configure_args="$ac_configure_args '$ac_arg'"
1615 esac
1616 done
1617 done
1618 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1619 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621 # When interrupted or exit'd, cleanup temporary files, and complete
1622 # config.log. We remove comments because anyway the quotes in there
1623 # would cause problems or look ugly.
1624 # WARNING: Use '\'' to represent an apostrophe within the trap.
1625 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1626 trap 'exit_status=$?
1627 # Save into config.log some information that might help in debugging.
1629 echo
1631 cat <<\_ASBOX
1632 ## ---------------- ##
1633 ## Cache variables. ##
1634 ## ---------------- ##
1635 _ASBOX
1636 echo
1637 # The following way of writing the cache mishandles newlines in values,
1639 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1640 eval ac_val=\$$ac_var
1641 case $ac_val in #(
1642 *${as_nl}*)
1643 case $ac_var in #(
1644 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1645 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 esac
1647 case $ac_var in #(
1648 _ | IFS | as_nl) ;; #(
1649 *) $as_unset $ac_var ;;
1650 esac ;;
1651 esac
1652 done
1653 (set) 2>&1 |
1654 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1655 *${as_nl}ac_space=\ *)
1656 sed -n \
1657 "s/'\''/'\''\\\\'\'''\''/g;
1658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 ;; #(
1661 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663 esac |
1664 sort
1666 echo
1668 cat <<\_ASBOX
1669 ## ----------------- ##
1670 ## Output variables. ##
1671 ## ----------------- ##
1672 _ASBOX
1673 echo
1674 for ac_var in $ac_subst_vars
1676 eval ac_val=\$$ac_var
1677 case $ac_val in
1678 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 esac
1680 echo "$ac_var='\''$ac_val'\''"
1681 done | sort
1682 echo
1684 if test -n "$ac_subst_files"; then
1685 cat <<\_ASBOX
1686 ## ------------------- ##
1687 ## File substitutions. ##
1688 ## ------------------- ##
1689 _ASBOX
1690 echo
1691 for ac_var in $ac_subst_files
1693 eval ac_val=\$$ac_var
1694 case $ac_val in
1695 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 esac
1697 echo "$ac_var='\''$ac_val'\''"
1698 done | sort
1699 echo
1702 if test -s confdefs.h; then
1703 cat <<\_ASBOX
1704 ## ----------- ##
1705 ## confdefs.h. ##
1706 ## ----------- ##
1707 _ASBOX
1708 echo
1709 cat confdefs.h
1710 echo
1712 test "$ac_signal" != 0 &&
1713 echo "$as_me: caught signal $ac_signal"
1714 echo "$as_me: exit $exit_status"
1715 } >&5
1716 rm -f core *.core core.conftest.* &&
1717 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 exit $exit_status
1720 for ac_signal in 1 2 13 15; do
1721 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1722 done
1723 ac_signal=0
1725 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1726 rm -f -r conftest* confdefs.h
1728 # Predefined preprocessor variables.
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_NAME "$PACKAGE_NAME"
1732 _ACEOF
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_STRING "$PACKAGE_STRING"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1752 _ACEOF
1755 # Let the site file select an alternate cache file if it wants to.
1756 # Prefer explicitly selected file to automatically selected ones.
1757 if test -n "$CONFIG_SITE"; then
1758 set x "$CONFIG_SITE"
1759 elif test "x$prefix" != xNONE; then
1760 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1761 else
1762 set x "$ac_default_prefix/share/config.site" \
1763 "$ac_default_prefix/etc/config.site"
1765 shift
1766 for ac_site_file
1768 if test -r "$ac_site_file"; then
1769 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1770 echo "$as_me: loading site script $ac_site_file" >&6;}
1771 sed 's/^/| /' "$ac_site_file" >&5
1772 . "$ac_site_file"
1774 done
1776 if test -r "$cache_file"; then
1777 # Some versions of bash will fail to source /dev/null (special
1778 # files actually), so we avoid doing that.
1779 if test -f "$cache_file"; then
1780 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1781 echo "$as_me: loading cache $cache_file" >&6;}
1782 case $cache_file in
1783 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1784 *) . "./$cache_file";;
1785 esac
1787 else
1788 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1789 echo "$as_me: creating cache $cache_file" >&6;}
1790 >$cache_file
1793 # Check that the precious variables saved in the cache have kept the same
1794 # value.
1795 ac_cache_corrupted=false
1796 for ac_var in $ac_precious_vars; do
1797 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1798 eval ac_new_set=\$ac_env_${ac_var}_set
1799 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1800 eval ac_new_val=\$ac_env_${ac_var}_value
1801 case $ac_old_set,$ac_new_set in
1802 set,)
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1805 ac_cache_corrupted=: ;;
1806 ,set)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,);;
1812 if test "x$ac_old_val" != "x$ac_new_val"; then
1813 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1814 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1815 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1816 echo "$as_me: former value: $ac_old_val" >&2;}
1817 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1818 echo "$as_me: current value: $ac_new_val" >&2;}
1819 ac_cache_corrupted=:
1820 fi;;
1821 esac
1822 # Pass precious variables to config.status.
1823 if test "$ac_new_set" = set; then
1824 case $ac_new_val in
1825 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1826 *) ac_arg=$ac_var=$ac_new_val ;;
1827 esac
1828 case " $ac_configure_args " in
1829 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1830 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1831 esac
1833 done
1834 if $ac_cache_corrupted; then
1835 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1836 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1837 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1838 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1839 { (exit 1); exit 1; }; }
1866 ac_ext=c
1867 ac_cpp='$CPP $CPPFLAGS'
1868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1874 ac_config_headers="$ac_config_headers include/config.h"
1876 ac_aux_dir=
1877 for ac_dir in tools "$srcdir"/tools; do
1878 if test -f "$ac_dir/install-sh"; then
1879 ac_aux_dir=$ac_dir
1880 ac_install_sh="$ac_aux_dir/install-sh -c"
1881 break
1882 elif test -f "$ac_dir/install.sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install.sh -c"
1885 break
1886 elif test -f "$ac_dir/shtool"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/shtool install -c"
1889 break
1891 done
1892 if test -z "$ac_aux_dir"; then
1893 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1894 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1895 { (exit 1); exit 1; }; }
1898 # These three variables are undocumented and unsupported,
1899 # and are intended to be withdrawn in a future Autoconf release.
1900 # They can cause serious problems if a builder's source tree is in a directory
1901 # whose full name contains unusual characters.
1902 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1903 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1904 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1909 # Check whether --enable-win16 was given.
1910 if test "${enable_win16+set}" = set; then
1911 enableval=$enable_win16;
1914 # Check whether --enable-win64 was given.
1915 if test "${enable_win64+set}" = set; then
1916 enableval=$enable_win64;
1919 # Check whether --enable-maintainer-mode was given.
1920 if test "${enable_maintainer_mode+set}" = set; then
1921 enableval=$enable_maintainer_mode;
1922 else
1923 MAINTAINER_MODE=\#
1929 # Check whether --with-alsa was given.
1930 if test "${with_alsa+set}" = set; then
1931 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1935 # Check whether --with-audioio was given.
1936 if test "${with_audioio+set}" = set; then
1937 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1941 # Check whether --with-capi was given.
1942 if test "${with_capi+set}" = set; then
1943 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1947 # Check whether --with-cms was given.
1948 if test "${with_cms+set}" = set; then
1949 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1953 # Check whether --with-coreaudio was given.
1954 if test "${with_coreaudio+set}" = set; then
1955 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1959 # Check whether --with-cups was given.
1960 if test "${with_cups+set}" = set; then
1961 withval=$with_cups;
1965 # Check whether --with-curses was given.
1966 if test "${with_curses+set}" = set; then
1967 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1971 # Check whether --with-esd was given.
1972 if test "${with_esd+set}" = set; then
1973 withval=$with_esd;
1977 # Check whether --with-fontconfig was given.
1978 if test "${with_fontconfig+set}" = set; then
1979 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1983 # Check whether --with-freetype was given.
1984 if test "${with_freetype+set}" = set; then
1985 withval=$with_freetype;
1989 # Check whether --with-gphoto was given.
1990 if test "${with_gphoto+set}" = set; then
1991 withval=$with_gphoto;
1995 # Check whether --with-glu was given.
1996 if test "${with_glu+set}" = set; then
1997 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2001 # Check whether --with-hal was given.
2002 if test "${with_hal+set}" = set; then
2003 withval=$with_hal;
2007 # Check whether --with-jack was given.
2008 if test "${with_jack+set}" = set; then
2009 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2013 # Check whether --with-jpeg was given.
2014 if test "${with_jpeg+set}" = set; then
2015 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2019 # Check whether --with-ldap was given.
2020 if test "${with_ldap+set}" = set; then
2021 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2025 # Check whether --with-nas was given.
2026 if test "${with_nas+set}" = set; then
2027 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2031 # Check whether --with-opengl was given.
2032 if test "${with_opengl+set}" = set; then
2033 withval=$with_opengl;
2037 # Check whether --with-openssl was given.
2038 if test "${with_openssl+set}" = set; then
2039 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2043 # Check whether --with-oss was given.
2044 if test "${with_oss+set}" = set; then
2045 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
2049 # Check whether --with-png was given.
2050 if test "${with_png+set}" = set; then
2051 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2055 # Check whether --with-sane was given.
2056 if test "${with_sane+set}" = set; then
2057 withval=$with_sane;
2061 # Check whether --with-xcomposite was given.
2062 if test "${with_xcomposite+set}" = set; then
2063 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2067 # Check whether --with-xcursor was given.
2068 if test "${with_xcursor+set}" = set; then
2069 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2073 # Check whether --with-xinerama was given.
2074 if test "${with_xinerama+set}" = set; then
2075 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2079 # Check whether --with-xinput was given.
2080 if test "${with_xinput+set}" = set; then
2081 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2085 # Check whether --with-xml was given.
2086 if test "${with_xml+set}" = set; then
2087 withval=$with_xml;
2091 # Check whether --with-xrandr was given.
2092 if test "${with_xrandr+set}" = set; then
2093 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2097 # Check whether --with-xrender was given.
2098 if test "${with_xrender+set}" = set; then
2099 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2103 # Check whether --with-xshape was given.
2104 if test "${with_xshape+set}" = set; then
2105 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2109 # Check whether --with-xshm was given.
2110 if test "${with_xshm+set}" = set; then
2111 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2115 # Check whether --with-xslt was given.
2116 if test "${with_xslt+set}" = set; then
2117 withval=$with_xslt;
2121 # Check whether --with-xxf86vm was given.
2122 if test "${with_xxf86vm+set}" = set; then
2123 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2128 # Check whether --with-wine-tools was given.
2129 if test "${with_wine_tools+set}" = set; then
2130 withval=$with_wine_tools;
2133 # Check whether --enable-tests was given.
2134 if test "${enable_tests+set}" = set; then
2135 enableval=$enable_tests;
2139 # Make sure we can run config.sub.
2140 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2141 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2142 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2143 { (exit 1); exit 1; }; }
2145 { echo "$as_me:$LINENO: checking build system type" >&5
2146 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2147 if test "${ac_cv_build+set}" = set; then
2148 echo $ECHO_N "(cached) $ECHO_C" >&6
2149 else
2150 ac_build_alias=$build_alias
2151 test "x$ac_build_alias" = x &&
2152 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2153 test "x$ac_build_alias" = x &&
2154 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2155 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2156 { (exit 1); exit 1; }; }
2157 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2158 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2159 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2160 { (exit 1); exit 1; }; }
2163 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2164 echo "${ECHO_T}$ac_cv_build" >&6; }
2165 case $ac_cv_build in
2166 *-*-*) ;;
2167 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2168 echo "$as_me: error: invalid value of canonical build" >&2;}
2169 { (exit 1); exit 1; }; };;
2170 esac
2171 build=$ac_cv_build
2172 ac_save_IFS=$IFS; IFS='-'
2173 set x $ac_cv_build
2174 shift
2175 build_cpu=$1
2176 build_vendor=$2
2177 shift; shift
2178 # Remember, the first character of IFS is used to create $*,
2179 # except with old shells:
2180 build_os=$*
2181 IFS=$ac_save_IFS
2182 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2185 { echo "$as_me:$LINENO: checking host system type" >&5
2186 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2187 if test "${ac_cv_host+set}" = set; then
2188 echo $ECHO_N "(cached) $ECHO_C" >&6
2189 else
2190 if test "x$host_alias" = x; then
2191 ac_cv_host=$ac_cv_build
2192 else
2193 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2194 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2195 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2196 { (exit 1); exit 1; }; }
2200 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2201 echo "${ECHO_T}$ac_cv_host" >&6; }
2202 case $ac_cv_host in
2203 *-*-*) ;;
2204 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2205 echo "$as_me: error: invalid value of canonical host" >&2;}
2206 { (exit 1); exit 1; }; };;
2207 esac
2208 host=$ac_cv_host
2209 ac_save_IFS=$IFS; IFS='-'
2210 set x $ac_cv_host
2211 shift
2212 host_cpu=$1
2213 host_vendor=$2
2214 shift; shift
2215 # Remember, the first character of IFS is used to create $*,
2216 # except with old shells:
2217 host_os=$*
2218 IFS=$ac_save_IFS
2219 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2222 case $host in
2223 x86_64*linux*)
2224 if test "x$enable_win64" != "xyes"
2225 then
2226 test -n "$CC" || CC="gcc -m32"
2227 test -n "$CXX"|| CXX="g++ -m32"
2228 test -n "$LD" || LD="ld -m elf_i386"
2229 test -n "$AS" || AS="as --32"
2230 host_cpu="i386"
2233 esac
2235 case $host_cpu in
2236 *i[3456789]86*)
2237 if test "x$enable_win16" != "xno"
2238 then
2239 enable_win16="yes"
2242 esac
2244 WIN16_FILES="\$(WIN16_FILES)"
2246 WIN16_INSTALL="\$(WIN16_INSTALL)"
2248 if test "x$enable_win16" != "xyes"
2249 then
2250 WIN16_FILES=""
2251 WIN16_INSTALL=""
2254 if test "x$enable_tests" == "xno"
2255 then
2256 WINETEST=""
2258 else
2259 WINETEST="winetest"
2263 case "$srcdir" in
2264 .) ;;
2265 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2266 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2267 You need to run 'make distclean' in the source tree first." >&5
2268 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2269 You need to run 'make distclean' in the source tree first." >&2;}
2270 { (exit 1); exit 1; }; }
2271 fi ;;
2272 esac
2275 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2276 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2277 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2278 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2279 echo $ECHO_N "(cached) $ECHO_C" >&6
2280 else
2281 cat >conftest.make <<\_ACEOF
2282 SHELL = /bin/sh
2283 all:
2284 @echo '@@@%%%=$(MAKE)=@@@%%%'
2285 _ACEOF
2286 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2287 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2288 *@@@%%%=?*=@@@%%%*)
2289 eval ac_cv_prog_make_${ac_make}_set=yes;;
2291 eval ac_cv_prog_make_${ac_make}_set=no;;
2292 esac
2293 rm -f conftest.make
2295 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2296 { echo "$as_me:$LINENO: result: yes" >&5
2297 echo "${ECHO_T}yes" >&6; }
2298 SET_MAKE=
2299 else
2300 { echo "$as_me:$LINENO: result: no" >&5
2301 echo "${ECHO_T}no" >&6; }
2302 SET_MAKE="MAKE=${MAKE-make}"
2305 ac_ext=c
2306 ac_cpp='$CPP $CPPFLAGS'
2307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2308 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2309 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2310 if test -n "$ac_tool_prefix"; then
2311 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2312 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2315 if test "${ac_cv_prog_CC+set}" = set; then
2316 echo $ECHO_N "(cached) $ECHO_C" >&6
2317 else
2318 if test -n "$CC"; then
2319 ac_cv_prog_CC="$CC" # Let the user override the test.
2320 else
2321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2322 for as_dir in $PATH
2324 IFS=$as_save_IFS
2325 test -z "$as_dir" && as_dir=.
2326 for ac_exec_ext in '' $ac_executable_extensions; do
2327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2328 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2330 break 2
2332 done
2333 done
2334 IFS=$as_save_IFS
2338 CC=$ac_cv_prog_CC
2339 if test -n "$CC"; then
2340 { echo "$as_me:$LINENO: result: $CC" >&5
2341 echo "${ECHO_T}$CC" >&6; }
2342 else
2343 { echo "$as_me:$LINENO: result: no" >&5
2344 echo "${ECHO_T}no" >&6; }
2349 if test -z "$ac_cv_prog_CC"; then
2350 ac_ct_CC=$CC
2351 # Extract the first word of "gcc", so it can be a program name with args.
2352 set dummy gcc; ac_word=$2
2353 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2355 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2356 echo $ECHO_N "(cached) $ECHO_C" >&6
2357 else
2358 if test -n "$ac_ct_CC"; then
2359 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2360 else
2361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2362 for as_dir in $PATH
2364 IFS=$as_save_IFS
2365 test -z "$as_dir" && as_dir=.
2366 for ac_exec_ext in '' $ac_executable_extensions; do
2367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2368 ac_cv_prog_ac_ct_CC="gcc"
2369 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2370 break 2
2372 done
2373 done
2374 IFS=$as_save_IFS
2378 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2379 if test -n "$ac_ct_CC"; then
2380 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2381 echo "${ECHO_T}$ac_ct_CC" >&6; }
2382 else
2383 { echo "$as_me:$LINENO: result: no" >&5
2384 echo "${ECHO_T}no" >&6; }
2387 if test "x$ac_ct_CC" = x; then
2388 CC=""
2389 else
2390 case $cross_compiling:$ac_tool_warned in
2391 yes:)
2392 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2393 whose name does not start with the host triplet. If you think this
2394 configuration is useful to you, please write to autoconf@gnu.org." >&5
2395 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2396 whose name does not start with the host triplet. If you think this
2397 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2398 ac_tool_warned=yes ;;
2399 esac
2400 CC=$ac_ct_CC
2402 else
2403 CC="$ac_cv_prog_CC"
2406 if test -z "$CC"; then
2407 if test -n "$ac_tool_prefix"; then
2408 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2409 set dummy ${ac_tool_prefix}cc; ac_word=$2
2410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2412 if test "${ac_cv_prog_CC+set}" = set; then
2413 echo $ECHO_N "(cached) $ECHO_C" >&6
2414 else
2415 if test -n "$CC"; then
2416 ac_cv_prog_CC="$CC" # Let the user override the test.
2417 else
2418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419 for as_dir in $PATH
2421 IFS=$as_save_IFS
2422 test -z "$as_dir" && as_dir=.
2423 for ac_exec_ext in '' $ac_executable_extensions; do
2424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2425 ac_cv_prog_CC="${ac_tool_prefix}cc"
2426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2427 break 2
2429 done
2430 done
2431 IFS=$as_save_IFS
2435 CC=$ac_cv_prog_CC
2436 if test -n "$CC"; then
2437 { echo "$as_me:$LINENO: result: $CC" >&5
2438 echo "${ECHO_T}$CC" >&6; }
2439 else
2440 { echo "$as_me:$LINENO: result: no" >&5
2441 echo "${ECHO_T}no" >&6; }
2447 if test -z "$CC"; then
2448 # Extract the first word of "cc", so it can be a program name with args.
2449 set dummy cc; ac_word=$2
2450 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2452 if test "${ac_cv_prog_CC+set}" = set; then
2453 echo $ECHO_N "(cached) $ECHO_C" >&6
2454 else
2455 if test -n "$CC"; then
2456 ac_cv_prog_CC="$CC" # Let the user override the test.
2457 else
2458 ac_prog_rejected=no
2459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460 for as_dir in $PATH
2462 IFS=$as_save_IFS
2463 test -z "$as_dir" && as_dir=.
2464 for ac_exec_ext in '' $ac_executable_extensions; do
2465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2466 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2467 ac_prog_rejected=yes
2468 continue
2470 ac_cv_prog_CC="cc"
2471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2474 done
2475 done
2476 IFS=$as_save_IFS
2478 if test $ac_prog_rejected = yes; then
2479 # We found a bogon in the path, so make sure we never use it.
2480 set dummy $ac_cv_prog_CC
2481 shift
2482 if test $# != 0; then
2483 # We chose a different compiler from the bogus one.
2484 # However, it has the same basename, so the bogon will be chosen
2485 # first if we set CC to just the basename; use the full file name.
2486 shift
2487 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2492 CC=$ac_cv_prog_CC
2493 if test -n "$CC"; then
2494 { echo "$as_me:$LINENO: result: $CC" >&5
2495 echo "${ECHO_T}$CC" >&6; }
2496 else
2497 { echo "$as_me:$LINENO: result: no" >&5
2498 echo "${ECHO_T}no" >&6; }
2503 if test -z "$CC"; then
2504 if test -n "$ac_tool_prefix"; then
2505 for ac_prog in cl.exe
2507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2508 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2511 if test "${ac_cv_prog_CC+set}" = set; then
2512 echo $ECHO_N "(cached) $ECHO_C" >&6
2513 else
2514 if test -n "$CC"; then
2515 ac_cv_prog_CC="$CC" # Let the user override the test.
2516 else
2517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518 for as_dir in $PATH
2520 IFS=$as_save_IFS
2521 test -z "$as_dir" && as_dir=.
2522 for ac_exec_ext in '' $ac_executable_extensions; do
2523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2524 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2526 break 2
2528 done
2529 done
2530 IFS=$as_save_IFS
2534 CC=$ac_cv_prog_CC
2535 if test -n "$CC"; then
2536 { echo "$as_me:$LINENO: result: $CC" >&5
2537 echo "${ECHO_T}$CC" >&6; }
2538 else
2539 { echo "$as_me:$LINENO: result: no" >&5
2540 echo "${ECHO_T}no" >&6; }
2544 test -n "$CC" && break
2545 done
2547 if test -z "$CC"; then
2548 ac_ct_CC=$CC
2549 for ac_prog in cl.exe
2551 # Extract the first word of "$ac_prog", so it can be a program name with args.
2552 set dummy $ac_prog; ac_word=$2
2553 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2555 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2556 echo $ECHO_N "(cached) $ECHO_C" >&6
2557 else
2558 if test -n "$ac_ct_CC"; then
2559 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2560 else
2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562 for as_dir in $PATH
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
2567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568 ac_cv_prog_ac_ct_CC="$ac_prog"
2569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2572 done
2573 done
2574 IFS=$as_save_IFS
2578 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2579 if test -n "$ac_ct_CC"; then
2580 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2581 echo "${ECHO_T}$ac_ct_CC" >&6; }
2582 else
2583 { echo "$as_me:$LINENO: result: no" >&5
2584 echo "${ECHO_T}no" >&6; }
2588 test -n "$ac_ct_CC" && break
2589 done
2591 if test "x$ac_ct_CC" = x; then
2592 CC=""
2593 else
2594 case $cross_compiling:$ac_tool_warned in
2595 yes:)
2596 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2597 whose name does not start with the host triplet. If you think this
2598 configuration is useful to you, please write to autoconf@gnu.org." >&5
2599 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2600 whose name does not start with the host triplet. If you think this
2601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2602 ac_tool_warned=yes ;;
2603 esac
2604 CC=$ac_ct_CC
2611 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2612 See \`config.log' for more details." >&5
2613 echo "$as_me: error: no acceptable C compiler found in \$PATH
2614 See \`config.log' for more details." >&2;}
2615 { (exit 1); exit 1; }; }
2617 # Provide some information about the compiler.
2618 echo "$as_me:$LINENO: checking for C compiler version" >&5
2619 ac_compiler=`set X $ac_compile; echo $2`
2620 { (ac_try="$ac_compiler --version >&5"
2621 case "(($ac_try" in
2622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2623 *) ac_try_echo=$ac_try;;
2624 esac
2625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2626 (eval "$ac_compiler --version >&5") 2>&5
2627 ac_status=$?
2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2629 (exit $ac_status); }
2630 { (ac_try="$ac_compiler -v >&5"
2631 case "(($ac_try" in
2632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2633 *) ac_try_echo=$ac_try;;
2634 esac
2635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2636 (eval "$ac_compiler -v >&5") 2>&5
2637 ac_status=$?
2638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2639 (exit $ac_status); }
2640 { (ac_try="$ac_compiler -V >&5"
2641 case "(($ac_try" in
2642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2643 *) ac_try_echo=$ac_try;;
2644 esac
2645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2646 (eval "$ac_compiler -V >&5") 2>&5
2647 ac_status=$?
2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649 (exit $ac_status); }
2651 cat >conftest.$ac_ext <<_ACEOF
2652 /* confdefs.h. */
2653 _ACEOF
2654 cat confdefs.h >>conftest.$ac_ext
2655 cat >>conftest.$ac_ext <<_ACEOF
2656 /* end confdefs.h. */
2659 main ()
2663 return 0;
2665 _ACEOF
2666 ac_clean_files_save=$ac_clean_files
2667 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2668 # Try to create an executable without -o first, disregard a.out.
2669 # It will help us diagnose broken compilers, and finding out an intuition
2670 # of exeext.
2671 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2672 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2673 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2675 # List of possible output files, starting from the most likely.
2676 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2677 # only as a last resort. b.out is created by i960 compilers.
2678 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2680 # The IRIX 6 linker writes into existing files which may not be
2681 # executable, retaining their permissions. Remove them first so a
2682 # subsequent execution test works.
2683 ac_rmfiles=
2684 for ac_file in $ac_files
2686 case $ac_file in
2687 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2688 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2689 esac
2690 done
2691 rm -f $ac_rmfiles
2693 if { (ac_try="$ac_link_default"
2694 case "(($ac_try" in
2695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2696 *) ac_try_echo=$ac_try;;
2697 esac
2698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2699 (eval "$ac_link_default") 2>&5
2700 ac_status=$?
2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2702 (exit $ac_status); }; then
2703 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2704 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2705 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2706 # so that the user can short-circuit this test for compilers unknown to
2707 # Autoconf.
2708 for ac_file in $ac_files ''
2710 test -f "$ac_file" || continue
2711 case $ac_file in
2712 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2714 [ab].out )
2715 # We found the default executable, but exeext='' is most
2716 # certainly right.
2717 break;;
2718 *.* )
2719 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2720 then :; else
2721 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2723 # We set ac_cv_exeext here because the later test for it is not
2724 # safe: cross compilers may not add the suffix if given an `-o'
2725 # argument, so we may need to know it at that point already.
2726 # Even if this section looks crufty: it has the advantage of
2727 # actually working.
2728 break;;
2730 break;;
2731 esac
2732 done
2733 test "$ac_cv_exeext" = no && ac_cv_exeext=
2735 else
2736 ac_file=''
2739 { echo "$as_me:$LINENO: result: $ac_file" >&5
2740 echo "${ECHO_T}$ac_file" >&6; }
2741 if test -z "$ac_file"; then
2742 echo "$as_me: failed program was:" >&5
2743 sed 's/^/| /' conftest.$ac_ext >&5
2745 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2746 See \`config.log' for more details." >&5
2747 echo "$as_me: error: C compiler cannot create executables
2748 See \`config.log' for more details." >&2;}
2749 { (exit 77); exit 77; }; }
2752 ac_exeext=$ac_cv_exeext
2754 # Check that the compiler produces executables we can run. If not, either
2755 # the compiler is broken, or we cross compile.
2756 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2757 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2758 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2759 # If not cross compiling, check that we can run a simple program.
2760 if test "$cross_compiling" != yes; then
2761 if { ac_try='./$ac_file'
2762 { (case "(($ac_try" in
2763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2765 esac
2766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2767 (eval "$ac_try") 2>&5
2768 ac_status=$?
2769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); }; }; then
2771 cross_compiling=no
2772 else
2773 if test "$cross_compiling" = maybe; then
2774 cross_compiling=yes
2775 else
2776 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2777 If you meant to cross compile, use \`--host'.
2778 See \`config.log' for more details." >&5
2779 echo "$as_me: error: cannot run C compiled programs.
2780 If you meant to cross compile, use \`--host'.
2781 See \`config.log' for more details." >&2;}
2782 { (exit 1); exit 1; }; }
2786 { echo "$as_me:$LINENO: result: yes" >&5
2787 echo "${ECHO_T}yes" >&6; }
2789 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2790 ac_clean_files=$ac_clean_files_save
2791 # Check that the compiler produces executables we can run. If not, either
2792 # the compiler is broken, or we cross compile.
2793 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2794 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2795 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2796 echo "${ECHO_T}$cross_compiling" >&6; }
2798 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2799 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2800 if { (ac_try="$ac_link"
2801 case "(($ac_try" in
2802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2803 *) ac_try_echo=$ac_try;;
2804 esac
2805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2806 (eval "$ac_link") 2>&5
2807 ac_status=$?
2808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809 (exit $ac_status); }; then
2810 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2811 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2812 # work properly (i.e., refer to `conftest.exe'), while it won't with
2813 # `rm'.
2814 for ac_file in conftest.exe conftest conftest.*; do
2815 test -f "$ac_file" || continue
2816 case $ac_file in
2817 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2818 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 break;;
2820 * ) break;;
2821 esac
2822 done
2823 else
2824 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2825 See \`config.log' for more details." >&5
2826 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2827 See \`config.log' for more details." >&2;}
2828 { (exit 1); exit 1; }; }
2831 rm -f conftest$ac_cv_exeext
2832 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2833 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2835 rm -f conftest.$ac_ext
2836 EXEEXT=$ac_cv_exeext
2837 ac_exeext=$EXEEXT
2838 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2839 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2840 if test "${ac_cv_objext+set}" = set; then
2841 echo $ECHO_N "(cached) $ECHO_C" >&6
2842 else
2843 cat >conftest.$ac_ext <<_ACEOF
2844 /* confdefs.h. */
2845 _ACEOF
2846 cat confdefs.h >>conftest.$ac_ext
2847 cat >>conftest.$ac_ext <<_ACEOF
2848 /* end confdefs.h. */
2851 main ()
2855 return 0;
2857 _ACEOF
2858 rm -f conftest.o conftest.obj
2859 if { (ac_try="$ac_compile"
2860 case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863 esac
2864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2865 (eval "$ac_compile") 2>&5
2866 ac_status=$?
2867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2868 (exit $ac_status); }; then
2869 for ac_file in conftest.o conftest.obj conftest.*; do
2870 test -f "$ac_file" || continue;
2871 case $ac_file in
2872 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2873 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2874 break;;
2875 esac
2876 done
2877 else
2878 echo "$as_me: failed program was:" >&5
2879 sed 's/^/| /' conftest.$ac_ext >&5
2881 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2882 See \`config.log' for more details." >&5
2883 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2884 See \`config.log' for more details." >&2;}
2885 { (exit 1); exit 1; }; }
2888 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2890 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2891 echo "${ECHO_T}$ac_cv_objext" >&6; }
2892 OBJEXT=$ac_cv_objext
2893 ac_objext=$OBJEXT
2894 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2895 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2896 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2897 echo $ECHO_N "(cached) $ECHO_C" >&6
2898 else
2899 cat >conftest.$ac_ext <<_ACEOF
2900 /* confdefs.h. */
2901 _ACEOF
2902 cat confdefs.h >>conftest.$ac_ext
2903 cat >>conftest.$ac_ext <<_ACEOF
2904 /* end confdefs.h. */
2907 main ()
2909 #ifndef __GNUC__
2910 choke me
2911 #endif
2914 return 0;
2916 _ACEOF
2917 rm -f conftest.$ac_objext
2918 if { (ac_try="$ac_compile"
2919 case "(($ac_try" in
2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921 *) ac_try_echo=$ac_try;;
2922 esac
2923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2924 (eval "$ac_compile") 2>conftest.er1
2925 ac_status=$?
2926 grep -v '^ *+' conftest.er1 >conftest.err
2927 rm -f conftest.er1
2928 cat conftest.err >&5
2929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2930 (exit $ac_status); } && {
2931 test -z "$ac_c_werror_flag" ||
2932 test ! -s conftest.err
2933 } && test -s conftest.$ac_objext; then
2934 ac_compiler_gnu=yes
2935 else
2936 echo "$as_me: failed program was:" >&5
2937 sed 's/^/| /' conftest.$ac_ext >&5
2939 ac_compiler_gnu=no
2942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2943 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2946 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2947 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2948 GCC=`test $ac_compiler_gnu = yes && echo yes`
2949 ac_test_CFLAGS=${CFLAGS+set}
2950 ac_save_CFLAGS=$CFLAGS
2951 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2952 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2953 if test "${ac_cv_prog_cc_g+set}" = set; then
2954 echo $ECHO_N "(cached) $ECHO_C" >&6
2955 else
2956 ac_save_c_werror_flag=$ac_c_werror_flag
2957 ac_c_werror_flag=yes
2958 ac_cv_prog_cc_g=no
2959 CFLAGS="-g"
2960 cat >conftest.$ac_ext <<_ACEOF
2961 /* confdefs.h. */
2962 _ACEOF
2963 cat confdefs.h >>conftest.$ac_ext
2964 cat >>conftest.$ac_ext <<_ACEOF
2965 /* end confdefs.h. */
2968 main ()
2972 return 0;
2974 _ACEOF
2975 rm -f conftest.$ac_objext
2976 if { (ac_try="$ac_compile"
2977 case "(($ac_try" in
2978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2979 *) ac_try_echo=$ac_try;;
2980 esac
2981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2982 (eval "$ac_compile") 2>conftest.er1
2983 ac_status=$?
2984 grep -v '^ *+' conftest.er1 >conftest.err
2985 rm -f conftest.er1
2986 cat conftest.err >&5
2987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2988 (exit $ac_status); } && {
2989 test -z "$ac_c_werror_flag" ||
2990 test ! -s conftest.err
2991 } && test -s conftest.$ac_objext; then
2992 ac_cv_prog_cc_g=yes
2993 else
2994 echo "$as_me: failed program was:" >&5
2995 sed 's/^/| /' conftest.$ac_ext >&5
2997 CFLAGS=""
2998 cat >conftest.$ac_ext <<_ACEOF
2999 /* confdefs.h. */
3000 _ACEOF
3001 cat confdefs.h >>conftest.$ac_ext
3002 cat >>conftest.$ac_ext <<_ACEOF
3003 /* end confdefs.h. */
3006 main ()
3010 return 0;
3012 _ACEOF
3013 rm -f conftest.$ac_objext
3014 if { (ac_try="$ac_compile"
3015 case "(($ac_try" in
3016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3017 *) ac_try_echo=$ac_try;;
3018 esac
3019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3020 (eval "$ac_compile") 2>conftest.er1
3021 ac_status=$?
3022 grep -v '^ *+' conftest.er1 >conftest.err
3023 rm -f conftest.er1
3024 cat conftest.err >&5
3025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3026 (exit $ac_status); } && {
3027 test -z "$ac_c_werror_flag" ||
3028 test ! -s conftest.err
3029 } && test -s conftest.$ac_objext; then
3031 else
3032 echo "$as_me: failed program was:" >&5
3033 sed 's/^/| /' conftest.$ac_ext >&5
3035 ac_c_werror_flag=$ac_save_c_werror_flag
3036 CFLAGS="-g"
3037 cat >conftest.$ac_ext <<_ACEOF
3038 /* confdefs.h. */
3039 _ACEOF
3040 cat confdefs.h >>conftest.$ac_ext
3041 cat >>conftest.$ac_ext <<_ACEOF
3042 /* end confdefs.h. */
3045 main ()
3049 return 0;
3051 _ACEOF
3052 rm -f conftest.$ac_objext
3053 if { (ac_try="$ac_compile"
3054 case "(($ac_try" in
3055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3056 *) ac_try_echo=$ac_try;;
3057 esac
3058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3059 (eval "$ac_compile") 2>conftest.er1
3060 ac_status=$?
3061 grep -v '^ *+' conftest.er1 >conftest.err
3062 rm -f conftest.er1
3063 cat conftest.err >&5
3064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3065 (exit $ac_status); } && {
3066 test -z "$ac_c_werror_flag" ||
3067 test ! -s conftest.err
3068 } && test -s conftest.$ac_objext; then
3069 ac_cv_prog_cc_g=yes
3070 else
3071 echo "$as_me: failed program was:" >&5
3072 sed 's/^/| /' conftest.$ac_ext >&5
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 ac_c_werror_flag=$ac_save_c_werror_flag
3086 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3087 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3088 if test "$ac_test_CFLAGS" = set; then
3089 CFLAGS=$ac_save_CFLAGS
3090 elif test $ac_cv_prog_cc_g = yes; then
3091 if test "$GCC" = yes; then
3092 CFLAGS="-g -O2"
3093 else
3094 CFLAGS="-g"
3096 else
3097 if test "$GCC" = yes; then
3098 CFLAGS="-O2"
3099 else
3100 CFLAGS=
3103 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3104 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3105 if test "${ac_cv_prog_cc_c89+set}" = set; then
3106 echo $ECHO_N "(cached) $ECHO_C" >&6
3107 else
3108 ac_cv_prog_cc_c89=no
3109 ac_save_CC=$CC
3110 cat >conftest.$ac_ext <<_ACEOF
3111 /* confdefs.h. */
3112 _ACEOF
3113 cat confdefs.h >>conftest.$ac_ext
3114 cat >>conftest.$ac_ext <<_ACEOF
3115 /* end confdefs.h. */
3116 #include <stdarg.h>
3117 #include <stdio.h>
3118 #include <sys/types.h>
3119 #include <sys/stat.h>
3120 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3121 struct buf { int x; };
3122 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3123 static char *e (p, i)
3124 char **p;
3125 int i;
3127 return p[i];
3129 static char *f (char * (*g) (char **, int), char **p, ...)
3131 char *s;
3132 va_list v;
3133 va_start (v,p);
3134 s = g (p, va_arg (v,int));
3135 va_end (v);
3136 return s;
3139 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3140 function prototypes and stuff, but not '\xHH' hex character constants.
3141 These don't provoke an error unfortunately, instead are silently treated
3142 as 'x'. The following induces an error, until -std is added to get
3143 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3144 array size at least. It's necessary to write '\x00'==0 to get something
3145 that's true only with -std. */
3146 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3148 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3149 inside strings and character constants. */
3150 #define FOO(x) 'x'
3151 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3153 int test (int i, double x);
3154 struct s1 {int (*f) (int a);};
3155 struct s2 {int (*f) (double a);};
3156 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3157 int argc;
3158 char **argv;
3160 main ()
3162 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3164 return 0;
3166 _ACEOF
3167 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3168 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3170 CC="$ac_save_CC $ac_arg"
3171 rm -f conftest.$ac_objext
3172 if { (ac_try="$ac_compile"
3173 case "(($ac_try" in
3174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3175 *) ac_try_echo=$ac_try;;
3176 esac
3177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3179 ac_status=$?
3180 grep -v '^ *+' conftest.er1 >conftest.err
3181 rm -f conftest.er1
3182 cat conftest.err >&5
3183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3188 ac_cv_prog_cc_c89=$ac_arg
3189 else
3190 echo "$as_me: failed program was:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3196 rm -f core conftest.err conftest.$ac_objext
3197 test "x$ac_cv_prog_cc_c89" != "xno" && break
3198 done
3199 rm -f conftest.$ac_ext
3200 CC=$ac_save_CC
3203 # AC_CACHE_VAL
3204 case "x$ac_cv_prog_cc_c89" in
3206 { echo "$as_me:$LINENO: result: none needed" >&5
3207 echo "${ECHO_T}none needed" >&6; } ;;
3208 xno)
3209 { echo "$as_me:$LINENO: result: unsupported" >&5
3210 echo "${ECHO_T}unsupported" >&6; } ;;
3212 CC="$CC $ac_cv_prog_cc_c89"
3213 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3214 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3215 esac
3218 ac_ext=c
3219 ac_cpp='$CPP $CPPFLAGS'
3220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3224 ac_ext=cpp
3225 ac_cpp='$CXXCPP $CPPFLAGS'
3226 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3227 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3228 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3229 if test -z "$CXX"; then
3230 if test -n "$CCC"; then
3231 CXX=$CCC
3232 else
3233 if test -n "$ac_tool_prefix"; then
3234 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3237 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3238 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3240 if test "${ac_cv_prog_CXX+set}" = set; then
3241 echo $ECHO_N "(cached) $ECHO_C" >&6
3242 else
3243 if test -n "$CXX"; then
3244 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3245 else
3246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3247 for as_dir in $PATH
3249 IFS=$as_save_IFS
3250 test -z "$as_dir" && as_dir=.
3251 for ac_exec_ext in '' $ac_executable_extensions; do
3252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3253 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3255 break 2
3257 done
3258 done
3259 IFS=$as_save_IFS
3263 CXX=$ac_cv_prog_CXX
3264 if test -n "$CXX"; then
3265 { echo "$as_me:$LINENO: result: $CXX" >&5
3266 echo "${ECHO_T}$CXX" >&6; }
3267 else
3268 { echo "$as_me:$LINENO: result: no" >&5
3269 echo "${ECHO_T}no" >&6; }
3273 test -n "$CXX" && break
3274 done
3276 if test -z "$CXX"; then
3277 ac_ct_CXX=$CXX
3278 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3280 # Extract the first word of "$ac_prog", so it can be a program name with args.
3281 set dummy $ac_prog; ac_word=$2
3282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3284 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3285 echo $ECHO_N "(cached) $ECHO_C" >&6
3286 else
3287 if test -n "$ac_ct_CXX"; then
3288 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3289 else
3290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3291 for as_dir in $PATH
3293 IFS=$as_save_IFS
3294 test -z "$as_dir" && as_dir=.
3295 for ac_exec_ext in '' $ac_executable_extensions; do
3296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3297 ac_cv_prog_ac_ct_CXX="$ac_prog"
3298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3299 break 2
3301 done
3302 done
3303 IFS=$as_save_IFS
3307 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3308 if test -n "$ac_ct_CXX"; then
3309 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3310 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3311 else
3312 { echo "$as_me:$LINENO: result: no" >&5
3313 echo "${ECHO_T}no" >&6; }
3317 test -n "$ac_ct_CXX" && break
3318 done
3320 if test "x$ac_ct_CXX" = x; then
3321 CXX="g++"
3322 else
3323 case $cross_compiling:$ac_tool_warned in
3324 yes:)
3325 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3326 whose name does not start with the host triplet. If you think this
3327 configuration is useful to you, please write to autoconf@gnu.org." >&5
3328 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3329 whose name does not start with the host triplet. If you think this
3330 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3331 ac_tool_warned=yes ;;
3332 esac
3333 CXX=$ac_ct_CXX
3339 # Provide some information about the compiler.
3340 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3341 ac_compiler=`set X $ac_compile; echo $2`
3342 { (ac_try="$ac_compiler --version >&5"
3343 case "(($ac_try" in
3344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3345 *) ac_try_echo=$ac_try;;
3346 esac
3347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3348 (eval "$ac_compiler --version >&5") 2>&5
3349 ac_status=$?
3350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3351 (exit $ac_status); }
3352 { (ac_try="$ac_compiler -v >&5"
3353 case "(($ac_try" in
3354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3355 *) ac_try_echo=$ac_try;;
3356 esac
3357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3358 (eval "$ac_compiler -v >&5") 2>&5
3359 ac_status=$?
3360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3361 (exit $ac_status); }
3362 { (ac_try="$ac_compiler -V >&5"
3363 case "(($ac_try" in
3364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3365 *) ac_try_echo=$ac_try;;
3366 esac
3367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3368 (eval "$ac_compiler -V >&5") 2>&5
3369 ac_status=$?
3370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3371 (exit $ac_status); }
3373 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3374 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3375 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3376 echo $ECHO_N "(cached) $ECHO_C" >&6
3377 else
3378 cat >conftest.$ac_ext <<_ACEOF
3379 /* confdefs.h. */
3380 _ACEOF
3381 cat confdefs.h >>conftest.$ac_ext
3382 cat >>conftest.$ac_ext <<_ACEOF
3383 /* end confdefs.h. */
3386 main ()
3388 #ifndef __GNUC__
3389 choke me
3390 #endif
3393 return 0;
3395 _ACEOF
3396 rm -f conftest.$ac_objext
3397 if { (ac_try="$ac_compile"
3398 case "(($ac_try" in
3399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3400 *) ac_try_echo=$ac_try;;
3401 esac
3402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3403 (eval "$ac_compile") 2>conftest.er1
3404 ac_status=$?
3405 grep -v '^ *+' conftest.er1 >conftest.err
3406 rm -f conftest.er1
3407 cat conftest.err >&5
3408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3409 (exit $ac_status); } && {
3410 test -z "$ac_cxx_werror_flag" ||
3411 test ! -s conftest.err
3412 } && test -s conftest.$ac_objext; then
3413 ac_compiler_gnu=yes
3414 else
3415 echo "$as_me: failed program was:" >&5
3416 sed 's/^/| /' conftest.$ac_ext >&5
3418 ac_compiler_gnu=no
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3425 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3426 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3427 GXX=`test $ac_compiler_gnu = yes && echo yes`
3428 ac_test_CXXFLAGS=${CXXFLAGS+set}
3429 ac_save_CXXFLAGS=$CXXFLAGS
3430 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3431 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3432 if test "${ac_cv_prog_cxx_g+set}" = set; then
3433 echo $ECHO_N "(cached) $ECHO_C" >&6
3434 else
3435 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3436 ac_cxx_werror_flag=yes
3437 ac_cv_prog_cxx_g=no
3438 CXXFLAGS="-g"
3439 cat >conftest.$ac_ext <<_ACEOF
3440 /* confdefs.h. */
3441 _ACEOF
3442 cat confdefs.h >>conftest.$ac_ext
3443 cat >>conftest.$ac_ext <<_ACEOF
3444 /* end confdefs.h. */
3447 main ()
3451 return 0;
3453 _ACEOF
3454 rm -f conftest.$ac_objext
3455 if { (ac_try="$ac_compile"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3461 (eval "$ac_compile") 2>conftest.er1
3462 ac_status=$?
3463 grep -v '^ *+' conftest.er1 >conftest.err
3464 rm -f conftest.er1
3465 cat conftest.err >&5
3466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3467 (exit $ac_status); } && {
3468 test -z "$ac_cxx_werror_flag" ||
3469 test ! -s conftest.err
3470 } && test -s conftest.$ac_objext; then
3471 ac_cv_prog_cxx_g=yes
3472 else
3473 echo "$as_me: failed program was:" >&5
3474 sed 's/^/| /' conftest.$ac_ext >&5
3476 CXXFLAGS=""
3477 cat >conftest.$ac_ext <<_ACEOF
3478 /* confdefs.h. */
3479 _ACEOF
3480 cat confdefs.h >>conftest.$ac_ext
3481 cat >>conftest.$ac_ext <<_ACEOF
3482 /* end confdefs.h. */
3485 main ()
3489 return 0;
3491 _ACEOF
3492 rm -f conftest.$ac_objext
3493 if { (ac_try="$ac_compile"
3494 case "(($ac_try" in
3495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3496 *) ac_try_echo=$ac_try;;
3497 esac
3498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3499 (eval "$ac_compile") 2>conftest.er1
3500 ac_status=$?
3501 grep -v '^ *+' conftest.er1 >conftest.err
3502 rm -f conftest.er1
3503 cat conftest.err >&5
3504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3505 (exit $ac_status); } && {
3506 test -z "$ac_cxx_werror_flag" ||
3507 test ! -s conftest.err
3508 } && test -s conftest.$ac_objext; then
3510 else
3511 echo "$as_me: failed program was:" >&5
3512 sed 's/^/| /' conftest.$ac_ext >&5
3514 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3515 CXXFLAGS="-g"
3516 cat >conftest.$ac_ext <<_ACEOF
3517 /* confdefs.h. */
3518 _ACEOF
3519 cat confdefs.h >>conftest.$ac_ext
3520 cat >>conftest.$ac_ext <<_ACEOF
3521 /* end confdefs.h. */
3524 main ()
3528 return 0;
3530 _ACEOF
3531 rm -f conftest.$ac_objext
3532 if { (ac_try="$ac_compile"
3533 case "(($ac_try" in
3534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3535 *) ac_try_echo=$ac_try;;
3536 esac
3537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3538 (eval "$ac_compile") 2>conftest.er1
3539 ac_status=$?
3540 grep -v '^ *+' conftest.er1 >conftest.err
3541 rm -f conftest.er1
3542 cat conftest.err >&5
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); } && {
3545 test -z "$ac_cxx_werror_flag" ||
3546 test ! -s conftest.err
3547 } && test -s conftest.$ac_objext; then
3548 ac_cv_prog_cxx_g=yes
3549 else
3550 echo "$as_me: failed program was:" >&5
3551 sed 's/^/| /' conftest.$ac_ext >&5
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3565 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3566 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3567 if test "$ac_test_CXXFLAGS" = set; then
3568 CXXFLAGS=$ac_save_CXXFLAGS
3569 elif test $ac_cv_prog_cxx_g = yes; then
3570 if test "$GXX" = yes; then
3571 CXXFLAGS="-g -O2"
3572 else
3573 CXXFLAGS="-g"
3575 else
3576 if test "$GXX" = yes; then
3577 CXXFLAGS="-O2"
3578 else
3579 CXXFLAGS=
3582 ac_ext=c
3583 ac_cpp='$CPP $CPPFLAGS'
3584 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3585 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3586 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3588 if test -n "$ac_tool_prefix"; then
3589 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3590 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3593 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3594 echo $ECHO_N "(cached) $ECHO_C" >&6
3595 else
3596 if test -n "$CPPBIN"; then
3597 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3598 else
3599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3600 for as_dir in $PATH
3602 IFS=$as_save_IFS
3603 test -z "$as_dir" && as_dir=.
3604 for ac_exec_ext in '' $ac_executable_extensions; do
3605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3606 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3608 break 2
3610 done
3611 done
3612 IFS=$as_save_IFS
3616 CPPBIN=$ac_cv_prog_CPPBIN
3617 if test -n "$CPPBIN"; then
3618 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3619 echo "${ECHO_T}$CPPBIN" >&6; }
3620 else
3621 { echo "$as_me:$LINENO: result: no" >&5
3622 echo "${ECHO_T}no" >&6; }
3627 if test -z "$ac_cv_prog_CPPBIN"; then
3628 ac_ct_CPPBIN=$CPPBIN
3629 # Extract the first word of "cpp", so it can be a program name with args.
3630 set dummy cpp; ac_word=$2
3631 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3632 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3633 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3634 echo $ECHO_N "(cached) $ECHO_C" >&6
3635 else
3636 if test -n "$ac_ct_CPPBIN"; then
3637 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3638 else
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3640 for as_dir in $PATH
3642 IFS=$as_save_IFS
3643 test -z "$as_dir" && as_dir=.
3644 for ac_exec_ext in '' $ac_executable_extensions; do
3645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3646 ac_cv_prog_ac_ct_CPPBIN="cpp"
3647 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3648 break 2
3650 done
3651 done
3652 IFS=$as_save_IFS
3656 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3657 if test -n "$ac_ct_CPPBIN"; then
3658 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3659 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3660 else
3661 { echo "$as_me:$LINENO: result: no" >&5
3662 echo "${ECHO_T}no" >&6; }
3665 if test "x$ac_ct_CPPBIN" = x; then
3666 CPPBIN="cpp"
3667 else
3668 case $cross_compiling:$ac_tool_warned in
3669 yes:)
3670 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3671 whose name does not start with the host triplet. If you think this
3672 configuration is useful to you, please write to autoconf@gnu.org." >&5
3673 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3674 whose name does not start with the host triplet. If you think this
3675 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3676 ac_tool_warned=yes ;;
3677 esac
3678 CPPBIN=$ac_ct_CPPBIN
3680 else
3681 CPPBIN="$ac_cv_prog_CPPBIN"
3685 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3686 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3687 if test "${wine_cv_toolsdir+set}" = set; then
3688 echo $ECHO_N "(cached) $ECHO_C" >&6
3689 else
3690 if test -z "$with_wine_tools"; then
3691 if test "$cross_compiling" = "yes"; then
3692 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3693 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3694 { (exit 1); exit 1; }; }
3695 else
3696 wine_cv_toolsdir="\$(TOPOBJDIR)"
3698 elif test -d "$with_wine_tools/tools/winebuild"; then
3699 case $with_wine_tools in
3700 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3701 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3702 esac
3703 else
3704 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3705 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3706 { (exit 1); exit 1; }; }
3709 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3710 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3711 TOOLSDIR=$wine_cv_toolsdir
3715 ac_ext=c
3716 ac_cpp='$CPP $CPPFLAGS'
3717 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3718 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3719 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3721 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3722 # On Suns, sometimes $CPP names a directory.
3723 if test -n "$CPP" && test -d "$CPP"; then
3724 CPP=
3726 if test -z "$CPP"; then
3727 if test "${ac_cv_prog_CPP+set}" = set; then
3728 echo $ECHO_N "(cached) $ECHO_C" >&6
3729 else
3730 # Double quotes because CPP needs to be expanded
3731 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3733 ac_preproc_ok=false
3734 for ac_c_preproc_warn_flag in '' yes
3736 # Use a header file that comes with gcc, so configuring glibc
3737 # with a fresh cross-compiler works.
3738 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3739 # <limits.h> exists even on freestanding compilers.
3740 # On the NeXT, cc -E runs the code through the compiler's parser,
3741 # not just through cpp. "Syntax error" is here to catch this case.
3742 cat >conftest.$ac_ext <<_ACEOF
3743 /* confdefs.h. */
3744 _ACEOF
3745 cat confdefs.h >>conftest.$ac_ext
3746 cat >>conftest.$ac_ext <<_ACEOF
3747 /* end confdefs.h. */
3748 #ifdef __STDC__
3749 # include <limits.h>
3750 #else
3751 # include <assert.h>
3752 #endif
3753 Syntax error
3754 _ACEOF
3755 if { (ac_try="$ac_cpp conftest.$ac_ext"
3756 case "(($ac_try" in
3757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3758 *) ac_try_echo=$ac_try;;
3759 esac
3760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3761 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3762 ac_status=$?
3763 grep -v '^ *+' conftest.er1 >conftest.err
3764 rm -f conftest.er1
3765 cat conftest.err >&5
3766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3767 (exit $ac_status); } >/dev/null && {
3768 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3769 test ! -s conftest.err
3770 }; then
3772 else
3773 echo "$as_me: failed program was:" >&5
3774 sed 's/^/| /' conftest.$ac_ext >&5
3776 # Broken: fails on valid input.
3777 continue
3780 rm -f conftest.err conftest.$ac_ext
3782 # OK, works on sane cases. Now check whether nonexistent headers
3783 # can be detected and how.
3784 cat >conftest.$ac_ext <<_ACEOF
3785 /* confdefs.h. */
3786 _ACEOF
3787 cat confdefs.h >>conftest.$ac_ext
3788 cat >>conftest.$ac_ext <<_ACEOF
3789 /* end confdefs.h. */
3790 #include <ac_nonexistent.h>
3791 _ACEOF
3792 if { (ac_try="$ac_cpp conftest.$ac_ext"
3793 case "(($ac_try" in
3794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3795 *) ac_try_echo=$ac_try;;
3796 esac
3797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3798 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3799 ac_status=$?
3800 grep -v '^ *+' conftest.er1 >conftest.err
3801 rm -f conftest.er1
3802 cat conftest.err >&5
3803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804 (exit $ac_status); } >/dev/null && {
3805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3806 test ! -s conftest.err
3807 }; then
3808 # Broken: success on invalid input.
3809 continue
3810 else
3811 echo "$as_me: failed program was:" >&5
3812 sed 's/^/| /' conftest.$ac_ext >&5
3814 # Passes both tests.
3815 ac_preproc_ok=:
3816 break
3819 rm -f conftest.err conftest.$ac_ext
3821 done
3822 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3823 rm -f conftest.err conftest.$ac_ext
3824 if $ac_preproc_ok; then
3825 break
3828 done
3829 ac_cv_prog_CPP=$CPP
3832 CPP=$ac_cv_prog_CPP
3833 else
3834 ac_cv_prog_CPP=$CPP
3836 { echo "$as_me:$LINENO: result: $CPP" >&5
3837 echo "${ECHO_T}$CPP" >&6; }
3838 ac_preproc_ok=false
3839 for ac_c_preproc_warn_flag in '' yes
3841 # Use a header file that comes with gcc, so configuring glibc
3842 # with a fresh cross-compiler works.
3843 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3844 # <limits.h> exists even on freestanding compilers.
3845 # On the NeXT, cc -E runs the code through the compiler's parser,
3846 # not just through cpp. "Syntax error" is here to catch this case.
3847 cat >conftest.$ac_ext <<_ACEOF
3848 /* confdefs.h. */
3849 _ACEOF
3850 cat confdefs.h >>conftest.$ac_ext
3851 cat >>conftest.$ac_ext <<_ACEOF
3852 /* end confdefs.h. */
3853 #ifdef __STDC__
3854 # include <limits.h>
3855 #else
3856 # include <assert.h>
3857 #endif
3858 Syntax error
3859 _ACEOF
3860 if { (ac_try="$ac_cpp conftest.$ac_ext"
3861 case "(($ac_try" in
3862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3863 *) ac_try_echo=$ac_try;;
3864 esac
3865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3866 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3867 ac_status=$?
3868 grep -v '^ *+' conftest.er1 >conftest.err
3869 rm -f conftest.er1
3870 cat conftest.err >&5
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); } >/dev/null && {
3873 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3874 test ! -s conftest.err
3875 }; then
3877 else
3878 echo "$as_me: failed program was:" >&5
3879 sed 's/^/| /' conftest.$ac_ext >&5
3881 # Broken: fails on valid input.
3882 continue
3885 rm -f conftest.err conftest.$ac_ext
3887 # OK, works on sane cases. Now check whether nonexistent headers
3888 # can be detected and how.
3889 cat >conftest.$ac_ext <<_ACEOF
3890 /* confdefs.h. */
3891 _ACEOF
3892 cat confdefs.h >>conftest.$ac_ext
3893 cat >>conftest.$ac_ext <<_ACEOF
3894 /* end confdefs.h. */
3895 #include <ac_nonexistent.h>
3896 _ACEOF
3897 if { (ac_try="$ac_cpp conftest.$ac_ext"
3898 case "(($ac_try" in
3899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3900 *) ac_try_echo=$ac_try;;
3901 esac
3902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3903 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3904 ac_status=$?
3905 grep -v '^ *+' conftest.er1 >conftest.err
3906 rm -f conftest.er1
3907 cat conftest.err >&5
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } >/dev/null && {
3910 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3911 test ! -s conftest.err
3912 }; then
3913 # Broken: success on invalid input.
3914 continue
3915 else
3916 echo "$as_me: failed program was:" >&5
3917 sed 's/^/| /' conftest.$ac_ext >&5
3919 # Passes both tests.
3920 ac_preproc_ok=:
3921 break
3924 rm -f conftest.err conftest.$ac_ext
3926 done
3927 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3928 rm -f conftest.err conftest.$ac_ext
3929 if $ac_preproc_ok; then
3931 else
3932 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3933 See \`config.log' for more details." >&5
3934 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3935 See \`config.log' for more details." >&2;}
3936 { (exit 1); exit 1; }; }
3939 ac_ext=c
3940 ac_cpp='$CPP $CPPFLAGS'
3941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3942 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3946 { echo "$as_me:$LINENO: checking for X" >&5
3947 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3950 # Check whether --with-x was given.
3951 if test "${with_x+set}" = set; then
3952 withval=$with_x;
3955 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3956 if test "x$with_x" = xno; then
3957 # The user explicitly disabled X.
3958 have_x=disabled
3959 else
3960 case $x_includes,$x_libraries in #(
3961 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3962 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3963 { (exit 1); exit 1; }; };; #(
3964 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3965 echo $ECHO_N "(cached) $ECHO_C" >&6
3966 else
3967 # One or both of the vars are not set, and there is no cached value.
3968 ac_x_includes=no ac_x_libraries=no
3969 rm -f -r conftest.dir
3970 if mkdir conftest.dir; then
3971 cd conftest.dir
3972 cat >Imakefile <<'_ACEOF'
3973 incroot:
3974 @echo incroot='${INCROOT}'
3975 usrlibdir:
3976 @echo usrlibdir='${USRLIBDIR}'
3977 libdir:
3978 @echo libdir='${LIBDIR}'
3979 _ACEOF
3980 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3981 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3982 for ac_var in incroot usrlibdir libdir; do
3983 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3984 done
3985 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3986 for ac_extension in a so sl; do
3987 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3988 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3989 ac_im_usrlibdir=$ac_im_libdir; break
3991 done
3992 # Screen out bogus values from the imake configuration. They are
3993 # bogus both because they are the default anyway, and because
3994 # using them would break gcc on systems where it needs fixed includes.
3995 case $ac_im_incroot in
3996 /usr/include) ac_x_includes= ;;
3997 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3998 esac
3999 case $ac_im_usrlibdir in
4000 /usr/lib | /lib) ;;
4001 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4002 esac
4004 cd ..
4005 rm -f -r conftest.dir
4008 # Standard set of common directories for X headers.
4009 # Check X11 before X11Rn because it is often a symlink to the current release.
4010 ac_x_header_dirs='
4011 /usr/X11/include
4012 /usr/X11R6/include
4013 /usr/X11R5/include
4014 /usr/X11R4/include
4016 /usr/include/X11
4017 /usr/include/X11R6
4018 /usr/include/X11R5
4019 /usr/include/X11R4
4021 /usr/local/X11/include
4022 /usr/local/X11R6/include
4023 /usr/local/X11R5/include
4024 /usr/local/X11R4/include
4026 /usr/local/include/X11
4027 /usr/local/include/X11R6
4028 /usr/local/include/X11R5
4029 /usr/local/include/X11R4
4031 /usr/X386/include
4032 /usr/x386/include
4033 /usr/XFree86/include/X11
4035 /usr/include
4036 /usr/local/include
4037 /usr/unsupported/include
4038 /usr/athena/include
4039 /usr/local/x11r5/include
4040 /usr/lpp/Xamples/include
4042 /usr/openwin/include
4043 /usr/openwin/share/include'
4045 if test "$ac_x_includes" = no; then
4046 # Guess where to find include files, by looking for Xlib.h.
4047 # First, try using that file with no special directory specified.
4048 cat >conftest.$ac_ext <<_ACEOF
4049 /* confdefs.h. */
4050 _ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h. */
4054 #include <X11/Xlib.h>
4055 _ACEOF
4056 if { (ac_try="$ac_cpp conftest.$ac_ext"
4057 case "(($ac_try" in
4058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4059 *) ac_try_echo=$ac_try;;
4060 esac
4061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4062 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4063 ac_status=$?
4064 grep -v '^ *+' conftest.er1 >conftest.err
4065 rm -f conftest.er1
4066 cat conftest.err >&5
4067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4068 (exit $ac_status); } >/dev/null && {
4069 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4070 test ! -s conftest.err
4071 }; then
4072 # We can compile using X headers with no special include directory.
4073 ac_x_includes=
4074 else
4075 echo "$as_me: failed program was:" >&5
4076 sed 's/^/| /' conftest.$ac_ext >&5
4078 for ac_dir in $ac_x_header_dirs; do
4079 if test -r "$ac_dir/X11/Xlib.h"; then
4080 ac_x_includes=$ac_dir
4081 break
4083 done
4086 rm -f conftest.err conftest.$ac_ext
4087 fi # $ac_x_includes = no
4089 if test "$ac_x_libraries" = no; then
4090 # Check for the libraries.
4091 # See if we find them without any special options.
4092 # Don't add to $LIBS permanently.
4093 ac_save_LIBS=$LIBS
4094 LIBS="-lX11 $LIBS"
4095 cat >conftest.$ac_ext <<_ACEOF
4096 /* confdefs.h. */
4097 _ACEOF
4098 cat confdefs.h >>conftest.$ac_ext
4099 cat >>conftest.$ac_ext <<_ACEOF
4100 /* end confdefs.h. */
4101 #include <X11/Xlib.h>
4103 main ()
4105 XrmInitialize ()
4107 return 0;
4109 _ACEOF
4110 rm -f conftest.$ac_objext conftest$ac_exeext
4111 if { (ac_try="$ac_link"
4112 case "(($ac_try" in
4113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4114 *) ac_try_echo=$ac_try;;
4115 esac
4116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4117 (eval "$ac_link") 2>conftest.er1
4118 ac_status=$?
4119 grep -v '^ *+' conftest.er1 >conftest.err
4120 rm -f conftest.er1
4121 cat conftest.err >&5
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); } && {
4124 test -z "$ac_c_werror_flag" ||
4125 test ! -s conftest.err
4126 } && test -s conftest$ac_exeext &&
4127 $as_test_x conftest$ac_exeext; then
4128 LIBS=$ac_save_LIBS
4129 # We can link X programs with no special library path.
4130 ac_x_libraries=
4131 else
4132 echo "$as_me: failed program was:" >&5
4133 sed 's/^/| /' conftest.$ac_ext >&5
4135 LIBS=$ac_save_LIBS
4136 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4138 # Don't even attempt the hair of trying to link an X program!
4139 for ac_extension in a so sl; do
4140 if test -r "$ac_dir/libX11.$ac_extension"; then
4141 ac_x_libraries=$ac_dir
4142 break 2
4144 done
4145 done
4148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4149 conftest$ac_exeext conftest.$ac_ext
4150 fi # $ac_x_libraries = no
4152 case $ac_x_includes,$ac_x_libraries in #(
4153 no,* | *,no | *\'*)
4154 # Didn't find X, or a directory has "'" in its name.
4155 ac_cv_have_x="have_x=no";; #(
4157 # Record where we found X for the cache.
4158 ac_cv_have_x="have_x=yes\
4159 ac_x_includes='$ac_x_includes'\
4160 ac_x_libraries='$ac_x_libraries'"
4161 esac
4163 ;; #(
4164 *) have_x=yes;;
4165 esac
4166 eval "$ac_cv_have_x"
4167 fi # $with_x != no
4169 if test "$have_x" != yes; then
4170 { echo "$as_me:$LINENO: result: $have_x" >&5
4171 echo "${ECHO_T}$have_x" >&6; }
4172 no_x=yes
4173 else
4174 # If each of the values was on the command line, it overrides each guess.
4175 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4176 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4177 # Update the cache value to reflect the command line values.
4178 ac_cv_have_x="have_x=yes\
4179 ac_x_includes='$x_includes'\
4180 ac_x_libraries='$x_libraries'"
4181 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4182 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4185 if test "$no_x" = yes; then
4186 # Not all programs may use this symbol, but it does not hurt to define it.
4188 cat >>confdefs.h <<\_ACEOF
4189 #define X_DISPLAY_MISSING 1
4190 _ACEOF
4192 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4193 else
4194 if test -n "$x_includes"; then
4195 X_CFLAGS="$X_CFLAGS -I$x_includes"
4198 # It would also be nice to do this for all -L options, not just this one.
4199 if test -n "$x_libraries"; then
4200 X_LIBS="$X_LIBS -L$x_libraries"
4201 # For Solaris; some versions of Sun CC require a space after -R and
4202 # others require no space. Words are not sufficient . . . .
4203 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4204 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4205 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4206 ac_xsave_c_werror_flag=$ac_c_werror_flag
4207 ac_c_werror_flag=yes
4208 cat >conftest.$ac_ext <<_ACEOF
4209 /* confdefs.h. */
4210 _ACEOF
4211 cat confdefs.h >>conftest.$ac_ext
4212 cat >>conftest.$ac_ext <<_ACEOF
4213 /* end confdefs.h. */
4216 main ()
4220 return 0;
4222 _ACEOF
4223 rm -f conftest.$ac_objext conftest$ac_exeext
4224 if { (ac_try="$ac_link"
4225 case "(($ac_try" in
4226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4227 *) ac_try_echo=$ac_try;;
4228 esac
4229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4230 (eval "$ac_link") 2>conftest.er1
4231 ac_status=$?
4232 grep -v '^ *+' conftest.er1 >conftest.err
4233 rm -f conftest.er1
4234 cat conftest.err >&5
4235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4236 (exit $ac_status); } && {
4237 test -z "$ac_c_werror_flag" ||
4238 test ! -s conftest.err
4239 } && test -s conftest$ac_exeext &&
4240 $as_test_x conftest$ac_exeext; then
4241 { echo "$as_me:$LINENO: result: no" >&5
4242 echo "${ECHO_T}no" >&6; }
4243 X_LIBS="$X_LIBS -R$x_libraries"
4244 else
4245 echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4248 LIBS="$ac_xsave_LIBS -R $x_libraries"
4249 cat >conftest.$ac_ext <<_ACEOF
4250 /* confdefs.h. */
4251 _ACEOF
4252 cat confdefs.h >>conftest.$ac_ext
4253 cat >>conftest.$ac_ext <<_ACEOF
4254 /* end confdefs.h. */
4257 main ()
4261 return 0;
4263 _ACEOF
4264 rm -f conftest.$ac_objext conftest$ac_exeext
4265 if { (ac_try="$ac_link"
4266 case "(($ac_try" in
4267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4268 *) ac_try_echo=$ac_try;;
4269 esac
4270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4271 (eval "$ac_link") 2>conftest.er1
4272 ac_status=$?
4273 grep -v '^ *+' conftest.er1 >conftest.err
4274 rm -f conftest.er1
4275 cat conftest.err >&5
4276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4277 (exit $ac_status); } && {
4278 test -z "$ac_c_werror_flag" ||
4279 test ! -s conftest.err
4280 } && test -s conftest$ac_exeext &&
4281 $as_test_x conftest$ac_exeext; then
4282 { echo "$as_me:$LINENO: result: yes" >&5
4283 echo "${ECHO_T}yes" >&6; }
4284 X_LIBS="$X_LIBS -R $x_libraries"
4285 else
4286 echo "$as_me: failed program was:" >&5
4287 sed 's/^/| /' conftest.$ac_ext >&5
4289 { echo "$as_me:$LINENO: result: neither works" >&5
4290 echo "${ECHO_T}neither works" >&6; }
4293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4294 conftest$ac_exeext conftest.$ac_ext
4297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4298 conftest$ac_exeext conftest.$ac_ext
4299 ac_c_werror_flag=$ac_xsave_c_werror_flag
4300 LIBS=$ac_xsave_LIBS
4303 # Check for system-dependent libraries X programs must link with.
4304 # Do this before checking for the system-independent R6 libraries
4305 # (-lICE), since we may need -lsocket or whatever for X linking.
4307 if test "$ISC" = yes; then
4308 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4309 else
4310 # Martyn Johnson says this is needed for Ultrix, if the X
4311 # libraries were built with DECnet support. And Karl Berry says
4312 # the Alpha needs dnet_stub (dnet does not exist).
4313 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4314 cat >conftest.$ac_ext <<_ACEOF
4315 /* confdefs.h. */
4316 _ACEOF
4317 cat confdefs.h >>conftest.$ac_ext
4318 cat >>conftest.$ac_ext <<_ACEOF
4319 /* end confdefs.h. */
4321 /* Override any GCC internal prototype to avoid an error.
4322 Use char because int might match the return type of a GCC
4323 builtin and then its argument prototype would still apply. */
4324 #ifdef __cplusplus
4325 extern "C"
4326 #endif
4327 char XOpenDisplay ();
4329 main ()
4331 return XOpenDisplay ();
4333 return 0;
4335 _ACEOF
4336 rm -f conftest.$ac_objext conftest$ac_exeext
4337 if { (ac_try="$ac_link"
4338 case "(($ac_try" in
4339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4340 *) ac_try_echo=$ac_try;;
4341 esac
4342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4343 (eval "$ac_link") 2>conftest.er1
4344 ac_status=$?
4345 grep -v '^ *+' conftest.er1 >conftest.err
4346 rm -f conftest.er1
4347 cat conftest.err >&5
4348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4349 (exit $ac_status); } && {
4350 test -z "$ac_c_werror_flag" ||
4351 test ! -s conftest.err
4352 } && test -s conftest$ac_exeext &&
4353 $as_test_x conftest$ac_exeext; then
4355 else
4356 echo "$as_me: failed program was:" >&5
4357 sed 's/^/| /' conftest.$ac_ext >&5
4359 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4360 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4361 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4363 else
4364 ac_check_lib_save_LIBS=$LIBS
4365 LIBS="-ldnet $LIBS"
4366 cat >conftest.$ac_ext <<_ACEOF
4367 /* confdefs.h. */
4368 _ACEOF
4369 cat confdefs.h >>conftest.$ac_ext
4370 cat >>conftest.$ac_ext <<_ACEOF
4371 /* end confdefs.h. */
4373 /* Override any GCC internal prototype to avoid an error.
4374 Use char because int might match the return type of a GCC
4375 builtin and then its argument prototype would still apply. */
4376 #ifdef __cplusplus
4377 extern "C"
4378 #endif
4379 char dnet_ntoa ();
4381 main ()
4383 return dnet_ntoa ();
4385 return 0;
4387 _ACEOF
4388 rm -f conftest.$ac_objext conftest$ac_exeext
4389 if { (ac_try="$ac_link"
4390 case "(($ac_try" in
4391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4392 *) ac_try_echo=$ac_try;;
4393 esac
4394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4395 (eval "$ac_link") 2>conftest.er1
4396 ac_status=$?
4397 grep -v '^ *+' conftest.er1 >conftest.err
4398 rm -f conftest.er1
4399 cat conftest.err >&5
4400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4401 (exit $ac_status); } && {
4402 test -z "$ac_c_werror_flag" ||
4403 test ! -s conftest.err
4404 } && test -s conftest$ac_exeext &&
4405 $as_test_x conftest$ac_exeext; then
4406 ac_cv_lib_dnet_dnet_ntoa=yes
4407 else
4408 echo "$as_me: failed program was:" >&5
4409 sed 's/^/| /' conftest.$ac_ext >&5
4411 ac_cv_lib_dnet_dnet_ntoa=no
4414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4415 conftest$ac_exeext conftest.$ac_ext
4416 LIBS=$ac_check_lib_save_LIBS
4418 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4419 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4420 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4421 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4424 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4425 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4426 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4427 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4428 echo $ECHO_N "(cached) $ECHO_C" >&6
4429 else
4430 ac_check_lib_save_LIBS=$LIBS
4431 LIBS="-ldnet_stub $LIBS"
4432 cat >conftest.$ac_ext <<_ACEOF
4433 /* confdefs.h. */
4434 _ACEOF
4435 cat confdefs.h >>conftest.$ac_ext
4436 cat >>conftest.$ac_ext <<_ACEOF
4437 /* end confdefs.h. */
4439 /* Override any GCC internal prototype to avoid an error.
4440 Use char because int might match the return type of a GCC
4441 builtin and then its argument prototype would still apply. */
4442 #ifdef __cplusplus
4443 extern "C"
4444 #endif
4445 char dnet_ntoa ();
4447 main ()
4449 return dnet_ntoa ();
4451 return 0;
4453 _ACEOF
4454 rm -f conftest.$ac_objext conftest$ac_exeext
4455 if { (ac_try="$ac_link"
4456 case "(($ac_try" in
4457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4458 *) ac_try_echo=$ac_try;;
4459 esac
4460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4461 (eval "$ac_link") 2>conftest.er1
4462 ac_status=$?
4463 grep -v '^ *+' conftest.er1 >conftest.err
4464 rm -f conftest.er1
4465 cat conftest.err >&5
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467 (exit $ac_status); } && {
4468 test -z "$ac_c_werror_flag" ||
4469 test ! -s conftest.err
4470 } && test -s conftest$ac_exeext &&
4471 $as_test_x conftest$ac_exeext; then
4472 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4473 else
4474 echo "$as_me: failed program was:" >&5
4475 sed 's/^/| /' conftest.$ac_ext >&5
4477 ac_cv_lib_dnet_stub_dnet_ntoa=no
4480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4481 conftest$ac_exeext conftest.$ac_ext
4482 LIBS=$ac_check_lib_save_LIBS
4484 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4485 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4486 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4487 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4494 conftest$ac_exeext conftest.$ac_ext
4495 LIBS="$ac_xsave_LIBS"
4497 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4498 # to get the SysV transport functions.
4499 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4500 # needs -lnsl.
4501 # The nsl library prevents programs from opening the X display
4502 # on Irix 5.2, according to T.E. Dickey.
4503 # The functions gethostbyname, getservbyname, and inet_addr are
4504 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4505 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4506 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4507 if test "${ac_cv_func_gethostbyname+set}" = set; then
4508 echo $ECHO_N "(cached) $ECHO_C" >&6
4509 else
4510 cat >conftest.$ac_ext <<_ACEOF
4511 /* confdefs.h. */
4512 _ACEOF
4513 cat confdefs.h >>conftest.$ac_ext
4514 cat >>conftest.$ac_ext <<_ACEOF
4515 /* end confdefs.h. */
4516 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4518 #define gethostbyname innocuous_gethostbyname
4520 /* System header to define __stub macros and hopefully few prototypes,
4521 which can conflict with char gethostbyname (); below.
4522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4523 <limits.h> exists even on freestanding compilers. */
4525 #ifdef __STDC__
4526 # include <limits.h>
4527 #else
4528 # include <assert.h>
4529 #endif
4531 #undef gethostbyname
4533 /* Override any GCC internal prototype to avoid an error.
4534 Use char because int might match the return type of a GCC
4535 builtin and then its argument prototype would still apply. */
4536 #ifdef __cplusplus
4537 extern "C"
4538 #endif
4539 char gethostbyname ();
4540 /* The GNU C library defines this for functions which it implements
4541 to always fail with ENOSYS. Some functions are actually named
4542 something starting with __ and the normal name is an alias. */
4543 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4544 choke me
4545 #endif
4548 main ()
4550 return gethostbyname ();
4552 return 0;
4554 _ACEOF
4555 rm -f conftest.$ac_objext conftest$ac_exeext
4556 if { (ac_try="$ac_link"
4557 case "(($ac_try" in
4558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4559 *) ac_try_echo=$ac_try;;
4560 esac
4561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4562 (eval "$ac_link") 2>conftest.er1
4563 ac_status=$?
4564 grep -v '^ *+' conftest.er1 >conftest.err
4565 rm -f conftest.er1
4566 cat conftest.err >&5
4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); } && {
4569 test -z "$ac_c_werror_flag" ||
4570 test ! -s conftest.err
4571 } && test -s conftest$ac_exeext &&
4572 $as_test_x conftest$ac_exeext; then
4573 ac_cv_func_gethostbyname=yes
4574 else
4575 echo "$as_me: failed program was:" >&5
4576 sed 's/^/| /' conftest.$ac_ext >&5
4578 ac_cv_func_gethostbyname=no
4581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4582 conftest$ac_exeext conftest.$ac_ext
4584 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4585 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4587 if test $ac_cv_func_gethostbyname = no; then
4588 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4589 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4590 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4591 echo $ECHO_N "(cached) $ECHO_C" >&6
4592 else
4593 ac_check_lib_save_LIBS=$LIBS
4594 LIBS="-lnsl $LIBS"
4595 cat >conftest.$ac_ext <<_ACEOF
4596 /* confdefs.h. */
4597 _ACEOF
4598 cat confdefs.h >>conftest.$ac_ext
4599 cat >>conftest.$ac_ext <<_ACEOF
4600 /* end confdefs.h. */
4602 /* Override any GCC internal prototype to avoid an error.
4603 Use char because int might match the return type of a GCC
4604 builtin and then its argument prototype would still apply. */
4605 #ifdef __cplusplus
4606 extern "C"
4607 #endif
4608 char gethostbyname ();
4610 main ()
4612 return gethostbyname ();
4614 return 0;
4616 _ACEOF
4617 rm -f conftest.$ac_objext conftest$ac_exeext
4618 if { (ac_try="$ac_link"
4619 case "(($ac_try" in
4620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4621 *) ac_try_echo=$ac_try;;
4622 esac
4623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4624 (eval "$ac_link") 2>conftest.er1
4625 ac_status=$?
4626 grep -v '^ *+' conftest.er1 >conftest.err
4627 rm -f conftest.er1
4628 cat conftest.err >&5
4629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4630 (exit $ac_status); } && {
4631 test -z "$ac_c_werror_flag" ||
4632 test ! -s conftest.err
4633 } && test -s conftest$ac_exeext &&
4634 $as_test_x conftest$ac_exeext; then
4635 ac_cv_lib_nsl_gethostbyname=yes
4636 else
4637 echo "$as_me: failed program was:" >&5
4638 sed 's/^/| /' conftest.$ac_ext >&5
4640 ac_cv_lib_nsl_gethostbyname=no
4643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4644 conftest$ac_exeext conftest.$ac_ext
4645 LIBS=$ac_check_lib_save_LIBS
4647 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4648 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4649 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4650 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4653 if test $ac_cv_lib_nsl_gethostbyname = no; then
4654 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4655 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4656 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4657 echo $ECHO_N "(cached) $ECHO_C" >&6
4658 else
4659 ac_check_lib_save_LIBS=$LIBS
4660 LIBS="-lbsd $LIBS"
4661 cat >conftest.$ac_ext <<_ACEOF
4662 /* confdefs.h. */
4663 _ACEOF
4664 cat confdefs.h >>conftest.$ac_ext
4665 cat >>conftest.$ac_ext <<_ACEOF
4666 /* end confdefs.h. */
4668 /* Override any GCC internal prototype to avoid an error.
4669 Use char because int might match the return type of a GCC
4670 builtin and then its argument prototype would still apply. */
4671 #ifdef __cplusplus
4672 extern "C"
4673 #endif
4674 char gethostbyname ();
4676 main ()
4678 return gethostbyname ();
4680 return 0;
4682 _ACEOF
4683 rm -f conftest.$ac_objext conftest$ac_exeext
4684 if { (ac_try="$ac_link"
4685 case "(($ac_try" in
4686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4687 *) ac_try_echo=$ac_try;;
4688 esac
4689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4690 (eval "$ac_link") 2>conftest.er1
4691 ac_status=$?
4692 grep -v '^ *+' conftest.er1 >conftest.err
4693 rm -f conftest.er1
4694 cat conftest.err >&5
4695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4696 (exit $ac_status); } && {
4697 test -z "$ac_c_werror_flag" ||
4698 test ! -s conftest.err
4699 } && test -s conftest$ac_exeext &&
4700 $as_test_x conftest$ac_exeext; then
4701 ac_cv_lib_bsd_gethostbyname=yes
4702 else
4703 echo "$as_me: failed program was:" >&5
4704 sed 's/^/| /' conftest.$ac_ext >&5
4706 ac_cv_lib_bsd_gethostbyname=no
4709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4710 conftest$ac_exeext conftest.$ac_ext
4711 LIBS=$ac_check_lib_save_LIBS
4713 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4714 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4715 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4716 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4722 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4723 # socket/setsockopt and other routines are undefined under SCO ODT
4724 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4725 # on later versions), says Simon Leinen: it contains gethostby*
4726 # variants that don't use the name server (or something). -lsocket
4727 # must be given before -lnsl if both are needed. We assume that
4728 # if connect needs -lnsl, so does gethostbyname.
4729 { echo "$as_me:$LINENO: checking for connect" >&5
4730 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4731 if test "${ac_cv_func_connect+set}" = set; then
4732 echo $ECHO_N "(cached) $ECHO_C" >&6
4733 else
4734 cat >conftest.$ac_ext <<_ACEOF
4735 /* confdefs.h. */
4736 _ACEOF
4737 cat confdefs.h >>conftest.$ac_ext
4738 cat >>conftest.$ac_ext <<_ACEOF
4739 /* end confdefs.h. */
4740 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4741 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4742 #define connect innocuous_connect
4744 /* System header to define __stub macros and hopefully few prototypes,
4745 which can conflict with char connect (); below.
4746 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4747 <limits.h> exists even on freestanding compilers. */
4749 #ifdef __STDC__
4750 # include <limits.h>
4751 #else
4752 # include <assert.h>
4753 #endif
4755 #undef connect
4757 /* Override any GCC internal prototype to avoid an error.
4758 Use char because int might match the return type of a GCC
4759 builtin and then its argument prototype would still apply. */
4760 #ifdef __cplusplus
4761 extern "C"
4762 #endif
4763 char connect ();
4764 /* The GNU C library defines this for functions which it implements
4765 to always fail with ENOSYS. Some functions are actually named
4766 something starting with __ and the normal name is an alias. */
4767 #if defined __stub_connect || defined __stub___connect
4768 choke me
4769 #endif
4772 main ()
4774 return connect ();
4776 return 0;
4778 _ACEOF
4779 rm -f conftest.$ac_objext conftest$ac_exeext
4780 if { (ac_try="$ac_link"
4781 case "(($ac_try" in
4782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4783 *) ac_try_echo=$ac_try;;
4784 esac
4785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4786 (eval "$ac_link") 2>conftest.er1
4787 ac_status=$?
4788 grep -v '^ *+' conftest.er1 >conftest.err
4789 rm -f conftest.er1
4790 cat conftest.err >&5
4791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4792 (exit $ac_status); } && {
4793 test -z "$ac_c_werror_flag" ||
4794 test ! -s conftest.err
4795 } && test -s conftest$ac_exeext &&
4796 $as_test_x conftest$ac_exeext; then
4797 ac_cv_func_connect=yes
4798 else
4799 echo "$as_me: failed program was:" >&5
4800 sed 's/^/| /' conftest.$ac_ext >&5
4802 ac_cv_func_connect=no
4805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4806 conftest$ac_exeext conftest.$ac_ext
4808 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4809 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4811 if test $ac_cv_func_connect = no; then
4812 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4813 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4814 if test "${ac_cv_lib_socket_connect+set}" = set; then
4815 echo $ECHO_N "(cached) $ECHO_C" >&6
4816 else
4817 ac_check_lib_save_LIBS=$LIBS
4818 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4819 cat >conftest.$ac_ext <<_ACEOF
4820 /* confdefs.h. */
4821 _ACEOF
4822 cat confdefs.h >>conftest.$ac_ext
4823 cat >>conftest.$ac_ext <<_ACEOF
4824 /* end confdefs.h. */
4826 /* Override any GCC internal prototype to avoid an error.
4827 Use char because int might match the return type of a GCC
4828 builtin and then its argument prototype would still apply. */
4829 #ifdef __cplusplus
4830 extern "C"
4831 #endif
4832 char connect ();
4834 main ()
4836 return connect ();
4838 return 0;
4840 _ACEOF
4841 rm -f conftest.$ac_objext conftest$ac_exeext
4842 if { (ac_try="$ac_link"
4843 case "(($ac_try" in
4844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4845 *) ac_try_echo=$ac_try;;
4846 esac
4847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4848 (eval "$ac_link") 2>conftest.er1
4849 ac_status=$?
4850 grep -v '^ *+' conftest.er1 >conftest.err
4851 rm -f conftest.er1
4852 cat conftest.err >&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); } && {
4855 test -z "$ac_c_werror_flag" ||
4856 test ! -s conftest.err
4857 } && test -s conftest$ac_exeext &&
4858 $as_test_x conftest$ac_exeext; then
4859 ac_cv_lib_socket_connect=yes
4860 else
4861 echo "$as_me: failed program was:" >&5
4862 sed 's/^/| /' conftest.$ac_ext >&5
4864 ac_cv_lib_socket_connect=no
4867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4868 conftest$ac_exeext conftest.$ac_ext
4869 LIBS=$ac_check_lib_save_LIBS
4871 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4872 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4873 if test $ac_cv_lib_socket_connect = yes; then
4874 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4879 # Guillermo Gomez says -lposix is necessary on A/UX.
4880 { echo "$as_me:$LINENO: checking for remove" >&5
4881 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4882 if test "${ac_cv_func_remove+set}" = set; then
4883 echo $ECHO_N "(cached) $ECHO_C" >&6
4884 else
4885 cat >conftest.$ac_ext <<_ACEOF
4886 /* confdefs.h. */
4887 _ACEOF
4888 cat confdefs.h >>conftest.$ac_ext
4889 cat >>conftest.$ac_ext <<_ACEOF
4890 /* end confdefs.h. */
4891 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4893 #define remove innocuous_remove
4895 /* System header to define __stub macros and hopefully few prototypes,
4896 which can conflict with char remove (); below.
4897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4898 <limits.h> exists even on freestanding compilers. */
4900 #ifdef __STDC__
4901 # include <limits.h>
4902 #else
4903 # include <assert.h>
4904 #endif
4906 #undef remove
4908 /* Override any GCC internal prototype to avoid an error.
4909 Use char because int might match the return type of a GCC
4910 builtin and then its argument prototype would still apply. */
4911 #ifdef __cplusplus
4912 extern "C"
4913 #endif
4914 char remove ();
4915 /* The GNU C library defines this for functions which it implements
4916 to always fail with ENOSYS. Some functions are actually named
4917 something starting with __ and the normal name is an alias. */
4918 #if defined __stub_remove || defined __stub___remove
4919 choke me
4920 #endif
4923 main ()
4925 return remove ();
4927 return 0;
4929 _ACEOF
4930 rm -f conftest.$ac_objext conftest$ac_exeext
4931 if { (ac_try="$ac_link"
4932 case "(($ac_try" in
4933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4934 *) ac_try_echo=$ac_try;;
4935 esac
4936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4937 (eval "$ac_link") 2>conftest.er1
4938 ac_status=$?
4939 grep -v '^ *+' conftest.er1 >conftest.err
4940 rm -f conftest.er1
4941 cat conftest.err >&5
4942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4943 (exit $ac_status); } && {
4944 test -z "$ac_c_werror_flag" ||
4945 test ! -s conftest.err
4946 } && test -s conftest$ac_exeext &&
4947 $as_test_x conftest$ac_exeext; then
4948 ac_cv_func_remove=yes
4949 else
4950 echo "$as_me: failed program was:" >&5
4951 sed 's/^/| /' conftest.$ac_ext >&5
4953 ac_cv_func_remove=no
4956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4957 conftest$ac_exeext conftest.$ac_ext
4959 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4960 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4962 if test $ac_cv_func_remove = no; then
4963 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4964 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4965 if test "${ac_cv_lib_posix_remove+set}" = set; then
4966 echo $ECHO_N "(cached) $ECHO_C" >&6
4967 else
4968 ac_check_lib_save_LIBS=$LIBS
4969 LIBS="-lposix $LIBS"
4970 cat >conftest.$ac_ext <<_ACEOF
4971 /* confdefs.h. */
4972 _ACEOF
4973 cat confdefs.h >>conftest.$ac_ext
4974 cat >>conftest.$ac_ext <<_ACEOF
4975 /* end confdefs.h. */
4977 /* Override any GCC internal prototype to avoid an error.
4978 Use char because int might match the return type of a GCC
4979 builtin and then its argument prototype would still apply. */
4980 #ifdef __cplusplus
4981 extern "C"
4982 #endif
4983 char remove ();
4985 main ()
4987 return remove ();
4989 return 0;
4991 _ACEOF
4992 rm -f conftest.$ac_objext conftest$ac_exeext
4993 if { (ac_try="$ac_link"
4994 case "(($ac_try" in
4995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4996 *) ac_try_echo=$ac_try;;
4997 esac
4998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4999 (eval "$ac_link") 2>conftest.er1
5000 ac_status=$?
5001 grep -v '^ *+' conftest.er1 >conftest.err
5002 rm -f conftest.er1
5003 cat conftest.err >&5
5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } && {
5006 test -z "$ac_c_werror_flag" ||
5007 test ! -s conftest.err
5008 } && test -s conftest$ac_exeext &&
5009 $as_test_x conftest$ac_exeext; then
5010 ac_cv_lib_posix_remove=yes
5011 else
5012 echo "$as_me: failed program was:" >&5
5013 sed 's/^/| /' conftest.$ac_ext >&5
5015 ac_cv_lib_posix_remove=no
5018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5019 conftest$ac_exeext conftest.$ac_ext
5020 LIBS=$ac_check_lib_save_LIBS
5022 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5023 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5024 if test $ac_cv_lib_posix_remove = yes; then
5025 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5030 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5031 { echo "$as_me:$LINENO: checking for shmat" >&5
5032 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5033 if test "${ac_cv_func_shmat+set}" = set; then
5034 echo $ECHO_N "(cached) $ECHO_C" >&6
5035 else
5036 cat >conftest.$ac_ext <<_ACEOF
5037 /* confdefs.h. */
5038 _ACEOF
5039 cat confdefs.h >>conftest.$ac_ext
5040 cat >>conftest.$ac_ext <<_ACEOF
5041 /* end confdefs.h. */
5042 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5044 #define shmat innocuous_shmat
5046 /* System header to define __stub macros and hopefully few prototypes,
5047 which can conflict with char shmat (); below.
5048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5049 <limits.h> exists even on freestanding compilers. */
5051 #ifdef __STDC__
5052 # include <limits.h>
5053 #else
5054 # include <assert.h>
5055 #endif
5057 #undef shmat
5059 /* Override any GCC internal prototype to avoid an error.
5060 Use char because int might match the return type of a GCC
5061 builtin and then its argument prototype would still apply. */
5062 #ifdef __cplusplus
5063 extern "C"
5064 #endif
5065 char shmat ();
5066 /* The GNU C library defines this for functions which it implements
5067 to always fail with ENOSYS. Some functions are actually named
5068 something starting with __ and the normal name is an alias. */
5069 #if defined __stub_shmat || defined __stub___shmat
5070 choke me
5071 #endif
5074 main ()
5076 return shmat ();
5078 return 0;
5080 _ACEOF
5081 rm -f conftest.$ac_objext conftest$ac_exeext
5082 if { (ac_try="$ac_link"
5083 case "(($ac_try" in
5084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5085 *) ac_try_echo=$ac_try;;
5086 esac
5087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5088 (eval "$ac_link") 2>conftest.er1
5089 ac_status=$?
5090 grep -v '^ *+' conftest.er1 >conftest.err
5091 rm -f conftest.er1
5092 cat conftest.err >&5
5093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } && {
5095 test -z "$ac_c_werror_flag" ||
5096 test ! -s conftest.err
5097 } && test -s conftest$ac_exeext &&
5098 $as_test_x conftest$ac_exeext; then
5099 ac_cv_func_shmat=yes
5100 else
5101 echo "$as_me: failed program was:" >&5
5102 sed 's/^/| /' conftest.$ac_ext >&5
5104 ac_cv_func_shmat=no
5107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5108 conftest$ac_exeext conftest.$ac_ext
5110 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5111 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5113 if test $ac_cv_func_shmat = no; then
5114 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5115 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5116 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5117 echo $ECHO_N "(cached) $ECHO_C" >&6
5118 else
5119 ac_check_lib_save_LIBS=$LIBS
5120 LIBS="-lipc $LIBS"
5121 cat >conftest.$ac_ext <<_ACEOF
5122 /* confdefs.h. */
5123 _ACEOF
5124 cat confdefs.h >>conftest.$ac_ext
5125 cat >>conftest.$ac_ext <<_ACEOF
5126 /* end confdefs.h. */
5128 /* Override any GCC internal prototype to avoid an error.
5129 Use char because int might match the return type of a GCC
5130 builtin and then its argument prototype would still apply. */
5131 #ifdef __cplusplus
5132 extern "C"
5133 #endif
5134 char shmat ();
5136 main ()
5138 return shmat ();
5140 return 0;
5142 _ACEOF
5143 rm -f conftest.$ac_objext conftest$ac_exeext
5144 if { (ac_try="$ac_link"
5145 case "(($ac_try" in
5146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5147 *) ac_try_echo=$ac_try;;
5148 esac
5149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5150 (eval "$ac_link") 2>conftest.er1
5151 ac_status=$?
5152 grep -v '^ *+' conftest.er1 >conftest.err
5153 rm -f conftest.er1
5154 cat conftest.err >&5
5155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5156 (exit $ac_status); } && {
5157 test -z "$ac_c_werror_flag" ||
5158 test ! -s conftest.err
5159 } && test -s conftest$ac_exeext &&
5160 $as_test_x conftest$ac_exeext; then
5161 ac_cv_lib_ipc_shmat=yes
5162 else
5163 echo "$as_me: failed program was:" >&5
5164 sed 's/^/| /' conftest.$ac_ext >&5
5166 ac_cv_lib_ipc_shmat=no
5169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5170 conftest$ac_exeext conftest.$ac_ext
5171 LIBS=$ac_check_lib_save_LIBS
5173 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5174 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5175 if test $ac_cv_lib_ipc_shmat = yes; then
5176 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5182 # Check for libraries that X11R6 Xt/Xaw programs need.
5183 ac_save_LDFLAGS=$LDFLAGS
5184 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5185 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5186 # check for ICE first), but we must link in the order -lSM -lICE or
5187 # we get undefined symbols. So assume we have SM if we have ICE.
5188 # These have to be linked with before -lX11, unlike the other
5189 # libraries we check for below, so use a different variable.
5190 # John Interrante, Karl Berry
5191 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5192 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5193 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5194 echo $ECHO_N "(cached) $ECHO_C" >&6
5195 else
5196 ac_check_lib_save_LIBS=$LIBS
5197 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5198 cat >conftest.$ac_ext <<_ACEOF
5199 /* confdefs.h. */
5200 _ACEOF
5201 cat confdefs.h >>conftest.$ac_ext
5202 cat >>conftest.$ac_ext <<_ACEOF
5203 /* end confdefs.h. */
5205 /* Override any GCC internal prototype to avoid an error.
5206 Use char because int might match the return type of a GCC
5207 builtin and then its argument prototype would still apply. */
5208 #ifdef __cplusplus
5209 extern "C"
5210 #endif
5211 char IceConnectionNumber ();
5213 main ()
5215 return IceConnectionNumber ();
5217 return 0;
5219 _ACEOF
5220 rm -f conftest.$ac_objext conftest$ac_exeext
5221 if { (ac_try="$ac_link"
5222 case "(($ac_try" in
5223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5224 *) ac_try_echo=$ac_try;;
5225 esac
5226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 (eval "$ac_link") 2>conftest.er1
5228 ac_status=$?
5229 grep -v '^ *+' conftest.er1 >conftest.err
5230 rm -f conftest.er1
5231 cat conftest.err >&5
5232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5233 (exit $ac_status); } && {
5234 test -z "$ac_c_werror_flag" ||
5235 test ! -s conftest.err
5236 } && test -s conftest$ac_exeext &&
5237 $as_test_x conftest$ac_exeext; then
5238 ac_cv_lib_ICE_IceConnectionNumber=yes
5239 else
5240 echo "$as_me: failed program was:" >&5
5241 sed 's/^/| /' conftest.$ac_ext >&5
5243 ac_cv_lib_ICE_IceConnectionNumber=no
5246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5247 conftest$ac_exeext conftest.$ac_ext
5248 LIBS=$ac_check_lib_save_LIBS
5250 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5251 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5252 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5253 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5256 LDFLAGS=$ac_save_LDFLAGS
5261 for ac_prog in flex
5263 # Extract the first word of "$ac_prog", so it can be a program name with args.
5264 set dummy $ac_prog; ac_word=$2
5265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5267 if test "${ac_cv_prog_FLEX+set}" = set; then
5268 echo $ECHO_N "(cached) $ECHO_C" >&6
5269 else
5270 if test -n "$FLEX"; then
5271 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5272 else
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
5278 for ac_exec_ext in '' $ac_executable_extensions; do
5279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280 ac_cv_prog_FLEX="$ac_prog"
5281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5282 break 2
5284 done
5285 done
5286 IFS=$as_save_IFS
5290 FLEX=$ac_cv_prog_FLEX
5291 if test -n "$FLEX"; then
5292 { echo "$as_me:$LINENO: result: $FLEX" >&5
5293 echo "${ECHO_T}$FLEX" >&6; }
5294 else
5295 { echo "$as_me:$LINENO: result: no" >&5
5296 echo "${ECHO_T}no" >&6; }
5300 test -n "$FLEX" && break
5301 done
5302 test -n "$FLEX" || FLEX="none"
5304 if test "$FLEX" = "none"
5305 then
5306 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5307 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5308 { (exit 1); exit 1; }; }
5311 for ac_prog in bison
5313 # Extract the first word of "$ac_prog", so it can be a program name with args.
5314 set dummy $ac_prog; ac_word=$2
5315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5317 if test "${ac_cv_prog_BISON+set}" = set; then
5318 echo $ECHO_N "(cached) $ECHO_C" >&6
5319 else
5320 if test -n "$BISON"; then
5321 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5322 else
5323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5324 for as_dir in $PATH
5326 IFS=$as_save_IFS
5327 test -z "$as_dir" && as_dir=.
5328 for ac_exec_ext in '' $ac_executable_extensions; do
5329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5330 ac_cv_prog_BISON="$ac_prog"
5331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5332 break 2
5334 done
5335 done
5336 IFS=$as_save_IFS
5340 BISON=$ac_cv_prog_BISON
5341 if test -n "$BISON"; then
5342 { echo "$as_me:$LINENO: result: $BISON" >&5
5343 echo "${ECHO_T}$BISON" >&6; }
5344 else
5345 { echo "$as_me:$LINENO: result: no" >&5
5346 echo "${ECHO_T}no" >&6; }
5350 test -n "$BISON" && break
5351 done
5352 test -n "$BISON" || BISON="none"
5354 if test "$BISON" = "none"
5355 then
5356 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5357 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5358 { (exit 1); exit 1; }; }
5361 if test -n "$ac_tool_prefix"; then
5362 for ac_prog in gas as
5364 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5365 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5368 if test "${ac_cv_prog_AS+set}" = set; then
5369 echo $ECHO_N "(cached) $ECHO_C" >&6
5370 else
5371 if test -n "$AS"; then
5372 ac_cv_prog_AS="$AS" # Let the user override the test.
5373 else
5374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5375 for as_dir in $PATH
5377 IFS=$as_save_IFS
5378 test -z "$as_dir" && as_dir=.
5379 for ac_exec_ext in '' $ac_executable_extensions; do
5380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5381 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5383 break 2
5385 done
5386 done
5387 IFS=$as_save_IFS
5391 AS=$ac_cv_prog_AS
5392 if test -n "$AS"; then
5393 { echo "$as_me:$LINENO: result: $AS" >&5
5394 echo "${ECHO_T}$AS" >&6; }
5395 else
5396 { echo "$as_me:$LINENO: result: no" >&5
5397 echo "${ECHO_T}no" >&6; }
5401 test -n "$AS" && break
5402 done
5404 if test -z "$AS"; then
5405 ac_ct_AS=$AS
5406 for ac_prog in gas as
5408 # Extract the first word of "$ac_prog", so it can be a program name with args.
5409 set dummy $ac_prog; ac_word=$2
5410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5412 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5413 echo $ECHO_N "(cached) $ECHO_C" >&6
5414 else
5415 if test -n "$ac_ct_AS"; then
5416 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5417 else
5418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5419 for as_dir in $PATH
5421 IFS=$as_save_IFS
5422 test -z "$as_dir" && as_dir=.
5423 for ac_exec_ext in '' $ac_executable_extensions; do
5424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5425 ac_cv_prog_ac_ct_AS="$ac_prog"
5426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5427 break 2
5429 done
5430 done
5431 IFS=$as_save_IFS
5435 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5436 if test -n "$ac_ct_AS"; then
5437 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5438 echo "${ECHO_T}$ac_ct_AS" >&6; }
5439 else
5440 { echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6; }
5445 test -n "$ac_ct_AS" && break
5446 done
5448 if test "x$ac_ct_AS" = x; then
5449 AS="as"
5450 else
5451 case $cross_compiling:$ac_tool_warned in
5452 yes:)
5453 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5454 whose name does not start with the host triplet. If you think this
5455 configuration is useful to you, please write to autoconf@gnu.org." >&5
5456 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5457 whose name does not start with the host triplet. If you think this
5458 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5459 ac_tool_warned=yes ;;
5460 esac
5461 AS=$ac_ct_AS
5465 if test -n "$ac_tool_prefix"; then
5466 for ac_prog in ld gld
5468 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5469 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5472 if test "${ac_cv_prog_LD+set}" = set; then
5473 echo $ECHO_N "(cached) $ECHO_C" >&6
5474 else
5475 if test -n "$LD"; then
5476 ac_cv_prog_LD="$LD" # Let the user override the test.
5477 else
5478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5479 for as_dir in $PATH
5481 IFS=$as_save_IFS
5482 test -z "$as_dir" && as_dir=.
5483 for ac_exec_ext in '' $ac_executable_extensions; do
5484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5485 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5487 break 2
5489 done
5490 done
5491 IFS=$as_save_IFS
5495 LD=$ac_cv_prog_LD
5496 if test -n "$LD"; then
5497 { echo "$as_me:$LINENO: result: $LD" >&5
5498 echo "${ECHO_T}$LD" >&6; }
5499 else
5500 { echo "$as_me:$LINENO: result: no" >&5
5501 echo "${ECHO_T}no" >&6; }
5505 test -n "$LD" && break
5506 done
5508 if test -z "$LD"; then
5509 ac_ct_LD=$LD
5510 for ac_prog in ld gld
5512 # Extract the first word of "$ac_prog", so it can be a program name with args.
5513 set dummy $ac_prog; ac_word=$2
5514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5516 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5517 echo $ECHO_N "(cached) $ECHO_C" >&6
5518 else
5519 if test -n "$ac_ct_LD"; then
5520 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5521 else
5522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5523 for as_dir in $PATH
5525 IFS=$as_save_IFS
5526 test -z "$as_dir" && as_dir=.
5527 for ac_exec_ext in '' $ac_executable_extensions; do
5528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5529 ac_cv_prog_ac_ct_LD="$ac_prog"
5530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5531 break 2
5533 done
5534 done
5535 IFS=$as_save_IFS
5539 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5540 if test -n "$ac_ct_LD"; then
5541 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5542 echo "${ECHO_T}$ac_ct_LD" >&6; }
5543 else
5544 { echo "$as_me:$LINENO: result: no" >&5
5545 echo "${ECHO_T}no" >&6; }
5549 test -n "$ac_ct_LD" && break
5550 done
5552 if test "x$ac_ct_LD" = x; then
5553 LD="ld"
5554 else
5555 case $cross_compiling:$ac_tool_warned in
5556 yes:)
5557 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5558 whose name does not start with the host triplet. If you think this
5559 configuration is useful to you, please write to autoconf@gnu.org." >&5
5560 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5561 whose name does not start with the host triplet. If you think this
5562 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5563 ac_tool_warned=yes ;;
5564 esac
5565 LD=$ac_ct_LD
5569 if test -n "$ac_tool_prefix"; then
5570 for ac_prog in nm gnm
5572 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5573 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5576 if test "${ac_cv_prog_NM+set}" = set; then
5577 echo $ECHO_N "(cached) $ECHO_C" >&6
5578 else
5579 if test -n "$NM"; then
5580 ac_cv_prog_NM="$NM" # Let the user override the test.
5581 else
5582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5583 for as_dir in $PATH
5585 IFS=$as_save_IFS
5586 test -z "$as_dir" && as_dir=.
5587 for ac_exec_ext in '' $ac_executable_extensions; do
5588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5589 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5591 break 2
5593 done
5594 done
5595 IFS=$as_save_IFS
5599 NM=$ac_cv_prog_NM
5600 if test -n "$NM"; then
5601 { echo "$as_me:$LINENO: result: $NM" >&5
5602 echo "${ECHO_T}$NM" >&6; }
5603 else
5604 { echo "$as_me:$LINENO: result: no" >&5
5605 echo "${ECHO_T}no" >&6; }
5609 test -n "$NM" && break
5610 done
5612 if test -z "$NM"; then
5613 ac_ct_NM=$NM
5614 for ac_prog in nm gnm
5616 # Extract the first word of "$ac_prog", so it can be a program name with args.
5617 set dummy $ac_prog; ac_word=$2
5618 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5620 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5621 echo $ECHO_N "(cached) $ECHO_C" >&6
5622 else
5623 if test -n "$ac_ct_NM"; then
5624 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5625 else
5626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5627 for as_dir in $PATH
5629 IFS=$as_save_IFS
5630 test -z "$as_dir" && as_dir=.
5631 for ac_exec_ext in '' $ac_executable_extensions; do
5632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5633 ac_cv_prog_ac_ct_NM="$ac_prog"
5634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5635 break 2
5637 done
5638 done
5639 IFS=$as_save_IFS
5643 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5644 if test -n "$ac_ct_NM"; then
5645 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5646 echo "${ECHO_T}$ac_ct_NM" >&6; }
5647 else
5648 { echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6; }
5653 test -n "$ac_ct_NM" && break
5654 done
5656 if test "x$ac_ct_NM" = x; then
5657 NM="nm"
5658 else
5659 case $cross_compiling:$ac_tool_warned in
5660 yes:)
5661 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5662 whose name does not start with the host triplet. If you think this
5663 configuration is useful to you, please write to autoconf@gnu.org." >&5
5664 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5665 whose name does not start with the host triplet. If you think this
5666 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5667 ac_tool_warned=yes ;;
5668 esac
5669 NM=$ac_ct_NM
5673 if test -n "$ac_tool_prefix"; then
5674 for ac_prog in ar gar
5676 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5677 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5678 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5679 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5680 if test "${ac_cv_prog_AR+set}" = set; then
5681 echo $ECHO_N "(cached) $ECHO_C" >&6
5682 else
5683 if test -n "$AR"; then
5684 ac_cv_prog_AR="$AR" # Let the user override the test.
5685 else
5686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5687 for as_dir in $PATH
5689 IFS=$as_save_IFS
5690 test -z "$as_dir" && as_dir=.
5691 for ac_exec_ext in '' $ac_executable_extensions; do
5692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5693 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5694 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5695 break 2
5697 done
5698 done
5699 IFS=$as_save_IFS
5703 AR=$ac_cv_prog_AR
5704 if test -n "$AR"; then
5705 { echo "$as_me:$LINENO: result: $AR" >&5
5706 echo "${ECHO_T}$AR" >&6; }
5707 else
5708 { echo "$as_me:$LINENO: result: no" >&5
5709 echo "${ECHO_T}no" >&6; }
5713 test -n "$AR" && break
5714 done
5716 if test -z "$AR"; then
5717 ac_ct_AR=$AR
5718 for ac_prog in ar gar
5720 # Extract the first word of "$ac_prog", so it can be a program name with args.
5721 set dummy $ac_prog; ac_word=$2
5722 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5723 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5724 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6
5726 else
5727 if test -n "$ac_ct_AR"; then
5728 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5729 else
5730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5731 for as_dir in $PATH
5733 IFS=$as_save_IFS
5734 test -z "$as_dir" && as_dir=.
5735 for ac_exec_ext in '' $ac_executable_extensions; do
5736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5737 ac_cv_prog_ac_ct_AR="$ac_prog"
5738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5739 break 2
5741 done
5742 done
5743 IFS=$as_save_IFS
5747 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5748 if test -n "$ac_ct_AR"; then
5749 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5750 echo "${ECHO_T}$ac_ct_AR" >&6; }
5751 else
5752 { echo "$as_me:$LINENO: result: no" >&5
5753 echo "${ECHO_T}no" >&6; }
5757 test -n "$ac_ct_AR" && break
5758 done
5760 if test "x$ac_ct_AR" = x; then
5761 AR="ar"
5762 else
5763 case $cross_compiling:$ac_tool_warned in
5764 yes:)
5765 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5766 whose name does not start with the host triplet. If you think this
5767 configuration is useful to you, please write to autoconf@gnu.org." >&5
5768 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5769 whose name does not start with the host triplet. If you think this
5770 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5771 ac_tool_warned=yes ;;
5772 esac
5773 AR=$ac_ct_AR
5777 ARFLAGS=rc
5779 if test -n "$ac_tool_prefix"; then
5780 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5781 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5782 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5784 if test "${ac_cv_prog_RANLIB+set}" = set; then
5785 echo $ECHO_N "(cached) $ECHO_C" >&6
5786 else
5787 if test -n "$RANLIB"; then
5788 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5789 else
5790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5791 for as_dir in $PATH
5793 IFS=$as_save_IFS
5794 test -z "$as_dir" && as_dir=.
5795 for ac_exec_ext in '' $ac_executable_extensions; do
5796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5797 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5799 break 2
5801 done
5802 done
5803 IFS=$as_save_IFS
5807 RANLIB=$ac_cv_prog_RANLIB
5808 if test -n "$RANLIB"; then
5809 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5810 echo "${ECHO_T}$RANLIB" >&6; }
5811 else
5812 { echo "$as_me:$LINENO: result: no" >&5
5813 echo "${ECHO_T}no" >&6; }
5818 if test -z "$ac_cv_prog_RANLIB"; then
5819 ac_ct_RANLIB=$RANLIB
5820 # Extract the first word of "ranlib", so it can be a program name with args.
5821 set dummy ranlib; ac_word=$2
5822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5824 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5825 echo $ECHO_N "(cached) $ECHO_C" >&6
5826 else
5827 if test -n "$ac_ct_RANLIB"; then
5828 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5829 else
5830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831 for as_dir in $PATH
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5837 ac_cv_prog_ac_ct_RANLIB="ranlib"
5838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5841 done
5842 done
5843 IFS=$as_save_IFS
5847 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5848 if test -n "$ac_ct_RANLIB"; then
5849 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5850 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5851 else
5852 { echo "$as_me:$LINENO: result: no" >&5
5853 echo "${ECHO_T}no" >&6; }
5856 if test "x$ac_ct_RANLIB" = x; then
5857 RANLIB=":"
5858 else
5859 case $cross_compiling:$ac_tool_warned in
5860 yes:)
5861 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5862 whose name does not start with the host triplet. If you think this
5863 configuration is useful to you, please write to autoconf@gnu.org." >&5
5864 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5865 whose name does not start with the host triplet. If you think this
5866 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5867 ac_tool_warned=yes ;;
5868 esac
5869 RANLIB=$ac_ct_RANLIB
5871 else
5872 RANLIB="$ac_cv_prog_RANLIB"
5875 if test -n "$ac_tool_prefix"; then
5876 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5877 set dummy ${ac_tool_prefix}strip; ac_word=$2
5878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5880 if test "${ac_cv_prog_STRIP+set}" = set; then
5881 echo $ECHO_N "(cached) $ECHO_C" >&6
5882 else
5883 if test -n "$STRIP"; then
5884 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5885 else
5886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5887 for as_dir in $PATH
5889 IFS=$as_save_IFS
5890 test -z "$as_dir" && as_dir=.
5891 for ac_exec_ext in '' $ac_executable_extensions; do
5892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5893 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5894 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5895 break 2
5897 done
5898 done
5899 IFS=$as_save_IFS
5903 STRIP=$ac_cv_prog_STRIP
5904 if test -n "$STRIP"; then
5905 { echo "$as_me:$LINENO: result: $STRIP" >&5
5906 echo "${ECHO_T}$STRIP" >&6; }
5907 else
5908 { echo "$as_me:$LINENO: result: no" >&5
5909 echo "${ECHO_T}no" >&6; }
5914 if test -z "$ac_cv_prog_STRIP"; then
5915 ac_ct_STRIP=$STRIP
5916 # Extract the first word of "strip", so it can be a program name with args.
5917 set dummy strip; ac_word=$2
5918 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5919 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5920 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5921 echo $ECHO_N "(cached) $ECHO_C" >&6
5922 else
5923 if test -n "$ac_ct_STRIP"; then
5924 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5925 else
5926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5927 for as_dir in $PATH
5929 IFS=$as_save_IFS
5930 test -z "$as_dir" && as_dir=.
5931 for ac_exec_ext in '' $ac_executable_extensions; do
5932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5933 ac_cv_prog_ac_ct_STRIP="strip"
5934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5935 break 2
5937 done
5938 done
5939 IFS=$as_save_IFS
5943 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5944 if test -n "$ac_ct_STRIP"; then
5945 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5946 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5947 else
5948 { echo "$as_me:$LINENO: result: no" >&5
5949 echo "${ECHO_T}no" >&6; }
5952 if test "x$ac_ct_STRIP" = x; then
5953 STRIP="strip"
5954 else
5955 case $cross_compiling:$ac_tool_warned in
5956 yes:)
5957 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5958 whose name does not start with the host triplet. If you think this
5959 configuration is useful to you, please write to autoconf@gnu.org." >&5
5960 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5961 whose name does not start with the host triplet. If you think this
5962 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5963 ac_tool_warned=yes ;;
5964 esac
5965 STRIP=$ac_ct_STRIP
5967 else
5968 STRIP="$ac_cv_prog_STRIP"
5971 if test -n "$ac_tool_prefix"; then
5972 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5973 set dummy ${ac_tool_prefix}windres; ac_word=$2
5974 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5976 if test "${ac_cv_prog_WINDRES+set}" = set; then
5977 echo $ECHO_N "(cached) $ECHO_C" >&6
5978 else
5979 if test -n "$WINDRES"; then
5980 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5981 else
5982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983 for as_dir in $PATH
5985 IFS=$as_save_IFS
5986 test -z "$as_dir" && as_dir=.
5987 for ac_exec_ext in '' $ac_executable_extensions; do
5988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5989 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5991 break 2
5993 done
5994 done
5995 IFS=$as_save_IFS
5999 WINDRES=$ac_cv_prog_WINDRES
6000 if test -n "$WINDRES"; then
6001 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6002 echo "${ECHO_T}$WINDRES" >&6; }
6003 else
6004 { echo "$as_me:$LINENO: result: no" >&5
6005 echo "${ECHO_T}no" >&6; }
6010 if test -z "$ac_cv_prog_WINDRES"; then
6011 ac_ct_WINDRES=$WINDRES
6012 # Extract the first word of "windres", so it can be a program name with args.
6013 set dummy windres; ac_word=$2
6014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6016 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6017 echo $ECHO_N "(cached) $ECHO_C" >&6
6018 else
6019 if test -n "$ac_ct_WINDRES"; then
6020 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6021 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_ac_ct_WINDRES="windres"
6030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6031 break 2
6033 done
6034 done
6035 IFS=$as_save_IFS
6039 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6040 if test -n "$ac_ct_WINDRES"; then
6041 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6042 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6043 else
6044 { echo "$as_me:$LINENO: result: no" >&5
6045 echo "${ECHO_T}no" >&6; }
6048 if test "x$ac_ct_WINDRES" = x; then
6049 WINDRES="false"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6054 whose name does not start with the host triplet. If you think this
6055 configuration is useful to you, please write to autoconf@gnu.org." >&5
6056 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6057 whose name does not start with the host triplet. If you think this
6058 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6059 ac_tool_warned=yes ;;
6060 esac
6061 WINDRES=$ac_ct_WINDRES
6063 else
6064 WINDRES="$ac_cv_prog_WINDRES"
6067 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6068 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6069 LN_S=$as_ln_s
6070 if test "$LN_S" = "ln -s"; then
6071 { echo "$as_me:$LINENO: result: yes" >&5
6072 echo "${ECHO_T}yes" >&6; }
6073 else
6074 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6075 echo "${ECHO_T}no, using $LN_S" >&6; }
6078 { echo "$as_me:$LINENO: checking whether ln works" >&5
6079 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6080 rm -f conf$$ conf$$.file
6081 echo >conf$$.file
6082 if ln conf$$.file conf$$ 2>/dev/null; then
6083 LN=ln
6085 { echo "$as_me:$LINENO: result: yes" >&5
6086 echo "${ECHO_T}yes" >&6; }
6087 else
6088 LN="cp -p"
6090 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6091 echo "${ECHO_T}no, using $LN" >&6; }
6093 rm -f conf$$ conf$$.file
6094 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6095 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097 echo $ECHO_N "(cached) $ECHO_C" >&6
6098 else
6099 # Extract the first word of "grep ggrep" to use in msg output
6100 if test -z "$GREP"; then
6101 set dummy grep ggrep; ac_prog_name=$2
6102 if test "${ac_cv_path_GREP+set}" = set; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6104 else
6105 ac_path_GREP_found=false
6106 # Loop through the user's path and test for each of PROGNAME-LIST
6107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6108 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6110 IFS=$as_save_IFS
6111 test -z "$as_dir" && as_dir=.
6112 for ac_prog in grep ggrep; do
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6115 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6116 # Check for GNU ac_path_GREP and select it if it is found.
6117 # Check for GNU $ac_path_GREP
6118 case `"$ac_path_GREP" --version 2>&1` in
6119 *GNU*)
6120 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6122 ac_count=0
6123 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6124 while :
6126 cat "conftest.in" "conftest.in" >"conftest.tmp"
6127 mv "conftest.tmp" "conftest.in"
6128 cp "conftest.in" "conftest.nl"
6129 echo 'GREP' >> "conftest.nl"
6130 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6131 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6132 ac_count=`expr $ac_count + 1`
6133 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6134 # Best one so far, save it but keep looking for a better one
6135 ac_cv_path_GREP="$ac_path_GREP"
6136 ac_path_GREP_max=$ac_count
6138 # 10*(2^10) chars as input seems more than enough
6139 test $ac_count -gt 10 && break
6140 done
6141 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6142 esac
6145 $ac_path_GREP_found && break 3
6146 done
6147 done
6149 done
6150 IFS=$as_save_IFS
6155 GREP="$ac_cv_path_GREP"
6156 if test -z "$GREP"; then
6157 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6158 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6159 { (exit 1); exit 1; }; }
6162 else
6163 ac_cv_path_GREP=$GREP
6168 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6169 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6170 GREP="$ac_cv_path_GREP"
6173 { echo "$as_me:$LINENO: checking for egrep" >&5
6174 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6175 if test "${ac_cv_path_EGREP+set}" = set; then
6176 echo $ECHO_N "(cached) $ECHO_C" >&6
6177 else
6178 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6179 then ac_cv_path_EGREP="$GREP -E"
6180 else
6181 # Extract the first word of "egrep" to use in msg output
6182 if test -z "$EGREP"; then
6183 set dummy egrep; ac_prog_name=$2
6184 if test "${ac_cv_path_EGREP+set}" = set; then
6185 echo $ECHO_N "(cached) $ECHO_C" >&6
6186 else
6187 ac_path_EGREP_found=false
6188 # Loop through the user's path and test for each of PROGNAME-LIST
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
6194 for ac_prog in egrep; do
6195 for ac_exec_ext in '' $ac_executable_extensions; do
6196 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6197 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6198 # Check for GNU ac_path_EGREP and select it if it is found.
6199 # Check for GNU $ac_path_EGREP
6200 case `"$ac_path_EGREP" --version 2>&1` in
6201 *GNU*)
6202 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6204 ac_count=0
6205 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6206 while :
6208 cat "conftest.in" "conftest.in" >"conftest.tmp"
6209 mv "conftest.tmp" "conftest.in"
6210 cp "conftest.in" "conftest.nl"
6211 echo 'EGREP' >> "conftest.nl"
6212 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6213 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6214 ac_count=`expr $ac_count + 1`
6215 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6216 # Best one so far, save it but keep looking for a better one
6217 ac_cv_path_EGREP="$ac_path_EGREP"
6218 ac_path_EGREP_max=$ac_count
6220 # 10*(2^10) chars as input seems more than enough
6221 test $ac_count -gt 10 && break
6222 done
6223 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6224 esac
6227 $ac_path_EGREP_found && break 3
6228 done
6229 done
6231 done
6232 IFS=$as_save_IFS
6237 EGREP="$ac_cv_path_EGREP"
6238 if test -z "$EGREP"; then
6239 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6240 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6241 { (exit 1); exit 1; }; }
6244 else
6245 ac_cv_path_EGREP=$EGREP
6251 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6252 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6253 EGREP="$ac_cv_path_EGREP"
6256 # Extract the first word of "ldconfig", so it can be a program name with args.
6257 set dummy ldconfig; ac_word=$2
6258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6260 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6261 echo $ECHO_N "(cached) $ECHO_C" >&6
6262 else
6263 case $LDCONFIG in
6264 [\\/]* | ?:[\\/]*)
6265 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in /sbin /usr/sbin $PATH
6271 IFS=$as_save_IFS
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6276 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 break 2
6279 done
6280 done
6281 IFS=$as_save_IFS
6283 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6285 esac
6287 LDCONFIG=$ac_cv_path_LDCONFIG
6288 if test -n "$LDCONFIG"; then
6289 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6290 echo "${ECHO_T}$LDCONFIG" >&6; }
6291 else
6292 { echo "$as_me:$LINENO: result: no" >&5
6293 echo "${ECHO_T}no" >&6; }
6297 # Find a good install program. We prefer a C program (faster),
6298 # so one script is as good as another. But avoid the broken or
6299 # incompatible versions:
6300 # SysV /etc/install, /usr/sbin/install
6301 # SunOS /usr/etc/install
6302 # IRIX /sbin/install
6303 # AIX /bin/install
6304 # AmigaOS /C/install, which installs bootblocks on floppy discs
6305 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6306 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6307 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6308 # OS/2's system install, which has a completely different semantic
6309 # ./install, which can be erroneously created by make from ./install.sh.
6310 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6311 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6312 if test -z "$INSTALL"; then
6313 if test "${ac_cv_path_install+set}" = set; then
6314 echo $ECHO_N "(cached) $ECHO_C" >&6
6315 else
6316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6317 for as_dir in $PATH
6319 IFS=$as_save_IFS
6320 test -z "$as_dir" && as_dir=.
6321 # Account for people who put trailing slashes in PATH elements.
6322 case $as_dir/ in
6323 ./ | .// | /cC/* | \
6324 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6325 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6326 /usr/ucb/* ) ;;
6328 # OSF1 and SCO ODT 3.0 have their own names for install.
6329 # Don't use installbsd from OSF since it installs stuff as root
6330 # by default.
6331 for ac_prog in ginstall scoinst install; do
6332 for ac_exec_ext in '' $ac_executable_extensions; do
6333 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6334 if test $ac_prog = install &&
6335 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6336 # AIX install. It has an incompatible calling convention.
6338 elif test $ac_prog = install &&
6339 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6340 # program-specific install script used by HP pwplus--don't use.
6342 else
6343 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6344 break 3
6347 done
6348 done
6350 esac
6351 done
6352 IFS=$as_save_IFS
6356 if test "${ac_cv_path_install+set}" = set; then
6357 INSTALL=$ac_cv_path_install
6358 else
6359 # As a last resort, use the slow shell script. Don't cache a
6360 # value for INSTALL within a source directory, because that will
6361 # break other packages using the cache if that directory is
6362 # removed, or if the value is a relative name.
6363 INSTALL=$ac_install_sh
6366 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6367 echo "${ECHO_T}$INSTALL" >&6; }
6369 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6370 # It thinks the first close brace ends the variable substitution.
6371 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6373 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6375 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6377 case "$INSTALL" in
6378 [\\/$]* | ?:[\\/]* ) ;;
6379 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6380 esac
6382 for ac_prog in lclint lint
6384 # Extract the first word of "$ac_prog", so it can be a program name with args.
6385 set dummy $ac_prog; ac_word=$2
6386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6388 if test "${ac_cv_prog_LINT+set}" = set; then
6389 echo $ECHO_N "(cached) $ECHO_C" >&6
6390 else
6391 if test -n "$LINT"; then
6392 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6393 else
6394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6395 for as_dir in $PATH
6397 IFS=$as_save_IFS
6398 test -z "$as_dir" && as_dir=.
6399 for ac_exec_ext in '' $ac_executable_extensions; do
6400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6401 ac_cv_prog_LINT="$ac_prog"
6402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6403 break 2
6405 done
6406 done
6407 IFS=$as_save_IFS
6411 LINT=$ac_cv_prog_LINT
6412 if test -n "$LINT"; then
6413 { echo "$as_me:$LINENO: result: $LINT" >&5
6414 echo "${ECHO_T}$LINT" >&6; }
6415 else
6416 { echo "$as_me:$LINENO: result: no" >&5
6417 echo "${ECHO_T}no" >&6; }
6421 test -n "$LINT" && break
6422 done
6424 if test "$LINT" = "lint"
6425 then
6426 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6431 for ac_prog in fontforge
6433 # Extract the first word of "$ac_prog", so it can be a program name with args.
6434 set dummy $ac_prog; ac_word=$2
6435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6437 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6438 echo $ECHO_N "(cached) $ECHO_C" >&6
6439 else
6440 if test -n "$FONTFORGE"; then
6441 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6442 else
6443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6444 for as_dir in $PATH
6446 IFS=$as_save_IFS
6447 test -z "$as_dir" && as_dir=.
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6450 ac_cv_prog_FONTFORGE="$ac_prog"
6451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 break 2
6454 done
6455 done
6456 IFS=$as_save_IFS
6460 FONTFORGE=$ac_cv_prog_FONTFORGE
6461 if test -n "$FONTFORGE"; then
6462 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6463 echo "${ECHO_T}$FONTFORGE" >&6; }
6464 else
6465 { echo "$as_me:$LINENO: result: no" >&5
6466 echo "${ECHO_T}no" >&6; }
6470 test -n "$FONTFORGE" && break
6471 done
6472 test -n "$FONTFORGE" || FONTFORGE="false"
6474 for ac_prog in pkg-config
6476 # Extract the first word of "$ac_prog", so it can be a program name with args.
6477 set dummy $ac_prog; ac_word=$2
6478 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6480 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6481 echo $ECHO_N "(cached) $ECHO_C" >&6
6482 else
6483 if test -n "$PKG_CONFIG"; then
6484 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6485 else
6486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487 for as_dir in $PATH
6489 IFS=$as_save_IFS
6490 test -z "$as_dir" && as_dir=.
6491 for ac_exec_ext in '' $ac_executable_extensions; do
6492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493 ac_cv_prog_PKG_CONFIG="$ac_prog"
6494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6495 break 2
6497 done
6498 done
6499 IFS=$as_save_IFS
6503 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6504 if test -n "$PKG_CONFIG"; then
6505 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6506 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6507 else
6508 { echo "$as_me:$LINENO: result: no" >&5
6509 echo "${ECHO_T}no" >&6; }
6513 test -n "$PKG_CONFIG" && break
6514 done
6515 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6517 for ac_prog in rsvg
6519 # Extract the first word of "$ac_prog", so it can be a program name with args.
6520 set dummy $ac_prog; ac_word=$2
6521 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6523 if test "${ac_cv_prog_RSVG+set}" = set; then
6524 echo $ECHO_N "(cached) $ECHO_C" >&6
6525 else
6526 if test -n "$RSVG"; then
6527 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6528 else
6529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530 for as_dir in $PATH
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6536 ac_cv_prog_RSVG="$ac_prog"
6537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 break 2
6540 done
6541 done
6542 IFS=$as_save_IFS
6546 RSVG=$ac_cv_prog_RSVG
6547 if test -n "$RSVG"; then
6548 { echo "$as_me:$LINENO: result: $RSVG" >&5
6549 echo "${ECHO_T}$RSVG" >&6; }
6550 else
6551 { echo "$as_me:$LINENO: result: no" >&5
6552 echo "${ECHO_T}no" >&6; }
6556 test -n "$RSVG" && break
6557 done
6558 test -n "$RSVG" || RSVG="false"
6560 for ac_prog in icotool
6562 # Extract the first word of "$ac_prog", so it can be a program name with args.
6563 set dummy $ac_prog; ac_word=$2
6564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6566 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6567 echo $ECHO_N "(cached) $ECHO_C" >&6
6568 else
6569 if test -n "$ICOTOOL"; then
6570 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6571 else
6572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6573 for as_dir in $PATH
6575 IFS=$as_save_IFS
6576 test -z "$as_dir" && as_dir=.
6577 for ac_exec_ext in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6579 ac_cv_prog_ICOTOOL="$ac_prog"
6580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6581 break 2
6583 done
6584 done
6585 IFS=$as_save_IFS
6589 ICOTOOL=$ac_cv_prog_ICOTOOL
6590 if test -n "$ICOTOOL"; then
6591 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6592 echo "${ECHO_T}$ICOTOOL" >&6; }
6593 else
6594 { echo "$as_me:$LINENO: result: no" >&5
6595 echo "${ECHO_T}no" >&6; }
6599 test -n "$ICOTOOL" && break
6600 done
6601 test -n "$ICOTOOL" || ICOTOOL="false"
6604 if test "${enable_maintainer_mode+set}" = set
6605 then
6606 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6607 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6608 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6611 case $host_cpu in
6612 *i[3456789]86*)
6613 # Extract the first word of "prelink", so it can be a program name with args.
6614 set dummy prelink; ac_word=$2
6615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6617 if test "${ac_cv_path_PRELINK+set}" = set; then
6618 echo $ECHO_N "(cached) $ECHO_C" >&6
6619 else
6620 case $PRELINK in
6621 [\\/]* | ?:[\\/]*)
6622 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6626 for as_dir in /sbin /usr/sbin $PATH
6628 IFS=$as_save_IFS
6629 test -z "$as_dir" && as_dir=.
6630 for ac_exec_ext in '' $ac_executable_extensions; do
6631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6632 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6634 break 2
6636 done
6637 done
6638 IFS=$as_save_IFS
6640 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6642 esac
6644 PRELINK=$ac_cv_path_PRELINK
6645 if test -n "$PRELINK"; then
6646 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6647 echo "${ECHO_T}$PRELINK" >&6; }
6648 else
6649 { echo "$as_me:$LINENO: result: no" >&5
6650 echo "${ECHO_T}no" >&6; }
6655 esac
6659 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6660 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6661 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6
6663 else
6664 ac_check_lib_save_LIBS=$LIBS
6665 LIBS="-li386 $LIBS"
6666 cat >conftest.$ac_ext <<_ACEOF
6667 /* confdefs.h. */
6668 _ACEOF
6669 cat confdefs.h >>conftest.$ac_ext
6670 cat >>conftest.$ac_ext <<_ACEOF
6671 /* end confdefs.h. */
6673 /* Override any GCC internal prototype to avoid an error.
6674 Use char because int might match the return type of a GCC
6675 builtin and then its argument prototype would still apply. */
6676 #ifdef __cplusplus
6677 extern "C"
6678 #endif
6679 char i386_set_ldt ();
6681 main ()
6683 return i386_set_ldt ();
6685 return 0;
6687 _ACEOF
6688 rm -f conftest.$ac_objext conftest$ac_exeext
6689 if { (ac_try="$ac_link"
6690 case "(($ac_try" in
6691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6692 *) ac_try_echo=$ac_try;;
6693 esac
6694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6695 (eval "$ac_link") 2>conftest.er1
6696 ac_status=$?
6697 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -f conftest.er1
6699 cat conftest.err >&5
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); } && {
6702 test -z "$ac_c_werror_flag" ||
6703 test ! -s conftest.err
6704 } && test -s conftest$ac_exeext &&
6705 $as_test_x conftest$ac_exeext; then
6706 ac_cv_lib_i386_i386_set_ldt=yes
6707 else
6708 echo "$as_me: failed program was:" >&5
6709 sed 's/^/| /' conftest.$ac_ext >&5
6711 ac_cv_lib_i386_i386_set_ldt=no
6714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6715 conftest$ac_exeext conftest.$ac_ext
6716 LIBS=$ac_check_lib_save_LIBS
6718 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6719 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6720 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6721 cat >>confdefs.h <<_ACEOF
6722 #define HAVE_LIBI386 1
6723 _ACEOF
6725 LIBS="-li386 $LIBS"
6730 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6731 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6732 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6733 echo $ECHO_N "(cached) $ECHO_C" >&6
6734 else
6735 ac_check_lib_save_LIBS=$LIBS
6736 LIBS="-lossaudio $LIBS"
6737 cat >conftest.$ac_ext <<_ACEOF
6738 /* confdefs.h. */
6739 _ACEOF
6740 cat confdefs.h >>conftest.$ac_ext
6741 cat >>conftest.$ac_ext <<_ACEOF
6742 /* end confdefs.h. */
6744 /* Override any GCC internal prototype to avoid an error.
6745 Use char because int might match the return type of a GCC
6746 builtin and then its argument prototype would still apply. */
6747 #ifdef __cplusplus
6748 extern "C"
6749 #endif
6750 char _oss_ioctl ();
6752 main ()
6754 return _oss_ioctl ();
6756 return 0;
6758 _ACEOF
6759 rm -f conftest.$ac_objext conftest$ac_exeext
6760 if { (ac_try="$ac_link"
6761 case "(($ac_try" in
6762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6763 *) ac_try_echo=$ac_try;;
6764 esac
6765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6766 (eval "$ac_link") 2>conftest.er1
6767 ac_status=$?
6768 grep -v '^ *+' conftest.er1 >conftest.err
6769 rm -f conftest.er1
6770 cat conftest.err >&5
6771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6772 (exit $ac_status); } && {
6773 test -z "$ac_c_werror_flag" ||
6774 test ! -s conftest.err
6775 } && test -s conftest$ac_exeext &&
6776 $as_test_x conftest$ac_exeext; then
6777 ac_cv_lib_ossaudio__oss_ioctl=yes
6778 else
6779 echo "$as_me: failed program was:" >&5
6780 sed 's/^/| /' conftest.$ac_ext >&5
6782 ac_cv_lib_ossaudio__oss_ioctl=no
6785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6786 conftest$ac_exeext conftest.$ac_ext
6787 LIBS=$ac_check_lib_save_LIBS
6789 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6790 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6791 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6792 cat >>confdefs.h <<_ACEOF
6793 #define HAVE_LIBOSSAUDIO 1
6794 _ACEOF
6796 LIBS="-lossaudio $LIBS"
6800 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6801 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6802 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6803 echo $ECHO_N "(cached) $ECHO_C" >&6
6804 else
6805 ac_check_lib_save_LIBS=$LIBS
6806 LIBS="-lpthread $LIBS"
6807 cat >conftest.$ac_ext <<_ACEOF
6808 /* confdefs.h. */
6809 _ACEOF
6810 cat confdefs.h >>conftest.$ac_ext
6811 cat >>conftest.$ac_ext <<_ACEOF
6812 /* end confdefs.h. */
6814 /* Override any GCC internal prototype to avoid an error.
6815 Use char because int might match the return type of a GCC
6816 builtin and then its argument prototype would still apply. */
6817 #ifdef __cplusplus
6818 extern "C"
6819 #endif
6820 char pthread_create ();
6822 main ()
6824 return pthread_create ();
6826 return 0;
6828 _ACEOF
6829 rm -f conftest.$ac_objext conftest$ac_exeext
6830 if { (ac_try="$ac_link"
6831 case "(($ac_try" in
6832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6833 *) ac_try_echo=$ac_try;;
6834 esac
6835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6836 (eval "$ac_link") 2>conftest.er1
6837 ac_status=$?
6838 grep -v '^ *+' conftest.er1 >conftest.err
6839 rm -f conftest.er1
6840 cat conftest.err >&5
6841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6842 (exit $ac_status); } && {
6843 test -z "$ac_c_werror_flag" ||
6844 test ! -s conftest.err
6845 } && test -s conftest$ac_exeext &&
6846 $as_test_x conftest$ac_exeext; then
6847 ac_cv_lib_pthread_pthread_create=yes
6848 else
6849 echo "$as_me: failed program was:" >&5
6850 sed 's/^/| /' conftest.$ac_ext >&5
6852 ac_cv_lib_pthread_pthread_create=no
6855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6856 conftest$ac_exeext conftest.$ac_ext
6857 LIBS=$ac_check_lib_save_LIBS
6859 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6860 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6861 if test $ac_cv_lib_pthread_pthread_create = yes; then
6862 LIBPTHREAD="-lpthread"
6867 XLIB=""
6869 OPENGL_LIBS=""
6873 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6874 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6875 if test "${ac_cv_header_stdc+set}" = set; then
6876 echo $ECHO_N "(cached) $ECHO_C" >&6
6877 else
6878 cat >conftest.$ac_ext <<_ACEOF
6879 /* confdefs.h. */
6880 _ACEOF
6881 cat confdefs.h >>conftest.$ac_ext
6882 cat >>conftest.$ac_ext <<_ACEOF
6883 /* end confdefs.h. */
6884 #include <stdlib.h>
6885 #include <stdarg.h>
6886 #include <string.h>
6887 #include <float.h>
6890 main ()
6894 return 0;
6896 _ACEOF
6897 rm -f conftest.$ac_objext
6898 if { (ac_try="$ac_compile"
6899 case "(($ac_try" in
6900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6901 *) ac_try_echo=$ac_try;;
6902 esac
6903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6904 (eval "$ac_compile") 2>conftest.er1
6905 ac_status=$?
6906 grep -v '^ *+' conftest.er1 >conftest.err
6907 rm -f conftest.er1
6908 cat conftest.err >&5
6909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6910 (exit $ac_status); } && {
6911 test -z "$ac_c_werror_flag" ||
6912 test ! -s conftest.err
6913 } && test -s conftest.$ac_objext; then
6914 ac_cv_header_stdc=yes
6915 else
6916 echo "$as_me: failed program was:" >&5
6917 sed 's/^/| /' conftest.$ac_ext >&5
6919 ac_cv_header_stdc=no
6922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6924 if test $ac_cv_header_stdc = yes; then
6925 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6926 cat >conftest.$ac_ext <<_ACEOF
6927 /* confdefs.h. */
6928 _ACEOF
6929 cat confdefs.h >>conftest.$ac_ext
6930 cat >>conftest.$ac_ext <<_ACEOF
6931 /* end confdefs.h. */
6932 #include <string.h>
6934 _ACEOF
6935 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6936 $EGREP "memchr" >/dev/null 2>&1; then
6938 else
6939 ac_cv_header_stdc=no
6941 rm -f conftest*
6945 if test $ac_cv_header_stdc = yes; then
6946 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6947 cat >conftest.$ac_ext <<_ACEOF
6948 /* confdefs.h. */
6949 _ACEOF
6950 cat confdefs.h >>conftest.$ac_ext
6951 cat >>conftest.$ac_ext <<_ACEOF
6952 /* end confdefs.h. */
6953 #include <stdlib.h>
6955 _ACEOF
6956 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6957 $EGREP "free" >/dev/null 2>&1; then
6959 else
6960 ac_cv_header_stdc=no
6962 rm -f conftest*
6966 if test $ac_cv_header_stdc = yes; then
6967 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6968 if test "$cross_compiling" = yes; then
6970 else
6971 cat >conftest.$ac_ext <<_ACEOF
6972 /* confdefs.h. */
6973 _ACEOF
6974 cat confdefs.h >>conftest.$ac_ext
6975 cat >>conftest.$ac_ext <<_ACEOF
6976 /* end confdefs.h. */
6977 #include <ctype.h>
6978 #include <stdlib.h>
6979 #if ((' ' & 0x0FF) == 0x020)
6980 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6981 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6982 #else
6983 # define ISLOWER(c) \
6984 (('a' <= (c) && (c) <= 'i') \
6985 || ('j' <= (c) && (c) <= 'r') \
6986 || ('s' <= (c) && (c) <= 'z'))
6987 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6988 #endif
6990 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6992 main ()
6994 int i;
6995 for (i = 0; i < 256; i++)
6996 if (XOR (islower (i), ISLOWER (i))
6997 || toupper (i) != TOUPPER (i))
6998 return 2;
6999 return 0;
7001 _ACEOF
7002 rm -f conftest$ac_exeext
7003 if { (ac_try="$ac_link"
7004 case "(($ac_try" in
7005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7006 *) ac_try_echo=$ac_try;;
7007 esac
7008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7009 (eval "$ac_link") 2>&5
7010 ac_status=$?
7011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7013 { (case "(($ac_try" in
7014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7015 *) ac_try_echo=$ac_try;;
7016 esac
7017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7018 (eval "$ac_try") 2>&5
7019 ac_status=$?
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); }; }; then
7023 else
7024 echo "$as_me: program exited with status $ac_status" >&5
7025 echo "$as_me: failed program was:" >&5
7026 sed 's/^/| /' conftest.$ac_ext >&5
7028 ( exit $ac_status )
7029 ac_cv_header_stdc=no
7031 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7037 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7038 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7039 if test $ac_cv_header_stdc = yes; then
7041 cat >>confdefs.h <<\_ACEOF
7042 #define STDC_HEADERS 1
7043 _ACEOF
7047 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7057 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7058 inttypes.h stdint.h unistd.h
7060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7064 echo $ECHO_N "(cached) $ECHO_C" >&6
7065 else
7066 cat >conftest.$ac_ext <<_ACEOF
7067 /* confdefs.h. */
7068 _ACEOF
7069 cat confdefs.h >>conftest.$ac_ext
7070 cat >>conftest.$ac_ext <<_ACEOF
7071 /* end confdefs.h. */
7072 $ac_includes_default
7074 #include <$ac_header>
7075 _ACEOF
7076 rm -f conftest.$ac_objext
7077 if { (ac_try="$ac_compile"
7078 case "(($ac_try" in
7079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7080 *) ac_try_echo=$ac_try;;
7081 esac
7082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7083 (eval "$ac_compile") 2>conftest.er1
7084 ac_status=$?
7085 grep -v '^ *+' conftest.er1 >conftest.err
7086 rm -f conftest.er1
7087 cat conftest.err >&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } && {
7090 test -z "$ac_c_werror_flag" ||
7091 test ! -s conftest.err
7092 } && test -s conftest.$ac_objext; then
7093 eval "$as_ac_Header=yes"
7094 else
7095 echo "$as_me: failed program was:" >&5
7096 sed 's/^/| /' conftest.$ac_ext >&5
7098 eval "$as_ac_Header=no"
7101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7103 ac_res=`eval echo '${'$as_ac_Header'}'`
7104 { echo "$as_me:$LINENO: result: $ac_res" >&5
7105 echo "${ECHO_T}$ac_res" >&6; }
7106 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7107 cat >>confdefs.h <<_ACEOF
7108 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7109 _ACEOF
7113 done
7227 for ac_header in \
7228 AudioUnit/AudioUnit.h \
7229 Carbon/Carbon.h \
7230 CoreAudio/CoreAudio.h \
7231 DiskArbitration/DiskArbitration.h \
7232 IOKit/IOKitLib.h \
7233 alias.h \
7234 alsa/asoundlib.h \
7235 arpa/inet.h \
7236 arpa/nameser.h \
7237 asm/types.h \
7238 capi20.h \
7239 curses.h \
7240 direct.h \
7241 dlfcn.h \
7242 elf.h \
7243 float.h \
7244 fontconfig/fontconfig.h \
7245 getopt.h \
7246 ieeefp.h \
7247 io.h \
7248 jack/jack.h \
7249 jpeglib.h \
7250 lber.h \
7251 lcms.h \
7252 lcms/lcms.h \
7253 ldap.h \
7254 libaudioio.h \
7255 link.h \
7256 linux/cdrom.h \
7257 linux/compiler.h \
7258 linux/hdreg.h \
7259 linux/input.h \
7260 linux/ioctl.h \
7261 linux/joystick.h \
7262 linux/major.h \
7263 linux/param.h \
7264 linux/serial.h \
7265 linux/ucdrom.h \
7266 mach/mach.h \
7267 mach/machine.h \
7268 machine/cpu.h \
7269 machine/limits.h \
7270 machine/soundcard.h \
7271 mntent.h \
7272 ncurses.h \
7273 netdb.h \
7274 netinet/in.h \
7275 netinet/in_systm.h \
7276 netinet/tcp.h \
7277 netinet/tcp_fsm.h \
7278 openssl/err.h \
7279 openssl/ssl.h \
7280 png.h \
7281 poll.h \
7282 process.h \
7283 pthread.h \
7284 pwd.h \
7285 regex.h \
7286 sched.h \
7287 scsi/scsi.h \
7288 scsi/scsi_ioctl.h \
7289 scsi/sg.h \
7290 soundcard.h \
7291 stdint.h \
7292 strings.h \
7293 sys/asoundlib.h \
7294 sys/cdio.h \
7295 sys/elf32.h \
7296 sys/epoll.h \
7297 sys/errno.h \
7298 sys/event.h \
7299 sys/exec_elf.h \
7300 sys/filio.h \
7301 sys/ioctl.h \
7302 sys/ipc.h \
7303 sys/limits.h \
7304 sys/link.h \
7305 sys/lwp.h \
7306 sys/mman.h \
7307 sys/modem.h \
7308 sys/msg.h \
7309 sys/mtio.h \
7310 sys/param.h \
7311 sys/poll.h \
7312 sys/prctl.h \
7313 sys/ptrace.h \
7314 sys/reg.h \
7315 sys/resource.h \
7316 sys/scsiio.h \
7317 sys/shm.h \
7318 sys/signal.h \
7319 sys/socket.h \
7320 sys/socketvar.h \
7321 sys/sockio.h \
7322 sys/soundcard.h \
7323 sys/statvfs.h \
7324 sys/strtio.h \
7325 sys/syscall.h \
7326 sys/sysctl.h \
7327 sys/time.h \
7328 sys/times.h \
7329 sys/uio.h \
7330 sys/un.h \
7331 sys/vm86.h \
7332 sys/wait.h \
7333 syscall.h \
7334 termios.h \
7335 unistd.h \
7336 utime.h \
7337 valgrind/memcheck.h \
7338 valgrind/valgrind.h
7341 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7343 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7344 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7346 echo $ECHO_N "(cached) $ECHO_C" >&6
7348 ac_res=`eval echo '${'$as_ac_Header'}'`
7349 { echo "$as_me:$LINENO: result: $ac_res" >&5
7350 echo "${ECHO_T}$ac_res" >&6; }
7351 else
7352 # Is the header compilable?
7353 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7354 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7355 cat >conftest.$ac_ext <<_ACEOF
7356 /* confdefs.h. */
7357 _ACEOF
7358 cat confdefs.h >>conftest.$ac_ext
7359 cat >>conftest.$ac_ext <<_ACEOF
7360 /* end confdefs.h. */
7361 $ac_includes_default
7362 #include <$ac_header>
7363 _ACEOF
7364 rm -f conftest.$ac_objext
7365 if { (ac_try="$ac_compile"
7366 case "(($ac_try" in
7367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7368 *) ac_try_echo=$ac_try;;
7369 esac
7370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7371 (eval "$ac_compile") 2>conftest.er1
7372 ac_status=$?
7373 grep -v '^ *+' conftest.er1 >conftest.err
7374 rm -f conftest.er1
7375 cat conftest.err >&5
7376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377 (exit $ac_status); } && {
7378 test -z "$ac_c_werror_flag" ||
7379 test ! -s conftest.err
7380 } && test -s conftest.$ac_objext; then
7381 ac_header_compiler=yes
7382 else
7383 echo "$as_me: failed program was:" >&5
7384 sed 's/^/| /' conftest.$ac_ext >&5
7386 ac_header_compiler=no
7389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7390 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7391 echo "${ECHO_T}$ac_header_compiler" >&6; }
7393 # Is the header present?
7394 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7395 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7396 cat >conftest.$ac_ext <<_ACEOF
7397 /* confdefs.h. */
7398 _ACEOF
7399 cat confdefs.h >>conftest.$ac_ext
7400 cat >>conftest.$ac_ext <<_ACEOF
7401 /* end confdefs.h. */
7402 #include <$ac_header>
7403 _ACEOF
7404 if { (ac_try="$ac_cpp conftest.$ac_ext"
7405 case "(($ac_try" in
7406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7407 *) ac_try_echo=$ac_try;;
7408 esac
7409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7410 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7411 ac_status=$?
7412 grep -v '^ *+' conftest.er1 >conftest.err
7413 rm -f conftest.er1
7414 cat conftest.err >&5
7415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7416 (exit $ac_status); } >/dev/null && {
7417 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7418 test ! -s conftest.err
7419 }; then
7420 ac_header_preproc=yes
7421 else
7422 echo "$as_me: failed program was:" >&5
7423 sed 's/^/| /' conftest.$ac_ext >&5
7425 ac_header_preproc=no
7428 rm -f conftest.err conftest.$ac_ext
7429 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7430 echo "${ECHO_T}$ac_header_preproc" >&6; }
7432 # So? What about this header?
7433 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7434 yes:no: )
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7436 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7438 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7439 ac_header_preproc=yes
7441 no:yes:* )
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7443 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7445 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7447 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7449 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7451 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7452 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7453 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7454 ( cat <<\_ASBOX
7455 ## ------------------------------------ ##
7456 ## Report this to wine-devel@winehq.org ##
7457 ## ------------------------------------ ##
7458 _ASBOX
7459 ) | sed "s/^/$as_me: WARNING: /" >&2
7461 esac
7462 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7463 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7464 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7465 echo $ECHO_N "(cached) $ECHO_C" >&6
7466 else
7467 eval "$as_ac_Header=\$ac_header_preproc"
7469 ac_res=`eval echo '${'$as_ac_Header'}'`
7470 { echo "$as_me:$LINENO: result: $ac_res" >&5
7471 echo "${ECHO_T}$ac_res" >&6; }
7474 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7475 cat >>confdefs.h <<_ACEOF
7476 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7477 _ACEOF
7481 done
7483 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7484 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7485 if test "${ac_cv_header_stat_broken+set}" = set; then
7486 echo $ECHO_N "(cached) $ECHO_C" >&6
7487 else
7488 cat >conftest.$ac_ext <<_ACEOF
7489 /* confdefs.h. */
7490 _ACEOF
7491 cat confdefs.h >>conftest.$ac_ext
7492 cat >>conftest.$ac_ext <<_ACEOF
7493 /* end confdefs.h. */
7494 #include <sys/types.h>
7495 #include <sys/stat.h>
7497 #if defined S_ISBLK && defined S_IFDIR
7498 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7499 #endif
7501 #if defined S_ISBLK && defined S_IFCHR
7502 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7503 #endif
7505 #if defined S_ISLNK && defined S_IFREG
7506 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7507 #endif
7509 #if defined S_ISSOCK && defined S_IFREG
7510 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7511 #endif
7513 _ACEOF
7514 rm -f conftest.$ac_objext
7515 if { (ac_try="$ac_compile"
7516 case "(($ac_try" in
7517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7518 *) ac_try_echo=$ac_try;;
7519 esac
7520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7521 (eval "$ac_compile") 2>conftest.er1
7522 ac_status=$?
7523 grep -v '^ *+' conftest.er1 >conftest.err
7524 rm -f conftest.er1
7525 cat conftest.err >&5
7526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7527 (exit $ac_status); } && {
7528 test -z "$ac_c_werror_flag" ||
7529 test ! -s conftest.err
7530 } && test -s conftest.$ac_objext; then
7531 ac_cv_header_stat_broken=no
7532 else
7533 echo "$as_me: failed program was:" >&5
7534 sed 's/^/| /' conftest.$ac_ext >&5
7536 ac_cv_header_stat_broken=yes
7539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7541 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7542 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7543 if test $ac_cv_header_stat_broken = yes; then
7545 cat >>confdefs.h <<\_ACEOF
7546 #define STAT_MACROS_BROKEN 1
7547 _ACEOF
7557 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7559 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7563 echo $ECHO_N "(cached) $ECHO_C" >&6
7564 else
7565 cat >conftest.$ac_ext <<_ACEOF
7566 /* confdefs.h. */
7567 _ACEOF
7568 cat confdefs.h >>conftest.$ac_ext
7569 cat >>conftest.$ac_ext <<_ACEOF
7570 /* end confdefs.h. */
7571 #include <sys/types.h>
7572 #ifdef HAVE_SYS_PARAM_H
7573 # include <sys/param.h>
7574 #endif
7576 #include <$ac_header>
7577 _ACEOF
7578 rm -f conftest.$ac_objext
7579 if { (ac_try="$ac_compile"
7580 case "(($ac_try" in
7581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7582 *) ac_try_echo=$ac_try;;
7583 esac
7584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7585 (eval "$ac_compile") 2>conftest.er1
7586 ac_status=$?
7587 grep -v '^ *+' conftest.er1 >conftest.err
7588 rm -f conftest.er1
7589 cat conftest.err >&5
7590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7591 (exit $ac_status); } && {
7592 test -z "$ac_c_werror_flag" ||
7593 test ! -s conftest.err
7594 } && test -s conftest.$ac_objext; then
7595 eval "$as_ac_Header=yes"
7596 else
7597 echo "$as_me: failed program was:" >&5
7598 sed 's/^/| /' conftest.$ac_ext >&5
7600 eval "$as_ac_Header=no"
7603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7605 ac_res=`eval echo '${'$as_ac_Header'}'`
7606 { echo "$as_me:$LINENO: result: $ac_res" >&5
7607 echo "${ECHO_T}$ac_res" >&6; }
7608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7609 cat >>confdefs.h <<_ACEOF
7610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7611 _ACEOF
7615 done
7630 for ac_header in \
7631 netinet/ip.h \
7632 net/if.h \
7633 net/if_arp.h \
7634 net/if_dl.h \
7635 net/if_types.h \
7636 net/route.h \
7637 netinet/if_ether.h \
7638 netinet/in_pcb.h \
7639 netinet/ip_icmp.h \
7640 netinet/ip_var.h \
7641 netinet/udp.h \
7642 netipx/ipx.h \
7645 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7646 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7647 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7649 echo $ECHO_N "(cached) $ECHO_C" >&6
7650 else
7651 cat >conftest.$ac_ext <<_ACEOF
7652 /* confdefs.h. */
7653 _ACEOF
7654 cat confdefs.h >>conftest.$ac_ext
7655 cat >>conftest.$ac_ext <<_ACEOF
7656 /* end confdefs.h. */
7657 #include <sys/types.h>
7658 #ifdef HAVE_SYS_SOCKET_H
7659 # include <sys/socket.h>
7660 #endif
7661 #ifdef HAVE_SYS_SOCKETVAR_H
7662 # include <sys/socketvar.h>
7663 #endif
7664 #ifdef HAVE_NETINET_IN_H
7665 # include <netinet/in.h>
7666 #endif
7667 #ifdef HAVE_NETINET_IP_H
7668 # include <netinet/ip.h>
7669 #endif
7671 #include <$ac_header>
7672 _ACEOF
7673 rm -f conftest.$ac_objext
7674 if { (ac_try="$ac_compile"
7675 case "(($ac_try" in
7676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7677 *) ac_try_echo=$ac_try;;
7678 esac
7679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7680 (eval "$ac_compile") 2>conftest.er1
7681 ac_status=$?
7682 grep -v '^ *+' conftest.er1 >conftest.err
7683 rm -f conftest.er1
7684 cat conftest.err >&5
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } && {
7687 test -z "$ac_c_werror_flag" ||
7688 test ! -s conftest.err
7689 } && test -s conftest.$ac_objext; then
7690 eval "$as_ac_Header=yes"
7691 else
7692 echo "$as_me: failed program was:" >&5
7693 sed 's/^/| /' conftest.$ac_ext >&5
7695 eval "$as_ac_Header=no"
7698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7700 ac_res=`eval echo '${'$as_ac_Header'}'`
7701 { echo "$as_me:$LINENO: result: $ac_res" >&5
7702 echo "${ECHO_T}$ac_res" >&6; }
7703 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7704 cat >>confdefs.h <<_ACEOF
7705 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7706 _ACEOF
7710 done
7717 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7719 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7720 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7722 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7723 echo $ECHO_N "(cached) $ECHO_C" >&6
7724 else
7725 cat >conftest.$ac_ext <<_ACEOF
7726 /* confdefs.h. */
7727 _ACEOF
7728 cat confdefs.h >>conftest.$ac_ext
7729 cat >>conftest.$ac_ext <<_ACEOF
7730 /* end confdefs.h. */
7731 #include <sys/types.h>
7732 #ifdef HAVE_ALIAS_H
7733 # include <alias.h>
7734 #endif
7735 #ifdef HAVE_SYS_SOCKET_H
7736 # include <sys/socket.h>
7737 #endif
7738 #ifdef HAVE_SYS_SOCKETVAR_H
7739 # include <sys/socketvar.h>
7740 #endif
7741 #ifdef HAVE_NETINET_IN_H
7742 # include <netinet/in.h>
7743 #endif
7744 #ifdef HAVE_NETINET_IP_H
7745 # include <netinet/ip.h>
7746 #endif
7747 #ifdef HAVE_NETINET_IP_VAR_H
7748 # include <netinet/ip_var.h>
7749 #endif
7750 #ifdef HAVE_NETINET_IP_ICMP_H
7751 # include <netinet/ip_icmp.h>
7752 #endif
7753 #ifdef HAVE_NETINET_UDP_H
7754 # include <netinet/udp.h>
7755 #endif
7756 #ifdef HAVE_NETINET_TCP_H
7757 # include <netinet/tcp.h>
7758 #endif
7760 #include <$ac_header>
7761 _ACEOF
7762 rm -f conftest.$ac_objext
7763 if { (ac_try="$ac_compile"
7764 case "(($ac_try" in
7765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7766 *) ac_try_echo=$ac_try;;
7767 esac
7768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7769 (eval "$ac_compile") 2>conftest.er1
7770 ac_status=$?
7771 grep -v '^ *+' conftest.er1 >conftest.err
7772 rm -f conftest.er1
7773 cat conftest.err >&5
7774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7775 (exit $ac_status); } && {
7776 test -z "$ac_c_werror_flag" ||
7777 test ! -s conftest.err
7778 } && test -s conftest.$ac_objext; then
7779 eval "$as_ac_Header=yes"
7780 else
7781 echo "$as_me: failed program was:" >&5
7782 sed 's/^/| /' conftest.$ac_ext >&5
7784 eval "$as_ac_Header=no"
7787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7789 ac_res=`eval echo '${'$as_ac_Header'}'`
7790 { echo "$as_me:$LINENO: result: $ac_res" >&5
7791 echo "${ECHO_T}$ac_res" >&6; }
7792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7793 cat >>confdefs.h <<_ACEOF
7794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7795 _ACEOF
7799 done
7803 for ac_header in linux/ipx.h
7805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7809 echo $ECHO_N "(cached) $ECHO_C" >&6
7810 else
7811 cat >conftest.$ac_ext <<_ACEOF
7812 /* confdefs.h. */
7813 _ACEOF
7814 cat confdefs.h >>conftest.$ac_ext
7815 cat >>conftest.$ac_ext <<_ACEOF
7816 /* end confdefs.h. */
7817 #include <sys/types.h>
7818 #ifdef HAVE_ASM_TYPES_H
7819 # include <asm/types.h>
7820 #endif
7821 #ifdef HAVE_SYS_SOCKET_H
7822 # include <sys/socket.h>
7823 #endif
7825 #include <$ac_header>
7826 _ACEOF
7827 rm -f conftest.$ac_objext
7828 if { (ac_try="$ac_compile"
7829 case "(($ac_try" in
7830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7831 *) ac_try_echo=$ac_try;;
7832 esac
7833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7834 (eval "$ac_compile") 2>conftest.er1
7835 ac_status=$?
7836 grep -v '^ *+' conftest.er1 >conftest.err
7837 rm -f conftest.er1
7838 cat conftest.err >&5
7839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7840 (exit $ac_status); } && {
7841 test -z "$ac_c_werror_flag" ||
7842 test ! -s conftest.err
7843 } && test -s conftest.$ac_objext; then
7844 eval "$as_ac_Header=yes"
7845 else
7846 echo "$as_me: failed program was:" >&5
7847 sed 's/^/| /' conftest.$ac_ext >&5
7849 eval "$as_ac_Header=no"
7852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7854 ac_res=`eval echo '${'$as_ac_Header'}'`
7855 { echo "$as_me:$LINENO: result: $ac_res" >&5
7856 echo "${ECHO_T}$ac_res" >&6; }
7857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7858 cat >>confdefs.h <<_ACEOF
7859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7860 _ACEOF
7864 done
7868 for ac_header in resolv.h
7870 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7871 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7872 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6
7875 else
7876 cat >conftest.$ac_ext <<_ACEOF
7877 /* confdefs.h. */
7878 _ACEOF
7879 cat confdefs.h >>conftest.$ac_ext
7880 cat >>conftest.$ac_ext <<_ACEOF
7881 /* end confdefs.h. */
7882 #include <sys/types.h>
7883 #ifdef HAVE_SYS_SOCKET_H
7884 # include <sys/socket.h>
7885 #endif
7886 #ifdef HAVE_NETINET_IN_H
7887 # include <netinet/in.h>
7888 #endif
7889 #ifdef HAVE_ARPA_NAMESER_H
7890 # include <arpa/nameser.h>
7891 #endif
7893 #include <$ac_header>
7894 _ACEOF
7895 rm -f conftest.$ac_objext
7896 if { (ac_try="$ac_compile"
7897 case "(($ac_try" in
7898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7899 *) ac_try_echo=$ac_try;;
7900 esac
7901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7902 (eval "$ac_compile") 2>conftest.er1
7903 ac_status=$?
7904 grep -v '^ *+' conftest.er1 >conftest.err
7905 rm -f conftest.er1
7906 cat conftest.err >&5
7907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7908 (exit $ac_status); } && {
7909 test -z "$ac_c_werror_flag" ||
7910 test ! -s conftest.err
7911 } && test -s conftest.$ac_objext; then
7912 eval "$as_ac_Header=yes"
7913 else
7914 echo "$as_me: failed program was:" >&5
7915 sed 's/^/| /' conftest.$ac_ext >&5
7917 eval "$as_ac_Header=no"
7920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7922 ac_res=`eval echo '${'$as_ac_Header'}'`
7923 { echo "$as_me:$LINENO: result: $ac_res" >&5
7924 echo "${ECHO_T}$ac_res" >&6; }
7925 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7926 cat >>confdefs.h <<_ACEOF
7927 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7928 _ACEOF
7932 done
7936 for ac_header in ucontext.h
7938 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7939 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7942 echo $ECHO_N "(cached) $ECHO_C" >&6
7943 else
7944 cat >conftest.$ac_ext <<_ACEOF
7945 /* confdefs.h. */
7946 _ACEOF
7947 cat confdefs.h >>conftest.$ac_ext
7948 cat >>conftest.$ac_ext <<_ACEOF
7949 /* end confdefs.h. */
7950 #include <signal.h>
7952 #include <$ac_header>
7953 _ACEOF
7954 rm -f conftest.$ac_objext
7955 if { (ac_try="$ac_compile"
7956 case "(($ac_try" in
7957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7958 *) ac_try_echo=$ac_try;;
7959 esac
7960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7961 (eval "$ac_compile") 2>conftest.er1
7962 ac_status=$?
7963 grep -v '^ *+' conftest.er1 >conftest.err
7964 rm -f conftest.er1
7965 cat conftest.err >&5
7966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7967 (exit $ac_status); } && {
7968 test -z "$ac_c_werror_flag" ||
7969 test ! -s conftest.err
7970 } && test -s conftest.$ac_objext; then
7971 eval "$as_ac_Header=yes"
7972 else
7973 echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.$ac_ext >&5
7976 eval "$as_ac_Header=no"
7979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7981 ac_res=`eval echo '${'$as_ac_Header'}'`
7982 { echo "$as_me:$LINENO: result: $ac_res" >&5
7983 echo "${ECHO_T}$ac_res" >&6; }
7984 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7985 cat >>confdefs.h <<_ACEOF
7986 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7987 _ACEOF
7991 done
7995 for ac_header in sys/thr.h
7997 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7998 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8000 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8001 echo $ECHO_N "(cached) $ECHO_C" >&6
8002 else
8003 cat >conftest.$ac_ext <<_ACEOF
8004 /* confdefs.h. */
8005 _ACEOF
8006 cat confdefs.h >>conftest.$ac_ext
8007 cat >>conftest.$ac_ext <<_ACEOF
8008 /* end confdefs.h. */
8009 #include <sys/types.h>
8010 #ifdef HAVE_UCONTEXT_H
8011 #include <ucontext.h>
8012 #endif
8014 #include <$ac_header>
8015 _ACEOF
8016 rm -f conftest.$ac_objext
8017 if { (ac_try="$ac_compile"
8018 case "(($ac_try" in
8019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8020 *) ac_try_echo=$ac_try;;
8021 esac
8022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8023 (eval "$ac_compile") 2>conftest.er1
8024 ac_status=$?
8025 grep -v '^ *+' conftest.er1 >conftest.err
8026 rm -f conftest.er1
8027 cat conftest.err >&5
8028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 (exit $ac_status); } && {
8030 test -z "$ac_c_werror_flag" ||
8031 test ! -s conftest.err
8032 } && test -s conftest.$ac_objext; then
8033 eval "$as_ac_Header=yes"
8034 else
8035 echo "$as_me: failed program was:" >&5
8036 sed 's/^/| /' conftest.$ac_ext >&5
8038 eval "$as_ac_Header=no"
8041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8043 ac_res=`eval echo '${'$as_ac_Header'}'`
8044 { echo "$as_me:$LINENO: result: $ac_res" >&5
8045 echo "${ECHO_T}$ac_res" >&6; }
8046 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8047 cat >>confdefs.h <<_ACEOF
8048 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8049 _ACEOF
8053 done
8057 for ac_header in pthread_np.h
8059 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8060 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8061 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8063 echo $ECHO_N "(cached) $ECHO_C" >&6
8064 else
8065 cat >conftest.$ac_ext <<_ACEOF
8066 /* confdefs.h. */
8067 _ACEOF
8068 cat confdefs.h >>conftest.$ac_ext
8069 cat >>conftest.$ac_ext <<_ACEOF
8070 /* end confdefs.h. */
8071 #ifdef HAVE_PTHREAD_H
8072 #include <pthread.h>
8073 #endif
8075 #include <$ac_header>
8076 _ACEOF
8077 rm -f conftest.$ac_objext
8078 if { (ac_try="$ac_compile"
8079 case "(($ac_try" in
8080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8081 *) ac_try_echo=$ac_try;;
8082 esac
8083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8084 (eval "$ac_compile") 2>conftest.er1
8085 ac_status=$?
8086 grep -v '^ *+' conftest.er1 >conftest.err
8087 rm -f conftest.er1
8088 cat conftest.err >&5
8089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); } && {
8091 test -z "$ac_c_werror_flag" ||
8092 test ! -s conftest.err
8093 } && test -s conftest.$ac_objext; then
8094 eval "$as_ac_Header=yes"
8095 else
8096 echo "$as_me: failed program was:" >&5
8097 sed 's/^/| /' conftest.$ac_ext >&5
8099 eval "$as_ac_Header=no"
8102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8104 ac_res=`eval echo '${'$as_ac_Header'}'`
8105 { echo "$as_me:$LINENO: result: $ac_res" >&5
8106 echo "${ECHO_T}$ac_res" >&6; }
8107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8108 cat >>confdefs.h <<_ACEOF
8109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8110 _ACEOF
8114 done
8118 for ac_header in linux/videodev.h
8120 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8121 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8123 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8124 echo $ECHO_N "(cached) $ECHO_C" >&6
8125 else
8126 cat >conftest.$ac_ext <<_ACEOF
8127 /* confdefs.h. */
8128 _ACEOF
8129 cat confdefs.h >>conftest.$ac_ext
8130 cat >>conftest.$ac_ext <<_ACEOF
8131 /* end confdefs.h. */
8132 #ifdef HAVE_SYS_TIME_H
8133 #include <sys/time.h>
8134 #endif
8135 #include <sys/types.h>
8136 #ifdef HAVE_ASM_TYPES_H
8137 #include <asm/types.h>
8138 #endif
8140 #include <$ac_header>
8141 _ACEOF
8142 rm -f conftest.$ac_objext
8143 if { (ac_try="$ac_compile"
8144 case "(($ac_try" in
8145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8146 *) ac_try_echo=$ac_try;;
8147 esac
8148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8149 (eval "$ac_compile") 2>conftest.er1
8150 ac_status=$?
8151 grep -v '^ *+' conftest.er1 >conftest.err
8152 rm -f conftest.er1
8153 cat conftest.err >&5
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); } && {
8156 test -z "$ac_c_werror_flag" ||
8157 test ! -s conftest.err
8158 } && test -s conftest.$ac_objext; then
8159 eval "$as_ac_Header=yes"
8160 else
8161 echo "$as_me: failed program was:" >&5
8162 sed 's/^/| /' conftest.$ac_ext >&5
8164 eval "$as_ac_Header=no"
8167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8169 ac_res=`eval echo '${'$as_ac_Header'}'`
8170 { echo "$as_me:$LINENO: result: $ac_res" >&5
8171 echo "${ECHO_T}$ac_res" >&6; }
8172 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8173 cat >>confdefs.h <<_ACEOF
8174 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8175 _ACEOF
8179 done
8183 for ac_header in linux/capi.h
8185 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8186 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8189 echo $ECHO_N "(cached) $ECHO_C" >&6
8190 else
8191 cat >conftest.$ac_ext <<_ACEOF
8192 /* confdefs.h. */
8193 _ACEOF
8194 cat confdefs.h >>conftest.$ac_ext
8195 cat >>conftest.$ac_ext <<_ACEOF
8196 /* end confdefs.h. */
8197 #define __user
8199 #include <$ac_header>
8200 _ACEOF
8201 rm -f conftest.$ac_objext
8202 if { (ac_try="$ac_compile"
8203 case "(($ac_try" in
8204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8205 *) ac_try_echo=$ac_try;;
8206 esac
8207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8208 (eval "$ac_compile") 2>conftest.er1
8209 ac_status=$?
8210 grep -v '^ *+' conftest.er1 >conftest.err
8211 rm -f conftest.er1
8212 cat conftest.err >&5
8213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); } && {
8215 test -z "$ac_c_werror_flag" ||
8216 test ! -s conftest.err
8217 } && test -s conftest.$ac_objext; then
8218 eval "$as_ac_Header=yes"
8219 else
8220 echo "$as_me: failed program was:" >&5
8221 sed 's/^/| /' conftest.$ac_ext >&5
8223 eval "$as_ac_Header=no"
8226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8228 ac_res=`eval echo '${'$as_ac_Header'}'`
8229 { echo "$as_me:$LINENO: result: $ac_res" >&5
8230 echo "${ECHO_T}$ac_res" >&6; }
8231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8232 cat >>confdefs.h <<_ACEOF
8233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8234 _ACEOF
8238 done
8242 DLLEXT=""
8244 DLLFLAGS="-D_REENTRANT"
8246 LDSHARED=""
8248 LDDLLFLAGS=""
8250 LIBEXT="so"
8252 IMPLIBEXT="def"
8254 LDRPATH_INSTALL=""
8256 LDRPATH_LOCAL=""
8258 # Extract the first word of "ldd", so it can be a program name with args.
8259 set dummy ldd; ac_word=$2
8260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8262 if test "${ac_cv_path_LDD+set}" = set; then
8263 echo $ECHO_N "(cached) $ECHO_C" >&6
8264 else
8265 case $LDD in
8266 [\\/]* | ?:[\\/]*)
8267 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8271 as_dummy="/sbin:/usr/sbin:$PATH"
8272 for as_dir in $as_dummy
8274 IFS=$as_save_IFS
8275 test -z "$as_dir" && as_dir=.
8276 for ac_exec_ext in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8278 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8280 break 2
8282 done
8283 done
8284 IFS=$as_save_IFS
8286 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8288 esac
8290 LDD=$ac_cv_path_LDD
8291 if test -n "$LDD"; then
8292 { echo "$as_me:$LINENO: result: $LDD" >&5
8293 echo "${ECHO_T}$LDD" >&6; }
8294 else
8295 { echo "$as_me:$LINENO: result: no" >&5
8296 echo "${ECHO_T}no" >&6; }
8301 case $host_os in
8302 cygwin*|mingw32*)
8303 if test -n "$ac_tool_prefix"; then
8304 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8305 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8308 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8309 echo $ECHO_N "(cached) $ECHO_C" >&6
8310 else
8311 if test -n "$DLLTOOL"; then
8312 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8313 else
8314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315 for as_dir in $PATH
8317 IFS=$as_save_IFS
8318 test -z "$as_dir" && as_dir=.
8319 for ac_exec_ext in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8323 break 2
8325 done
8326 done
8327 IFS=$as_save_IFS
8331 DLLTOOL=$ac_cv_prog_DLLTOOL
8332 if test -n "$DLLTOOL"; then
8333 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8334 echo "${ECHO_T}$DLLTOOL" >&6; }
8335 else
8336 { echo "$as_me:$LINENO: result: no" >&5
8337 echo "${ECHO_T}no" >&6; }
8342 if test -z "$ac_cv_prog_DLLTOOL"; then
8343 ac_ct_DLLTOOL=$DLLTOOL
8344 # Extract the first word of "dlltool", so it can be a program name with args.
8345 set dummy dlltool; ac_word=$2
8346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8348 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8349 echo $ECHO_N "(cached) $ECHO_C" >&6
8350 else
8351 if test -n "$ac_ct_DLLTOOL"; then
8352 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8353 else
8354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8355 for as_dir in $PATH
8357 IFS=$as_save_IFS
8358 test -z "$as_dir" && as_dir=.
8359 for ac_exec_ext in '' $ac_executable_extensions; do
8360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8361 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8363 break 2
8365 done
8366 done
8367 IFS=$as_save_IFS
8371 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8372 if test -n "$ac_ct_DLLTOOL"; then
8373 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8374 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8375 else
8376 { echo "$as_me:$LINENO: result: no" >&5
8377 echo "${ECHO_T}no" >&6; }
8380 if test "x$ac_ct_DLLTOOL" = x; then
8381 DLLTOOL="false"
8382 else
8383 case $cross_compiling:$ac_tool_warned in
8384 yes:)
8385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8386 whose name does not start with the host triplet. If you think this
8387 configuration is useful to you, please write to autoconf@gnu.org." >&5
8388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8389 whose name does not start with the host triplet. If you think this
8390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8391 ac_tool_warned=yes ;;
8392 esac
8393 DLLTOOL=$ac_ct_DLLTOOL
8395 else
8396 DLLTOOL="$ac_cv_prog_DLLTOOL"
8399 if test -n "$ac_tool_prefix"; then
8400 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8401 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8402 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8404 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8405 echo $ECHO_N "(cached) $ECHO_C" >&6
8406 else
8407 if test -n "$DLLWRAP"; then
8408 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8409 else
8410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411 for as_dir in $PATH
8413 IFS=$as_save_IFS
8414 test -z "$as_dir" && as_dir=.
8415 for ac_exec_ext in '' $ac_executable_extensions; do
8416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8417 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8419 break 2
8421 done
8422 done
8423 IFS=$as_save_IFS
8427 DLLWRAP=$ac_cv_prog_DLLWRAP
8428 if test -n "$DLLWRAP"; then
8429 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8430 echo "${ECHO_T}$DLLWRAP" >&6; }
8431 else
8432 { echo "$as_me:$LINENO: result: no" >&5
8433 echo "${ECHO_T}no" >&6; }
8438 if test -z "$ac_cv_prog_DLLWRAP"; then
8439 ac_ct_DLLWRAP=$DLLWRAP
8440 # Extract the first word of "dllwrap", so it can be a program name with args.
8441 set dummy dllwrap; ac_word=$2
8442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8444 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8445 echo $ECHO_N "(cached) $ECHO_C" >&6
8446 else
8447 if test -n "$ac_ct_DLLWRAP"; then
8448 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8449 else
8450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8451 for as_dir in $PATH
8453 IFS=$as_save_IFS
8454 test -z "$as_dir" && as_dir=.
8455 for ac_exec_ext in '' $ac_executable_extensions; do
8456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8457 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8459 break 2
8461 done
8462 done
8463 IFS=$as_save_IFS
8467 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8468 if test -n "$ac_ct_DLLWRAP"; then
8469 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8470 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8471 else
8472 { echo "$as_me:$LINENO: result: no" >&5
8473 echo "${ECHO_T}no" >&6; }
8476 if test "x$ac_ct_DLLWRAP" = x; then
8477 DLLWRAP="false"
8478 else
8479 case $cross_compiling:$ac_tool_warned in
8480 yes:)
8481 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8482 whose name does not start with the host triplet. If you think this
8483 configuration is useful to you, please write to autoconf@gnu.org." >&5
8484 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8485 whose name does not start with the host triplet. If you think this
8486 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8487 ac_tool_warned=yes ;;
8488 esac
8489 DLLWRAP=$ac_ct_DLLWRAP
8491 else
8492 DLLWRAP="$ac_cv_prog_DLLWRAP"
8495 if test -n "$ac_tool_prefix"; then
8496 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8497 set dummy ${ac_tool_prefix}ar; ac_word=$2
8498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8500 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8501 echo $ECHO_N "(cached) $ECHO_C" >&6
8502 else
8503 if test -n "$MINGWAR"; then
8504 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8505 else
8506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507 for as_dir in $PATH
8509 IFS=$as_save_IFS
8510 test -z "$as_dir" && as_dir=.
8511 for ac_exec_ext in '' $ac_executable_extensions; do
8512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8513 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8515 break 2
8517 done
8518 done
8519 IFS=$as_save_IFS
8523 MINGWAR=$ac_cv_prog_MINGWAR
8524 if test -n "$MINGWAR"; then
8525 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8526 echo "${ECHO_T}$MINGWAR" >&6; }
8527 else
8528 { echo "$as_me:$LINENO: result: no" >&5
8529 echo "${ECHO_T}no" >&6; }
8534 if test -z "$ac_cv_prog_MINGWAR"; then
8535 ac_ct_MINGWAR=$MINGWAR
8536 # Extract the first word of "ar", so it can be a program name with args.
8537 set dummy ar; ac_word=$2
8538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8540 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8541 echo $ECHO_N "(cached) $ECHO_C" >&6
8542 else
8543 if test -n "$ac_ct_MINGWAR"; then
8544 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8545 else
8546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547 for as_dir in $PATH
8549 IFS=$as_save_IFS
8550 test -z "$as_dir" && as_dir=.
8551 for ac_exec_ext in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553 ac_cv_prog_ac_ct_MINGWAR="ar"
8554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8555 break 2
8557 done
8558 done
8559 IFS=$as_save_IFS
8563 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8564 if test -n "$ac_ct_MINGWAR"; then
8565 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8566 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8567 else
8568 { echo "$as_me:$LINENO: result: no" >&5
8569 echo "${ECHO_T}no" >&6; }
8572 if test "x$ac_ct_MINGWAR" = x; then
8573 MINGWAR="false"
8574 else
8575 case $cross_compiling:$ac_tool_warned in
8576 yes:)
8577 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8578 whose name does not start with the host triplet. If you think this
8579 configuration is useful to you, please write to autoconf@gnu.org." >&5
8580 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8581 whose name does not start with the host triplet. If you think this
8582 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8583 ac_tool_warned=yes ;;
8584 esac
8585 MINGWAR=$ac_ct_MINGWAR
8587 else
8588 MINGWAR="$ac_cv_prog_MINGWAR"
8591 if test "$DLLWRAP" = "false"; then
8592 LIBEXT="a"
8593 else
8594 LIBEXT="dll"
8596 IMPLIBEXT="a"
8597 WIN16_FILES=""
8598 WIN16_INSTALL=""
8600 darwin*|macosx*)
8601 DLLEXT=".so"
8602 LIBEXT="dylib"
8603 DLLFLAGS="$DLLFLAGS -fPIC"
8604 LDDLLFLAGS="-bundle -multiply_defined suppress"
8605 LIBWINE_LDFLAGS="-multiply_defined suppress"
8606 LDSHARED="\$(CC) -dynamiclib"
8607 STRIP="$STRIP -x"
8608 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8609 SECURITYLIB="-framework Security -framework CoreFoundation"
8611 COREFOUNDATIONLIB="-framework CoreFoundation"
8613 IOKITLIB="-framework IOKit -framework CoreFoundation"
8615 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8617 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8618 then
8619 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8622 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8623 then
8624 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8627 case $host_cpu in
8628 *powerpc*)
8629 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8630 esac
8631 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8632 then
8633 CARBONLIB="-framework Carbon"
8635 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8639 DLLFLAGS="$DLLFLAGS -fPIC"
8640 DLLEXT=".so"
8641 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8642 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8643 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8644 echo $ECHO_N "(cached) $ECHO_C" >&6
8645 else
8646 ac_wine_try_cflags_saved=$CFLAGS
8647 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8648 cat >conftest.$ac_ext <<_ACEOF
8649 void myfunc() {}
8650 _ACEOF
8651 rm -f conftest.$ac_objext conftest$ac_exeext
8652 if { (ac_try="$ac_link"
8653 case "(($ac_try" in
8654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8655 *) ac_try_echo=$ac_try;;
8656 esac
8657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8658 (eval "$ac_link") 2>conftest.er1
8659 ac_status=$?
8660 grep -v '^ *+' conftest.er1 >conftest.err
8661 rm -f conftest.er1
8662 cat conftest.err >&5
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); } && {
8665 test -z "$ac_c_werror_flag" ||
8666 test ! -s conftest.err
8667 } && test -s conftest$ac_exeext &&
8668 $as_test_x conftest$ac_exeext; then
8669 ac_cv_c_dll_gnuelf="yes"
8670 else
8671 echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8674 ac_cv_c_dll_gnuelf="no"
8677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8678 conftest$ac_exeext conftest.$ac_ext
8679 CFLAGS=$ac_wine_try_cflags_saved
8681 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8682 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8683 if test "$ac_cv_c_dll_gnuelf" = "yes"
8684 then
8685 LDSHARED="\$(CC) -shared"
8686 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8687 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8689 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6
8691 else
8692 ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8694 cat >conftest.$ac_ext <<_ACEOF
8695 /* confdefs.h. */
8696 _ACEOF
8697 cat confdefs.h >>conftest.$ac_ext
8698 cat >>conftest.$ac_ext <<_ACEOF
8699 /* end confdefs.h. */
8702 main ()
8706 return 0;
8708 _ACEOF
8709 rm -f conftest.$ac_objext conftest$ac_exeext
8710 if { (ac_try="$ac_link"
8711 case "(($ac_try" in
8712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8713 *) ac_try_echo=$ac_try;;
8714 esac
8715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716 (eval "$ac_link") 2>conftest.er1
8717 ac_status=$?
8718 grep -v '^ *+' conftest.er1 >conftest.err
8719 rm -f conftest.er1
8720 cat conftest.err >&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); } && {
8723 test -z "$ac_c_werror_flag" ||
8724 test ! -s conftest.err
8725 } && test -s conftest$ac_exeext &&
8726 $as_test_x conftest$ac_exeext; then
8727 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8728 else
8729 echo "$as_me: failed program was:" >&5
8730 sed 's/^/| /' conftest.$ac_ext >&5
8732 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8736 conftest$ac_exeext conftest.$ac_ext
8737 CFLAGS=$ac_wine_try_cflags_saved
8739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8741 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8742 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8743 else
8744 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8746 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8747 echo $ECHO_N "(cached) $ECHO_C" >&6
8748 else
8749 ac_wine_try_cflags_saved=$CFLAGS
8750 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8751 cat >conftest.$ac_ext <<_ACEOF
8752 /* confdefs.h. */
8753 _ACEOF
8754 cat confdefs.h >>conftest.$ac_ext
8755 cat >>conftest.$ac_ext <<_ACEOF
8756 /* end confdefs.h. */
8759 main ()
8763 return 0;
8765 _ACEOF
8766 rm -f conftest.$ac_objext conftest$ac_exeext
8767 if { (ac_try="$ac_link"
8768 case "(($ac_try" in
8769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8770 *) ac_try_echo=$ac_try;;
8771 esac
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773 (eval "$ac_link") 2>conftest.er1
8774 ac_status=$?
8775 grep -v '^ *+' conftest.er1 >conftest.err
8776 rm -f conftest.er1
8777 cat conftest.err >&5
8778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779 (exit $ac_status); } && {
8780 test -z "$ac_c_werror_flag" ||
8781 test ! -s conftest.err
8782 } && test -s conftest$ac_exeext &&
8783 $as_test_x conftest$ac_exeext; then
8784 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8785 else
8786 echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8789 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793 conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8797 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8798 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8799 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8805 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8806 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8807 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8809 else
8810 ac_wine_try_cflags_saved=$CFLAGS
8811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8812 cat >conftest.$ac_ext <<_ACEOF
8813 /* confdefs.h. */
8814 _ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8820 main ()
8824 return 0;
8826 _ACEOF
8827 rm -f conftest.$ac_objext conftest$ac_exeext
8828 if { (ac_try="$ac_link"
8829 case "(($ac_try" in
8830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8831 *) ac_try_echo=$ac_try;;
8832 esac
8833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834 (eval "$ac_link") 2>conftest.er1
8835 ac_status=$?
8836 grep -v '^ *+' conftest.er1 >conftest.err
8837 rm -f conftest.er1
8838 cat conftest.err >&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } && {
8841 test -z "$ac_c_werror_flag" ||
8842 test ! -s conftest.err
8843 } && test -s conftest$ac_exeext &&
8844 $as_test_x conftest$ac_exeext; then
8845 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8846 else
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.$ac_ext >&5
8850 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8854 conftest$ac_exeext conftest.$ac_ext
8855 CFLAGS=$ac_wine_try_cflags_saved
8857 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8858 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8860 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8864 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8865 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8867 echo $ECHO_N "(cached) $ECHO_C" >&6
8868 else
8869 ac_wine_try_cflags_saved=$CFLAGS
8870 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8871 cat >conftest.$ac_ext <<_ACEOF
8872 /* confdefs.h. */
8873 _ACEOF
8874 cat confdefs.h >>conftest.$ac_ext
8875 cat >>conftest.$ac_ext <<_ACEOF
8876 /* end confdefs.h. */
8879 main ()
8883 return 0;
8885 _ACEOF
8886 rm -f conftest.$ac_objext conftest$ac_exeext
8887 if { (ac_try="$ac_link"
8888 case "(($ac_try" in
8889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8890 *) ac_try_echo=$ac_try;;
8891 esac
8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8893 (eval "$ac_link") 2>conftest.er1
8894 ac_status=$?
8895 grep -v '^ *+' conftest.er1 >conftest.err
8896 rm -f conftest.er1
8897 cat conftest.err >&5
8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899 (exit $ac_status); } && {
8900 test -z "$ac_c_werror_flag" ||
8901 test ! -s conftest.err
8902 } && test -s conftest$ac_exeext &&
8903 $as_test_x conftest$ac_exeext; then
8904 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8905 else
8906 echo "$as_me: failed program was:" >&5
8907 sed 's/^/| /' conftest.$ac_ext >&5
8909 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8913 conftest$ac_exeext conftest.$ac_ext
8914 CFLAGS=$ac_wine_try_cflags_saved
8916 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8917 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8919 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 echo '{ global: *; };' >conftest.map
8924 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8926 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8928 else
8929 ac_wine_try_cflags_saved=$CFLAGS
8930 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8931 cat >conftest.$ac_ext <<_ACEOF
8932 /* confdefs.h. */
8933 _ACEOF
8934 cat confdefs.h >>conftest.$ac_ext
8935 cat >>conftest.$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8939 main ()
8943 return 0;
8945 _ACEOF
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8948 case "(($ac_try" in
8949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8950 *) ac_try_echo=$ac_try;;
8951 esac
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 (eval "$ac_link") 2>conftest.er1
8954 ac_status=$?
8955 grep -v '^ *+' conftest.er1 >conftest.err
8956 rm -f conftest.er1
8957 cat conftest.err >&5
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); } && {
8960 test -z "$ac_c_werror_flag" ||
8961 test ! -s conftest.err
8962 } && test -s conftest$ac_exeext &&
8963 $as_test_x conftest$ac_exeext; then
8964 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8965 else
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.$ac_ext >&5
8969 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8973 conftest$ac_exeext conftest.$ac_ext
8974 CFLAGS=$ac_wine_try_cflags_saved
8976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8977 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8978 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8979 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8982 rm -f conftest.map
8984 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8985 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8986 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8988 else
8989 ac_wine_try_cflags_saved=$CFLAGS
8990 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8991 cat >conftest.$ac_ext <<_ACEOF
8992 /* confdefs.h. */
8993 _ACEOF
8994 cat confdefs.h >>conftest.$ac_ext
8995 cat >>conftest.$ac_ext <<_ACEOF
8996 /* end confdefs.h. */
8999 main ()
9003 return 0;
9005 _ACEOF
9006 rm -f conftest.$ac_objext conftest$ac_exeext
9007 if { (ac_try="$ac_link"
9008 case "(($ac_try" in
9009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9010 *) ac_try_echo=$ac_try;;
9011 esac
9012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9013 (eval "$ac_link") 2>conftest.er1
9014 ac_status=$?
9015 grep -v '^ *+' conftest.er1 >conftest.err
9016 rm -f conftest.er1
9017 cat conftest.err >&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } && {
9020 test -z "$ac_c_werror_flag" ||
9021 test ! -s conftest.err
9022 } && test -s conftest$ac_exeext &&
9023 $as_test_x conftest$ac_exeext; then
9024 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9025 else
9026 echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9029 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033 conftest$ac_exeext conftest.$ac_ext
9034 CFLAGS=$ac_wine_try_cflags_saved
9036 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9037 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9038 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9039 LDEXECFLAGS="-Wl,--export-dynamic"
9044 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9045 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9046 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9048 echo $ECHO_N "(cached) $ECHO_C" >&6
9049 else
9050 ac_wine_try_cflags_saved=$CFLAGS
9051 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h. */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9060 main ()
9064 return 0;
9066 _ACEOF
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9069 case "(($ac_try" in
9070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9071 *) ac_try_echo=$ac_try;;
9072 esac
9073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9074 (eval "$ac_link") 2>conftest.er1
9075 ac_status=$?
9076 grep -v '^ *+' conftest.er1 >conftest.err
9077 rm -f conftest.er1
9078 cat conftest.err >&5
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); } && {
9081 test -z "$ac_c_werror_flag" ||
9082 test ! -s conftest.err
9083 } && test -s conftest$ac_exeext &&
9084 $as_test_x conftest$ac_exeext; then
9085 eval "$as_ac_var=yes"
9086 else
9087 echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.$ac_ext >&5
9090 eval "$as_ac_var=no"
9093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9094 conftest$ac_exeext conftest.$ac_ext
9095 CFLAGS=$ac_wine_try_cflags_saved
9097 ac_res=`eval echo '${'$as_ac_var'}'`
9098 { echo "$as_me:$LINENO: result: $ac_res" >&5
9099 echo "${ECHO_T}$ac_res" >&6; }
9100 if test `eval echo '${'$as_ac_var'}'` = yes; then
9101 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9102 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9103 else
9104 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9105 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9108 echo $ECHO_N "(cached) $ECHO_C" >&6
9109 else
9110 ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h. */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9120 main ()
9124 return 0;
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131 *) ac_try_echo=$ac_try;;
9132 esac
9133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9134 (eval "$ac_link") 2>conftest.er1
9135 ac_status=$?
9136 grep -v '^ *+' conftest.er1 >conftest.err
9137 rm -f conftest.er1
9138 cat conftest.err >&5
9139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140 (exit $ac_status); } && {
9141 test -z "$ac_c_werror_flag" ||
9142 test ! -s conftest.err
9143 } && test -s conftest$ac_exeext &&
9144 $as_test_x conftest$ac_exeext; then
9145 eval "$as_ac_var=yes"
9146 else
9147 echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9150 eval "$as_ac_var=no"
9153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9154 conftest$ac_exeext conftest.$ac_ext
9155 CFLAGS=$ac_wine_try_cflags_saved
9157 ac_res=`eval echo '${'$as_ac_var'}'`
9158 { echo "$as_me:$LINENO: result: $ac_res" >&5
9159 echo "${ECHO_T}$ac_res" >&6; }
9160 if test `eval echo '${'$as_ac_var'}'` = yes; then
9161 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9162 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9168 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9169 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9170 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9171 echo $ECHO_N "(cached) $ECHO_C" >&6
9172 else
9173 ac_wine_try_cflags_saved=$CFLAGS
9174 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9175 cat >conftest.$ac_ext <<_ACEOF
9176 /* confdefs.h. */
9177 _ACEOF
9178 cat confdefs.h >>conftest.$ac_ext
9179 cat >>conftest.$ac_ext <<_ACEOF
9180 /* end confdefs.h. */
9183 main ()
9187 return 0;
9189 _ACEOF
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9192 case "(($ac_try" in
9193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9194 *) ac_try_echo=$ac_try;;
9195 esac
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197 (eval "$ac_link") 2>conftest.er1
9198 ac_status=$?
9199 grep -v '^ *+' conftest.er1 >conftest.err
9200 rm -f conftest.er1
9201 cat conftest.err >&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest$ac_exeext &&
9207 $as_test_x conftest$ac_exeext; then
9208 ac_cv_cflags__Wl___enable_new_dtags=yes
9209 else
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.$ac_ext >&5
9213 ac_cv_cflags__Wl___enable_new_dtags=no
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217 conftest$ac_exeext conftest.$ac_ext
9218 CFLAGS=$ac_wine_try_cflags_saved
9220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9221 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9222 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9223 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9227 case $host_cpu in
9228 *i[3456789]86* | x86_64)
9229 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9230 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9231 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9233 else
9234 ac_wine_try_cflags_saved=$CFLAGS
9235 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9236 cat >conftest.$ac_ext <<_ACEOF
9237 /* confdefs.h. */
9238 _ACEOF
9239 cat confdefs.h >>conftest.$ac_ext
9240 cat >>conftest.$ac_ext <<_ACEOF
9241 /* end confdefs.h. */
9244 main ()
9248 return 0;
9250 _ACEOF
9251 rm -f conftest.$ac_objext conftest$ac_exeext
9252 if { (ac_try="$ac_link"
9253 case "(($ac_try" in
9254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9255 *) ac_try_echo=$ac_try;;
9256 esac
9257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9258 (eval "$ac_link") 2>conftest.er1
9259 ac_status=$?
9260 grep -v '^ *+' conftest.er1 >conftest.err
9261 rm -f conftest.er1
9262 cat conftest.err >&5
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && {
9265 test -z "$ac_c_werror_flag" ||
9266 test ! -s conftest.err
9267 } && test -s conftest$ac_exeext &&
9268 $as_test_x conftest$ac_exeext; then
9269 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9270 else
9271 echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9274 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278 conftest$ac_exeext conftest.$ac_ext
9279 CFLAGS=$ac_wine_try_cflags_saved
9281 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9282 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9283 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9284 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9288 esac
9290 else
9291 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9292 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9293 if test "${ac_cv_c_dll_unixware+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9295 else
9296 ac_wine_try_cflags_saved=$CFLAGS
9297 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 void myfunc() {}
9300 _ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9303 case "(($ac_try" in
9304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9305 *) ac_try_echo=$ac_try;;
9306 esac
9307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9308 (eval "$ac_link") 2>conftest.er1
9309 ac_status=$?
9310 grep -v '^ *+' conftest.er1 >conftest.err
9311 rm -f conftest.er1
9312 cat conftest.err >&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } && {
9315 test -z "$ac_c_werror_flag" ||
9316 test ! -s conftest.err
9317 } && test -s conftest$ac_exeext &&
9318 $as_test_x conftest$ac_exeext; then
9319 ac_cv_c_dll_unixware="yes"
9320 else
9321 echo "$as_me: failed program was:" >&5
9322 sed 's/^/| /' conftest.$ac_ext >&5
9324 ac_cv_c_dll_unixware="no"
9327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9328 conftest$ac_exeext conftest.$ac_ext
9329 CFLAGS=$ac_wine_try_cflags_saved
9331 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9332 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9333 if test "$ac_cv_c_dll_unixware" = "yes"
9334 then
9335 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9336 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9338 else
9339 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9340 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9341 if test "${ac_cv_c_dll_hpux+set}" = set; then
9342 echo $ECHO_N "(cached) $ECHO_C" >&6
9343 else
9344 ac_wine_try_cflags_saved=$CFLAGS
9345 CFLAGS="$CFLAGS -shared"
9346 cat >conftest.$ac_ext <<_ACEOF
9347 void myfunc() {}
9348 _ACEOF
9349 rm -f conftest.$ac_objext conftest$ac_exeext
9350 if { (ac_try="$ac_link"
9351 case "(($ac_try" in
9352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9353 *) ac_try_echo=$ac_try;;
9354 esac
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356 (eval "$ac_link") 2>conftest.er1
9357 ac_status=$?
9358 grep -v '^ *+' conftest.er1 >conftest.err
9359 rm -f conftest.er1
9360 cat conftest.err >&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext &&
9366 $as_test_x conftest$ac_exeext; then
9367 ac_cv_c_dll_hpux="yes"
9368 else
9369 echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9372 ac_cv_c_dll_hpux="no"
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 CFLAGS=$ac_wine_try_cflags_saved
9379 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9380 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9381 if test "$ac_cv_c_dll_hpux" = "yes"
9382 then
9383 LIBEXT="sl"
9384 DLLEXT=".sl"
9385 LDDLLFLAGS="-shared -fPIC"
9386 LDSHARED="\$(CC) -shared"
9391 CROSSTEST=""
9393 if test "$cross_compiling" = "no"
9394 then
9395 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9397 # Extract the first word of "$ac_prog", so it can be a program name with args.
9398 set dummy $ac_prog; ac_word=$2
9399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9401 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9402 echo $ECHO_N "(cached) $ECHO_C" >&6
9403 else
9404 if test -n "$CROSSCC"; then
9405 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9406 else
9407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9408 for as_dir in $PATH
9410 IFS=$as_save_IFS
9411 test -z "$as_dir" && as_dir=.
9412 for ac_exec_ext in '' $ac_executable_extensions; do
9413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9414 ac_cv_prog_CROSSCC="$ac_prog"
9415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9416 break 2
9418 done
9419 done
9420 IFS=$as_save_IFS
9424 CROSSCC=$ac_cv_prog_CROSSCC
9425 if test -n "$CROSSCC"; then
9426 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9427 echo "${ECHO_T}$CROSSCC" >&6; }
9428 else
9429 { echo "$as_me:$LINENO: result: no" >&5
9430 echo "${ECHO_T}no" >&6; }
9434 test -n "$CROSSCC" && break
9435 done
9436 test -n "$CROSSCC" || CROSSCC="false"
9438 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 if test -n "$DLLTOOL"; then
9448 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9449 else
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9451 for as_dir in $PATH
9453 IFS=$as_save_IFS
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_DLLTOOL="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 break 2
9461 done
9462 done
9463 IFS=$as_save_IFS
9467 DLLTOOL=$ac_cv_prog_DLLTOOL
9468 if test -n "$DLLTOOL"; then
9469 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9470 echo "${ECHO_T}$DLLTOOL" >&6; }
9471 else
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$DLLTOOL" && break
9478 done
9479 test -n "$DLLTOOL" || DLLTOOL="false"
9481 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9489 else
9490 if test -n "$CROSSWINDRES"; then
9491 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9492 else
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 for as_dir in $PATH
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_CROSSWINDRES="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 break 2
9504 done
9505 done
9506 IFS=$as_save_IFS
9510 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9511 if test -n "$CROSSWINDRES"; then
9512 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9513 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9514 else
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$CROSSWINDRES" && break
9521 done
9522 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9524 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 else
9533 if test -n "$MINGWAR"; then
9534 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9535 else
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9537 for as_dir in $PATH
9539 IFS=$as_save_IFS
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_MINGWAR="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 break 2
9547 done
9548 done
9549 IFS=$as_save_IFS
9553 MINGWAR=$ac_cv_prog_MINGWAR
9554 if test -n "$MINGWAR"; then
9555 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9556 echo "${ECHO_T}$MINGWAR" >&6; }
9557 else
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$MINGWAR" && break
9564 done
9565 test -n "$MINGWAR" || MINGWAR="false"
9567 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9570 esac
9572 enable_winequartz_drv=${enable_winequartz_drv:-no}
9574 if test "$LIBEXT" = "a"; then
9575 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9576 It is currently not possible to build Wine without shared library
9577 (.so) support to allow transparent switch between .so and .dll files.
9578 If you are using Linux, you will need a newer binutils.
9579 " >&5
9580 echo "$as_me: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9584 " >&2;}
9585 { (exit 1); exit 1; }; }
9589 if test "$have_x" = "yes"
9590 then
9591 XLIB="-lXext -lX11"
9592 ac_save_CPPFLAGS="$CPPFLAGS"
9593 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9595 { echo "$as_me:$LINENO: checking for -lX11" >&5
9596 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_soname_X11+set}" = set; then
9598 echo $ECHO_N "(cached) $ECHO_C" >&6
9599 else
9600 ac_check_soname_save_LIBS=$LIBS
9601 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9602 cat >conftest.$ac_ext <<_ACEOF
9603 /* confdefs.h. */
9604 _ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9612 #ifdef __cplusplus
9613 extern "C"
9614 #endif
9615 char XCreateWindow ();
9617 main ()
9619 return XCreateWindow ();
9621 return 0;
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628 *) ac_try_echo=$ac_try;;
9629 esac
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631 (eval "$ac_link") 2>conftest.er1
9632 ac_status=$?
9633 grep -v '^ *+' conftest.er1 >conftest.err
9634 rm -f conftest.er1
9635 cat conftest.err >&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } && {
9638 test -z "$ac_c_werror_flag" ||
9639 test ! -s conftest.err
9640 } && test -s conftest$ac_exeext &&
9641 $as_test_x conftest$ac_exeext; then
9642 case "$LIBEXT" in
9643 dll) ;;
9644 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'` ;;
9645 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9646 esac
9647 else
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.$ac_ext >&5
9654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655 conftest$ac_exeext conftest.$ac_ext
9656 LIBS=$ac_check_soname_save_LIBS
9658 if test "x$ac_cv_lib_soname_X11" = "x"; then
9659 { echo "$as_me:$LINENO: result: not found" >&5
9660 echo "${ECHO_T}not found" >&6; }
9662 else
9663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9664 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9666 cat >>confdefs.h <<_ACEOF
9667 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9668 _ACEOF
9673 { echo "$as_me:$LINENO: checking for -lXext" >&5
9674 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9675 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9676 echo $ECHO_N "(cached) $ECHO_C" >&6
9677 else
9678 ac_check_soname_save_LIBS=$LIBS
9679 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680 cat >conftest.$ac_ext <<_ACEOF
9681 /* confdefs.h. */
9682 _ACEOF
9683 cat confdefs.h >>conftest.$ac_ext
9684 cat >>conftest.$ac_ext <<_ACEOF
9685 /* end confdefs.h. */
9687 /* Override any GCC internal prototype to avoid an error.
9688 Use char because int might match the return type of a GCC
9689 builtin and then its argument prototype would still apply. */
9690 #ifdef __cplusplus
9691 extern "C"
9692 #endif
9693 char XextCreateExtension ();
9695 main ()
9697 return XextCreateExtension ();
9699 return 0;
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706 *) ac_try_echo=$ac_try;;
9707 esac
9708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9709 (eval "$ac_link") 2>conftest.er1
9710 ac_status=$?
9711 grep -v '^ *+' conftest.er1 >conftest.err
9712 rm -f conftest.er1
9713 cat conftest.err >&5
9714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715 (exit $ac_status); } && {
9716 test -z "$ac_c_werror_flag" ||
9717 test ! -s conftest.err
9718 } && test -s conftest$ac_exeext &&
9719 $as_test_x conftest$ac_exeext; then
9720 case "$LIBEXT" in
9721 dll) ;;
9722 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'` ;;
9723 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9724 esac
9725 else
9726 echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_soname_save_LIBS
9736 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9737 { echo "$as_me:$LINENO: result: not found" >&5
9738 echo "${ECHO_T}not found" >&6; }
9740 else
9741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9742 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9746 _ACEOF
9764 for ac_header in X11/Xlib.h \
9765 X11/XKBlib.h \
9766 X11/Xutil.h \
9767 X11/Xcursor/Xcursor.h \
9768 X11/extensions/shape.h \
9769 X11/extensions/XInput.h \
9770 X11/extensions/XShm.h \
9771 X11/extensions/Xcomposite.h \
9772 X11/extensions/Xinerama.h \
9773 X11/extensions/Xrandr.h \
9774 X11/extensions/Xrender.h \
9775 X11/extensions/xf86vmode.h
9777 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9778 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9782 else
9783 cat >conftest.$ac_ext <<_ACEOF
9784 /* confdefs.h. */
9785 _ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h. */
9789 #ifdef HAVE_X11_XLIB_H
9790 # include <X11/Xlib.h>
9791 #endif
9792 #ifdef HAVE_X11_XUTIL_H
9793 # include <X11/Xutil.h>
9794 #endif
9796 #include <$ac_header>
9797 _ACEOF
9798 rm -f conftest.$ac_objext
9799 if { (ac_try="$ac_compile"
9800 case "(($ac_try" in
9801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9802 *) ac_try_echo=$ac_try;;
9803 esac
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805 (eval "$ac_compile") 2>conftest.er1
9806 ac_status=$?
9807 grep -v '^ *+' conftest.er1 >conftest.err
9808 rm -f conftest.er1
9809 cat conftest.err >&5
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); } && {
9812 test -z "$ac_c_werror_flag" ||
9813 test ! -s conftest.err
9814 } && test -s conftest.$ac_objext; then
9815 eval "$as_ac_Header=yes"
9816 else
9817 echo "$as_me: failed program was:" >&5
9818 sed 's/^/| /' conftest.$ac_ext >&5
9820 eval "$as_ac_Header=no"
9823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9825 ac_res=`eval echo '${'$as_ac_Header'}'`
9826 { echo "$as_me:$LINENO: result: $ac_res" >&5
9827 echo "${ECHO_T}$ac_res" >&6; }
9828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9829 cat >>confdefs.h <<_ACEOF
9830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9831 _ACEOF
9835 done
9838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9839 then
9840 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9841 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9843 echo $ECHO_N "(cached) $ECHO_C" >&6
9844 else
9845 ac_check_lib_save_LIBS=$LIBS
9846 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9847 cat >conftest.$ac_ext <<_ACEOF
9848 /* confdefs.h. */
9849 _ACEOF
9850 cat confdefs.h >>conftest.$ac_ext
9851 cat >>conftest.$ac_ext <<_ACEOF
9852 /* end confdefs.h. */
9854 /* Override any GCC internal prototype to avoid an error.
9855 Use char because int might match the return type of a GCC
9856 builtin and then its argument prototype would still apply. */
9857 #ifdef __cplusplus
9858 extern "C"
9859 #endif
9860 char XkbQueryExtension ();
9862 main ()
9864 return XkbQueryExtension ();
9866 return 0;
9868 _ACEOF
9869 rm -f conftest.$ac_objext conftest$ac_exeext
9870 if { (ac_try="$ac_link"
9871 case "(($ac_try" in
9872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9873 *) ac_try_echo=$ac_try;;
9874 esac
9875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9876 (eval "$ac_link") 2>conftest.er1
9877 ac_status=$?
9878 grep -v '^ *+' conftest.er1 >conftest.err
9879 rm -f conftest.er1
9880 cat conftest.err >&5
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); } && {
9883 test -z "$ac_c_werror_flag" ||
9884 test ! -s conftest.err
9885 } && test -s conftest$ac_exeext &&
9886 $as_test_x conftest$ac_exeext; then
9887 ac_cv_lib_X11_XkbQueryExtension=yes
9888 else
9889 echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.$ac_ext >&5
9892 ac_cv_lib_X11_XkbQueryExtension=no
9895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9896 conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9899 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9900 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9901 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9903 cat >>confdefs.h <<\_ACEOF
9904 #define HAVE_XKB 1
9905 _ACEOF
9911 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9912 then
9913 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9914 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9915 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9916 echo $ECHO_N "(cached) $ECHO_C" >&6
9917 else
9918 ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9920 cat >conftest.$ac_ext <<_ACEOF
9921 /* confdefs.h. */
9922 _ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9927 /* Override any GCC internal prototype to avoid an error.
9928 Use char because int might match the return type of a GCC
9929 builtin and then its argument prototype would still apply. */
9930 #ifdef __cplusplus
9931 extern "C"
9932 #endif
9933 char XcursorImageLoadCursor ();
9935 main ()
9937 return XcursorImageLoadCursor ();
9939 return 0;
9941 _ACEOF
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9944 case "(($ac_try" in
9945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9946 *) ac_try_echo=$ac_try;;
9947 esac
9948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9949 (eval "$ac_link") 2>conftest.er1
9950 ac_status=$?
9951 grep -v '^ *+' conftest.er1 >conftest.err
9952 rm -f conftest.er1
9953 cat conftest.err >&5
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && {
9956 test -z "$ac_c_werror_flag" ||
9957 test ! -s conftest.err
9958 } && test -s conftest$ac_exeext &&
9959 $as_test_x conftest$ac_exeext; then
9960 case "$LIBEXT" in
9961 dll) ;;
9962 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'` ;;
9963 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9964 esac
9965 else
9966 echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.$ac_ext >&5
9972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9973 conftest$ac_exeext conftest.$ac_ext
9974 LIBS=$ac_check_soname_save_LIBS
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 { echo "$as_me:$LINENO: result: not found" >&5
9978 echo "${ECHO_T}not found" >&6; }
9980 else
9981 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9982 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9984 cat >>confdefs.h <<_ACEOF
9985 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9986 _ACEOF
9992 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993 case "x$with_xcursor" in
9994 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9995 xno) ;;
9996 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9997 This is an error since --with-xcursor was requested." >&5
9998 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&2;}
10000 { (exit 1); exit 1; }; } ;;
10001 esac
10005 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10006 then
10007 { echo "$as_me:$LINENO: checking for -lXi" >&5
10008 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10009 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10010 echo $ECHO_N "(cached) $ECHO_C" >&6
10011 else
10012 ac_check_soname_save_LIBS=$LIBS
10013 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10014 cat >conftest.$ac_ext <<_ACEOF
10015 /* confdefs.h. */
10016 _ACEOF
10017 cat confdefs.h >>conftest.$ac_ext
10018 cat >>conftest.$ac_ext <<_ACEOF
10019 /* end confdefs.h. */
10021 /* Override any GCC internal prototype to avoid an error.
10022 Use char because int might match the return type of a GCC
10023 builtin and then its argument prototype would still apply. */
10024 #ifdef __cplusplus
10025 extern "C"
10026 #endif
10027 char XOpenDevice ();
10029 main ()
10031 return XOpenDevice ();
10033 return 0;
10035 _ACEOF
10036 rm -f conftest.$ac_objext conftest$ac_exeext
10037 if { (ac_try="$ac_link"
10038 case "(($ac_try" in
10039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10040 *) ac_try_echo=$ac_try;;
10041 esac
10042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10043 (eval "$ac_link") 2>conftest.er1
10044 ac_status=$?
10045 grep -v '^ *+' conftest.er1 >conftest.err
10046 rm -f conftest.er1
10047 cat conftest.err >&5
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && {
10050 test -z "$ac_c_werror_flag" ||
10051 test ! -s conftest.err
10052 } && test -s conftest$ac_exeext &&
10053 $as_test_x conftest$ac_exeext; then
10054 case "$LIBEXT" in
10055 dll) ;;
10056 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'` ;;
10057 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10058 esac
10059 else
10060 echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067 conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_soname_save_LIBS
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 { echo "$as_me:$LINENO: result: not found" >&5
10072 echo "${ECHO_T}not found" >&6; }
10074 else
10075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10076 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10080 _ACEOF
10086 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087 case "x$with_xinput" in
10088 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10089 xno) ;;
10090 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10091 This is an error since --with-xinput was requested." >&5
10092 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&2;}
10094 { (exit 1); exit 1; }; } ;;
10095 esac
10099 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10100 then
10101 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10102 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10103 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10104 echo $ECHO_N "(cached) $ECHO_C" >&6
10105 else
10106 ac_check_lib_save_LIBS=$LIBS
10107 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10108 cat >conftest.$ac_ext <<_ACEOF
10109 /* confdefs.h. */
10110 _ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10118 #ifdef __cplusplus
10119 extern "C"
10120 #endif
10121 char XShmQueryExtension ();
10123 main ()
10125 return XShmQueryExtension ();
10127 return 0;
10129 _ACEOF
10130 rm -f conftest.$ac_objext conftest$ac_exeext
10131 if { (ac_try="$ac_link"
10132 case "(($ac_try" in
10133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10134 *) ac_try_echo=$ac_try;;
10135 esac
10136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10137 (eval "$ac_link") 2>conftest.er1
10138 ac_status=$?
10139 grep -v '^ *+' conftest.er1 >conftest.err
10140 rm -f conftest.er1
10141 cat conftest.err >&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && {
10144 test -z "$ac_c_werror_flag" ||
10145 test ! -s conftest.err
10146 } && test -s conftest$ac_exeext &&
10147 $as_test_x conftest$ac_exeext; then
10148 ac_cv_lib_Xext_XShmQueryExtension=yes
10149 else
10150 echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.$ac_ext >&5
10153 ac_cv_lib_Xext_XShmQueryExtension=no
10156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10157 conftest$ac_exeext conftest.$ac_ext
10158 LIBS=$ac_check_lib_save_LIBS
10160 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10161 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10162 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10164 cat >>confdefs.h <<\_ACEOF
10165 #define HAVE_LIBXXSHM 1
10166 _ACEOF
10171 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10172 case "x$with_xshm" in
10173 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10174 xno) ;;
10175 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10176 This is an error since --with-xshm was requested." >&5
10177 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&2;}
10179 { (exit 1); exit 1; }; } ;;
10180 esac
10184 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10185 then
10186 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10187 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10190 else
10191 ac_check_lib_save_LIBS=$LIBS
10192 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.$ac_ext <<_ACEOF
10194 /* confdefs.h. */
10195 _ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10203 #ifdef __cplusplus
10204 extern "C"
10205 #endif
10206 char XShapeQueryExtension ();
10208 main ()
10210 return XShapeQueryExtension ();
10212 return 0;
10214 _ACEOF
10215 rm -f conftest.$ac_objext conftest$ac_exeext
10216 if { (ac_try="$ac_link"
10217 case "(($ac_try" in
10218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10219 *) ac_try_echo=$ac_try;;
10220 esac
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222 (eval "$ac_link") 2>conftest.er1
10223 ac_status=$?
10224 grep -v '^ *+' conftest.er1 >conftest.err
10225 rm -f conftest.er1
10226 cat conftest.err >&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest$ac_exeext &&
10232 $as_test_x conftest$ac_exeext; then
10233 ac_cv_lib_Xext_XShapeQueryExtension=yes
10234 else
10235 echo "$as_me: failed program was:" >&5
10236 sed 's/^/| /' conftest.$ac_ext >&5
10238 ac_cv_lib_Xext_XShapeQueryExtension=no
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242 conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10245 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10246 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10247 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10249 cat >>confdefs.h <<\_ACEOF
10250 #define HAVE_LIBXSHAPE 1
10251 _ACEOF
10256 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10257 case "x$with_xshape" in
10258 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10259 xno) ;;
10260 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10261 This is an error since --with-xshape was requested." >&5
10262 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&2;}
10264 { (exit 1); exit 1; }; } ;;
10265 esac
10269 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10270 then
10271 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10272 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10274 echo $ECHO_N "(cached) $ECHO_C" >&6
10275 else
10276 ac_check_soname_save_LIBS=$LIBS
10277 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10278 cat >conftest.$ac_ext <<_ACEOF
10279 /* confdefs.h. */
10280 _ACEOF
10281 cat confdefs.h >>conftest.$ac_ext
10282 cat >>conftest.$ac_ext <<_ACEOF
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10288 #ifdef __cplusplus
10289 extern "C"
10290 #endif
10291 char XF86VidModeQueryExtension ();
10293 main ()
10295 return XF86VidModeQueryExtension ();
10297 return 0;
10299 _ACEOF
10300 rm -f conftest.$ac_objext conftest$ac_exeext
10301 if { (ac_try="$ac_link"
10302 case "(($ac_try" in
10303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10304 *) ac_try_echo=$ac_try;;
10305 esac
10306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10307 (eval "$ac_link") 2>conftest.er1
10308 ac_status=$?
10309 grep -v '^ *+' conftest.er1 >conftest.err
10310 rm -f conftest.er1
10311 cat conftest.err >&5
10312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10313 (exit $ac_status); } && {
10314 test -z "$ac_c_werror_flag" ||
10315 test ! -s conftest.err
10316 } && test -s conftest$ac_exeext &&
10317 $as_test_x conftest$ac_exeext; then
10318 case "$LIBEXT" in
10319 dll) ;;
10320 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'` ;;
10321 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10322 esac
10323 else
10324 echo "$as_me: failed program was:" >&5
10325 sed 's/^/| /' conftest.$ac_ext >&5
10330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10331 conftest$ac_exeext conftest.$ac_ext
10332 LIBS=$ac_check_soname_save_LIBS
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 { echo "$as_me:$LINENO: result: not found" >&5
10336 echo "${ECHO_T}not found" >&6; }
10338 else
10339 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10340 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10342 cat >>confdefs.h <<_ACEOF
10343 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10344 _ACEOF
10350 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351 case "x$with_xxf86vm" in
10352 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10353 xno) ;;
10354 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10355 This is an error since --with-xxf86vm was requested." >&5
10356 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&2;}
10358 { (exit 1); exit 1; }; } ;;
10359 esac
10363 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"
10364 then
10365 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10366 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6
10369 else
10370 ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372 cat >conftest.$ac_ext <<_ACEOF
10373 /* confdefs.h. */
10374 _ACEOF
10375 cat confdefs.h >>conftest.$ac_ext
10376 cat >>conftest.$ac_ext <<_ACEOF
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char XRenderQueryExtension ();
10387 main ()
10389 return XRenderQueryExtension ();
10391 return 0;
10393 _ACEOF
10394 rm -f conftest.$ac_objext conftest$ac_exeext
10395 if { (ac_try="$ac_link"
10396 case "(($ac_try" in
10397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10398 *) ac_try_echo=$ac_try;;
10399 esac
10400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10401 (eval "$ac_link") 2>conftest.er1
10402 ac_status=$?
10403 grep -v '^ *+' conftest.er1 >conftest.err
10404 rm -f conftest.er1
10405 cat conftest.err >&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } && {
10408 test -z "$ac_c_werror_flag" ||
10409 test ! -s conftest.err
10410 } && test -s conftest$ac_exeext &&
10411 $as_test_x conftest$ac_exeext; then
10412 case "$LIBEXT" in
10413 dll) ;;
10414 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'` ;;
10415 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10416 esac
10417 else
10418 echo "$as_me: failed program was:" >&5
10419 sed 's/^/| /' conftest.$ac_ext >&5
10424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_soname_save_LIBS
10428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10429 { echo "$as_me:$LINENO: result: not found" >&5
10430 echo "${ECHO_T}not found" >&6; }
10432 else
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10434 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10438 _ACEOF
10440 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10441 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10444 else
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10448 /* confdefs.h. */
10449 _ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char XRenderSetPictureTransform ();
10462 main ()
10464 return XRenderSetPictureTransform ();
10466 return 0;
10468 _ACEOF
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10473 *) ac_try_echo=$ac_try;;
10474 esac
10475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476 (eval "$ac_link") 2>conftest.er1
10477 ac_status=$?
10478 grep -v '^ *+' conftest.er1 >conftest.err
10479 rm -f conftest.er1
10480 cat conftest.err >&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); } && {
10483 test -z "$ac_c_werror_flag" ||
10484 test ! -s conftest.err
10485 } && test -s conftest$ac_exeext &&
10486 $as_test_x conftest$ac_exeext; then
10487 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10488 else
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.$ac_ext >&5
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10496 conftest$ac_exeext conftest.$ac_ext
10497 LIBS=$ac_check_lib_save_LIBS
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10501 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10503 cat >>confdefs.h <<\_ACEOF
10504 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10505 _ACEOF
10513 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10514 case "x$with_xrender" in
10515 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10516 xno) ;;
10517 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10518 This is an error since --with-xrender was requested." >&5
10519 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&2;}
10521 { (exit 1); exit 1; }; } ;;
10522 esac
10526 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10527 then
10528 cat >conftest.$ac_ext <<_ACEOF
10529 /* confdefs.h. */
10530 _ACEOF
10531 cat confdefs.h >>conftest.$ac_ext
10532 cat >>conftest.$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10534 #include <X11/Xlib.h>
10535 #include <X11/extensions/Xrandr.h>
10537 main ()
10539 static typeof(XRRSetScreenConfigAndRate) * func;
10541 return 0;
10543 _ACEOF
10544 rm -f conftest.$ac_objext
10545 if { (ac_try="$ac_compile"
10546 case "(($ac_try" in
10547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10549 esac
10550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10551 (eval "$ac_compile") 2>conftest.er1
10552 ac_status=$?
10553 grep -v '^ *+' conftest.er1 >conftest.err
10554 rm -f conftest.er1
10555 cat conftest.err >&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && {
10558 test -z "$ac_c_werror_flag" ||
10559 test ! -s conftest.err
10560 } && test -s conftest.$ac_objext; then
10561 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10562 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10563 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10564 echo $ECHO_N "(cached) $ECHO_C" >&6
10565 else
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10569 /* confdefs.h. */
10570 _ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char XRRQueryExtension ();
10583 main ()
10585 return XRRQueryExtension ();
10587 return 0;
10589 _ACEOF
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10594 *) ac_try_echo=$ac_try;;
10595 esac
10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10597 (eval "$ac_link") 2>conftest.er1
10598 ac_status=$?
10599 grep -v '^ *+' conftest.er1 >conftest.err
10600 rm -f conftest.er1
10601 cat conftest.err >&5
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); } && {
10604 test -z "$ac_c_werror_flag" ||
10605 test ! -s conftest.err
10606 } && test -s conftest$ac_exeext &&
10607 $as_test_x conftest$ac_exeext; then
10608 case "$LIBEXT" in
10609 dll) ;;
10610 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'` ;;
10611 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10612 esac
10613 else
10614 echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.$ac_ext >&5
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621 conftest$ac_exeext conftest.$ac_ext
10622 LIBS=$ac_check_soname_save_LIBS
10624 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10625 { echo "$as_me:$LINENO: result: not found" >&5
10626 echo "${ECHO_T}not found" >&6; }
10628 else
10629 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10630 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10632 cat >>confdefs.h <<_ACEOF
10633 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10634 _ACEOF
10639 else
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.$ac_ext >&5
10646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 case "x$with_xrandr" in
10650 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10651 xno) ;;
10652 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10653 This is an error since --with-xrandr was requested." >&5
10654 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&2;}
10656 { (exit 1); exit 1; }; } ;;
10657 esac
10661 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10662 then
10663 cat >conftest.$ac_ext <<_ACEOF
10664 /* confdefs.h. */
10665 _ACEOF
10666 cat confdefs.h >>conftest.$ac_ext
10667 cat >>conftest.$ac_ext <<_ACEOF
10668 /* end confdefs.h. */
10669 #include <X11/Xlib.h>
10670 #include <X11/extensions/Xinerama.h>
10672 main ()
10674 static typeof(XineramaQueryScreens) * func;
10676 return 0;
10678 _ACEOF
10679 rm -f conftest.$ac_objext
10680 if { (ac_try="$ac_compile"
10681 case "(($ac_try" in
10682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10683 *) ac_try_echo=$ac_try;;
10684 esac
10685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10686 (eval "$ac_compile") 2>conftest.er1
10687 ac_status=$?
10688 grep -v '^ *+' conftest.er1 >conftest.err
10689 rm -f conftest.er1
10690 cat conftest.err >&5
10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692 (exit $ac_status); } && {
10693 test -z "$ac_c_werror_flag" ||
10694 test ! -s conftest.err
10695 } && test -s conftest.$ac_objext; then
10696 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10697 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10700 else
10701 ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h. */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XineramaQueryScreens ();
10718 main ()
10720 return XineramaQueryScreens ();
10722 return 0;
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729 *) ac_try_echo=$ac_try;;
10730 esac
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10733 ac_status=$?
10734 grep -v '^ *+' conftest.er1 >conftest.err
10735 rm -f conftest.er1
10736 cat conftest.err >&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest$ac_exeext &&
10742 $as_test_x conftest$ac_exeext; then
10743 case "$LIBEXT" in
10744 dll) ;;
10745 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'` ;;
10746 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10747 esac
10748 else
10749 echo "$as_me: failed program was:" >&5
10750 sed 's/^/| /' conftest.$ac_ext >&5
10755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_soname_save_LIBS
10759 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10760 { echo "$as_me:$LINENO: result: not found" >&5
10761 echo "${ECHO_T}not found" >&6; }
10763 else
10764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10765 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10767 cat >>confdefs.h <<_ACEOF
10768 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10769 _ACEOF
10774 else
10775 echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.$ac_ext >&5
10781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 case "x$with_xinerama" in
10785 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10786 xno) ;;
10787 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10788 This is an error since --with-xinerama was requested." >&5
10789 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&2;}
10791 { (exit 1); exit 1; }; } ;;
10792 esac
10796 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10797 then
10798 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10799 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10800 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10801 echo $ECHO_N "(cached) $ECHO_C" >&6
10802 else
10803 ac_check_soname_save_LIBS=$LIBS
10804 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10805 cat >conftest.$ac_ext <<_ACEOF
10806 /* confdefs.h. */
10807 _ACEOF
10808 cat confdefs.h >>conftest.$ac_ext
10809 cat >>conftest.$ac_ext <<_ACEOF
10810 /* end confdefs.h. */
10812 /* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10815 #ifdef __cplusplus
10816 extern "C"
10817 #endif
10818 char XCompositeRedirectWindow ();
10820 main ()
10822 return XCompositeRedirectWindow ();
10824 return 0;
10826 _ACEOF
10827 rm -f conftest.$ac_objext conftest$ac_exeext
10828 if { (ac_try="$ac_link"
10829 case "(($ac_try" in
10830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10832 esac
10833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834 (eval "$ac_link") 2>conftest.er1
10835 ac_status=$?
10836 grep -v '^ *+' conftest.er1 >conftest.err
10837 rm -f conftest.er1
10838 cat conftest.err >&5
10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } && {
10841 test -z "$ac_c_werror_flag" ||
10842 test ! -s conftest.err
10843 } && test -s conftest$ac_exeext &&
10844 $as_test_x conftest$ac_exeext; then
10845 case "$LIBEXT" in
10846 dll) ;;
10847 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'` ;;
10848 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10849 esac
10850 else
10851 echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 { echo "$as_me:$LINENO: result: not found" >&5
10863 echo "${ECHO_T}not found" >&6; }
10865 else
10866 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10867 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10871 _ACEOF
10877 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878 case "x$with_xcomposite" in
10879 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10880 xno) ;;
10881 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10882 This is an error since --with-xcomposite was requested." >&5
10883 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&2;}
10885 { (exit 1); exit 1; }; } ;;
10886 esac
10890 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10891 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10892 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6
10894 else
10895 cat >conftest.$ac_ext <<_ACEOF
10896 /* confdefs.h. */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #ifdef HAVE_X11_XLIB_H
10902 #include <X11/Xlib.h>
10903 #endif
10906 main ()
10908 static XICCallback ac_aggr;
10909 if (ac_aggr.callback)
10910 return 0;
10912 return 0;
10914 _ACEOF
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10919 *) ac_try_echo=$ac_try;;
10920 esac
10921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10922 (eval "$ac_compile") 2>conftest.er1
10923 ac_status=$?
10924 grep -v '^ *+' conftest.er1 >conftest.err
10925 rm -f conftest.er1
10926 cat conftest.err >&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); } && {
10929 test -z "$ac_c_werror_flag" ||
10930 test ! -s conftest.err
10931 } && test -s conftest.$ac_objext; then
10932 ac_cv_member_XICCallback_callback=yes
10933 else
10934 echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.$ac_ext >&5
10937 cat >conftest.$ac_ext <<_ACEOF
10938 /* confdefs.h. */
10939 _ACEOF
10940 cat confdefs.h >>conftest.$ac_ext
10941 cat >>conftest.$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #ifdef HAVE_X11_XLIB_H
10944 #include <X11/Xlib.h>
10945 #endif
10948 main ()
10950 static XICCallback ac_aggr;
10951 if (sizeof ac_aggr.callback)
10952 return 0;
10954 return 0;
10956 _ACEOF
10957 rm -f conftest.$ac_objext
10958 if { (ac_try="$ac_compile"
10959 case "(($ac_try" in
10960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10961 *) ac_try_echo=$ac_try;;
10962 esac
10963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10964 (eval "$ac_compile") 2>conftest.er1
10965 ac_status=$?
10966 grep -v '^ *+' conftest.er1 >conftest.err
10967 rm -f conftest.er1
10968 cat conftest.err >&5
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); } && {
10971 test -z "$ac_c_werror_flag" ||
10972 test ! -s conftest.err
10973 } && test -s conftest.$ac_objext; then
10974 ac_cv_member_XICCallback_callback=yes
10975 else
10976 echo "$as_me: failed program was:" >&5
10977 sed 's/^/| /' conftest.$ac_ext >&5
10979 ac_cv_member_XICCallback_callback=no
10982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10988 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10989 if test $ac_cv_member_XICCallback_callback = yes; then
10991 cat >>confdefs.h <<_ACEOF
10992 #define HAVE_XICCALLBACK_CALLBACK 1
10993 _ACEOF
11000 opengl_msg=""
11001 if test "x$with_opengl" != "xno"
11002 then
11007 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11009 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6
11014 else
11015 cat >conftest.$ac_ext <<_ACEOF
11016 /* confdefs.h. */
11017 _ACEOF
11018 cat confdefs.h >>conftest.$ac_ext
11019 cat >>conftest.$ac_ext <<_ACEOF
11020 /* end confdefs.h. */
11021 #ifdef HAVE_GL_GLX_H
11022 # include <GL/glx.h>
11023 #endif
11025 #include <$ac_header>
11026 _ACEOF
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11031 *) ac_try_echo=$ac_try;;
11032 esac
11033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11034 (eval "$ac_compile") 2>conftest.er1
11035 ac_status=$?
11036 grep -v '^ *+' conftest.er1 >conftest.err
11037 rm -f conftest.er1
11038 cat conftest.err >&5
11039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040 (exit $ac_status); } && {
11041 test -z "$ac_c_werror_flag" ||
11042 test ! -s conftest.err
11043 } && test -s conftest.$ac_objext; then
11044 eval "$as_ac_Header=yes"
11045 else
11046 echo "$as_me: failed program was:" >&5
11047 sed 's/^/| /' conftest.$ac_ext >&5
11049 eval "$as_ac_Header=no"
11052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11054 ac_res=`eval echo '${'$as_ac_Header'}'`
11055 { echo "$as_me:$LINENO: result: $ac_res" >&5
11056 echo "${ECHO_T}$ac_res" >&6; }
11057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058 cat >>confdefs.h <<_ACEOF
11059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11060 _ACEOF
11064 done
11066 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11067 then
11068 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11069 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11070 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11071 echo $ECHO_N "(cached) $ECHO_C" >&6
11072 else
11073 cat >conftest.$ac_ext <<_ACEOF
11074 /* confdefs.h. */
11075 _ACEOF
11076 cat confdefs.h >>conftest.$ac_ext
11077 cat >>conftest.$ac_ext <<_ACEOF
11078 /* end confdefs.h. */
11079 #include <GL/gl.h>
11081 main ()
11083 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11085 return 0;
11087 _ACEOF
11088 rm -f conftest.$ac_objext
11089 if { (ac_try="$ac_compile"
11090 case "(($ac_try" in
11091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092 *) ac_try_echo=$ac_try;;
11093 esac
11094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095 (eval "$ac_compile") 2>conftest.er1
11096 ac_status=$?
11097 grep -v '^ *+' conftest.er1 >conftest.err
11098 rm -f conftest.er1
11099 cat conftest.err >&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); } && {
11102 test -z "$ac_c_werror_flag" ||
11103 test ! -s conftest.err
11104 } && test -s conftest.$ac_objext; then
11105 wine_cv_opengl_header_version_OK="yes"
11106 else
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11110 wine_cv_opengl_header_version_OK="no"
11113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11115 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11116 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11118 if test "$wine_cv_opengl_header_version_OK" = "yes"
11119 then
11120 { echo "$as_me:$LINENO: checking for -lGL" >&5
11121 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11122 if test "${ac_cv_lib_soname_GL+set}" = set; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6
11124 else
11125 ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11127 cat >conftest.$ac_ext <<_ACEOF
11128 /* confdefs.h. */
11129 _ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char glXCreateContext ();
11142 main ()
11144 return glXCreateContext ();
11146 return 0;
11148 _ACEOF
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11153 *) ac_try_echo=$ac_try;;
11154 esac
11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11156 (eval "$ac_link") 2>conftest.er1
11157 ac_status=$?
11158 grep -v '^ *+' conftest.er1 >conftest.err
11159 rm -f conftest.er1
11160 cat conftest.err >&5
11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest$ac_exeext &&
11166 $as_test_x conftest$ac_exeext; then
11167 case "$LIBEXT" in
11168 dll) ;;
11169 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'` ;;
11170 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11171 esac
11172 else
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.$ac_ext >&5
11179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11180 conftest$ac_exeext conftest.$ac_ext
11181 LIBS=$ac_check_soname_save_LIBS
11183 if test "x$ac_cv_lib_soname_GL" = "x"; then
11184 { echo "$as_me:$LINENO: result: not found" >&5
11185 echo "${ECHO_T}not found" >&6; }
11186 { echo "$as_me:$LINENO: checking for -lGL" >&5
11187 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_GL+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11190 else
11191 ac_check_soname_save_LIBS=$LIBS
11192 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"
11193 cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h. */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11203 #ifdef __cplusplus
11204 extern "C"
11205 #endif
11206 char glXCreateContext ();
11208 main ()
11210 return glXCreateContext ();
11212 return 0;
11214 _ACEOF
11215 rm -f conftest.$ac_objext conftest$ac_exeext
11216 if { (ac_try="$ac_link"
11217 case "(($ac_try" in
11218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11219 *) ac_try_echo=$ac_try;;
11220 esac
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222 (eval "$ac_link") 2>conftest.er1
11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
11225 rm -f conftest.er1
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext &&
11232 $as_test_x conftest$ac_exeext; then
11233 case "$LIBEXT" in
11234 dll) ;;
11235 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'` ;;
11236 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11237 esac
11238 else
11239 echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_GL" = "x"; then
11250 { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11252 if test -f /usr/X11R6/lib/libGL.a
11253 then
11254 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11255 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11256 else
11257 opengl_msg="No OpenGL library found on this system."
11259 else
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11265 _ACEOF
11267 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"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11271 _ACEOF
11275 else
11276 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11281 _ACEOF
11283 OPENGL_LIBS="-lGL"
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11287 _ACEOF
11291 if test "$ac_cv_header_GL_glu_h" = "yes"
11292 then
11293 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11294 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11295 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11296 echo $ECHO_N "(cached) $ECHO_C" >&6
11297 else
11298 ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11300 cat >conftest.$ac_ext <<_ACEOF
11301 /* confdefs.h. */
11302 _ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char gluLookAt ();
11315 main ()
11317 return gluLookAt ();
11319 return 0;
11321 _ACEOF
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11326 *) ac_try_echo=$ac_try;;
11327 esac
11328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11329 (eval "$ac_link") 2>conftest.er1
11330 ac_status=$?
11331 grep -v '^ *+' conftest.er1 >conftest.err
11332 rm -f conftest.er1
11333 cat conftest.err >&5
11334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335 (exit $ac_status); } && {
11336 test -z "$ac_c_werror_flag" ||
11337 test ! -s conftest.err
11338 } && test -s conftest$ac_exeext &&
11339 $as_test_x conftest$ac_exeext; then
11340 case "$LIBEXT" in
11341 dll) ;;
11342 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'` ;;
11343 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11344 esac
11345 else
11346 echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.$ac_ext >&5
11352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11353 conftest$ac_exeext conftest.$ac_ext
11354 LIBS=$ac_check_soname_save_LIBS
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 { echo "$as_me:$LINENO: result: not found" >&5
11358 echo "${ECHO_T}not found" >&6; }
11360 else
11361 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11362 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11364 cat >>confdefs.h <<_ACEOF
11365 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11366 _ACEOF
11372 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373 case "x$with_glu" in
11374 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11375 xno) ;;
11376 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11377 This is an error since --with-glu was requested." >&5
11378 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&2;}
11380 { (exit 1); exit 1; }; } ;;
11381 esac
11384 else
11385 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11387 else
11388 opengl_msg="OpenGL development headers not found."
11391 if test -n "$opengl_msg"; then
11392 case "x$with_opengl" in
11393 x) wine_warnings="$wine_warnings|$opengl_msg
11394 OpenGL and Direct3D won't be supported." ;;
11395 xno) ;;
11396 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11397 OpenGL and Direct3D won't be supported.
11398 This is an error since --with-opengl was requested." >&5
11399 echo "$as_me: error: $opengl_msg
11400 OpenGL and Direct3D won't be supported.
11401 This is an error since --with-opengl was requested." >&2;}
11402 { (exit 1); exit 1; }; } ;;
11403 esac
11407 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11408 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11410 NASLIBS=""
11413 for ac_header in audio/audiolib.h
11415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11417 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11420 echo $ECHO_N "(cached) $ECHO_C" >&6
11422 ac_res=`eval echo '${'$as_ac_Header'}'`
11423 { echo "$as_me:$LINENO: result: $ac_res" >&5
11424 echo "${ECHO_T}$ac_res" >&6; }
11425 else
11426 # Is the header compilable?
11427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11429 cat >conftest.$ac_ext <<_ACEOF
11430 /* confdefs.h. */
11431 _ACEOF
11432 cat confdefs.h >>conftest.$ac_ext
11433 cat >>conftest.$ac_ext <<_ACEOF
11434 /* end confdefs.h. */
11435 $ac_includes_default
11436 #include <$ac_header>
11437 _ACEOF
11438 rm -f conftest.$ac_objext
11439 if { (ac_try="$ac_compile"
11440 case "(($ac_try" in
11441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11442 *) ac_try_echo=$ac_try;;
11443 esac
11444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11445 (eval "$ac_compile") 2>conftest.er1
11446 ac_status=$?
11447 grep -v '^ *+' conftest.er1 >conftest.err
11448 rm -f conftest.er1
11449 cat conftest.err >&5
11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451 (exit $ac_status); } && {
11452 test -z "$ac_c_werror_flag" ||
11453 test ! -s conftest.err
11454 } && test -s conftest.$ac_objext; then
11455 ac_header_compiler=yes
11456 else
11457 echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.$ac_ext >&5
11460 ac_header_compiler=no
11463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11465 echo "${ECHO_T}$ac_header_compiler" >&6; }
11467 # Is the header present?
11468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11470 cat >conftest.$ac_ext <<_ACEOF
11471 /* confdefs.h. */
11472 _ACEOF
11473 cat confdefs.h >>conftest.$ac_ext
11474 cat >>conftest.$ac_ext <<_ACEOF
11475 /* end confdefs.h. */
11476 #include <$ac_header>
11477 _ACEOF
11478 if { (ac_try="$ac_cpp conftest.$ac_ext"
11479 case "(($ac_try" in
11480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11481 *) ac_try_echo=$ac_try;;
11482 esac
11483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11485 ac_status=$?
11486 grep -v '^ *+' conftest.er1 >conftest.err
11487 rm -f conftest.er1
11488 cat conftest.err >&5
11489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11490 (exit $ac_status); } >/dev/null && {
11491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11492 test ! -s conftest.err
11493 }; then
11494 ac_header_preproc=yes
11495 else
11496 echo "$as_me: failed program was:" >&5
11497 sed 's/^/| /' conftest.$ac_ext >&5
11499 ac_header_preproc=no
11502 rm -f conftest.err conftest.$ac_ext
11503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11504 echo "${ECHO_T}$ac_header_preproc" >&6; }
11506 # So? What about this header?
11507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11508 yes:no: )
11509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11513 ac_header_preproc=yes
11515 no:yes:* )
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11528 ( cat <<\_ASBOX
11529 ## ------------------------------------ ##
11530 ## Report this to wine-devel@winehq.org ##
11531 ## ------------------------------------ ##
11532 _ASBOX
11533 ) | sed "s/^/$as_me: WARNING: /" >&2
11535 esac
11536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11539 echo $ECHO_N "(cached) $ECHO_C" >&6
11540 else
11541 eval "$as_ac_Header=\$ac_header_preproc"
11543 ac_res=`eval echo '${'$as_ac_Header'}'`
11544 { echo "$as_me:$LINENO: result: $ac_res" >&5
11545 echo "${ECHO_T}$ac_res" >&6; }
11548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11549 cat >>confdefs.h <<_ACEOF
11550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11551 _ACEOF
11553 for ac_header in audio/soundlib.h
11555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11559 echo $ECHO_N "(cached) $ECHO_C" >&6
11560 else
11561 cat >conftest.$ac_ext <<_ACEOF
11562 /* confdefs.h. */
11563 _ACEOF
11564 cat confdefs.h >>conftest.$ac_ext
11565 cat >>conftest.$ac_ext <<_ACEOF
11566 /* end confdefs.h. */
11567 #include <audio/audiolib.h>
11569 #include <$ac_header>
11570 _ACEOF
11571 rm -f conftest.$ac_objext
11572 if { (ac_try="$ac_compile"
11573 case "(($ac_try" in
11574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11575 *) ac_try_echo=$ac_try;;
11576 esac
11577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11578 (eval "$ac_compile") 2>conftest.er1
11579 ac_status=$?
11580 grep -v '^ *+' conftest.er1 >conftest.err
11581 rm -f conftest.er1
11582 cat conftest.err >&5
11583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); } && {
11585 test -z "$ac_c_werror_flag" ||
11586 test ! -s conftest.err
11587 } && test -s conftest.$ac_objext; then
11588 eval "$as_ac_Header=yes"
11589 else
11590 echo "$as_me: failed program was:" >&5
11591 sed 's/^/| /' conftest.$ac_ext >&5
11593 eval "$as_ac_Header=no"
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11598 ac_res=`eval echo '${'$as_ac_Header'}'`
11599 { echo "$as_me:$LINENO: result: $ac_res" >&5
11600 echo "${ECHO_T}$ac_res" >&6; }
11601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11602 cat >>confdefs.h <<_ACEOF
11603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11604 _ACEOF
11608 done
11610 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11611 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11612 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11613 echo $ECHO_N "(cached) $ECHO_C" >&6
11614 else
11615 ac_check_lib_save_LIBS=$LIBS
11616 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11617 cat >conftest.$ac_ext <<_ACEOF
11618 /* confdefs.h. */
11619 _ACEOF
11620 cat confdefs.h >>conftest.$ac_ext
11621 cat >>conftest.$ac_ext <<_ACEOF
11622 /* end confdefs.h. */
11624 /* Override any GCC internal prototype to avoid an error.
11625 Use char because int might match the return type of a GCC
11626 builtin and then its argument prototype would still apply. */
11627 #ifdef __cplusplus
11628 extern "C"
11629 #endif
11630 char AuCreateFlow ();
11632 main ()
11634 return AuCreateFlow ();
11636 return 0;
11638 _ACEOF
11639 rm -f conftest.$ac_objext conftest$ac_exeext
11640 if { (ac_try="$ac_link"
11641 case "(($ac_try" in
11642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11643 *) ac_try_echo=$ac_try;;
11644 esac
11645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11646 (eval "$ac_link") 2>conftest.er1
11647 ac_status=$?
11648 grep -v '^ *+' conftest.er1 >conftest.err
11649 rm -f conftest.er1
11650 cat conftest.err >&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && {
11653 test -z "$ac_c_werror_flag" ||
11654 test ! -s conftest.err
11655 } && test -s conftest$ac_exeext &&
11656 $as_test_x conftest$ac_exeext; then
11657 ac_cv_lib_audio_AuCreateFlow=yes
11658 else
11659 echo "$as_me: failed program was:" >&5
11660 sed 's/^/| /' conftest.$ac_ext >&5
11662 ac_cv_lib_audio_AuCreateFlow=no
11665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11666 conftest$ac_exeext conftest.$ac_ext
11667 LIBS=$ac_check_lib_save_LIBS
11669 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11670 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11671 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11673 cat >>confdefs.h <<\_ACEOF
11674 #define HAVE_NAS 1
11675 _ACEOF
11677 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11678 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11679 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11680 echo $ECHO_N "(cached) $ECHO_C" >&6
11681 else
11682 ac_check_lib_save_LIBS=$LIBS
11683 LIBS="-lXau $X_LIBS $LIBS"
11684 cat >conftest.$ac_ext <<_ACEOF
11685 /* confdefs.h. */
11686 _ACEOF
11687 cat confdefs.h >>conftest.$ac_ext
11688 cat >>conftest.$ac_ext <<_ACEOF
11689 /* end confdefs.h. */
11691 /* Override any GCC internal prototype to avoid an error.
11692 Use char because int might match the return type of a GCC
11693 builtin and then its argument prototype would still apply. */
11694 #ifdef __cplusplus
11695 extern "C"
11696 #endif
11697 char XauGetBestAuthByAddr ();
11699 main ()
11701 return XauGetBestAuthByAddr ();
11703 return 0;
11705 _ACEOF
11706 rm -f conftest.$ac_objext conftest$ac_exeext
11707 if { (ac_try="$ac_link"
11708 case "(($ac_try" in
11709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11710 *) ac_try_echo=$ac_try;;
11711 esac
11712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11713 (eval "$ac_link") 2>conftest.er1
11714 ac_status=$?
11715 grep -v '^ *+' conftest.er1 >conftest.err
11716 rm -f conftest.er1
11717 cat conftest.err >&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } && {
11720 test -z "$ac_c_werror_flag" ||
11721 test ! -s conftest.err
11722 } && test -s conftest$ac_exeext &&
11723 $as_test_x conftest$ac_exeext; then
11724 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11725 else
11726 echo "$as_me: failed program was:" >&5
11727 sed 's/^/| /' conftest.$ac_ext >&5
11729 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11733 conftest$ac_exeext conftest.$ac_ext
11734 LIBS=$ac_check_lib_save_LIBS
11736 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11737 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11738 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11739 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11740 else
11741 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11749 done
11752 CPPFLAGS="$ac_save_CPPFLAGS"
11753 else
11754 XLIB=""
11755 X_CFLAGS=""
11756 X_LIBS=""
11757 enable_winex11_drv=${enable_winex11_drv:-no}
11758 enable_opengl32=${enable_opengl32:-no}
11759 enable_glu32=${enable_glu32:-no}
11761 if test "x$XLIB" = "x"; then
11762 case "x$with_x" in
11763 xno) ;;
11764 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11765 without X support, which probably isn't what you want. You will need to install
11766 development packages of Xlib/Xfree86 at the very least.
11767 Use the --without-x option if you really want this." >&5
11768 echo "$as_me: error: X development files not found. Wine will be built
11769 without X support, which probably isn't what you want. You will need to install
11770 development packages of Xlib/Xfree86 at the very least.
11771 Use the --without-x option if you really want this." >&2;}
11772 { (exit 1); exit 1; }; } ;;
11773 esac
11778 XML2LIBS=""
11780 XML2INCL=""
11782 XSLTLIBS=""
11784 XSLTINCL=""
11786 if test "x$with_xml" != "xno"
11787 then
11788 ac_save_CPPFLAGS="$CPPFLAGS"
11789 if test "$PKG_CONFIG" != "false"
11790 then
11791 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11792 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11793 else
11794 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11795 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11797 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11799 for ac_header in libxml/parser.h
11801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11806 echo $ECHO_N "(cached) $ECHO_C" >&6
11808 ac_res=`eval echo '${'$as_ac_Header'}'`
11809 { echo "$as_me:$LINENO: result: $ac_res" >&5
11810 echo "${ECHO_T}$ac_res" >&6; }
11811 else
11812 # Is the header compilable?
11813 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11814 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11815 cat >conftest.$ac_ext <<_ACEOF
11816 /* confdefs.h. */
11817 _ACEOF
11818 cat confdefs.h >>conftest.$ac_ext
11819 cat >>conftest.$ac_ext <<_ACEOF
11820 /* end confdefs.h. */
11821 $ac_includes_default
11822 #include <$ac_header>
11823 _ACEOF
11824 rm -f conftest.$ac_objext
11825 if { (ac_try="$ac_compile"
11826 case "(($ac_try" in
11827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11828 *) ac_try_echo=$ac_try;;
11829 esac
11830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11831 (eval "$ac_compile") 2>conftest.er1
11832 ac_status=$?
11833 grep -v '^ *+' conftest.er1 >conftest.err
11834 rm -f conftest.er1
11835 cat conftest.err >&5
11836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11837 (exit $ac_status); } && {
11838 test -z "$ac_c_werror_flag" ||
11839 test ! -s conftest.err
11840 } && test -s conftest.$ac_objext; then
11841 ac_header_compiler=yes
11842 else
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.$ac_ext >&5
11846 ac_header_compiler=no
11849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11851 echo "${ECHO_T}$ac_header_compiler" >&6; }
11853 # Is the header present?
11854 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11855 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11856 cat >conftest.$ac_ext <<_ACEOF
11857 /* confdefs.h. */
11858 _ACEOF
11859 cat confdefs.h >>conftest.$ac_ext
11860 cat >>conftest.$ac_ext <<_ACEOF
11861 /* end confdefs.h. */
11862 #include <$ac_header>
11863 _ACEOF
11864 if { (ac_try="$ac_cpp conftest.$ac_ext"
11865 case "(($ac_try" in
11866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11867 *) ac_try_echo=$ac_try;;
11868 esac
11869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11870 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } >/dev/null && {
11877 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 }; then
11880 ac_header_preproc=yes
11881 else
11882 echo "$as_me: failed program was:" >&5
11883 sed 's/^/| /' conftest.$ac_ext >&5
11885 ac_header_preproc=no
11888 rm -f conftest.err conftest.$ac_ext
11889 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11890 echo "${ECHO_T}$ac_header_preproc" >&6; }
11892 # So? What about this header?
11893 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11894 yes:no: )
11895 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11896 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11898 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11899 ac_header_preproc=yes
11901 no:yes:* )
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11903 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11905 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11907 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11909 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11911 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11913 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11914 ( cat <<\_ASBOX
11915 ## ------------------------------------ ##
11916 ## Report this to wine-devel@winehq.org ##
11917 ## ------------------------------------ ##
11918 _ASBOX
11919 ) | sed "s/^/$as_me: WARNING: /" >&2
11921 esac
11922 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11923 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11924 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11926 else
11927 eval "$as_ac_Header=\$ac_header_preproc"
11929 ac_res=`eval echo '${'$as_ac_Header'}'`
11930 { echo "$as_me:$LINENO: result: $ac_res" >&5
11931 echo "${ECHO_T}$ac_res" >&6; }
11934 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11935 cat >>confdefs.h <<_ACEOF
11936 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11937 _ACEOF
11938 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11939 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11940 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11941 echo $ECHO_N "(cached) $ECHO_C" >&6
11942 else
11943 ac_check_lib_save_LIBS=$LIBS
11944 LIBS="-lxml2 $ac_xml_libs $LIBS"
11945 cat >conftest.$ac_ext <<_ACEOF
11946 /* confdefs.h. */
11947 _ACEOF
11948 cat confdefs.h >>conftest.$ac_ext
11949 cat >>conftest.$ac_ext <<_ACEOF
11950 /* end confdefs.h. */
11952 /* Override any GCC internal prototype to avoid an error.
11953 Use char because int might match the return type of a GCC
11954 builtin and then its argument prototype would still apply. */
11955 #ifdef __cplusplus
11956 extern "C"
11957 #endif
11958 char xmlParseMemory ();
11960 main ()
11962 return xmlParseMemory ();
11964 return 0;
11966 _ACEOF
11967 rm -f conftest.$ac_objext conftest$ac_exeext
11968 if { (ac_try="$ac_link"
11969 case "(($ac_try" in
11970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11971 *) ac_try_echo=$ac_try;;
11972 esac
11973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11974 (eval "$ac_link") 2>conftest.er1
11975 ac_status=$?
11976 grep -v '^ *+' conftest.er1 >conftest.err
11977 rm -f conftest.er1
11978 cat conftest.err >&5
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); } && {
11981 test -z "$ac_c_werror_flag" ||
11982 test ! -s conftest.err
11983 } && test -s conftest$ac_exeext &&
11984 $as_test_x conftest$ac_exeext; then
11985 ac_cv_lib_xml2_xmlParseMemory=yes
11986 else
11987 echo "$as_me: failed program was:" >&5
11988 sed 's/^/| /' conftest.$ac_ext >&5
11990 ac_cv_lib_xml2_xmlParseMemory=no
11993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11994 conftest$ac_exeext conftest.$ac_ext
11995 LIBS=$ac_check_lib_save_LIBS
11997 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11998 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11999 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12001 cat >>confdefs.h <<\_ACEOF
12002 #define HAVE_LIBXML2 1
12003 _ACEOF
12005 XML2LIBS="$ac_xml_libs"
12006 XML2INCL="$ac_xml_cflags"
12009 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12010 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12011 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12012 echo $ECHO_N "(cached) $ECHO_C" >&6
12013 else
12014 ac_check_lib_save_LIBS=$LIBS
12015 LIBS="-lxml2 $ac_xml_libs $LIBS"
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12023 /* Override any GCC internal prototype to avoid an error.
12024 Use char because int might match the return type of a GCC
12025 builtin and then its argument prototype would still apply. */
12026 #ifdef __cplusplus
12027 extern "C"
12028 #endif
12029 char xmlReadMemory ();
12031 main ()
12033 return xmlReadMemory ();
12035 return 0;
12037 _ACEOF
12038 rm -f conftest.$ac_objext conftest$ac_exeext
12039 if { (ac_try="$ac_link"
12040 case "(($ac_try" in
12041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12043 esac
12044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12045 (eval "$ac_link") 2>conftest.er1
12046 ac_status=$?
12047 grep -v '^ *+' conftest.er1 >conftest.err
12048 rm -f conftest.er1
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } && {
12052 test -z "$ac_c_werror_flag" ||
12053 test ! -s conftest.err
12054 } && test -s conftest$ac_exeext &&
12055 $as_test_x conftest$ac_exeext; then
12056 ac_cv_lib_xml2_xmlReadMemory=yes
12057 else
12058 echo "$as_me: failed program was:" >&5
12059 sed 's/^/| /' conftest.$ac_ext >&5
12061 ac_cv_lib_xml2_xmlReadMemory=no
12064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12065 conftest$ac_exeext conftest.$ac_ext
12066 LIBS=$ac_check_lib_save_LIBS
12068 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12069 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12070 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12072 cat >>confdefs.h <<\_ACEOF
12073 #define HAVE_XMLREADMEMORY 1
12074 _ACEOF
12078 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12079 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12080 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12081 echo $ECHO_N "(cached) $ECHO_C" >&6
12082 else
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-lxml2 $ac_xml_libs $LIBS"
12085 cat >conftest.$ac_ext <<_ACEOF
12086 /* confdefs.h. */
12087 _ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12092 /* Override any GCC internal prototype to avoid an error.
12093 Use char because int might match the return type of a GCC
12094 builtin and then its argument prototype would still apply. */
12095 #ifdef __cplusplus
12096 extern "C"
12097 #endif
12098 char xmlNewDocPI ();
12100 main ()
12102 return xmlNewDocPI ();
12104 return 0;
12106 _ACEOF
12107 rm -f conftest.$ac_objext conftest$ac_exeext
12108 if { (ac_try="$ac_link"
12109 case "(($ac_try" in
12110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12111 *) ac_try_echo=$ac_try;;
12112 esac
12113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12114 (eval "$ac_link") 2>conftest.er1
12115 ac_status=$?
12116 grep -v '^ *+' conftest.er1 >conftest.err
12117 rm -f conftest.er1
12118 cat conftest.err >&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); } && {
12121 test -z "$ac_c_werror_flag" ||
12122 test ! -s conftest.err
12123 } && test -s conftest$ac_exeext &&
12124 $as_test_x conftest$ac_exeext; then
12125 ac_cv_lib_xml2_xmlNewDocPI=yes
12126 else
12127 echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.$ac_ext >&5
12130 ac_cv_lib_xml2_xmlNewDocPI=no
12133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12134 conftest$ac_exeext conftest.$ac_ext
12135 LIBS=$ac_check_lib_save_LIBS
12137 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12138 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12139 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12141 cat >>confdefs.h <<\_ACEOF
12142 #define HAVE_XMLNEWDOCPI 1
12143 _ACEOF
12150 done
12152 CPPFLAGS="$ac_save_CPPFLAGS"
12154 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12155 case "x$with_xml" in
12156 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12157 xno) ;;
12158 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12159 This is an error since --with-xml was requested." >&5
12160 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12161 This is an error since --with-xml was requested." >&2;}
12162 { (exit 1); exit 1; }; } ;;
12163 esac
12167 if test "x$with_xslt" != "xno"
12168 then
12169 if test "$PKG_CONFIG" != "false"
12170 then
12171 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12172 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12173 else
12174 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12175 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12177 ac_save_CPPFLAGS="$CPPFLAGS"
12178 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12181 for ac_header in libxslt/pattern.h libxslt/transform.h
12183 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12187 echo $ECHO_N "(cached) $ECHO_C" >&6
12188 else
12189 cat >conftest.$ac_ext <<_ACEOF
12190 /* confdefs.h. */
12191 _ACEOF
12192 cat confdefs.h >>conftest.$ac_ext
12193 cat >>conftest.$ac_ext <<_ACEOF
12194 /* end confdefs.h. */
12195 #ifdef HAVE_LIBXSLT_PATTERN_H
12196 # include <libxslt/pattern.h>
12197 #endif
12199 #include <$ac_header>
12200 _ACEOF
12201 rm -f conftest.$ac_objext
12202 if { (ac_try="$ac_compile"
12203 case "(($ac_try" in
12204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12205 *) ac_try_echo=$ac_try;;
12206 esac
12207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12208 (eval "$ac_compile") 2>conftest.er1
12209 ac_status=$?
12210 grep -v '^ *+' conftest.er1 >conftest.err
12211 rm -f conftest.er1
12212 cat conftest.err >&5
12213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12214 (exit $ac_status); } && {
12215 test -z "$ac_c_werror_flag" ||
12216 test ! -s conftest.err
12217 } && test -s conftest.$ac_objext; then
12218 eval "$as_ac_Header=yes"
12219 else
12220 echo "$as_me: failed program was:" >&5
12221 sed 's/^/| /' conftest.$ac_ext >&5
12223 eval "$as_ac_Header=no"
12226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12228 ac_res=`eval echo '${'$as_ac_Header'}'`
12229 { echo "$as_me:$LINENO: result: $ac_res" >&5
12230 echo "${ECHO_T}$ac_res" >&6; }
12231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12232 cat >>confdefs.h <<_ACEOF
12233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12234 _ACEOF
12238 done
12240 CPPFLAGS="$ac_save_CPPFLAGS"
12241 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12242 then
12243 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12244 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12245 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12246 echo $ECHO_N "(cached) $ECHO_C" >&6
12247 else
12248 ac_check_lib_save_LIBS=$LIBS
12249 LIBS="-lxslt $ac_xslt_libs $LIBS"
12250 cat >conftest.$ac_ext <<_ACEOF
12251 /* confdefs.h. */
12252 _ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12260 #ifdef __cplusplus
12261 extern "C"
12262 #endif
12263 char xsltCompilePattern ();
12265 main ()
12267 return xsltCompilePattern ();
12269 return 0;
12271 _ACEOF
12272 rm -f conftest.$ac_objext conftest$ac_exeext
12273 if { (ac_try="$ac_link"
12274 case "(($ac_try" in
12275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12276 *) ac_try_echo=$ac_try;;
12277 esac
12278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12279 (eval "$ac_link") 2>conftest.er1
12280 ac_status=$?
12281 grep -v '^ *+' conftest.er1 >conftest.err
12282 rm -f conftest.er1
12283 cat conftest.err >&5
12284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285 (exit $ac_status); } && {
12286 test -z "$ac_c_werror_flag" ||
12287 test ! -s conftest.err
12288 } && test -s conftest$ac_exeext &&
12289 $as_test_x conftest$ac_exeext; then
12290 ac_cv_lib_xslt_xsltCompilePattern=yes
12291 else
12292 echo "$as_me: failed program was:" >&5
12293 sed 's/^/| /' conftest.$ac_ext >&5
12295 ac_cv_lib_xslt_xsltCompilePattern=no
12298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12299 conftest$ac_exeext conftest.$ac_ext
12300 LIBS=$ac_check_lib_save_LIBS
12302 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12303 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12304 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12306 cat >>confdefs.h <<\_ACEOF
12307 #define HAVE_LIBXSLT 1
12308 _ACEOF
12310 XSLTLIBS="$ac_xslt_libs"
12311 XSLTINCL="$ac_xslt_cflags"
12312 ac_save_LIBS="$LIBS"
12313 LIBS="$LIBS $ac_xslt_libs"
12315 for ac_func in xsltInit
12317 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12318 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12319 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12320 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 cat >conftest.$ac_ext <<_ACEOF
12324 /* confdefs.h. */
12325 _ACEOF
12326 cat confdefs.h >>conftest.$ac_ext
12327 cat >>conftest.$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12330 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12331 #define $ac_func innocuous_$ac_func
12333 /* System header to define __stub macros and hopefully few prototypes,
12334 which can conflict with char $ac_func (); below.
12335 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12336 <limits.h> exists even on freestanding compilers. */
12338 #ifdef __STDC__
12339 # include <limits.h>
12340 #else
12341 # include <assert.h>
12342 #endif
12344 #undef $ac_func
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12349 #ifdef __cplusplus
12350 extern "C"
12351 #endif
12352 char $ac_func ();
12353 /* The GNU C library defines this for functions which it implements
12354 to always fail with ENOSYS. Some functions are actually named
12355 something starting with __ and the normal name is an alias. */
12356 #if defined __stub_$ac_func || defined __stub___$ac_func
12357 choke me
12358 #endif
12361 main ()
12363 return $ac_func ();
12365 return 0;
12367 _ACEOF
12368 rm -f conftest.$ac_objext conftest$ac_exeext
12369 if { (ac_try="$ac_link"
12370 case "(($ac_try" in
12371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12372 *) ac_try_echo=$ac_try;;
12373 esac
12374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12375 (eval "$ac_link") 2>conftest.er1
12376 ac_status=$?
12377 grep -v '^ *+' conftest.er1 >conftest.err
12378 rm -f conftest.er1
12379 cat conftest.err >&5
12380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } && {
12382 test -z "$ac_c_werror_flag" ||
12383 test ! -s conftest.err
12384 } && test -s conftest$ac_exeext &&
12385 $as_test_x conftest$ac_exeext; then
12386 eval "$as_ac_var=yes"
12387 else
12388 echo "$as_me: failed program was:" >&5
12389 sed 's/^/| /' conftest.$ac_ext >&5
12391 eval "$as_ac_var=no"
12394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12395 conftest$ac_exeext conftest.$ac_ext
12397 ac_res=`eval echo '${'$as_ac_var'}'`
12398 { echo "$as_me:$LINENO: result: $ac_res" >&5
12399 echo "${ECHO_T}$ac_res" >&6; }
12400 if test `eval echo '${'$as_ac_var'}'` = yes; then
12401 cat >>confdefs.h <<_ACEOF
12402 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12403 _ACEOF
12406 done
12408 LIBS="$ac_save_LIBS"
12413 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12414 case "x$with_xslt" in
12415 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12416 xno) ;;
12417 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12418 This is an error since --with-xslt was requested." >&5
12419 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12420 This is an error since --with-xslt was requested." >&2;}
12421 { (exit 1); exit 1; }; } ;;
12422 esac
12426 HALINCL=""
12428 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12429 then
12430 ac_save_CPPFLAGS="$CPPFLAGS"
12431 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12432 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12433 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12436 for ac_header in dbus/dbus.h hal/libhal.h
12438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12445 ac_res=`eval echo '${'$as_ac_Header'}'`
12446 { echo "$as_me:$LINENO: result: $ac_res" >&5
12447 echo "${ECHO_T}$ac_res" >&6; }
12448 else
12449 # Is the header compilable?
12450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12452 cat >conftest.$ac_ext <<_ACEOF
12453 /* confdefs.h. */
12454 _ACEOF
12455 cat confdefs.h >>conftest.$ac_ext
12456 cat >>conftest.$ac_ext <<_ACEOF
12457 /* end confdefs.h. */
12458 $ac_includes_default
12459 #include <$ac_header>
12460 _ACEOF
12461 rm -f conftest.$ac_objext
12462 if { (ac_try="$ac_compile"
12463 case "(($ac_try" in
12464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12465 *) ac_try_echo=$ac_try;;
12466 esac
12467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12468 (eval "$ac_compile") 2>conftest.er1
12469 ac_status=$?
12470 grep -v '^ *+' conftest.er1 >conftest.err
12471 rm -f conftest.er1
12472 cat conftest.err >&5
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); } && {
12475 test -z "$ac_c_werror_flag" ||
12476 test ! -s conftest.err
12477 } && test -s conftest.$ac_objext; then
12478 ac_header_compiler=yes
12479 else
12480 echo "$as_me: failed program was:" >&5
12481 sed 's/^/| /' conftest.$ac_ext >&5
12483 ac_header_compiler=no
12486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12488 echo "${ECHO_T}$ac_header_compiler" >&6; }
12490 # Is the header present?
12491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12493 cat >conftest.$ac_ext <<_ACEOF
12494 /* confdefs.h. */
12495 _ACEOF
12496 cat confdefs.h >>conftest.$ac_ext
12497 cat >>conftest.$ac_ext <<_ACEOF
12498 /* end confdefs.h. */
12499 #include <$ac_header>
12500 _ACEOF
12501 if { (ac_try="$ac_cpp conftest.$ac_ext"
12502 case "(($ac_try" in
12503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12504 *) ac_try_echo=$ac_try;;
12505 esac
12506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12508 ac_status=$?
12509 grep -v '^ *+' conftest.er1 >conftest.err
12510 rm -f conftest.er1
12511 cat conftest.err >&5
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); } >/dev/null && {
12514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12515 test ! -s conftest.err
12516 }; then
12517 ac_header_preproc=yes
12518 else
12519 echo "$as_me: failed program was:" >&5
12520 sed 's/^/| /' conftest.$ac_ext >&5
12522 ac_header_preproc=no
12525 rm -f conftest.err conftest.$ac_ext
12526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12527 echo "${ECHO_T}$ac_header_preproc" >&6; }
12529 # So? What about this header?
12530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12531 yes:no: )
12532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12536 ac_header_preproc=yes
12538 no:yes:* )
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12551 ( cat <<\_ASBOX
12552 ## ------------------------------------ ##
12553 ## Report this to wine-devel@winehq.org ##
12554 ## ------------------------------------ ##
12555 _ASBOX
12556 ) | sed "s/^/$as_me: WARNING: /" >&2
12558 esac
12559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12562 echo $ECHO_N "(cached) $ECHO_C" >&6
12563 else
12564 eval "$as_ac_Header=\$ac_header_preproc"
12566 ac_res=`eval echo '${'$as_ac_Header'}'`
12567 { echo "$as_me:$LINENO: result: $ac_res" >&5
12568 echo "${ECHO_T}$ac_res" >&6; }
12571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12572 cat >>confdefs.h <<_ACEOF
12573 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12574 _ACEOF
12578 done
12580 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12581 then
12582 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12583 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12584 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12585 echo $ECHO_N "(cached) $ECHO_C" >&6
12586 else
12587 ac_check_lib_save_LIBS=$LIBS
12588 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12589 cat >conftest.$ac_ext <<_ACEOF
12590 /* confdefs.h. */
12591 _ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12596 /* Override any GCC internal prototype to avoid an error.
12597 Use char because int might match the return type of a GCC
12598 builtin and then its argument prototype would still apply. */
12599 #ifdef __cplusplus
12600 extern "C"
12601 #endif
12602 char dbus_connection_close ();
12604 main ()
12606 return dbus_connection_close ();
12608 return 0;
12610 _ACEOF
12611 rm -f conftest.$ac_objext conftest$ac_exeext
12612 if { (ac_try="$ac_link"
12613 case "(($ac_try" in
12614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12615 *) ac_try_echo=$ac_try;;
12616 esac
12617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12618 (eval "$ac_link") 2>conftest.er1
12619 ac_status=$?
12620 grep -v '^ *+' conftest.er1 >conftest.err
12621 rm -f conftest.er1
12622 cat conftest.err >&5
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); } && {
12625 test -z "$ac_c_werror_flag" ||
12626 test ! -s conftest.err
12627 } && test -s conftest$ac_exeext &&
12628 $as_test_x conftest$ac_exeext; then
12629 ac_cv_lib_dbus_1_dbus_connection_close=yes
12630 else
12631 echo "$as_me: failed program was:" >&5
12632 sed 's/^/| /' conftest.$ac_ext >&5
12634 ac_cv_lib_dbus_1_dbus_connection_close=no
12637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12638 conftest$ac_exeext conftest.$ac_ext
12639 LIBS=$ac_check_lib_save_LIBS
12641 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12642 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12643 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12644 { echo "$as_me:$LINENO: checking for -lhal" >&5
12645 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12646 if test "${ac_cv_lib_soname_hal+set}" = set; then
12647 echo $ECHO_N "(cached) $ECHO_C" >&6
12648 else
12649 ac_check_soname_save_LIBS=$LIBS
12650 LIBS="-lhal $ac_hal_libs $LIBS"
12651 cat >conftest.$ac_ext <<_ACEOF
12652 /* confdefs.h. */
12653 _ACEOF
12654 cat confdefs.h >>conftest.$ac_ext
12655 cat >>conftest.$ac_ext <<_ACEOF
12656 /* end confdefs.h. */
12658 /* Override any GCC internal prototype to avoid an error.
12659 Use char because int might match the return type of a GCC
12660 builtin and then its argument prototype would still apply. */
12661 #ifdef __cplusplus
12662 extern "C"
12663 #endif
12664 char libhal_ctx_new ();
12666 main ()
12668 return libhal_ctx_new ();
12670 return 0;
12672 _ACEOF
12673 rm -f conftest.$ac_objext conftest$ac_exeext
12674 if { (ac_try="$ac_link"
12675 case "(($ac_try" in
12676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12677 *) ac_try_echo=$ac_try;;
12678 esac
12679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12680 (eval "$ac_link") 2>conftest.er1
12681 ac_status=$?
12682 grep -v '^ *+' conftest.er1 >conftest.err
12683 rm -f conftest.er1
12684 cat conftest.err >&5
12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686 (exit $ac_status); } && {
12687 test -z "$ac_c_werror_flag" ||
12688 test ! -s conftest.err
12689 } && test -s conftest$ac_exeext &&
12690 $as_test_x conftest$ac_exeext; then
12691 case "$LIBEXT" in
12692 dll) ;;
12693 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'` ;;
12694 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12695 esac
12696 else
12697 echo "$as_me: failed program was:" >&5
12698 sed 's/^/| /' conftest.$ac_ext >&5
12703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12704 conftest$ac_exeext conftest.$ac_ext
12705 LIBS=$ac_check_soname_save_LIBS
12707 if test "x$ac_cv_lib_soname_hal" = "x"; then
12708 { echo "$as_me:$LINENO: result: not found" >&5
12709 echo "${ECHO_T}not found" >&6; }
12711 else
12712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12713 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12715 cat >>confdefs.h <<_ACEOF
12716 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12717 _ACEOF
12719 HALINCL="$ac_hal_cflags"
12725 CPPFLAGS="$ac_save_CPPFLAGS"
12727 if test "x$ac_cv_lib_soname_hal" = "x"; then
12728 case "x$with_hal" in
12729 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12730 xno) ;;
12731 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12732 This is an error since --with-hal was requested." >&5
12733 echo "$as_me: error: libhal development files not found, no dynamic device support.
12734 This is an error since --with-hal was requested." >&2;}
12735 { (exit 1); exit 1; }; } ;;
12736 esac
12740 CURSESLIBS=""
12741 if test "$ac_cv_header_ncurses_h" = "yes"
12742 then
12743 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12744 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12745 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12746 echo $ECHO_N "(cached) $ECHO_C" >&6
12747 else
12748 ac_check_soname_save_LIBS=$LIBS
12749 LIBS="-lncurses $LIBS"
12750 cat >conftest.$ac_ext <<_ACEOF
12751 /* confdefs.h. */
12752 _ACEOF
12753 cat confdefs.h >>conftest.$ac_ext
12754 cat >>conftest.$ac_ext <<_ACEOF
12755 /* end confdefs.h. */
12757 /* Override any GCC internal prototype to avoid an error.
12758 Use char because int might match the return type of a GCC
12759 builtin and then its argument prototype would still apply. */
12760 #ifdef __cplusplus
12761 extern "C"
12762 #endif
12763 char waddch ();
12765 main ()
12767 return waddch ();
12769 return 0;
12771 _ACEOF
12772 rm -f conftest.$ac_objext conftest$ac_exeext
12773 if { (ac_try="$ac_link"
12774 case "(($ac_try" in
12775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12776 *) ac_try_echo=$ac_try;;
12777 esac
12778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12779 (eval "$ac_link") 2>conftest.er1
12780 ac_status=$?
12781 grep -v '^ *+' conftest.er1 >conftest.err
12782 rm -f conftest.er1
12783 cat conftest.err >&5
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } && {
12786 test -z "$ac_c_werror_flag" ||
12787 test ! -s conftest.err
12788 } && test -s conftest$ac_exeext &&
12789 $as_test_x conftest$ac_exeext; then
12790 case "$LIBEXT" in
12791 dll) ;;
12792 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'` ;;
12793 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12794 esac
12795 else
12796 echo "$as_me: failed program was:" >&5
12797 sed 's/^/| /' conftest.$ac_ext >&5
12802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12803 conftest$ac_exeext conftest.$ac_ext
12804 LIBS=$ac_check_soname_save_LIBS
12806 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12807 { echo "$as_me:$LINENO: result: not found" >&5
12808 echo "${ECHO_T}not found" >&6; }
12810 else
12811 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12812 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12814 cat >>confdefs.h <<_ACEOF
12815 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12816 _ACEOF
12818 CURSESLIBS="-lncurses"
12821 elif test "$ac_cv_header_curses_h" = "yes"
12822 then
12823 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12824 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12825 if test "${ac_cv_lib_soname_curses+set}" = set; then
12826 echo $ECHO_N "(cached) $ECHO_C" >&6
12827 else
12828 ac_check_soname_save_LIBS=$LIBS
12829 LIBS="-lcurses $LIBS"
12830 cat >conftest.$ac_ext <<_ACEOF
12831 /* confdefs.h. */
12832 _ACEOF
12833 cat confdefs.h >>conftest.$ac_ext
12834 cat >>conftest.$ac_ext <<_ACEOF
12835 /* end confdefs.h. */
12837 /* Override any GCC internal prototype to avoid an error.
12838 Use char because int might match the return type of a GCC
12839 builtin and then its argument prototype would still apply. */
12840 #ifdef __cplusplus
12841 extern "C"
12842 #endif
12843 char waddch ();
12845 main ()
12847 return waddch ();
12849 return 0;
12851 _ACEOF
12852 rm -f conftest.$ac_objext conftest$ac_exeext
12853 if { (ac_try="$ac_link"
12854 case "(($ac_try" in
12855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12856 *) ac_try_echo=$ac_try;;
12857 esac
12858 eval "echo \"\$as_me:$LINENO: $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 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 $as_test_x conftest$ac_exeext; then
12870 case "$LIBEXT" in
12871 dll) ;;
12872 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'` ;;
12873 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12874 esac
12875 else
12876 echo "$as_me: failed program was:" >&5
12877 sed 's/^/| /' conftest.$ac_ext >&5
12882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12883 conftest$ac_exeext conftest.$ac_ext
12884 LIBS=$ac_check_soname_save_LIBS
12886 if test "x$ac_cv_lib_soname_curses" = "x"; then
12887 { echo "$as_me:$LINENO: result: not found" >&5
12888 echo "${ECHO_T}not found" >&6; }
12890 else
12891 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12892 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12894 cat >>confdefs.h <<_ACEOF
12895 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12896 _ACEOF
12898 CURSESLIBS="-lcurses"
12902 ac_save_LIBS="$LIBS"
12903 LIBS="$LIBS $CURSESLIBS"
12905 for ac_func in mousemask
12907 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12908 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12909 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12910 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12911 echo $ECHO_N "(cached) $ECHO_C" >&6
12912 else
12913 cat >conftest.$ac_ext <<_ACEOF
12914 /* confdefs.h. */
12915 _ACEOF
12916 cat confdefs.h >>conftest.$ac_ext
12917 cat >>conftest.$ac_ext <<_ACEOF
12918 /* end confdefs.h. */
12919 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12921 #define $ac_func innocuous_$ac_func
12923 /* System header to define __stub macros and hopefully few prototypes,
12924 which can conflict with char $ac_func (); below.
12925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12926 <limits.h> exists even on freestanding compilers. */
12928 #ifdef __STDC__
12929 # include <limits.h>
12930 #else
12931 # include <assert.h>
12932 #endif
12934 #undef $ac_func
12936 /* Override any GCC internal prototype to avoid an error.
12937 Use char because int might match the return type of a GCC
12938 builtin and then its argument prototype would still apply. */
12939 #ifdef __cplusplus
12940 extern "C"
12941 #endif
12942 char $ac_func ();
12943 /* The GNU C library defines this for functions which it implements
12944 to always fail with ENOSYS. Some functions are actually named
12945 something starting with __ and the normal name is an alias. */
12946 #if defined __stub_$ac_func || defined __stub___$ac_func
12947 choke me
12948 #endif
12951 main ()
12953 return $ac_func ();
12955 return 0;
12957 _ACEOF
12958 rm -f conftest.$ac_objext conftest$ac_exeext
12959 if { (ac_try="$ac_link"
12960 case "(($ac_try" in
12961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12962 *) ac_try_echo=$ac_try;;
12963 esac
12964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12965 (eval "$ac_link") 2>conftest.er1
12966 ac_status=$?
12967 grep -v '^ *+' conftest.er1 >conftest.err
12968 rm -f conftest.er1
12969 cat conftest.err >&5
12970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12971 (exit $ac_status); } && {
12972 test -z "$ac_c_werror_flag" ||
12973 test ! -s conftest.err
12974 } && test -s conftest$ac_exeext &&
12975 $as_test_x conftest$ac_exeext; then
12976 eval "$as_ac_var=yes"
12977 else
12978 echo "$as_me: failed program was:" >&5
12979 sed 's/^/| /' conftest.$ac_ext >&5
12981 eval "$as_ac_var=no"
12984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12985 conftest$ac_exeext conftest.$ac_ext
12987 ac_res=`eval echo '${'$as_ac_var'}'`
12988 { echo "$as_me:$LINENO: result: $ac_res" >&5
12989 echo "${ECHO_T}$ac_res" >&6; }
12990 if test `eval echo '${'$as_ac_var'}'` = yes; then
12991 cat >>confdefs.h <<_ACEOF
12992 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12993 _ACEOF
12996 done
12998 LIBS="$ac_save_LIBS"
12999 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13000 case "x$with_curses" in
13001 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13002 xno) ;;
13003 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13004 This is an error since --with-curses was requested." >&5
13005 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13006 This is an error since --with-curses was requested." >&2;}
13007 { (exit 1); exit 1; }; } ;;
13008 esac
13012 # Extract the first word of "sane-config", so it can be a program name with args.
13013 set dummy sane-config; ac_word=$2
13014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13016 if test "${ac_cv_prog_sane_devel+set}" = set; then
13017 echo $ECHO_N "(cached) $ECHO_C" >&6
13018 else
13019 if test -n "$sane_devel"; then
13020 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13021 else
13022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13023 for as_dir in $PATH
13025 IFS=$as_save_IFS
13026 test -z "$as_dir" && as_dir=.
13027 for ac_exec_ext in '' $ac_executable_extensions; do
13028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13029 ac_cv_prog_sane_devel="sane-config"
13030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13031 break 2
13033 done
13034 done
13035 IFS=$as_save_IFS
13037 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13040 sane_devel=$ac_cv_prog_sane_devel
13041 if test -n "$sane_devel"; then
13042 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13043 echo "${ECHO_T}$sane_devel" >&6; }
13044 else
13045 { echo "$as_me:$LINENO: result: no" >&5
13046 echo "${ECHO_T}no" >&6; }
13050 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13051 then
13052 ac_sane_incl="`$sane_devel --cflags`"
13053 ac_sane_libs="`$sane_devel --ldflags`"
13054 ac_save_CPPFLAGS="$CPPFLAGS"
13055 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13056 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13057 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13058 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13059 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13060 echo $ECHO_N "(cached) $ECHO_C" >&6
13062 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13063 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13064 else
13065 # Is the header compilable?
13066 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13067 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13068 cat >conftest.$ac_ext <<_ACEOF
13069 /* confdefs.h. */
13070 _ACEOF
13071 cat confdefs.h >>conftest.$ac_ext
13072 cat >>conftest.$ac_ext <<_ACEOF
13073 /* end confdefs.h. */
13074 $ac_includes_default
13075 #include <sane/sane.h>
13076 _ACEOF
13077 rm -f conftest.$ac_objext
13078 if { (ac_try="$ac_compile"
13079 case "(($ac_try" in
13080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13081 *) ac_try_echo=$ac_try;;
13082 esac
13083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13084 (eval "$ac_compile") 2>conftest.er1
13085 ac_status=$?
13086 grep -v '^ *+' conftest.er1 >conftest.err
13087 rm -f conftest.er1
13088 cat conftest.err >&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); } && {
13091 test -z "$ac_c_werror_flag" ||
13092 test ! -s conftest.err
13093 } && test -s conftest.$ac_objext; then
13094 ac_header_compiler=yes
13095 else
13096 echo "$as_me: failed program was:" >&5
13097 sed 's/^/| /' conftest.$ac_ext >&5
13099 ac_header_compiler=no
13102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13103 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13104 echo "${ECHO_T}$ac_header_compiler" >&6; }
13106 # Is the header present?
13107 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13108 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13109 cat >conftest.$ac_ext <<_ACEOF
13110 /* confdefs.h. */
13111 _ACEOF
13112 cat confdefs.h >>conftest.$ac_ext
13113 cat >>conftest.$ac_ext <<_ACEOF
13114 /* end confdefs.h. */
13115 #include <sane/sane.h>
13116 _ACEOF
13117 if { (ac_try="$ac_cpp conftest.$ac_ext"
13118 case "(($ac_try" in
13119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13120 *) ac_try_echo=$ac_try;;
13121 esac
13122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13123 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13124 ac_status=$?
13125 grep -v '^ *+' conftest.er1 >conftest.err
13126 rm -f conftest.er1
13127 cat conftest.err >&5
13128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13129 (exit $ac_status); } >/dev/null && {
13130 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13131 test ! -s conftest.err
13132 }; then
13133 ac_header_preproc=yes
13134 else
13135 echo "$as_me: failed program was:" >&5
13136 sed 's/^/| /' conftest.$ac_ext >&5
13138 ac_header_preproc=no
13141 rm -f conftest.err conftest.$ac_ext
13142 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13143 echo "${ECHO_T}$ac_header_preproc" >&6; }
13145 # So? What about this header?
13146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13147 yes:no: )
13148 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13149 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13150 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13151 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13152 ac_header_preproc=yes
13154 no:yes:* )
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13156 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13158 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13159 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13160 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13161 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13162 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13163 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13164 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13165 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13166 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13167 ( cat <<\_ASBOX
13168 ## ------------------------------------ ##
13169 ## Report this to wine-devel@winehq.org ##
13170 ## ------------------------------------ ##
13171 _ASBOX
13172 ) | sed "s/^/$as_me: WARNING: /" >&2
13174 esac
13175 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13176 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13177 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13178 echo $ECHO_N "(cached) $ECHO_C" >&6
13179 else
13180 ac_cv_header_sane_sane_h=$ac_header_preproc
13182 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13183 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13186 if test $ac_cv_header_sane_sane_h = yes; then
13187 { echo "$as_me:$LINENO: checking for -lsane" >&5
13188 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13189 if test "${ac_cv_lib_soname_sane+set}" = set; then
13190 echo $ECHO_N "(cached) $ECHO_C" >&6
13191 else
13192 ac_check_soname_save_LIBS=$LIBS
13193 LIBS="-lsane $ac_sane_libs $LIBS"
13194 cat >conftest.$ac_ext <<_ACEOF
13195 /* confdefs.h. */
13196 _ACEOF
13197 cat confdefs.h >>conftest.$ac_ext
13198 cat >>conftest.$ac_ext <<_ACEOF
13199 /* end confdefs.h. */
13201 /* Override any GCC internal prototype to avoid an error.
13202 Use char because int might match the return type of a GCC
13203 builtin and then its argument prototype would still apply. */
13204 #ifdef __cplusplus
13205 extern "C"
13206 #endif
13207 char sane_init ();
13209 main ()
13211 return sane_init ();
13213 return 0;
13215 _ACEOF
13216 rm -f conftest.$ac_objext conftest$ac_exeext
13217 if { (ac_try="$ac_link"
13218 case "(($ac_try" in
13219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13220 *) ac_try_echo=$ac_try;;
13221 esac
13222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13223 (eval "$ac_link") 2>conftest.er1
13224 ac_status=$?
13225 grep -v '^ *+' conftest.er1 >conftest.err
13226 rm -f conftest.er1
13227 cat conftest.err >&5
13228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13229 (exit $ac_status); } && {
13230 test -z "$ac_c_werror_flag" ||
13231 test ! -s conftest.err
13232 } && test -s conftest$ac_exeext &&
13233 $as_test_x conftest$ac_exeext; then
13234 case "$LIBEXT" in
13235 dll) ;;
13236 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'` ;;
13237 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13238 esac
13239 else
13240 echo "$as_me: failed program was:" >&5
13241 sed 's/^/| /' conftest.$ac_ext >&5
13246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13247 conftest$ac_exeext conftest.$ac_ext
13248 LIBS=$ac_check_soname_save_LIBS
13250 if test "x$ac_cv_lib_soname_sane" = "x"; then
13251 { echo "$as_me:$LINENO: result: not found" >&5
13252 echo "${ECHO_T}not found" >&6; }
13254 else
13255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13256 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13258 cat >>confdefs.h <<_ACEOF
13259 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13260 _ACEOF
13262 SANEINCL="$ac_sane_incl"
13269 CPPFLAGS="$ac_save_CPPFLAGS"
13271 if test "x$ac_cv_lib_soname_sane" = "x"; then
13272 case "x$with_sane" in
13273 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13274 xno) ;;
13275 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13276 This is an error since --with-sane was requested." >&5
13277 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13278 This is an error since --with-sane was requested." >&2;}
13279 { (exit 1); exit 1; }; } ;;
13280 esac
13284 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13285 set dummy gphoto2-config; ac_word=$2
13286 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13287 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13288 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13289 echo $ECHO_N "(cached) $ECHO_C" >&6
13290 else
13291 if test -n "$gphoto2_devel"; then
13292 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13293 else
13294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13295 for as_dir in $PATH
13297 IFS=$as_save_IFS
13298 test -z "$as_dir" && as_dir=.
13299 for ac_exec_ext in '' $ac_executable_extensions; do
13300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13301 ac_cv_prog_gphoto2_devel="gphoto2-config"
13302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13303 break 2
13305 done
13306 done
13307 IFS=$as_save_IFS
13309 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13312 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13313 if test -n "$gphoto2_devel"; then
13314 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13315 echo "${ECHO_T}$gphoto2_devel" >&6; }
13316 else
13317 { echo "$as_me:$LINENO: result: no" >&5
13318 echo "${ECHO_T}no" >&6; }
13322 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13323 set dummy gphoto2-port-config; ac_word=$2
13324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13326 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13327 echo $ECHO_N "(cached) $ECHO_C" >&6
13328 else
13329 if test -n "$gphoto2port_devel"; then
13330 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13331 else
13332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13333 for as_dir in $PATH
13335 IFS=$as_save_IFS
13336 test -z "$as_dir" && as_dir=.
13337 for ac_exec_ext in '' $ac_executable_extensions; do
13338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13339 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13340 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13341 break 2
13343 done
13344 done
13345 IFS=$as_save_IFS
13347 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13350 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13351 if test -n "$gphoto2port_devel"; then
13352 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13353 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13354 else
13355 { echo "$as_me:$LINENO: result: no" >&5
13356 echo "${ECHO_T}no" >&6; }
13360 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13361 then
13362 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13363 ac_gphoto2_libs=""
13364 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13366 case "$i" in
13367 -L/usr/lib|-L/usr/lib64) ;;
13368 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13369 esac
13370 done
13371 ac_save_CPPFLAGS="$CPPFLAGS"
13372 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13373 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13374 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13375 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13376 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13377 echo $ECHO_N "(cached) $ECHO_C" >&6
13379 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13380 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13381 else
13382 # Is the header compilable?
13383 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13384 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13385 cat >conftest.$ac_ext <<_ACEOF
13386 /* confdefs.h. */
13387 _ACEOF
13388 cat confdefs.h >>conftest.$ac_ext
13389 cat >>conftest.$ac_ext <<_ACEOF
13390 /* end confdefs.h. */
13391 $ac_includes_default
13392 #include <gphoto2-camera.h>
13393 _ACEOF
13394 rm -f conftest.$ac_objext
13395 if { (ac_try="$ac_compile"
13396 case "(($ac_try" in
13397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13398 *) ac_try_echo=$ac_try;;
13399 esac
13400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13401 (eval "$ac_compile") 2>conftest.er1
13402 ac_status=$?
13403 grep -v '^ *+' conftest.er1 >conftest.err
13404 rm -f conftest.er1
13405 cat conftest.err >&5
13406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407 (exit $ac_status); } && {
13408 test -z "$ac_c_werror_flag" ||
13409 test ! -s conftest.err
13410 } && test -s conftest.$ac_objext; then
13411 ac_header_compiler=yes
13412 else
13413 echo "$as_me: failed program was:" >&5
13414 sed 's/^/| /' conftest.$ac_ext >&5
13416 ac_header_compiler=no
13419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13420 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13421 echo "${ECHO_T}$ac_header_compiler" >&6; }
13423 # Is the header present?
13424 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13425 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13426 cat >conftest.$ac_ext <<_ACEOF
13427 /* confdefs.h. */
13428 _ACEOF
13429 cat confdefs.h >>conftest.$ac_ext
13430 cat >>conftest.$ac_ext <<_ACEOF
13431 /* end confdefs.h. */
13432 #include <gphoto2-camera.h>
13433 _ACEOF
13434 if { (ac_try="$ac_cpp conftest.$ac_ext"
13435 case "(($ac_try" in
13436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13437 *) ac_try_echo=$ac_try;;
13438 esac
13439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13441 ac_status=$?
13442 grep -v '^ *+' conftest.er1 >conftest.err
13443 rm -f conftest.er1
13444 cat conftest.err >&5
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } >/dev/null && {
13447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13449 }; then
13450 ac_header_preproc=yes
13451 else
13452 echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13455 ac_header_preproc=no
13458 rm -f conftest.err conftest.$ac_ext
13459 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13460 echo "${ECHO_T}$ac_header_preproc" >&6; }
13462 # So? What about this header?
13463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13464 yes:no: )
13465 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13466 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13467 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13468 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13469 ac_header_preproc=yes
13471 no:yes:* )
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13475 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13476 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13477 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13478 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13479 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13480 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13481 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13483 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13484 ( cat <<\_ASBOX
13485 ## ------------------------------------ ##
13486 ## Report this to wine-devel@winehq.org ##
13487 ## ------------------------------------ ##
13488 _ASBOX
13489 ) | sed "s/^/$as_me: WARNING: /" >&2
13491 esac
13492 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13493 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13494 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13496 else
13497 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13499 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13500 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13503 if test $ac_cv_header_gphoto2_camera_h = yes; then
13504 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13505 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13506 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13508 else
13509 ac_check_lib_save_LIBS=$LIBS
13510 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13511 cat >conftest.$ac_ext <<_ACEOF
13512 /* confdefs.h. */
13513 _ACEOF
13514 cat confdefs.h >>conftest.$ac_ext
13515 cat >>conftest.$ac_ext <<_ACEOF
13516 /* end confdefs.h. */
13518 /* Override any GCC internal prototype to avoid an error.
13519 Use char because int might match the return type of a GCC
13520 builtin and then its argument prototype would still apply. */
13521 #ifdef __cplusplus
13522 extern "C"
13523 #endif
13524 char gp_camera_new ();
13526 main ()
13528 return gp_camera_new ();
13530 return 0;
13532 _ACEOF
13533 rm -f conftest.$ac_objext conftest$ac_exeext
13534 if { (ac_try="$ac_link"
13535 case "(($ac_try" in
13536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13537 *) ac_try_echo=$ac_try;;
13538 esac
13539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 (eval "$ac_link") 2>conftest.er1
13541 ac_status=$?
13542 grep -v '^ *+' conftest.er1 >conftest.err
13543 rm -f conftest.er1
13544 cat conftest.err >&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && {
13547 test -z "$ac_c_werror_flag" ||
13548 test ! -s conftest.err
13549 } && test -s conftest$ac_exeext &&
13550 $as_test_x conftest$ac_exeext; then
13551 ac_cv_lib_gphoto2_gp_camera_new=yes
13552 else
13553 echo "$as_me: failed program was:" >&5
13554 sed 's/^/| /' conftest.$ac_ext >&5
13556 ac_cv_lib_gphoto2_gp_camera_new=no
13559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13560 conftest$ac_exeext conftest.$ac_ext
13561 LIBS=$ac_check_lib_save_LIBS
13563 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13564 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13565 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13567 cat >>confdefs.h <<\_ACEOF
13568 #define HAVE_GPHOTO2 1
13569 _ACEOF
13571 GPHOTO2LIBS="$ac_gphoto2_libs"
13573 GPHOTO2INCL="$ac_gphoto2_incl"
13580 CPPFLAGS="$ac_save_CPPFLAGS"
13582 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13583 case "x$with_gphoto" in
13584 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13585 xno) ;;
13586 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13587 This is an error since --with-gphoto was requested." >&5
13588 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13589 This is an error since --with-gphoto was requested." >&2;}
13590 { (exit 1); exit 1; }; } ;;
13591 esac
13596 RESOLVLIBS=""
13598 if test "$ac_cv_header_resolv_h" = "yes"
13599 then
13600 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13601 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13602 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13603 echo $ECHO_N "(cached) $ECHO_C" >&6
13604 else
13605 ac_check_lib_save_LIBS=$LIBS
13606 LIBS="-lresolv $LIBS"
13607 cat >conftest.$ac_ext <<_ACEOF
13608 /* confdefs.h. */
13609 _ACEOF
13610 cat confdefs.h >>conftest.$ac_ext
13611 cat >>conftest.$ac_ext <<_ACEOF
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char res_query ();
13622 main ()
13624 return res_query ();
13626 return 0;
13628 _ACEOF
13629 rm -f conftest.$ac_objext conftest$ac_exeext
13630 if { (ac_try="$ac_link"
13631 case "(($ac_try" in
13632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13633 *) ac_try_echo=$ac_try;;
13634 esac
13635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13636 (eval "$ac_link") 2>conftest.er1
13637 ac_status=$?
13638 grep -v '^ *+' conftest.er1 >conftest.err
13639 rm -f conftest.er1
13640 cat conftest.err >&5
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); } && {
13643 test -z "$ac_c_werror_flag" ||
13644 test ! -s conftest.err
13645 } && test -s conftest$ac_exeext &&
13646 $as_test_x conftest$ac_exeext; then
13647 ac_cv_lib_resolv_res_query=yes
13648 else
13649 echo "$as_me: failed program was:" >&5
13650 sed 's/^/| /' conftest.$ac_ext >&5
13652 ac_cv_lib_resolv_res_query=no
13655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13656 conftest$ac_exeext conftest.$ac_ext
13657 LIBS=$ac_check_lib_save_LIBS
13659 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13660 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13661 if test $ac_cv_lib_resolv_res_query = yes; then
13663 cat >>confdefs.h <<\_ACEOF
13664 #define HAVE_RESOLV 1
13665 _ACEOF
13667 RESOLVLIBS="-lresolv"
13672 LCMSLIBS=""
13674 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13675 then
13676 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13677 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13678 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13679 echo $ECHO_N "(cached) $ECHO_C" >&6
13680 else
13681 ac_check_lib_save_LIBS=$LIBS
13682 LIBS="-llcms $LIBS"
13683 cat >conftest.$ac_ext <<_ACEOF
13684 /* confdefs.h. */
13685 _ACEOF
13686 cat confdefs.h >>conftest.$ac_ext
13687 cat >>conftest.$ac_ext <<_ACEOF
13688 /* end confdefs.h. */
13690 /* Override any GCC internal prototype to avoid an error.
13691 Use char because int might match the return type of a GCC
13692 builtin and then its argument prototype would still apply. */
13693 #ifdef __cplusplus
13694 extern "C"
13695 #endif
13696 char cmsOpenProfileFromFile ();
13698 main ()
13700 return cmsOpenProfileFromFile ();
13702 return 0;
13704 _ACEOF
13705 rm -f conftest.$ac_objext conftest$ac_exeext
13706 if { (ac_try="$ac_link"
13707 case "(($ac_try" in
13708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13709 *) ac_try_echo=$ac_try;;
13710 esac
13711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13712 (eval "$ac_link") 2>conftest.er1
13713 ac_status=$?
13714 grep -v '^ *+' conftest.er1 >conftest.err
13715 rm -f conftest.er1
13716 cat conftest.err >&5
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); } && {
13719 test -z "$ac_c_werror_flag" ||
13720 test ! -s conftest.err
13721 } && test -s conftest$ac_exeext &&
13722 $as_test_x conftest$ac_exeext; then
13723 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13724 else
13725 echo "$as_me: failed program was:" >&5
13726 sed 's/^/| /' conftest.$ac_ext >&5
13728 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13732 conftest$ac_exeext conftest.$ac_ext
13733 LIBS=$ac_check_lib_save_LIBS
13735 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13736 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13737 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13739 cat >>confdefs.h <<\_ACEOF
13740 #define HAVE_LCMS 1
13741 _ACEOF
13743 LCMSLIBS="-llcms"
13747 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13748 case "x$with_cms" in
13749 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13750 xno) ;;
13751 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13752 This is an error since --with-cms was requested." >&5
13753 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13754 This is an error since --with-cms was requested." >&2;}
13755 { (exit 1); exit 1; }; } ;;
13756 esac
13760 for ac_prog in freetype-config freetype2-config
13762 # Extract the first word of "$ac_prog", so it can be a program name with args.
13763 set dummy $ac_prog; ac_word=$2
13764 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13766 if test "${ac_cv_prog_ft_devel+set}" = set; then
13767 echo $ECHO_N "(cached) $ECHO_C" >&6
13768 else
13769 if test -n "$ft_devel"; then
13770 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13771 else
13772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13773 for as_dir in $PATH
13775 IFS=$as_save_IFS
13776 test -z "$as_dir" && as_dir=.
13777 for ac_exec_ext in '' $ac_executable_extensions; do
13778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13779 ac_cv_prog_ft_devel="$ac_prog"
13780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13781 break 2
13783 done
13784 done
13785 IFS=$as_save_IFS
13789 ft_devel=$ac_cv_prog_ft_devel
13790 if test -n "$ft_devel"; then
13791 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13792 echo "${ECHO_T}$ft_devel" >&6; }
13793 else
13794 { echo "$as_me:$LINENO: result: no" >&5
13795 echo "${ECHO_T}no" >&6; }
13799 test -n "$ft_devel" && break
13800 done
13801 test -n "$ft_devel" || ft_devel="false"
13803 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13804 then
13805 ac_freetype_libs=`$ft_devel --libs`
13806 ac_freetype_incl=`$ft_devel --cflags`
13807 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13808 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13809 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13810 echo $ECHO_N "(cached) $ECHO_C" >&6
13811 else
13812 ac_check_soname_save_LIBS=$LIBS
13813 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13814 cat >conftest.$ac_ext <<_ACEOF
13815 /* confdefs.h. */
13816 _ACEOF
13817 cat confdefs.h >>conftest.$ac_ext
13818 cat >>conftest.$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char FT_Init_FreeType ();
13829 main ()
13831 return FT_Init_FreeType ();
13833 return 0;
13835 _ACEOF
13836 rm -f conftest.$ac_objext conftest$ac_exeext
13837 if { (ac_try="$ac_link"
13838 case "(($ac_try" in
13839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13840 *) ac_try_echo=$ac_try;;
13841 esac
13842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13843 (eval "$ac_link") 2>conftest.er1
13844 ac_status=$?
13845 grep -v '^ *+' conftest.er1 >conftest.err
13846 rm -f conftest.er1
13847 cat conftest.err >&5
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); } && {
13850 test -z "$ac_c_werror_flag" ||
13851 test ! -s conftest.err
13852 } && test -s conftest$ac_exeext &&
13853 $as_test_x conftest$ac_exeext; then
13854 case "$LIBEXT" in
13855 dll) ;;
13856 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'` ;;
13857 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13858 esac
13859 else
13860 echo "$as_me: failed program was:" >&5
13861 sed 's/^/| /' conftest.$ac_ext >&5
13866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13867 conftest$ac_exeext conftest.$ac_ext
13868 LIBS=$ac_check_soname_save_LIBS
13870 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13871 { echo "$as_me:$LINENO: result: not found" >&5
13872 echo "${ECHO_T}not found" >&6; }
13873 ft_lib=no
13874 else
13875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13876 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13878 cat >>confdefs.h <<_ACEOF
13879 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13880 _ACEOF
13882 ft_lib=yes
13885 if test "$ft_lib" = "yes"
13886 then
13887 ac_save_CPPFLAGS="$CPPFLAGS"
13888 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13901 for ac_header in ft2build.h \
13902 freetype/freetype.h \
13903 freetype/ftglyph.h \
13904 freetype/fttypes.h \
13905 freetype/tttables.h \
13906 freetype/ftnames.h \
13907 freetype/ftsnames.h \
13908 freetype/ttnameid.h \
13909 freetype/ftoutln.h \
13910 freetype/ftwinfnt.h \
13911 freetype/ftmodapi.h \
13912 freetype/internal/sfnt.h
13914 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13915 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13916 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13918 echo $ECHO_N "(cached) $ECHO_C" >&6
13919 else
13920 cat >conftest.$ac_ext <<_ACEOF
13921 /* confdefs.h. */
13922 _ACEOF
13923 cat confdefs.h >>conftest.$ac_ext
13924 cat >>conftest.$ac_ext <<_ACEOF
13925 /* end confdefs.h. */
13926 #ifdef HAVE_FT2BUILD_H
13927 # include <ft2build.h>
13928 #endif
13930 #include <$ac_header>
13931 _ACEOF
13932 rm -f conftest.$ac_objext
13933 if { (ac_try="$ac_compile"
13934 case "(($ac_try" in
13935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13936 *) ac_try_echo=$ac_try;;
13937 esac
13938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13939 (eval "$ac_compile") 2>conftest.er1
13940 ac_status=$?
13941 grep -v '^ *+' conftest.er1 >conftest.err
13942 rm -f conftest.er1
13943 cat conftest.err >&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); } && {
13946 test -z "$ac_c_werror_flag" ||
13947 test ! -s conftest.err
13948 } && test -s conftest.$ac_objext; then
13949 eval "$as_ac_Header=yes"
13950 else
13951 echo "$as_me: failed program was:" >&5
13952 sed 's/^/| /' conftest.$ac_ext >&5
13954 eval "$as_ac_Header=no"
13957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13959 ac_res=`eval echo '${'$as_ac_Header'}'`
13960 { echo "$as_me:$LINENO: result: $ac_res" >&5
13961 echo "${ECHO_T}$ac_res" >&6; }
13962 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13963 cat >>confdefs.h <<_ACEOF
13964 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13965 _ACEOF
13969 done
13971 cat >conftest.$ac_ext <<_ACEOF
13972 /* confdefs.h. */
13973 _ACEOF
13974 cat confdefs.h >>conftest.$ac_ext
13975 cat >>conftest.$ac_ext <<_ACEOF
13976 /* end confdefs.h. */
13977 #include <ft2build.h>
13978 #include <freetype/fttrigon.h>
13979 _ACEOF
13980 if { (ac_try="$ac_cpp conftest.$ac_ext"
13981 case "(($ac_try" in
13982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13983 *) ac_try_echo=$ac_try;;
13984 esac
13985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13986 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13987 ac_status=$?
13988 grep -v '^ *+' conftest.er1 >conftest.err
13989 rm -f conftest.er1
13990 cat conftest.err >&5
13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); } >/dev/null && {
13993 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13994 test ! -s conftest.err
13995 }; then
13997 cat >>confdefs.h <<\_ACEOF
13998 #define HAVE_FREETYPE_FTTRIGON_H 1
13999 _ACEOF
14001 wine_cv_fttrigon=yes
14002 else
14003 echo "$as_me: failed program was:" >&5
14004 sed 's/^/| /' conftest.$ac_ext >&5
14006 wine_cv_fttrigon=no
14009 rm -f conftest.err conftest.$ac_ext
14010 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14011 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14012 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14013 echo $ECHO_N "(cached) $ECHO_C" >&6
14014 else
14015 cat >conftest.$ac_ext <<_ACEOF
14016 /* confdefs.h. */
14017 _ACEOF
14018 cat confdefs.h >>conftest.$ac_ext
14019 cat >>conftest.$ac_ext <<_ACEOF
14020 /* end confdefs.h. */
14021 #include <freetype/ftmodapi.h>
14023 typedef FT_TrueTypeEngineType ac__type_new_;
14025 main ()
14027 if ((ac__type_new_ *) 0)
14028 return 0;
14029 if (sizeof (ac__type_new_))
14030 return 0;
14032 return 0;
14034 _ACEOF
14035 rm -f conftest.$ac_objext
14036 if { (ac_try="$ac_compile"
14037 case "(($ac_try" in
14038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14039 *) ac_try_echo=$ac_try;;
14040 esac
14041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14042 (eval "$ac_compile") 2>conftest.er1
14043 ac_status=$?
14044 grep -v '^ *+' conftest.er1 >conftest.err
14045 rm -f conftest.er1
14046 cat conftest.err >&5
14047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14048 (exit $ac_status); } && {
14049 test -z "$ac_c_werror_flag" ||
14050 test ! -s conftest.err
14051 } && test -s conftest.$ac_objext; then
14052 ac_cv_type_FT_TrueTypeEngineType=yes
14053 else
14054 echo "$as_me: failed program was:" >&5
14055 sed 's/^/| /' conftest.$ac_ext >&5
14057 ac_cv_type_FT_TrueTypeEngineType=no
14060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14062 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14063 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14064 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14066 cat >>confdefs.h <<_ACEOF
14067 #define HAVE_FT_TRUETYPEENGINETYPE 1
14068 _ACEOF
14073 ac_save_CFLAGS="$CFLAGS"
14074 CFLAGS="$CFLAGS $ac_freetype_libs"
14076 for ac_func in FT_Load_Sfnt_Table
14078 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14079 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14080 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14081 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14082 echo $ECHO_N "(cached) $ECHO_C" >&6
14083 else
14084 cat >conftest.$ac_ext <<_ACEOF
14085 /* confdefs.h. */
14086 _ACEOF
14087 cat confdefs.h >>conftest.$ac_ext
14088 cat >>conftest.$ac_ext <<_ACEOF
14089 /* end confdefs.h. */
14090 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14092 #define $ac_func innocuous_$ac_func
14094 /* System header to define __stub macros and hopefully few prototypes,
14095 which can conflict with char $ac_func (); below.
14096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14097 <limits.h> exists even on freestanding compilers. */
14099 #ifdef __STDC__
14100 # include <limits.h>
14101 #else
14102 # include <assert.h>
14103 #endif
14105 #undef $ac_func
14107 /* Override any GCC internal prototype to avoid an error.
14108 Use char because int might match the return type of a GCC
14109 builtin and then its argument prototype would still apply. */
14110 #ifdef __cplusplus
14111 extern "C"
14112 #endif
14113 char $ac_func ();
14114 /* The GNU C library defines this for functions which it implements
14115 to always fail with ENOSYS. Some functions are actually named
14116 something starting with __ and the normal name is an alias. */
14117 #if defined __stub_$ac_func || defined __stub___$ac_func
14118 choke me
14119 #endif
14122 main ()
14124 return $ac_func ();
14126 return 0;
14128 _ACEOF
14129 rm -f conftest.$ac_objext conftest$ac_exeext
14130 if { (ac_try="$ac_link"
14131 case "(($ac_try" in
14132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14133 *) ac_try_echo=$ac_try;;
14134 esac
14135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14136 (eval "$ac_link") 2>conftest.er1
14137 ac_status=$?
14138 grep -v '^ *+' conftest.er1 >conftest.err
14139 rm -f conftest.er1
14140 cat conftest.err >&5
14141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14142 (exit $ac_status); } && {
14143 test -z "$ac_c_werror_flag" ||
14144 test ! -s conftest.err
14145 } && test -s conftest$ac_exeext &&
14146 $as_test_x conftest$ac_exeext; then
14147 eval "$as_ac_var=yes"
14148 else
14149 echo "$as_me: failed program was:" >&5
14150 sed 's/^/| /' conftest.$ac_ext >&5
14152 eval "$as_ac_var=no"
14155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14156 conftest$ac_exeext conftest.$ac_ext
14158 ac_res=`eval echo '${'$as_ac_var'}'`
14159 { echo "$as_me:$LINENO: result: $ac_res" >&5
14160 echo "${ECHO_T}$ac_res" >&6; }
14161 if test `eval echo '${'$as_ac_var'}'` = yes; then
14162 cat >>confdefs.h <<_ACEOF
14163 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14164 _ACEOF
14167 done
14169 CFLAGS="$ac_save_CFLAGS"
14170 CPPFLAGS="$ac_save_CPPFLAGS"
14171 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14172 then
14174 cat >>confdefs.h <<\_ACEOF
14175 #define HAVE_FREETYPE 1
14176 _ACEOF
14178 FREETYPELIBS="$ac_freetype_libs"
14180 FREETYPEINCL="$ac_freetype_incl"
14182 FONTSSUBDIRS="fonts"
14187 if test "x$FREETYPELIBS" = "x"; then
14188 case "x$with_freetype" in
14189 xno) ;;
14190 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14191 Fonts will not be built. Dialog text may be invisible or unaligned.
14192 Use the --without-freetype option if you really want this." >&5
14193 echo "$as_me: error: FreeType development files not found.
14194 Fonts will not be built. Dialog text may be invisible or unaligned.
14195 Use the --without-freetype option if you really want this." >&2;}
14196 { (exit 1); exit 1; }; } ;;
14197 esac
14201 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14202 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14203 if test "${ac_cv_c_ppdev+set}" = set; then
14204 echo $ECHO_N "(cached) $ECHO_C" >&6
14205 else
14206 cat >conftest.$ac_ext <<_ACEOF
14207 /* confdefs.h. */
14208 _ACEOF
14209 cat confdefs.h >>conftest.$ac_ext
14210 cat >>conftest.$ac_ext <<_ACEOF
14211 /* end confdefs.h. */
14212 #include <linux/ppdev.h>
14214 main ()
14216 ioctl (1,PPCLAIM,0)
14218 return 0;
14220 _ACEOF
14221 rm -f conftest.$ac_objext
14222 if { (ac_try="$ac_compile"
14223 case "(($ac_try" in
14224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14225 *) ac_try_echo=$ac_try;;
14226 esac
14227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14228 (eval "$ac_compile") 2>conftest.er1
14229 ac_status=$?
14230 grep -v '^ *+' conftest.er1 >conftest.err
14231 rm -f conftest.er1
14232 cat conftest.err >&5
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); } && {
14235 test -z "$ac_c_werror_flag" ||
14236 test ! -s conftest.err
14237 } && test -s conftest.$ac_objext; then
14238 ac_cv_c_ppdev="yes"
14239 else
14240 echo "$as_me: failed program was:" >&5
14241 sed 's/^/| /' conftest.$ac_ext >&5
14243 ac_cv_c_ppdev="no"
14246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14248 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14249 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14250 if test "$ac_cv_c_ppdev" = "yes"
14251 then
14253 cat >>confdefs.h <<\_ACEOF
14254 #define HAVE_PPDEV 1
14255 _ACEOF
14259 { echo "$as_me:$LINENO: checking for va_copy" >&5
14260 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14261 if test "${ac_cv_c_va_copy+set}" = set; then
14262 echo $ECHO_N "(cached) $ECHO_C" >&6
14263 else
14264 cat >conftest.$ac_ext <<_ACEOF
14265 /* confdefs.h. */
14266 _ACEOF
14267 cat confdefs.h >>conftest.$ac_ext
14268 cat >>conftest.$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14270 #include <stdarg.h>
14272 main ()
14274 va_list ap1, ap2; va_copy(ap1,ap2);
14276 return 0;
14278 _ACEOF
14279 rm -f conftest.$ac_objext conftest$ac_exeext
14280 if { (ac_try="$ac_link"
14281 case "(($ac_try" in
14282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14283 *) ac_try_echo=$ac_try;;
14284 esac
14285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14286 (eval "$ac_link") 2>conftest.er1
14287 ac_status=$?
14288 grep -v '^ *+' conftest.er1 >conftest.err
14289 rm -f conftest.er1
14290 cat conftest.err >&5
14291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); } && {
14293 test -z "$ac_c_werror_flag" ||
14294 test ! -s conftest.err
14295 } && test -s conftest$ac_exeext &&
14296 $as_test_x conftest$ac_exeext; then
14297 ac_cv_c_va_copy="yes"
14298 else
14299 echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14302 ac_cv_c_va_copy="no"
14305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14306 conftest$ac_exeext conftest.$ac_ext
14309 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14310 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14311 if test "$ac_cv_c_va_copy" = "yes"
14312 then
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_VA_COPY 1
14316 _ACEOF
14319 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14320 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14321 if test "${ac_cv_c___va_copy+set}" = set; then
14322 echo $ECHO_N "(cached) $ECHO_C" >&6
14323 else
14324 cat >conftest.$ac_ext <<_ACEOF
14325 /* confdefs.h. */
14326 _ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h. */
14330 #include <stdarg.h>
14332 main ()
14334 va_list ap1, ap2; __va_copy(ap1,ap2);
14336 return 0;
14338 _ACEOF
14339 rm -f conftest.$ac_objext conftest$ac_exeext
14340 if { (ac_try="$ac_link"
14341 case "(($ac_try" in
14342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14343 *) ac_try_echo=$ac_try;;
14344 esac
14345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14346 (eval "$ac_link") 2>conftest.er1
14347 ac_status=$?
14348 grep -v '^ *+' conftest.er1 >conftest.err
14349 rm -f conftest.er1
14350 cat conftest.err >&5
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); } && {
14353 test -z "$ac_c_werror_flag" ||
14354 test ! -s conftest.err
14355 } && test -s conftest$ac_exeext &&
14356 $as_test_x conftest$ac_exeext; then
14357 ac_cv_c___va_copy="yes"
14358 else
14359 echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14362 ac_cv_c___va_copy="no"
14365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14366 conftest$ac_exeext conftest.$ac_ext
14369 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14370 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14371 if test "$ac_cv_c___va_copy" = "yes"
14372 then
14374 cat >>confdefs.h <<\_ACEOF
14375 #define HAVE___VA_COPY 1
14376 _ACEOF
14380 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14381 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14382 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14383 echo $ECHO_N "(cached) $ECHO_C" >&6
14384 else
14385 cat >conftest.$ac_ext <<_ACEOF
14386 /* confdefs.h. */
14387 _ACEOF
14388 cat confdefs.h >>conftest.$ac_ext
14389 cat >>conftest.$ac_ext <<_ACEOF
14390 /* end confdefs.h. */
14391 #define _GNU_SOURCE
14392 #include <pthread.h>
14394 typedef pthread_rwlock_t ac__type_new_;
14396 main ()
14398 if ((ac__type_new_ *) 0)
14399 return 0;
14400 if (sizeof (ac__type_new_))
14401 return 0;
14403 return 0;
14405 _ACEOF
14406 rm -f conftest.$ac_objext
14407 if { (ac_try="$ac_compile"
14408 case "(($ac_try" in
14409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14410 *) ac_try_echo=$ac_try;;
14411 esac
14412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14413 (eval "$ac_compile") 2>conftest.er1
14414 ac_status=$?
14415 grep -v '^ *+' conftest.er1 >conftest.err
14416 rm -f conftest.er1
14417 cat conftest.err >&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); } && {
14420 test -z "$ac_c_werror_flag" ||
14421 test ! -s conftest.err
14422 } && test -s conftest.$ac_objext; then
14423 ac_cv_type_pthread_rwlock_t=yes
14424 else
14425 echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14428 ac_cv_type_pthread_rwlock_t=no
14431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14433 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14434 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14435 if test $ac_cv_type_pthread_rwlock_t = yes; then
14437 cat >>confdefs.h <<_ACEOF
14438 #define HAVE_PTHREAD_RWLOCK_T 1
14439 _ACEOF
14443 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14444 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14445 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14446 echo $ECHO_N "(cached) $ECHO_C" >&6
14447 else
14448 cat >conftest.$ac_ext <<_ACEOF
14449 /* confdefs.h. */
14450 _ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h. */
14454 #define _GNU_SOURCE
14455 #include <pthread.h>
14457 typedef pthread_rwlockattr_t ac__type_new_;
14459 main ()
14461 if ((ac__type_new_ *) 0)
14462 return 0;
14463 if (sizeof (ac__type_new_))
14464 return 0;
14466 return 0;
14468 _ACEOF
14469 rm -f conftest.$ac_objext
14470 if { (ac_try="$ac_compile"
14471 case "(($ac_try" in
14472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14473 *) ac_try_echo=$ac_try;;
14474 esac
14475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14476 (eval "$ac_compile") 2>conftest.er1
14477 ac_status=$?
14478 grep -v '^ *+' conftest.er1 >conftest.err
14479 rm -f conftest.er1
14480 cat conftest.err >&5
14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); } && {
14483 test -z "$ac_c_werror_flag" ||
14484 test ! -s conftest.err
14485 } && test -s conftest.$ac_objext; then
14486 ac_cv_type_pthread_rwlockattr_t=yes
14487 else
14488 echo "$as_me: failed program was:" >&5
14489 sed 's/^/| /' conftest.$ac_ext >&5
14491 ac_cv_type_pthread_rwlockattr_t=no
14494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14496 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14497 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14498 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14500 cat >>confdefs.h <<_ACEOF
14501 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14502 _ACEOF
14508 ac_wine_check_funcs_save_LIBS="$LIBS"
14509 LIBS="$LIBS $LIBPTHREAD"
14514 for ac_func in \
14515 pthread_attr_get_np \
14516 pthread_getattr_np \
14517 pthread_get_stackaddr_np \
14518 pthread_get_stacksize_np
14520 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14521 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14522 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14523 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14524 echo $ECHO_N "(cached) $ECHO_C" >&6
14525 else
14526 cat >conftest.$ac_ext <<_ACEOF
14527 /* confdefs.h. */
14528 _ACEOF
14529 cat confdefs.h >>conftest.$ac_ext
14530 cat >>conftest.$ac_ext <<_ACEOF
14531 /* end confdefs.h. */
14532 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14534 #define $ac_func innocuous_$ac_func
14536 /* System header to define __stub macros and hopefully few prototypes,
14537 which can conflict with char $ac_func (); below.
14538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14539 <limits.h> exists even on freestanding compilers. */
14541 #ifdef __STDC__
14542 # include <limits.h>
14543 #else
14544 # include <assert.h>
14545 #endif
14547 #undef $ac_func
14549 /* Override any GCC internal prototype to avoid an error.
14550 Use char because int might match the return type of a GCC
14551 builtin and then its argument prototype would still apply. */
14552 #ifdef __cplusplus
14553 extern "C"
14554 #endif
14555 char $ac_func ();
14556 /* The GNU C library defines this for functions which it implements
14557 to always fail with ENOSYS. Some functions are actually named
14558 something starting with __ and the normal name is an alias. */
14559 #if defined __stub_$ac_func || defined __stub___$ac_func
14560 choke me
14561 #endif
14564 main ()
14566 return $ac_func ();
14568 return 0;
14570 _ACEOF
14571 rm -f conftest.$ac_objext conftest$ac_exeext
14572 if { (ac_try="$ac_link"
14573 case "(($ac_try" in
14574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14575 *) ac_try_echo=$ac_try;;
14576 esac
14577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14578 (eval "$ac_link") 2>conftest.er1
14579 ac_status=$?
14580 grep -v '^ *+' conftest.er1 >conftest.err
14581 rm -f conftest.er1
14582 cat conftest.err >&5
14583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14584 (exit $ac_status); } && {
14585 test -z "$ac_c_werror_flag" ||
14586 test ! -s conftest.err
14587 } && test -s conftest$ac_exeext &&
14588 $as_test_x conftest$ac_exeext; then
14589 eval "$as_ac_var=yes"
14590 else
14591 echo "$as_me: failed program was:" >&5
14592 sed 's/^/| /' conftest.$ac_ext >&5
14594 eval "$as_ac_var=no"
14597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14598 conftest$ac_exeext conftest.$ac_ext
14600 ac_res=`eval echo '${'$as_ac_var'}'`
14601 { echo "$as_me:$LINENO: result: $ac_res" >&5
14602 echo "${ECHO_T}$ac_res" >&6; }
14603 if test `eval echo '${'$as_ac_var'}'` = yes; then
14604 cat >>confdefs.h <<_ACEOF
14605 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14606 _ACEOF
14609 done
14611 LIBS="$ac_wine_check_funcs_save_LIBS"
14613 # Extract the first word of "esd-config", so it can be a program name with args.
14614 set dummy esd-config; ac_word=$2
14615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14617 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14618 echo $ECHO_N "(cached) $ECHO_C" >&6
14619 else
14620 case $ESDCONFIG in
14621 [\\/]* | ?:[\\/]*)
14622 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14626 for as_dir in $PATH
14628 IFS=$as_save_IFS
14629 test -z "$as_dir" && as_dir=.
14630 for ac_exec_ext in '' $ac_executable_extensions; do
14631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14632 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14634 break 2
14636 done
14637 done
14638 IFS=$as_save_IFS
14641 esac
14643 ESDCONFIG=$ac_cv_path_ESDCONFIG
14644 if test -n "$ESDCONFIG"; then
14645 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14646 echo "${ECHO_T}$ESDCONFIG" >&6; }
14647 else
14648 { echo "$as_me:$LINENO: result: no" >&5
14649 echo "${ECHO_T}no" >&6; }
14653 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14654 then
14655 ac_esd_incl=""
14656 for i in `$ESDCONFIG --cflags`
14658 case "$i" in
14659 -I*) ac_esd_incl="$ac_esd_incl $i";;
14660 esac
14661 done
14662 ac_esd_libs=`$ESDCONFIG --libs`
14663 save_CFLAGS="$CFLAGS"
14664 CFLAGS="$CFLAGS $ac_esd_incl"
14665 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14666 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14667 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14668 echo $ECHO_N "(cached) $ECHO_C" >&6
14669 else
14670 ac_check_lib_save_LIBS=$LIBS
14671 LIBS="-lesd $ac_esd_libs $LIBS"
14672 cat >conftest.$ac_ext <<_ACEOF
14673 /* confdefs.h. */
14674 _ACEOF
14675 cat confdefs.h >>conftest.$ac_ext
14676 cat >>conftest.$ac_ext <<_ACEOF
14677 /* end confdefs.h. */
14679 /* Override any GCC internal prototype to avoid an error.
14680 Use char because int might match the return type of a GCC
14681 builtin and then its argument prototype would still apply. */
14682 #ifdef __cplusplus
14683 extern "C"
14684 #endif
14685 char esd_open_sound ();
14687 main ()
14689 return esd_open_sound ();
14691 return 0;
14693 _ACEOF
14694 rm -f conftest.$ac_objext conftest$ac_exeext
14695 if { (ac_try="$ac_link"
14696 case "(($ac_try" in
14697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14698 *) ac_try_echo=$ac_try;;
14699 esac
14700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14701 (eval "$ac_link") 2>conftest.er1
14702 ac_status=$?
14703 grep -v '^ *+' conftest.er1 >conftest.err
14704 rm -f conftest.er1
14705 cat conftest.err >&5
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } && {
14708 test -z "$ac_c_werror_flag" ||
14709 test ! -s conftest.err
14710 } && test -s conftest$ac_exeext &&
14711 $as_test_x conftest$ac_exeext; then
14712 ac_cv_lib_esd_esd_open_sound=yes
14713 else
14714 echo "$as_me: failed program was:" >&5
14715 sed 's/^/| /' conftest.$ac_ext >&5
14717 ac_cv_lib_esd_esd_open_sound=no
14720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14721 conftest$ac_exeext conftest.$ac_ext
14722 LIBS=$ac_check_lib_save_LIBS
14724 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14725 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14726 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14727 ESDINCL="$ac_esd_incl"
14729 ESDLIBS="$ac_esd_libs"
14732 cat >>confdefs.h <<\_ACEOF
14733 #define HAVE_ESD 1
14734 _ACEOF
14738 CFLAGS="$save_CFLAGS"
14741 ALSALIBS=""
14743 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14744 then
14745 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14746 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14747 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14748 echo $ECHO_N "(cached) $ECHO_C" >&6
14749 else
14750 ac_check_lib_save_LIBS=$LIBS
14751 LIBS="-lasound $LIBS"
14752 cat >conftest.$ac_ext <<_ACEOF
14753 /* confdefs.h. */
14754 _ACEOF
14755 cat confdefs.h >>conftest.$ac_ext
14756 cat >>conftest.$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14759 /* Override any GCC internal prototype to avoid an error.
14760 Use char because int might match the return type of a GCC
14761 builtin and then its argument prototype would still apply. */
14762 #ifdef __cplusplus
14763 extern "C"
14764 #endif
14765 char snd_pcm_hw_params_get_access ();
14767 main ()
14769 return snd_pcm_hw_params_get_access ();
14771 return 0;
14773 _ACEOF
14774 rm -f conftest.$ac_objext conftest$ac_exeext
14775 if { (ac_try="$ac_link"
14776 case "(($ac_try" in
14777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14779 esac
14780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14781 (eval "$ac_link") 2>conftest.er1
14782 ac_status=$?
14783 grep -v '^ *+' conftest.er1 >conftest.err
14784 rm -f conftest.er1
14785 cat conftest.err >&5
14786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14787 (exit $ac_status); } && {
14788 test -z "$ac_c_werror_flag" ||
14789 test ! -s conftest.err
14790 } && test -s conftest$ac_exeext &&
14791 $as_test_x conftest$ac_exeext; then
14792 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14793 else
14794 echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14801 conftest$ac_exeext conftest.$ac_ext
14802 LIBS=$ac_check_lib_save_LIBS
14804 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14805 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14806 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14807 cat >conftest.$ac_ext <<_ACEOF
14808 /* confdefs.h. */
14809 _ACEOF
14810 cat confdefs.h >>conftest.$ac_ext
14811 cat >>conftest.$ac_ext <<_ACEOF
14812 /* end confdefs.h. */
14813 #ifdef HAVE_ALSA_ASOUNDLIB_H
14814 #include <alsa/asoundlib.h>
14815 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14816 #include <sys/asoundlib.h>
14817 #endif
14819 main ()
14821 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14823 return 0;
14825 _ACEOF
14826 rm -f conftest.$ac_objext
14827 if { (ac_try="$ac_compile"
14828 case "(($ac_try" in
14829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14830 *) ac_try_echo=$ac_try;;
14831 esac
14832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14833 (eval "$ac_compile") 2>conftest.er1
14834 ac_status=$?
14835 grep -v '^ *+' conftest.er1 >conftest.err
14836 rm -f conftest.er1
14837 cat conftest.err >&5
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); } && {
14840 test -z "$ac_c_werror_flag" ||
14841 test ! -s conftest.err
14842 } && test -s conftest.$ac_objext; then
14844 cat >>confdefs.h <<\_ACEOF
14845 #define HAVE_ALSA 1
14846 _ACEOF
14848 ALSALIBS="-lasound"
14849 else
14850 echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.$ac_ext >&5
14856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14861 AUDIOIOLIBS=""
14863 if test "$ac_cv_header_libaudioio_h" = "yes"
14864 then
14865 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14866 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14867 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14869 else
14870 ac_check_lib_save_LIBS=$LIBS
14871 LIBS="-laudioio $LIBS"
14872 cat >conftest.$ac_ext <<_ACEOF
14873 /* confdefs.h. */
14874 _ACEOF
14875 cat confdefs.h >>conftest.$ac_ext
14876 cat >>conftest.$ac_ext <<_ACEOF
14877 /* end confdefs.h. */
14879 /* Override any GCC internal prototype to avoid an error.
14880 Use char because int might match the return type of a GCC
14881 builtin and then its argument prototype would still apply. */
14882 #ifdef __cplusplus
14883 extern "C"
14884 #endif
14885 char AudioIOGetVersion ();
14887 main ()
14889 return AudioIOGetVersion ();
14891 return 0;
14893 _ACEOF
14894 rm -f conftest.$ac_objext conftest$ac_exeext
14895 if { (ac_try="$ac_link"
14896 case "(($ac_try" in
14897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14898 *) ac_try_echo=$ac_try;;
14899 esac
14900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14901 (eval "$ac_link") 2>conftest.er1
14902 ac_status=$?
14903 grep -v '^ *+' conftest.er1 >conftest.err
14904 rm -f conftest.er1
14905 cat conftest.err >&5
14906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14907 (exit $ac_status); } && {
14908 test -z "$ac_c_werror_flag" ||
14909 test ! -s conftest.err
14910 } && test -s conftest$ac_exeext &&
14911 $as_test_x conftest$ac_exeext; then
14912 ac_cv_lib_audioio_AudioIOGetVersion=yes
14913 else
14914 echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14917 ac_cv_lib_audioio_AudioIOGetVersion=no
14920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14921 conftest$ac_exeext conftest.$ac_ext
14922 LIBS=$ac_check_lib_save_LIBS
14924 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14925 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14926 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14927 AUDIOIOLIBS="-laudioio"
14929 cat >>confdefs.h <<\_ACEOF
14930 #define HAVE_LIBAUDIOIO 1
14931 _ACEOF
14938 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14939 then
14940 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14941 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14942 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14943 echo $ECHO_N "(cached) $ECHO_C" >&6
14944 else
14945 ac_check_soname_save_LIBS=$LIBS
14946 LIBS="-lcapi20 $LIBS"
14947 cat >conftest.$ac_ext <<_ACEOF
14948 /* confdefs.h. */
14949 _ACEOF
14950 cat confdefs.h >>conftest.$ac_ext
14951 cat >>conftest.$ac_ext <<_ACEOF
14952 /* end confdefs.h. */
14954 /* Override any GCC internal prototype to avoid an error.
14955 Use char because int might match the return type of a GCC
14956 builtin and then its argument prototype would still apply. */
14957 #ifdef __cplusplus
14958 extern "C"
14959 #endif
14960 char capi20_register ();
14962 main ()
14964 return capi20_register ();
14966 return 0;
14968 _ACEOF
14969 rm -f conftest.$ac_objext conftest$ac_exeext
14970 if { (ac_try="$ac_link"
14971 case "(($ac_try" in
14972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14973 *) ac_try_echo=$ac_try;;
14974 esac
14975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14976 (eval "$ac_link") 2>conftest.er1
14977 ac_status=$?
14978 grep -v '^ *+' conftest.er1 >conftest.err
14979 rm -f conftest.er1
14980 cat conftest.err >&5
14981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14982 (exit $ac_status); } && {
14983 test -z "$ac_c_werror_flag" ||
14984 test ! -s conftest.err
14985 } && test -s conftest$ac_exeext &&
14986 $as_test_x conftest$ac_exeext; then
14987 case "$LIBEXT" in
14988 dll) ;;
14989 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'` ;;
14990 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14991 esac
14992 else
14993 echo "$as_me: failed program was:" >&5
14994 sed 's/^/| /' conftest.$ac_ext >&5
14999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15000 conftest$ac_exeext conftest.$ac_ext
15001 LIBS=$ac_check_soname_save_LIBS
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004 { echo "$as_me:$LINENO: result: not found" >&5
15005 echo "${ECHO_T}not found" >&6; }
15007 else
15008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15009 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15011 cat >>confdefs.h <<_ACEOF
15012 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15013 _ACEOF
15019 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15020 case "x$with_capi" in
15021 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15022 xno) ;;
15023 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15024 This is an error since --with-capi was requested." >&5
15025 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15026 This is an error since --with-capi was requested." >&2;}
15027 { (exit 1); exit 1; }; } ;;
15028 esac
15032 CUPSINCL=""
15034 if test "x$with_cups" != "xno"
15035 then
15036 ac_save_CPPFLAGS="$CPPFLAGS"
15037 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15038 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15039 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15041 for ac_header in cups/cups.h
15043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15048 echo $ECHO_N "(cached) $ECHO_C" >&6
15050 ac_res=`eval echo '${'$as_ac_Header'}'`
15051 { echo "$as_me:$LINENO: result: $ac_res" >&5
15052 echo "${ECHO_T}$ac_res" >&6; }
15053 else
15054 # Is the header compilable?
15055 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15057 cat >conftest.$ac_ext <<_ACEOF
15058 /* confdefs.h. */
15059 _ACEOF
15060 cat confdefs.h >>conftest.$ac_ext
15061 cat >>conftest.$ac_ext <<_ACEOF
15062 /* end confdefs.h. */
15063 $ac_includes_default
15064 #include <$ac_header>
15065 _ACEOF
15066 rm -f conftest.$ac_objext
15067 if { (ac_try="$ac_compile"
15068 case "(($ac_try" in
15069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15070 *) ac_try_echo=$ac_try;;
15071 esac
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073 (eval "$ac_compile") 2>conftest.er1
15074 ac_status=$?
15075 grep -v '^ *+' conftest.er1 >conftest.err
15076 rm -f conftest.er1
15077 cat conftest.err >&5
15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079 (exit $ac_status); } && {
15080 test -z "$ac_c_werror_flag" ||
15081 test ! -s conftest.err
15082 } && test -s conftest.$ac_objext; then
15083 ac_header_compiler=yes
15084 else
15085 echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15088 ac_header_compiler=no
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15092 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15093 echo "${ECHO_T}$ac_header_compiler" >&6; }
15095 # Is the header present?
15096 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15097 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15098 cat >conftest.$ac_ext <<_ACEOF
15099 /* confdefs.h. */
15100 _ACEOF
15101 cat confdefs.h >>conftest.$ac_ext
15102 cat >>conftest.$ac_ext <<_ACEOF
15103 /* end confdefs.h. */
15104 #include <$ac_header>
15105 _ACEOF
15106 if { (ac_try="$ac_cpp conftest.$ac_ext"
15107 case "(($ac_try" in
15108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15109 *) ac_try_echo=$ac_try;;
15110 esac
15111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15113 ac_status=$?
15114 grep -v '^ *+' conftest.er1 >conftest.err
15115 rm -f conftest.er1
15116 cat conftest.err >&5
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); } >/dev/null && {
15119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15120 test ! -s conftest.err
15121 }; then
15122 ac_header_preproc=yes
15123 else
15124 echo "$as_me: failed program was:" >&5
15125 sed 's/^/| /' conftest.$ac_ext >&5
15127 ac_header_preproc=no
15130 rm -f conftest.err conftest.$ac_ext
15131 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15132 echo "${ECHO_T}$ac_header_preproc" >&6; }
15134 # So? What about this header?
15135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15136 yes:no: )
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15138 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15140 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15141 ac_header_preproc=yes
15143 no:yes:* )
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15145 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15147 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15148 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15149 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15150 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15151 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15153 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15155 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15156 ( cat <<\_ASBOX
15157 ## ------------------------------------ ##
15158 ## Report this to wine-devel@winehq.org ##
15159 ## ------------------------------------ ##
15160 _ASBOX
15161 ) | sed "s/^/$as_me: WARNING: /" >&2
15163 esac
15164 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15167 echo $ECHO_N "(cached) $ECHO_C" >&6
15168 else
15169 eval "$as_ac_Header=\$ac_header_preproc"
15171 ac_res=`eval echo '${'$as_ac_Header'}'`
15172 { echo "$as_me:$LINENO: result: $ac_res" >&5
15173 echo "${ECHO_T}$ac_res" >&6; }
15176 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15177 cat >>confdefs.h <<_ACEOF
15178 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15179 _ACEOF
15180 { echo "$as_me:$LINENO: checking for -lcups" >&5
15181 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15182 if test "${ac_cv_lib_soname_cups+set}" = set; then
15183 echo $ECHO_N "(cached) $ECHO_C" >&6
15184 else
15185 ac_check_soname_save_LIBS=$LIBS
15186 LIBS="-lcups $ac_cups_libs $LIBS"
15187 cat >conftest.$ac_ext <<_ACEOF
15188 /* confdefs.h. */
15189 _ACEOF
15190 cat confdefs.h >>conftest.$ac_ext
15191 cat >>conftest.$ac_ext <<_ACEOF
15192 /* end confdefs.h. */
15194 /* Override any GCC internal prototype to avoid an error.
15195 Use char because int might match the return type of a GCC
15196 builtin and then its argument prototype would still apply. */
15197 #ifdef __cplusplus
15198 extern "C"
15199 #endif
15200 char cupsGetDefault ();
15202 main ()
15204 return cupsGetDefault ();
15206 return 0;
15208 _ACEOF
15209 rm -f conftest.$ac_objext conftest$ac_exeext
15210 if { (ac_try="$ac_link"
15211 case "(($ac_try" in
15212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15213 *) ac_try_echo=$ac_try;;
15214 esac
15215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15216 (eval "$ac_link") 2>conftest.er1
15217 ac_status=$?
15218 grep -v '^ *+' conftest.er1 >conftest.err
15219 rm -f conftest.er1
15220 cat conftest.err >&5
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } && {
15223 test -z "$ac_c_werror_flag" ||
15224 test ! -s conftest.err
15225 } && test -s conftest$ac_exeext &&
15226 $as_test_x conftest$ac_exeext; then
15227 case "$LIBEXT" in
15228 dll) ;;
15229 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'` ;;
15230 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15231 esac
15232 else
15233 echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15240 conftest$ac_exeext conftest.$ac_ext
15241 LIBS=$ac_check_soname_save_LIBS
15243 if test "x$ac_cv_lib_soname_cups" = "x"; then
15244 { echo "$as_me:$LINENO: result: not found" >&5
15245 echo "${ECHO_T}not found" >&6; }
15247 else
15248 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15249 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15251 cat >>confdefs.h <<_ACEOF
15252 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15253 _ACEOF
15255 CUPSINCL="$ac_cups_cflags"
15260 done
15262 CPPFLAGS="$ac_save_CPPFLAGS"
15264 if test "x$ac_cv_lib_soname_cups" = "x"; then
15265 case "x$with_cups" in
15266 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15267 xno) ;;
15268 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15269 This is an error since --with-cups was requested." >&5
15270 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15271 This is an error since --with-cups was requested." >&2;}
15272 { (exit 1); exit 1; }; } ;;
15273 esac
15277 if test "$ac_cv_header_jack_jack_h" = "yes"
15278 then
15279 { echo "$as_me:$LINENO: checking for -ljack" >&5
15280 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15281 if test "${ac_cv_lib_soname_jack+set}" = set; then
15282 echo $ECHO_N "(cached) $ECHO_C" >&6
15283 else
15284 ac_check_soname_save_LIBS=$LIBS
15285 LIBS="-ljack $LIBS"
15286 cat >conftest.$ac_ext <<_ACEOF
15287 /* confdefs.h. */
15288 _ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15293 /* Override any GCC internal prototype to avoid an error.
15294 Use char because int might match the return type of a GCC
15295 builtin and then its argument prototype would still apply. */
15296 #ifdef __cplusplus
15297 extern "C"
15298 #endif
15299 char jack_client_new ();
15301 main ()
15303 return jack_client_new ();
15305 return 0;
15307 _ACEOF
15308 rm -f conftest.$ac_objext conftest$ac_exeext
15309 if { (ac_try="$ac_link"
15310 case "(($ac_try" in
15311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15312 *) ac_try_echo=$ac_try;;
15313 esac
15314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15315 (eval "$ac_link") 2>conftest.er1
15316 ac_status=$?
15317 grep -v '^ *+' conftest.er1 >conftest.err
15318 rm -f conftest.er1
15319 cat conftest.err >&5
15320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15321 (exit $ac_status); } && {
15322 test -z "$ac_c_werror_flag" ||
15323 test ! -s conftest.err
15324 } && test -s conftest$ac_exeext &&
15325 $as_test_x conftest$ac_exeext; then
15326 case "$LIBEXT" in
15327 dll) ;;
15328 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'` ;;
15329 *) 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'` ;;
15330 esac
15331 else
15332 echo "$as_me: failed program was:" >&5
15333 sed 's/^/| /' conftest.$ac_ext >&5
15338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15339 conftest$ac_exeext conftest.$ac_ext
15340 LIBS=$ac_check_soname_save_LIBS
15342 if test "x$ac_cv_lib_soname_jack" = "x"; then
15343 { echo "$as_me:$LINENO: result: not found" >&5
15344 echo "${ECHO_T}not found" >&6; }
15346 else
15347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15348 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15350 cat >>confdefs.h <<_ACEOF
15351 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15352 _ACEOF
15359 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15360 then
15361 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15362 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15363 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15364 echo $ECHO_N "(cached) $ECHO_C" >&6
15365 else
15366 ac_check_soname_save_LIBS=$LIBS
15367 LIBS="-lfontconfig $LIBS"
15368 cat >conftest.$ac_ext <<_ACEOF
15369 /* confdefs.h. */
15370 _ACEOF
15371 cat confdefs.h >>conftest.$ac_ext
15372 cat >>conftest.$ac_ext <<_ACEOF
15373 /* end confdefs.h. */
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char FcInit ();
15383 main ()
15385 return FcInit ();
15387 return 0;
15389 _ACEOF
15390 rm -f conftest.$ac_objext conftest$ac_exeext
15391 if { (ac_try="$ac_link"
15392 case "(($ac_try" in
15393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15394 *) ac_try_echo=$ac_try;;
15395 esac
15396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15397 (eval "$ac_link") 2>conftest.er1
15398 ac_status=$?
15399 grep -v '^ *+' conftest.er1 >conftest.err
15400 rm -f conftest.er1
15401 cat conftest.err >&5
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); } && {
15404 test -z "$ac_c_werror_flag" ||
15405 test ! -s conftest.err
15406 } && test -s conftest$ac_exeext &&
15407 $as_test_x conftest$ac_exeext; then
15408 case "$LIBEXT" in
15409 dll) ;;
15410 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'` ;;
15411 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15412 esac
15413 else
15414 echo "$as_me: failed program was:" >&5
15415 sed 's/^/| /' conftest.$ac_ext >&5
15420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15421 conftest$ac_exeext conftest.$ac_ext
15422 LIBS=$ac_check_soname_save_LIBS
15424 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15425 { echo "$as_me:$LINENO: result: not found" >&5
15426 echo "${ECHO_T}not found" >&6; }
15428 else
15429 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15430 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15432 cat >>confdefs.h <<_ACEOF
15433 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15434 _ACEOF
15439 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15440 then
15441 ac_save_CPPFLAGS="$CPPFLAGS"
15442 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15443 $as_unset ac_cv_header_fontconfig_fontconfig_h
15445 for ac_header in fontconfig/fontconfig.h
15447 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15449 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15450 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15452 echo $ECHO_N "(cached) $ECHO_C" >&6
15454 ac_res=`eval echo '${'$as_ac_Header'}'`
15455 { echo "$as_me:$LINENO: result: $ac_res" >&5
15456 echo "${ECHO_T}$ac_res" >&6; }
15457 else
15458 # Is the header compilable?
15459 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15460 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15461 cat >conftest.$ac_ext <<_ACEOF
15462 /* confdefs.h. */
15463 _ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h. */
15467 $ac_includes_default
15468 #include <$ac_header>
15469 _ACEOF
15470 rm -f conftest.$ac_objext
15471 if { (ac_try="$ac_compile"
15472 case "(($ac_try" in
15473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15474 *) ac_try_echo=$ac_try;;
15475 esac
15476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15477 (eval "$ac_compile") 2>conftest.er1
15478 ac_status=$?
15479 grep -v '^ *+' conftest.er1 >conftest.err
15480 rm -f conftest.er1
15481 cat conftest.err >&5
15482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15483 (exit $ac_status); } && {
15484 test -z "$ac_c_werror_flag" ||
15485 test ! -s conftest.err
15486 } && test -s conftest.$ac_objext; then
15487 ac_header_compiler=yes
15488 else
15489 echo "$as_me: failed program was:" >&5
15490 sed 's/^/| /' conftest.$ac_ext >&5
15492 ac_header_compiler=no
15495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15496 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15497 echo "${ECHO_T}$ac_header_compiler" >&6; }
15499 # Is the header present?
15500 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15501 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15502 cat >conftest.$ac_ext <<_ACEOF
15503 /* confdefs.h. */
15504 _ACEOF
15505 cat confdefs.h >>conftest.$ac_ext
15506 cat >>conftest.$ac_ext <<_ACEOF
15507 /* end confdefs.h. */
15508 #include <$ac_header>
15509 _ACEOF
15510 if { (ac_try="$ac_cpp conftest.$ac_ext"
15511 case "(($ac_try" in
15512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15513 *) ac_try_echo=$ac_try;;
15514 esac
15515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15517 ac_status=$?
15518 grep -v '^ *+' conftest.er1 >conftest.err
15519 rm -f conftest.er1
15520 cat conftest.err >&5
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); } >/dev/null && {
15523 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15524 test ! -s conftest.err
15525 }; then
15526 ac_header_preproc=yes
15527 else
15528 echo "$as_me: failed program was:" >&5
15529 sed 's/^/| /' conftest.$ac_ext >&5
15531 ac_header_preproc=no
15534 rm -f conftest.err conftest.$ac_ext
15535 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15536 echo "${ECHO_T}$ac_header_preproc" >&6; }
15538 # So? What about this header?
15539 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15540 yes:no: )
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15542 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15544 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15545 ac_header_preproc=yes
15547 no:yes:* )
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15549 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15551 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15552 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15553 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15554 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15555 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15556 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15557 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15558 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15559 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15560 ( cat <<\_ASBOX
15561 ## ------------------------------------ ##
15562 ## Report this to wine-devel@winehq.org ##
15563 ## ------------------------------------ ##
15564 _ASBOX
15565 ) | sed "s/^/$as_me: WARNING: /" >&2
15567 esac
15568 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15570 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15571 echo $ECHO_N "(cached) $ECHO_C" >&6
15572 else
15573 eval "$as_ac_Header=\$ac_header_preproc"
15575 ac_res=`eval echo '${'$as_ac_Header'}'`
15576 { echo "$as_me:$LINENO: result: $ac_res" >&5
15577 echo "${ECHO_T}$ac_res" >&6; }
15580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15581 cat >>confdefs.h <<_ACEOF
15582 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15583 _ACEOF
15587 done
15589 CPPFLAGS="$ac_save_CPPFLAGS"
15590 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15591 then
15592 FONTCONFIGINCL="$X_CFLAGS"
15594 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15595 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15596 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15598 else
15599 ac_check_soname_save_LIBS=$LIBS
15600 LIBS="-lfontconfig $X_LIBS $LIBS"
15601 cat >conftest.$ac_ext <<_ACEOF
15602 /* confdefs.h. */
15603 _ACEOF
15604 cat confdefs.h >>conftest.$ac_ext
15605 cat >>conftest.$ac_ext <<_ACEOF
15606 /* end confdefs.h. */
15608 /* Override any GCC internal prototype to avoid an error.
15609 Use char because int might match the return type of a GCC
15610 builtin and then its argument prototype would still apply. */
15611 #ifdef __cplusplus
15612 extern "C"
15613 #endif
15614 char FcInit ();
15616 main ()
15618 return FcInit ();
15620 return 0;
15622 _ACEOF
15623 rm -f conftest.$ac_objext conftest$ac_exeext
15624 if { (ac_try="$ac_link"
15625 case "(($ac_try" in
15626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15627 *) ac_try_echo=$ac_try;;
15628 esac
15629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15630 (eval "$ac_link") 2>conftest.er1
15631 ac_status=$?
15632 grep -v '^ *+' conftest.er1 >conftest.err
15633 rm -f conftest.er1
15634 cat conftest.err >&5
15635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15636 (exit $ac_status); } && {
15637 test -z "$ac_c_werror_flag" ||
15638 test ! -s conftest.err
15639 } && test -s conftest$ac_exeext &&
15640 $as_test_x conftest$ac_exeext; then
15641 case "$LIBEXT" in
15642 dll) ;;
15643 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'` ;;
15644 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15645 esac
15646 else
15647 echo "$as_me: failed program was:" >&5
15648 sed 's/^/| /' conftest.$ac_ext >&5
15653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15654 conftest$ac_exeext conftest.$ac_ext
15655 LIBS=$ac_check_soname_save_LIBS
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 { echo "$as_me:$LINENO: result: not found" >&5
15659 echo "${ECHO_T}not found" >&6; }
15661 else
15662 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15663 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15665 cat >>confdefs.h <<_ACEOF
15666 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15667 _ACEOF
15674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15675 case "x$with_fontconfig" in
15676 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15677 xno) ;;
15678 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15679 This is an error since --with-fontconfig was requested." >&5
15680 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15681 This is an error since --with-fontconfig was requested." >&2;}
15682 { (exit 1); exit 1; }; } ;;
15683 esac
15687 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15688 then
15689 { echo "$as_me:$LINENO: checking for -lssl" >&5
15690 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15691 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15693 else
15694 ac_check_soname_save_LIBS=$LIBS
15695 LIBS="-lssl $LIBS"
15696 cat >conftest.$ac_ext <<_ACEOF
15697 /* confdefs.h. */
15698 _ACEOF
15699 cat confdefs.h >>conftest.$ac_ext
15700 cat >>conftest.$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15703 /* Override any GCC internal prototype to avoid an error.
15704 Use char because int might match the return type of a GCC
15705 builtin and then its argument prototype would still apply. */
15706 #ifdef __cplusplus
15707 extern "C"
15708 #endif
15709 char SSL_library_init ();
15711 main ()
15713 return SSL_library_init ();
15715 return 0;
15717 _ACEOF
15718 rm -f conftest.$ac_objext conftest$ac_exeext
15719 if { (ac_try="$ac_link"
15720 case "(($ac_try" in
15721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15722 *) ac_try_echo=$ac_try;;
15723 esac
15724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15725 (eval "$ac_link") 2>conftest.er1
15726 ac_status=$?
15727 grep -v '^ *+' conftest.er1 >conftest.err
15728 rm -f conftest.er1
15729 cat conftest.err >&5
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && {
15732 test -z "$ac_c_werror_flag" ||
15733 test ! -s conftest.err
15734 } && test -s conftest$ac_exeext &&
15735 $as_test_x conftest$ac_exeext; then
15736 case "$LIBEXT" in
15737 dll) ;;
15738 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'` ;;
15739 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15740 esac
15741 else
15742 echo "$as_me: failed program was:" >&5
15743 sed 's/^/| /' conftest.$ac_ext >&5
15748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15749 conftest$ac_exeext conftest.$ac_ext
15750 LIBS=$ac_check_soname_save_LIBS
15752 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15753 { echo "$as_me:$LINENO: result: not found" >&5
15754 echo "${ECHO_T}not found" >&6; }
15756 else
15757 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15758 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15760 cat >>confdefs.h <<_ACEOF
15761 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15762 _ACEOF
15767 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15768 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15769 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15770 echo $ECHO_N "(cached) $ECHO_C" >&6
15771 else
15772 ac_check_soname_save_LIBS=$LIBS
15773 LIBS="-lcrypto $LIBS"
15774 cat >conftest.$ac_ext <<_ACEOF
15775 /* confdefs.h. */
15776 _ACEOF
15777 cat confdefs.h >>conftest.$ac_ext
15778 cat >>conftest.$ac_ext <<_ACEOF
15779 /* end confdefs.h. */
15781 /* Override any GCC internal prototype to avoid an error.
15782 Use char because int might match the return type of a GCC
15783 builtin and then its argument prototype would still apply. */
15784 #ifdef __cplusplus
15785 extern "C"
15786 #endif
15787 char BIO_new_socket ();
15789 main ()
15791 return BIO_new_socket ();
15793 return 0;
15795 _ACEOF
15796 rm -f conftest.$ac_objext conftest$ac_exeext
15797 if { (ac_try="$ac_link"
15798 case "(($ac_try" in
15799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15800 *) ac_try_echo=$ac_try;;
15801 esac
15802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15803 (eval "$ac_link") 2>conftest.er1
15804 ac_status=$?
15805 grep -v '^ *+' conftest.er1 >conftest.err
15806 rm -f conftest.er1
15807 cat conftest.err >&5
15808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15809 (exit $ac_status); } && {
15810 test -z "$ac_c_werror_flag" ||
15811 test ! -s conftest.err
15812 } && test -s conftest$ac_exeext &&
15813 $as_test_x conftest$ac_exeext; then
15814 case "$LIBEXT" in
15815 dll) ;;
15816 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'` ;;
15817 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15818 esac
15819 else
15820 echo "$as_me: failed program was:" >&5
15821 sed 's/^/| /' conftest.$ac_ext >&5
15826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15827 conftest$ac_exeext conftest.$ac_ext
15828 LIBS=$ac_check_soname_save_LIBS
15830 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15831 { echo "$as_me:$LINENO: result: not found" >&5
15832 echo "${ECHO_T}not found" >&6; }
15834 else
15835 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15836 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15838 cat >>confdefs.h <<_ACEOF
15839 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15840 _ACEOF
15846 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15847 case "x$with_openssl" in
15848 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15849 xno) ;;
15850 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15851 This is an error since --with-openssl was requested." >&5
15852 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15853 This is an error since --with-openssl was requested." >&2;}
15854 { (exit 1); exit 1; }; } ;;
15855 esac
15859 if test "$ac_cv_header_jpeglib_h" = "yes"
15860 then
15861 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15862 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15863 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15864 echo $ECHO_N "(cached) $ECHO_C" >&6
15865 else
15866 ac_check_soname_save_LIBS=$LIBS
15867 LIBS="-ljpeg $LIBS"
15868 cat >conftest.$ac_ext <<_ACEOF
15869 /* confdefs.h. */
15870 _ACEOF
15871 cat confdefs.h >>conftest.$ac_ext
15872 cat >>conftest.$ac_ext <<_ACEOF
15873 /* end confdefs.h. */
15875 /* Override any GCC internal prototype to avoid an error.
15876 Use char because int might match the return type of a GCC
15877 builtin and then its argument prototype would still apply. */
15878 #ifdef __cplusplus
15879 extern "C"
15880 #endif
15881 char jpeg_start_decompress ();
15883 main ()
15885 return jpeg_start_decompress ();
15887 return 0;
15889 _ACEOF
15890 rm -f conftest.$ac_objext conftest$ac_exeext
15891 if { (ac_try="$ac_link"
15892 case "(($ac_try" in
15893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15894 *) ac_try_echo=$ac_try;;
15895 esac
15896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15897 (eval "$ac_link") 2>conftest.er1
15898 ac_status=$?
15899 grep -v '^ *+' conftest.er1 >conftest.err
15900 rm -f conftest.er1
15901 cat conftest.err >&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); } && {
15904 test -z "$ac_c_werror_flag" ||
15905 test ! -s conftest.err
15906 } && test -s conftest$ac_exeext &&
15907 $as_test_x conftest$ac_exeext; then
15908 case "$LIBEXT" in
15909 dll) ;;
15910 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'` ;;
15911 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15912 esac
15913 else
15914 echo "$as_me: failed program was:" >&5
15915 sed 's/^/| /' conftest.$ac_ext >&5
15920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15921 conftest$ac_exeext conftest.$ac_ext
15922 LIBS=$ac_check_soname_save_LIBS
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925 { echo "$as_me:$LINENO: result: not found" >&5
15926 echo "${ECHO_T}not found" >&6; }
15928 else
15929 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15930 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15932 cat >>confdefs.h <<_ACEOF
15933 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15934 _ACEOF
15940 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15941 case "x$with_jpeg" in
15942 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15943 xno) ;;
15944 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15945 This is an error since --with-jpeg was requested." >&5
15946 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15947 This is an error since --with-jpeg was requested." >&2;}
15948 { (exit 1); exit 1; }; } ;;
15949 esac
15953 if test "$ac_cv_header_png_h" = "yes"
15954 then
15955 { echo "$as_me:$LINENO: checking for -lpng" >&5
15956 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15957 if test "${ac_cv_lib_soname_png+set}" = set; then
15958 echo $ECHO_N "(cached) $ECHO_C" >&6
15959 else
15960 ac_check_soname_save_LIBS=$LIBS
15961 LIBS="-lpng -lm $LIBS"
15962 cat >conftest.$ac_ext <<_ACEOF
15963 /* confdefs.h. */
15964 _ACEOF
15965 cat confdefs.h >>conftest.$ac_ext
15966 cat >>conftest.$ac_ext <<_ACEOF
15967 /* end confdefs.h. */
15969 /* Override any GCC internal prototype to avoid an error.
15970 Use char because int might match the return type of a GCC
15971 builtin and then its argument prototype would still apply. */
15972 #ifdef __cplusplus
15973 extern "C"
15974 #endif
15975 char png_create_read_struct ();
15977 main ()
15979 return png_create_read_struct ();
15981 return 0;
15983 _ACEOF
15984 rm -f conftest.$ac_objext conftest$ac_exeext
15985 if { (ac_try="$ac_link"
15986 case "(($ac_try" in
15987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15988 *) ac_try_echo=$ac_try;;
15989 esac
15990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15991 (eval "$ac_link") 2>conftest.er1
15992 ac_status=$?
15993 grep -v '^ *+' conftest.er1 >conftest.err
15994 rm -f conftest.er1
15995 cat conftest.err >&5
15996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997 (exit $ac_status); } && {
15998 test -z "$ac_c_werror_flag" ||
15999 test ! -s conftest.err
16000 } && test -s conftest$ac_exeext &&
16001 $as_test_x conftest$ac_exeext; then
16002 case "$LIBEXT" in
16003 dll) ;;
16004 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'` ;;
16005 *) 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'` ;;
16006 esac
16007 else
16008 echo "$as_me: failed program was:" >&5
16009 sed 's/^/| /' conftest.$ac_ext >&5
16014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16015 conftest$ac_exeext conftest.$ac_ext
16016 LIBS=$ac_check_soname_save_LIBS
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019 { echo "$as_me:$LINENO: result: not found" >&5
16020 echo "${ECHO_T}not found" >&6; }
16022 else
16023 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16024 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16026 cat >>confdefs.h <<_ACEOF
16027 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16028 _ACEOF
16034 if test "x$ac_cv_lib_soname_png" = "x"; then
16035 case "x$with_png" in
16036 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16037 xno) ;;
16038 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16039 This is an error since --with-png was requested." >&5
16040 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16041 This is an error since --with-png was requested." >&2;}
16042 { (exit 1); exit 1; }; } ;;
16043 esac
16047 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16048 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16049 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16050 echo $ECHO_N "(cached) $ECHO_C" >&6
16051 else
16052 ac_check_soname_save_LIBS=$LIBS
16053 LIBS="-lodbc $LIBS"
16054 cat >conftest.$ac_ext <<_ACEOF
16055 /* confdefs.h. */
16056 _ACEOF
16057 cat confdefs.h >>conftest.$ac_ext
16058 cat >>conftest.$ac_ext <<_ACEOF
16059 /* end confdefs.h. */
16061 /* Override any GCC internal prototype to avoid an error.
16062 Use char because int might match the return type of a GCC
16063 builtin and then its argument prototype would still apply. */
16064 #ifdef __cplusplus
16065 extern "C"
16066 #endif
16067 char SQLConnect ();
16069 main ()
16071 return SQLConnect ();
16073 return 0;
16075 _ACEOF
16076 rm -f conftest.$ac_objext conftest$ac_exeext
16077 if { (ac_try="$ac_link"
16078 case "(($ac_try" in
16079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16081 esac
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083 (eval "$ac_link") 2>conftest.er1
16084 ac_status=$?
16085 grep -v '^ *+' conftest.er1 >conftest.err
16086 rm -f conftest.er1
16087 cat conftest.err >&5
16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089 (exit $ac_status); } && {
16090 test -z "$ac_c_werror_flag" ||
16091 test ! -s conftest.err
16092 } && test -s conftest$ac_exeext &&
16093 $as_test_x conftest$ac_exeext; then
16094 case "$LIBEXT" in
16095 dll) ;;
16096 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'` ;;
16097 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16098 esac
16099 else
16100 echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107 conftest$ac_exeext conftest.$ac_ext
16108 LIBS=$ac_check_soname_save_LIBS
16110 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16111 { echo "$as_me:$LINENO: result: not found" >&5
16112 echo "${ECHO_T}not found" >&6; }
16113 cat >>confdefs.h <<_ACEOF
16114 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16115 _ACEOF
16117 else
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16123 _ACEOF
16129 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16130 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16131 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16132 "$ac_cv_header_soundcard_h" != "yes" -a \
16133 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16134 then
16135 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16139 EXTRACFLAGS=""
16141 if test "x${GCC}" = "xyes"
16142 then
16143 EXTRACFLAGS="-Wall -pipe"
16145 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16146 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16147 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16148 echo $ECHO_N "(cached) $ECHO_C" >&6
16149 else
16150 if test "$cross_compiling" = yes; then
16151 ac_cv_c_gcc_strength_bug="yes"
16152 else
16153 cat >conftest.$ac_ext <<_ACEOF
16154 /* confdefs.h. */
16155 _ACEOF
16156 cat confdefs.h >>conftest.$ac_ext
16157 cat >>conftest.$ac_ext <<_ACEOF
16158 /* end confdefs.h. */
16159 int L[4] = {0,1,2,3};
16161 main ()
16163 static int Array[3];
16164 unsigned int B = 3;
16165 int i;
16166 for(i=0; i<B; i++) Array[i] = i - 3;
16167 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16168 L[i] = 4;
16169 exit( Array[1] != -2 || L[2] != 3)
16171 return 0;
16173 _ACEOF
16174 rm -f conftest$ac_exeext
16175 if { (ac_try="$ac_link"
16176 case "(($ac_try" in
16177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16178 *) ac_try_echo=$ac_try;;
16179 esac
16180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181 (eval "$ac_link") 2>&5
16182 ac_status=$?
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16185 { (case "(($ac_try" in
16186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16187 *) ac_try_echo=$ac_try;;
16188 esac
16189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16190 (eval "$ac_try") 2>&5
16191 ac_status=$?
16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193 (exit $ac_status); }; }; then
16194 ac_cv_c_gcc_strength_bug="no"
16195 else
16196 echo "$as_me: program exited with status $ac_status" >&5
16197 echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.$ac_ext >&5
16200 ( exit $ac_status )
16201 ac_cv_c_gcc_strength_bug="yes"
16203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16208 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16209 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16210 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16211 then
16212 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16216 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16217 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16218 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16219 echo $ECHO_N "(cached) $ECHO_C" >&6
16220 else
16221 ac_wine_try_cflags_saved=$CFLAGS
16222 CFLAGS="$CFLAGS -fshort-wchar"
16223 cat >conftest.$ac_ext <<_ACEOF
16224 /* confdefs.h. */
16225 _ACEOF
16226 cat confdefs.h >>conftest.$ac_ext
16227 cat >>conftest.$ac_ext <<_ACEOF
16228 /* end confdefs.h. */
16231 main ()
16235 return 0;
16237 _ACEOF
16238 rm -f conftest.$ac_objext conftest$ac_exeext
16239 if { (ac_try="$ac_link"
16240 case "(($ac_try" in
16241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16242 *) ac_try_echo=$ac_try;;
16243 esac
16244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16245 (eval "$ac_link") 2>conftest.er1
16246 ac_status=$?
16247 grep -v '^ *+' conftest.er1 >conftest.err
16248 rm -f conftest.er1
16249 cat conftest.err >&5
16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16251 (exit $ac_status); } && {
16252 test -z "$ac_c_werror_flag" ||
16253 test ! -s conftest.err
16254 } && test -s conftest$ac_exeext &&
16255 $as_test_x conftest$ac_exeext; then
16256 ac_cv_cflags__fshort_wchar=yes
16257 else
16258 echo "$as_me: failed program was:" >&5
16259 sed 's/^/| /' conftest.$ac_ext >&5
16261 ac_cv_cflags__fshort_wchar=no
16264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16265 conftest$ac_exeext conftest.$ac_ext
16266 CFLAGS=$ac_wine_try_cflags_saved
16268 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16269 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16270 if test $ac_cv_cflags__fshort_wchar = yes; then
16272 cat >>confdefs.h <<\_ACEOF
16273 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16274 _ACEOF
16278 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16279 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16280 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16281 echo $ECHO_N "(cached) $ECHO_C" >&6
16282 else
16283 ac_wine_try_cflags_saved=$CFLAGS
16284 CFLAGS="$CFLAGS -fno-strict-aliasing"
16285 cat >conftest.$ac_ext <<_ACEOF
16286 /* confdefs.h. */
16287 _ACEOF
16288 cat confdefs.h >>conftest.$ac_ext
16289 cat >>conftest.$ac_ext <<_ACEOF
16290 /* end confdefs.h. */
16293 main ()
16297 return 0;
16299 _ACEOF
16300 rm -f conftest.$ac_objext conftest$ac_exeext
16301 if { (ac_try="$ac_link"
16302 case "(($ac_try" in
16303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16304 *) ac_try_echo=$ac_try;;
16305 esac
16306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16307 (eval "$ac_link") 2>conftest.er1
16308 ac_status=$?
16309 grep -v '^ *+' conftest.er1 >conftest.err
16310 rm -f conftest.er1
16311 cat conftest.err >&5
16312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16313 (exit $ac_status); } && {
16314 test -z "$ac_c_werror_flag" ||
16315 test ! -s conftest.err
16316 } && test -s conftest$ac_exeext &&
16317 $as_test_x conftest$ac_exeext; then
16318 ac_cv_cflags__fno_strict_aliasing=yes
16319 else
16320 echo "$as_me: failed program was:" >&5
16321 sed 's/^/| /' conftest.$ac_ext >&5
16323 ac_cv_cflags__fno_strict_aliasing=no
16326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16327 conftest$ac_exeext conftest.$ac_ext
16328 CFLAGS=$ac_wine_try_cflags_saved
16330 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16331 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16332 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16333 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16336 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16337 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16338 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16339 echo $ECHO_N "(cached) $ECHO_C" >&6
16340 else
16341 ac_wine_try_cflags_saved=$CFLAGS
16342 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16343 cat >conftest.$ac_ext <<_ACEOF
16344 /* confdefs.h. */
16345 _ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16351 main ()
16355 return 0;
16357 _ACEOF
16358 rm -f conftest.$ac_objext conftest$ac_exeext
16359 if { (ac_try="$ac_link"
16360 case "(($ac_try" in
16361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16362 *) ac_try_echo=$ac_try;;
16363 esac
16364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16365 (eval "$ac_link") 2>conftest.er1
16366 ac_status=$?
16367 grep -v '^ *+' conftest.er1 >conftest.err
16368 rm -f conftest.er1
16369 cat conftest.err >&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && {
16372 test -z "$ac_c_werror_flag" ||
16373 test ! -s conftest.err
16374 } && test -s conftest$ac_exeext &&
16375 $as_test_x conftest$ac_exeext; then
16376 ac_cv_cflags__Wdeclaration_after_statement=yes
16377 else
16378 echo "$as_me: failed program was:" >&5
16379 sed 's/^/| /' conftest.$ac_ext >&5
16381 ac_cv_cflags__Wdeclaration_after_statement=no
16384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16385 conftest$ac_exeext conftest.$ac_ext
16386 CFLAGS=$ac_wine_try_cflags_saved
16388 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16389 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16390 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16391 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16394 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16395 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16396 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16397 echo $ECHO_N "(cached) $ECHO_C" >&6
16398 else
16399 ac_wine_try_cflags_saved=$CFLAGS
16400 CFLAGS="$CFLAGS -Wwrite-strings"
16401 cat >conftest.$ac_ext <<_ACEOF
16402 /* confdefs.h. */
16403 _ACEOF
16404 cat confdefs.h >>conftest.$ac_ext
16405 cat >>conftest.$ac_ext <<_ACEOF
16406 /* end confdefs.h. */
16409 main ()
16413 return 0;
16415 _ACEOF
16416 rm -f conftest.$ac_objext conftest$ac_exeext
16417 if { (ac_try="$ac_link"
16418 case "(($ac_try" in
16419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16420 *) ac_try_echo=$ac_try;;
16421 esac
16422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16423 (eval "$ac_link") 2>conftest.er1
16424 ac_status=$?
16425 grep -v '^ *+' conftest.er1 >conftest.err
16426 rm -f conftest.er1
16427 cat conftest.err >&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } && {
16430 test -z "$ac_c_werror_flag" ||
16431 test ! -s conftest.err
16432 } && test -s conftest$ac_exeext &&
16433 $as_test_x conftest$ac_exeext; then
16434 ac_cv_cflags__Wwrite_strings=yes
16435 else
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16439 ac_cv_cflags__Wwrite_strings=no
16442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16443 conftest$ac_exeext conftest.$ac_ext
16444 CFLAGS=$ac_wine_try_cflags_saved
16446 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16447 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16448 if test $ac_cv_cflags__Wwrite_strings = yes; then
16449 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16452 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16453 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16454 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16455 echo $ECHO_N "(cached) $ECHO_C" >&6
16456 else
16457 ac_wine_try_cflags_saved=$CFLAGS
16458 CFLAGS="$CFLAGS -Wtype-limits"
16459 cat >conftest.$ac_ext <<_ACEOF
16460 /* confdefs.h. */
16461 _ACEOF
16462 cat confdefs.h >>conftest.$ac_ext
16463 cat >>conftest.$ac_ext <<_ACEOF
16464 /* end confdefs.h. */
16467 main ()
16471 return 0;
16473 _ACEOF
16474 rm -f conftest.$ac_objext conftest$ac_exeext
16475 if { (ac_try="$ac_link"
16476 case "(($ac_try" in
16477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16478 *) ac_try_echo=$ac_try;;
16479 esac
16480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16481 (eval "$ac_link") 2>conftest.er1
16482 ac_status=$?
16483 grep -v '^ *+' conftest.er1 >conftest.err
16484 rm -f conftest.er1
16485 cat conftest.err >&5
16486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487 (exit $ac_status); } && {
16488 test -z "$ac_c_werror_flag" ||
16489 test ! -s conftest.err
16490 } && test -s conftest$ac_exeext &&
16491 $as_test_x conftest$ac_exeext; then
16492 ac_cv_cflags__Wtype_limits=yes
16493 else
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.$ac_ext >&5
16497 ac_cv_cflags__Wtype_limits=no
16500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16501 conftest$ac_exeext conftest.$ac_ext
16502 CFLAGS=$ac_wine_try_cflags_saved
16504 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16505 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16506 if test $ac_cv_cflags__Wtype_limits = yes; then
16507 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16511 saved_CFLAGS="$CFLAGS"
16512 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16513 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16514 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16515 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16517 else
16518 cat >conftest.$ac_ext <<_ACEOF
16519 /* confdefs.h. */
16520 _ACEOF
16521 cat confdefs.h >>conftest.$ac_ext
16522 cat >>conftest.$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 #include <string.h>
16526 main ()
16530 return 0;
16532 _ACEOF
16533 rm -f conftest.$ac_objext
16534 if { (ac_try="$ac_compile"
16535 case "(($ac_try" in
16536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16537 *) ac_try_echo=$ac_try;;
16538 esac
16539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16540 (eval "$ac_compile") 2>conftest.er1
16541 ac_status=$?
16542 grep -v '^ *+' conftest.er1 >conftest.err
16543 rm -f conftest.er1
16544 cat conftest.err >&5
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } && {
16547 test -z "$ac_c_werror_flag" ||
16548 test ! -s conftest.err
16549 } && test -s conftest.$ac_objext; then
16550 ac_cv_c_string_h_warnings=no
16551 else
16552 echo "$as_me: failed program was:" >&5
16553 sed 's/^/| /' conftest.$ac_ext >&5
16555 ac_cv_c_string_h_warnings=yes
16558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16560 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16561 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16562 CFLAGS="$saved_CFLAGS"
16563 if test "$ac_cv_c_string_h_warnings" = "no"
16564 then
16565 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16568 BUILTINFLAG=""
16570 saved_CFLAGS="$CFLAGS"
16571 CFLAGS="$CFLAGS -Werror"
16572 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16573 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16574 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16575 echo $ECHO_N "(cached) $ECHO_C" >&6
16576 else
16577 cat >conftest.$ac_ext <<_ACEOF
16578 /* confdefs.h. */
16579 _ACEOF
16580 cat confdefs.h >>conftest.$ac_ext
16581 cat >>conftest.$ac_ext <<_ACEOF
16582 /* end confdefs.h. */
16585 main ()
16587 int iswlower(unsigned short);
16589 return 0;
16591 _ACEOF
16592 rm -f conftest.$ac_objext
16593 if { (ac_try="$ac_compile"
16594 case "(($ac_try" in
16595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16596 *) ac_try_echo=$ac_try;;
16597 esac
16598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16599 (eval "$ac_compile") 2>conftest.er1
16600 ac_status=$?
16601 grep -v '^ *+' conftest.er1 >conftest.err
16602 rm -f conftest.er1
16603 cat conftest.err >&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } && {
16606 test -z "$ac_c_werror_flag" ||
16607 test ! -s conftest.err
16608 } && test -s conftest.$ac_objext; then
16609 ac_cv_c_builtin_wchar_ctype=no
16610 else
16611 echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.$ac_ext >&5
16614 ac_cv_c_builtin_wchar_ctype=yes
16617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16619 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16620 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16621 CFLAGS="$saved_CFLAGS"
16622 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16623 then
16624 BUILTINFLAG="-fno-builtin"
16629 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16630 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16631 if test "${ac_cv_asm_func_def+set}" = set; then
16632 echo $ECHO_N "(cached) $ECHO_C" >&6
16633 else
16634 cat >conftest.$ac_ext <<_ACEOF
16635 /* confdefs.h. */
16636 _ACEOF
16637 cat confdefs.h >>conftest.$ac_ext
16638 cat >>conftest.$ac_ext <<_ACEOF
16639 /* end confdefs.h. */
16642 main ()
16644 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16646 return 0;
16648 _ACEOF
16649 rm -f conftest.$ac_objext conftest$ac_exeext
16650 if { (ac_try="$ac_link"
16651 case "(($ac_try" in
16652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16653 *) ac_try_echo=$ac_try;;
16654 esac
16655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16656 (eval "$ac_link") 2>conftest.er1
16657 ac_status=$?
16658 grep -v '^ *+' conftest.er1 >conftest.err
16659 rm -f conftest.er1
16660 cat conftest.err >&5
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } && {
16663 test -z "$ac_c_werror_flag" ||
16664 test ! -s conftest.err
16665 } && test -s conftest$ac_exeext &&
16666 $as_test_x conftest$ac_exeext; then
16667 ac_cv_asm_func_def=".def"
16668 else
16669 echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.$ac_ext >&5
16672 cat >conftest.$ac_ext <<_ACEOF
16673 /* confdefs.h. */
16674 _ACEOF
16675 cat confdefs.h >>conftest.$ac_ext
16676 cat >>conftest.$ac_ext <<_ACEOF
16677 /* end confdefs.h. */
16680 main ()
16682 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16684 return 0;
16686 _ACEOF
16687 rm -f conftest.$ac_objext conftest$ac_exeext
16688 if { (ac_try="$ac_link"
16689 case "(($ac_try" in
16690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16691 *) ac_try_echo=$ac_try;;
16692 esac
16693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 (eval "$ac_link") 2>conftest.er1
16695 ac_status=$?
16696 grep -v '^ *+' conftest.er1 >conftest.err
16697 rm -f conftest.er1
16698 cat conftest.err >&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); } && {
16701 test -z "$ac_c_werror_flag" ||
16702 test ! -s conftest.err
16703 } && test -s conftest$ac_exeext &&
16704 $as_test_x conftest$ac_exeext; then
16705 ac_cv_asm_func_def=".type @function"
16706 else
16707 echo "$as_me: failed program was:" >&5
16708 sed 's/^/| /' conftest.$ac_ext >&5
16710 cat >conftest.$ac_ext <<_ACEOF
16711 /* confdefs.h. */
16712 _ACEOF
16713 cat confdefs.h >>conftest.$ac_ext
16714 cat >>conftest.$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16718 main ()
16720 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16722 return 0;
16724 _ACEOF
16725 rm -f conftest.$ac_objext conftest$ac_exeext
16726 if { (ac_try="$ac_link"
16727 case "(($ac_try" in
16728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16729 *) ac_try_echo=$ac_try;;
16730 esac
16731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16732 (eval "$ac_link") 2>conftest.er1
16733 ac_status=$?
16734 grep -v '^ *+' conftest.er1 >conftest.err
16735 rm -f conftest.er1
16736 cat conftest.err >&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); } && {
16739 test -z "$ac_c_werror_flag" ||
16740 test ! -s conftest.err
16741 } && test -s conftest$ac_exeext &&
16742 $as_test_x conftest$ac_exeext; then
16743 ac_cv_asm_func_def=".type 2"
16744 else
16745 echo "$as_me: failed program was:" >&5
16746 sed 's/^/| /' conftest.$ac_ext >&5
16748 ac_cv_asm_func_def="unknown"
16751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16752 conftest$ac_exeext conftest.$ac_ext
16755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16756 conftest$ac_exeext conftest.$ac_ext
16759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16760 conftest$ac_exeext conftest.$ac_ext
16762 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16763 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16767 case "$ac_cv_asm_func_def" in
16768 ".def")
16769 cat >>confdefs.h <<\_ACEOF
16770 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16771 _ACEOF
16773 ".type @function")
16774 cat >>confdefs.h <<\_ACEOF
16775 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16776 _ACEOF
16778 ".type 2")
16779 cat >>confdefs.h <<\_ACEOF
16780 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16781 _ACEOF
16784 cat >>confdefs.h <<\_ACEOF
16785 #define __ASM_FUNC(name) ""
16786 _ACEOF
16788 esac
16791 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16792 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16793 if test "${ac_cv_c_extern_prefix+set}" = set; then
16794 echo $ECHO_N "(cached) $ECHO_C" >&6
16795 else
16796 cat >conftest.$ac_ext <<_ACEOF
16797 /* confdefs.h. */
16798 _ACEOF
16799 cat confdefs.h >>conftest.$ac_ext
16800 cat >>conftest.$ac_ext <<_ACEOF
16801 /* end confdefs.h. */
16802 extern int ac_test;
16804 main ()
16806 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16808 return 0;
16810 _ACEOF
16811 rm -f conftest.$ac_objext conftest$ac_exeext
16812 if { (ac_try="$ac_link"
16813 case "(($ac_try" in
16814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16815 *) ac_try_echo=$ac_try;;
16816 esac
16817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818 (eval "$ac_link") 2>conftest.er1
16819 ac_status=$?
16820 grep -v '^ *+' conftest.er1 >conftest.err
16821 rm -f conftest.er1
16822 cat conftest.err >&5
16823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16824 (exit $ac_status); } && {
16825 test -z "$ac_c_werror_flag" ||
16826 test ! -s conftest.err
16827 } && test -s conftest$ac_exeext &&
16828 $as_test_x conftest$ac_exeext; then
16829 ac_cv_c_extern_prefix="yes"
16830 else
16831 echo "$as_me: failed program was:" >&5
16832 sed 's/^/| /' conftest.$ac_ext >&5
16834 ac_cv_c_extern_prefix="no"
16837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16838 conftest$ac_exeext conftest.$ac_ext
16840 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16841 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16845 if test "$ac_cv_c_extern_prefix" = "yes"
16846 then
16847 cat >>confdefs.h <<\_ACEOF
16848 #define __ASM_NAME(name) "_" name
16849 _ACEOF
16851 else
16852 cat >>confdefs.h <<\_ACEOF
16853 #define __ASM_NAME(name) name
16854 _ACEOF
16859 LDPATH=""
16861 case $build_os in
16862 cygwin*|mingw32*)
16863 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16865 darwin*|macosx*)
16867 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16868 then
16869 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16873 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16875 esac
16877 case $host_os in
16878 mingw32*)
16879 CRTLIBS="-lmsvcrt"
16881 SOCKETLIBS="-lws2_32"
16884 esac
16886 MAIN_BINARY="wine-pthread"
16887 case $host_cpu in
16888 *i[3456789]86*)
16889 case $host_os in
16890 linux* | k*bsd*-gnu)
16891 MAIN_BINARY="wine-glibc"
16893 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16895 freebsd*)
16896 MAIN_BINARY="wine-freebsd"
16898 EXTRA_BINARIES="wine-pthread"
16900 esac
16902 esac
16974 for ac_func in \
16975 _pclose \
16976 _popen \
16977 _snprintf \
16978 _spawnvp \
16979 _strdup \
16980 _stricmp \
16981 _strnicmp \
16982 _strtoi64 \
16983 _strtoui64 \
16984 _vsnprintf \
16985 asctime_r \
16986 chsize \
16987 clone \
16988 dlopen \
16989 epoll_create \
16990 ffs \
16991 finite \
16992 fork \
16993 fpclass \
16994 fstatfs \
16995 fstatvfs \
16996 ftruncate \
16997 futimes \
16998 futimesat \
16999 getdirentries \
17000 getopt_long \
17001 getpagesize \
17002 getpwuid \
17003 gettid \
17004 gettimeofday \
17005 getuid \
17006 inet_pton \
17007 kqueue \
17008 lstat \
17009 memmove \
17010 mmap \
17011 pclose \
17012 poll \
17013 popen \
17014 prctl \
17015 pread \
17016 pwrite \
17017 readlink \
17018 rfork \
17019 sched_yield \
17020 select \
17021 setproctitle \
17022 setrlimit \
17023 settimeofday \
17024 sigaltstack \
17025 sigprocmask \
17026 snprintf \
17027 spawnvp \
17028 statfs \
17029 statvfs \
17030 strcasecmp \
17031 strdup \
17032 strerror \
17033 strncasecmp \
17034 strtold \
17035 strtoll \
17036 strtoull \
17037 tcgetattr \
17038 thr_kill2 \
17039 timegm \
17040 usleep \
17041 vsnprintf \
17042 wait4 \
17043 waitpid \
17046 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17047 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17048 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17049 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17050 echo $ECHO_N "(cached) $ECHO_C" >&6
17051 else
17052 cat >conftest.$ac_ext <<_ACEOF
17053 /* confdefs.h. */
17054 _ACEOF
17055 cat confdefs.h >>conftest.$ac_ext
17056 cat >>conftest.$ac_ext <<_ACEOF
17057 /* end confdefs.h. */
17058 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17060 #define $ac_func innocuous_$ac_func
17062 /* System header to define __stub macros and hopefully few prototypes,
17063 which can conflict with char $ac_func (); below.
17064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17065 <limits.h> exists even on freestanding compilers. */
17067 #ifdef __STDC__
17068 # include <limits.h>
17069 #else
17070 # include <assert.h>
17071 #endif
17073 #undef $ac_func
17075 /* Override any GCC internal prototype to avoid an error.
17076 Use char because int might match the return type of a GCC
17077 builtin and then its argument prototype would still apply. */
17078 #ifdef __cplusplus
17079 extern "C"
17080 #endif
17081 char $ac_func ();
17082 /* The GNU C library defines this for functions which it implements
17083 to always fail with ENOSYS. Some functions are actually named
17084 something starting with __ and the normal name is an alias. */
17085 #if defined __stub_$ac_func || defined __stub___$ac_func
17086 choke me
17087 #endif
17090 main ()
17092 return $ac_func ();
17094 return 0;
17096 _ACEOF
17097 rm -f conftest.$ac_objext conftest$ac_exeext
17098 if { (ac_try="$ac_link"
17099 case "(($ac_try" in
17100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17101 *) ac_try_echo=$ac_try;;
17102 esac
17103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17104 (eval "$ac_link") 2>conftest.er1
17105 ac_status=$?
17106 grep -v '^ *+' conftest.er1 >conftest.err
17107 rm -f conftest.er1
17108 cat conftest.err >&5
17109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17110 (exit $ac_status); } && {
17111 test -z "$ac_c_werror_flag" ||
17112 test ! -s conftest.err
17113 } && test -s conftest$ac_exeext &&
17114 $as_test_x conftest$ac_exeext; then
17115 eval "$as_ac_var=yes"
17116 else
17117 echo "$as_me: failed program was:" >&5
17118 sed 's/^/| /' conftest.$ac_ext >&5
17120 eval "$as_ac_var=no"
17123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17124 conftest$ac_exeext conftest.$ac_ext
17126 ac_res=`eval echo '${'$as_ac_var'}'`
17127 { echo "$as_me:$LINENO: result: $ac_res" >&5
17128 echo "${ECHO_T}$ac_res" >&6; }
17129 if test `eval echo '${'$as_ac_var'}'` = yes; then
17130 cat >>confdefs.h <<_ACEOF
17131 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17132 _ACEOF
17135 done
17138 if test "$ac_cv_func_dlopen" = no
17139 then
17140 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17141 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17142 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17143 echo $ECHO_N "(cached) $ECHO_C" >&6
17144 else
17145 ac_check_lib_save_LIBS=$LIBS
17146 LIBS="-ldl $LIBS"
17147 cat >conftest.$ac_ext <<_ACEOF
17148 /* confdefs.h. */
17149 _ACEOF
17150 cat confdefs.h >>conftest.$ac_ext
17151 cat >>conftest.$ac_ext <<_ACEOF
17152 /* end confdefs.h. */
17154 /* Override any GCC internal prototype to avoid an error.
17155 Use char because int might match the return type of a GCC
17156 builtin and then its argument prototype would still apply. */
17157 #ifdef __cplusplus
17158 extern "C"
17159 #endif
17160 char dlopen ();
17162 main ()
17164 return dlopen ();
17166 return 0;
17168 _ACEOF
17169 rm -f conftest.$ac_objext conftest$ac_exeext
17170 if { (ac_try="$ac_link"
17171 case "(($ac_try" in
17172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17173 *) ac_try_echo=$ac_try;;
17174 esac
17175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17176 (eval "$ac_link") 2>conftest.er1
17177 ac_status=$?
17178 grep -v '^ *+' conftest.er1 >conftest.err
17179 rm -f conftest.er1
17180 cat conftest.err >&5
17181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17182 (exit $ac_status); } && {
17183 test -z "$ac_c_werror_flag" ||
17184 test ! -s conftest.err
17185 } && test -s conftest$ac_exeext &&
17186 $as_test_x conftest$ac_exeext; then
17187 ac_cv_lib_dl_dlopen=yes
17188 else
17189 echo "$as_me: failed program was:" >&5
17190 sed 's/^/| /' conftest.$ac_ext >&5
17192 ac_cv_lib_dl_dlopen=no
17195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17196 conftest$ac_exeext conftest.$ac_ext
17197 LIBS=$ac_check_lib_save_LIBS
17199 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17200 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17201 if test $ac_cv_lib_dl_dlopen = yes; then
17202 cat >>confdefs.h <<\_ACEOF
17203 #define HAVE_DLOPEN 1
17204 _ACEOF
17205 LIBDL="-ldl"
17210 ac_wine_check_funcs_save_LIBS="$LIBS"
17211 LIBS="$LIBS $LIBDL"
17213 for ac_func in dladdr
17215 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17218 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17219 echo $ECHO_N "(cached) $ECHO_C" >&6
17220 else
17221 cat >conftest.$ac_ext <<_ACEOF
17222 /* confdefs.h. */
17223 _ACEOF
17224 cat confdefs.h >>conftest.$ac_ext
17225 cat >>conftest.$ac_ext <<_ACEOF
17226 /* end confdefs.h. */
17227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17229 #define $ac_func innocuous_$ac_func
17231 /* System header to define __stub macros and hopefully few prototypes,
17232 which can conflict with char $ac_func (); below.
17233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17234 <limits.h> exists even on freestanding compilers. */
17236 #ifdef __STDC__
17237 # include <limits.h>
17238 #else
17239 # include <assert.h>
17240 #endif
17242 #undef $ac_func
17244 /* Override any GCC internal prototype to avoid an error.
17245 Use char because int might match the return type of a GCC
17246 builtin and then its argument prototype would still apply. */
17247 #ifdef __cplusplus
17248 extern "C"
17249 #endif
17250 char $ac_func ();
17251 /* The GNU C library defines this for functions which it implements
17252 to always fail with ENOSYS. Some functions are actually named
17253 something starting with __ and the normal name is an alias. */
17254 #if defined __stub_$ac_func || defined __stub___$ac_func
17255 choke me
17256 #endif
17259 main ()
17261 return $ac_func ();
17263 return 0;
17265 _ACEOF
17266 rm -f conftest.$ac_objext conftest$ac_exeext
17267 if { (ac_try="$ac_link"
17268 case "(($ac_try" in
17269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17270 *) ac_try_echo=$ac_try;;
17271 esac
17272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17273 (eval "$ac_link") 2>conftest.er1
17274 ac_status=$?
17275 grep -v '^ *+' conftest.er1 >conftest.err
17276 rm -f conftest.er1
17277 cat conftest.err >&5
17278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17279 (exit $ac_status); } && {
17280 test -z "$ac_c_werror_flag" ||
17281 test ! -s conftest.err
17282 } && test -s conftest$ac_exeext &&
17283 $as_test_x conftest$ac_exeext; then
17284 eval "$as_ac_var=yes"
17285 else
17286 echo "$as_me: failed program was:" >&5
17287 sed 's/^/| /' conftest.$ac_ext >&5
17289 eval "$as_ac_var=no"
17292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17293 conftest$ac_exeext conftest.$ac_ext
17295 ac_res=`eval echo '${'$as_ac_var'}'`
17296 { echo "$as_me:$LINENO: result: $ac_res" >&5
17297 echo "${ECHO_T}$ac_res" >&6; }
17298 if test `eval echo '${'$as_ac_var'}'` = yes; then
17299 cat >>confdefs.h <<_ACEOF
17300 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17301 _ACEOF
17304 done
17306 LIBS="$ac_wine_check_funcs_save_LIBS"
17308 if test "$ac_cv_func_poll" = no
17309 then
17310 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17311 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17312 if test "${ac_cv_lib_poll_poll+set}" = set; then
17313 echo $ECHO_N "(cached) $ECHO_C" >&6
17314 else
17315 ac_check_lib_save_LIBS=$LIBS
17316 LIBS="-lpoll $LIBS"
17317 cat >conftest.$ac_ext <<_ACEOF
17318 /* confdefs.h. */
17319 _ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17324 /* Override any GCC internal prototype to avoid an error.
17325 Use char because int might match the return type of a GCC
17326 builtin and then its argument prototype would still apply. */
17327 #ifdef __cplusplus
17328 extern "C"
17329 #endif
17330 char poll ();
17332 main ()
17334 return poll ();
17336 return 0;
17338 _ACEOF
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (ac_try="$ac_link"
17341 case "(($ac_try" in
17342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17343 *) ac_try_echo=$ac_try;;
17344 esac
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_link") 2>conftest.er1
17347 ac_status=$?
17348 grep -v '^ *+' conftest.er1 >conftest.err
17349 rm -f conftest.er1
17350 cat conftest.err >&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } && {
17353 test -z "$ac_c_werror_flag" ||
17354 test ! -s conftest.err
17355 } && test -s conftest$ac_exeext &&
17356 $as_test_x conftest$ac_exeext; then
17357 ac_cv_lib_poll_poll=yes
17358 else
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17362 ac_cv_lib_poll_poll=no
17365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17366 conftest$ac_exeext conftest.$ac_ext
17367 LIBS=$ac_check_lib_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17370 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17371 if test $ac_cv_lib_poll_poll = yes; then
17372 cat >>confdefs.h <<\_ACEOF
17373 #define HAVE_POLL 1
17374 _ACEOF
17375 LIBPOLL="-lpoll"
17381 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17382 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17383 if test "${ac_cv_search_gethostbyname+set}" = set; then
17384 echo $ECHO_N "(cached) $ECHO_C" >&6
17385 else
17386 ac_func_search_save_LIBS=$LIBS
17387 cat >conftest.$ac_ext <<_ACEOF
17388 /* confdefs.h. */
17389 _ACEOF
17390 cat confdefs.h >>conftest.$ac_ext
17391 cat >>conftest.$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17394 /* Override any GCC internal prototype to avoid an error.
17395 Use char because int might match the return type of a GCC
17396 builtin and then its argument prototype would still apply. */
17397 #ifdef __cplusplus
17398 extern "C"
17399 #endif
17400 char gethostbyname ();
17402 main ()
17404 return gethostbyname ();
17406 return 0;
17408 _ACEOF
17409 for ac_lib in '' nsl; do
17410 if test -z "$ac_lib"; then
17411 ac_res="none required"
17412 else
17413 ac_res=-l$ac_lib
17414 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17416 rm -f conftest.$ac_objext conftest$ac_exeext
17417 if { (ac_try="$ac_link"
17418 case "(($ac_try" in
17419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17420 *) ac_try_echo=$ac_try;;
17421 esac
17422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17423 (eval "$ac_link") 2>conftest.er1
17424 ac_status=$?
17425 grep -v '^ *+' conftest.er1 >conftest.err
17426 rm -f conftest.er1
17427 cat conftest.err >&5
17428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17429 (exit $ac_status); } && {
17430 test -z "$ac_c_werror_flag" ||
17431 test ! -s conftest.err
17432 } && test -s conftest$ac_exeext &&
17433 $as_test_x conftest$ac_exeext; then
17434 ac_cv_search_gethostbyname=$ac_res
17435 else
17436 echo "$as_me: failed program was:" >&5
17437 sed 's/^/| /' conftest.$ac_ext >&5
17442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17443 conftest$ac_exeext
17444 if test "${ac_cv_search_gethostbyname+set}" = set; then
17445 break
17447 done
17448 if test "${ac_cv_search_gethostbyname+set}" = set; then
17450 else
17451 ac_cv_search_gethostbyname=no
17453 rm conftest.$ac_ext
17454 LIBS=$ac_func_search_save_LIBS
17456 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17457 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17458 ac_res=$ac_cv_search_gethostbyname
17459 if test "$ac_res" != no; then
17460 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17465 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17466 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17467 if test "${ac_cv_search_connect+set}" = set; then
17468 echo $ECHO_N "(cached) $ECHO_C" >&6
17469 else
17470 ac_func_search_save_LIBS=$LIBS
17471 cat >conftest.$ac_ext <<_ACEOF
17472 /* confdefs.h. */
17473 _ACEOF
17474 cat confdefs.h >>conftest.$ac_ext
17475 cat >>conftest.$ac_ext <<_ACEOF
17476 /* end confdefs.h. */
17478 /* Override any GCC internal prototype to avoid an error.
17479 Use char because int might match the return type of a GCC
17480 builtin and then its argument prototype would still apply. */
17481 #ifdef __cplusplus
17482 extern "C"
17483 #endif
17484 char connect ();
17486 main ()
17488 return connect ();
17490 return 0;
17492 _ACEOF
17493 for ac_lib in '' socket; do
17494 if test -z "$ac_lib"; then
17495 ac_res="none required"
17496 else
17497 ac_res=-l$ac_lib
17498 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17500 rm -f conftest.$ac_objext conftest$ac_exeext
17501 if { (ac_try="$ac_link"
17502 case "(($ac_try" in
17503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17505 esac
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_link") 2>conftest.er1
17508 ac_status=$?
17509 grep -v '^ *+' conftest.er1 >conftest.err
17510 rm -f conftest.er1
17511 cat conftest.err >&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } && {
17514 test -z "$ac_c_werror_flag" ||
17515 test ! -s conftest.err
17516 } && test -s conftest$ac_exeext &&
17517 $as_test_x conftest$ac_exeext; then
17518 ac_cv_search_connect=$ac_res
17519 else
17520 echo "$as_me: failed program was:" >&5
17521 sed 's/^/| /' conftest.$ac_ext >&5
17526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17527 conftest$ac_exeext
17528 if test "${ac_cv_search_connect+set}" = set; then
17529 break
17531 done
17532 if test "${ac_cv_search_connect+set}" = set; then
17534 else
17535 ac_cv_search_connect=no
17537 rm conftest.$ac_ext
17538 LIBS=$ac_func_search_save_LIBS
17540 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17541 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17542 ac_res=$ac_cv_search_connect
17543 if test "$ac_res" != no; then
17544 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17549 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17550 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17551 if test "${ac_cv_search_inet_aton+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17553 else
17554 ac_func_search_save_LIBS=$LIBS
17555 cat >conftest.$ac_ext <<_ACEOF
17556 /* confdefs.h. */
17557 _ACEOF
17558 cat confdefs.h >>conftest.$ac_ext
17559 cat >>conftest.$ac_ext <<_ACEOF
17560 /* end confdefs.h. */
17562 /* Override any GCC internal prototype to avoid an error.
17563 Use char because int might match the return type of a GCC
17564 builtin and then its argument prototype would still apply. */
17565 #ifdef __cplusplus
17566 extern "C"
17567 #endif
17568 char inet_aton ();
17570 main ()
17572 return inet_aton ();
17574 return 0;
17576 _ACEOF
17577 for ac_lib in '' resolv; do
17578 if test -z "$ac_lib"; then
17579 ac_res="none required"
17580 else
17581 ac_res=-l$ac_lib
17582 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17584 rm -f conftest.$ac_objext conftest$ac_exeext
17585 if { (ac_try="$ac_link"
17586 case "(($ac_try" in
17587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17588 *) ac_try_echo=$ac_try;;
17589 esac
17590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17591 (eval "$ac_link") 2>conftest.er1
17592 ac_status=$?
17593 grep -v '^ *+' conftest.er1 >conftest.err
17594 rm -f conftest.er1
17595 cat conftest.err >&5
17596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17597 (exit $ac_status); } && {
17598 test -z "$ac_c_werror_flag" ||
17599 test ! -s conftest.err
17600 } && test -s conftest$ac_exeext &&
17601 $as_test_x conftest$ac_exeext; then
17602 ac_cv_search_inet_aton=$ac_res
17603 else
17604 echo "$as_me: failed program was:" >&5
17605 sed 's/^/| /' conftest.$ac_ext >&5
17610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17611 conftest$ac_exeext
17612 if test "${ac_cv_search_inet_aton+set}" = set; then
17613 break
17615 done
17616 if test "${ac_cv_search_inet_aton+set}" = set; then
17618 else
17619 ac_cv_search_inet_aton=no
17621 rm conftest.$ac_ext
17622 LIBS=$ac_func_search_save_LIBS
17624 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17625 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17626 ac_res=$ac_cv_search_inet_aton
17627 if test "$ac_res" != no; then
17628 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17641 for ac_func in \
17642 getaddrinfo \
17643 getnameinfo \
17644 getnetbyname \
17645 getprotobyname \
17646 getprotobynumber \
17647 getservbyport \
17648 inet_network \
17649 sendmsg \
17652 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17653 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17654 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17655 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17656 echo $ECHO_N "(cached) $ECHO_C" >&6
17657 else
17658 cat >conftest.$ac_ext <<_ACEOF
17659 /* confdefs.h. */
17660 _ACEOF
17661 cat confdefs.h >>conftest.$ac_ext
17662 cat >>conftest.$ac_ext <<_ACEOF
17663 /* end confdefs.h. */
17664 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17665 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17666 #define $ac_func innocuous_$ac_func
17668 /* System header to define __stub macros and hopefully few prototypes,
17669 which can conflict with char $ac_func (); below.
17670 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17671 <limits.h> exists even on freestanding compilers. */
17673 #ifdef __STDC__
17674 # include <limits.h>
17675 #else
17676 # include <assert.h>
17677 #endif
17679 #undef $ac_func
17681 /* Override any GCC internal prototype to avoid an error.
17682 Use char because int might match the return type of a GCC
17683 builtin and then its argument prototype would still apply. */
17684 #ifdef __cplusplus
17685 extern "C"
17686 #endif
17687 char $ac_func ();
17688 /* The GNU C library defines this for functions which it implements
17689 to always fail with ENOSYS. Some functions are actually named
17690 something starting with __ and the normal name is an alias. */
17691 #if defined __stub_$ac_func || defined __stub___$ac_func
17692 choke me
17693 #endif
17696 main ()
17698 return $ac_func ();
17700 return 0;
17702 _ACEOF
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707 *) ac_try_echo=$ac_try;;
17708 esac
17709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17710 (eval "$ac_link") 2>conftest.er1
17711 ac_status=$?
17712 grep -v '^ *+' conftest.er1 >conftest.err
17713 rm -f conftest.er1
17714 cat conftest.err >&5
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); } && {
17717 test -z "$ac_c_werror_flag" ||
17718 test ! -s conftest.err
17719 } && test -s conftest$ac_exeext &&
17720 $as_test_x conftest$ac_exeext; then
17721 eval "$as_ac_var=yes"
17722 else
17723 echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.$ac_ext >&5
17726 eval "$as_ac_var=no"
17729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17730 conftest$ac_exeext conftest.$ac_ext
17732 ac_res=`eval echo '${'$as_ac_var'}'`
17733 { echo "$as_me:$LINENO: result: $ac_res" >&5
17734 echo "${ECHO_T}$ac_res" >&6; }
17735 if test `eval echo '${'$as_ac_var'}'` = yes; then
17736 cat >>confdefs.h <<_ACEOF
17737 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17738 _ACEOF
17741 done
17744 LDAPLIBS=""
17746 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17747 then
17748 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17749 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17750 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17751 echo $ECHO_N "(cached) $ECHO_C" >&6
17752 else
17753 cat >conftest.$ac_ext <<_ACEOF
17754 /* confdefs.h. */
17755 _ACEOF
17756 cat confdefs.h >>conftest.$ac_ext
17757 cat >>conftest.$ac_ext <<_ACEOF
17758 /* end confdefs.h. */
17759 #include <ldap.h>
17761 typedef LDAPSortKey ac__type_new_;
17763 main ()
17765 if ((ac__type_new_ *) 0)
17766 return 0;
17767 if (sizeof (ac__type_new_))
17768 return 0;
17770 return 0;
17772 _ACEOF
17773 rm -f conftest.$ac_objext
17774 if { (ac_try="$ac_compile"
17775 case "(($ac_try" in
17776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17777 *) ac_try_echo=$ac_try;;
17778 esac
17779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17780 (eval "$ac_compile") 2>conftest.er1
17781 ac_status=$?
17782 grep -v '^ *+' conftest.er1 >conftest.err
17783 rm -f conftest.er1
17784 cat conftest.err >&5
17785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17786 (exit $ac_status); } && {
17787 test -z "$ac_c_werror_flag" ||
17788 test ! -s conftest.err
17789 } && test -s conftest.$ac_objext; then
17790 ac_cv_type_LDAPSortKey=yes
17791 else
17792 echo "$as_me: failed program was:" >&5
17793 sed 's/^/| /' conftest.$ac_ext >&5
17795 ac_cv_type_LDAPSortKey=no
17798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17800 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17801 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17802 if test $ac_cv_type_LDAPSortKey = yes; then
17803 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17804 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17805 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17807 else
17808 ac_check_lib_save_LIBS=$LIBS
17809 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17810 cat >conftest.$ac_ext <<_ACEOF
17811 /* confdefs.h. */
17812 _ACEOF
17813 cat confdefs.h >>conftest.$ac_ext
17814 cat >>conftest.$ac_ext <<_ACEOF
17815 /* end confdefs.h. */
17817 /* Override any GCC internal prototype to avoid an error.
17818 Use char because int might match the return type of a GCC
17819 builtin and then its argument prototype would still apply. */
17820 #ifdef __cplusplus
17821 extern "C"
17822 #endif
17823 char ldap_initialize ();
17825 main ()
17827 return ldap_initialize ();
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17839 (eval "$ac_link") 2>conftest.er1
17840 ac_status=$?
17841 grep -v '^ *+' conftest.er1 >conftest.err
17842 rm -f conftest.er1
17843 cat conftest.err >&5
17844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17845 (exit $ac_status); } && {
17846 test -z "$ac_c_werror_flag" ||
17847 test ! -s conftest.err
17848 } && test -s conftest$ac_exeext &&
17849 $as_test_x conftest$ac_exeext; then
17850 ac_cv_lib_ldap_r_ldap_initialize=yes
17851 else
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.$ac_ext >&5
17855 ac_cv_lib_ldap_r_ldap_initialize=no
17858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17859 conftest$ac_exeext conftest.$ac_ext
17860 LIBS=$ac_check_lib_save_LIBS
17862 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17863 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17864 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17865 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17866 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17867 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17868 echo $ECHO_N "(cached) $ECHO_C" >&6
17869 else
17870 ac_check_lib_save_LIBS=$LIBS
17871 LIBS="-llber $LIBPTHREAD $LIBS"
17872 cat >conftest.$ac_ext <<_ACEOF
17873 /* confdefs.h. */
17874 _ACEOF
17875 cat confdefs.h >>conftest.$ac_ext
17876 cat >>conftest.$ac_ext <<_ACEOF
17877 /* end confdefs.h. */
17879 /* Override any GCC internal prototype to avoid an error.
17880 Use char because int might match the return type of a GCC
17881 builtin and then its argument prototype would still apply. */
17882 #ifdef __cplusplus
17883 extern "C"
17884 #endif
17885 char ber_init ();
17887 main ()
17889 return ber_init ();
17891 return 0;
17893 _ACEOF
17894 rm -f conftest.$ac_objext conftest$ac_exeext
17895 if { (ac_try="$ac_link"
17896 case "(($ac_try" in
17897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17898 *) ac_try_echo=$ac_try;;
17899 esac
17900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17901 (eval "$ac_link") 2>conftest.er1
17902 ac_status=$?
17903 grep -v '^ *+' conftest.er1 >conftest.err
17904 rm -f conftest.er1
17905 cat conftest.err >&5
17906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17907 (exit $ac_status); } && {
17908 test -z "$ac_c_werror_flag" ||
17909 test ! -s conftest.err
17910 } && test -s conftest$ac_exeext &&
17911 $as_test_x conftest$ac_exeext; then
17912 ac_cv_lib_lber_ber_init=yes
17913 else
17914 echo "$as_me: failed program was:" >&5
17915 sed 's/^/| /' conftest.$ac_ext >&5
17917 ac_cv_lib_lber_ber_init=no
17920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17921 conftest$ac_exeext conftest.$ac_ext
17922 LIBS=$ac_check_lib_save_LIBS
17924 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17925 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17926 if test $ac_cv_lib_lber_ber_init = yes; then
17928 cat >>confdefs.h <<\_ACEOF
17929 #define HAVE_LDAP 1
17930 _ACEOF
17932 LDAPLIBS="-lldap_r -llber"
17939 ac_wine_check_funcs_save_LIBS="$LIBS"
17940 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17949 for ac_func in \
17950 ldap_count_references \
17951 ldap_first_reference \
17952 ldap_next_reference \
17953 ldap_parse_reference \
17954 ldap_parse_sort_control \
17955 ldap_parse_sortresponse_control \
17956 ldap_parse_vlv_control \
17957 ldap_parse_vlvresponse_control
17959 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17960 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17961 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17963 echo $ECHO_N "(cached) $ECHO_C" >&6
17964 else
17965 cat >conftest.$ac_ext <<_ACEOF
17966 /* confdefs.h. */
17967 _ACEOF
17968 cat confdefs.h >>conftest.$ac_ext
17969 cat >>conftest.$ac_ext <<_ACEOF
17970 /* end confdefs.h. */
17971 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17973 #define $ac_func innocuous_$ac_func
17975 /* System header to define __stub macros and hopefully few prototypes,
17976 which can conflict with char $ac_func (); below.
17977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17978 <limits.h> exists even on freestanding compilers. */
17980 #ifdef __STDC__
17981 # include <limits.h>
17982 #else
17983 # include <assert.h>
17984 #endif
17986 #undef $ac_func
17988 /* Override any GCC internal prototype to avoid an error.
17989 Use char because int might match the return type of a GCC
17990 builtin and then its argument prototype would still apply. */
17991 #ifdef __cplusplus
17992 extern "C"
17993 #endif
17994 char $ac_func ();
17995 /* The GNU C library defines this for functions which it implements
17996 to always fail with ENOSYS. Some functions are actually named
17997 something starting with __ and the normal name is an alias. */
17998 #if defined __stub_$ac_func || defined __stub___$ac_func
17999 choke me
18000 #endif
18003 main ()
18005 return $ac_func ();
18007 return 0;
18009 _ACEOF
18010 rm -f conftest.$ac_objext conftest$ac_exeext
18011 if { (ac_try="$ac_link"
18012 case "(($ac_try" in
18013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18014 *) ac_try_echo=$ac_try;;
18015 esac
18016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18017 (eval "$ac_link") 2>conftest.er1
18018 ac_status=$?
18019 grep -v '^ *+' conftest.er1 >conftest.err
18020 rm -f conftest.er1
18021 cat conftest.err >&5
18022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18023 (exit $ac_status); } && {
18024 test -z "$ac_c_werror_flag" ||
18025 test ! -s conftest.err
18026 } && test -s conftest$ac_exeext &&
18027 $as_test_x conftest$ac_exeext; then
18028 eval "$as_ac_var=yes"
18029 else
18030 echo "$as_me: failed program was:" >&5
18031 sed 's/^/| /' conftest.$ac_ext >&5
18033 eval "$as_ac_var=no"
18036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18037 conftest$ac_exeext conftest.$ac_ext
18039 ac_res=`eval echo '${'$as_ac_var'}'`
18040 { echo "$as_me:$LINENO: result: $ac_res" >&5
18041 echo "${ECHO_T}$ac_res" >&6; }
18042 if test `eval echo '${'$as_ac_var'}'` = yes; then
18043 cat >>confdefs.h <<_ACEOF
18044 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18045 _ACEOF
18048 done
18050 LIBS="$ac_wine_check_funcs_save_LIBS"
18052 if test "x$LDAPLIBS" = "x"; then
18053 case "x$with_ldap" in
18054 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18055 xno) ;;
18056 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18057 This is an error since --with-ldap was requested." >&5
18058 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18059 This is an error since --with-ldap was requested." >&2;}
18060 { (exit 1); exit 1; }; } ;;
18061 esac
18066 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18067 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18068 if test "${ac_cv_c_const+set}" = set; then
18069 echo $ECHO_N "(cached) $ECHO_C" >&6
18070 else
18071 cat >conftest.$ac_ext <<_ACEOF
18072 /* confdefs.h. */
18073 _ACEOF
18074 cat confdefs.h >>conftest.$ac_ext
18075 cat >>conftest.$ac_ext <<_ACEOF
18076 /* end confdefs.h. */
18079 main ()
18081 /* FIXME: Include the comments suggested by Paul. */
18082 #ifndef __cplusplus
18083 /* Ultrix mips cc rejects this. */
18084 typedef int charset[2];
18085 const charset cs;
18086 /* SunOS 4.1.1 cc rejects this. */
18087 char const *const *pcpcc;
18088 char **ppc;
18089 /* NEC SVR4.0.2 mips cc rejects this. */
18090 struct point {int x, y;};
18091 static struct point const zero = {0,0};
18092 /* AIX XL C 1.02.0.0 rejects this.
18093 It does not let you subtract one const X* pointer from another in
18094 an arm of an if-expression whose if-part is not a constant
18095 expression */
18096 const char *g = "string";
18097 pcpcc = &g + (g ? g-g : 0);
18098 /* HPUX 7.0 cc rejects these. */
18099 ++pcpcc;
18100 ppc = (char**) pcpcc;
18101 pcpcc = (char const *const *) ppc;
18102 { /* SCO 3.2v4 cc rejects this. */
18103 char *t;
18104 char const *s = 0 ? (char *) 0 : (char const *) 0;
18106 *t++ = 0;
18107 if (s) return 0;
18109 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18110 int x[] = {25, 17};
18111 const int *foo = &x[0];
18112 ++foo;
18114 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18115 typedef const int *iptr;
18116 iptr p = 0;
18117 ++p;
18119 { /* AIX XL C 1.02.0.0 rejects this saying
18120 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18121 struct s { int j; const int *ap[3]; };
18122 struct s *b; b->j = 5;
18124 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18125 const int foo = 10;
18126 if (!foo) return 0;
18128 return !cs[0] && !zero.x;
18129 #endif
18132 return 0;
18134 _ACEOF
18135 rm -f conftest.$ac_objext
18136 if { (ac_try="$ac_compile"
18137 case "(($ac_try" in
18138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18139 *) ac_try_echo=$ac_try;;
18140 esac
18141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18142 (eval "$ac_compile") 2>conftest.er1
18143 ac_status=$?
18144 grep -v '^ *+' conftest.er1 >conftest.err
18145 rm -f conftest.er1
18146 cat conftest.err >&5
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && {
18149 test -z "$ac_c_werror_flag" ||
18150 test ! -s conftest.err
18151 } && test -s conftest.$ac_objext; then
18152 ac_cv_c_const=yes
18153 else
18154 echo "$as_me: failed program was:" >&5
18155 sed 's/^/| /' conftest.$ac_ext >&5
18157 ac_cv_c_const=no
18160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18162 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18163 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18164 if test $ac_cv_c_const = no; then
18166 cat >>confdefs.h <<\_ACEOF
18167 #define const
18168 _ACEOF
18172 { echo "$as_me:$LINENO: checking for inline" >&5
18173 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18174 if test "${ac_cv_c_inline+set}" = set; then
18175 echo $ECHO_N "(cached) $ECHO_C" >&6
18176 else
18177 ac_cv_c_inline=no
18178 for ac_kw in inline __inline__ __inline; do
18179 cat >conftest.$ac_ext <<_ACEOF
18180 /* confdefs.h. */
18181 _ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h. */
18185 #ifndef __cplusplus
18186 typedef int foo_t;
18187 static $ac_kw foo_t static_foo () {return 0; }
18188 $ac_kw foo_t foo () {return 0; }
18189 #endif
18191 _ACEOF
18192 rm -f conftest.$ac_objext
18193 if { (ac_try="$ac_compile"
18194 case "(($ac_try" in
18195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18196 *) ac_try_echo=$ac_try;;
18197 esac
18198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18199 (eval "$ac_compile") 2>conftest.er1
18200 ac_status=$?
18201 grep -v '^ *+' conftest.er1 >conftest.err
18202 rm -f conftest.er1
18203 cat conftest.err >&5
18204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18205 (exit $ac_status); } && {
18206 test -z "$ac_c_werror_flag" ||
18207 test ! -s conftest.err
18208 } && test -s conftest.$ac_objext; then
18209 ac_cv_c_inline=$ac_kw
18210 else
18211 echo "$as_me: failed program was:" >&5
18212 sed 's/^/| /' conftest.$ac_ext >&5
18217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18218 test "$ac_cv_c_inline" != no && break
18219 done
18222 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18223 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18226 case $ac_cv_c_inline in
18227 inline | yes) ;;
18229 case $ac_cv_c_inline in
18230 no) ac_val=;;
18231 *) ac_val=$ac_cv_c_inline;;
18232 esac
18233 cat >>confdefs.h <<_ACEOF
18234 #ifndef __cplusplus
18235 #define inline $ac_val
18236 #endif
18237 _ACEOF
18239 esac
18241 { echo "$as_me:$LINENO: checking for mode_t" >&5
18242 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18243 if test "${ac_cv_type_mode_t+set}" = set; then
18244 echo $ECHO_N "(cached) $ECHO_C" >&6
18245 else
18246 cat >conftest.$ac_ext <<_ACEOF
18247 /* confdefs.h. */
18248 _ACEOF
18249 cat confdefs.h >>conftest.$ac_ext
18250 cat >>conftest.$ac_ext <<_ACEOF
18251 /* end confdefs.h. */
18252 $ac_includes_default
18253 typedef mode_t ac__type_new_;
18255 main ()
18257 if ((ac__type_new_ *) 0)
18258 return 0;
18259 if (sizeof (ac__type_new_))
18260 return 0;
18262 return 0;
18264 _ACEOF
18265 rm -f conftest.$ac_objext
18266 if { (ac_try="$ac_compile"
18267 case "(($ac_try" in
18268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18269 *) ac_try_echo=$ac_try;;
18270 esac
18271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18272 (eval "$ac_compile") 2>conftest.er1
18273 ac_status=$?
18274 grep -v '^ *+' conftest.er1 >conftest.err
18275 rm -f conftest.er1
18276 cat conftest.err >&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } && {
18279 test -z "$ac_c_werror_flag" ||
18280 test ! -s conftest.err
18281 } && test -s conftest.$ac_objext; then
18282 ac_cv_type_mode_t=yes
18283 else
18284 echo "$as_me: failed program was:" >&5
18285 sed 's/^/| /' conftest.$ac_ext >&5
18287 ac_cv_type_mode_t=no
18290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18292 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18293 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18294 if test $ac_cv_type_mode_t = yes; then
18296 cat >>confdefs.h <<_ACEOF
18297 #define HAVE_MODE_T 1
18298 _ACEOF
18302 { echo "$as_me:$LINENO: checking for off_t" >&5
18303 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18304 if test "${ac_cv_type_off_t+set}" = set; then
18305 echo $ECHO_N "(cached) $ECHO_C" >&6
18306 else
18307 cat >conftest.$ac_ext <<_ACEOF
18308 /* confdefs.h. */
18309 _ACEOF
18310 cat confdefs.h >>conftest.$ac_ext
18311 cat >>conftest.$ac_ext <<_ACEOF
18312 /* end confdefs.h. */
18313 $ac_includes_default
18314 typedef off_t ac__type_new_;
18316 main ()
18318 if ((ac__type_new_ *) 0)
18319 return 0;
18320 if (sizeof (ac__type_new_))
18321 return 0;
18323 return 0;
18325 _ACEOF
18326 rm -f conftest.$ac_objext
18327 if { (ac_try="$ac_compile"
18328 case "(($ac_try" in
18329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18330 *) ac_try_echo=$ac_try;;
18331 esac
18332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18333 (eval "$ac_compile") 2>conftest.er1
18334 ac_status=$?
18335 grep -v '^ *+' conftest.er1 >conftest.err
18336 rm -f conftest.er1
18337 cat conftest.err >&5
18338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); } && {
18340 test -z "$ac_c_werror_flag" ||
18341 test ! -s conftest.err
18342 } && test -s conftest.$ac_objext; then
18343 ac_cv_type_off_t=yes
18344 else
18345 echo "$as_me: failed program was:" >&5
18346 sed 's/^/| /' conftest.$ac_ext >&5
18348 ac_cv_type_off_t=no
18351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18353 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18354 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18355 if test $ac_cv_type_off_t = yes; then
18357 cat >>confdefs.h <<_ACEOF
18358 #define HAVE_OFF_T 1
18359 _ACEOF
18363 { echo "$as_me:$LINENO: checking for pid_t" >&5
18364 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18365 if test "${ac_cv_type_pid_t+set}" = set; then
18366 echo $ECHO_N "(cached) $ECHO_C" >&6
18367 else
18368 cat >conftest.$ac_ext <<_ACEOF
18369 /* confdefs.h. */
18370 _ACEOF
18371 cat confdefs.h >>conftest.$ac_ext
18372 cat >>conftest.$ac_ext <<_ACEOF
18373 /* end confdefs.h. */
18374 $ac_includes_default
18375 typedef pid_t ac__type_new_;
18377 main ()
18379 if ((ac__type_new_ *) 0)
18380 return 0;
18381 if (sizeof (ac__type_new_))
18382 return 0;
18384 return 0;
18386 _ACEOF
18387 rm -f conftest.$ac_objext
18388 if { (ac_try="$ac_compile"
18389 case "(($ac_try" in
18390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18391 *) ac_try_echo=$ac_try;;
18392 esac
18393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18394 (eval "$ac_compile") 2>conftest.er1
18395 ac_status=$?
18396 grep -v '^ *+' conftest.er1 >conftest.err
18397 rm -f conftest.er1
18398 cat conftest.err >&5
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest.$ac_objext; then
18404 ac_cv_type_pid_t=yes
18405 else
18406 echo "$as_me: failed program was:" >&5
18407 sed 's/^/| /' conftest.$ac_ext >&5
18409 ac_cv_type_pid_t=no
18412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18414 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18415 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18416 if test $ac_cv_type_pid_t = yes; then
18418 cat >>confdefs.h <<_ACEOF
18419 #define HAVE_PID_T 1
18420 _ACEOF
18424 { echo "$as_me:$LINENO: checking for size_t" >&5
18425 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18426 if test "${ac_cv_type_size_t+set}" = set; then
18427 echo $ECHO_N "(cached) $ECHO_C" >&6
18428 else
18429 cat >conftest.$ac_ext <<_ACEOF
18430 /* confdefs.h. */
18431 _ACEOF
18432 cat confdefs.h >>conftest.$ac_ext
18433 cat >>conftest.$ac_ext <<_ACEOF
18434 /* end confdefs.h. */
18435 $ac_includes_default
18436 typedef size_t ac__type_new_;
18438 main ()
18440 if ((ac__type_new_ *) 0)
18441 return 0;
18442 if (sizeof (ac__type_new_))
18443 return 0;
18445 return 0;
18447 _ACEOF
18448 rm -f conftest.$ac_objext
18449 if { (ac_try="$ac_compile"
18450 case "(($ac_try" in
18451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18452 *) ac_try_echo=$ac_try;;
18453 esac
18454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18455 (eval "$ac_compile") 2>conftest.er1
18456 ac_status=$?
18457 grep -v '^ *+' conftest.er1 >conftest.err
18458 rm -f conftest.er1
18459 cat conftest.err >&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); } && {
18462 test -z "$ac_c_werror_flag" ||
18463 test ! -s conftest.err
18464 } && test -s conftest.$ac_objext; then
18465 ac_cv_type_size_t=yes
18466 else
18467 echo "$as_me: failed program was:" >&5
18468 sed 's/^/| /' conftest.$ac_ext >&5
18470 ac_cv_type_size_t=no
18473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18475 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18476 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18477 if test $ac_cv_type_size_t = yes; then
18479 cat >>confdefs.h <<_ACEOF
18480 #define HAVE_SIZE_T 1
18481 _ACEOF
18485 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18486 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18487 if test "${ac_cv_type_ssize_t+set}" = set; then
18488 echo $ECHO_N "(cached) $ECHO_C" >&6
18489 else
18490 cat >conftest.$ac_ext <<_ACEOF
18491 /* confdefs.h. */
18492 _ACEOF
18493 cat confdefs.h >>conftest.$ac_ext
18494 cat >>conftest.$ac_ext <<_ACEOF
18495 /* end confdefs.h. */
18496 $ac_includes_default
18497 typedef ssize_t ac__type_new_;
18499 main ()
18501 if ((ac__type_new_ *) 0)
18502 return 0;
18503 if (sizeof (ac__type_new_))
18504 return 0;
18506 return 0;
18508 _ACEOF
18509 rm -f conftest.$ac_objext
18510 if { (ac_try="$ac_compile"
18511 case "(($ac_try" in
18512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18513 *) ac_try_echo=$ac_try;;
18514 esac
18515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18516 (eval "$ac_compile") 2>conftest.er1
18517 ac_status=$?
18518 grep -v '^ *+' conftest.er1 >conftest.err
18519 rm -f conftest.er1
18520 cat conftest.err >&5
18521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18522 (exit $ac_status); } && {
18523 test -z "$ac_c_werror_flag" ||
18524 test ! -s conftest.err
18525 } && test -s conftest.$ac_objext; then
18526 ac_cv_type_ssize_t=yes
18527 else
18528 echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.$ac_ext >&5
18531 ac_cv_type_ssize_t=no
18534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18536 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18537 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18538 if test $ac_cv_type_ssize_t = yes; then
18540 cat >>confdefs.h <<_ACEOF
18541 #define HAVE_SSIZE_T 1
18542 _ACEOF
18546 { echo "$as_me:$LINENO: checking for long long" >&5
18547 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18548 if test "${ac_cv_type_long_long+set}" = set; then
18549 echo $ECHO_N "(cached) $ECHO_C" >&6
18550 else
18551 cat >conftest.$ac_ext <<_ACEOF
18552 /* confdefs.h. */
18553 _ACEOF
18554 cat confdefs.h >>conftest.$ac_ext
18555 cat >>conftest.$ac_ext <<_ACEOF
18556 /* end confdefs.h. */
18557 $ac_includes_default
18558 typedef long long ac__type_new_;
18560 main ()
18562 if ((ac__type_new_ *) 0)
18563 return 0;
18564 if (sizeof (ac__type_new_))
18565 return 0;
18567 return 0;
18569 _ACEOF
18570 rm -f conftest.$ac_objext
18571 if { (ac_try="$ac_compile"
18572 case "(($ac_try" in
18573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18574 *) ac_try_echo=$ac_try;;
18575 esac
18576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18577 (eval "$ac_compile") 2>conftest.er1
18578 ac_status=$?
18579 grep -v '^ *+' conftest.er1 >conftest.err
18580 rm -f conftest.er1
18581 cat conftest.err >&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest.$ac_objext; then
18587 ac_cv_type_long_long=yes
18588 else
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.$ac_ext >&5
18592 ac_cv_type_long_long=no
18595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18597 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18598 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18599 if test $ac_cv_type_long_long = yes; then
18601 cat >>confdefs.h <<_ACEOF
18602 #define HAVE_LONG_LONG 1
18603 _ACEOF
18607 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18608 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18609 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18611 else
18612 cat >conftest.$ac_ext <<_ACEOF
18613 /* confdefs.h. */
18614 _ACEOF
18615 cat confdefs.h >>conftest.$ac_ext
18616 cat >>conftest.$ac_ext <<_ACEOF
18617 /* end confdefs.h. */
18618 $ac_includes_default
18619 typedef fsblkcnt_t ac__type_new_;
18621 main ()
18623 if ((ac__type_new_ *) 0)
18624 return 0;
18625 if (sizeof (ac__type_new_))
18626 return 0;
18628 return 0;
18630 _ACEOF
18631 rm -f conftest.$ac_objext
18632 if { (ac_try="$ac_compile"
18633 case "(($ac_try" in
18634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18635 *) ac_try_echo=$ac_try;;
18636 esac
18637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18638 (eval "$ac_compile") 2>conftest.er1
18639 ac_status=$?
18640 grep -v '^ *+' conftest.er1 >conftest.err
18641 rm -f conftest.er1
18642 cat conftest.err >&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } && {
18645 test -z "$ac_c_werror_flag" ||
18646 test ! -s conftest.err
18647 } && test -s conftest.$ac_objext; then
18648 ac_cv_type_fsblkcnt_t=yes
18649 else
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.$ac_ext >&5
18653 ac_cv_type_fsblkcnt_t=no
18656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18658 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18659 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18660 if test $ac_cv_type_fsblkcnt_t = yes; then
18662 cat >>confdefs.h <<_ACEOF
18663 #define HAVE_FSBLKCNT_T 1
18664 _ACEOF
18668 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18669 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18670 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18671 echo $ECHO_N "(cached) $ECHO_C" >&6
18672 else
18673 cat >conftest.$ac_ext <<_ACEOF
18674 /* confdefs.h. */
18675 _ACEOF
18676 cat confdefs.h >>conftest.$ac_ext
18677 cat >>conftest.$ac_ext <<_ACEOF
18678 /* end confdefs.h. */
18679 $ac_includes_default
18680 typedef fsfilcnt_t ac__type_new_;
18682 main ()
18684 if ((ac__type_new_ *) 0)
18685 return 0;
18686 if (sizeof (ac__type_new_))
18687 return 0;
18689 return 0;
18691 _ACEOF
18692 rm -f conftest.$ac_objext
18693 if { (ac_try="$ac_compile"
18694 case "(($ac_try" in
18695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18696 *) ac_try_echo=$ac_try;;
18697 esac
18698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18699 (eval "$ac_compile") 2>conftest.er1
18700 ac_status=$?
18701 grep -v '^ *+' conftest.er1 >conftest.err
18702 rm -f conftest.er1
18703 cat conftest.err >&5
18704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705 (exit $ac_status); } && {
18706 test -z "$ac_c_werror_flag" ||
18707 test ! -s conftest.err
18708 } && test -s conftest.$ac_objext; then
18709 ac_cv_type_fsfilcnt_t=yes
18710 else
18711 echo "$as_me: failed program was:" >&5
18712 sed 's/^/| /' conftest.$ac_ext >&5
18714 ac_cv_type_fsfilcnt_t=no
18717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18719 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18720 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18721 if test $ac_cv_type_fsfilcnt_t = yes; then
18723 cat >>confdefs.h <<_ACEOF
18724 #define HAVE_FSFILCNT_T 1
18725 _ACEOF
18730 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18731 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18732 if test "${ac_cv_type_sigset_t+set}" = set; then
18733 echo $ECHO_N "(cached) $ECHO_C" >&6
18734 else
18735 cat >conftest.$ac_ext <<_ACEOF
18736 /* confdefs.h. */
18737 _ACEOF
18738 cat confdefs.h >>conftest.$ac_ext
18739 cat >>conftest.$ac_ext <<_ACEOF
18740 /* end confdefs.h. */
18741 #include <signal.h>
18743 typedef sigset_t ac__type_new_;
18745 main ()
18747 if ((ac__type_new_ *) 0)
18748 return 0;
18749 if (sizeof (ac__type_new_))
18750 return 0;
18752 return 0;
18754 _ACEOF
18755 rm -f conftest.$ac_objext
18756 if { (ac_try="$ac_compile"
18757 case "(($ac_try" in
18758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18759 *) ac_try_echo=$ac_try;;
18760 esac
18761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18762 (eval "$ac_compile") 2>conftest.er1
18763 ac_status=$?
18764 grep -v '^ *+' conftest.er1 >conftest.err
18765 rm -f conftest.er1
18766 cat conftest.err >&5
18767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768 (exit $ac_status); } && {
18769 test -z "$ac_c_werror_flag" ||
18770 test ! -s conftest.err
18771 } && test -s conftest.$ac_objext; then
18772 ac_cv_type_sigset_t=yes
18773 else
18774 echo "$as_me: failed program was:" >&5
18775 sed 's/^/| /' conftest.$ac_ext >&5
18777 ac_cv_type_sigset_t=no
18780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18782 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18783 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18784 if test $ac_cv_type_sigset_t = yes; then
18786 cat >>confdefs.h <<_ACEOF
18787 #define HAVE_SIGSET_T 1
18788 _ACEOF
18793 { echo "$as_me:$LINENO: checking for request_sense" >&5
18794 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18795 if test "${ac_cv_type_request_sense+set}" = set; then
18796 echo $ECHO_N "(cached) $ECHO_C" >&6
18797 else
18798 cat >conftest.$ac_ext <<_ACEOF
18799 /* confdefs.h. */
18800 _ACEOF
18801 cat confdefs.h >>conftest.$ac_ext
18802 cat >>conftest.$ac_ext <<_ACEOF
18803 /* end confdefs.h. */
18804 #include <linux/cdrom.h>
18806 typedef request_sense ac__type_new_;
18808 main ()
18810 if ((ac__type_new_ *) 0)
18811 return 0;
18812 if (sizeof (ac__type_new_))
18813 return 0;
18815 return 0;
18817 _ACEOF
18818 rm -f conftest.$ac_objext
18819 if { (ac_try="$ac_compile"
18820 case "(($ac_try" in
18821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18822 *) ac_try_echo=$ac_try;;
18823 esac
18824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18825 (eval "$ac_compile") 2>conftest.er1
18826 ac_status=$?
18827 grep -v '^ *+' conftest.er1 >conftest.err
18828 rm -f conftest.er1
18829 cat conftest.err >&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); } && {
18832 test -z "$ac_c_werror_flag" ||
18833 test ! -s conftest.err
18834 } && test -s conftest.$ac_objext; then
18835 ac_cv_type_request_sense=yes
18836 else
18837 echo "$as_me: failed program was:" >&5
18838 sed 's/^/| /' conftest.$ac_ext >&5
18840 ac_cv_type_request_sense=no
18843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18845 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18846 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18847 if test $ac_cv_type_request_sense = yes; then
18849 cat >>confdefs.h <<_ACEOF
18850 #define HAVE_REQUEST_SENSE 1
18851 _ACEOF
18857 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18858 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18859 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18860 echo $ECHO_N "(cached) $ECHO_C" >&6
18861 else
18862 cat >conftest.$ac_ext <<_ACEOF
18863 /* confdefs.h. */
18864 _ACEOF
18865 cat confdefs.h >>conftest.$ac_ext
18866 cat >>conftest.$ac_ext <<_ACEOF
18867 /* end confdefs.h. */
18868 #ifdef HAVE_LINUX_INPUT_H
18869 #include <linux/input.h>
18870 #endif
18873 main ()
18875 static struct ff_effect ac_aggr;
18876 if (ac_aggr.direction)
18877 return 0;
18879 return 0;
18881 _ACEOF
18882 rm -f conftest.$ac_objext
18883 if { (ac_try="$ac_compile"
18884 case "(($ac_try" in
18885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18886 *) ac_try_echo=$ac_try;;
18887 esac
18888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18889 (eval "$ac_compile") 2>conftest.er1
18890 ac_status=$?
18891 grep -v '^ *+' conftest.er1 >conftest.err
18892 rm -f conftest.er1
18893 cat conftest.err >&5
18894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); } && {
18896 test -z "$ac_c_werror_flag" ||
18897 test ! -s conftest.err
18898 } && test -s conftest.$ac_objext; then
18899 ac_cv_member_struct_ff_effect_direction=yes
18900 else
18901 echo "$as_me: failed program was:" >&5
18902 sed 's/^/| /' conftest.$ac_ext >&5
18904 cat >conftest.$ac_ext <<_ACEOF
18905 /* confdefs.h. */
18906 _ACEOF
18907 cat confdefs.h >>conftest.$ac_ext
18908 cat >>conftest.$ac_ext <<_ACEOF
18909 /* end confdefs.h. */
18910 #ifdef HAVE_LINUX_INPUT_H
18911 #include <linux/input.h>
18912 #endif
18915 main ()
18917 static struct ff_effect ac_aggr;
18918 if (sizeof ac_aggr.direction)
18919 return 0;
18921 return 0;
18923 _ACEOF
18924 rm -f conftest.$ac_objext
18925 if { (ac_try="$ac_compile"
18926 case "(($ac_try" in
18927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18928 *) ac_try_echo=$ac_try;;
18929 esac
18930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18931 (eval "$ac_compile") 2>conftest.er1
18932 ac_status=$?
18933 grep -v '^ *+' conftest.er1 >conftest.err
18934 rm -f conftest.er1
18935 cat conftest.err >&5
18936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } && {
18938 test -z "$ac_c_werror_flag" ||
18939 test ! -s conftest.err
18940 } && test -s conftest.$ac_objext; then
18941 ac_cv_member_struct_ff_effect_direction=yes
18942 else
18943 echo "$as_me: failed program was:" >&5
18944 sed 's/^/| /' conftest.$ac_ext >&5
18946 ac_cv_member_struct_ff_effect_direction=no
18949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18954 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18955 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18956 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18958 cat >>confdefs.h <<_ACEOF
18959 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18960 _ACEOF
18966 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18967 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18968 if test "${wine_cv_have_sigaddset+set}" = set; then
18969 echo $ECHO_N "(cached) $ECHO_C" >&6
18970 else
18971 cat >conftest.$ac_ext <<_ACEOF
18972 /* confdefs.h. */
18973 _ACEOF
18974 cat confdefs.h >>conftest.$ac_ext
18975 cat >>conftest.$ac_ext <<_ACEOF
18976 /* end confdefs.h. */
18977 #include <signal.h>
18979 main ()
18981 sigset_t set; sigaddset(&set,SIGTERM);
18983 return 0;
18985 _ACEOF
18986 rm -f conftest.$ac_objext conftest$ac_exeext
18987 if { (ac_try="$ac_link"
18988 case "(($ac_try" in
18989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18990 *) ac_try_echo=$ac_try;;
18991 esac
18992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18993 (eval "$ac_link") 2>conftest.er1
18994 ac_status=$?
18995 grep -v '^ *+' conftest.er1 >conftest.err
18996 rm -f conftest.er1
18997 cat conftest.err >&5
18998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18999 (exit $ac_status); } && {
19000 test -z "$ac_c_werror_flag" ||
19001 test ! -s conftest.err
19002 } && test -s conftest$ac_exeext &&
19003 $as_test_x conftest$ac_exeext; then
19004 wine_cv_have_sigaddset=yes
19005 else
19006 echo "$as_me: failed program was:" >&5
19007 sed 's/^/| /' conftest.$ac_ext >&5
19009 wine_cv_have_sigaddset=no
19012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19013 conftest$ac_exeext conftest.$ac_ext
19015 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19016 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19017 if test "$wine_cv_have_sigaddset" = "yes"
19018 then
19020 cat >>confdefs.h <<\_ACEOF
19021 #define HAVE_SIGADDSET 1
19022 _ACEOF
19027 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19028 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19029 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19030 echo $ECHO_N "(cached) $ECHO_C" >&6
19031 else
19032 cat >conftest.$ac_ext <<_ACEOF
19033 /* confdefs.h. */
19034 _ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19038 #include <netdb.h>
19040 main ()
19043 char *name=0;
19044 struct hostent he;
19045 struct hostent *result;
19046 char *buf=0;
19047 int bufsize=0;
19048 int res,errnr;
19049 char *addr=0;
19050 int addrlen=0;
19051 int addrtype=0;
19052 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19053 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19056 return 0;
19058 _ACEOF
19059 rm -f conftest.$ac_objext conftest$ac_exeext
19060 if { (ac_try="$ac_link"
19061 case "(($ac_try" in
19062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19063 *) ac_try_echo=$ac_try;;
19064 esac
19065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19066 (eval "$ac_link") 2>conftest.er1
19067 ac_status=$?
19068 grep -v '^ *+' conftest.er1 >conftest.err
19069 rm -f conftest.er1
19070 cat conftest.err >&5
19071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19072 (exit $ac_status); } && {
19073 test -z "$ac_c_werror_flag" ||
19074 test ! -s conftest.err
19075 } && test -s conftest$ac_exeext &&
19076 $as_test_x conftest$ac_exeext; then
19077 wine_cv_linux_gethostbyname_r_6=yes
19078 else
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.$ac_ext >&5
19082 wine_cv_linux_gethostbyname_r_6=no
19086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19087 conftest$ac_exeext conftest.$ac_ext
19090 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19091 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19092 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19093 then
19095 cat >>confdefs.h <<\_ACEOF
19096 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19097 _ACEOF
19101 if test "$ac_cv_header_linux_joystick_h" = "yes"
19102 then
19103 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19104 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19105 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19107 else
19108 cat >conftest.$ac_ext <<_ACEOF
19109 /* confdefs.h. */
19110 _ACEOF
19111 cat confdefs.h >>conftest.$ac_ext
19112 cat >>conftest.$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19115 #include <sys/ioctl.h>
19116 #include <sys/types.h>
19117 #include <linux/joystick.h>
19119 struct js_event blub;
19120 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19121 #error "no 2.2 header"
19122 #endif
19125 main ()
19127 /*empty*/
19129 return 0;
19131 _ACEOF
19132 rm -f conftest.$ac_objext
19133 if { (ac_try="$ac_compile"
19134 case "(($ac_try" in
19135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19136 *) ac_try_echo=$ac_try;;
19137 esac
19138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19139 (eval "$ac_compile") 2>conftest.er1
19140 ac_status=$?
19141 grep -v '^ *+' conftest.er1 >conftest.err
19142 rm -f conftest.er1
19143 cat conftest.err >&5
19144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19145 (exit $ac_status); } && {
19146 test -z "$ac_c_werror_flag" ||
19147 test ! -s conftest.err
19148 } && test -s conftest.$ac_objext; then
19149 wine_cv_linux_joystick_22_api=yes
19150 else
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19154 wine_cv_linux_joystick_22_api=no
19157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19160 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19161 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19162 if test "$wine_cv_linux_joystick_22_api" = "yes"
19163 then
19165 cat >>confdefs.h <<\_ACEOF
19166 #define HAVE_LINUX_22_JOYSTICK_API 1
19167 _ACEOF
19173 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19174 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19175 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19176 echo $ECHO_N "(cached) $ECHO_C" >&6
19177 else
19178 cat >conftest.$ac_ext <<_ACEOF
19179 /* confdefs.h. */
19180 _ACEOF
19181 cat confdefs.h >>conftest.$ac_ext
19182 cat >>conftest.$ac_ext <<_ACEOF
19183 /* end confdefs.h. */
19184 #include <sys/types.h>
19185 #ifdef HAVE_SYS_PARAM_H
19186 # include <sys/param.h>
19187 #endif
19188 #ifdef HAVE_SYS_MOUNT_H
19189 # include <sys/mount.h>
19190 #endif
19191 #ifdef HAVE_SYS_VFS_H
19192 # include <sys/vfs.h>
19193 #endif
19194 #ifdef HAVE_SYS_STATFS_H
19195 # include <sys/statfs.h>
19196 #endif
19199 main ()
19201 static struct statfs ac_aggr;
19202 if (ac_aggr.f_bfree)
19203 return 0;
19205 return 0;
19207 _ACEOF
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212 *) ac_try_echo=$ac_try;;
19213 esac
19214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19215 (eval "$ac_compile") 2>conftest.er1
19216 ac_status=$?
19217 grep -v '^ *+' conftest.er1 >conftest.err
19218 rm -f conftest.er1
19219 cat conftest.err >&5
19220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221 (exit $ac_status); } && {
19222 test -z "$ac_c_werror_flag" ||
19223 test ! -s conftest.err
19224 } && test -s conftest.$ac_objext; then
19225 ac_cv_member_struct_statfs_f_bfree=yes
19226 else
19227 echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.$ac_ext >&5
19230 cat >conftest.$ac_ext <<_ACEOF
19231 /* confdefs.h. */
19232 _ACEOF
19233 cat confdefs.h >>conftest.$ac_ext
19234 cat >>conftest.$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19236 #include <sys/types.h>
19237 #ifdef HAVE_SYS_PARAM_H
19238 # include <sys/param.h>
19239 #endif
19240 #ifdef HAVE_SYS_MOUNT_H
19241 # include <sys/mount.h>
19242 #endif
19243 #ifdef HAVE_SYS_VFS_H
19244 # include <sys/vfs.h>
19245 #endif
19246 #ifdef HAVE_SYS_STATFS_H
19247 # include <sys/statfs.h>
19248 #endif
19251 main ()
19253 static struct statfs ac_aggr;
19254 if (sizeof ac_aggr.f_bfree)
19255 return 0;
19257 return 0;
19259 _ACEOF
19260 rm -f conftest.$ac_objext
19261 if { (ac_try="$ac_compile"
19262 case "(($ac_try" in
19263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19264 *) ac_try_echo=$ac_try;;
19265 esac
19266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19267 (eval "$ac_compile") 2>conftest.er1
19268 ac_status=$?
19269 grep -v '^ *+' conftest.er1 >conftest.err
19270 rm -f conftest.er1
19271 cat conftest.err >&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } && {
19274 test -z "$ac_c_werror_flag" ||
19275 test ! -s conftest.err
19276 } && test -s conftest.$ac_objext; then
19277 ac_cv_member_struct_statfs_f_bfree=yes
19278 else
19279 echo "$as_me: failed program was:" >&5
19280 sed 's/^/| /' conftest.$ac_ext >&5
19282 ac_cv_member_struct_statfs_f_bfree=no
19285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19291 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19292 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19294 cat >>confdefs.h <<_ACEOF
19295 #define HAVE_STRUCT_STATFS_F_BFREE 1
19296 _ACEOF
19300 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19301 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19302 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19303 echo $ECHO_N "(cached) $ECHO_C" >&6
19304 else
19305 cat >conftest.$ac_ext <<_ACEOF
19306 /* confdefs.h. */
19307 _ACEOF
19308 cat confdefs.h >>conftest.$ac_ext
19309 cat >>conftest.$ac_ext <<_ACEOF
19310 /* end confdefs.h. */
19311 #include <sys/types.h>
19312 #ifdef HAVE_SYS_PARAM_H
19313 # include <sys/param.h>
19314 #endif
19315 #ifdef HAVE_SYS_MOUNT_H
19316 # include <sys/mount.h>
19317 #endif
19318 #ifdef HAVE_SYS_VFS_H
19319 # include <sys/vfs.h>
19320 #endif
19321 #ifdef HAVE_SYS_STATFS_H
19322 # include <sys/statfs.h>
19323 #endif
19326 main ()
19328 static struct statfs ac_aggr;
19329 if (ac_aggr.f_bavail)
19330 return 0;
19332 return 0;
19334 _ACEOF
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339 *) ac_try_echo=$ac_try;;
19340 esac
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342 (eval "$ac_compile") 2>conftest.er1
19343 ac_status=$?
19344 grep -v '^ *+' conftest.er1 >conftest.err
19345 rm -f conftest.er1
19346 cat conftest.err >&5
19347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19348 (exit $ac_status); } && {
19349 test -z "$ac_c_werror_flag" ||
19350 test ! -s conftest.err
19351 } && test -s conftest.$ac_objext; then
19352 ac_cv_member_struct_statfs_f_bavail=yes
19353 else
19354 echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.$ac_ext >&5
19357 cat >conftest.$ac_ext <<_ACEOF
19358 /* confdefs.h. */
19359 _ACEOF
19360 cat confdefs.h >>conftest.$ac_ext
19361 cat >>conftest.$ac_ext <<_ACEOF
19362 /* end confdefs.h. */
19363 #include <sys/types.h>
19364 #ifdef HAVE_SYS_PARAM_H
19365 # include <sys/param.h>
19366 #endif
19367 #ifdef HAVE_SYS_MOUNT_H
19368 # include <sys/mount.h>
19369 #endif
19370 #ifdef HAVE_SYS_VFS_H
19371 # include <sys/vfs.h>
19372 #endif
19373 #ifdef HAVE_SYS_STATFS_H
19374 # include <sys/statfs.h>
19375 #endif
19378 main ()
19380 static struct statfs ac_aggr;
19381 if (sizeof ac_aggr.f_bavail)
19382 return 0;
19384 return 0;
19386 _ACEOF
19387 rm -f conftest.$ac_objext
19388 if { (ac_try="$ac_compile"
19389 case "(($ac_try" in
19390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19391 *) ac_try_echo=$ac_try;;
19392 esac
19393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19394 (eval "$ac_compile") 2>conftest.er1
19395 ac_status=$?
19396 grep -v '^ *+' conftest.er1 >conftest.err
19397 rm -f conftest.er1
19398 cat conftest.err >&5
19399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19400 (exit $ac_status); } && {
19401 test -z "$ac_c_werror_flag" ||
19402 test ! -s conftest.err
19403 } && test -s conftest.$ac_objext; then
19404 ac_cv_member_struct_statfs_f_bavail=yes
19405 else
19406 echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19409 ac_cv_member_struct_statfs_f_bavail=no
19412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19418 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19419 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19421 cat >>confdefs.h <<_ACEOF
19422 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19423 _ACEOF
19427 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19428 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19429 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19430 echo $ECHO_N "(cached) $ECHO_C" >&6
19431 else
19432 cat >conftest.$ac_ext <<_ACEOF
19433 /* confdefs.h. */
19434 _ACEOF
19435 cat confdefs.h >>conftest.$ac_ext
19436 cat >>conftest.$ac_ext <<_ACEOF
19437 /* end confdefs.h. */
19438 #include <sys/types.h>
19439 #ifdef HAVE_SYS_PARAM_H
19440 # include <sys/param.h>
19441 #endif
19442 #ifdef HAVE_SYS_MOUNT_H
19443 # include <sys/mount.h>
19444 #endif
19445 #ifdef HAVE_SYS_VFS_H
19446 # include <sys/vfs.h>
19447 #endif
19448 #ifdef HAVE_SYS_STATFS_H
19449 # include <sys/statfs.h>
19450 #endif
19453 main ()
19455 static struct statfs ac_aggr;
19456 if (ac_aggr.f_frsize)
19457 return 0;
19459 return 0;
19461 _ACEOF
19462 rm -f conftest.$ac_objext
19463 if { (ac_try="$ac_compile"
19464 case "(($ac_try" in
19465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19466 *) ac_try_echo=$ac_try;;
19467 esac
19468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19469 (eval "$ac_compile") 2>conftest.er1
19470 ac_status=$?
19471 grep -v '^ *+' conftest.er1 >conftest.err
19472 rm -f conftest.er1
19473 cat conftest.err >&5
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && {
19476 test -z "$ac_c_werror_flag" ||
19477 test ! -s conftest.err
19478 } && test -s conftest.$ac_objext; then
19479 ac_cv_member_struct_statfs_f_frsize=yes
19480 else
19481 echo "$as_me: failed program was:" >&5
19482 sed 's/^/| /' conftest.$ac_ext >&5
19484 cat >conftest.$ac_ext <<_ACEOF
19485 /* confdefs.h. */
19486 _ACEOF
19487 cat confdefs.h >>conftest.$ac_ext
19488 cat >>conftest.$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19490 #include <sys/types.h>
19491 #ifdef HAVE_SYS_PARAM_H
19492 # include <sys/param.h>
19493 #endif
19494 #ifdef HAVE_SYS_MOUNT_H
19495 # include <sys/mount.h>
19496 #endif
19497 #ifdef HAVE_SYS_VFS_H
19498 # include <sys/vfs.h>
19499 #endif
19500 #ifdef HAVE_SYS_STATFS_H
19501 # include <sys/statfs.h>
19502 #endif
19505 main ()
19507 static struct statfs ac_aggr;
19508 if (sizeof ac_aggr.f_frsize)
19509 return 0;
19511 return 0;
19513 _ACEOF
19514 rm -f conftest.$ac_objext
19515 if { (ac_try="$ac_compile"
19516 case "(($ac_try" in
19517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19518 *) ac_try_echo=$ac_try;;
19519 esac
19520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19521 (eval "$ac_compile") 2>conftest.er1
19522 ac_status=$?
19523 grep -v '^ *+' conftest.er1 >conftest.err
19524 rm -f conftest.er1
19525 cat conftest.err >&5
19526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19527 (exit $ac_status); } && {
19528 test -z "$ac_c_werror_flag" ||
19529 test ! -s conftest.err
19530 } && test -s conftest.$ac_objext; then
19531 ac_cv_member_struct_statfs_f_frsize=yes
19532 else
19533 echo "$as_me: failed program was:" >&5
19534 sed 's/^/| /' conftest.$ac_ext >&5
19536 ac_cv_member_struct_statfs_f_frsize=no
19539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19544 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19545 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19546 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19548 cat >>confdefs.h <<_ACEOF
19549 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19550 _ACEOF
19554 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19555 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19556 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19557 echo $ECHO_N "(cached) $ECHO_C" >&6
19558 else
19559 cat >conftest.$ac_ext <<_ACEOF
19560 /* confdefs.h. */
19561 _ACEOF
19562 cat confdefs.h >>conftest.$ac_ext
19563 cat >>conftest.$ac_ext <<_ACEOF
19564 /* end confdefs.h. */
19565 #include <sys/types.h>
19566 #ifdef HAVE_SYS_PARAM_H
19567 # include <sys/param.h>
19568 #endif
19569 #ifdef HAVE_SYS_MOUNT_H
19570 # include <sys/mount.h>
19571 #endif
19572 #ifdef HAVE_SYS_VFS_H
19573 # include <sys/vfs.h>
19574 #endif
19575 #ifdef HAVE_SYS_STATFS_H
19576 # include <sys/statfs.h>
19577 #endif
19580 main ()
19582 static struct statfs ac_aggr;
19583 if (ac_aggr.f_ffree)
19584 return 0;
19586 return 0;
19588 _ACEOF
19589 rm -f conftest.$ac_objext
19590 if { (ac_try="$ac_compile"
19591 case "(($ac_try" in
19592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19593 *) ac_try_echo=$ac_try;;
19594 esac
19595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19596 (eval "$ac_compile") 2>conftest.er1
19597 ac_status=$?
19598 grep -v '^ *+' conftest.er1 >conftest.err
19599 rm -f conftest.er1
19600 cat conftest.err >&5
19601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19602 (exit $ac_status); } && {
19603 test -z "$ac_c_werror_flag" ||
19604 test ! -s conftest.err
19605 } && test -s conftest.$ac_objext; then
19606 ac_cv_member_struct_statfs_f_ffree=yes
19607 else
19608 echo "$as_me: failed program was:" >&5
19609 sed 's/^/| /' conftest.$ac_ext >&5
19611 cat >conftest.$ac_ext <<_ACEOF
19612 /* confdefs.h. */
19613 _ACEOF
19614 cat confdefs.h >>conftest.$ac_ext
19615 cat >>conftest.$ac_ext <<_ACEOF
19616 /* end confdefs.h. */
19617 #include <sys/types.h>
19618 #ifdef HAVE_SYS_PARAM_H
19619 # include <sys/param.h>
19620 #endif
19621 #ifdef HAVE_SYS_MOUNT_H
19622 # include <sys/mount.h>
19623 #endif
19624 #ifdef HAVE_SYS_VFS_H
19625 # include <sys/vfs.h>
19626 #endif
19627 #ifdef HAVE_SYS_STATFS_H
19628 # include <sys/statfs.h>
19629 #endif
19632 main ()
19634 static struct statfs ac_aggr;
19635 if (sizeof ac_aggr.f_ffree)
19636 return 0;
19638 return 0;
19640 _ACEOF
19641 rm -f conftest.$ac_objext
19642 if { (ac_try="$ac_compile"
19643 case "(($ac_try" in
19644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19645 *) ac_try_echo=$ac_try;;
19646 esac
19647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19648 (eval "$ac_compile") 2>conftest.er1
19649 ac_status=$?
19650 grep -v '^ *+' conftest.er1 >conftest.err
19651 rm -f conftest.er1
19652 cat conftest.err >&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); } && {
19655 test -z "$ac_c_werror_flag" ||
19656 test ! -s conftest.err
19657 } && test -s conftest.$ac_objext; then
19658 ac_cv_member_struct_statfs_f_ffree=yes
19659 else
19660 echo "$as_me: failed program was:" >&5
19661 sed 's/^/| /' conftest.$ac_ext >&5
19663 ac_cv_member_struct_statfs_f_ffree=no
19666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19672 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19673 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19675 cat >>confdefs.h <<_ACEOF
19676 #define HAVE_STRUCT_STATFS_F_FFREE 1
19677 _ACEOF
19681 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19682 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19683 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19684 echo $ECHO_N "(cached) $ECHO_C" >&6
19685 else
19686 cat >conftest.$ac_ext <<_ACEOF
19687 /* confdefs.h. */
19688 _ACEOF
19689 cat confdefs.h >>conftest.$ac_ext
19690 cat >>conftest.$ac_ext <<_ACEOF
19691 /* end confdefs.h. */
19692 #include <sys/types.h>
19693 #ifdef HAVE_SYS_PARAM_H
19694 # include <sys/param.h>
19695 #endif
19696 #ifdef HAVE_SYS_MOUNT_H
19697 # include <sys/mount.h>
19698 #endif
19699 #ifdef HAVE_SYS_VFS_H
19700 # include <sys/vfs.h>
19701 #endif
19702 #ifdef HAVE_SYS_STATFS_H
19703 # include <sys/statfs.h>
19704 #endif
19707 main ()
19709 static struct statfs ac_aggr;
19710 if (ac_aggr.f_favail)
19711 return 0;
19713 return 0;
19715 _ACEOF
19716 rm -f conftest.$ac_objext
19717 if { (ac_try="$ac_compile"
19718 case "(($ac_try" in
19719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19720 *) ac_try_echo=$ac_try;;
19721 esac
19722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19723 (eval "$ac_compile") 2>conftest.er1
19724 ac_status=$?
19725 grep -v '^ *+' conftest.er1 >conftest.err
19726 rm -f conftest.er1
19727 cat conftest.err >&5
19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } && {
19730 test -z "$ac_c_werror_flag" ||
19731 test ! -s conftest.err
19732 } && test -s conftest.$ac_objext; then
19733 ac_cv_member_struct_statfs_f_favail=yes
19734 else
19735 echo "$as_me: failed program was:" >&5
19736 sed 's/^/| /' conftest.$ac_ext >&5
19738 cat >conftest.$ac_ext <<_ACEOF
19739 /* confdefs.h. */
19740 _ACEOF
19741 cat confdefs.h >>conftest.$ac_ext
19742 cat >>conftest.$ac_ext <<_ACEOF
19743 /* end confdefs.h. */
19744 #include <sys/types.h>
19745 #ifdef HAVE_SYS_PARAM_H
19746 # include <sys/param.h>
19747 #endif
19748 #ifdef HAVE_SYS_MOUNT_H
19749 # include <sys/mount.h>
19750 #endif
19751 #ifdef HAVE_SYS_VFS_H
19752 # include <sys/vfs.h>
19753 #endif
19754 #ifdef HAVE_SYS_STATFS_H
19755 # include <sys/statfs.h>
19756 #endif
19759 main ()
19761 static struct statfs ac_aggr;
19762 if (sizeof ac_aggr.f_favail)
19763 return 0;
19765 return 0;
19767 _ACEOF
19768 rm -f conftest.$ac_objext
19769 if { (ac_try="$ac_compile"
19770 case "(($ac_try" in
19771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19772 *) ac_try_echo=$ac_try;;
19773 esac
19774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19775 (eval "$ac_compile") 2>conftest.er1
19776 ac_status=$?
19777 grep -v '^ *+' conftest.er1 >conftest.err
19778 rm -f conftest.er1
19779 cat conftest.err >&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } && {
19782 test -z "$ac_c_werror_flag" ||
19783 test ! -s conftest.err
19784 } && test -s conftest.$ac_objext; then
19785 ac_cv_member_struct_statfs_f_favail=yes
19786 else
19787 echo "$as_me: failed program was:" >&5
19788 sed 's/^/| /' conftest.$ac_ext >&5
19790 ac_cv_member_struct_statfs_f_favail=no
19793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19798 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19799 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19800 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19802 cat >>confdefs.h <<_ACEOF
19803 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19804 _ACEOF
19808 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19809 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19810 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19811 echo $ECHO_N "(cached) $ECHO_C" >&6
19812 else
19813 cat >conftest.$ac_ext <<_ACEOF
19814 /* confdefs.h. */
19815 _ACEOF
19816 cat confdefs.h >>conftest.$ac_ext
19817 cat >>conftest.$ac_ext <<_ACEOF
19818 /* end confdefs.h. */
19819 #include <sys/types.h>
19820 #ifdef HAVE_SYS_PARAM_H
19821 # include <sys/param.h>
19822 #endif
19823 #ifdef HAVE_SYS_MOUNT_H
19824 # include <sys/mount.h>
19825 #endif
19826 #ifdef HAVE_SYS_VFS_H
19827 # include <sys/vfs.h>
19828 #endif
19829 #ifdef HAVE_SYS_STATFS_H
19830 # include <sys/statfs.h>
19831 #endif
19834 main ()
19836 static struct statfs ac_aggr;
19837 if (ac_aggr.f_namelen)
19838 return 0;
19840 return 0;
19842 _ACEOF
19843 rm -f conftest.$ac_objext
19844 if { (ac_try="$ac_compile"
19845 case "(($ac_try" in
19846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19847 *) ac_try_echo=$ac_try;;
19848 esac
19849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19850 (eval "$ac_compile") 2>conftest.er1
19851 ac_status=$?
19852 grep -v '^ *+' conftest.er1 >conftest.err
19853 rm -f conftest.er1
19854 cat conftest.err >&5
19855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19856 (exit $ac_status); } && {
19857 test -z "$ac_c_werror_flag" ||
19858 test ! -s conftest.err
19859 } && test -s conftest.$ac_objext; then
19860 ac_cv_member_struct_statfs_f_namelen=yes
19861 else
19862 echo "$as_me: failed program was:" >&5
19863 sed 's/^/| /' conftest.$ac_ext >&5
19865 cat >conftest.$ac_ext <<_ACEOF
19866 /* confdefs.h. */
19867 _ACEOF
19868 cat confdefs.h >>conftest.$ac_ext
19869 cat >>conftest.$ac_ext <<_ACEOF
19870 /* end confdefs.h. */
19871 #include <sys/types.h>
19872 #ifdef HAVE_SYS_PARAM_H
19873 # include <sys/param.h>
19874 #endif
19875 #ifdef HAVE_SYS_MOUNT_H
19876 # include <sys/mount.h>
19877 #endif
19878 #ifdef HAVE_SYS_VFS_H
19879 # include <sys/vfs.h>
19880 #endif
19881 #ifdef HAVE_SYS_STATFS_H
19882 # include <sys/statfs.h>
19883 #endif
19886 main ()
19888 static struct statfs ac_aggr;
19889 if (sizeof ac_aggr.f_namelen)
19890 return 0;
19892 return 0;
19894 _ACEOF
19895 rm -f conftest.$ac_objext
19896 if { (ac_try="$ac_compile"
19897 case "(($ac_try" in
19898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19899 *) ac_try_echo=$ac_try;;
19900 esac
19901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19902 (eval "$ac_compile") 2>conftest.er1
19903 ac_status=$?
19904 grep -v '^ *+' conftest.er1 >conftest.err
19905 rm -f conftest.er1
19906 cat conftest.err >&5
19907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); } && {
19909 test -z "$ac_c_werror_flag" ||
19910 test ! -s conftest.err
19911 } && test -s conftest.$ac_objext; then
19912 ac_cv_member_struct_statfs_f_namelen=yes
19913 else
19914 echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19917 ac_cv_member_struct_statfs_f_namelen=no
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19925 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19926 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19927 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19929 cat >>confdefs.h <<_ACEOF
19930 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19931 _ACEOF
19937 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19938 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19939 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19940 echo $ECHO_N "(cached) $ECHO_C" >&6
19941 else
19942 cat >conftest.$ac_ext <<_ACEOF
19943 /* confdefs.h. */
19944 _ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 #ifdef HAVE_SYS_STATVFS_H
19949 #include <sys/statvfs.h>
19950 #endif
19953 main ()
19955 static struct statvfs ac_aggr;
19956 if (ac_aggr.f_blocks)
19957 return 0;
19959 return 0;
19961 _ACEOF
19962 rm -f conftest.$ac_objext
19963 if { (ac_try="$ac_compile"
19964 case "(($ac_try" in
19965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19966 *) ac_try_echo=$ac_try;;
19967 esac
19968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19979 ac_cv_member_struct_statvfs_f_blocks=yes
19980 else
19981 echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19984 cat >conftest.$ac_ext <<_ACEOF
19985 /* confdefs.h. */
19986 _ACEOF
19987 cat confdefs.h >>conftest.$ac_ext
19988 cat >>conftest.$ac_ext <<_ACEOF
19989 /* end confdefs.h. */
19990 #ifdef HAVE_SYS_STATVFS_H
19991 #include <sys/statvfs.h>
19992 #endif
19995 main ()
19997 static struct statvfs ac_aggr;
19998 if (sizeof ac_aggr.f_blocks)
19999 return 0;
20001 return 0;
20003 _ACEOF
20004 rm -f conftest.$ac_objext
20005 if { (ac_try="$ac_compile"
20006 case "(($ac_try" in
20007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20008 *) ac_try_echo=$ac_try;;
20009 esac
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011 (eval "$ac_compile") 2>conftest.er1
20012 ac_status=$?
20013 grep -v '^ *+' conftest.er1 >conftest.err
20014 rm -f conftest.er1
20015 cat conftest.err >&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); } && {
20018 test -z "$ac_c_werror_flag" ||
20019 test ! -s conftest.err
20020 } && test -s conftest.$ac_objext; then
20021 ac_cv_member_struct_statvfs_f_blocks=yes
20022 else
20023 echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20026 ac_cv_member_struct_statvfs_f_blocks=no
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20035 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20036 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20038 cat >>confdefs.h <<_ACEOF
20039 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20040 _ACEOF
20046 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20047 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20048 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20049 echo $ECHO_N "(cached) $ECHO_C" >&6
20050 else
20051 cat >conftest.$ac_ext <<_ACEOF
20052 /* confdefs.h. */
20053 _ACEOF
20054 cat confdefs.h >>conftest.$ac_ext
20055 cat >>conftest.$ac_ext <<_ACEOF
20056 /* end confdefs.h. */
20057 #include <sys/types.h>
20058 #ifdef HAVE_SYS_SOCKET_H
20059 # include <sys/socket.h>
20060 #endif
20061 #ifdef HAVE_SYS_UN_H
20062 # include <sys/un.h>
20063 #endif
20066 main ()
20068 static struct msghdr ac_aggr;
20069 if (ac_aggr.msg_accrights)
20070 return 0;
20072 return 0;
20074 _ACEOF
20075 rm -f conftest.$ac_objext
20076 if { (ac_try="$ac_compile"
20077 case "(($ac_try" in
20078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20079 *) ac_try_echo=$ac_try;;
20080 esac
20081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20082 (eval "$ac_compile") 2>conftest.er1
20083 ac_status=$?
20084 grep -v '^ *+' conftest.er1 >conftest.err
20085 rm -f conftest.er1
20086 cat conftest.err >&5
20087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20088 (exit $ac_status); } && {
20089 test -z "$ac_c_werror_flag" ||
20090 test ! -s conftest.err
20091 } && test -s conftest.$ac_objext; then
20092 ac_cv_member_struct_msghdr_msg_accrights=yes
20093 else
20094 echo "$as_me: failed program was:" >&5
20095 sed 's/^/| /' conftest.$ac_ext >&5
20097 cat >conftest.$ac_ext <<_ACEOF
20098 /* confdefs.h. */
20099 _ACEOF
20100 cat confdefs.h >>conftest.$ac_ext
20101 cat >>conftest.$ac_ext <<_ACEOF
20102 /* end confdefs.h. */
20103 #include <sys/types.h>
20104 #ifdef HAVE_SYS_SOCKET_H
20105 # include <sys/socket.h>
20106 #endif
20107 #ifdef HAVE_SYS_UN_H
20108 # include <sys/un.h>
20109 #endif
20112 main ()
20114 static struct msghdr ac_aggr;
20115 if (sizeof ac_aggr.msg_accrights)
20116 return 0;
20118 return 0;
20120 _ACEOF
20121 rm -f conftest.$ac_objext
20122 if { (ac_try="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20126 esac
20127 eval "echo \"\$as_me:$LINENO: $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 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 ac_cv_member_struct_msghdr_msg_accrights=yes
20139 else
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20143 ac_cv_member_struct_msghdr_msg_accrights=no
20146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20152 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20153 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20155 cat >>confdefs.h <<_ACEOF
20156 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20157 _ACEOF
20161 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20162 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20163 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20164 echo $ECHO_N "(cached) $ECHO_C" >&6
20165 else
20166 cat >conftest.$ac_ext <<_ACEOF
20167 /* confdefs.h. */
20168 _ACEOF
20169 cat confdefs.h >>conftest.$ac_ext
20170 cat >>conftest.$ac_ext <<_ACEOF
20171 /* end confdefs.h. */
20172 #include <sys/types.h>
20173 #ifdef HAVE_SYS_SOCKET_H
20174 # include <sys/socket.h>
20175 #endif
20176 #ifdef HAVE_SYS_UN_H
20177 # include <sys/un.h>
20178 #endif
20181 main ()
20183 static struct sockaddr ac_aggr;
20184 if (ac_aggr.sa_len)
20185 return 0;
20187 return 0;
20189 _ACEOF
20190 rm -f conftest.$ac_objext
20191 if { (ac_try="$ac_compile"
20192 case "(($ac_try" in
20193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20194 *) ac_try_echo=$ac_try;;
20195 esac
20196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20197 (eval "$ac_compile") 2>conftest.er1
20198 ac_status=$?
20199 grep -v '^ *+' conftest.er1 >conftest.err
20200 rm -f conftest.er1
20201 cat conftest.err >&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } && {
20204 test -z "$ac_c_werror_flag" ||
20205 test ! -s conftest.err
20206 } && test -s conftest.$ac_objext; then
20207 ac_cv_member_struct_sockaddr_sa_len=yes
20208 else
20209 echo "$as_me: failed program was:" >&5
20210 sed 's/^/| /' conftest.$ac_ext >&5
20212 cat >conftest.$ac_ext <<_ACEOF
20213 /* confdefs.h. */
20214 _ACEOF
20215 cat confdefs.h >>conftest.$ac_ext
20216 cat >>conftest.$ac_ext <<_ACEOF
20217 /* end confdefs.h. */
20218 #include <sys/types.h>
20219 #ifdef HAVE_SYS_SOCKET_H
20220 # include <sys/socket.h>
20221 #endif
20222 #ifdef HAVE_SYS_UN_H
20223 # include <sys/un.h>
20224 #endif
20227 main ()
20229 static struct sockaddr ac_aggr;
20230 if (sizeof ac_aggr.sa_len)
20231 return 0;
20233 return 0;
20235 _ACEOF
20236 rm -f conftest.$ac_objext
20237 if { (ac_try="$ac_compile"
20238 case "(($ac_try" in
20239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20240 *) ac_try_echo=$ac_try;;
20241 esac
20242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20243 (eval "$ac_compile") 2>conftest.er1
20244 ac_status=$?
20245 grep -v '^ *+' conftest.er1 >conftest.err
20246 rm -f conftest.er1
20247 cat conftest.err >&5
20248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20249 (exit $ac_status); } && {
20250 test -z "$ac_c_werror_flag" ||
20251 test ! -s conftest.err
20252 } && test -s conftest.$ac_objext; then
20253 ac_cv_member_struct_sockaddr_sa_len=yes
20254 else
20255 echo "$as_me: failed program was:" >&5
20256 sed 's/^/| /' conftest.$ac_ext >&5
20258 ac_cv_member_struct_sockaddr_sa_len=no
20261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20267 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20268 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20270 cat >>confdefs.h <<_ACEOF
20271 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20272 _ACEOF
20276 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20277 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20278 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20279 echo $ECHO_N "(cached) $ECHO_C" >&6
20280 else
20281 cat >conftest.$ac_ext <<_ACEOF
20282 /* confdefs.h. */
20283 _ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 #include <sys/types.h>
20288 #ifdef HAVE_SYS_SOCKET_H
20289 # include <sys/socket.h>
20290 #endif
20291 #ifdef HAVE_SYS_UN_H
20292 # include <sys/un.h>
20293 #endif
20296 main ()
20298 static struct sockaddr_un ac_aggr;
20299 if (ac_aggr.sun_len)
20300 return 0;
20302 return 0;
20304 _ACEOF
20305 rm -f conftest.$ac_objext
20306 if { (ac_try="$ac_compile"
20307 case "(($ac_try" in
20308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20309 *) ac_try_echo=$ac_try;;
20310 esac
20311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20312 (eval "$ac_compile") 2>conftest.er1
20313 ac_status=$?
20314 grep -v '^ *+' conftest.er1 >conftest.err
20315 rm -f conftest.er1
20316 cat conftest.err >&5
20317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318 (exit $ac_status); } && {
20319 test -z "$ac_c_werror_flag" ||
20320 test ! -s conftest.err
20321 } && test -s conftest.$ac_objext; then
20322 ac_cv_member_struct_sockaddr_un_sun_len=yes
20323 else
20324 echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20327 cat >conftest.$ac_ext <<_ACEOF
20328 /* confdefs.h. */
20329 _ACEOF
20330 cat confdefs.h >>conftest.$ac_ext
20331 cat >>conftest.$ac_ext <<_ACEOF
20332 /* end confdefs.h. */
20333 #include <sys/types.h>
20334 #ifdef HAVE_SYS_SOCKET_H
20335 # include <sys/socket.h>
20336 #endif
20337 #ifdef HAVE_SYS_UN_H
20338 # include <sys/un.h>
20339 #endif
20342 main ()
20344 static struct sockaddr_un ac_aggr;
20345 if (sizeof ac_aggr.sun_len)
20346 return 0;
20348 return 0;
20350 _ACEOF
20351 rm -f conftest.$ac_objext
20352 if { (ac_try="$ac_compile"
20353 case "(($ac_try" in
20354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20355 *) ac_try_echo=$ac_try;;
20356 esac
20357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20358 (eval "$ac_compile") 2>conftest.er1
20359 ac_status=$?
20360 grep -v '^ *+' conftest.er1 >conftest.err
20361 rm -f conftest.er1
20362 cat conftest.err >&5
20363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20364 (exit $ac_status); } && {
20365 test -z "$ac_c_werror_flag" ||
20366 test ! -s conftest.err
20367 } && test -s conftest.$ac_objext; then
20368 ac_cv_member_struct_sockaddr_un_sun_len=yes
20369 else
20370 echo "$as_me: failed program was:" >&5
20371 sed 's/^/| /' conftest.$ac_ext >&5
20373 ac_cv_member_struct_sockaddr_un_sun_len=no
20376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20381 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20382 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20383 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20385 cat >>confdefs.h <<_ACEOF
20386 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20387 _ACEOF
20393 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20394 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20395 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20396 echo $ECHO_N "(cached) $ECHO_C" >&6
20397 else
20398 cat >conftest.$ac_ext <<_ACEOF
20399 /* confdefs.h. */
20400 _ACEOF
20401 cat confdefs.h >>conftest.$ac_ext
20402 cat >>conftest.$ac_ext <<_ACEOF
20403 /* end confdefs.h. */
20404 #include <sys/types.h>
20405 #ifdef HAVE_SCSI_SG_H
20406 #include <scsi/sg.h>
20407 #endif
20410 main ()
20412 static scsireq_t ac_aggr;
20413 if (ac_aggr.cmd)
20414 return 0;
20416 return 0;
20418 _ACEOF
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20423 *) ac_try_echo=$ac_try;;
20424 esac
20425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20426 (eval "$ac_compile") 2>conftest.er1
20427 ac_status=$?
20428 grep -v '^ *+' conftest.er1 >conftest.err
20429 rm -f conftest.er1
20430 cat conftest.err >&5
20431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20432 (exit $ac_status); } && {
20433 test -z "$ac_c_werror_flag" ||
20434 test ! -s conftest.err
20435 } && test -s conftest.$ac_objext; then
20436 ac_cv_member_scsireq_t_cmd=yes
20437 else
20438 echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.$ac_ext >&5
20441 cat >conftest.$ac_ext <<_ACEOF
20442 /* confdefs.h. */
20443 _ACEOF
20444 cat confdefs.h >>conftest.$ac_ext
20445 cat >>conftest.$ac_ext <<_ACEOF
20446 /* end confdefs.h. */
20447 #include <sys/types.h>
20448 #ifdef HAVE_SCSI_SG_H
20449 #include <scsi/sg.h>
20450 #endif
20453 main ()
20455 static scsireq_t ac_aggr;
20456 if (sizeof ac_aggr.cmd)
20457 return 0;
20459 return 0;
20461 _ACEOF
20462 rm -f conftest.$ac_objext
20463 if { (ac_try="$ac_compile"
20464 case "(($ac_try" in
20465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20466 *) ac_try_echo=$ac_try;;
20467 esac
20468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20469 (eval "$ac_compile") 2>conftest.er1
20470 ac_status=$?
20471 grep -v '^ *+' conftest.er1 >conftest.err
20472 rm -f conftest.er1
20473 cat conftest.err >&5
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } && {
20476 test -z "$ac_c_werror_flag" ||
20477 test ! -s conftest.err
20478 } && test -s conftest.$ac_objext; then
20479 ac_cv_member_scsireq_t_cmd=yes
20480 else
20481 echo "$as_me: failed program was:" >&5
20482 sed 's/^/| /' conftest.$ac_ext >&5
20484 ac_cv_member_scsireq_t_cmd=no
20487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20492 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20493 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20494 if test $ac_cv_member_scsireq_t_cmd = yes; then
20496 cat >>confdefs.h <<_ACEOF
20497 #define HAVE_SCSIREQ_T_CMD 1
20498 _ACEOF
20502 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20503 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20504 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20505 echo $ECHO_N "(cached) $ECHO_C" >&6
20506 else
20507 cat >conftest.$ac_ext <<_ACEOF
20508 /* confdefs.h. */
20509 _ACEOF
20510 cat confdefs.h >>conftest.$ac_ext
20511 cat >>conftest.$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20513 #include <sys/types.h>
20514 #ifdef HAVE_SCSI_SG_H
20515 #include <scsi/sg.h>
20516 #endif
20519 main ()
20521 static sg_io_hdr_t ac_aggr;
20522 if (ac_aggr.interface_id)
20523 return 0;
20525 return 0;
20527 _ACEOF
20528 rm -f conftest.$ac_objext
20529 if { (ac_try="$ac_compile"
20530 case "(($ac_try" in
20531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20532 *) ac_try_echo=$ac_try;;
20533 esac
20534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20536 ac_status=$?
20537 grep -v '^ *+' conftest.er1 >conftest.err
20538 rm -f conftest.er1
20539 cat conftest.err >&5
20540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.$ac_objext; then
20545 ac_cv_member_sg_io_hdr_t_interface_id=yes
20546 else
20547 echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.$ac_ext >&5
20550 cat >conftest.$ac_ext <<_ACEOF
20551 /* confdefs.h. */
20552 _ACEOF
20553 cat confdefs.h >>conftest.$ac_ext
20554 cat >>conftest.$ac_ext <<_ACEOF
20555 /* end confdefs.h. */
20556 #include <sys/types.h>
20557 #ifdef HAVE_SCSI_SG_H
20558 #include <scsi/sg.h>
20559 #endif
20562 main ()
20564 static sg_io_hdr_t ac_aggr;
20565 if (sizeof ac_aggr.interface_id)
20566 return 0;
20568 return 0;
20570 _ACEOF
20571 rm -f conftest.$ac_objext
20572 if { (ac_try="$ac_compile"
20573 case "(($ac_try" in
20574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20575 *) ac_try_echo=$ac_try;;
20576 esac
20577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20578 (eval "$ac_compile") 2>conftest.er1
20579 ac_status=$?
20580 grep -v '^ *+' conftest.er1 >conftest.err
20581 rm -f conftest.er1
20582 cat conftest.err >&5
20583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20584 (exit $ac_status); } && {
20585 test -z "$ac_c_werror_flag" ||
20586 test ! -s conftest.err
20587 } && test -s conftest.$ac_objext; then
20588 ac_cv_member_sg_io_hdr_t_interface_id=yes
20589 else
20590 echo "$as_me: failed program was:" >&5
20591 sed 's/^/| /' conftest.$ac_ext >&5
20593 ac_cv_member_sg_io_hdr_t_interface_id=no
20596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20602 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20603 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20605 cat >>confdefs.h <<_ACEOF
20606 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20607 _ACEOF
20613 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20614 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20615 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20616 echo $ECHO_N "(cached) $ECHO_C" >&6
20617 else
20618 cat >conftest.$ac_ext <<_ACEOF
20619 /* confdefs.h. */
20620 _ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <signal.h>
20627 main ()
20629 static siginfo_t ac_aggr;
20630 if (ac_aggr.si_fd)
20631 return 0;
20633 return 0;
20635 _ACEOF
20636 rm -f conftest.$ac_objext
20637 if { (ac_try="$ac_compile"
20638 case "(($ac_try" in
20639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20640 *) ac_try_echo=$ac_try;;
20641 esac
20642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20643 (eval "$ac_compile") 2>conftest.er1
20644 ac_status=$?
20645 grep -v '^ *+' conftest.er1 >conftest.err
20646 rm -f conftest.er1
20647 cat conftest.err >&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); } && {
20650 test -z "$ac_c_werror_flag" ||
20651 test ! -s conftest.err
20652 } && test -s conftest.$ac_objext; then
20653 ac_cv_member_siginfo_t_si_fd=yes
20654 else
20655 echo "$as_me: failed program was:" >&5
20656 sed 's/^/| /' conftest.$ac_ext >&5
20658 cat >conftest.$ac_ext <<_ACEOF
20659 /* confdefs.h. */
20660 _ACEOF
20661 cat confdefs.h >>conftest.$ac_ext
20662 cat >>conftest.$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 #include <signal.h>
20667 main ()
20669 static siginfo_t ac_aggr;
20670 if (sizeof ac_aggr.si_fd)
20671 return 0;
20673 return 0;
20675 _ACEOF
20676 rm -f conftest.$ac_objext
20677 if { (ac_try="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20681 esac
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_siginfo_t_si_fd=yes
20694 else
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_member_siginfo_t_si_fd=no
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20707 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20708 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20710 cat >>confdefs.h <<_ACEOF
20711 #define HAVE_SIGINFO_T_SI_FD 1
20712 _ACEOF
20718 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20719 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20720 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20721 echo $ECHO_N "(cached) $ECHO_C" >&6
20722 else
20723 cat >conftest.$ac_ext <<_ACEOF
20724 /* confdefs.h. */
20725 _ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <sys/types.h>
20730 #ifdef HAVE_SYS_MTIO_H
20731 #include <sys/mtio.h>
20732 #endif
20735 main ()
20737 static struct mtget ac_aggr;
20738 if (ac_aggr.mt_blksiz)
20739 return 0;
20741 return 0;
20743 _ACEOF
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20748 *) ac_try_echo=$ac_try;;
20749 esac
20750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20751 (eval "$ac_compile") 2>conftest.er1
20752 ac_status=$?
20753 grep -v '^ *+' conftest.er1 >conftest.err
20754 rm -f conftest.er1
20755 cat conftest.err >&5
20756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20757 (exit $ac_status); } && {
20758 test -z "$ac_c_werror_flag" ||
20759 test ! -s conftest.err
20760 } && test -s conftest.$ac_objext; then
20761 ac_cv_member_struct_mtget_mt_blksiz=yes
20762 else
20763 echo "$as_me: failed program was:" >&5
20764 sed 's/^/| /' conftest.$ac_ext >&5
20766 cat >conftest.$ac_ext <<_ACEOF
20767 /* confdefs.h. */
20768 _ACEOF
20769 cat confdefs.h >>conftest.$ac_ext
20770 cat >>conftest.$ac_ext <<_ACEOF
20771 /* end confdefs.h. */
20772 #include <sys/types.h>
20773 #ifdef HAVE_SYS_MTIO_H
20774 #include <sys/mtio.h>
20775 #endif
20778 main ()
20780 static struct mtget ac_aggr;
20781 if (sizeof ac_aggr.mt_blksiz)
20782 return 0;
20784 return 0;
20786 _ACEOF
20787 rm -f conftest.$ac_objext
20788 if { (ac_try="$ac_compile"
20789 case "(($ac_try" in
20790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20791 *) ac_try_echo=$ac_try;;
20792 esac
20793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_compile") 2>conftest.er1
20795 ac_status=$?
20796 grep -v '^ *+' conftest.er1 >conftest.err
20797 rm -f conftest.er1
20798 cat conftest.err >&5
20799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20800 (exit $ac_status); } && {
20801 test -z "$ac_c_werror_flag" ||
20802 test ! -s conftest.err
20803 } && test -s conftest.$ac_objext; then
20804 ac_cv_member_struct_mtget_mt_blksiz=yes
20805 else
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20809 ac_cv_member_struct_mtget_mt_blksiz=no
20812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20817 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20818 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20819 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20821 cat >>confdefs.h <<_ACEOF
20822 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20823 _ACEOF
20827 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20828 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20829 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20830 echo $ECHO_N "(cached) $ECHO_C" >&6
20831 else
20832 cat >conftest.$ac_ext <<_ACEOF
20833 /* confdefs.h. */
20834 _ACEOF
20835 cat confdefs.h >>conftest.$ac_ext
20836 cat >>conftest.$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20838 #include <sys/types.h>
20839 #ifdef HAVE_SYS_MTIO_H
20840 #include <sys/mtio.h>
20841 #endif
20844 main ()
20846 static struct mtget ac_aggr;
20847 if (ac_aggr.mt_gstat)
20848 return 0;
20850 return 0;
20852 _ACEOF
20853 rm -f conftest.$ac_objext
20854 if { (ac_try="$ac_compile"
20855 case "(($ac_try" in
20856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20857 *) ac_try_echo=$ac_try;;
20858 esac
20859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20860 (eval "$ac_compile") 2>conftest.er1
20861 ac_status=$?
20862 grep -v '^ *+' conftest.er1 >conftest.err
20863 rm -f conftest.er1
20864 cat conftest.err >&5
20865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20866 (exit $ac_status); } && {
20867 test -z "$ac_c_werror_flag" ||
20868 test ! -s conftest.err
20869 } && test -s conftest.$ac_objext; then
20870 ac_cv_member_struct_mtget_mt_gstat=yes
20871 else
20872 echo "$as_me: failed program was:" >&5
20873 sed 's/^/| /' conftest.$ac_ext >&5
20875 cat >conftest.$ac_ext <<_ACEOF
20876 /* confdefs.h. */
20877 _ACEOF
20878 cat confdefs.h >>conftest.$ac_ext
20879 cat >>conftest.$ac_ext <<_ACEOF
20880 /* end confdefs.h. */
20881 #include <sys/types.h>
20882 #ifdef HAVE_SYS_MTIO_H
20883 #include <sys/mtio.h>
20884 #endif
20887 main ()
20889 static struct mtget ac_aggr;
20890 if (sizeof ac_aggr.mt_gstat)
20891 return 0;
20893 return 0;
20895 _ACEOF
20896 rm -f conftest.$ac_objext
20897 if { (ac_try="$ac_compile"
20898 case "(($ac_try" in
20899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20900 *) ac_try_echo=$ac_try;;
20901 esac
20902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20903 (eval "$ac_compile") 2>conftest.er1
20904 ac_status=$?
20905 grep -v '^ *+' conftest.er1 >conftest.err
20906 rm -f conftest.er1
20907 cat conftest.err >&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } && {
20910 test -z "$ac_c_werror_flag" ||
20911 test ! -s conftest.err
20912 } && test -s conftest.$ac_objext; then
20913 ac_cv_member_struct_mtget_mt_gstat=yes
20914 else
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20918 ac_cv_member_struct_mtget_mt_gstat=no
20921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20927 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20928 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20930 cat >>confdefs.h <<_ACEOF
20931 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20932 _ACEOF
20936 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20937 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20938 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20939 echo $ECHO_N "(cached) $ECHO_C" >&6
20940 else
20941 cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h. */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <sys/types.h>
20948 #ifdef HAVE_SYS_MTIO_H
20949 #include <sys/mtio.h>
20950 #endif
20953 main ()
20955 static struct mtget ac_aggr;
20956 if (ac_aggr.mt_blkno)
20957 return 0;
20959 return 0;
20961 _ACEOF
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966 *) ac_try_echo=$ac_try;;
20967 esac
20968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 (eval "$ac_compile") 2>conftest.er1
20970 ac_status=$?
20971 grep -v '^ *+' conftest.er1 >conftest.err
20972 rm -f conftest.er1
20973 cat conftest.err >&5
20974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975 (exit $ac_status); } && {
20976 test -z "$ac_c_werror_flag" ||
20977 test ! -s conftest.err
20978 } && test -s conftest.$ac_objext; then
20979 ac_cv_member_struct_mtget_mt_blkno=yes
20980 else
20981 echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.$ac_ext >&5
20984 cat >conftest.$ac_ext <<_ACEOF
20985 /* confdefs.h. */
20986 _ACEOF
20987 cat confdefs.h >>conftest.$ac_ext
20988 cat >>conftest.$ac_ext <<_ACEOF
20989 /* end confdefs.h. */
20990 #include <sys/types.h>
20991 #ifdef HAVE_SYS_MTIO_H
20992 #include <sys/mtio.h>
20993 #endif
20996 main ()
20998 static struct mtget ac_aggr;
20999 if (sizeof ac_aggr.mt_blkno)
21000 return 0;
21002 return 0;
21004 _ACEOF
21005 rm -f conftest.$ac_objext
21006 if { (ac_try="$ac_compile"
21007 case "(($ac_try" in
21008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21009 *) ac_try_echo=$ac_try;;
21010 esac
21011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21012 (eval "$ac_compile") 2>conftest.er1
21013 ac_status=$?
21014 grep -v '^ *+' conftest.er1 >conftest.err
21015 rm -f conftest.er1
21016 cat conftest.err >&5
21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21018 (exit $ac_status); } && {
21019 test -z "$ac_c_werror_flag" ||
21020 test ! -s conftest.err
21021 } && test -s conftest.$ac_objext; then
21022 ac_cv_member_struct_mtget_mt_blkno=yes
21023 else
21024 echo "$as_me: failed program was:" >&5
21025 sed 's/^/| /' conftest.$ac_ext >&5
21027 ac_cv_member_struct_mtget_mt_blkno=no
21030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21035 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21036 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21037 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21039 cat >>confdefs.h <<_ACEOF
21040 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21041 _ACEOF
21047 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21048 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21049 if test "${ac_cv_member_struct_option_name+set}" = set; then
21050 echo $ECHO_N "(cached) $ECHO_C" >&6
21051 else
21052 cat >conftest.$ac_ext <<_ACEOF
21053 /* confdefs.h. */
21054 _ACEOF
21055 cat confdefs.h >>conftest.$ac_ext
21056 cat >>conftest.$ac_ext <<_ACEOF
21057 /* end confdefs.h. */
21058 #ifdef HAVE_GETOPT_H
21059 #include <getopt.h>
21060 #endif
21063 main ()
21065 static struct option ac_aggr;
21066 if (ac_aggr.name)
21067 return 0;
21069 return 0;
21071 _ACEOF
21072 rm -f conftest.$ac_objext
21073 if { (ac_try="$ac_compile"
21074 case "(($ac_try" in
21075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21076 *) ac_try_echo=$ac_try;;
21077 esac
21078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21079 (eval "$ac_compile") 2>conftest.er1
21080 ac_status=$?
21081 grep -v '^ *+' conftest.er1 >conftest.err
21082 rm -f conftest.er1
21083 cat conftest.err >&5
21084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21085 (exit $ac_status); } && {
21086 test -z "$ac_c_werror_flag" ||
21087 test ! -s conftest.err
21088 } && test -s conftest.$ac_objext; then
21089 ac_cv_member_struct_option_name=yes
21090 else
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.$ac_ext >&5
21094 cat >conftest.$ac_ext <<_ACEOF
21095 /* confdefs.h. */
21096 _ACEOF
21097 cat confdefs.h >>conftest.$ac_ext
21098 cat >>conftest.$ac_ext <<_ACEOF
21099 /* end confdefs.h. */
21100 #ifdef HAVE_GETOPT_H
21101 #include <getopt.h>
21102 #endif
21105 main ()
21107 static struct option ac_aggr;
21108 if (sizeof ac_aggr.name)
21109 return 0;
21111 return 0;
21113 _ACEOF
21114 rm -f conftest.$ac_objext
21115 if { (ac_try="$ac_compile"
21116 case "(($ac_try" in
21117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21118 *) ac_try_echo=$ac_try;;
21119 esac
21120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21121 (eval "$ac_compile") 2>conftest.er1
21122 ac_status=$?
21123 grep -v '^ *+' conftest.er1 >conftest.err
21124 rm -f conftest.er1
21125 cat conftest.err >&5
21126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21127 (exit $ac_status); } && {
21128 test -z "$ac_c_werror_flag" ||
21129 test ! -s conftest.err
21130 } && test -s conftest.$ac_objext; then
21131 ac_cv_member_struct_option_name=yes
21132 else
21133 echo "$as_me: failed program was:" >&5
21134 sed 's/^/| /' conftest.$ac_ext >&5
21136 ac_cv_member_struct_option_name=no
21139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21144 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21145 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21146 if test $ac_cv_member_struct_option_name = yes; then
21148 cat >>confdefs.h <<_ACEOF
21149 #define HAVE_STRUCT_OPTION_NAME 1
21150 _ACEOF
21156 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21157 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21158 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21159 echo $ECHO_N "(cached) $ECHO_C" >&6
21160 else
21161 cat >conftest.$ac_ext <<_ACEOF
21162 /* confdefs.h. */
21163 _ACEOF
21164 cat confdefs.h >>conftest.$ac_ext
21165 cat >>conftest.$ac_ext <<_ACEOF
21166 /* end confdefs.h. */
21167 $ac_includes_default
21169 main ()
21171 static struct stat ac_aggr;
21172 if (ac_aggr.st_blocks)
21173 return 0;
21175 return 0;
21177 _ACEOF
21178 rm -f conftest.$ac_objext
21179 if { (ac_try="$ac_compile"
21180 case "(($ac_try" in
21181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21182 *) ac_try_echo=$ac_try;;
21183 esac
21184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21186 ac_status=$?
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.$ac_objext; then
21195 ac_cv_member_struct_stat_st_blocks=yes
21196 else
21197 echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.$ac_ext >&5
21200 cat >conftest.$ac_ext <<_ACEOF
21201 /* confdefs.h. */
21202 _ACEOF
21203 cat confdefs.h >>conftest.$ac_ext
21204 cat >>conftest.$ac_ext <<_ACEOF
21205 /* end confdefs.h. */
21206 $ac_includes_default
21208 main ()
21210 static struct stat ac_aggr;
21211 if (sizeof ac_aggr.st_blocks)
21212 return 0;
21214 return 0;
21216 _ACEOF
21217 rm -f conftest.$ac_objext
21218 if { (ac_try="$ac_compile"
21219 case "(($ac_try" in
21220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21221 *) ac_try_echo=$ac_try;;
21222 esac
21223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21224 (eval "$ac_compile") 2>conftest.er1
21225 ac_status=$?
21226 grep -v '^ *+' conftest.er1 >conftest.err
21227 rm -f conftest.er1
21228 cat conftest.err >&5
21229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21230 (exit $ac_status); } && {
21231 test -z "$ac_c_werror_flag" ||
21232 test ! -s conftest.err
21233 } && test -s conftest.$ac_objext; then
21234 ac_cv_member_struct_stat_st_blocks=yes
21235 else
21236 echo "$as_me: failed program was:" >&5
21237 sed 's/^/| /' conftest.$ac_ext >&5
21239 ac_cv_member_struct_stat_st_blocks=no
21242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21248 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21249 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21251 cat >>confdefs.h <<_ACEOF
21252 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21253 _ACEOF
21257 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21258 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21259 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21260 echo $ECHO_N "(cached) $ECHO_C" >&6
21261 else
21262 cat >conftest.$ac_ext <<_ACEOF
21263 /* confdefs.h. */
21264 _ACEOF
21265 cat confdefs.h >>conftest.$ac_ext
21266 cat >>conftest.$ac_ext <<_ACEOF
21267 /* end confdefs.h. */
21268 $ac_includes_default
21270 main ()
21272 static struct stat ac_aggr;
21273 if (ac_aggr.st_mtim)
21274 return 0;
21276 return 0;
21278 _ACEOF
21279 rm -f conftest.$ac_objext
21280 if { (ac_try="$ac_compile"
21281 case "(($ac_try" in
21282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21283 *) ac_try_echo=$ac_try;;
21284 esac
21285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21287 ac_status=$?
21288 grep -v '^ *+' conftest.er1 >conftest.err
21289 rm -f conftest.er1
21290 cat conftest.err >&5
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.$ac_objext; then
21296 ac_cv_member_struct_stat_st_mtim=yes
21297 else
21298 echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.$ac_ext >&5
21301 cat >conftest.$ac_ext <<_ACEOF
21302 /* confdefs.h. */
21303 _ACEOF
21304 cat confdefs.h >>conftest.$ac_ext
21305 cat >>conftest.$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 $ac_includes_default
21309 main ()
21311 static struct stat ac_aggr;
21312 if (sizeof ac_aggr.st_mtim)
21313 return 0;
21315 return 0;
21317 _ACEOF
21318 rm -f conftest.$ac_objext
21319 if { (ac_try="$ac_compile"
21320 case "(($ac_try" in
21321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21322 *) ac_try_echo=$ac_try;;
21323 esac
21324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21325 (eval "$ac_compile") 2>conftest.er1
21326 ac_status=$?
21327 grep -v '^ *+' conftest.er1 >conftest.err
21328 rm -f conftest.er1
21329 cat conftest.err >&5
21330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); } && {
21332 test -z "$ac_c_werror_flag" ||
21333 test ! -s conftest.err
21334 } && test -s conftest.$ac_objext; then
21335 ac_cv_member_struct_stat_st_mtim=yes
21336 else
21337 echo "$as_me: failed program was:" >&5
21338 sed 's/^/| /' conftest.$ac_ext >&5
21340 ac_cv_member_struct_stat_st_mtim=no
21343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21348 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21349 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21350 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21352 cat >>confdefs.h <<_ACEOF
21353 #define HAVE_STRUCT_STAT_ST_MTIM 1
21354 _ACEOF
21358 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21359 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21360 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21361 echo $ECHO_N "(cached) $ECHO_C" >&6
21362 else
21363 cat >conftest.$ac_ext <<_ACEOF
21364 /* confdefs.h. */
21365 _ACEOF
21366 cat confdefs.h >>conftest.$ac_ext
21367 cat >>conftest.$ac_ext <<_ACEOF
21368 /* end confdefs.h. */
21369 $ac_includes_default
21371 main ()
21373 static struct stat ac_aggr;
21374 if (ac_aggr.st_ctim)
21375 return 0;
21377 return 0;
21379 _ACEOF
21380 rm -f conftest.$ac_objext
21381 if { (ac_try="$ac_compile"
21382 case "(($ac_try" in
21383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21384 *) ac_try_echo=$ac_try;;
21385 esac
21386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21387 (eval "$ac_compile") 2>conftest.er1
21388 ac_status=$?
21389 grep -v '^ *+' conftest.er1 >conftest.err
21390 rm -f conftest.er1
21391 cat conftest.err >&5
21392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393 (exit $ac_status); } && {
21394 test -z "$ac_c_werror_flag" ||
21395 test ! -s conftest.err
21396 } && test -s conftest.$ac_objext; then
21397 ac_cv_member_struct_stat_st_ctim=yes
21398 else
21399 echo "$as_me: failed program was:" >&5
21400 sed 's/^/| /' conftest.$ac_ext >&5
21402 cat >conftest.$ac_ext <<_ACEOF
21403 /* confdefs.h. */
21404 _ACEOF
21405 cat confdefs.h >>conftest.$ac_ext
21406 cat >>conftest.$ac_ext <<_ACEOF
21407 /* end confdefs.h. */
21408 $ac_includes_default
21410 main ()
21412 static struct stat ac_aggr;
21413 if (sizeof ac_aggr.st_ctim)
21414 return 0;
21416 return 0;
21418 _ACEOF
21419 rm -f conftest.$ac_objext
21420 if { (ac_try="$ac_compile"
21421 case "(($ac_try" in
21422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21423 *) ac_try_echo=$ac_try;;
21424 esac
21425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21426 (eval "$ac_compile") 2>conftest.er1
21427 ac_status=$?
21428 grep -v '^ *+' conftest.er1 >conftest.err
21429 rm -f conftest.er1
21430 cat conftest.err >&5
21431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); } && {
21433 test -z "$ac_c_werror_flag" ||
21434 test ! -s conftest.err
21435 } && test -s conftest.$ac_objext; then
21436 ac_cv_member_struct_stat_st_ctim=yes
21437 else
21438 echo "$as_me: failed program was:" >&5
21439 sed 's/^/| /' conftest.$ac_ext >&5
21441 ac_cv_member_struct_stat_st_ctim=no
21444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21449 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21450 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21451 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21453 cat >>confdefs.h <<_ACEOF
21454 #define HAVE_STRUCT_STAT_ST_CTIM 1
21455 _ACEOF
21459 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21460 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21461 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21462 echo $ECHO_N "(cached) $ECHO_C" >&6
21463 else
21464 cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h. */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 $ac_includes_default
21472 main ()
21474 static struct stat ac_aggr;
21475 if (ac_aggr.st_atim)
21476 return 0;
21478 return 0;
21480 _ACEOF
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485 *) ac_try_echo=$ac_try;;
21486 esac
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21489 ac_status=$?
21490 grep -v '^ *+' conftest.er1 >conftest.err
21491 rm -f conftest.er1
21492 cat conftest.err >&5
21493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.$ac_objext; then
21498 ac_cv_member_struct_stat_st_atim=yes
21499 else
21500 echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.$ac_ext >&5
21503 cat >conftest.$ac_ext <<_ACEOF
21504 /* confdefs.h. */
21505 _ACEOF
21506 cat confdefs.h >>conftest.$ac_ext
21507 cat >>conftest.$ac_ext <<_ACEOF
21508 /* end confdefs.h. */
21509 $ac_includes_default
21511 main ()
21513 static struct stat ac_aggr;
21514 if (sizeof ac_aggr.st_atim)
21515 return 0;
21517 return 0;
21519 _ACEOF
21520 rm -f conftest.$ac_objext
21521 if { (ac_try="$ac_compile"
21522 case "(($ac_try" in
21523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21524 *) ac_try_echo=$ac_try;;
21525 esac
21526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21528 ac_status=$?
21529 grep -v '^ *+' conftest.er1 >conftest.err
21530 rm -f conftest.er1
21531 cat conftest.err >&5
21532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_stat_st_atim=yes
21538 else
21539 echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 ac_cv_member_struct_stat_st_atim=no
21545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21551 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21552 if test $ac_cv_member_struct_stat_st_atim = yes; then
21554 cat >>confdefs.h <<_ACEOF
21555 #define HAVE_STRUCT_STAT_ST_ATIM 1
21556 _ACEOF
21562 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21563 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21564 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21565 echo $ECHO_N "(cached) $ECHO_C" >&6
21566 else
21567 cat >conftest.$ac_ext <<_ACEOF
21568 /* confdefs.h. */
21569 _ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #ifdef HAVE_SYS_TYPES_H
21574 #include <sys/types.h>
21575 #endif
21576 #ifdef HAVE_NETINET_IN_H
21577 #include <netinet/in.h>
21578 #endif
21581 main ()
21583 static struct sockaddr_in6 ac_aggr;
21584 if (ac_aggr.sin6_scope_id)
21585 return 0;
21587 return 0;
21589 _ACEOF
21590 rm -f conftest.$ac_objext
21591 if { (ac_try="$ac_compile"
21592 case "(($ac_try" in
21593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21594 *) ac_try_echo=$ac_try;;
21595 esac
21596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21597 (eval "$ac_compile") 2>conftest.er1
21598 ac_status=$?
21599 grep -v '^ *+' conftest.er1 >conftest.err
21600 rm -f conftest.er1
21601 cat conftest.err >&5
21602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21603 (exit $ac_status); } && {
21604 test -z "$ac_c_werror_flag" ||
21605 test ! -s conftest.err
21606 } && test -s conftest.$ac_objext; then
21607 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21608 else
21609 echo "$as_me: failed program was:" >&5
21610 sed 's/^/| /' conftest.$ac_ext >&5
21612 cat >conftest.$ac_ext <<_ACEOF
21613 /* confdefs.h. */
21614 _ACEOF
21615 cat confdefs.h >>conftest.$ac_ext
21616 cat >>conftest.$ac_ext <<_ACEOF
21617 /* end confdefs.h. */
21618 #ifdef HAVE_SYS_TYPES_H
21619 #include <sys/types.h>
21620 #endif
21621 #ifdef HAVE_NETINET_IN_H
21622 #include <netinet/in.h>
21623 #endif
21626 main ()
21628 static struct sockaddr_in6 ac_aggr;
21629 if (sizeof ac_aggr.sin6_scope_id)
21630 return 0;
21632 return 0;
21634 _ACEOF
21635 rm -f conftest.$ac_objext
21636 if { (ac_try="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21639 *) ac_try_echo=$ac_try;;
21640 esac
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21643 ac_status=$?
21644 grep -v '^ *+' conftest.er1 >conftest.err
21645 rm -f conftest.er1
21646 cat conftest.err >&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.$ac_objext; then
21652 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21653 else
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.$ac_ext >&5
21657 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21667 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21669 cat >>confdefs.h <<_ACEOF
21670 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21671 _ACEOF
21677 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21678 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21679 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21681 else
21682 cat >conftest.$ac_ext <<_ACEOF
21683 /* confdefs.h. */
21684 _ACEOF
21685 cat confdefs.h >>conftest.$ac_ext
21686 cat >>conftest.$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 #ifdef HAVE_SYS_TYPES_H
21689 #include <sys/types.h>
21690 #endif
21691 #ifdef HAVE_NETINET_IN_H
21692 # include <netinet/in.h>
21693 #endif
21694 #ifdef HAVE_ARPA_NAMESER_H
21695 # include <arpa/nameser.h>
21696 #endif
21699 main ()
21701 static ns_msg ac_aggr;
21702 if (ac_aggr._msg_ptr)
21703 return 0;
21705 return 0;
21707 _ACEOF
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21712 *) ac_try_echo=$ac_try;;
21713 esac
21714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21715 (eval "$ac_compile") 2>conftest.er1
21716 ac_status=$?
21717 grep -v '^ *+' conftest.er1 >conftest.err
21718 rm -f conftest.er1
21719 cat conftest.err >&5
21720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21721 (exit $ac_status); } && {
21722 test -z "$ac_c_werror_flag" ||
21723 test ! -s conftest.err
21724 } && test -s conftest.$ac_objext; then
21725 ac_cv_member_ns_msg__msg_ptr=yes
21726 else
21727 echo "$as_me: failed program was:" >&5
21728 sed 's/^/| /' conftest.$ac_ext >&5
21730 cat >conftest.$ac_ext <<_ACEOF
21731 /* confdefs.h. */
21732 _ACEOF
21733 cat confdefs.h >>conftest.$ac_ext
21734 cat >>conftest.$ac_ext <<_ACEOF
21735 /* end confdefs.h. */
21736 #ifdef HAVE_SYS_TYPES_H
21737 #include <sys/types.h>
21738 #endif
21739 #ifdef HAVE_NETINET_IN_H
21740 # include <netinet/in.h>
21741 #endif
21742 #ifdef HAVE_ARPA_NAMESER_H
21743 # include <arpa/nameser.h>
21744 #endif
21747 main ()
21749 static ns_msg ac_aggr;
21750 if (sizeof ac_aggr._msg_ptr)
21751 return 0;
21753 return 0;
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21760 *) ac_try_echo=$ac_try;;
21761 esac
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21764 ac_status=$?
21765 grep -v '^ *+' conftest.er1 >conftest.err
21766 rm -f conftest.er1
21767 cat conftest.err >&5
21768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.$ac_objext; then
21773 ac_cv_member_ns_msg__msg_ptr=yes
21774 else
21775 echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21778 ac_cv_member_ns_msg__msg_ptr=no
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21787 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21788 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21790 cat >>confdefs.h <<_ACEOF
21791 #define HAVE_NS_MSG__MSG_PTR 1
21792 _ACEOF
21798 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21799 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21800 if test "${ac_cv_have_timezone+set}" = set; then
21801 echo $ECHO_N "(cached) $ECHO_C" >&6
21802 else
21803 cat >conftest.$ac_ext <<_ACEOF
21804 /* confdefs.h. */
21805 _ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h. */
21809 #include <time.h>
21811 main ()
21813 timezone = 1
21815 return 0;
21817 _ACEOF
21818 rm -f conftest.$ac_objext conftest$ac_exeext
21819 if { (ac_try="$ac_link"
21820 case "(($ac_try" in
21821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21822 *) ac_try_echo=$ac_try;;
21823 esac
21824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21825 (eval "$ac_link") 2>conftest.er1
21826 ac_status=$?
21827 grep -v '^ *+' conftest.er1 >conftest.err
21828 rm -f conftest.er1
21829 cat conftest.err >&5
21830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831 (exit $ac_status); } && {
21832 test -z "$ac_c_werror_flag" ||
21833 test ! -s conftest.err
21834 } && test -s conftest$ac_exeext &&
21835 $as_test_x conftest$ac_exeext; then
21836 ac_cv_have_timezone="yes"
21837 else
21838 echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.$ac_ext >&5
21841 ac_cv_have_timezone="no"
21844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21845 conftest$ac_exeext conftest.$ac_ext
21847 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21848 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21849 if test "$ac_cv_have_timezone" = "yes"
21850 then
21852 cat >>confdefs.h <<\_ACEOF
21853 #define HAVE_TIMEZONE 1
21854 _ACEOF
21857 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21858 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21859 if test "${ac_cv_have_daylight+set}" = set; then
21860 echo $ECHO_N "(cached) $ECHO_C" >&6
21861 else
21862 cat >conftest.$ac_ext <<_ACEOF
21863 /* confdefs.h. */
21864 _ACEOF
21865 cat confdefs.h >>conftest.$ac_ext
21866 cat >>conftest.$ac_ext <<_ACEOF
21867 /* end confdefs.h. */
21868 #include <time.h>
21870 main ()
21872 daylight = 1
21874 return 0;
21876 _ACEOF
21877 rm -f conftest.$ac_objext conftest$ac_exeext
21878 if { (ac_try="$ac_link"
21879 case "(($ac_try" in
21880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21881 *) ac_try_echo=$ac_try;;
21882 esac
21883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21884 (eval "$ac_link") 2>conftest.er1
21885 ac_status=$?
21886 grep -v '^ *+' conftest.er1 >conftest.err
21887 rm -f conftest.er1
21888 cat conftest.err >&5
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest$ac_exeext &&
21894 $as_test_x conftest$ac_exeext; then
21895 ac_cv_have_daylight="yes"
21896 else
21897 echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21900 ac_cv_have_daylight="no"
21903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21904 conftest$ac_exeext conftest.$ac_ext
21906 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21907 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21908 if test "$ac_cv_have_daylight" = "yes"
21909 then
21911 cat >>confdefs.h <<\_ACEOF
21912 #define HAVE_DAYLIGHT 1
21913 _ACEOF
21917 { echo "$as_me:$LINENO: checking for isinf" >&5
21918 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21919 if test "${ac_cv_have_isinf+set}" = set; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21921 else
21922 cat >conftest.$ac_ext <<_ACEOF
21923 /* confdefs.h. */
21924 _ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21928 #include <math.h>
21930 main ()
21932 float f = 0.0; int i=isinf(f)
21934 return 0;
21936 _ACEOF
21937 rm -f conftest.$ac_objext conftest$ac_exeext
21938 if { (ac_try="$ac_link"
21939 case "(($ac_try" in
21940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21941 *) ac_try_echo=$ac_try;;
21942 esac
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944 (eval "$ac_link") 2>conftest.er1
21945 ac_status=$?
21946 grep -v '^ *+' conftest.er1 >conftest.err
21947 rm -f conftest.er1
21948 cat conftest.err >&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && {
21951 test -z "$ac_c_werror_flag" ||
21952 test ! -s conftest.err
21953 } && test -s conftest$ac_exeext &&
21954 $as_test_x conftest$ac_exeext; then
21955 ac_cv_have_isinf="yes"
21956 else
21957 echo "$as_me: failed program was:" >&5
21958 sed 's/^/| /' conftest.$ac_ext >&5
21960 ac_cv_have_isinf="no"
21963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21964 conftest$ac_exeext conftest.$ac_ext
21966 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21967 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21968 if test "$ac_cv_have_isinf" = "yes"
21969 then
21971 cat >>confdefs.h <<\_ACEOF
21972 #define HAVE_ISINF 1
21973 _ACEOF
21978 case $host_cpu in
21979 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21980 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21981 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21982 echo $ECHO_N "(cached) $ECHO_C" >&6
21983 else
21984 cat >conftest.$ac_ext <<_ACEOF
21985 /* confdefs.h. */
21986 _ACEOF
21987 cat confdefs.h >>conftest.$ac_ext
21988 cat >>conftest.$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21990 #ifndef __i386__
21992 #endif
21993 _ACEOF
21994 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21995 $EGREP "yes" >/dev/null 2>&1; then
21996 ac_cv_cpp_def___i386__=yes
21997 else
21998 ac_cv_cpp_def___i386__=no
22000 rm -f conftest*
22003 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22004 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22005 if test $ac_cv_cpp_def___i386__ = yes; then
22006 CFLAGS="$CFLAGS -D__i386__"
22007 LINTFLAGS="$LINTFLAGS -D__i386__"
22010 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22011 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22012 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22013 echo $ECHO_N "(cached) $ECHO_C" >&6
22014 else
22015 cat >conftest.$ac_ext <<_ACEOF
22016 /* confdefs.h. */
22017 _ACEOF
22018 cat confdefs.h >>conftest.$ac_ext
22019 cat >>conftest.$ac_ext <<_ACEOF
22020 /* end confdefs.h. */
22021 #ifndef __x86_64__
22023 #endif
22024 _ACEOF
22025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22026 $EGREP "yes" >/dev/null 2>&1; then
22027 ac_cv_cpp_def___x86_64__=yes
22028 else
22029 ac_cv_cpp_def___x86_64__=no
22031 rm -f conftest*
22034 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22035 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22036 if test $ac_cv_cpp_def___x86_64__ = yes; then
22037 CFLAGS="$CFLAGS -D__x86_64__"
22038 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22041 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22042 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22043 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22044 echo $ECHO_N "(cached) $ECHO_C" >&6
22045 else
22046 cat >conftest.$ac_ext <<_ACEOF
22047 /* confdefs.h. */
22048 _ACEOF
22049 cat confdefs.h >>conftest.$ac_ext
22050 cat >>conftest.$ac_ext <<_ACEOF
22051 /* end confdefs.h. */
22052 #ifndef __ALPHA__
22054 #endif
22055 _ACEOF
22056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22057 $EGREP "yes" >/dev/null 2>&1; then
22058 ac_cv_cpp_def___ALPHA__=yes
22059 else
22060 ac_cv_cpp_def___ALPHA__=no
22062 rm -f conftest*
22065 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22066 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22067 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22068 CFLAGS="$CFLAGS -D__ALPHA__"
22069 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22072 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22073 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22074 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22075 echo $ECHO_N "(cached) $ECHO_C" >&6
22076 else
22077 cat >conftest.$ac_ext <<_ACEOF
22078 /* confdefs.h. */
22079 _ACEOF
22080 cat confdefs.h >>conftest.$ac_ext
22081 cat >>conftest.$ac_ext <<_ACEOF
22082 /* end confdefs.h. */
22083 #ifndef __sparc__
22085 #endif
22086 _ACEOF
22087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22088 $EGREP "yes" >/dev/null 2>&1; then
22089 ac_cv_cpp_def___sparc__=yes
22090 else
22091 ac_cv_cpp_def___sparc__=no
22093 rm -f conftest*
22096 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22097 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22098 if test $ac_cv_cpp_def___sparc__ = yes; then
22099 CFLAGS="$CFLAGS -D__sparc__"
22100 LINTFLAGS="$LINTFLAGS -D__sparc__"
22103 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22104 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22105 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22106 echo $ECHO_N "(cached) $ECHO_C" >&6
22107 else
22108 cat >conftest.$ac_ext <<_ACEOF
22109 /* confdefs.h. */
22110 _ACEOF
22111 cat confdefs.h >>conftest.$ac_ext
22112 cat >>conftest.$ac_ext <<_ACEOF
22113 /* end confdefs.h. */
22114 #ifndef __powerpc__
22116 #endif
22117 _ACEOF
22118 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22119 $EGREP "yes" >/dev/null 2>&1; then
22120 ac_cv_cpp_def___powerpc__=yes
22121 else
22122 ac_cv_cpp_def___powerpc__=no
22124 rm -f conftest*
22127 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22128 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22129 if test $ac_cv_cpp_def___powerpc__ = yes; then
22130 CFLAGS="$CFLAGS -D__powerpc__"
22131 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22134 esac
22136 case $host_vendor in
22137 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22138 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22139 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22140 echo $ECHO_N "(cached) $ECHO_C" >&6
22141 else
22142 cat >conftest.$ac_ext <<_ACEOF
22143 /* confdefs.h. */
22144 _ACEOF
22145 cat confdefs.h >>conftest.$ac_ext
22146 cat >>conftest.$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22148 #ifndef __sun__
22150 #endif
22151 _ACEOF
22152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22153 $EGREP "yes" >/dev/null 2>&1; then
22154 ac_cv_cpp_def___sun__=yes
22155 else
22156 ac_cv_cpp_def___sun__=no
22158 rm -f conftest*
22161 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22162 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22163 if test $ac_cv_cpp_def___sun__ = yes; then
22164 CFLAGS="$CFLAGS -D__sun__"
22165 LINTFLAGS="$LINTFLAGS -D__sun__"
22168 esac
22171 DEPENDENCIES="### Dependencies:
22173 .INIT: Makefile
22174 .BEGIN: Makefile
22175 Makefile: dummy
22176 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22178 \$(OBJS): \$(IDL_GEN_HEADERS)
22179 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22180 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22181 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22182 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22185 ALL_MAKERULES=""
22187 ALL_MAKEFILES=""
22189 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22192 ALL_DLL_DIRS=""
22194 ALL_IMPLIB_DIRS=""
22196 ALL_TEST_DIRS=""
22198 ALL_PROGRAM_DIRS=""
22200 ALL_PROGRAM_INSTALL_DIRS=""
22202 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22208 ac_config_commands="$ac_config_commands include/stamp-h"
22211 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22213 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22215 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22217 ac_config_commands="$ac_config_commands dlls/user32/resources"
22219 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22221 ac_config_commands="$ac_config_commands include/wine"
22224 ALL_MAKERULES="$ALL_MAKERULES \\
22225 Make.rules"
22226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22227 Make.rules: Make.rules.in"
22228 MAKE_RULES=Make.rules
22229 ac_config_files="$ac_config_files Make.rules"
22231 ALL_MAKERULES="$ALL_MAKERULES \\
22232 dlls/Makedll.rules"
22233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22234 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22235 MAKE_DLL_RULES=dlls/Makedll.rules
22236 ac_config_files="$ac_config_files dlls/Makedll.rules"
22238 ALL_MAKERULES="$ALL_MAKERULES \\
22239 dlls/Makeimplib.rules"
22240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22241 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22242 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22243 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22245 ALL_MAKERULES="$ALL_MAKERULES \\
22246 dlls/Maketest.rules"
22247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22248 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22249 MAKE_TEST_RULES=dlls/Maketest.rules
22250 ac_config_files="$ac_config_files dlls/Maketest.rules"
22252 ALL_MAKERULES="$ALL_MAKERULES \\
22253 programs/Makeprog.rules"
22254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22255 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22256 MAKE_PROG_RULES=programs/Makeprog.rules
22257 ac_config_files="$ac_config_files programs/Makeprog.rules"
22262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22263 Makefile: Makefile.in Make.rules"
22264 ac_config_files="$ac_config_files Makefile"
22266 ALL_MAKEFILES="$ALL_MAKEFILES \\
22267 dlls/Makefile"
22269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22270 dlls/Makefile: dlls/Makefile.in Make.rules"
22271 ac_config_files="$ac_config_files dlls/Makefile"
22273 ALL_MAKEFILES="$ALL_MAKEFILES \\
22274 dlls/acledit/Makefile"
22275 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22276 acledit"
22277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22278 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22279 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22281 ALL_MAKEFILES="$ALL_MAKEFILES \\
22282 dlls/activeds/Makefile"
22283 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22284 activeds"
22285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22286 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22287 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22289 ALL_MAKEFILES="$ALL_MAKEFILES \\
22290 dlls/actxprxy/Makefile"
22291 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22292 actxprxy"
22293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22294 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22295 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22297 ALL_MAKEFILES="$ALL_MAKEFILES \\
22298 dlls/adsiid/Makefile"
22299 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22300 adsiid"
22301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22302 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22303 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22305 ALL_MAKEFILES="$ALL_MAKEFILES \\
22306 dlls/advapi32/Makefile"
22307 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22308 advapi32"
22309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22310 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22311 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22313 ALL_MAKEFILES="$ALL_MAKEFILES \\
22314 dlls/advapi32/tests/Makefile"
22315 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22316 advapi32/tests"
22317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22318 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22319 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22321 ALL_MAKEFILES="$ALL_MAKEFILES \\
22322 dlls/advpack/Makefile"
22323 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22324 advpack"
22325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22326 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22327 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22329 ALL_MAKEFILES="$ALL_MAKEFILES \\
22330 dlls/advpack/tests/Makefile"
22331 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22332 advpack/tests"
22333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22334 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22335 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22337 ALL_MAKEFILES="$ALL_MAKEFILES \\
22338 dlls/amstream/Makefile"
22339 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22340 amstream"
22341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22342 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22343 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22345 ALL_MAKEFILES="$ALL_MAKEFILES \\
22346 dlls/appwiz.cpl/Makefile"
22347 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22348 appwiz.cpl"
22349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22350 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22351 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22353 ALL_MAKEFILES="$ALL_MAKEFILES \\
22354 dlls/atl/Makefile"
22355 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22356 atl"
22357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22358 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22359 ac_config_files="$ac_config_files dlls/atl/Makefile"
22361 ALL_MAKEFILES="$ALL_MAKEFILES \\
22362 dlls/avicap32/Makefile"
22363 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22364 avicap32"
22365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22366 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22367 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22369 ALL_MAKEFILES="$ALL_MAKEFILES \\
22370 dlls/avifil32/Makefile"
22371 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22372 avifil32"
22373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22374 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22375 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22377 ALL_MAKEFILES="$ALL_MAKEFILES \\
22378 dlls/browseui/Makefile"
22379 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22380 browseui"
22381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22382 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22383 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22385 ALL_MAKEFILES="$ALL_MAKEFILES \\
22386 dlls/browseui/tests/Makefile"
22387 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22388 browseui/tests"
22389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22390 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22391 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22393 ALL_MAKEFILES="$ALL_MAKEFILES \\
22394 dlls/cabinet/Makefile"
22395 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22396 cabinet"
22397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22398 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22399 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22401 ALL_MAKEFILES="$ALL_MAKEFILES \\
22402 dlls/cabinet/tests/Makefile"
22403 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22404 cabinet/tests"
22405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22406 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22407 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22409 ALL_MAKEFILES="$ALL_MAKEFILES \\
22410 dlls/capi2032/Makefile"
22411 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22412 capi2032"
22413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22414 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22415 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22417 ALL_MAKEFILES="$ALL_MAKEFILES \\
22418 dlls/cards/Makefile"
22419 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22420 cards"
22421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22422 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22423 ac_config_files="$ac_config_files dlls/cards/Makefile"
22425 ALL_MAKEFILES="$ALL_MAKEFILES \\
22426 dlls/cfgmgr32/Makefile"
22427 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22428 cfgmgr32"
22429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22430 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22431 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22433 ALL_MAKEFILES="$ALL_MAKEFILES \\
22434 dlls/clusapi/Makefile"
22435 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22436 clusapi"
22437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22438 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22439 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22441 ALL_MAKEFILES="$ALL_MAKEFILES \\
22442 dlls/comcat/Makefile"
22443 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22444 comcat"
22445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22446 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22447 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22449 ALL_MAKEFILES="$ALL_MAKEFILES \\
22450 dlls/comcat/tests/Makefile"
22451 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22452 comcat/tests"
22453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22454 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22455 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22457 ALL_MAKEFILES="$ALL_MAKEFILES \\
22458 dlls/comctl32/Makefile"
22459 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22460 comctl32"
22461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22462 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22463 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22465 ALL_MAKEFILES="$ALL_MAKEFILES \\
22466 dlls/comctl32/tests/Makefile"
22467 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22468 comctl32/tests"
22469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22470 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22471 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22473 ALL_MAKEFILES="$ALL_MAKEFILES \\
22474 dlls/comdlg32/Makefile"
22475 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22476 comdlg32"
22477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22478 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22479 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22481 ALL_MAKEFILES="$ALL_MAKEFILES \\
22482 dlls/comdlg32/tests/Makefile"
22483 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22484 comdlg32/tests"
22485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22486 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22487 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22489 ALL_MAKEFILES="$ALL_MAKEFILES \\
22490 dlls/compstui/Makefile"
22491 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22492 compstui"
22493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22494 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22495 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22497 ALL_MAKEFILES="$ALL_MAKEFILES \\
22498 dlls/credui/Makefile"
22499 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22500 credui"
22501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22502 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22503 ac_config_files="$ac_config_files dlls/credui/Makefile"
22505 ALL_MAKEFILES="$ALL_MAKEFILES \\
22506 dlls/credui/tests/Makefile"
22507 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22508 credui/tests"
22509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22510 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22511 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22513 ALL_MAKEFILES="$ALL_MAKEFILES \\
22514 dlls/crtdll/Makefile"
22515 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22516 crtdll"
22517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22518 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22519 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22521 ALL_MAKEFILES="$ALL_MAKEFILES \\
22522 dlls/crypt32/Makefile"
22523 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22524 crypt32"
22525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22526 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22527 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22529 ALL_MAKEFILES="$ALL_MAKEFILES \\
22530 dlls/crypt32/tests/Makefile"
22531 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22532 crypt32/tests"
22533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22534 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22535 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22537 ALL_MAKEFILES="$ALL_MAKEFILES \\
22538 dlls/cryptdlg/Makefile"
22539 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22540 cryptdlg"
22541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22542 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22543 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22545 ALL_MAKEFILES="$ALL_MAKEFILES \\
22546 dlls/cryptdll/Makefile"
22547 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22548 cryptdll"
22549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22550 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22551 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22553 ALL_MAKEFILES="$ALL_MAKEFILES \\
22554 dlls/cryptnet/Makefile"
22555 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22556 cryptnet"
22557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22558 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22559 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22561 ALL_MAKEFILES="$ALL_MAKEFILES \\
22562 dlls/cryptnet/tests/Makefile"
22563 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22564 cryptnet/tests"
22565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22566 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22567 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22569 ALL_MAKEFILES="$ALL_MAKEFILES \\
22570 dlls/cryptui/Makefile"
22571 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22572 cryptui"
22573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22574 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22575 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22577 ALL_MAKEFILES="$ALL_MAKEFILES \\
22578 dlls/ctapi32/Makefile"
22579 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22580 ctapi32"
22581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22582 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22583 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22585 ALL_MAKEFILES="$ALL_MAKEFILES \\
22586 dlls/ctl3d32/Makefile"
22587 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22588 ctl3d32"
22589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22590 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22591 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22593 ALL_MAKEFILES="$ALL_MAKEFILES \\
22594 dlls/d3d10/Makefile"
22595 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22596 d3d10"
22597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22598 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22599 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22601 ALL_MAKEFILES="$ALL_MAKEFILES \\
22602 dlls/d3d8/Makefile"
22603 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22604 d3d8"
22605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22606 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22607 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22609 ALL_MAKEFILES="$ALL_MAKEFILES \\
22610 dlls/d3d8/tests/Makefile"
22611 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22612 d3d8/tests"
22613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22614 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22615 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22617 ALL_MAKEFILES="$ALL_MAKEFILES \\
22618 dlls/d3d9/Makefile"
22619 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22620 d3d9"
22621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22622 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22623 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22625 ALL_MAKEFILES="$ALL_MAKEFILES \\
22626 dlls/d3d9/tests/Makefile"
22627 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22628 d3d9/tests"
22629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22630 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22631 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22633 ALL_MAKEFILES="$ALL_MAKEFILES \\
22634 dlls/d3dim/Makefile"
22635 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22636 d3dim"
22637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22638 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22639 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22641 ALL_MAKEFILES="$ALL_MAKEFILES \\
22642 dlls/d3drm/Makefile"
22643 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22644 d3drm"
22645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22646 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22647 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22649 ALL_MAKEFILES="$ALL_MAKEFILES \\
22650 dlls/d3drm/tests/Makefile"
22651 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22652 d3drm/tests"
22653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22654 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22655 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22657 ALL_MAKEFILES="$ALL_MAKEFILES \\
22658 dlls/d3dx8/Makefile"
22659 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22660 d3dx8"
22661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22662 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22663 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22665 ALL_MAKEFILES="$ALL_MAKEFILES \\
22666 dlls/d3dx8/tests/Makefile"
22667 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22668 d3dx8/tests"
22669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22670 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22671 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22673 ALL_MAKEFILES="$ALL_MAKEFILES \\
22674 dlls/d3dx9_24/Makefile"
22675 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22676 d3dx9_24"
22677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22678 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22679 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22681 ALL_MAKEFILES="$ALL_MAKEFILES \\
22682 dlls/d3dx9_25/Makefile"
22683 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22684 d3dx9_25"
22685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22686 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22687 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22689 ALL_MAKEFILES="$ALL_MAKEFILES \\
22690 dlls/d3dx9_26/Makefile"
22691 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22692 d3dx9_26"
22693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22694 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22695 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22697 ALL_MAKEFILES="$ALL_MAKEFILES \\
22698 dlls/d3dx9_27/Makefile"
22699 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22700 d3dx9_27"
22701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22702 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22703 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22705 ALL_MAKEFILES="$ALL_MAKEFILES \\
22706 dlls/d3dx9_28/Makefile"
22707 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22708 d3dx9_28"
22709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22710 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22711 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22713 ALL_MAKEFILES="$ALL_MAKEFILES \\
22714 dlls/d3dx9_29/Makefile"
22715 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22716 d3dx9_29"
22717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22718 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22719 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22721 ALL_MAKEFILES="$ALL_MAKEFILES \\
22722 dlls/d3dx9_30/Makefile"
22723 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22724 d3dx9_30"
22725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22726 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22727 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22729 ALL_MAKEFILES="$ALL_MAKEFILES \\
22730 dlls/d3dx9_31/Makefile"
22731 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22732 d3dx9_31"
22733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22734 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22735 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22737 ALL_MAKEFILES="$ALL_MAKEFILES \\
22738 dlls/d3dx9_32/Makefile"
22739 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22740 d3dx9_32"
22741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22742 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22743 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22745 ALL_MAKEFILES="$ALL_MAKEFILES \\
22746 dlls/d3dx9_33/Makefile"
22747 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22748 d3dx9_33"
22749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22750 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22751 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22753 ALL_MAKEFILES="$ALL_MAKEFILES \\
22754 dlls/d3dx9_34/Makefile"
22755 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22756 d3dx9_34"
22757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22758 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22759 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22761 ALL_MAKEFILES="$ALL_MAKEFILES \\
22762 dlls/d3dx9_35/Makefile"
22763 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22764 d3dx9_35"
22765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22766 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22767 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22769 ALL_MAKEFILES="$ALL_MAKEFILES \\
22770 dlls/d3dx9_36/Makefile"
22771 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22772 d3dx9_36"
22773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22774 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22775 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22777 ALL_MAKEFILES="$ALL_MAKEFILES \\
22778 dlls/d3dx9_36/tests/Makefile"
22779 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22780 d3dx9_36/tests"
22781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22782 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22783 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22785 ALL_MAKEFILES="$ALL_MAKEFILES \\
22786 dlls/d3dx9_37/Makefile"
22787 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22788 d3dx9_37"
22789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22790 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22791 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22793 ALL_MAKEFILES="$ALL_MAKEFILES \\
22794 dlls/d3dxof/Makefile"
22795 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22796 d3dxof"
22797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22798 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22799 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22801 ALL_MAKEFILES="$ALL_MAKEFILES \\
22802 dlls/d3dxof/tests/Makefile"
22803 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22804 d3dxof/tests"
22805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22806 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22807 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22809 ALL_MAKEFILES="$ALL_MAKEFILES \\
22810 dlls/dbghelp/Makefile"
22811 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22812 dbghelp"
22813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22814 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22815 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22817 ALL_MAKEFILES="$ALL_MAKEFILES \\
22818 dlls/dciman32/Makefile"
22819 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22820 dciman32"
22821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22822 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22823 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22825 ALL_MAKEFILES="$ALL_MAKEFILES \\
22826 dlls/ddraw/Makefile"
22827 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22828 ddraw"
22829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22830 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22831 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22833 ALL_MAKEFILES="$ALL_MAKEFILES \\
22834 dlls/ddraw/tests/Makefile"
22835 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22836 ddraw/tests"
22837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22838 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22839 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22841 ALL_MAKEFILES="$ALL_MAKEFILES \\
22842 dlls/ddrawex/Makefile"
22843 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22844 ddrawex"
22845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22846 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22847 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22849 ALL_MAKEFILES="$ALL_MAKEFILES \\
22850 dlls/devenum/Makefile"
22851 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22852 devenum"
22853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22854 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22855 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22857 ALL_MAKEFILES="$ALL_MAKEFILES \\
22858 dlls/dinput/Makefile"
22859 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22860 dinput"
22861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22862 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22863 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22865 ALL_MAKEFILES="$ALL_MAKEFILES \\
22866 dlls/dinput/tests/Makefile"
22867 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22868 dinput/tests"
22869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22870 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22871 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22873 ALL_MAKEFILES="$ALL_MAKEFILES \\
22874 dlls/dinput8/Makefile"
22875 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22876 dinput8"
22877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22878 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22879 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22881 ALL_MAKEFILES="$ALL_MAKEFILES \\
22882 dlls/dmband/Makefile"
22883 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22884 dmband"
22885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22886 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22887 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22889 ALL_MAKEFILES="$ALL_MAKEFILES \\
22890 dlls/dmcompos/Makefile"
22891 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22892 dmcompos"
22893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22894 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22895 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22897 ALL_MAKEFILES="$ALL_MAKEFILES \\
22898 dlls/dmime/Makefile"
22899 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22900 dmime"
22901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22902 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22903 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22905 ALL_MAKEFILES="$ALL_MAKEFILES \\
22906 dlls/dmloader/Makefile"
22907 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22908 dmloader"
22909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22910 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22911 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22913 ALL_MAKEFILES="$ALL_MAKEFILES \\
22914 dlls/dmscript/Makefile"
22915 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22916 dmscript"
22917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22918 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22919 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22921 ALL_MAKEFILES="$ALL_MAKEFILES \\
22922 dlls/dmstyle/Makefile"
22923 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22924 dmstyle"
22925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22926 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22927 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22929 ALL_MAKEFILES="$ALL_MAKEFILES \\
22930 dlls/dmsynth/Makefile"
22931 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22932 dmsynth"
22933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22934 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22935 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22937 ALL_MAKEFILES="$ALL_MAKEFILES \\
22938 dlls/dmusic/Makefile"
22939 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22940 dmusic"
22941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22942 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22943 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22945 ALL_MAKEFILES="$ALL_MAKEFILES \\
22946 dlls/dmusic32/Makefile"
22947 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22948 dmusic32"
22949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22950 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22951 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22953 ALL_MAKEFILES="$ALL_MAKEFILES \\
22954 dlls/dnsapi/Makefile"
22955 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22956 dnsapi"
22957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22958 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22959 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22961 ALL_MAKEFILES="$ALL_MAKEFILES \\
22962 dlls/dnsapi/tests/Makefile"
22963 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22964 dnsapi/tests"
22965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22966 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22967 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22969 ALL_MAKEFILES="$ALL_MAKEFILES \\
22970 dlls/dplay/Makefile"
22971 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22972 dplay"
22973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22974 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22975 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22977 ALL_MAKEFILES="$ALL_MAKEFILES \\
22978 dlls/dplayx/Makefile"
22979 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22980 dplayx"
22981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22982 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22983 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22985 ALL_MAKEFILES="$ALL_MAKEFILES \\
22986 dlls/dplayx/tests/Makefile"
22987 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22988 dplayx/tests"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22991 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22993 ALL_MAKEFILES="$ALL_MAKEFILES \\
22994 dlls/dpnaddr/Makefile"
22995 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 dpnaddr"
22997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22998 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22999 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23001 ALL_MAKEFILES="$ALL_MAKEFILES \\
23002 dlls/dpnet/Makefile"
23003 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23004 dpnet"
23005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23006 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23007 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23009 ALL_MAKEFILES="$ALL_MAKEFILES \\
23010 dlls/dpnhpast/Makefile"
23011 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 dpnhpast"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23015 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/dpnlobby/Makefile"
23019 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23020 dpnlobby"
23021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23022 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23023 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23025 ALL_MAKEFILES="$ALL_MAKEFILES \\
23026 dlls/dpwsockx/Makefile"
23027 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 dpwsockx"
23029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23030 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23031 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23033 ALL_MAKEFILES="$ALL_MAKEFILES \\
23034 dlls/dsound/Makefile"
23035 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 dsound"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23039 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/dsound/tests/Makefile"
23043 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23044 dsound/tests"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23047 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23049 ALL_MAKEFILES="$ALL_MAKEFILES \\
23050 dlls/dssenh/Makefile"
23051 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23052 dssenh"
23053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23054 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23055 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23057 ALL_MAKEFILES="$ALL_MAKEFILES \\
23058 dlls/dswave/Makefile"
23059 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 dswave"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/dwmapi/Makefile"
23067 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23068 dwmapi"
23069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23070 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23071 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23073 ALL_MAKEFILES="$ALL_MAKEFILES \\
23074 dlls/dxdiagn/Makefile"
23075 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23076 dxdiagn"
23077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23078 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23079 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23081 ALL_MAKEFILES="$ALL_MAKEFILES \\
23082 dlls/dxerr8/Makefile"
23083 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23084 dxerr8"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23087 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/dxerr9/Makefile"
23091 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23092 dxerr9"
23093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23094 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23095 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23097 ALL_MAKEFILES="$ALL_MAKEFILES \\
23098 dlls/dxguid/Makefile"
23099 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23100 dxguid"
23101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23102 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23103 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23105 ALL_MAKEFILES="$ALL_MAKEFILES \\
23106 dlls/faultrep/Makefile"
23107 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23108 faultrep"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23111 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/fusion/Makefile"
23115 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 fusion"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23119 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23121 ALL_MAKEFILES="$ALL_MAKEFILES \\
23122 dlls/fusion/tests/Makefile"
23123 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23124 fusion/tests"
23125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23126 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23127 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23129 ALL_MAKEFILES="$ALL_MAKEFILES \\
23130 dlls/gdi32/Makefile"
23131 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23132 gdi32"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23135 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/gdi32/tests/Makefile"
23139 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23140 gdi32/tests"
23141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23142 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23143 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23145 ALL_MAKEFILES="$ALL_MAKEFILES \\
23146 dlls/gdiplus/Makefile"
23147 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 gdiplus"
23149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23150 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23151 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23153 ALL_MAKEFILES="$ALL_MAKEFILES \\
23154 dlls/gdiplus/tests/Makefile"
23155 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23156 gdiplus/tests"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23159 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/glu32/Makefile"
23163 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 glu32"
23165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23166 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23167 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23169 ALL_MAKEFILES="$ALL_MAKEFILES \\
23170 dlls/gphoto2.ds/Makefile"
23171 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 gphoto2.ds"
23173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23174 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23175 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23177 ALL_MAKEFILES="$ALL_MAKEFILES \\
23178 dlls/gpkcsp/Makefile"
23179 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 gpkcsp"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23183 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/hal/Makefile"
23187 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23188 hal"
23189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23190 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23191 ac_config_files="$ac_config_files dlls/hal/Makefile"
23193 ALL_MAKEFILES="$ALL_MAKEFILES \\
23194 dlls/hhctrl.ocx/Makefile"
23195 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 hhctrl.ocx"
23197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23198 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23199 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23201 ALL_MAKEFILES="$ALL_MAKEFILES \\
23202 dlls/hid/Makefile"
23203 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23204 hid"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23207 ac_config_files="$ac_config_files dlls/hid/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/hlink/Makefile"
23211 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 hlink"
23213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23214 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23215 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23217 ALL_MAKEFILES="$ALL_MAKEFILES \\
23218 dlls/hlink/tests/Makefile"
23219 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23220 hlink/tests"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23223 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23225 ALL_MAKEFILES="$ALL_MAKEFILES \\
23226 dlls/hnetcfg/Makefile"
23227 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 hnetcfg"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/iccvid/Makefile"
23235 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23236 iccvid"
23237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23238 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23239 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23241 ALL_MAKEFILES="$ALL_MAKEFILES \\
23242 dlls/icmp/Makefile"
23243 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 icmp"
23245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23246 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23247 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23249 ALL_MAKEFILES="$ALL_MAKEFILES \\
23250 dlls/ifsmgr.vxd/Makefile"
23251 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23252 ifsmgr.vxd"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23255 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/imaadp32.acm/Makefile"
23259 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 imaadp32.acm"
23261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23262 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23263 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23265 ALL_MAKEFILES="$ALL_MAKEFILES \\
23266 dlls/imagehlp/Makefile"
23267 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23268 imagehlp"
23269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23270 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23271 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23273 ALL_MAKEFILES="$ALL_MAKEFILES \\
23274 dlls/imm32/Makefile"
23275 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 imm32"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/imm32/tests/Makefile"
23283 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23284 imm32/tests"
23285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23286 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23287 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23289 ALL_MAKEFILES="$ALL_MAKEFILES \\
23290 dlls/inetcomm/Makefile"
23291 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 inetcomm"
23293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23294 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23295 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23297 ALL_MAKEFILES="$ALL_MAKEFILES \\
23298 dlls/inetcomm/tests/Makefile"
23299 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23300 inetcomm/tests"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23303 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/inetmib1/Makefile"
23307 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23308 inetmib1"
23309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23310 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23311 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23313 ALL_MAKEFILES="$ALL_MAKEFILES \\
23314 dlls/inetmib1/tests/Makefile"
23315 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23316 inetmib1/tests"
23317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23318 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23319 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23321 ALL_MAKEFILES="$ALL_MAKEFILES \\
23322 dlls/infosoft/Makefile"
23323 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 infosoft"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23327 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/infosoft/tests/Makefile"
23331 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23332 infosoft/tests"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23335 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23337 ALL_MAKEFILES="$ALL_MAKEFILES \\
23338 dlls/initpki/Makefile"
23339 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23340 initpki"
23341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23342 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23343 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23345 ALL_MAKEFILES="$ALL_MAKEFILES \\
23346 dlls/inkobj/Makefile"
23347 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 inkobj"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/inseng/Makefile"
23355 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23356 inseng"
23357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23358 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23359 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23361 ALL_MAKEFILES="$ALL_MAKEFILES \\
23362 dlls/iphlpapi/Makefile"
23363 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23364 iphlpapi"
23365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23366 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23367 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23369 ALL_MAKEFILES="$ALL_MAKEFILES \\
23370 dlls/iphlpapi/tests/Makefile"
23371 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23372 iphlpapi/tests"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23375 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/itircl/Makefile"
23379 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23380 itircl"
23381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23382 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23383 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23385 ALL_MAKEFILES="$ALL_MAKEFILES \\
23386 dlls/itss/Makefile"
23387 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23388 itss"
23389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23390 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23391 ac_config_files="$ac_config_files dlls/itss/Makefile"
23393 ALL_MAKEFILES="$ALL_MAKEFILES \\
23394 dlls/itss/tests/Makefile"
23395 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23396 itss/tests"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23399 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/jscript/Makefile"
23403 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 jscript"
23405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23406 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23407 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23409 ALL_MAKEFILES="$ALL_MAKEFILES \\
23410 dlls/jscript/tests/Makefile"
23411 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23412 jscript/tests"
23413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23414 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23415 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23417 ALL_MAKEFILES="$ALL_MAKEFILES \\
23418 dlls/kernel32/Makefile"
23419 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 kernel32"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/kernel32/tests/Makefile"
23427 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23428 kernel32/tests"
23429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23430 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23431 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23433 ALL_MAKEFILES="$ALL_MAKEFILES \\
23434 dlls/localspl/Makefile"
23435 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23436 localspl"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23439 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23441 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 dlls/localspl/tests/Makefile"
23443 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23444 localspl/tests"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23447 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/localui/Makefile"
23451 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 localui"
23453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23454 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23455 ac_config_files="$ac_config_files dlls/localui/Makefile"
23457 ALL_MAKEFILES="$ALL_MAKEFILES \\
23458 dlls/localui/tests/Makefile"
23459 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23460 localui/tests"
23461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23462 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23465 ALL_MAKEFILES="$ALL_MAKEFILES \\
23466 dlls/lz32/Makefile"
23467 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23468 lz32"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23471 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/lz32/tests/Makefile"
23475 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23476 lz32/tests"
23477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23478 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23479 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23481 ALL_MAKEFILES="$ALL_MAKEFILES \\
23482 dlls/mapi32/Makefile"
23483 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 mapi32"
23485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23486 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23487 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23489 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 dlls/mapi32/tests/Makefile"
23491 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23492 mapi32/tests"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23495 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/mciavi32/Makefile"
23499 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 mciavi32"
23501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23502 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23503 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23505 ALL_MAKEFILES="$ALL_MAKEFILES \\
23506 dlls/mcicda/Makefile"
23507 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23508 mcicda"
23509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23510 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23511 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23513 ALL_MAKEFILES="$ALL_MAKEFILES \\
23514 dlls/mciseq/Makefile"
23515 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 mciseq"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23519 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/mciwave/Makefile"
23523 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23524 mciwave"
23525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23526 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23527 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23529 ALL_MAKEFILES="$ALL_MAKEFILES \\
23530 dlls/midimap/Makefile"
23531 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 midimap"
23533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23534 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23535 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23537 ALL_MAKEFILES="$ALL_MAKEFILES \\
23538 dlls/mlang/Makefile"
23539 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23540 mlang"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23543 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/mlang/tests/Makefile"
23547 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23548 mlang/tests"
23549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23550 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23551 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23553 ALL_MAKEFILES="$ALL_MAKEFILES \\
23554 dlls/mmdevldr.vxd/Makefile"
23555 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 mmdevldr.vxd"
23557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23558 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23559 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23561 ALL_MAKEFILES="$ALL_MAKEFILES \\
23562 dlls/monodebg.vxd/Makefile"
23563 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 monodebg.vxd"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/mountmgr.sys/Makefile"
23571 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23572 mountmgr.sys"
23573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23574 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23575 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23577 ALL_MAKEFILES="$ALL_MAKEFILES \\
23578 dlls/mpr/Makefile"
23579 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 mpr"
23581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23582 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23583 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23585 ALL_MAKEFILES="$ALL_MAKEFILES \\
23586 dlls/mprapi/Makefile"
23587 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23588 mprapi"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23591 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/msacm32.drv/Makefile"
23595 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 msacm32.drv"
23597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23598 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23599 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23601 ALL_MAKEFILES="$ALL_MAKEFILES \\
23602 dlls/msacm32/Makefile"
23603 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 msacm32"
23605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23606 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23607 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23609 ALL_MAKEFILES="$ALL_MAKEFILES \\
23610 dlls/msacm32/tests/Makefile"
23611 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23612 msacm32/tests"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23615 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/msadp32.acm/Makefile"
23619 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23620 msadp32.acm"
23621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23622 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23623 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23625 ALL_MAKEFILES="$ALL_MAKEFILES \\
23626 dlls/mscat32/Makefile"
23627 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23628 mscat32"
23629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23630 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23631 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23633 ALL_MAKEFILES="$ALL_MAKEFILES \\
23634 dlls/mscms/Makefile"
23635 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23636 mscms"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23639 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/mscms/tests/Makefile"
23643 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23644 mscms/tests"
23645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23646 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23647 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23649 ALL_MAKEFILES="$ALL_MAKEFILES \\
23650 dlls/mscoree/Makefile"
23651 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23652 mscoree"
23653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23654 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23655 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23657 ALL_MAKEFILES="$ALL_MAKEFILES \\
23658 dlls/msdmo/Makefile"
23659 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23660 msdmo"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23663 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/msftedit/Makefile"
23667 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23668 msftedit"
23669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23670 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23671 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23673 ALL_MAKEFILES="$ALL_MAKEFILES \\
23674 dlls/msg711.acm/Makefile"
23675 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 msg711.acm"
23677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23678 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23679 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23681 ALL_MAKEFILES="$ALL_MAKEFILES \\
23682 dlls/mshtml.tlb/Makefile"
23683 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23684 mshtml.tlb"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23687 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/mshtml/Makefile"
23691 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 mshtml"
23693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23694 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23695 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23697 ALL_MAKEFILES="$ALL_MAKEFILES \\
23698 dlls/mshtml/tests/Makefile"
23699 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23700 mshtml/tests"
23701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23702 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23703 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23705 ALL_MAKEFILES="$ALL_MAKEFILES \\
23706 dlls/msi/Makefile"
23707 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 msi"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/msi/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/msi/tests/Makefile"
23715 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23716 msi/tests"
23717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23718 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23719 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23721 ALL_MAKEFILES="$ALL_MAKEFILES \\
23722 dlls/msimg32/Makefile"
23723 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 msimg32"
23725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23726 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23727 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23729 ALL_MAKEFILES="$ALL_MAKEFILES \\
23730 dlls/msimtf/Makefile"
23731 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23732 msimtf"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23735 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/msisip/Makefile"
23739 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23740 msisip"
23741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23742 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23743 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23745 ALL_MAKEFILES="$ALL_MAKEFILES \\
23746 dlls/msisys.ocx/Makefile"
23747 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 msisys.ocx"
23749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23750 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23751 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23753 ALL_MAKEFILES="$ALL_MAKEFILES \\
23754 dlls/msnet32/Makefile"
23755 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23756 msnet32"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23759 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/msrle32/Makefile"
23763 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23764 msrle32"
23765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23766 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23767 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23769 ALL_MAKEFILES="$ALL_MAKEFILES \\
23770 dlls/mssip32/Makefile"
23771 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 mssip32"
23773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23774 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23775 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23777 ALL_MAKEFILES="$ALL_MAKEFILES \\
23778 dlls/mstask/Makefile"
23779 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23780 mstask"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23783 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/mstask/tests/Makefile"
23787 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23788 mstask/tests"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23791 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23793 ALL_MAKEFILES="$ALL_MAKEFILES \\
23794 dlls/msvcirt/Makefile"
23795 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23796 msvcirt"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23799 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/msvcr71/Makefile"
23803 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 msvcr71"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23807 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/msvcrt/Makefile"
23811 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 msvcrt"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23815 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/msvcrt/tests/Makefile"
23819 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23820 msvcrt/tests"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23823 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/msvcrt20/Makefile"
23827 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 msvcrt20"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23831 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/msvcrt40/Makefile"
23835 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23836 msvcrt40"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23839 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/msvcrtd/Makefile"
23843 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 msvcrtd"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23847 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/msvcrtd/tests/Makefile"
23851 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23852 msvcrtd/tests"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23855 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/msvfw32/Makefile"
23859 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 msvfw32"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23863 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/msvidc32/Makefile"
23867 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 msvidc32"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23871 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/mswsock/Makefile"
23875 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 mswsock"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/msxml3/Makefile"
23883 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 msxml3"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/msxml3/tests/Makefile"
23891 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23892 msxml3/tests"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23895 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/nddeapi/Makefile"
23899 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 nddeapi"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/netapi32/Makefile"
23907 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 netapi32"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23911 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/netapi32/tests/Makefile"
23915 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23916 netapi32/tests"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23919 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/newdev/Makefile"
23923 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 newdev"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23927 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/ntdll/Makefile"
23931 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 ntdll"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/ntdll/tests/Makefile"
23939 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23940 ntdll/tests"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23943 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/ntdsapi/Makefile"
23947 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 ntdsapi"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23951 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/ntdsapi/tests/Makefile"
23955 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23956 ntdsapi/tests"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23959 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/ntoskrnl.exe/Makefile"
23963 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 ntoskrnl.exe"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23967 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/ntprint/Makefile"
23971 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 ntprint"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/ntprint/tests/Makefile"
23979 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23980 ntprint/tests"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23983 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/objsel/Makefile"
23987 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 objsel"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/odbc32/Makefile"
23995 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 odbc32"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/odbccp32/Makefile"
24003 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 odbccp32"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/odbccp32/tests/Makefile"
24011 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24012 odbccp32/tests"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/ole32/Makefile"
24019 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 ole32"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/ole32/tests/Makefile"
24027 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24028 ole32/tests"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24031 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/oleacc/Makefile"
24035 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 oleacc"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/oleaut32/Makefile"
24043 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 oleaut32"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/oleaut32/tests/Makefile"
24051 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24052 oleaut32/tests"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24055 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/olecli32/Makefile"
24059 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 olecli32"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24063 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/oledlg/Makefile"
24067 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 oledlg"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/olepro32/Makefile"
24075 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 olepro32"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/olesvr32/Makefile"
24083 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 olesvr32"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/olethk32/Makefile"
24091 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 olethk32"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/opengl32/Makefile"
24099 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 opengl32"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/opengl32/tests/Makefile"
24107 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24108 opengl32/tests"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24111 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/pdh/Makefile"
24115 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 pdh"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/pdh/tests/Makefile"
24123 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24124 pdh/tests"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24127 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/powrprof/Makefile"
24131 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 powrprof"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/printui/Makefile"
24139 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 printui"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/printui/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/propsys/Makefile"
24147 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 propsys"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24151 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/psapi/Makefile"
24155 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 psapi"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24159 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/psapi/tests/Makefile"
24163 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24164 psapi/tests"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24167 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/pstorec/Makefile"
24171 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 pstorec"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/qcap/Makefile"
24179 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 qcap"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/qedit/Makefile"
24187 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 qedit"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/qedit/tests/Makefile"
24195 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24196 qedit/tests"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24199 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/qmgr/Makefile"
24203 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 qmgr"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/qmgr/tests/Makefile"
24211 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24212 qmgr/tests"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24215 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/qmgrprxy/Makefile"
24219 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24220 qmgrprxy"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24223 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/quartz/Makefile"
24227 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 quartz"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/quartz/tests/Makefile"
24235 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24236 quartz/tests"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24239 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/query/Makefile"
24243 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 query"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/query/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/rasapi32/Makefile"
24251 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 rasapi32"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/rasapi32/tests/Makefile"
24259 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24260 rasapi32/tests"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24263 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/resutils/Makefile"
24267 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24268 resutils"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24271 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/riched20/Makefile"
24275 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 riched20"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/riched20/tests/Makefile"
24283 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24284 riched20/tests"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/riched32/Makefile"
24291 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 riched32"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/riched32/tests/Makefile"
24299 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24300 riched32/tests"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24303 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/rpcrt4/Makefile"
24307 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 rpcrt4"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/rpcrt4/tests/Makefile"
24315 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24316 rpcrt4/tests"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24319 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/rsabase/Makefile"
24323 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 rsabase"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/rsaenh/Makefile"
24331 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 rsaenh"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/rsaenh/tests/Makefile"
24339 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24340 rsaenh/tests"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24343 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/sane.ds/Makefile"
24347 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 sane.ds"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/sccbase/Makefile"
24355 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 sccbase"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/schannel/Makefile"
24363 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 schannel"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/schannel/tests/Makefile"
24371 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24372 schannel/tests"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24375 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/secur32/Makefile"
24379 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 secur32"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/secur32/tests/Makefile"
24387 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24388 secur32/tests"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24391 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/security/Makefile"
24395 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 security"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/security/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/sensapi/Makefile"
24403 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 sensapi"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/serialui/Makefile"
24411 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 serialui"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/serialui/tests/Makefile"
24419 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24420 serialui/tests"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24423 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/setupapi/Makefile"
24427 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 setupapi"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/setupapi/tests/Makefile"
24435 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24436 setupapi/tests"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24439 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/sfc/Makefile"
24443 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 sfc"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/sfc_os/Makefile"
24451 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 sfc_os"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/shdoclc/Makefile"
24459 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 shdoclc"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/shdocvw/Makefile"
24467 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 shdocvw"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/shdocvw/tests/Makefile"
24475 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24476 shdocvw/tests"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/shell32/Makefile"
24483 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 shell32"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/shell32/tests/Makefile"
24491 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24492 shell32/tests"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24495 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/shfolder/Makefile"
24499 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500 shfolder"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/shlwapi/Makefile"
24507 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 shlwapi"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/shlwapi/tests/Makefile"
24515 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24516 shlwapi/tests"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24519 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/slbcsp/Makefile"
24523 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 slbcsp"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/slc/Makefile"
24531 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 slc"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/slc/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/snmpapi/Makefile"
24539 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 snmpapi"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/snmpapi/tests/Makefile"
24547 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24548 snmpapi/tests"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24551 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/softpub/Makefile"
24555 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 softpub"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/spoolss/Makefile"
24563 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 spoolss"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/spoolss/tests/Makefile"
24571 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24572 spoolss/tests"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24575 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/stdole2.tlb/Makefile"
24579 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 stdole2.tlb"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/stdole32.tlb/Makefile"
24587 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 stdole32.tlb"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/sti/Makefile"
24595 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 sti"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/sti/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/strmiids/Makefile"
24603 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24604 strmiids"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24607 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/svrapi/Makefile"
24611 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 svrapi"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/sxs/Makefile"
24619 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 sxs"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/tapi32/Makefile"
24627 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 tapi32"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/twain_32/Makefile"
24635 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 twain_32"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/unicows/Makefile"
24643 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 unicows"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/url/Makefile"
24651 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 url"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/url/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/urlmon/Makefile"
24659 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 urlmon"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/urlmon/tests/Makefile"
24667 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24668 urlmon/tests"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24671 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/user32/Makefile"
24675 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 user32"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/user32/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/user32/tests/Makefile"
24683 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24684 user32/tests"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24687 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/userenv/Makefile"
24691 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 userenv"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/userenv/tests/Makefile"
24699 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24700 userenv/tests"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24703 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/usp10/Makefile"
24707 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 usp10"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/usp10/tests/Makefile"
24715 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24716 usp10/tests"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24719 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/uuid/Makefile"
24723 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24724 uuid"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24727 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/uxtheme/Makefile"
24731 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 uxtheme"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/uxtheme/tests/Makefile"
24739 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24740 uxtheme/tests"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/vdhcp.vxd/Makefile"
24747 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 vdhcp.vxd"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/vdmdbg/Makefile"
24755 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 vdmdbg"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/version/Makefile"
24763 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 version"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/version/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/version/tests/Makefile"
24771 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24772 version/tests"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24775 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/vmm.vxd/Makefile"
24779 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 vmm.vxd"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/vnbt.vxd/Makefile"
24787 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 vnbt.vxd"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/vnetbios.vxd/Makefile"
24795 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 vnetbios.vxd"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/vtdapi.vxd/Makefile"
24803 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 vtdapi.vxd"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/vwin32.vxd/Makefile"
24811 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 vwin32.vxd"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/w32skrnl/Makefile"
24819 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 w32skrnl"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/winealsa.drv/Makefile"
24827 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 winealsa.drv"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/wineaudioio.drv/Makefile"
24835 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 wineaudioio.drv"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/winecoreaudio.drv/Makefile"
24843 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 winecoreaudio.drv"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/winecrt0/Makefile"
24851 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24852 winecrt0"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24855 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/wined3d/Makefile"
24859 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 wined3d"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/winedos/Makefile"
24867 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 winedos"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/wineesd.drv/Makefile"
24875 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 wineesd.drv"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/winejack.drv/Makefile"
24883 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 winejack.drv"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/winejoystick.drv/Makefile"
24891 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 winejoystick.drv"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/winemp3.acm/Makefile"
24899 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 winemp3.acm"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/winenas.drv/Makefile"
24907 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 winenas.drv"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/wineoss.drv/Makefile"
24915 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 wineoss.drv"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/wineps.drv/Makefile"
24923 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 wineps.drv"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/winequartz.drv/Makefile"
24931 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 winequartz.drv"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/winex11.drv/Makefile"
24939 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 winex11.drv"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/wing32/Makefile"
24947 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 wing32"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/winhttp/Makefile"
24955 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 winhttp"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/winhttp/tests/Makefile"
24963 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24964 winhttp/tests"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24967 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/wininet/Makefile"
24971 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 wininet"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/wininet/tests/Makefile"
24979 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 wininet/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/winmm/Makefile"
24987 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 winmm"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/winmm/tests/Makefile"
24995 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24996 winmm/tests"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/winnls32/Makefile"
25003 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 winnls32"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/winscard/Makefile"
25011 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 winscard"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/winspool.drv/Makefile"
25019 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 winspool.drv"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/winspool.drv/tests/Makefile"
25027 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25028 winspool.drv/tests"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25031 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/wintab32/Makefile"
25035 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 wintab32"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/wintrust/Makefile"
25043 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 wintrust"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/wintrust/tests/Makefile"
25051 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25052 wintrust/tests"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25055 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/wldap32/Makefile"
25059 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 wldap32"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/wmi/Makefile"
25067 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 wmi"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/wnaspi32/Makefile"
25075 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 wnaspi32"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/wow32/Makefile"
25083 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 wow32"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/ws2_32/Makefile"
25091 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 ws2_32"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/ws2_32/tests/Makefile"
25099 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25100 ws2_32/tests"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25103 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/wsock32/Makefile"
25107 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 wsock32"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/wtsapi32/Makefile"
25115 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 wtsapi32"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 documentation/Makefile"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 documentation/Makefile: documentation/Makefile.in Make.rules"
25126 ac_config_files="$ac_config_files documentation/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 fonts/Makefile"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 fonts/Makefile: fonts/Makefile.in Make.rules"
25133 ac_config_files="$ac_config_files fonts/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 include/Makefile"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 include/Makefile: include/Makefile.in Make.rules"
25140 ac_config_files="$ac_config_files include/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 libs/Makefile"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 libs/Makefile: libs/Makefile.in Make.rules"
25147 ac_config_files="$ac_config_files libs/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 libs/port/Makefile"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25154 ac_config_files="$ac_config_files libs/port/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 libs/wine/Makefile"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25161 ac_config_files="$ac_config_files libs/wine/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 libs/wpp/Makefile"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25168 ac_config_files="$ac_config_files libs/wpp/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 loader/Makefile"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 loader/Makefile: loader/Makefile.in Make.rules"
25175 ac_config_files="$ac_config_files loader/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 programs/Makefile"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 programs/Makefile: programs/Makefile.in Make.rules"
25182 ac_config_files="$ac_config_files programs/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 programs/clock/Makefile"
25186 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25187 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25188 clock"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25191 ac_config_files="$ac_config_files programs/clock/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 programs/cmd/Makefile"
25195 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25196 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25197 cmd"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25200 ac_config_files="$ac_config_files programs/cmd/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 programs/cmdlgtst/Makefile"
25204 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25205 cmdlgtst"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25208 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 programs/control/Makefile"
25212 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25213 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25214 control"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25217 ac_config_files="$ac_config_files programs/control/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 programs/eject/Makefile"
25221 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25222 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25223 eject"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25226 ac_config_files="$ac_config_files programs/eject/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 programs/expand/Makefile"
25230 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25231 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25232 expand"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25235 ac_config_files="$ac_config_files programs/expand/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 programs/explorer/Makefile"
25239 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25240 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25241 explorer"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25244 ac_config_files="$ac_config_files programs/explorer/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 programs/hh/Makefile"
25248 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25249 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25253 ac_config_files="$ac_config_files programs/hh/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 programs/icinfo/Makefile"
25257 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25258 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25259 icinfo"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25262 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 programs/iexplore/Makefile"
25266 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25267 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25268 iexplore"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25271 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 programs/msiexec/Makefile"
25275 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25276 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25277 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25278 msiexec"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25281 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 programs/net/Makefile"
25285 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25286 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25287 net"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25290 ac_config_files="$ac_config_files programs/net/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 programs/notepad/Makefile"
25294 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25295 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25296 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25297 notepad"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25300 ac_config_files="$ac_config_files programs/notepad/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 programs/oleview/Makefile"
25304 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25305 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25306 oleview"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25309 ac_config_files="$ac_config_files programs/oleview/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 programs/progman/Makefile"
25313 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25314 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25315 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25316 progman"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25319 ac_config_files="$ac_config_files programs/progman/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 programs/reg/Makefile"
25323 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25324 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25325 reg"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25328 ac_config_files="$ac_config_files programs/reg/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 programs/regedit/Makefile"
25332 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25333 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25334 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25335 regedit"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25338 ac_config_files="$ac_config_files programs/regedit/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 programs/regsvr32/Makefile"
25342 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25343 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25344 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25345 regsvr32"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25348 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 programs/rpcss/Makefile"
25352 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25353 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25354 rpcss"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25357 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 programs/rundll32/Makefile"
25361 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25362 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25363 rundll32"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25366 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 programs/secedit/Makefile"
25370 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25371 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25372 secedit"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25375 ac_config_files="$ac_config_files programs/secedit/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 programs/services/Makefile"
25379 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25380 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25381 services"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25384 ac_config_files="$ac_config_files programs/services/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 programs/spoolsv/Makefile"
25388 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25389 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25390 spoolsv"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25393 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 programs/start/Makefile"
25397 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25398 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25399 start"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25402 ac_config_files="$ac_config_files programs/start/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 programs/svchost/Makefile"
25406 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25407 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25408 svchost"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25411 ac_config_files="$ac_config_files programs/svchost/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 programs/taskmgr/Makefile"
25415 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25416 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25417 taskmgr"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25420 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 programs/uninstaller/Makefile"
25424 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25425 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25426 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25427 uninstaller"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25430 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 programs/view/Makefile"
25434 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25435 view"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25438 ac_config_files="$ac_config_files programs/view/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 programs/wineboot/Makefile"
25442 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25443 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25444 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25445 wineboot"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25448 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 programs/winebrowser/Makefile"
25452 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25453 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25454 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25455 winebrowser"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25458 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 programs/winecfg/Makefile"
25462 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25463 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25464 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25465 winecfg"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25468 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 programs/wineconsole/Makefile"
25472 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25473 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25474 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25475 wineconsole"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25478 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 programs/winedbg/Makefile"
25482 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25483 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25484 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25485 winedbg"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25488 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 programs/winedevice/Makefile"
25492 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25493 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25494 winedevice"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25497 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 programs/winefile/Makefile"
25501 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25502 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25503 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25504 winefile"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25507 ac_config_files="$ac_config_files programs/winefile/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 programs/winemenubuilder/Makefile"
25511 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25512 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25513 winemenubuilder"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25516 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 programs/winemine/Makefile"
25520 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25521 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25522 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25523 winemine"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25526 ac_config_files="$ac_config_files programs/winemine/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 programs/winepath/Makefile"
25530 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25531 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25532 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25533 winepath"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25536 ac_config_files="$ac_config_files programs/winepath/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 programs/winetest/Makefile"
25540 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25541 winetest"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25544 ac_config_files="$ac_config_files programs/winetest/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 programs/winevdm/Makefile"
25548 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25549 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25550 winevdm"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25553 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 programs/winhlp32/Makefile"
25557 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25558 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25559 winhlp32"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25562 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 programs/winver/Makefile"
25566 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25567 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25568 winver"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25571 ac_config_files="$ac_config_files programs/winver/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 programs/wordpad/Makefile"
25575 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25576 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25577 wordpad"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25580 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 programs/write/Makefile"
25584 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25585 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25586 write"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25589 ac_config_files="$ac_config_files programs/write/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 programs/xcopy/Makefile"
25593 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25594 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25595 xcopy"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25598 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 server/Makefile"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 server/Makefile: server/Makefile.in Make.rules"
25605 ac_config_files="$ac_config_files server/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 tools/Makefile"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 tools/Makefile: tools/Makefile.in Make.rules"
25612 ac_config_files="$ac_config_files tools/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 tools/widl/Makefile"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25619 ac_config_files="$ac_config_files tools/widl/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 tools/winebuild/Makefile"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25626 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 tools/winedump/Makefile"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25633 ac_config_files="$ac_config_files tools/winedump/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 tools/winegcc/Makefile"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25640 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 tools/wmc/Makefile"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25647 ac_config_files="$ac_config_files tools/wmc/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 tools/wrc/Makefile"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25654 ac_config_files="$ac_config_files tools/wrc/Makefile"
25657 if test "x$enable_tests" == "xno"
25658 then
25659 ALL_TEST_DIRS=""
25663 cat >confcache <<\_ACEOF
25664 # This file is a shell script that caches the results of configure
25665 # tests run on this system so they can be shared between configure
25666 # scripts and configure runs, see configure's option --config-cache.
25667 # It is not useful on other systems. If it contains results you don't
25668 # want to keep, you may remove or edit it.
25670 # config.status only pays attention to the cache file if you give it
25671 # the --recheck option to rerun configure.
25673 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25674 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25675 # following values.
25677 _ACEOF
25679 # The following way of writing the cache mishandles newlines in values,
25680 # but we know of no workaround that is simple, portable, and efficient.
25681 # So, we kill variables containing newlines.
25682 # Ultrix sh set writes to stderr and can't be redirected directly,
25683 # and sets the high bit in the cache file unless we assign to the vars.
25685 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25686 eval ac_val=\$$ac_var
25687 case $ac_val in #(
25688 *${as_nl}*)
25689 case $ac_var in #(
25690 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25691 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25692 esac
25693 case $ac_var in #(
25694 _ | IFS | as_nl) ;; #(
25695 *) $as_unset $ac_var ;;
25696 esac ;;
25697 esac
25698 done
25700 (set) 2>&1 |
25701 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25702 *${as_nl}ac_space=\ *)
25703 # `set' does not quote correctly, so add quotes (double-quote
25704 # substitution turns \\\\ into \\, and sed turns \\ into \).
25705 sed -n \
25706 "s/'/'\\\\''/g;
25707 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25708 ;; #(
25710 # `set' quotes correctly as required by POSIX, so do not add quotes.
25711 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25713 esac |
25714 sort
25716 sed '
25717 /^ac_cv_env_/b end
25718 t clear
25719 :clear
25720 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25721 t end
25722 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25723 :end' >>confcache
25724 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25725 if test -w "$cache_file"; then
25726 test "x$cache_file" != "x/dev/null" &&
25727 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25728 echo "$as_me: updating cache $cache_file" >&6;}
25729 cat confcache >$cache_file
25730 else
25731 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25732 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25735 rm -f confcache
25737 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25738 # Let make expand exec_prefix.
25739 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25741 DEFS=-DHAVE_CONFIG_H
25743 ac_libobjs=
25744 ac_ltlibobjs=
25745 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25746 # 1. Remove the extension, and $U if already installed.
25747 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25748 ac_i=`echo "$ac_i" | sed "$ac_script"`
25749 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25750 # will be set to the directory where LIBOBJS objects are built.
25751 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25752 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25753 done
25754 LIBOBJS=$ac_libobjs
25756 LTLIBOBJS=$ac_ltlibobjs
25760 : ${CONFIG_STATUS=./config.status}
25761 ac_clean_files_save=$ac_clean_files
25762 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25763 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25764 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25765 cat >$CONFIG_STATUS <<_ACEOF
25766 #! $SHELL
25767 # Generated by $as_me.
25768 # Run this file to recreate the current configuration.
25769 # Compiler output produced by configure, useful for debugging
25770 # configure, is in config.log if it exists.
25772 debug=false
25773 ac_cs_recheck=false
25774 ac_cs_silent=false
25775 SHELL=\${CONFIG_SHELL-$SHELL}
25776 _ACEOF
25778 cat >>$CONFIG_STATUS <<\_ACEOF
25779 ## --------------------- ##
25780 ## M4sh Initialization. ##
25781 ## --------------------- ##
25783 # Be more Bourne compatible
25784 DUALCASE=1; export DUALCASE # for MKS sh
25785 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25786 emulate sh
25787 NULLCMD=:
25788 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25789 # is contrary to our usage. Disable this feature.
25790 alias -g '${1+"$@"}'='"$@"'
25791 setopt NO_GLOB_SUBST
25792 else
25793 case `(set -o) 2>/dev/null` in
25794 *posix*) set -o posix ;;
25795 esac
25802 # PATH needs CR
25803 # Avoid depending upon Character Ranges.
25804 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25805 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25806 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25807 as_cr_digits='0123456789'
25808 as_cr_alnum=$as_cr_Letters$as_cr_digits
25810 # The user is always right.
25811 if test "${PATH_SEPARATOR+set}" != set; then
25812 echo "#! /bin/sh" >conf$$.sh
25813 echo "exit 0" >>conf$$.sh
25814 chmod +x conf$$.sh
25815 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25816 PATH_SEPARATOR=';'
25817 else
25818 PATH_SEPARATOR=:
25820 rm -f conf$$.sh
25823 # Support unset when possible.
25824 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25825 as_unset=unset
25826 else
25827 as_unset=false
25831 # IFS
25832 # We need space, tab and new line, in precisely that order. Quoting is
25833 # there to prevent editors from complaining about space-tab.
25834 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25835 # splitting by setting IFS to empty value.)
25836 as_nl='
25838 IFS=" "" $as_nl"
25840 # Find who we are. Look in the path if we contain no directory separator.
25841 case $0 in
25842 *[\\/]* ) as_myself=$0 ;;
25843 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25844 for as_dir in $PATH
25846 IFS=$as_save_IFS
25847 test -z "$as_dir" && as_dir=.
25848 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25849 done
25850 IFS=$as_save_IFS
25853 esac
25854 # We did not find ourselves, most probably we were run as `sh COMMAND'
25855 # in which case we are not to be found in the path.
25856 if test "x$as_myself" = x; then
25857 as_myself=$0
25859 if test ! -f "$as_myself"; then
25860 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25861 { (exit 1); exit 1; }
25864 # Work around bugs in pre-3.0 UWIN ksh.
25865 for as_var in ENV MAIL MAILPATH
25866 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25867 done
25868 PS1='$ '
25869 PS2='> '
25870 PS4='+ '
25872 # NLS nuisances.
25873 for as_var in \
25874 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25875 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25876 LC_TELEPHONE LC_TIME
25878 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25879 eval $as_var=C; export $as_var
25880 else
25881 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25883 done
25885 # Required to use basename.
25886 if expr a : '\(a\)' >/dev/null 2>&1 &&
25887 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25888 as_expr=expr
25889 else
25890 as_expr=false
25893 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25894 as_basename=basename
25895 else
25896 as_basename=false
25900 # Name of the executable.
25901 as_me=`$as_basename -- "$0" ||
25902 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25903 X"$0" : 'X\(//\)$' \| \
25904 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25905 echo X/"$0" |
25906 sed '/^.*\/\([^/][^/]*\)\/*$/{
25907 s//\1/
25910 /^X\/\(\/\/\)$/{
25911 s//\1/
25914 /^X\/\(\/\).*/{
25915 s//\1/
25918 s/.*/./; q'`
25920 # CDPATH.
25921 $as_unset CDPATH
25925 as_lineno_1=$LINENO
25926 as_lineno_2=$LINENO
25927 test "x$as_lineno_1" != "x$as_lineno_2" &&
25928 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25930 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25931 # uniformly replaced by the line number. The first 'sed' inserts a
25932 # line-number line after each line using $LINENO; the second 'sed'
25933 # does the real work. The second script uses 'N' to pair each
25934 # line-number line with the line containing $LINENO, and appends
25935 # trailing '-' during substitution so that $LINENO is not a special
25936 # case at line end.
25937 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25938 # scripts with optimization help from Paolo Bonzini. Blame Lee
25939 # E. McMahon (1931-1989) for sed's syntax. :-)
25940 sed -n '
25942 /[$]LINENO/=
25943 ' <$as_myself |
25944 sed '
25945 s/[$]LINENO.*/&-/
25946 t lineno
25948 :lineno
25950 :loop
25951 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25952 t loop
25953 s/-\n.*//
25954 ' >$as_me.lineno &&
25955 chmod +x "$as_me.lineno" ||
25956 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25957 { (exit 1); exit 1; }; }
25959 # Don't try to exec as it changes $[0], causing all sort of problems
25960 # (the dirname of $[0] is not the place where we might find the
25961 # original and so on. Autoconf is especially sensitive to this).
25962 . "./$as_me.lineno"
25963 # Exit status is that of the last command.
25964 exit
25968 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25969 as_dirname=dirname
25970 else
25971 as_dirname=false
25974 ECHO_C= ECHO_N= ECHO_T=
25975 case `echo -n x` in
25976 -n*)
25977 case `echo 'x\c'` in
25978 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25979 *) ECHO_C='\c';;
25980 esac;;
25982 ECHO_N='-n';;
25983 esac
25985 if expr a : '\(a\)' >/dev/null 2>&1 &&
25986 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25987 as_expr=expr
25988 else
25989 as_expr=false
25992 rm -f conf$$ conf$$.exe conf$$.file
25993 if test -d conf$$.dir; then
25994 rm -f conf$$.dir/conf$$.file
25995 else
25996 rm -f conf$$.dir
25997 mkdir conf$$.dir
25999 echo >conf$$.file
26000 if ln -s conf$$.file conf$$ 2>/dev/null; then
26001 as_ln_s='ln -s'
26002 # ... but there are two gotchas:
26003 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26004 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26005 # In both cases, we have to default to `cp -p'.
26006 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26007 as_ln_s='cp -p'
26008 elif ln conf$$.file conf$$ 2>/dev/null; then
26009 as_ln_s=ln
26010 else
26011 as_ln_s='cp -p'
26013 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26014 rmdir conf$$.dir 2>/dev/null
26016 if mkdir -p . 2>/dev/null; then
26017 as_mkdir_p=:
26018 else
26019 test -d ./-p && rmdir ./-p
26020 as_mkdir_p=false
26023 if test -x / >/dev/null 2>&1; then
26024 as_test_x='test -x'
26025 else
26026 if ls -dL / >/dev/null 2>&1; then
26027 as_ls_L_option=L
26028 else
26029 as_ls_L_option=
26031 as_test_x='
26032 eval sh -c '\''
26033 if test -d "$1"; then
26034 test -d "$1/.";
26035 else
26036 case $1 in
26037 -*)set "./$1";;
26038 esac;
26039 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26040 ???[sx]*):;;*)false;;esac;fi
26041 '\'' sh
26044 as_executable_p=$as_test_x
26046 # Sed expression to map a string onto a valid CPP name.
26047 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26049 # Sed expression to map a string onto a valid variable name.
26050 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26053 exec 6>&1
26055 # Save the log message, to keep $[0] and so on meaningful, and to
26056 # report actual input values of CONFIG_FILES etc. instead of their
26057 # values after options handling.
26058 ac_log="
26059 This file was extended by Wine $as_me 1.1.3, which was
26060 generated by GNU Autoconf 2.61. Invocation command line was
26062 CONFIG_FILES = $CONFIG_FILES
26063 CONFIG_HEADERS = $CONFIG_HEADERS
26064 CONFIG_LINKS = $CONFIG_LINKS
26065 CONFIG_COMMANDS = $CONFIG_COMMANDS
26066 $ $0 $@
26068 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26071 _ACEOF
26073 cat >>$CONFIG_STATUS <<_ACEOF
26074 # Files that config.status was made for.
26075 config_files="$ac_config_files"
26076 config_headers="$ac_config_headers"
26077 config_commands="$ac_config_commands"
26079 _ACEOF
26081 cat >>$CONFIG_STATUS <<\_ACEOF
26082 ac_cs_usage="\
26083 \`$as_me' instantiates files from templates according to the
26084 current configuration.
26086 Usage: $0 [OPTIONS] [FILE]...
26088 -h, --help print this help, then exit
26089 -V, --version print version number and configuration settings, then exit
26090 -q, --quiet do not print progress messages
26091 -d, --debug don't remove temporary files
26092 --recheck update $as_me by reconfiguring in the same conditions
26093 --file=FILE[:TEMPLATE]
26094 instantiate the configuration file FILE
26095 --header=FILE[:TEMPLATE]
26096 instantiate the configuration header FILE
26098 Configuration files:
26099 $config_files
26101 Configuration headers:
26102 $config_headers
26104 Configuration commands:
26105 $config_commands
26107 Report bugs to <bug-autoconf@gnu.org>."
26109 _ACEOF
26110 cat >>$CONFIG_STATUS <<_ACEOF
26111 ac_cs_version="\\
26112 Wine config.status 1.1.3
26113 configured by $0, generated by GNU Autoconf 2.61,
26114 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26116 Copyright (C) 2006 Free Software Foundation, Inc.
26117 This config.status script is free software; the Free Software Foundation
26118 gives unlimited permission to copy, distribute and modify it."
26120 ac_pwd='$ac_pwd'
26121 srcdir='$srcdir'
26122 INSTALL='$INSTALL'
26123 _ACEOF
26125 cat >>$CONFIG_STATUS <<\_ACEOF
26126 # If no file are specified by the user, then we need to provide default
26127 # value. By we need to know if files were specified by the user.
26128 ac_need_defaults=:
26129 while test $# != 0
26131 case $1 in
26132 --*=*)
26133 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26134 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26135 ac_shift=:
26138 ac_option=$1
26139 ac_optarg=$2
26140 ac_shift=shift
26142 esac
26144 case $ac_option in
26145 # Handling of the options.
26146 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26147 ac_cs_recheck=: ;;
26148 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26149 echo "$ac_cs_version"; exit ;;
26150 --debug | --debu | --deb | --de | --d | -d )
26151 debug=: ;;
26152 --file | --fil | --fi | --f )
26153 $ac_shift
26154 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26155 ac_need_defaults=false;;
26156 --header | --heade | --head | --hea )
26157 $ac_shift
26158 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26159 ac_need_defaults=false;;
26160 --he | --h)
26161 # Conflict between --help and --header
26162 { echo "$as_me: error: ambiguous option: $1
26163 Try \`$0 --help' for more information." >&2
26164 { (exit 1); exit 1; }; };;
26165 --help | --hel | -h )
26166 echo "$ac_cs_usage"; exit ;;
26167 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26168 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26169 ac_cs_silent=: ;;
26171 # This is an error.
26172 -*) { echo "$as_me: error: unrecognized option: $1
26173 Try \`$0 --help' for more information." >&2
26174 { (exit 1); exit 1; }; } ;;
26176 *) ac_config_targets="$ac_config_targets $1"
26177 ac_need_defaults=false ;;
26179 esac
26180 shift
26181 done
26183 ac_configure_extra_args=
26185 if $ac_cs_silent; then
26186 exec 6>/dev/null
26187 ac_configure_extra_args="$ac_configure_extra_args --silent"
26190 _ACEOF
26191 cat >>$CONFIG_STATUS <<_ACEOF
26192 if \$ac_cs_recheck; then
26193 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26194 CONFIG_SHELL=$SHELL
26195 export CONFIG_SHELL
26196 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26199 _ACEOF
26200 cat >>$CONFIG_STATUS <<\_ACEOF
26201 exec 5>>config.log
26203 echo
26204 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26205 ## Running $as_me. ##
26206 _ASBOX
26207 echo "$ac_log"
26208 } >&5
26210 _ACEOF
26211 cat >>$CONFIG_STATUS <<_ACEOF
26212 _ACEOF
26214 cat >>$CONFIG_STATUS <<\_ACEOF
26216 # Handling of arguments.
26217 for ac_config_target in $ac_config_targets
26219 case $ac_config_target in
26220 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26221 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26222 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26223 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26224 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26225 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26226 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26227 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26228 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26229 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26230 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26231 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26232 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26233 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26234 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26235 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26236 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26237 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26238 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26239 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26240 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26241 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26242 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26243 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26244 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26245 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26246 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26247 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26248 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26249 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26250 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26251 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26252 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26253 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26254 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26255 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26256 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26257 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26258 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26259 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26260 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26261 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26262 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26263 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26264 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26265 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26266 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26267 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26268 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26269 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26270 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26271 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26272 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26273 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26274 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26275 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26276 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26277 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26278 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26279 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26280 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26281 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26282 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26283 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26284 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26285 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26286 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26287 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26288 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26289 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26290 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26291 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26292 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26293 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26294 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26295 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26296 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26297 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26298 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26299 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26300 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26301 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26302 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26303 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26304 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26305 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26306 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26307 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26308 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26309 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26310 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26311 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26312 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26313 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26314 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26315 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26316 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26317 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26318 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26319 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26320 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26321 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26322 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26323 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26324 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26325 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26326 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26327 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26328 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26329 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26330 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26331 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26332 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26333 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26334 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26335 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26336 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26337 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26338 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26339 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26340 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26341 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26342 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26343 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26344 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26345 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26346 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26347 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26348 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26349 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26350 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26351 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26352 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26353 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26354 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26355 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26356 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26357 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26358 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26359 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26360 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26361 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26362 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26363 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26364 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26365 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26366 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26367 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26368 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26369 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26370 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26371 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26372 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26373 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26374 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26375 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26376 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26377 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26378 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26379 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26380 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26381 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26382 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26383 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26384 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26385 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26386 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26387 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26388 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26389 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26390 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26391 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26392 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26393 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26394 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26395 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26396 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26397 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26398 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26399 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26400 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26401 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26402 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26403 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26404 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26405 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26406 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26407 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26408 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26409 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26410 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26411 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26412 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26413 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26414 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26415 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26416 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26417 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26418 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26419 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26420 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26421 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26422 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26423 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26424 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26425 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26426 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26427 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26428 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26429 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26430 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26431 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26432 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26433 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26434 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26435 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26436 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26437 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26438 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26439 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26440 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26441 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26442 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26443 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26444 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26445 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26446 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26447 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26448 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26449 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26450 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26451 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26452 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26453 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26454 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26455 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26456 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26457 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26458 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26459 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26460 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26461 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26462 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26463 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26464 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26465 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26466 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26467 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26468 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26469 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26470 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26471 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26472 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26473 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26474 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26475 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26476 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26477 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26478 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26479 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26480 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26481 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26482 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26483 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26484 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26485 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26486 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26487 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26488 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26489 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26490 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26491 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26492 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26493 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26494 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26495 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26496 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26497 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26498 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26499 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26500 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26501 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26502 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26503 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26504 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26505 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26506 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26507 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26508 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26509 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26510 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26511 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26512 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26513 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26514 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26515 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26516 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26517 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26518 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26519 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26520 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26521 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26522 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26523 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26524 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26525 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26526 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26527 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26528 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26529 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26530 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26531 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26532 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26533 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26534 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26535 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26536 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26537 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26538 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26539 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26540 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26541 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26542 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26543 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26544 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26545 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26546 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26547 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26548 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26549 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26550 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26551 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26552 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26553 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26554 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26555 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26556 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26557 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26558 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26559 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26560 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26561 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26562 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26563 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26564 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26565 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26566 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26567 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26568 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26569 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26570 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26571 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26572 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26573 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26574 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26575 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26576 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26577 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26578 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26579 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26580 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26581 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26582 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26583 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26584 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26585 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26586 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26587 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26588 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26589 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26590 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26591 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26592 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26593 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26594 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26595 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26596 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26597 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26598 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26599 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26600 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26601 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26602 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26603 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26604 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26605 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26606 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26607 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26608 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26609 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26610 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26611 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26612 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26613 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26614 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26615 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26616 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26617 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26618 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26619 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26620 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26621 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26622 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26623 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26624 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26625 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26626 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26627 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26628 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26629 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26630 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26631 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26632 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26633 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26634 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26635 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26636 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26637 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26638 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26639 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26640 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26641 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26642 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26643 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26644 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26645 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26646 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26647 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26648 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26649 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26650 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26651 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26652 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26654 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26655 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26656 { (exit 1); exit 1; }; };;
26657 esac
26658 done
26661 # If the user did not use the arguments to specify the items to instantiate,
26662 # then the envvar interface is used. Set only those that are not.
26663 # We use the long form for the default assignment because of an extremely
26664 # bizarre bug on SunOS 4.1.3.
26665 if $ac_need_defaults; then
26666 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26667 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26668 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26671 # Have a temporary directory for convenience. Make it in the build tree
26672 # simply because there is no reason against having it here, and in addition,
26673 # creating and moving files from /tmp can sometimes cause problems.
26674 # Hook for its removal unless debugging.
26675 # Note that there is a small window in which the directory will not be cleaned:
26676 # after its creation but before its name has been assigned to `$tmp'.
26677 $debug ||
26679 tmp=
26680 trap 'exit_status=$?
26681 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26683 trap '{ (exit 1); exit 1; }' 1 2 13 15
26685 # Create a (secure) tmp directory for tmp files.
26688 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26689 test -n "$tmp" && test -d "$tmp"
26690 } ||
26692 tmp=./conf$$-$RANDOM
26693 (umask 077 && mkdir "$tmp")
26694 } ||
26696 echo "$me: cannot create a temporary directory in ." >&2
26697 { (exit 1); exit 1; }
26701 # Set up the sed scripts for CONFIG_FILES section.
26704 # No need to generate the scripts if there are no CONFIG_FILES.
26705 # This happens for instance when ./config.status config.h
26706 if test -n "$CONFIG_FILES"; then
26708 _ACEOF
26710 # Create sed commands to just substitute file output variables.
26712 # Remaining file output variables are in a fragment that also has non-file
26713 # output varibles.
26717 ac_delim='%!_!# '
26718 for ac_last_try in false false false false false :; do
26719 cat >conf$$subs.sed <<_ACEOF
26720 SHELL!$SHELL$ac_delim
26721 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26722 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26723 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26724 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26725 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26726 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26727 exec_prefix!$exec_prefix$ac_delim
26728 prefix!$prefix$ac_delim
26729 program_transform_name!$program_transform_name$ac_delim
26730 bindir!$bindir$ac_delim
26731 sbindir!$sbindir$ac_delim
26732 libexecdir!$libexecdir$ac_delim
26733 datarootdir!$datarootdir$ac_delim
26734 datadir!$datadir$ac_delim
26735 sysconfdir!$sysconfdir$ac_delim
26736 sharedstatedir!$sharedstatedir$ac_delim
26737 localstatedir!$localstatedir$ac_delim
26738 includedir!$includedir$ac_delim
26739 oldincludedir!$oldincludedir$ac_delim
26740 docdir!$docdir$ac_delim
26741 infodir!$infodir$ac_delim
26742 htmldir!$htmldir$ac_delim
26743 dvidir!$dvidir$ac_delim
26744 pdfdir!$pdfdir$ac_delim
26745 psdir!$psdir$ac_delim
26746 libdir!$libdir$ac_delim
26747 localedir!$localedir$ac_delim
26748 mandir!$mandir$ac_delim
26749 DEFS!$DEFS$ac_delim
26750 ECHO_C!$ECHO_C$ac_delim
26751 ECHO_N!$ECHO_N$ac_delim
26752 ECHO_T!$ECHO_T$ac_delim
26753 LIBS!$LIBS$ac_delim
26754 build_alias!$build_alias$ac_delim
26755 host_alias!$host_alias$ac_delim
26756 target_alias!$target_alias$ac_delim
26757 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26758 build!$build$ac_delim
26759 build_cpu!$build_cpu$ac_delim
26760 build_vendor!$build_vendor$ac_delim
26761 build_os!$build_os$ac_delim
26762 host!$host$ac_delim
26763 host_cpu!$host_cpu$ac_delim
26764 host_vendor!$host_vendor$ac_delim
26765 host_os!$host_os$ac_delim
26766 WIN16_FILES!$WIN16_FILES$ac_delim
26767 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26768 WINETEST!$WINETEST$ac_delim
26769 SET_MAKE!$SET_MAKE$ac_delim
26770 CC!$CC$ac_delim
26771 CFLAGS!$CFLAGS$ac_delim
26772 LDFLAGS!$LDFLAGS$ac_delim
26773 CPPFLAGS!$CPPFLAGS$ac_delim
26774 ac_ct_CC!$ac_ct_CC$ac_delim
26775 EXEEXT!$EXEEXT$ac_delim
26776 OBJEXT!$OBJEXT$ac_delim
26777 CXX!$CXX$ac_delim
26778 CXXFLAGS!$CXXFLAGS$ac_delim
26779 ac_ct_CXX!$ac_ct_CXX$ac_delim
26780 CPPBIN!$CPPBIN$ac_delim
26781 TOOLSDIR!$TOOLSDIR$ac_delim
26782 XMKMF!$XMKMF$ac_delim
26783 CPP!$CPP$ac_delim
26784 X_CFLAGS!$X_CFLAGS$ac_delim
26785 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26786 X_LIBS!$X_LIBS$ac_delim
26787 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26788 FLEX!$FLEX$ac_delim
26789 BISON!$BISON$ac_delim
26790 AS!$AS$ac_delim
26791 ac_ct_AS!$ac_ct_AS$ac_delim
26792 LD!$LD$ac_delim
26793 ac_ct_LD!$ac_ct_LD$ac_delim
26794 NM!$NM$ac_delim
26795 ac_ct_NM!$ac_ct_NM$ac_delim
26796 AR!$AR$ac_delim
26797 ac_ct_AR!$ac_ct_AR$ac_delim
26798 ARFLAGS!$ARFLAGS$ac_delim
26799 RANLIB!$RANLIB$ac_delim
26800 STRIP!$STRIP$ac_delim
26801 WINDRES!$WINDRES$ac_delim
26802 _ACEOF
26804 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26805 break
26806 elif $ac_last_try; then
26807 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26808 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26809 { (exit 1); exit 1; }; }
26810 else
26811 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26813 done
26815 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26816 if test -n "$ac_eof"; then
26817 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26818 ac_eof=`expr $ac_eof + 1`
26821 cat >>$CONFIG_STATUS <<_ACEOF
26822 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26823 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26824 /^[ ]*@MAKE_RULES@[ ]*$/{
26825 r $MAKE_RULES
26828 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26829 r $MAKE_DLL_RULES
26832 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26833 r $MAKE_IMPLIB_RULES
26836 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26837 r $MAKE_TEST_RULES
26840 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26841 r $MAKE_PROG_RULES
26844 _ACEOF
26845 sed '
26846 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26847 s/^/s,@/; s/!/@,|#_!!_#|/
26850 s/'"$ac_delim"'$/,g/; t
26851 s/$/\\/; p
26852 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26853 ' >>$CONFIG_STATUS <conf$$subs.sed
26854 rm -f conf$$subs.sed
26855 cat >>$CONFIG_STATUS <<_ACEOF
26856 CEOF$ac_eof
26857 _ACEOF
26860 ac_delim='%!_!# '
26861 for ac_last_try in false false false false false :; do
26862 cat >conf$$subs.sed <<_ACEOF
26863 LN_S!$LN_S$ac_delim
26864 LN!$LN$ac_delim
26865 GREP!$GREP$ac_delim
26866 EGREP!$EGREP$ac_delim
26867 LDCONFIG!$LDCONFIG$ac_delim
26868 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26869 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26870 INSTALL_DATA!$INSTALL_DATA$ac_delim
26871 LINT!$LINT$ac_delim
26872 LINTFLAGS!$LINTFLAGS$ac_delim
26873 FONTFORGE!$FONTFORGE$ac_delim
26874 PKG_CONFIG!$PKG_CONFIG$ac_delim
26875 RSVG!$RSVG$ac_delim
26876 ICOTOOL!$ICOTOOL$ac_delim
26877 PRELINK!$PRELINK$ac_delim
26878 LIBPTHREAD!$LIBPTHREAD$ac_delim
26879 XLIB!$XLIB$ac_delim
26880 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26881 DLLEXT!$DLLEXT$ac_delim
26882 DLLFLAGS!$DLLFLAGS$ac_delim
26883 LDSHARED!$LDSHARED$ac_delim
26884 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26885 LIBEXT!$LIBEXT$ac_delim
26886 IMPLIBEXT!$IMPLIBEXT$ac_delim
26887 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26888 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26889 LDD!$LDD$ac_delim
26890 DLLTOOL!$DLLTOOL$ac_delim
26891 DLLWRAP!$DLLWRAP$ac_delim
26892 MINGWAR!$MINGWAR$ac_delim
26893 SECURITYLIB!$SECURITYLIB$ac_delim
26894 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26895 IOKITLIB!$IOKITLIB$ac_delim
26896 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26897 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26898 COREAUDIO!$COREAUDIO$ac_delim
26899 CARBONLIB!$CARBONLIB$ac_delim
26900 CROSSTEST!$CROSSTEST$ac_delim
26901 CROSSCC!$CROSSCC$ac_delim
26902 CROSSWINDRES!$CROSSWINDRES$ac_delim
26903 NASLIBS!$NASLIBS$ac_delim
26904 XML2LIBS!$XML2LIBS$ac_delim
26905 XML2INCL!$XML2INCL$ac_delim
26906 XSLTLIBS!$XSLTLIBS$ac_delim
26907 XSLTINCL!$XSLTINCL$ac_delim
26908 HALINCL!$HALINCL$ac_delim
26909 sane_devel!$sane_devel$ac_delim
26910 SANEINCL!$SANEINCL$ac_delim
26911 gphoto2_devel!$gphoto2_devel$ac_delim
26912 gphoto2port_devel!$gphoto2port_devel$ac_delim
26913 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26914 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26915 RESOLVLIBS!$RESOLVLIBS$ac_delim
26916 LCMSLIBS!$LCMSLIBS$ac_delim
26917 ft_devel!$ft_devel$ac_delim
26918 FREETYPELIBS!$FREETYPELIBS$ac_delim
26919 FREETYPEINCL!$FREETYPEINCL$ac_delim
26920 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26921 ESDCONFIG!$ESDCONFIG$ac_delim
26922 ESDINCL!$ESDINCL$ac_delim
26923 ESDLIBS!$ESDLIBS$ac_delim
26924 ALSALIBS!$ALSALIBS$ac_delim
26925 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26926 CUPSINCL!$CUPSINCL$ac_delim
26927 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26928 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26929 BUILTINFLAG!$BUILTINFLAG$ac_delim
26930 LDPATH!$LDPATH$ac_delim
26931 CRTLIBS!$CRTLIBS$ac_delim
26932 SOCKETLIBS!$SOCKETLIBS$ac_delim
26933 MAIN_BINARY!$MAIN_BINARY$ac_delim
26934 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26935 LIBDL!$LIBDL$ac_delim
26936 LIBPOLL!$LIBPOLL$ac_delim
26937 LDAPLIBS!$LDAPLIBS$ac_delim
26938 DEPENDENCIES!$DEPENDENCIES$ac_delim
26939 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26940 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26941 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26942 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26943 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26944 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26945 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26946 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26947 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26948 LIBOBJS!$LIBOBJS$ac_delim
26949 LTLIBOBJS!$LTLIBOBJS$ac_delim
26950 _ACEOF
26952 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26953 break
26954 elif $ac_last_try; then
26955 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26956 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26957 { (exit 1); exit 1; }; }
26958 else
26959 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26961 done
26963 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26964 if test -n "$ac_eof"; then
26965 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26966 ac_eof=`expr $ac_eof + 1`
26969 cat >>$CONFIG_STATUS <<_ACEOF
26970 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26971 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26972 _ACEOF
26973 sed '
26974 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26975 s/^/s,@/; s/!/@,|#_!!_#|/
26978 s/'"$ac_delim"'$/,g/; t
26979 s/$/\\/; p
26980 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26981 ' >>$CONFIG_STATUS <conf$$subs.sed
26982 rm -f conf$$subs.sed
26983 cat >>$CONFIG_STATUS <<_ACEOF
26984 :end
26985 s/|#_!!_#|//g
26986 CEOF$ac_eof
26987 _ACEOF
26990 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26991 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26992 # trailing colons and then remove the whole line if VPATH becomes empty
26993 # (actually we leave an empty line to preserve line numbers).
26994 if test "x$srcdir" = x.; then
26995 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26996 s/:*\$(srcdir):*/:/
26997 s/:*\${srcdir}:*/:/
26998 s/:*@srcdir@:*/:/
26999 s/^\([^=]*=[ ]*\):*/\1/
27000 s/:*$//
27001 s/^[^=]*=[ ]*$//
27005 cat >>$CONFIG_STATUS <<\_ACEOF
27006 fi # test -n "$CONFIG_FILES"
27009 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27011 case $ac_tag in
27012 :[FHLC]) ac_mode=$ac_tag; continue;;
27013 esac
27014 case $ac_mode$ac_tag in
27015 :[FHL]*:*);;
27016 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27017 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27018 { (exit 1); exit 1; }; };;
27019 :[FH]-) ac_tag=-:-;;
27020 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27021 esac
27022 ac_save_IFS=$IFS
27023 IFS=:
27024 set x $ac_tag
27025 IFS=$ac_save_IFS
27026 shift
27027 ac_file=$1
27028 shift
27030 case $ac_mode in
27031 :L) ac_source=$1;;
27032 :[FH])
27033 ac_file_inputs=
27034 for ac_f
27036 case $ac_f in
27037 -) ac_f="$tmp/stdin";;
27038 *) # Look for the file first in the build tree, then in the source tree
27039 # (if the path is not absolute). The absolute path cannot be DOS-style,
27040 # because $ac_f cannot contain `:'.
27041 test -f "$ac_f" ||
27042 case $ac_f in
27043 [\\/$]*) false;;
27044 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27045 esac ||
27046 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27047 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27048 { (exit 1); exit 1; }; };;
27049 esac
27050 ac_file_inputs="$ac_file_inputs $ac_f"
27051 done
27053 # Let's still pretend it is `configure' which instantiates (i.e., don't
27054 # use $as_me), people would be surprised to read:
27055 # /* config.h. Generated by config.status. */
27056 configure_input="Generated from "`IFS=:
27057 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27058 if test x"$ac_file" != x-; then
27059 configure_input="$ac_file. $configure_input"
27060 { echo "$as_me:$LINENO: creating $ac_file" >&5
27061 echo "$as_me: creating $ac_file" >&6;}
27064 case $ac_tag in
27065 *:-:* | *:-) cat >"$tmp/stdin";;
27066 esac
27068 esac
27070 ac_dir=`$as_dirname -- "$ac_file" ||
27071 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27072 X"$ac_file" : 'X\(//\)[^/]' \| \
27073 X"$ac_file" : 'X\(//\)$' \| \
27074 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27075 echo X"$ac_file" |
27076 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27077 s//\1/
27080 /^X\(\/\/\)[^/].*/{
27081 s//\1/
27084 /^X\(\/\/\)$/{
27085 s//\1/
27088 /^X\(\/\).*/{
27089 s//\1/
27092 s/.*/./; q'`
27093 { as_dir="$ac_dir"
27094 case $as_dir in #(
27095 -*) as_dir=./$as_dir;;
27096 esac
27097 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27098 as_dirs=
27099 while :; do
27100 case $as_dir in #(
27101 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27102 *) as_qdir=$as_dir;;
27103 esac
27104 as_dirs="'$as_qdir' $as_dirs"
27105 as_dir=`$as_dirname -- "$as_dir" ||
27106 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27107 X"$as_dir" : 'X\(//\)[^/]' \| \
27108 X"$as_dir" : 'X\(//\)$' \| \
27109 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27110 echo X"$as_dir" |
27111 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27112 s//\1/
27115 /^X\(\/\/\)[^/].*/{
27116 s//\1/
27119 /^X\(\/\/\)$/{
27120 s//\1/
27123 /^X\(\/\).*/{
27124 s//\1/
27127 s/.*/./; q'`
27128 test -d "$as_dir" && break
27129 done
27130 test -z "$as_dirs" || eval "mkdir $as_dirs"
27131 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27132 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27133 { (exit 1); exit 1; }; }; }
27134 ac_builddir=.
27136 case "$ac_dir" in
27137 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27139 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27140 # A ".." for each directory in $ac_dir_suffix.
27141 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27142 case $ac_top_builddir_sub in
27143 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27144 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27145 esac ;;
27146 esac
27147 ac_abs_top_builddir=$ac_pwd
27148 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27149 # for backward compatibility:
27150 ac_top_builddir=$ac_top_build_prefix
27152 case $srcdir in
27153 .) # We are building in place.
27154 ac_srcdir=.
27155 ac_top_srcdir=$ac_top_builddir_sub
27156 ac_abs_top_srcdir=$ac_pwd ;;
27157 [\\/]* | ?:[\\/]* ) # Absolute name.
27158 ac_srcdir=$srcdir$ac_dir_suffix;
27159 ac_top_srcdir=$srcdir
27160 ac_abs_top_srcdir=$srcdir ;;
27161 *) # Relative name.
27162 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27163 ac_top_srcdir=$ac_top_build_prefix$srcdir
27164 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27165 esac
27166 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27169 case $ac_mode in
27172 # CONFIG_FILE
27175 case $INSTALL in
27176 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27177 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27178 esac
27179 _ACEOF
27181 cat >>$CONFIG_STATUS <<\_ACEOF
27182 # If the template does not know about datarootdir, expand it.
27183 # FIXME: This hack should be removed a few years after 2.60.
27184 ac_datarootdir_hack=; ac_datarootdir_seen=
27186 case `sed -n '/datarootdir/ {
27190 /@datadir@/p
27191 /@docdir@/p
27192 /@infodir@/p
27193 /@localedir@/p
27194 /@mandir@/p
27195 ' $ac_file_inputs` in
27196 *datarootdir*) ac_datarootdir_seen=yes;;
27197 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27198 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27199 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27200 _ACEOF
27201 cat >>$CONFIG_STATUS <<_ACEOF
27202 ac_datarootdir_hack='
27203 s&@datadir@&$datadir&g
27204 s&@docdir@&$docdir&g
27205 s&@infodir@&$infodir&g
27206 s&@localedir@&$localedir&g
27207 s&@mandir@&$mandir&g
27208 s&\\\${datarootdir}&$datarootdir&g' ;;
27209 esac
27210 _ACEOF
27212 # Neutralize VPATH when `$srcdir' = `.'.
27213 # Shell code in configure.ac might set extrasub.
27214 # FIXME: do we really want to maintain this feature?
27215 cat >>$CONFIG_STATUS <<_ACEOF
27216 sed "$ac_vpsub
27217 $extrasub
27218 _ACEOF
27219 cat >>$CONFIG_STATUS <<\_ACEOF
27221 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27222 s&@configure_input@&$configure_input&;t t
27223 s&@top_builddir@&$ac_top_builddir_sub&;t t
27224 s&@srcdir@&$ac_srcdir&;t t
27225 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27226 s&@top_srcdir@&$ac_top_srcdir&;t t
27227 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27228 s&@builddir@&$ac_builddir&;t t
27229 s&@abs_builddir@&$ac_abs_builddir&;t t
27230 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27231 s&@INSTALL@&$ac_INSTALL&;t t
27232 $ac_datarootdir_hack
27233 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27235 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27236 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27237 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27238 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27239 which seems to be undefined. Please make sure it is defined." >&5
27240 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27241 which seems to be undefined. Please make sure it is defined." >&2;}
27243 rm -f "$tmp/stdin"
27244 case $ac_file in
27245 -) cat "$tmp/out"; rm -f "$tmp/out";;
27246 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27247 esac
27251 # CONFIG_HEADER
27253 _ACEOF
27255 # Transform confdefs.h into a sed script `conftest.defines', that
27256 # substitutes the proper values into config.h.in to produce config.h.
27257 rm -f conftest.defines conftest.tail
27258 # First, append a space to every undef/define line, to ease matching.
27259 echo 's/$/ /' >conftest.defines
27260 # Then, protect against being on the right side of a sed subst, or in
27261 # an unquoted here document, in config.status. If some macros were
27262 # called several times there might be several #defines for the same
27263 # symbol, which is useless. But do not sort them, since the last
27264 # AC_DEFINE must be honored.
27265 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27266 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27267 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27268 # PARAMS is the parameter list in the macro definition--in most cases, it's
27269 # just an empty string.
27270 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27271 ac_dB='\\)[ (].*,\\1define\\2'
27272 ac_dC=' '
27273 ac_dD=' ,'
27275 uniq confdefs.h |
27276 sed -n '
27277 t rset
27278 :rset
27279 s/^[ ]*#[ ]*define[ ][ ]*//
27280 t ok
27283 s/[\\&,]/\\&/g
27284 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27285 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27286 ' >>conftest.defines
27288 # Remove the space that was appended to ease matching.
27289 # Then replace #undef with comments. This is necessary, for
27290 # example, in the case of _POSIX_SOURCE, which is predefined and required
27291 # on some systems where configure will not decide to define it.
27292 # (The regexp can be short, since the line contains either #define or #undef.)
27293 echo 's/ $//
27294 s,^[ #]*u.*,/* & */,' >>conftest.defines
27296 # Break up conftest.defines:
27297 ac_max_sed_lines=50
27299 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27300 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27301 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27302 # et cetera.
27303 ac_in='$ac_file_inputs'
27304 ac_out='"$tmp/out1"'
27305 ac_nxt='"$tmp/out2"'
27307 while :
27309 # Write a here document:
27310 cat >>$CONFIG_STATUS <<_ACEOF
27311 # First, check the format of the line:
27312 cat >"\$tmp/defines.sed" <<\\CEOF
27313 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27314 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27316 :def
27317 _ACEOF
27318 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27319 echo 'CEOF
27320 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27321 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27322 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27323 grep . conftest.tail >/dev/null || break
27324 rm -f conftest.defines
27325 mv conftest.tail conftest.defines
27326 done
27327 rm -f conftest.defines conftest.tail
27329 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27330 cat >>$CONFIG_STATUS <<\_ACEOF
27331 if test x"$ac_file" != x-; then
27332 echo "/* $configure_input */" >"$tmp/config.h"
27333 cat "$ac_result" >>"$tmp/config.h"
27334 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27335 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27336 echo "$as_me: $ac_file is unchanged" >&6;}
27337 else
27338 rm -f $ac_file
27339 mv "$tmp/config.h" $ac_file
27341 else
27342 echo "/* $configure_input */"
27343 cat "$ac_result"
27345 rm -f "$tmp/out12"
27348 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27349 echo "$as_me: executing $ac_file commands" >&6;}
27351 esac
27354 case $ac_file$ac_mode in
27355 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27356 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27357 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27358 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27359 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27360 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27361 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27362 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27363 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27364 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27365 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27366 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27367 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27369 esac
27370 done # for ac_tag
27373 { (exit 0); exit 0; }
27374 _ACEOF
27375 chmod +x $CONFIG_STATUS
27376 ac_clean_files=$ac_clean_files_save
27379 # configure is writing to config.log, and then calls config.status.
27380 # config.status does its own redirection, appending to config.log.
27381 # Unfortunately, on DOS this fails, as config.log is still kept open
27382 # by configure, so config.status won't be able to write to it; its
27383 # output is simply discarded. So we exec the FD to /dev/null,
27384 # effectively closing config.log, so it can be properly (re)opened and
27385 # appended to by config.status. When coming back to configure, we
27386 # need to make the FD available again.
27387 if test "$no_create" != yes; then
27388 ac_cs_success=:
27389 ac_config_status_args=
27390 test "$silent" = yes &&
27391 ac_config_status_args="$ac_config_status_args --quiet"
27392 exec 5>/dev/null
27393 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27394 exec 5>>config.log
27395 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27396 # would make configure fail if this is the last instruction.
27397 $ac_cs_success || { (exit 1); exit 1; }
27401 if test "$no_create" = "yes"
27402 then
27403 exit 0
27406 ac_save_IFS="$IFS"
27407 IFS="|"
27408 if test "x$wine_notices != "x; then
27409 echo >&6
27410 for msg in $wine_notices; do
27411 if test -n "$msg"; then
27412 { echo "$as_me:$LINENO: $msg" >&5
27413 echo "$as_me: $msg" >&6;}
27415 done
27417 for msg in $wine_warnings; do
27418 if test -n "$msg"; then
27419 echo >&2
27420 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27421 echo "$as_me: WARNING: $msg" >&2;}
27423 done
27424 IFS="$ac_save_IFS"
27426 echo "
27427 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27428 " >&6