inetcomm: Add a stub MimeInternational object.
[wine/wine64.git] / configure
blobe898943c5e9326274904e3ecc42884b99456e288
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.4.
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.4'
578 PACKAGE_STRING='Wine 1.1.4'
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 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 sane_devel
746 SANEINCL
747 gphoto2_devel
748 gphoto2port_devel
749 GPHOTO2LIBS
750 GPHOTO2INCL
751 RESOLVLIBS
752 LCMSLIBS
753 ft_devel
754 FREETYPELIBS
755 FREETYPEINCL
756 ESDCONFIG
757 ESDINCL
758 ESDLIBS
759 ALSALIBS
760 AUDIOIOLIBS
761 CUPSINCL
762 FONTCONFIGINCL
763 EXTRACFLAGS
764 BUILTINFLAG
765 LDPATH
766 CRTLIBS
767 SOCKETLIBS
768 MAIN_BINARY
769 EXTRA_BINARIES
770 LIBDL
771 LIBPOLL
772 LDAPLIBS
773 DEPENDENCIES
774 ALL_MAKERULES
775 ALL_MAKEFILES
776 ALL_MAKEFILE_DEPENDS
777 ALL_TOP_DIRS
778 ALL_DLL_DIRS
779 ALL_IMPLIB_DIRS
780 ALL_TEST_DIRS
781 ALL_PROGRAM_DIRS
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
784 ALL_WINETEST_DEPENDS
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.4 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.4:";;
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
1389 Optional Packages:
1390 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1391 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1392 --without-alsa do not use the Alsa sound support
1393 --without-audioio do not use the AudioIO sound support
1394 --without-capi do not use CAPI (ISDN support)
1395 --without-cms do not use CMS (color management support)
1396 --without-coreaudio do not use the CoreAudio sound support
1397 --without-cups do not use CUPS
1398 --without-curses do not use (n)curses
1399 --without-esd do not use the EsounD sound support
1400 --without-fontconfig do not use fontconfig
1401 --without-freetype do not use the FreeType library
1402 --without-gphoto do not use gphoto (Digital Camera support)
1403 --without-glu do not use the GLU library
1404 --without-hal do not use HAL (dynamic device support)
1405 --without-jack do not use the Jack sound support
1406 --without-jpeg do not use JPEG
1407 --without-ldap do not use LDAP
1408 --without-nas do not use the NAS sound support
1409 --without-opengl do not use OpenGL
1410 --without-openssl do not use OpenSSL
1411 --without-oss do not use the OSS sound support
1412 --without-png do not use PNG
1413 --without-sane do not use SANE (scanner support)
1414 --without-xcomposite do not use the Xcomposite extension
1415 --without-xcursor do not use the Xcursor extension
1416 --without-xinerama do not use Xinerama (multi-monitor support)
1417 --without-xinput do not use the Xinput extension
1418 --without-xml do not use XML
1419 --without-xrandr do not use Xrandr (resolution changes)
1420 --without-xrender do not use the Xrender extension
1421 --without-xshape do not use the Xshape extension
1422 --without-xshm do not use XShm (shared memory extension)
1423 --without-xslt do not use XSLT
1424 --without-xxf86vm do not use XFree video mode extension
1425 --with-wine-tools=DIR use Wine tools from directory DIR
1426 --with-x use the X Window System
1428 Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
1433 LIBS libraries to pass to the linker, e.g. -l<library>
1434 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1435 you have headers in a nonstandard directory <include dir>
1436 CXX C++ compiler command
1437 CXXFLAGS C++ compiler flags
1438 XMKMF Path to xmkmf, Makefile generator for X Window System
1439 CPP C preprocessor
1441 Use these variables to override the choices made by `configure' or to help
1442 it to find libraries and programs with nonstandard names/locations.
1444 Report bugs to <wine-devel@winehq.org>.
1445 _ACEOF
1446 ac_status=$?
1449 if test "$ac_init_help" = "recursive"; then
1450 # If there are subdirs, report their specific --help.
1451 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1452 test -d "$ac_dir" || continue
1453 ac_builddir=.
1455 case "$ac_dir" in
1456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1471 case $srcdir in
1472 .) # We are building in place.
1473 ac_srcdir=.
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
1477 ac_srcdir=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 esac
1485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1495 else
1496 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
1499 done
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504 cat <<\_ACEOF
1505 Wine configure 1.1.4
1506 generated by GNU Autoconf 2.61
1508 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1509 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1510 This configure script is free software; the Free Software Foundation
1511 gives unlimited permission to copy, distribute and modify it.
1512 _ACEOF
1513 exit
1515 cat >config.log <<_ACEOF
1516 This file contains any messages produced by compilers while
1517 running configure, to aid debugging if configure makes a mistake.
1519 It was created by Wine $as_me 1.1.4, which was
1520 generated by GNU Autoconf 2.61. Invocation command line was
1522 $ $0 $@
1524 _ACEOF
1525 exec 5>>config.log
1527 cat <<_ASUNAME
1528 ## --------- ##
1529 ## Platform. ##
1530 ## --------- ##
1532 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1533 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1534 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1535 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1536 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1538 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1539 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1541 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1542 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1543 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1544 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1545 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1546 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1547 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1549 _ASUNAME
1551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1552 for as_dir in $PATH
1554 IFS=$as_save_IFS
1555 test -z "$as_dir" && as_dir=.
1556 echo "PATH: $as_dir"
1557 done
1558 IFS=$as_save_IFS
1560 } >&5
1562 cat >&5 <<_ACEOF
1565 ## ----------- ##
1566 ## Core tests. ##
1567 ## ----------- ##
1569 _ACEOF
1572 # Keep a trace of the command line.
1573 # Strip out --no-create and --no-recursion so they do not pile up.
1574 # Strip out --silent because we don't want to record it for future runs.
1575 # Also quote any args containing shell meta-characters.
1576 # Make two passes to allow for proper duplicate-argument suppression.
1577 ac_configure_args=
1578 ac_configure_args0=
1579 ac_configure_args1=
1580 ac_must_keep_next=false
1581 for ac_pass in 1 2
1583 for ac_arg
1585 case $ac_arg in
1586 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1587 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1588 | -silent | --silent | --silen | --sile | --sil)
1589 continue ;;
1590 *\'*)
1591 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1592 esac
1593 case $ac_pass in
1594 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1596 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1597 if test $ac_must_keep_next = true; then
1598 ac_must_keep_next=false # Got value, back to normal.
1599 else
1600 case $ac_arg in
1601 *=* | --config-cache | -C | -disable-* | --disable-* \
1602 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1603 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1604 | -with-* | --with-* | -without-* | --without-* | --x)
1605 case "$ac_configure_args0 " in
1606 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1607 esac
1609 -* ) ac_must_keep_next=true ;;
1610 esac
1612 ac_configure_args="$ac_configure_args '$ac_arg'"
1614 esac
1615 done
1616 done
1617 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1618 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1620 # When interrupted or exit'd, cleanup temporary files, and complete
1621 # config.log. We remove comments because anyway the quotes in there
1622 # would cause problems or look ugly.
1623 # WARNING: Use '\'' to represent an apostrophe within the trap.
1624 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1625 trap 'exit_status=$?
1626 # Save into config.log some information that might help in debugging.
1628 echo
1630 cat <<\_ASBOX
1631 ## ---------------- ##
1632 ## Cache variables. ##
1633 ## ---------------- ##
1634 _ASBOX
1635 echo
1636 # The following way of writing the cache mishandles newlines in values,
1638 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1639 eval ac_val=\$$ac_var
1640 case $ac_val in #(
1641 *${as_nl}*)
1642 case $ac_var in #(
1643 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1644 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1645 esac
1646 case $ac_var in #(
1647 _ | IFS | as_nl) ;; #(
1648 *) $as_unset $ac_var ;;
1649 esac ;;
1650 esac
1651 done
1652 (set) 2>&1 |
1653 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1654 *${as_nl}ac_space=\ *)
1655 sed -n \
1656 "s/'\''/'\''\\\\'\'''\''/g;
1657 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1658 ;; #(
1660 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1662 esac |
1663 sort
1665 echo
1667 cat <<\_ASBOX
1668 ## ----------------- ##
1669 ## Output variables. ##
1670 ## ----------------- ##
1671 _ASBOX
1672 echo
1673 for ac_var in $ac_subst_vars
1675 eval ac_val=\$$ac_var
1676 case $ac_val in
1677 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1678 esac
1679 echo "$ac_var='\''$ac_val'\''"
1680 done | sort
1681 echo
1683 if test -n "$ac_subst_files"; then
1684 cat <<\_ASBOX
1685 ## ------------------- ##
1686 ## File substitutions. ##
1687 ## ------------------- ##
1688 _ASBOX
1689 echo
1690 for ac_var in $ac_subst_files
1692 eval ac_val=\$$ac_var
1693 case $ac_val in
1694 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1695 esac
1696 echo "$ac_var='\''$ac_val'\''"
1697 done | sort
1698 echo
1701 if test -s confdefs.h; then
1702 cat <<\_ASBOX
1703 ## ----------- ##
1704 ## confdefs.h. ##
1705 ## ----------- ##
1706 _ASBOX
1707 echo
1708 cat confdefs.h
1709 echo
1711 test "$ac_signal" != 0 &&
1712 echo "$as_me: caught signal $ac_signal"
1713 echo "$as_me: exit $exit_status"
1714 } >&5
1715 rm -f core *.core core.conftest.* &&
1716 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1717 exit $exit_status
1719 for ac_signal in 1 2 13 15; do
1720 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1721 done
1722 ac_signal=0
1724 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1725 rm -f -r conftest* confdefs.h
1727 # Predefined preprocessor variables.
1729 cat >>confdefs.h <<_ACEOF
1730 #define PACKAGE_NAME "$PACKAGE_NAME"
1731 _ACEOF
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1736 _ACEOF
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1741 _ACEOF
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_STRING "$PACKAGE_STRING"
1746 _ACEOF
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1751 _ACEOF
1754 # Let the site file select an alternate cache file if it wants to.
1755 # Prefer explicitly selected file to automatically selected ones.
1756 if test -n "$CONFIG_SITE"; then
1757 set x "$CONFIG_SITE"
1758 elif test "x$prefix" != xNONE; then
1759 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1760 else
1761 set x "$ac_default_prefix/share/config.site" \
1762 "$ac_default_prefix/etc/config.site"
1764 shift
1765 for ac_site_file
1767 if test -r "$ac_site_file"; then
1768 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1769 echo "$as_me: loading site script $ac_site_file" >&6;}
1770 sed 's/^/| /' "$ac_site_file" >&5
1771 . "$ac_site_file"
1773 done
1775 if test -r "$cache_file"; then
1776 # Some versions of bash will fail to source /dev/null (special
1777 # files actually), so we avoid doing that.
1778 if test -f "$cache_file"; then
1779 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1780 echo "$as_me: loading cache $cache_file" >&6;}
1781 case $cache_file in
1782 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1783 *) . "./$cache_file";;
1784 esac
1786 else
1787 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1788 echo "$as_me: creating cache $cache_file" >&6;}
1789 >$cache_file
1792 # Check that the precious variables saved in the cache have kept the same
1793 # value.
1794 ac_cache_corrupted=false
1795 for ac_var in $ac_precious_vars; do
1796 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1797 eval ac_new_set=\$ac_env_${ac_var}_set
1798 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1799 eval ac_new_val=\$ac_env_${ac_var}_value
1800 case $ac_old_set,$ac_new_set in
1801 set,)
1802 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1803 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1804 ac_cache_corrupted=: ;;
1805 ,set)
1806 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1808 ac_cache_corrupted=: ;;
1809 ,);;
1811 if test "x$ac_old_val" != "x$ac_new_val"; then
1812 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1813 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1814 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1815 echo "$as_me: former value: $ac_old_val" >&2;}
1816 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1817 echo "$as_me: current value: $ac_new_val" >&2;}
1818 ac_cache_corrupted=:
1819 fi;;
1820 esac
1821 # Pass precious variables to config.status.
1822 if test "$ac_new_set" = set; then
1823 case $ac_new_val in
1824 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1825 *) ac_arg=$ac_var=$ac_new_val ;;
1826 esac
1827 case " $ac_configure_args " in
1828 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1829 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1830 esac
1832 done
1833 if $ac_cache_corrupted; then
1834 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1835 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1836 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1837 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1838 { (exit 1); exit 1; }; }
1865 ac_ext=c
1866 ac_cpp='$CPP $CPPFLAGS'
1867 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1868 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1869 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1873 ac_config_headers="$ac_config_headers include/config.h"
1875 ac_aux_dir=
1876 for ac_dir in tools "$srcdir"/tools; do
1877 if test -f "$ac_dir/install-sh"; then
1878 ac_aux_dir=$ac_dir
1879 ac_install_sh="$ac_aux_dir/install-sh -c"
1880 break
1881 elif test -f "$ac_dir/install.sh"; then
1882 ac_aux_dir=$ac_dir
1883 ac_install_sh="$ac_aux_dir/install.sh -c"
1884 break
1885 elif test -f "$ac_dir/shtool"; then
1886 ac_aux_dir=$ac_dir
1887 ac_install_sh="$ac_aux_dir/shtool install -c"
1888 break
1890 done
1891 if test -z "$ac_aux_dir"; then
1892 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1893 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1894 { (exit 1); exit 1; }; }
1897 # These three variables are undocumented and unsupported,
1898 # and are intended to be withdrawn in a future Autoconf release.
1899 # They can cause serious problems if a builder's source tree is in a directory
1900 # whose full name contains unusual characters.
1901 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1902 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1903 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1908 # Check whether --enable-win16 was given.
1909 if test "${enable_win16+set}" = set; then
1910 enableval=$enable_win16;
1913 # Check whether --enable-win64 was given.
1914 if test "${enable_win64+set}" = set; then
1915 enableval=$enable_win64;
1918 # Check whether --enable-maintainer-mode was given.
1919 if test "${enable_maintainer_mode+set}" = set; then
1920 enableval=$enable_maintainer_mode;
1921 else
1922 MAINTAINER_MODE=\#
1928 # Check whether --with-alsa was given.
1929 if test "${with_alsa+set}" = set; then
1930 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1934 # Check whether --with-audioio was given.
1935 if test "${with_audioio+set}" = set; then
1936 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1940 # Check whether --with-capi was given.
1941 if test "${with_capi+set}" = set; then
1942 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1946 # Check whether --with-cms was given.
1947 if test "${with_cms+set}" = set; then
1948 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1952 # Check whether --with-coreaudio was given.
1953 if test "${with_coreaudio+set}" = set; then
1954 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1958 # Check whether --with-cups was given.
1959 if test "${with_cups+set}" = set; then
1960 withval=$with_cups;
1964 # Check whether --with-curses was given.
1965 if test "${with_curses+set}" = set; then
1966 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1970 # Check whether --with-esd was given.
1971 if test "${with_esd+set}" = set; then
1972 withval=$with_esd;
1976 # Check whether --with-fontconfig was given.
1977 if test "${with_fontconfig+set}" = set; then
1978 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1982 # Check whether --with-freetype was given.
1983 if test "${with_freetype+set}" = set; then
1984 withval=$with_freetype;
1988 # Check whether --with-gphoto was given.
1989 if test "${with_gphoto+set}" = set; then
1990 withval=$with_gphoto;
1994 # Check whether --with-glu was given.
1995 if test "${with_glu+set}" = set; then
1996 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2000 # Check whether --with-hal was given.
2001 if test "${with_hal+set}" = set; then
2002 withval=$with_hal;
2006 # Check whether --with-jack was given.
2007 if test "${with_jack+set}" = set; then
2008 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2012 # Check whether --with-jpeg was given.
2013 if test "${with_jpeg+set}" = set; then
2014 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2018 # Check whether --with-ldap was given.
2019 if test "${with_ldap+set}" = set; then
2020 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2024 # Check whether --with-nas was given.
2025 if test "${with_nas+set}" = set; then
2026 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2030 # Check whether --with-opengl was given.
2031 if test "${with_opengl+set}" = set; then
2032 withval=$with_opengl;
2036 # Check whether --with-openssl was given.
2037 if test "${with_openssl+set}" = set; then
2038 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2042 # Check whether --with-oss was given.
2043 if test "${with_oss+set}" = set; then
2044 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
2048 # Check whether --with-png was given.
2049 if test "${with_png+set}" = set; then
2050 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2054 # Check whether --with-sane was given.
2055 if test "${with_sane+set}" = set; then
2056 withval=$with_sane;
2060 # Check whether --with-xcomposite was given.
2061 if test "${with_xcomposite+set}" = set; then
2062 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2066 # Check whether --with-xcursor was given.
2067 if test "${with_xcursor+set}" = set; then
2068 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2072 # Check whether --with-xinerama was given.
2073 if test "${with_xinerama+set}" = set; then
2074 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2078 # Check whether --with-xinput was given.
2079 if test "${with_xinput+set}" = set; then
2080 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2084 # Check whether --with-xml was given.
2085 if test "${with_xml+set}" = set; then
2086 withval=$with_xml;
2090 # Check whether --with-xrandr was given.
2091 if test "${with_xrandr+set}" = set; then
2092 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2096 # Check whether --with-xrender was given.
2097 if test "${with_xrender+set}" = set; then
2098 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2102 # Check whether --with-xshape was given.
2103 if test "${with_xshape+set}" = set; then
2104 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2108 # Check whether --with-xshm was given.
2109 if test "${with_xshm+set}" = set; then
2110 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2114 # Check whether --with-xslt was given.
2115 if test "${with_xslt+set}" = set; then
2116 withval=$with_xslt;
2120 # Check whether --with-xxf86vm was given.
2121 if test "${with_xxf86vm+set}" = set; then
2122 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2127 # Check whether --with-wine-tools was given.
2128 if test "${with_wine_tools+set}" = set; then
2129 withval=$with_wine_tools;
2133 # Make sure we can run config.sub.
2134 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2135 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2136 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2137 { (exit 1); exit 1; }; }
2139 { echo "$as_me:$LINENO: checking build system type" >&5
2140 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2141 if test "${ac_cv_build+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2143 else
2144 ac_build_alias=$build_alias
2145 test "x$ac_build_alias" = x &&
2146 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2147 test "x$ac_build_alias" = x &&
2148 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2149 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2150 { (exit 1); exit 1; }; }
2151 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2152 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2153 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2154 { (exit 1); exit 1; }; }
2157 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2158 echo "${ECHO_T}$ac_cv_build" >&6; }
2159 case $ac_cv_build in
2160 *-*-*) ;;
2161 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2162 echo "$as_me: error: invalid value of canonical build" >&2;}
2163 { (exit 1); exit 1; }; };;
2164 esac
2165 build=$ac_cv_build
2166 ac_save_IFS=$IFS; IFS='-'
2167 set x $ac_cv_build
2168 shift
2169 build_cpu=$1
2170 build_vendor=$2
2171 shift; shift
2172 # Remember, the first character of IFS is used to create $*,
2173 # except with old shells:
2174 build_os=$*
2175 IFS=$ac_save_IFS
2176 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2179 { echo "$as_me:$LINENO: checking host system type" >&5
2180 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2181 if test "${ac_cv_host+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
2183 else
2184 if test "x$host_alias" = x; then
2185 ac_cv_host=$ac_cv_build
2186 else
2187 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2188 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2189 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2190 { (exit 1); exit 1; }; }
2194 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2195 echo "${ECHO_T}$ac_cv_host" >&6; }
2196 case $ac_cv_host in
2197 *-*-*) ;;
2198 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2199 echo "$as_me: error: invalid value of canonical host" >&2;}
2200 { (exit 1); exit 1; }; };;
2201 esac
2202 host=$ac_cv_host
2203 ac_save_IFS=$IFS; IFS='-'
2204 set x $ac_cv_host
2205 shift
2206 host_cpu=$1
2207 host_vendor=$2
2208 shift; shift
2209 # Remember, the first character of IFS is used to create $*,
2210 # except with old shells:
2211 host_os=$*
2212 IFS=$ac_save_IFS
2213 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2216 case $host in
2217 x86_64*linux*)
2218 if test "x$enable_win64" != "xyes"
2219 then
2220 test -n "$CC" || CC="gcc -m32"
2221 test -n "$CXX"|| CXX="g++ -m32"
2222 test -n "$LD" || LD="ld -m elf_i386"
2223 test -n "$AS" || AS="as --32"
2224 host_cpu="i386"
2227 esac
2229 case $host_cpu in
2230 *i[3456789]86*)
2231 if test "x$enable_win16" != "xno"
2232 then
2233 enable_win16="yes"
2236 esac
2238 WIN16_FILES="\$(WIN16_FILES)"
2240 WIN16_INSTALL="\$(WIN16_INSTALL)"
2242 if test "x$enable_win16" != "xyes"
2243 then
2244 WIN16_FILES=""
2245 WIN16_INSTALL=""
2248 case "$srcdir" in
2249 .) ;;
2250 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2251 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&5
2253 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2254 You need to run 'make distclean' in the source tree first." >&2;}
2255 { (exit 1); exit 1; }; }
2256 fi ;;
2257 esac
2260 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2261 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2262 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2263 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2264 echo $ECHO_N "(cached) $ECHO_C" >&6
2265 else
2266 cat >conftest.make <<\_ACEOF
2267 SHELL = /bin/sh
2268 all:
2269 @echo '@@@%%%=$(MAKE)=@@@%%%'
2270 _ACEOF
2271 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2272 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2273 *@@@%%%=?*=@@@%%%*)
2274 eval ac_cv_prog_make_${ac_make}_set=yes;;
2276 eval ac_cv_prog_make_${ac_make}_set=no;;
2277 esac
2278 rm -f conftest.make
2280 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2281 { echo "$as_me:$LINENO: result: yes" >&5
2282 echo "${ECHO_T}yes" >&6; }
2283 SET_MAKE=
2284 else
2285 { echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6; }
2287 SET_MAKE="MAKE=${MAKE-make}"
2290 ac_ext=c
2291 ac_cpp='$CPP $CPPFLAGS'
2292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2295 if test -n "$ac_tool_prefix"; then
2296 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2297 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2300 if test "${ac_cv_prog_CC+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6
2302 else
2303 if test -n "$CC"; then
2304 ac_cv_prog_CC="$CC" # Let the user override the test.
2305 else
2306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2307 for as_dir in $PATH
2309 IFS=$as_save_IFS
2310 test -z "$as_dir" && as_dir=.
2311 for ac_exec_ext in '' $ac_executable_extensions; do
2312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2313 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2315 break 2
2317 done
2318 done
2319 IFS=$as_save_IFS
2323 CC=$ac_cv_prog_CC
2324 if test -n "$CC"; then
2325 { echo "$as_me:$LINENO: result: $CC" >&5
2326 echo "${ECHO_T}$CC" >&6; }
2327 else
2328 { echo "$as_me:$LINENO: result: no" >&5
2329 echo "${ECHO_T}no" >&6; }
2334 if test -z "$ac_cv_prog_CC"; then
2335 ac_ct_CC=$CC
2336 # Extract the first word of "gcc", so it can be a program name with args.
2337 set dummy gcc; ac_word=$2
2338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2341 echo $ECHO_N "(cached) $ECHO_C" >&6
2342 else
2343 if test -n "$ac_ct_CC"; then
2344 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2345 else
2346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2347 for as_dir in $PATH
2349 IFS=$as_save_IFS
2350 test -z "$as_dir" && as_dir=.
2351 for ac_exec_ext in '' $ac_executable_extensions; do
2352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2353 ac_cv_prog_ac_ct_CC="gcc"
2354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2355 break 2
2357 done
2358 done
2359 IFS=$as_save_IFS
2363 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2364 if test -n "$ac_ct_CC"; then
2365 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2366 echo "${ECHO_T}$ac_ct_CC" >&6; }
2367 else
2368 { echo "$as_me:$LINENO: result: no" >&5
2369 echo "${ECHO_T}no" >&6; }
2372 if test "x$ac_ct_CC" = x; then
2373 CC=""
2374 else
2375 case $cross_compiling:$ac_tool_warned in
2376 yes:)
2377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2378 whose name does not start with the host triplet. If you think this
2379 configuration is useful to you, please write to autoconf@gnu.org." >&5
2380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2381 whose name does not start with the host triplet. If you think this
2382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2383 ac_tool_warned=yes ;;
2384 esac
2385 CC=$ac_ct_CC
2387 else
2388 CC="$ac_cv_prog_CC"
2391 if test -z "$CC"; then
2392 if test -n "$ac_tool_prefix"; then
2393 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2394 set dummy ${ac_tool_prefix}cc; ac_word=$2
2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2397 if test "${ac_cv_prog_CC+set}" = set; then
2398 echo $ECHO_N "(cached) $ECHO_C" >&6
2399 else
2400 if test -n "$CC"; then
2401 ac_cv_prog_CC="$CC" # Let the user override the test.
2402 else
2403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2404 for as_dir in $PATH
2406 IFS=$as_save_IFS
2407 test -z "$as_dir" && as_dir=.
2408 for ac_exec_ext in '' $ac_executable_extensions; do
2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2410 ac_cv_prog_CC="${ac_tool_prefix}cc"
2411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2412 break 2
2414 done
2415 done
2416 IFS=$as_save_IFS
2420 CC=$ac_cv_prog_CC
2421 if test -n "$CC"; then
2422 { echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6; }
2424 else
2425 { echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6; }
2432 if test -z "$CC"; then
2433 # Extract the first word of "cc", so it can be a program name with args.
2434 set dummy cc; ac_word=$2
2435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2437 if test "${ac_cv_prog_CC+set}" = set; then
2438 echo $ECHO_N "(cached) $ECHO_C" >&6
2439 else
2440 if test -n "$CC"; then
2441 ac_cv_prog_CC="$CC" # Let the user override the test.
2442 else
2443 ac_prog_rejected=no
2444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 for as_dir in $PATH
2447 IFS=$as_save_IFS
2448 test -z "$as_dir" && as_dir=.
2449 for ac_exec_ext in '' $ac_executable_extensions; do
2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2451 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2452 ac_prog_rejected=yes
2453 continue
2455 ac_cv_prog_CC="cc"
2456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2457 break 2
2459 done
2460 done
2461 IFS=$as_save_IFS
2463 if test $ac_prog_rejected = yes; then
2464 # We found a bogon in the path, so make sure we never use it.
2465 set dummy $ac_cv_prog_CC
2466 shift
2467 if test $# != 0; then
2468 # We chose a different compiler from the bogus one.
2469 # However, it has the same basename, so the bogon will be chosen
2470 # first if we set CC to just the basename; use the full file name.
2471 shift
2472 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2477 CC=$ac_cv_prog_CC
2478 if test -n "$CC"; then
2479 { echo "$as_me:$LINENO: result: $CC" >&5
2480 echo "${ECHO_T}$CC" >&6; }
2481 else
2482 { echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6; }
2488 if test -z "$CC"; then
2489 if test -n "$ac_tool_prefix"; then
2490 for ac_prog in cl.exe
2492 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2493 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then
2497 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 else
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2501 else
2502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2503 for as_dir in $PATH
2505 IFS=$as_save_IFS
2506 test -z "$as_dir" && as_dir=.
2507 for ac_exec_ext in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2511 break 2
2513 done
2514 done
2515 IFS=$as_save_IFS
2519 CC=$ac_cv_prog_CC
2520 if test -n "$CC"; then
2521 { echo "$as_me:$LINENO: result: $CC" >&5
2522 echo "${ECHO_T}$CC" >&6; }
2523 else
2524 { echo "$as_me:$LINENO: result: no" >&5
2525 echo "${ECHO_T}no" >&6; }
2529 test -n "$CC" && break
2530 done
2532 if test -z "$CC"; then
2533 ac_ct_CC=$CC
2534 for ac_prog in cl.exe
2536 # Extract the first word of "$ac_prog", so it can be a program name with args.
2537 set dummy $ac_prog; ac_word=$2
2538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2540 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6
2542 else
2543 if test -n "$ac_ct_CC"; then
2544 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2545 else
2546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2547 for as_dir in $PATH
2549 IFS=$as_save_IFS
2550 test -z "$as_dir" && as_dir=.
2551 for ac_exec_ext in '' $ac_executable_extensions; do
2552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2553 ac_cv_prog_ac_ct_CC="$ac_prog"
2554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2555 break 2
2557 done
2558 done
2559 IFS=$as_save_IFS
2563 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2564 if test -n "$ac_ct_CC"; then
2565 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2566 echo "${ECHO_T}$ac_ct_CC" >&6; }
2567 else
2568 { echo "$as_me:$LINENO: result: no" >&5
2569 echo "${ECHO_T}no" >&6; }
2573 test -n "$ac_ct_CC" && break
2574 done
2576 if test "x$ac_ct_CC" = x; then
2577 CC=""
2578 else
2579 case $cross_compiling:$ac_tool_warned in
2580 yes:)
2581 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2582 whose name does not start with the host triplet. If you think this
2583 configuration is useful to you, please write to autoconf@gnu.org." >&5
2584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2585 whose name does not start with the host triplet. If you think this
2586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2587 ac_tool_warned=yes ;;
2588 esac
2589 CC=$ac_ct_CC
2596 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: no acceptable C compiler found in \$PATH
2599 See \`config.log' for more details." >&2;}
2600 { (exit 1); exit 1; }; }
2602 # Provide some information about the compiler.
2603 echo "$as_me:$LINENO: checking for C compiler version" >&5
2604 ac_compiler=`set X $ac_compile; echo $2`
2605 { (ac_try="$ac_compiler --version >&5"
2606 case "(($ac_try" in
2607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2608 *) ac_try_echo=$ac_try;;
2609 esac
2610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2611 (eval "$ac_compiler --version >&5") 2>&5
2612 ac_status=$?
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }
2615 { (ac_try="$ac_compiler -v >&5"
2616 case "(($ac_try" in
2617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2618 *) ac_try_echo=$ac_try;;
2619 esac
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621 (eval "$ac_compiler -v >&5") 2>&5
2622 ac_status=$?
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); }
2625 { (ac_try="$ac_compiler -V >&5"
2626 case "(($ac_try" in
2627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2629 esac
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631 (eval "$ac_compiler -V >&5") 2>&5
2632 ac_status=$?
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); }
2636 cat >conftest.$ac_ext <<_ACEOF
2637 /* confdefs.h. */
2638 _ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h. */
2644 main ()
2648 return 0;
2650 _ACEOF
2651 ac_clean_files_save=$ac_clean_files
2652 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2653 # Try to create an executable without -o first, disregard a.out.
2654 # It will help us diagnose broken compilers, and finding out an intuition
2655 # of exeext.
2656 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2657 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2658 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2660 # List of possible output files, starting from the most likely.
2661 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2662 # only as a last resort. b.out is created by i960 compilers.
2663 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2665 # The IRIX 6 linker writes into existing files which may not be
2666 # executable, retaining their permissions. Remove them first so a
2667 # subsequent execution test works.
2668 ac_rmfiles=
2669 for ac_file in $ac_files
2671 case $ac_file in
2672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2673 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2674 esac
2675 done
2676 rm -f $ac_rmfiles
2678 if { (ac_try="$ac_link_default"
2679 case "(($ac_try" in
2680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681 *) ac_try_echo=$ac_try;;
2682 esac
2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2684 (eval "$ac_link_default") 2>&5
2685 ac_status=$?
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); }; then
2688 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2689 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2690 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2691 # so that the user can short-circuit this test for compilers unknown to
2692 # Autoconf.
2693 for ac_file in $ac_files ''
2695 test -f "$ac_file" || continue
2696 case $ac_file in
2697 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2699 [ab].out )
2700 # We found the default executable, but exeext='' is most
2701 # certainly right.
2702 break;;
2703 *.* )
2704 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2705 then :; else
2706 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2708 # We set ac_cv_exeext here because the later test for it is not
2709 # safe: cross compilers may not add the suffix if given an `-o'
2710 # argument, so we may need to know it at that point already.
2711 # Even if this section looks crufty: it has the advantage of
2712 # actually working.
2713 break;;
2715 break;;
2716 esac
2717 done
2718 test "$ac_cv_exeext" = no && ac_cv_exeext=
2720 else
2721 ac_file=''
2724 { echo "$as_me:$LINENO: result: $ac_file" >&5
2725 echo "${ECHO_T}$ac_file" >&6; }
2726 if test -z "$ac_file"; then
2727 echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.$ac_ext >&5
2730 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&5
2732 echo "$as_me: error: C compiler cannot create executables
2733 See \`config.log' for more details." >&2;}
2734 { (exit 77); exit 77; }; }
2737 ac_exeext=$ac_cv_exeext
2739 # Check that the compiler produces executables we can run. If not, either
2740 # the compiler is broken, or we cross compile.
2741 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2742 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2743 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746 if { ac_try='./$ac_file'
2747 { (case "(($ac_try" in
2748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2750 esac
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752 (eval "$ac_try") 2>&5
2753 ac_status=$?
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); }; }; then
2756 cross_compiling=no
2757 else
2758 if test "$cross_compiling" = maybe; then
2759 cross_compiling=yes
2760 else
2761 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: cannot run C compiled programs.
2765 If you meant to cross compile, use \`--host'.
2766 See \`config.log' for more details." >&2;}
2767 { (exit 1); exit 1; }; }
2771 { echo "$as_me:$LINENO: result: yes" >&5
2772 echo "${ECHO_T}yes" >&6; }
2774 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2775 ac_clean_files=$ac_clean_files_save
2776 # Check that the compiler produces executables we can run. If not, either
2777 # the compiler is broken, or we cross compile.
2778 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2779 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2780 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2781 echo "${ECHO_T}$cross_compiling" >&6; }
2783 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2784 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2785 if { (ac_try="$ac_link"
2786 case "(($ac_try" in
2787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788 *) ac_try_echo=$ac_try;;
2789 esac
2790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2791 (eval "$ac_link") 2>&5
2792 ac_status=$?
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); }; then
2795 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2796 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe'), while it won't with
2798 # `rm'.
2799 for ac_file in conftest.exe conftest conftest.*; do
2800 test -f "$ac_file" || continue
2801 case $ac_file in
2802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2803 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804 break;;
2805 * ) break;;
2806 esac
2807 done
2808 else
2809 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&5
2811 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." >&2;}
2813 { (exit 1); exit 1; }; }
2816 rm -f conftest$ac_cv_exeext
2817 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2818 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2820 rm -f conftest.$ac_ext
2821 EXEEXT=$ac_cv_exeext
2822 ac_exeext=$EXEEXT
2823 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2824 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2825 if test "${ac_cv_objext+set}" = set; then
2826 echo $ECHO_N "(cached) $ECHO_C" >&6
2827 else
2828 cat >conftest.$ac_ext <<_ACEOF
2829 /* confdefs.h. */
2830 _ACEOF
2831 cat confdefs.h >>conftest.$ac_ext
2832 cat >>conftest.$ac_ext <<_ACEOF
2833 /* end confdefs.h. */
2836 main ()
2840 return 0;
2842 _ACEOF
2843 rm -f conftest.o conftest.obj
2844 if { (ac_try="$ac_compile"
2845 case "(($ac_try" in
2846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2848 esac
2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2850 (eval "$ac_compile") 2>&5
2851 ac_status=$?
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; then
2854 for ac_file in conftest.o conftest.obj conftest.*; do
2855 test -f "$ac_file" || continue;
2856 case $ac_file in
2857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2858 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2859 break;;
2860 esac
2861 done
2862 else
2863 echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2866 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&5
2868 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2869 See \`config.log' for more details." >&2;}
2870 { (exit 1); exit 1; }; }
2873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2876 echo "${ECHO_T}$ac_cv_objext" >&6; }
2877 OBJEXT=$ac_cv_objext
2878 ac_objext=$OBJEXT
2879 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2880 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2881 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2882 echo $ECHO_N "(cached) $ECHO_C" >&6
2883 else
2884 cat >conftest.$ac_ext <<_ACEOF
2885 /* confdefs.h. */
2886 _ACEOF
2887 cat confdefs.h >>conftest.$ac_ext
2888 cat >>conftest.$ac_ext <<_ACEOF
2889 /* end confdefs.h. */
2892 main ()
2894 #ifndef __GNUC__
2895 choke me
2896 #endif
2899 return 0;
2901 _ACEOF
2902 rm -f conftest.$ac_objext
2903 if { (ac_try="$ac_compile"
2904 case "(($ac_try" in
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2907 esac
2908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2909 (eval "$ac_compile") 2>conftest.er1
2910 ac_status=$?
2911 grep -v '^ *+' conftest.er1 >conftest.err
2912 rm -f conftest.er1
2913 cat conftest.err >&5
2914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); } && {
2916 test -z "$ac_c_werror_flag" ||
2917 test ! -s conftest.err
2918 } && test -s conftest.$ac_objext; then
2919 ac_compiler_gnu=yes
2920 else
2921 echo "$as_me: failed program was:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2924 ac_compiler_gnu=no
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2931 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2932 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2933 GCC=`test $ac_compiler_gnu = yes && echo yes`
2934 ac_test_CFLAGS=${CFLAGS+set}
2935 ac_save_CFLAGS=$CFLAGS
2936 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2937 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2938 if test "${ac_cv_prog_cc_g+set}" = set; then
2939 echo $ECHO_N "(cached) $ECHO_C" >&6
2940 else
2941 ac_save_c_werror_flag=$ac_c_werror_flag
2942 ac_c_werror_flag=yes
2943 ac_cv_prog_cc_g=no
2944 CFLAGS="-g"
2945 cat >conftest.$ac_ext <<_ACEOF
2946 /* confdefs.h. */
2947 _ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h. */
2953 main ()
2957 return 0;
2959 _ACEOF
2960 rm -f conftest.$ac_objext
2961 if { (ac_try="$ac_compile"
2962 case "(($ac_try" in
2963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2964 *) ac_try_echo=$ac_try;;
2965 esac
2966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2967 (eval "$ac_compile") 2>conftest.er1
2968 ac_status=$?
2969 grep -v '^ *+' conftest.er1 >conftest.err
2970 rm -f conftest.er1
2971 cat conftest.err >&5
2972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); } && {
2974 test -z "$ac_c_werror_flag" ||
2975 test ! -s conftest.err
2976 } && test -s conftest.$ac_objext; then
2977 ac_cv_prog_cc_g=yes
2978 else
2979 echo "$as_me: failed program was:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2982 CFLAGS=""
2983 cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h. */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h. */
2991 main ()
2995 return 0;
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002 *) ac_try_echo=$ac_try;;
3003 esac
3004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3005 (eval "$ac_compile") 2>conftest.er1
3006 ac_status=$?
3007 grep -v '^ *+' conftest.er1 >conftest.err
3008 rm -f conftest.er1
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011 (exit $ac_status); } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest.$ac_objext; then
3016 else
3017 echo "$as_me: failed program was:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3020 ac_c_werror_flag=$ac_save_c_werror_flag
3021 CFLAGS="-g"
3022 cat >conftest.$ac_ext <<_ACEOF
3023 /* confdefs.h. */
3024 _ACEOF
3025 cat confdefs.h >>conftest.$ac_ext
3026 cat >>conftest.$ac_ext <<_ACEOF
3027 /* end confdefs.h. */
3030 main ()
3034 return 0;
3036 _ACEOF
3037 rm -f conftest.$ac_objext
3038 if { (ac_try="$ac_compile"
3039 case "(($ac_try" in
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3042 esac
3043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3044 (eval "$ac_compile") 2>conftest.er1
3045 ac_status=$?
3046 grep -v '^ *+' conftest.er1 >conftest.err
3047 rm -f conftest.er1
3048 cat conftest.err >&5
3049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050 (exit $ac_status); } && {
3051 test -z "$ac_c_werror_flag" ||
3052 test ! -s conftest.err
3053 } && test -s conftest.$ac_objext; then
3054 ac_cv_prog_cc_g=yes
3055 else
3056 echo "$as_me: failed program was:" >&5
3057 sed 's/^/| /' conftest.$ac_ext >&5
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3071 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3072 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3077 CFLAGS="-g -O2"
3078 else
3079 CFLAGS="-g"
3081 else
3082 if test "$GCC" = yes; then
3083 CFLAGS="-O2"
3084 else
3085 CFLAGS=
3088 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3089 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then
3091 echo $ECHO_N "(cached) $ECHO_C" >&6
3092 else
3093 ac_cv_prog_cc_c89=no
3094 ac_save_CC=$CC
3095 cat >conftest.$ac_ext <<_ACEOF
3096 /* confdefs.h. */
3097 _ACEOF
3098 cat confdefs.h >>conftest.$ac_ext
3099 cat >>conftest.$ac_ext <<_ACEOF
3100 /* end confdefs.h. */
3101 #include <stdarg.h>
3102 #include <stdio.h>
3103 #include <sys/types.h>
3104 #include <sys/stat.h>
3105 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3106 struct buf { int x; };
3107 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3108 static char *e (p, i)
3109 char **p;
3110 int i;
3112 return p[i];
3114 static char *f (char * (*g) (char **, int), char **p, ...)
3116 char *s;
3117 va_list v;
3118 va_start (v,p);
3119 s = g (p, va_arg (v,int));
3120 va_end (v);
3121 return s;
3124 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3125 function prototypes and stuff, but not '\xHH' hex character constants.
3126 These don't provoke an error unfortunately, instead are silently treated
3127 as 'x'. The following induces an error, until -std is added to get
3128 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3129 array size at least. It's necessary to write '\x00'==0 to get something
3130 that's true only with -std. */
3131 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3134 inside strings and character constants. */
3135 #define FOO(x) 'x'
3136 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138 int test (int i, double x);
3139 struct s1 {int (*f) (int a);};
3140 struct s2 {int (*f) (double a);};
3141 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3142 int argc;
3143 char **argv;
3145 main ()
3147 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3149 return 0;
3151 _ACEOF
3152 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3153 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155 CC="$ac_save_CC $ac_arg"
3156 rm -f conftest.$ac_objext
3157 if { (ac_try="$ac_compile"
3158 case "(($ac_try" in
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3161 esac
3162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compile") 2>conftest.er1
3164 ac_status=$?
3165 grep -v '^ *+' conftest.er1 >conftest.err
3166 rm -f conftest.er1
3167 cat conftest.err >&5
3168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3169 (exit $ac_status); } && {
3170 test -z "$ac_c_werror_flag" ||
3171 test ! -s conftest.err
3172 } && test -s conftest.$ac_objext; then
3173 ac_cv_prog_cc_c89=$ac_arg
3174 else
3175 echo "$as_me: failed program was:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3181 rm -f core conftest.err conftest.$ac_objext
3182 test "x$ac_cv_prog_cc_c89" != "xno" && break
3183 done
3184 rm -f conftest.$ac_ext
3185 CC=$ac_save_CC
3188 # AC_CACHE_VAL
3189 case "x$ac_cv_prog_cc_c89" in
3191 { echo "$as_me:$LINENO: result: none needed" >&5
3192 echo "${ECHO_T}none needed" >&6; } ;;
3193 xno)
3194 { echo "$as_me:$LINENO: result: unsupported" >&5
3195 echo "${ECHO_T}unsupported" >&6; } ;;
3197 CC="$CC $ac_cv_prog_cc_c89"
3198 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3199 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3200 esac
3203 ac_ext=c
3204 ac_cpp='$CPP $CPPFLAGS'
3205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 ac_ext=cpp
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215 if test -n "$CCC"; then
3216 CXX=$CCC
3217 else
3218 if test -n "$ac_tool_prefix"; then
3219 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3225 if test "${ac_cv_prog_CXX+set}" = set; then
3226 echo $ECHO_N "(cached) $ECHO_C" >&6
3227 else
3228 if test -n "$CXX"; then
3229 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 else
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3232 for as_dir in $PATH
3234 IFS=$as_save_IFS
3235 test -z "$as_dir" && as_dir=.
3236 for ac_exec_ext in '' $ac_executable_extensions; do
3237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3240 break 2
3242 done
3243 done
3244 IFS=$as_save_IFS
3248 CXX=$ac_cv_prog_CXX
3249 if test -n "$CXX"; then
3250 { echo "$as_me:$LINENO: result: $CXX" >&5
3251 echo "${ECHO_T}$CXX" >&6; }
3252 else
3253 { echo "$as_me:$LINENO: result: no" >&5
3254 echo "${ECHO_T}no" >&6; }
3258 test -n "$CXX" && break
3259 done
3261 if test -z "$CXX"; then
3262 ac_ct_CXX=$CXX
3263 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3269 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3270 echo $ECHO_N "(cached) $ECHO_C" >&6
3271 else
3272 if test -n "$ac_ct_CXX"; then
3273 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 else
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in $PATH
3278 IFS=$as_save_IFS
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282 ac_cv_prog_ac_ct_CXX="$ac_prog"
3283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3284 break 2
3286 done
3287 done
3288 IFS=$as_save_IFS
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3295 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3296 else
3297 { echo "$as_me:$LINENO: result: no" >&5
3298 echo "${ECHO_T}no" >&6; }
3302 test -n "$ac_ct_CXX" && break
3303 done
3305 if test "x$ac_ct_CXX" = x; then
3306 CXX="g++"
3307 else
3308 case $cross_compiling:$ac_tool_warned in
3309 yes:)
3310 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3311 whose name does not start with the host triplet. If you think this
3312 configuration is useful to you, please write to autoconf@gnu.org." >&5
3313 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3314 whose name does not start with the host triplet. If you think this
3315 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3316 ac_tool_warned=yes ;;
3317 esac
3318 CXX=$ac_ct_CXX
3324 # Provide some information about the compiler.
3325 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3326 ac_compiler=`set X $ac_compile; echo $2`
3327 { (ac_try="$ac_compiler --version >&5"
3328 case "(($ac_try" in
3329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3330 *) ac_try_echo=$ac_try;;
3331 esac
3332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3333 (eval "$ac_compiler --version >&5") 2>&5
3334 ac_status=$?
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); }
3337 { (ac_try="$ac_compiler -v >&5"
3338 case "(($ac_try" in
3339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340 *) ac_try_echo=$ac_try;;
3341 esac
3342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3343 (eval "$ac_compiler -v >&5") 2>&5
3344 ac_status=$?
3345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346 (exit $ac_status); }
3347 { (ac_try="$ac_compiler -V >&5"
3348 case "(($ac_try" in
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3351 esac
3352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3353 (eval "$ac_compiler -V >&5") 2>&5
3354 ac_status=$?
3355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356 (exit $ac_status); }
3358 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3359 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3360 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3361 echo $ECHO_N "(cached) $ECHO_C" >&6
3362 else
3363 cat >conftest.$ac_ext <<_ACEOF
3364 /* confdefs.h. */
3365 _ACEOF
3366 cat confdefs.h >>conftest.$ac_ext
3367 cat >>conftest.$ac_ext <<_ACEOF
3368 /* end confdefs.h. */
3371 main ()
3373 #ifndef __GNUC__
3374 choke me
3375 #endif
3378 return 0;
3380 _ACEOF
3381 rm -f conftest.$ac_objext
3382 if { (ac_try="$ac_compile"
3383 case "(($ac_try" in
3384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385 *) ac_try_echo=$ac_try;;
3386 esac
3387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3388 (eval "$ac_compile") 2>conftest.er1
3389 ac_status=$?
3390 grep -v '^ *+' conftest.er1 >conftest.err
3391 rm -f conftest.er1
3392 cat conftest.err >&5
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); } && {
3395 test -z "$ac_cxx_werror_flag" ||
3396 test ! -s conftest.err
3397 } && test -s conftest.$ac_objext; then
3398 ac_compiler_gnu=yes
3399 else
3400 echo "$as_me: failed program was:" >&5
3401 sed 's/^/| /' conftest.$ac_ext >&5
3403 ac_compiler_gnu=no
3406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3407 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3410 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3411 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3412 GXX=`test $ac_compiler_gnu = yes && echo yes`
3413 ac_test_CXXFLAGS=${CXXFLAGS+set}
3414 ac_save_CXXFLAGS=$CXXFLAGS
3415 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3416 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3417 if test "${ac_cv_prog_cxx_g+set}" = set; then
3418 echo $ECHO_N "(cached) $ECHO_C" >&6
3419 else
3420 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3421 ac_cxx_werror_flag=yes
3422 ac_cv_prog_cxx_g=no
3423 CXXFLAGS="-g"
3424 cat >conftest.$ac_ext <<_ACEOF
3425 /* confdefs.h. */
3426 _ACEOF
3427 cat confdefs.h >>conftest.$ac_ext
3428 cat >>conftest.$ac_ext <<_ACEOF
3429 /* end confdefs.h. */
3432 main ()
3436 return 0;
3438 _ACEOF
3439 rm -f conftest.$ac_objext
3440 if { (ac_try="$ac_compile"
3441 case "(($ac_try" in
3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3443 *) ac_try_echo=$ac_try;;
3444 esac
3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3446 (eval "$ac_compile") 2>conftest.er1
3447 ac_status=$?
3448 grep -v '^ *+' conftest.er1 >conftest.err
3449 rm -f conftest.er1
3450 cat conftest.err >&5
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 (exit $ac_status); } && {
3453 test -z "$ac_cxx_werror_flag" ||
3454 test ! -s conftest.err
3455 } && test -s conftest.$ac_objext; then
3456 ac_cv_prog_cxx_g=yes
3457 else
3458 echo "$as_me: failed program was:" >&5
3459 sed 's/^/| /' conftest.$ac_ext >&5
3461 CXXFLAGS=""
3462 cat >conftest.$ac_ext <<_ACEOF
3463 /* confdefs.h. */
3464 _ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h. */
3470 main ()
3474 return 0;
3476 _ACEOF
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3479 case "(($ac_try" in
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3482 esac
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_compile") 2>conftest.er1
3485 ac_status=$?
3486 grep -v '^ *+' conftest.er1 >conftest.err
3487 rm -f conftest.er1
3488 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); } && {
3491 test -z "$ac_cxx_werror_flag" ||
3492 test ! -s conftest.err
3493 } && test -s conftest.$ac_objext; then
3495 else
3496 echo "$as_me: failed program was:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3499 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3500 CXXFLAGS="-g"
3501 cat >conftest.$ac_ext <<_ACEOF
3502 /* confdefs.h. */
3503 _ACEOF
3504 cat confdefs.h >>conftest.$ac_ext
3505 cat >>conftest.$ac_ext <<_ACEOF
3506 /* end confdefs.h. */
3509 main ()
3513 return 0;
3515 _ACEOF
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3518 case "(($ac_try" in
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3521 esac
3522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_cv_prog_cxx_g=yes
3534 else
3535 echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3550 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3552 if test "$ac_test_CXXFLAGS" = set; then
3553 CXXFLAGS=$ac_save_CXXFLAGS
3554 elif test $ac_cv_prog_cxx_g = yes; then
3555 if test "$GXX" = yes; then
3556 CXXFLAGS="-g -O2"
3557 else
3558 CXXFLAGS="-g"
3560 else
3561 if test "$GXX" = yes; then
3562 CXXFLAGS="-O2"
3563 else
3564 CXXFLAGS=
3567 ac_ext=c
3568 ac_cpp='$CPP $CPPFLAGS'
3569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3573 if test -n "$ac_tool_prefix"; then
3574 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3575 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3578 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3579 echo $ECHO_N "(cached) $ECHO_C" >&6
3580 else
3581 if test -n "$CPPBIN"; then
3582 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3583 else
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585 for as_dir in $PATH
3587 IFS=$as_save_IFS
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3593 break 2
3595 done
3596 done
3597 IFS=$as_save_IFS
3601 CPPBIN=$ac_cv_prog_CPPBIN
3602 if test -n "$CPPBIN"; then
3603 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3604 echo "${ECHO_T}$CPPBIN" >&6; }
3605 else
3606 { echo "$as_me:$LINENO: result: no" >&5
3607 echo "${ECHO_T}no" >&6; }
3612 if test -z "$ac_cv_prog_CPPBIN"; then
3613 ac_ct_CPPBIN=$CPPBIN
3614 # Extract the first word of "cpp", so it can be a program name with args.
3615 set dummy cpp; ac_word=$2
3616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3618 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620 else
3621 if test -n "$ac_ct_CPPBIN"; then
3622 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3623 else
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625 for as_dir in $PATH
3627 IFS=$as_save_IFS
3628 test -z "$as_dir" && as_dir=.
3629 for ac_exec_ext in '' $ac_executable_extensions; do
3630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631 ac_cv_prog_ac_ct_CPPBIN="cpp"
3632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3633 break 2
3635 done
3636 done
3637 IFS=$as_save_IFS
3641 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3642 if test -n "$ac_ct_CPPBIN"; then
3643 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3644 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3645 else
3646 { echo "$as_me:$LINENO: result: no" >&5
3647 echo "${ECHO_T}no" >&6; }
3650 if test "x$ac_ct_CPPBIN" = x; then
3651 CPPBIN="cpp"
3652 else
3653 case $cross_compiling:$ac_tool_warned in
3654 yes:)
3655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3656 whose name does not start with the host triplet. If you think this
3657 configuration is useful to you, please write to autoconf@gnu.org." >&5
3658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3659 whose name does not start with the host triplet. If you think this
3660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3661 ac_tool_warned=yes ;;
3662 esac
3663 CPPBIN=$ac_ct_CPPBIN
3665 else
3666 CPPBIN="$ac_cv_prog_CPPBIN"
3670 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3671 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3672 if test "${wine_cv_toolsdir+set}" = set; then
3673 echo $ECHO_N "(cached) $ECHO_C" >&6
3674 else
3675 if test -z "$with_wine_tools"; then
3676 if test "$cross_compiling" = "yes"; then
3677 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3678 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3679 { (exit 1); exit 1; }; }
3680 else
3681 wine_cv_toolsdir="\$(TOPOBJDIR)"
3683 elif test -d "$with_wine_tools/tools/winebuild"; then
3684 case $with_wine_tools in
3685 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3686 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3687 esac
3688 else
3689 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3690 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3691 { (exit 1); exit 1; }; }
3694 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3695 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3696 TOOLSDIR=$wine_cv_toolsdir
3700 ac_ext=c
3701 ac_cpp='$CPP $CPPFLAGS'
3702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3705 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3706 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3707 # On Suns, sometimes $CPP names a directory.
3708 if test -n "$CPP" && test -d "$CPP"; then
3709 CPP=
3711 if test -z "$CPP"; then
3712 if test "${ac_cv_prog_CPP+set}" = set; then
3713 echo $ECHO_N "(cached) $ECHO_C" >&6
3714 else
3715 # Double quotes because CPP needs to be expanded
3716 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3718 ac_preproc_ok=false
3719 for ac_c_preproc_warn_flag in '' yes
3721 # Use a header file that comes with gcc, so configuring glibc
3722 # with a fresh cross-compiler works.
3723 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3724 # <limits.h> exists even on freestanding compilers.
3725 # On the NeXT, cc -E runs the code through the compiler's parser,
3726 # not just through cpp. "Syntax error" is here to catch this case.
3727 cat >conftest.$ac_ext <<_ACEOF
3728 /* confdefs.h. */
3729 _ACEOF
3730 cat confdefs.h >>conftest.$ac_ext
3731 cat >>conftest.$ac_ext <<_ACEOF
3732 /* end confdefs.h. */
3733 #ifdef __STDC__
3734 # include <limits.h>
3735 #else
3736 # include <assert.h>
3737 #endif
3738 Syntax error
3739 _ACEOF
3740 if { (ac_try="$ac_cpp conftest.$ac_ext"
3741 case "(($ac_try" in
3742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3743 *) ac_try_echo=$ac_try;;
3744 esac
3745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3746 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3747 ac_status=$?
3748 grep -v '^ *+' conftest.er1 >conftest.err
3749 rm -f conftest.er1
3750 cat conftest.err >&5
3751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752 (exit $ac_status); } >/dev/null && {
3753 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3754 test ! -s conftest.err
3755 }; then
3757 else
3758 echo "$as_me: failed program was:" >&5
3759 sed 's/^/| /' conftest.$ac_ext >&5
3761 # Broken: fails on valid input.
3762 continue
3765 rm -f conftest.err conftest.$ac_ext
3767 # OK, works on sane cases. Now check whether nonexistent headers
3768 # can be detected and how.
3769 cat >conftest.$ac_ext <<_ACEOF
3770 /* confdefs.h. */
3771 _ACEOF
3772 cat confdefs.h >>conftest.$ac_ext
3773 cat >>conftest.$ac_ext <<_ACEOF
3774 /* end confdefs.h. */
3775 #include <ac_nonexistent.h>
3776 _ACEOF
3777 if { (ac_try="$ac_cpp conftest.$ac_ext"
3778 case "(($ac_try" in
3779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780 *) ac_try_echo=$ac_try;;
3781 esac
3782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3783 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3784 ac_status=$?
3785 grep -v '^ *+' conftest.er1 >conftest.err
3786 rm -f conftest.er1
3787 cat conftest.err >&5
3788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789 (exit $ac_status); } >/dev/null && {
3790 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3791 test ! -s conftest.err
3792 }; then
3793 # Broken: success on invalid input.
3794 continue
3795 else
3796 echo "$as_me: failed program was:" >&5
3797 sed 's/^/| /' conftest.$ac_ext >&5
3799 # Passes both tests.
3800 ac_preproc_ok=:
3801 break
3804 rm -f conftest.err conftest.$ac_ext
3806 done
3807 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3808 rm -f conftest.err conftest.$ac_ext
3809 if $ac_preproc_ok; then
3810 break
3813 done
3814 ac_cv_prog_CPP=$CPP
3817 CPP=$ac_cv_prog_CPP
3818 else
3819 ac_cv_prog_CPP=$CPP
3821 { echo "$as_me:$LINENO: result: $CPP" >&5
3822 echo "${ECHO_T}$CPP" >&6; }
3823 ac_preproc_ok=false
3824 for ac_c_preproc_warn_flag in '' yes
3826 # Use a header file that comes with gcc, so configuring glibc
3827 # with a fresh cross-compiler works.
3828 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3829 # <limits.h> exists even on freestanding compilers.
3830 # On the NeXT, cc -E runs the code through the compiler's parser,
3831 # not just through cpp. "Syntax error" is here to catch this case.
3832 cat >conftest.$ac_ext <<_ACEOF
3833 /* confdefs.h. */
3834 _ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3838 #ifdef __STDC__
3839 # include <limits.h>
3840 #else
3841 # include <assert.h>
3842 #endif
3843 Syntax error
3844 _ACEOF
3845 if { (ac_try="$ac_cpp conftest.$ac_ext"
3846 case "(($ac_try" in
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3849 esac
3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3851 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3852 ac_status=$?
3853 grep -v '^ *+' conftest.er1 >conftest.err
3854 rm -f conftest.er1
3855 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); } >/dev/null && {
3858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3859 test ! -s conftest.err
3860 }; then
3862 else
3863 echo "$as_me: failed program was:" >&5
3864 sed 's/^/| /' conftest.$ac_ext >&5
3866 # Broken: fails on valid input.
3867 continue
3870 rm -f conftest.err conftest.$ac_ext
3872 # OK, works on sane cases. Now check whether nonexistent headers
3873 # can be detected and how.
3874 cat >conftest.$ac_ext <<_ACEOF
3875 /* confdefs.h. */
3876 _ACEOF
3877 cat confdefs.h >>conftest.$ac_ext
3878 cat >>conftest.$ac_ext <<_ACEOF
3879 /* end confdefs.h. */
3880 #include <ac_nonexistent.h>
3881 _ACEOF
3882 if { (ac_try="$ac_cpp conftest.$ac_ext"
3883 case "(($ac_try" in
3884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885 *) ac_try_echo=$ac_try;;
3886 esac
3887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3888 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3889 ac_status=$?
3890 grep -v '^ *+' conftest.er1 >conftest.err
3891 rm -f conftest.er1
3892 cat conftest.err >&5
3893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3894 (exit $ac_status); } >/dev/null && {
3895 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3896 test ! -s conftest.err
3897 }; then
3898 # Broken: success on invalid input.
3899 continue
3900 else
3901 echo "$as_me: failed program was:" >&5
3902 sed 's/^/| /' conftest.$ac_ext >&5
3904 # Passes both tests.
3905 ac_preproc_ok=:
3906 break
3909 rm -f conftest.err conftest.$ac_ext
3911 done
3912 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3913 rm -f conftest.err conftest.$ac_ext
3914 if $ac_preproc_ok; then
3916 else
3917 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3918 See \`config.log' for more details." >&5
3919 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3920 See \`config.log' for more details." >&2;}
3921 { (exit 1); exit 1; }; }
3924 ac_ext=c
3925 ac_cpp='$CPP $CPPFLAGS'
3926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3927 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3928 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3931 { echo "$as_me:$LINENO: checking for X" >&5
3932 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3935 # Check whether --with-x was given.
3936 if test "${with_x+set}" = set; then
3937 withval=$with_x;
3940 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3941 if test "x$with_x" = xno; then
3942 # The user explicitly disabled X.
3943 have_x=disabled
3944 else
3945 case $x_includes,$x_libraries in #(
3946 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3947 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3948 { (exit 1); exit 1; }; };; #(
3949 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3950 echo $ECHO_N "(cached) $ECHO_C" >&6
3951 else
3952 # One or both of the vars are not set, and there is no cached value.
3953 ac_x_includes=no ac_x_libraries=no
3954 rm -f -r conftest.dir
3955 if mkdir conftest.dir; then
3956 cd conftest.dir
3957 cat >Imakefile <<'_ACEOF'
3958 incroot:
3959 @echo incroot='${INCROOT}'
3960 usrlibdir:
3961 @echo usrlibdir='${USRLIBDIR}'
3962 libdir:
3963 @echo libdir='${LIBDIR}'
3964 _ACEOF
3965 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3966 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3967 for ac_var in incroot usrlibdir libdir; do
3968 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3969 done
3970 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3971 for ac_extension in a so sl; do
3972 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3973 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3974 ac_im_usrlibdir=$ac_im_libdir; break
3976 done
3977 # Screen out bogus values from the imake configuration. They are
3978 # bogus both because they are the default anyway, and because
3979 # using them would break gcc on systems where it needs fixed includes.
3980 case $ac_im_incroot in
3981 /usr/include) ac_x_includes= ;;
3982 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3983 esac
3984 case $ac_im_usrlibdir in
3985 /usr/lib | /lib) ;;
3986 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3987 esac
3989 cd ..
3990 rm -f -r conftest.dir
3993 # Standard set of common directories for X headers.
3994 # Check X11 before X11Rn because it is often a symlink to the current release.
3995 ac_x_header_dirs='
3996 /usr/X11/include
3997 /usr/X11R6/include
3998 /usr/X11R5/include
3999 /usr/X11R4/include
4001 /usr/include/X11
4002 /usr/include/X11R6
4003 /usr/include/X11R5
4004 /usr/include/X11R4
4006 /usr/local/X11/include
4007 /usr/local/X11R6/include
4008 /usr/local/X11R5/include
4009 /usr/local/X11R4/include
4011 /usr/local/include/X11
4012 /usr/local/include/X11R6
4013 /usr/local/include/X11R5
4014 /usr/local/include/X11R4
4016 /usr/X386/include
4017 /usr/x386/include
4018 /usr/XFree86/include/X11
4020 /usr/include
4021 /usr/local/include
4022 /usr/unsupported/include
4023 /usr/athena/include
4024 /usr/local/x11r5/include
4025 /usr/lpp/Xamples/include
4027 /usr/openwin/include
4028 /usr/openwin/share/include'
4030 if test "$ac_x_includes" = no; then
4031 # Guess where to find include files, by looking for Xlib.h.
4032 # First, try using that file with no special directory specified.
4033 cat >conftest.$ac_ext <<_ACEOF
4034 /* confdefs.h. */
4035 _ACEOF
4036 cat confdefs.h >>conftest.$ac_ext
4037 cat >>conftest.$ac_ext <<_ACEOF
4038 /* end confdefs.h. */
4039 #include <X11/Xlib.h>
4040 _ACEOF
4041 if { (ac_try="$ac_cpp conftest.$ac_ext"
4042 case "(($ac_try" in
4043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4044 *) ac_try_echo=$ac_try;;
4045 esac
4046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4048 ac_status=$?
4049 grep -v '^ *+' conftest.er1 >conftest.err
4050 rm -f conftest.er1
4051 cat conftest.err >&5
4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053 (exit $ac_status); } >/dev/null && {
4054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4055 test ! -s conftest.err
4056 }; then
4057 # We can compile using X headers with no special include directory.
4058 ac_x_includes=
4059 else
4060 echo "$as_me: failed program was:" >&5
4061 sed 's/^/| /' conftest.$ac_ext >&5
4063 for ac_dir in $ac_x_header_dirs; do
4064 if test -r "$ac_dir/X11/Xlib.h"; then
4065 ac_x_includes=$ac_dir
4066 break
4068 done
4071 rm -f conftest.err conftest.$ac_ext
4072 fi # $ac_x_includes = no
4074 if test "$ac_x_libraries" = no; then
4075 # Check for the libraries.
4076 # See if we find them without any special options.
4077 # Don't add to $LIBS permanently.
4078 ac_save_LIBS=$LIBS
4079 LIBS="-lX11 $LIBS"
4080 cat >conftest.$ac_ext <<_ACEOF
4081 /* confdefs.h. */
4082 _ACEOF
4083 cat confdefs.h >>conftest.$ac_ext
4084 cat >>conftest.$ac_ext <<_ACEOF
4085 /* end confdefs.h. */
4086 #include <X11/Xlib.h>
4088 main ()
4090 XrmInitialize ()
4092 return 0;
4094 _ACEOF
4095 rm -f conftest.$ac_objext conftest$ac_exeext
4096 if { (ac_try="$ac_link"
4097 case "(($ac_try" in
4098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4099 *) ac_try_echo=$ac_try;;
4100 esac
4101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4102 (eval "$ac_link") 2>conftest.er1
4103 ac_status=$?
4104 grep -v '^ *+' conftest.er1 >conftest.err
4105 rm -f conftest.er1
4106 cat conftest.err >&5
4107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108 (exit $ac_status); } && {
4109 test -z "$ac_c_werror_flag" ||
4110 test ! -s conftest.err
4111 } && test -s conftest$ac_exeext &&
4112 $as_test_x conftest$ac_exeext; then
4113 LIBS=$ac_save_LIBS
4114 # We can link X programs with no special library path.
4115 ac_x_libraries=
4116 else
4117 echo "$as_me: failed program was:" >&5
4118 sed 's/^/| /' conftest.$ac_ext >&5
4120 LIBS=$ac_save_LIBS
4121 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4123 # Don't even attempt the hair of trying to link an X program!
4124 for ac_extension in a so sl; do
4125 if test -r "$ac_dir/libX11.$ac_extension"; then
4126 ac_x_libraries=$ac_dir
4127 break 2
4129 done
4130 done
4133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4134 conftest$ac_exeext conftest.$ac_ext
4135 fi # $ac_x_libraries = no
4137 case $ac_x_includes,$ac_x_libraries in #(
4138 no,* | *,no | *\'*)
4139 # Didn't find X, or a directory has "'" in its name.
4140 ac_cv_have_x="have_x=no";; #(
4142 # Record where we found X for the cache.
4143 ac_cv_have_x="have_x=yes\
4144 ac_x_includes='$ac_x_includes'\
4145 ac_x_libraries='$ac_x_libraries'"
4146 esac
4148 ;; #(
4149 *) have_x=yes;;
4150 esac
4151 eval "$ac_cv_have_x"
4152 fi # $with_x != no
4154 if test "$have_x" != yes; then
4155 { echo "$as_me:$LINENO: result: $have_x" >&5
4156 echo "${ECHO_T}$have_x" >&6; }
4157 no_x=yes
4158 else
4159 # If each of the values was on the command line, it overrides each guess.
4160 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4161 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4162 # Update the cache value to reflect the command line values.
4163 ac_cv_have_x="have_x=yes\
4164 ac_x_includes='$x_includes'\
4165 ac_x_libraries='$x_libraries'"
4166 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4167 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4170 if test "$no_x" = yes; then
4171 # Not all programs may use this symbol, but it does not hurt to define it.
4173 cat >>confdefs.h <<\_ACEOF
4174 #define X_DISPLAY_MISSING 1
4175 _ACEOF
4177 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4178 else
4179 if test -n "$x_includes"; then
4180 X_CFLAGS="$X_CFLAGS -I$x_includes"
4183 # It would also be nice to do this for all -L options, not just this one.
4184 if test -n "$x_libraries"; then
4185 X_LIBS="$X_LIBS -L$x_libraries"
4186 # For Solaris; some versions of Sun CC require a space after -R and
4187 # others require no space. Words are not sufficient . . . .
4188 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4189 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4190 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4191 ac_xsave_c_werror_flag=$ac_c_werror_flag
4192 ac_c_werror_flag=yes
4193 cat >conftest.$ac_ext <<_ACEOF
4194 /* confdefs.h. */
4195 _ACEOF
4196 cat confdefs.h >>conftest.$ac_ext
4197 cat >>conftest.$ac_ext <<_ACEOF
4198 /* end confdefs.h. */
4201 main ()
4205 return 0;
4207 _ACEOF
4208 rm -f conftest.$ac_objext conftest$ac_exeext
4209 if { (ac_try="$ac_link"
4210 case "(($ac_try" in
4211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4212 *) ac_try_echo=$ac_try;;
4213 esac
4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4215 (eval "$ac_link") 2>conftest.er1
4216 ac_status=$?
4217 grep -v '^ *+' conftest.er1 >conftest.err
4218 rm -f conftest.er1
4219 cat conftest.err >&5
4220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221 (exit $ac_status); } && {
4222 test -z "$ac_c_werror_flag" ||
4223 test ! -s conftest.err
4224 } && test -s conftest$ac_exeext &&
4225 $as_test_x conftest$ac_exeext; then
4226 { echo "$as_me:$LINENO: result: no" >&5
4227 echo "${ECHO_T}no" >&6; }
4228 X_LIBS="$X_LIBS -R$x_libraries"
4229 else
4230 echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.$ac_ext >&5
4233 LIBS="$ac_xsave_LIBS -R $x_libraries"
4234 cat >conftest.$ac_ext <<_ACEOF
4235 /* confdefs.h. */
4236 _ACEOF
4237 cat confdefs.h >>conftest.$ac_ext
4238 cat >>conftest.$ac_ext <<_ACEOF
4239 /* end confdefs.h. */
4242 main ()
4246 return 0;
4248 _ACEOF
4249 rm -f conftest.$ac_objext conftest$ac_exeext
4250 if { (ac_try="$ac_link"
4251 case "(($ac_try" in
4252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4254 esac
4255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4256 (eval "$ac_link") 2>conftest.er1
4257 ac_status=$?
4258 grep -v '^ *+' conftest.er1 >conftest.err
4259 rm -f conftest.er1
4260 cat conftest.err >&5
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); } && {
4263 test -z "$ac_c_werror_flag" ||
4264 test ! -s conftest.err
4265 } && test -s conftest$ac_exeext &&
4266 $as_test_x conftest$ac_exeext; then
4267 { echo "$as_me:$LINENO: result: yes" >&5
4268 echo "${ECHO_T}yes" >&6; }
4269 X_LIBS="$X_LIBS -R $x_libraries"
4270 else
4271 echo "$as_me: failed program was:" >&5
4272 sed 's/^/| /' conftest.$ac_ext >&5
4274 { echo "$as_me:$LINENO: result: neither works" >&5
4275 echo "${ECHO_T}neither works" >&6; }
4278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4279 conftest$ac_exeext conftest.$ac_ext
4282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4283 conftest$ac_exeext conftest.$ac_ext
4284 ac_c_werror_flag=$ac_xsave_c_werror_flag
4285 LIBS=$ac_xsave_LIBS
4288 # Check for system-dependent libraries X programs must link with.
4289 # Do this before checking for the system-independent R6 libraries
4290 # (-lICE), since we may need -lsocket or whatever for X linking.
4292 if test "$ISC" = yes; then
4293 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4294 else
4295 # Martyn Johnson says this is needed for Ultrix, if the X
4296 # libraries were built with DECnet support. And Karl Berry says
4297 # the Alpha needs dnet_stub (dnet does not exist).
4298 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4299 cat >conftest.$ac_ext <<_ACEOF
4300 /* confdefs.h. */
4301 _ACEOF
4302 cat confdefs.h >>conftest.$ac_ext
4303 cat >>conftest.$ac_ext <<_ACEOF
4304 /* end confdefs.h. */
4306 /* Override any GCC internal prototype to avoid an error.
4307 Use char because int might match the return type of a GCC
4308 builtin and then its argument prototype would still apply. */
4309 #ifdef __cplusplus
4310 extern "C"
4311 #endif
4312 char XOpenDisplay ();
4314 main ()
4316 return XOpenDisplay ();
4318 return 0;
4320 _ACEOF
4321 rm -f conftest.$ac_objext conftest$ac_exeext
4322 if { (ac_try="$ac_link"
4323 case "(($ac_try" in
4324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4325 *) ac_try_echo=$ac_try;;
4326 esac
4327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4328 (eval "$ac_link") 2>conftest.er1
4329 ac_status=$?
4330 grep -v '^ *+' conftest.er1 >conftest.err
4331 rm -f conftest.er1
4332 cat conftest.err >&5
4333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4334 (exit $ac_status); } && {
4335 test -z "$ac_c_werror_flag" ||
4336 test ! -s conftest.err
4337 } && test -s conftest$ac_exeext &&
4338 $as_test_x conftest$ac_exeext; then
4340 else
4341 echo "$as_me: failed program was:" >&5
4342 sed 's/^/| /' conftest.$ac_ext >&5
4344 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4345 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4346 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4347 echo $ECHO_N "(cached) $ECHO_C" >&6
4348 else
4349 ac_check_lib_save_LIBS=$LIBS
4350 LIBS="-ldnet $LIBS"
4351 cat >conftest.$ac_ext <<_ACEOF
4352 /* confdefs.h. */
4353 _ACEOF
4354 cat confdefs.h >>conftest.$ac_ext
4355 cat >>conftest.$ac_ext <<_ACEOF
4356 /* end confdefs.h. */
4358 /* Override any GCC internal prototype to avoid an error.
4359 Use char because int might match the return type of a GCC
4360 builtin and then its argument prototype would still apply. */
4361 #ifdef __cplusplus
4362 extern "C"
4363 #endif
4364 char dnet_ntoa ();
4366 main ()
4368 return dnet_ntoa ();
4370 return 0;
4372 _ACEOF
4373 rm -f conftest.$ac_objext conftest$ac_exeext
4374 if { (ac_try="$ac_link"
4375 case "(($ac_try" in
4376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4377 *) ac_try_echo=$ac_try;;
4378 esac
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380 (eval "$ac_link") 2>conftest.er1
4381 ac_status=$?
4382 grep -v '^ *+' conftest.er1 >conftest.err
4383 rm -f conftest.er1
4384 cat conftest.err >&5
4385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4386 (exit $ac_status); } && {
4387 test -z "$ac_c_werror_flag" ||
4388 test ! -s conftest.err
4389 } && test -s conftest$ac_exeext &&
4390 $as_test_x conftest$ac_exeext; then
4391 ac_cv_lib_dnet_dnet_ntoa=yes
4392 else
4393 echo "$as_me: failed program was:" >&5
4394 sed 's/^/| /' conftest.$ac_ext >&5
4396 ac_cv_lib_dnet_dnet_ntoa=no
4399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4400 conftest$ac_exeext conftest.$ac_ext
4401 LIBS=$ac_check_lib_save_LIBS
4403 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4404 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4405 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4406 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4409 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4410 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4411 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4412 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4413 echo $ECHO_N "(cached) $ECHO_C" >&6
4414 else
4415 ac_check_lib_save_LIBS=$LIBS
4416 LIBS="-ldnet_stub $LIBS"
4417 cat >conftest.$ac_ext <<_ACEOF
4418 /* confdefs.h. */
4419 _ACEOF
4420 cat confdefs.h >>conftest.$ac_ext
4421 cat >>conftest.$ac_ext <<_ACEOF
4422 /* end confdefs.h. */
4424 /* Override any GCC internal prototype to avoid an error.
4425 Use char because int might match the return type of a GCC
4426 builtin and then its argument prototype would still apply. */
4427 #ifdef __cplusplus
4428 extern "C"
4429 #endif
4430 char dnet_ntoa ();
4432 main ()
4434 return dnet_ntoa ();
4436 return 0;
4438 _ACEOF
4439 rm -f conftest.$ac_objext conftest$ac_exeext
4440 if { (ac_try="$ac_link"
4441 case "(($ac_try" in
4442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4443 *) ac_try_echo=$ac_try;;
4444 esac
4445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4446 (eval "$ac_link") 2>conftest.er1
4447 ac_status=$?
4448 grep -v '^ *+' conftest.er1 >conftest.err
4449 rm -f conftest.er1
4450 cat conftest.err >&5
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); } && {
4453 test -z "$ac_c_werror_flag" ||
4454 test ! -s conftest.err
4455 } && test -s conftest$ac_exeext &&
4456 $as_test_x conftest$ac_exeext; then
4457 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4458 else
4459 echo "$as_me: failed program was:" >&5
4460 sed 's/^/| /' conftest.$ac_ext >&5
4462 ac_cv_lib_dnet_stub_dnet_ntoa=no
4465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4466 conftest$ac_exeext conftest.$ac_ext
4467 LIBS=$ac_check_lib_save_LIBS
4469 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4470 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4471 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4472 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4479 conftest$ac_exeext conftest.$ac_ext
4480 LIBS="$ac_xsave_LIBS"
4482 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4483 # to get the SysV transport functions.
4484 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4485 # needs -lnsl.
4486 # The nsl library prevents programs from opening the X display
4487 # on Irix 5.2, according to T.E. Dickey.
4488 # The functions gethostbyname, getservbyname, and inet_addr are
4489 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4490 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4491 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4492 if test "${ac_cv_func_gethostbyname+set}" = set; then
4493 echo $ECHO_N "(cached) $ECHO_C" >&6
4494 else
4495 cat >conftest.$ac_ext <<_ACEOF
4496 /* confdefs.h. */
4497 _ACEOF
4498 cat confdefs.h >>conftest.$ac_ext
4499 cat >>conftest.$ac_ext <<_ACEOF
4500 /* end confdefs.h. */
4501 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4502 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4503 #define gethostbyname innocuous_gethostbyname
4505 /* System header to define __stub macros and hopefully few prototypes,
4506 which can conflict with char gethostbyname (); below.
4507 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4508 <limits.h> exists even on freestanding compilers. */
4510 #ifdef __STDC__
4511 # include <limits.h>
4512 #else
4513 # include <assert.h>
4514 #endif
4516 #undef gethostbyname
4518 /* Override any GCC internal prototype to avoid an error.
4519 Use char because int might match the return type of a GCC
4520 builtin and then its argument prototype would still apply. */
4521 #ifdef __cplusplus
4522 extern "C"
4523 #endif
4524 char gethostbyname ();
4525 /* The GNU C library defines this for functions which it implements
4526 to always fail with ENOSYS. Some functions are actually named
4527 something starting with __ and the normal name is an alias. */
4528 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4529 choke me
4530 #endif
4533 main ()
4535 return gethostbyname ();
4537 return 0;
4539 _ACEOF
4540 rm -f conftest.$ac_objext conftest$ac_exeext
4541 if { (ac_try="$ac_link"
4542 case "(($ac_try" in
4543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4545 esac
4546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4547 (eval "$ac_link") 2>conftest.er1
4548 ac_status=$?
4549 grep -v '^ *+' conftest.er1 >conftest.err
4550 rm -f conftest.er1
4551 cat conftest.err >&5
4552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553 (exit $ac_status); } && {
4554 test -z "$ac_c_werror_flag" ||
4555 test ! -s conftest.err
4556 } && test -s conftest$ac_exeext &&
4557 $as_test_x conftest$ac_exeext; then
4558 ac_cv_func_gethostbyname=yes
4559 else
4560 echo "$as_me: failed program was:" >&5
4561 sed 's/^/| /' conftest.$ac_ext >&5
4563 ac_cv_func_gethostbyname=no
4566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4567 conftest$ac_exeext conftest.$ac_ext
4569 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4570 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4572 if test $ac_cv_func_gethostbyname = no; then
4573 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4574 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4575 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4577 else
4578 ac_check_lib_save_LIBS=$LIBS
4579 LIBS="-lnsl $LIBS"
4580 cat >conftest.$ac_ext <<_ACEOF
4581 /* confdefs.h. */
4582 _ACEOF
4583 cat confdefs.h >>conftest.$ac_ext
4584 cat >>conftest.$ac_ext <<_ACEOF
4585 /* end confdefs.h. */
4587 /* Override any GCC internal prototype to avoid an error.
4588 Use char because int might match the return type of a GCC
4589 builtin and then its argument prototype would still apply. */
4590 #ifdef __cplusplus
4591 extern "C"
4592 #endif
4593 char gethostbyname ();
4595 main ()
4597 return gethostbyname ();
4599 return 0;
4601 _ACEOF
4602 rm -f conftest.$ac_objext conftest$ac_exeext
4603 if { (ac_try="$ac_link"
4604 case "(($ac_try" in
4605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4606 *) ac_try_echo=$ac_try;;
4607 esac
4608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4609 (eval "$ac_link") 2>conftest.er1
4610 ac_status=$?
4611 grep -v '^ *+' conftest.er1 >conftest.err
4612 rm -f conftest.er1
4613 cat conftest.err >&5
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); } && {
4616 test -z "$ac_c_werror_flag" ||
4617 test ! -s conftest.err
4618 } && test -s conftest$ac_exeext &&
4619 $as_test_x conftest$ac_exeext; then
4620 ac_cv_lib_nsl_gethostbyname=yes
4621 else
4622 echo "$as_me: failed program was:" >&5
4623 sed 's/^/| /' conftest.$ac_ext >&5
4625 ac_cv_lib_nsl_gethostbyname=no
4628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4629 conftest$ac_exeext conftest.$ac_ext
4630 LIBS=$ac_check_lib_save_LIBS
4632 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4633 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4634 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4635 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4638 if test $ac_cv_lib_nsl_gethostbyname = no; then
4639 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4640 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4641 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4642 echo $ECHO_N "(cached) $ECHO_C" >&6
4643 else
4644 ac_check_lib_save_LIBS=$LIBS
4645 LIBS="-lbsd $LIBS"
4646 cat >conftest.$ac_ext <<_ACEOF
4647 /* confdefs.h. */
4648 _ACEOF
4649 cat confdefs.h >>conftest.$ac_ext
4650 cat >>conftest.$ac_ext <<_ACEOF
4651 /* end confdefs.h. */
4653 /* Override any GCC internal prototype to avoid an error.
4654 Use char because int might match the return type of a GCC
4655 builtin and then its argument prototype would still apply. */
4656 #ifdef __cplusplus
4657 extern "C"
4658 #endif
4659 char gethostbyname ();
4661 main ()
4663 return gethostbyname ();
4665 return 0;
4667 _ACEOF
4668 rm -f conftest.$ac_objext conftest$ac_exeext
4669 if { (ac_try="$ac_link"
4670 case "(($ac_try" in
4671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4672 *) ac_try_echo=$ac_try;;
4673 esac
4674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4675 (eval "$ac_link") 2>conftest.er1
4676 ac_status=$?
4677 grep -v '^ *+' conftest.er1 >conftest.err
4678 rm -f conftest.er1
4679 cat conftest.err >&5
4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681 (exit $ac_status); } && {
4682 test -z "$ac_c_werror_flag" ||
4683 test ! -s conftest.err
4684 } && test -s conftest$ac_exeext &&
4685 $as_test_x conftest$ac_exeext; then
4686 ac_cv_lib_bsd_gethostbyname=yes
4687 else
4688 echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4691 ac_cv_lib_bsd_gethostbyname=no
4694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4695 conftest$ac_exeext conftest.$ac_ext
4696 LIBS=$ac_check_lib_save_LIBS
4698 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4699 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4700 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4701 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4707 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4708 # socket/setsockopt and other routines are undefined under SCO ODT
4709 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4710 # on later versions), says Simon Leinen: it contains gethostby*
4711 # variants that don't use the name server (or something). -lsocket
4712 # must be given before -lnsl if both are needed. We assume that
4713 # if connect needs -lnsl, so does gethostbyname.
4714 { echo "$as_me:$LINENO: checking for connect" >&5
4715 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4716 if test "${ac_cv_func_connect+set}" = set; then
4717 echo $ECHO_N "(cached) $ECHO_C" >&6
4718 else
4719 cat >conftest.$ac_ext <<_ACEOF
4720 /* confdefs.h. */
4721 _ACEOF
4722 cat confdefs.h >>conftest.$ac_ext
4723 cat >>conftest.$ac_ext <<_ACEOF
4724 /* end confdefs.h. */
4725 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4727 #define connect innocuous_connect
4729 /* System header to define __stub macros and hopefully few prototypes,
4730 which can conflict with char connect (); below.
4731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4732 <limits.h> exists even on freestanding compilers. */
4734 #ifdef __STDC__
4735 # include <limits.h>
4736 #else
4737 # include <assert.h>
4738 #endif
4740 #undef connect
4742 /* Override any GCC internal prototype to avoid an error.
4743 Use char because int might match the return type of a GCC
4744 builtin and then its argument prototype would still apply. */
4745 #ifdef __cplusplus
4746 extern "C"
4747 #endif
4748 char connect ();
4749 /* The GNU C library defines this for functions which it implements
4750 to always fail with ENOSYS. Some functions are actually named
4751 something starting with __ and the normal name is an alias. */
4752 #if defined __stub_connect || defined __stub___connect
4753 choke me
4754 #endif
4757 main ()
4759 return connect ();
4761 return 0;
4763 _ACEOF
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4766 case "(($ac_try" in
4767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4768 *) ac_try_echo=$ac_try;;
4769 esac
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771 (eval "$ac_link") 2>conftest.er1
4772 ac_status=$?
4773 grep -v '^ *+' conftest.er1 >conftest.err
4774 rm -f conftest.er1
4775 cat conftest.err >&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && {
4778 test -z "$ac_c_werror_flag" ||
4779 test ! -s conftest.err
4780 } && test -s conftest$ac_exeext &&
4781 $as_test_x conftest$ac_exeext; then
4782 ac_cv_func_connect=yes
4783 else
4784 echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.$ac_ext >&5
4787 ac_cv_func_connect=no
4790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4791 conftest$ac_exeext conftest.$ac_ext
4793 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4794 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4796 if test $ac_cv_func_connect = no; then
4797 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4798 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4799 if test "${ac_cv_lib_socket_connect+set}" = set; then
4800 echo $ECHO_N "(cached) $ECHO_C" >&6
4801 else
4802 ac_check_lib_save_LIBS=$LIBS
4803 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4804 cat >conftest.$ac_ext <<_ACEOF
4805 /* confdefs.h. */
4806 _ACEOF
4807 cat confdefs.h >>conftest.$ac_ext
4808 cat >>conftest.$ac_ext <<_ACEOF
4809 /* end confdefs.h. */
4811 /* Override any GCC internal prototype to avoid an error.
4812 Use char because int might match the return type of a GCC
4813 builtin and then its argument prototype would still apply. */
4814 #ifdef __cplusplus
4815 extern "C"
4816 #endif
4817 char connect ();
4819 main ()
4821 return connect ();
4823 return 0;
4825 _ACEOF
4826 rm -f conftest.$ac_objext conftest$ac_exeext
4827 if { (ac_try="$ac_link"
4828 case "(($ac_try" in
4829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4830 *) ac_try_echo=$ac_try;;
4831 esac
4832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4833 (eval "$ac_link") 2>conftest.er1
4834 ac_status=$?
4835 grep -v '^ *+' conftest.er1 >conftest.err
4836 rm -f conftest.er1
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } && {
4840 test -z "$ac_c_werror_flag" ||
4841 test ! -s conftest.err
4842 } && test -s conftest$ac_exeext &&
4843 $as_test_x conftest$ac_exeext; then
4844 ac_cv_lib_socket_connect=yes
4845 else
4846 echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4849 ac_cv_lib_socket_connect=no
4852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4853 conftest$ac_exeext conftest.$ac_ext
4854 LIBS=$ac_check_lib_save_LIBS
4856 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4857 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4858 if test $ac_cv_lib_socket_connect = yes; then
4859 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4864 # Guillermo Gomez says -lposix is necessary on A/UX.
4865 { echo "$as_me:$LINENO: checking for remove" >&5
4866 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4867 if test "${ac_cv_func_remove+set}" = set; then
4868 echo $ECHO_N "(cached) $ECHO_C" >&6
4869 else
4870 cat >conftest.$ac_ext <<_ACEOF
4871 /* confdefs.h. */
4872 _ACEOF
4873 cat confdefs.h >>conftest.$ac_ext
4874 cat >>conftest.$ac_ext <<_ACEOF
4875 /* end confdefs.h. */
4876 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4878 #define remove innocuous_remove
4880 /* System header to define __stub macros and hopefully few prototypes,
4881 which can conflict with char remove (); below.
4882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4883 <limits.h> exists even on freestanding compilers. */
4885 #ifdef __STDC__
4886 # include <limits.h>
4887 #else
4888 # include <assert.h>
4889 #endif
4891 #undef remove
4893 /* Override any GCC internal prototype to avoid an error.
4894 Use char because int might match the return type of a GCC
4895 builtin and then its argument prototype would still apply. */
4896 #ifdef __cplusplus
4897 extern "C"
4898 #endif
4899 char remove ();
4900 /* The GNU C library defines this for functions which it implements
4901 to always fail with ENOSYS. Some functions are actually named
4902 something starting with __ and the normal name is an alias. */
4903 #if defined __stub_remove || defined __stub___remove
4904 choke me
4905 #endif
4908 main ()
4910 return remove ();
4912 return 0;
4914 _ACEOF
4915 rm -f conftest.$ac_objext conftest$ac_exeext
4916 if { (ac_try="$ac_link"
4917 case "(($ac_try" in
4918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4919 *) ac_try_echo=$ac_try;;
4920 esac
4921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4922 (eval "$ac_link") 2>conftest.er1
4923 ac_status=$?
4924 grep -v '^ *+' conftest.er1 >conftest.err
4925 rm -f conftest.er1
4926 cat conftest.err >&5
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); } && {
4929 test -z "$ac_c_werror_flag" ||
4930 test ! -s conftest.err
4931 } && test -s conftest$ac_exeext &&
4932 $as_test_x conftest$ac_exeext; then
4933 ac_cv_func_remove=yes
4934 else
4935 echo "$as_me: failed program was:" >&5
4936 sed 's/^/| /' conftest.$ac_ext >&5
4938 ac_cv_func_remove=no
4941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4942 conftest$ac_exeext conftest.$ac_ext
4944 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4945 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4947 if test $ac_cv_func_remove = no; then
4948 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4949 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4950 if test "${ac_cv_lib_posix_remove+set}" = set; then
4951 echo $ECHO_N "(cached) $ECHO_C" >&6
4952 else
4953 ac_check_lib_save_LIBS=$LIBS
4954 LIBS="-lposix $LIBS"
4955 cat >conftest.$ac_ext <<_ACEOF
4956 /* confdefs.h. */
4957 _ACEOF
4958 cat confdefs.h >>conftest.$ac_ext
4959 cat >>conftest.$ac_ext <<_ACEOF
4960 /* end confdefs.h. */
4962 /* Override any GCC internal prototype to avoid an error.
4963 Use char because int might match the return type of a GCC
4964 builtin and then its argument prototype would still apply. */
4965 #ifdef __cplusplus
4966 extern "C"
4967 #endif
4968 char remove ();
4970 main ()
4972 return remove ();
4974 return 0;
4976 _ACEOF
4977 rm -f conftest.$ac_objext conftest$ac_exeext
4978 if { (ac_try="$ac_link"
4979 case "(($ac_try" in
4980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4981 *) ac_try_echo=$ac_try;;
4982 esac
4983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4984 (eval "$ac_link") 2>conftest.er1
4985 ac_status=$?
4986 grep -v '^ *+' conftest.er1 >conftest.err
4987 rm -f conftest.er1
4988 cat conftest.err >&5
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990 (exit $ac_status); } && {
4991 test -z "$ac_c_werror_flag" ||
4992 test ! -s conftest.err
4993 } && test -s conftest$ac_exeext &&
4994 $as_test_x conftest$ac_exeext; then
4995 ac_cv_lib_posix_remove=yes
4996 else
4997 echo "$as_me: failed program was:" >&5
4998 sed 's/^/| /' conftest.$ac_ext >&5
5000 ac_cv_lib_posix_remove=no
5003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5004 conftest$ac_exeext conftest.$ac_ext
5005 LIBS=$ac_check_lib_save_LIBS
5007 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5008 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5009 if test $ac_cv_lib_posix_remove = yes; then
5010 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5015 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5016 { echo "$as_me:$LINENO: checking for shmat" >&5
5017 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5018 if test "${ac_cv_func_shmat+set}" = set; then
5019 echo $ECHO_N "(cached) $ECHO_C" >&6
5020 else
5021 cat >conftest.$ac_ext <<_ACEOF
5022 /* confdefs.h. */
5023 _ACEOF
5024 cat confdefs.h >>conftest.$ac_ext
5025 cat >>conftest.$ac_ext <<_ACEOF
5026 /* end confdefs.h. */
5027 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5028 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5029 #define shmat innocuous_shmat
5031 /* System header to define __stub macros and hopefully few prototypes,
5032 which can conflict with char shmat (); below.
5033 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5034 <limits.h> exists even on freestanding compilers. */
5036 #ifdef __STDC__
5037 # include <limits.h>
5038 #else
5039 # include <assert.h>
5040 #endif
5042 #undef shmat
5044 /* Override any GCC internal prototype to avoid an error.
5045 Use char because int might match the return type of a GCC
5046 builtin and then its argument prototype would still apply. */
5047 #ifdef __cplusplus
5048 extern "C"
5049 #endif
5050 char shmat ();
5051 /* The GNU C library defines this for functions which it implements
5052 to always fail with ENOSYS. Some functions are actually named
5053 something starting with __ and the normal name is an alias. */
5054 #if defined __stub_shmat || defined __stub___shmat
5055 choke me
5056 #endif
5059 main ()
5061 return shmat ();
5063 return 0;
5065 _ACEOF
5066 rm -f conftest.$ac_objext conftest$ac_exeext
5067 if { (ac_try="$ac_link"
5068 case "(($ac_try" in
5069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5070 *) ac_try_echo=$ac_try;;
5071 esac
5072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5073 (eval "$ac_link") 2>conftest.er1
5074 ac_status=$?
5075 grep -v '^ *+' conftest.er1 >conftest.err
5076 rm -f conftest.er1
5077 cat conftest.err >&5
5078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5079 (exit $ac_status); } && {
5080 test -z "$ac_c_werror_flag" ||
5081 test ! -s conftest.err
5082 } && test -s conftest$ac_exeext &&
5083 $as_test_x conftest$ac_exeext; then
5084 ac_cv_func_shmat=yes
5085 else
5086 echo "$as_me: failed program was:" >&5
5087 sed 's/^/| /' conftest.$ac_ext >&5
5089 ac_cv_func_shmat=no
5092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5093 conftest$ac_exeext conftest.$ac_ext
5095 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5096 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5098 if test $ac_cv_func_shmat = no; then
5099 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5100 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5101 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5103 else
5104 ac_check_lib_save_LIBS=$LIBS
5105 LIBS="-lipc $LIBS"
5106 cat >conftest.$ac_ext <<_ACEOF
5107 /* confdefs.h. */
5108 _ACEOF
5109 cat confdefs.h >>conftest.$ac_ext
5110 cat >>conftest.$ac_ext <<_ACEOF
5111 /* end confdefs.h. */
5113 /* Override any GCC internal prototype to avoid an error.
5114 Use char because int might match the return type of a GCC
5115 builtin and then its argument prototype would still apply. */
5116 #ifdef __cplusplus
5117 extern "C"
5118 #endif
5119 char shmat ();
5121 main ()
5123 return shmat ();
5125 return 0;
5127 _ACEOF
5128 rm -f conftest.$ac_objext conftest$ac_exeext
5129 if { (ac_try="$ac_link"
5130 case "(($ac_try" in
5131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5132 *) ac_try_echo=$ac_try;;
5133 esac
5134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5135 (eval "$ac_link") 2>conftest.er1
5136 ac_status=$?
5137 grep -v '^ *+' conftest.er1 >conftest.err
5138 rm -f conftest.er1
5139 cat conftest.err >&5
5140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5141 (exit $ac_status); } && {
5142 test -z "$ac_c_werror_flag" ||
5143 test ! -s conftest.err
5144 } && test -s conftest$ac_exeext &&
5145 $as_test_x conftest$ac_exeext; then
5146 ac_cv_lib_ipc_shmat=yes
5147 else
5148 echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.$ac_ext >&5
5151 ac_cv_lib_ipc_shmat=no
5154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5159 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5160 if test $ac_cv_lib_ipc_shmat = yes; then
5161 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5167 # Check for libraries that X11R6 Xt/Xaw programs need.
5168 ac_save_LDFLAGS=$LDFLAGS
5169 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5170 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5171 # check for ICE first), but we must link in the order -lSM -lICE or
5172 # we get undefined symbols. So assume we have SM if we have ICE.
5173 # These have to be linked with before -lX11, unlike the other
5174 # libraries we check for below, so use a different variable.
5175 # John Interrante, Karl Berry
5176 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5177 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5178 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5179 echo $ECHO_N "(cached) $ECHO_C" >&6
5180 else
5181 ac_check_lib_save_LIBS=$LIBS
5182 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5183 cat >conftest.$ac_ext <<_ACEOF
5184 /* confdefs.h. */
5185 _ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h. */
5190 /* Override any GCC internal prototype to avoid an error.
5191 Use char because int might match the return type of a GCC
5192 builtin and then its argument prototype would still apply. */
5193 #ifdef __cplusplus
5194 extern "C"
5195 #endif
5196 char IceConnectionNumber ();
5198 main ()
5200 return IceConnectionNumber ();
5202 return 0;
5204 _ACEOF
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5207 case "(($ac_try" in
5208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5209 *) ac_try_echo=$ac_try;;
5210 esac
5211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5212 (eval "$ac_link") 2>conftest.er1
5213 ac_status=$?
5214 grep -v '^ *+' conftest.er1 >conftest.err
5215 rm -f conftest.er1
5216 cat conftest.err >&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); } && {
5219 test -z "$ac_c_werror_flag" ||
5220 test ! -s conftest.err
5221 } && test -s conftest$ac_exeext &&
5222 $as_test_x conftest$ac_exeext; then
5223 ac_cv_lib_ICE_IceConnectionNumber=yes
5224 else
5225 echo "$as_me: failed program was:" >&5
5226 sed 's/^/| /' conftest.$ac_ext >&5
5228 ac_cv_lib_ICE_IceConnectionNumber=no
5231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5232 conftest$ac_exeext conftest.$ac_ext
5233 LIBS=$ac_check_lib_save_LIBS
5235 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5236 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5237 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5238 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5241 LDFLAGS=$ac_save_LDFLAGS
5246 for ac_prog in flex
5248 # Extract the first word of "$ac_prog", so it can be a program name with args.
5249 set dummy $ac_prog; ac_word=$2
5250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5252 if test "${ac_cv_prog_FLEX+set}" = set; then
5253 echo $ECHO_N "(cached) $ECHO_C" >&6
5254 else
5255 if test -n "$FLEX"; then
5256 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5257 else
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_exec_ext in '' $ac_executable_extensions; do
5264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5265 ac_cv_prog_FLEX="$ac_prog"
5266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5267 break 2
5269 done
5270 done
5271 IFS=$as_save_IFS
5275 FLEX=$ac_cv_prog_FLEX
5276 if test -n "$FLEX"; then
5277 { echo "$as_me:$LINENO: result: $FLEX" >&5
5278 echo "${ECHO_T}$FLEX" >&6; }
5279 else
5280 { echo "$as_me:$LINENO: result: no" >&5
5281 echo "${ECHO_T}no" >&6; }
5285 test -n "$FLEX" && break
5286 done
5287 test -n "$FLEX" || FLEX="none"
5289 if test "$FLEX" = "none"
5290 then
5291 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5292 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5293 { (exit 1); exit 1; }; }
5296 for ac_prog in bison
5298 # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy $ac_prog; ac_word=$2
5300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5302 if test "${ac_cv_prog_BISON+set}" = set; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5304 else
5305 if test -n "$BISON"; then
5306 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315 ac_cv_prog_BISON="$ac_prog"
5316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5319 done
5320 done
5321 IFS=$as_save_IFS
5325 BISON=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327 { echo "$as_me:$LINENO: result: $BISON" >&5
5328 echo "${ECHO_T}$BISON" >&6; }
5329 else
5330 { echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6; }
5335 test -n "$BISON" && break
5336 done
5337 test -n "$BISON" || BISON="none"
5339 if test "$BISON" = "none"
5340 then
5341 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5342 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5343 { (exit 1); exit 1; }; }
5346 if test -n "$ac_tool_prefix"; then
5347 for ac_prog in gas as
5349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5350 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5351 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5353 if test "${ac_cv_prog_AS+set}" = set; then
5354 echo $ECHO_N "(cached) $ECHO_C" >&6
5355 else
5356 if test -n "$AS"; then
5357 ac_cv_prog_AS="$AS" # Let the user override the test.
5358 else
5359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360 for as_dir in $PATH
5362 IFS=$as_save_IFS
5363 test -z "$as_dir" && as_dir=.
5364 for ac_exec_ext in '' $ac_executable_extensions; do
5365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5366 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5368 break 2
5370 done
5371 done
5372 IFS=$as_save_IFS
5376 AS=$ac_cv_prog_AS
5377 if test -n "$AS"; then
5378 { echo "$as_me:$LINENO: result: $AS" >&5
5379 echo "${ECHO_T}$AS" >&6; }
5380 else
5381 { echo "$as_me:$LINENO: result: no" >&5
5382 echo "${ECHO_T}no" >&6; }
5386 test -n "$AS" && break
5387 done
5389 if test -z "$AS"; then
5390 ac_ct_AS=$AS
5391 for ac_prog in gas as
5393 # Extract the first word of "$ac_prog", so it can be a program name with args.
5394 set dummy $ac_prog; ac_word=$2
5395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5397 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5398 echo $ECHO_N "(cached) $ECHO_C" >&6
5399 else
5400 if test -n "$ac_ct_AS"; then
5401 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5402 else
5403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5404 for as_dir in $PATH
5406 IFS=$as_save_IFS
5407 test -z "$as_dir" && as_dir=.
5408 for ac_exec_ext in '' $ac_executable_extensions; do
5409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5410 ac_cv_prog_ac_ct_AS="$ac_prog"
5411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5412 break 2
5414 done
5415 done
5416 IFS=$as_save_IFS
5420 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5421 if test -n "$ac_ct_AS"; then
5422 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5423 echo "${ECHO_T}$ac_ct_AS" >&6; }
5424 else
5425 { echo "$as_me:$LINENO: result: no" >&5
5426 echo "${ECHO_T}no" >&6; }
5430 test -n "$ac_ct_AS" && break
5431 done
5433 if test "x$ac_ct_AS" = x; then
5434 AS="as"
5435 else
5436 case $cross_compiling:$ac_tool_warned in
5437 yes:)
5438 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5439 whose name does not start with the host triplet. If you think this
5440 configuration is useful to you, please write to autoconf@gnu.org." >&5
5441 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5442 whose name does not start with the host triplet. If you think this
5443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5444 ac_tool_warned=yes ;;
5445 esac
5446 AS=$ac_ct_AS
5450 if test -n "$ac_tool_prefix"; then
5451 for ac_prog in ld gld
5453 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5454 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5457 if test "${ac_cv_prog_LD+set}" = set; then
5458 echo $ECHO_N "(cached) $ECHO_C" >&6
5459 else
5460 if test -n "$LD"; then
5461 ac_cv_prog_LD="$LD" # Let the user override the test.
5462 else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464 for as_dir in $PATH
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5470 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 break 2
5474 done
5475 done
5476 IFS=$as_save_IFS
5480 LD=$ac_cv_prog_LD
5481 if test -n "$LD"; then
5482 { echo "$as_me:$LINENO: result: $LD" >&5
5483 echo "${ECHO_T}$LD" >&6; }
5484 else
5485 { echo "$as_me:$LINENO: result: no" >&5
5486 echo "${ECHO_T}no" >&6; }
5490 test -n "$LD" && break
5491 done
5493 if test -z "$LD"; then
5494 ac_ct_LD=$LD
5495 for ac_prog in ld gld
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5501 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5503 else
5504 if test -n "$ac_ct_LD"; then
5505 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_ac_ct_LD="$ac_prog"
5515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5518 done
5519 done
5520 IFS=$as_save_IFS
5524 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5525 if test -n "$ac_ct_LD"; then
5526 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5527 echo "${ECHO_T}$ac_ct_LD" >&6; }
5528 else
5529 { echo "$as_me:$LINENO: result: no" >&5
5530 echo "${ECHO_T}no" >&6; }
5534 test -n "$ac_ct_LD" && break
5535 done
5537 if test "x$ac_ct_LD" = x; then
5538 LD="ld"
5539 else
5540 case $cross_compiling:$ac_tool_warned in
5541 yes:)
5542 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5543 whose name does not start with the host triplet. If you think this
5544 configuration is useful to you, please write to autoconf@gnu.org." >&5
5545 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5546 whose name does not start with the host triplet. If you think this
5547 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5548 ac_tool_warned=yes ;;
5549 esac
5550 LD=$ac_ct_LD
5554 if test -n "$ac_tool_prefix"; then
5555 for ac_prog in nm gnm
5557 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5558 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5561 if test "${ac_cv_prog_NM+set}" = set; then
5562 echo $ECHO_N "(cached) $ECHO_C" >&6
5563 else
5564 if test -n "$NM"; then
5565 ac_cv_prog_NM="$NM" # Let the user override the test.
5566 else
5567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568 for as_dir in $PATH
5570 IFS=$as_save_IFS
5571 test -z "$as_dir" && as_dir=.
5572 for ac_exec_ext in '' $ac_executable_extensions; do
5573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5574 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5576 break 2
5578 done
5579 done
5580 IFS=$as_save_IFS
5584 NM=$ac_cv_prog_NM
5585 if test -n "$NM"; then
5586 { echo "$as_me:$LINENO: result: $NM" >&5
5587 echo "${ECHO_T}$NM" >&6; }
5588 else
5589 { echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6; }
5594 test -n "$NM" && break
5595 done
5597 if test -z "$NM"; then
5598 ac_ct_NM=$NM
5599 for ac_prog in nm gnm
5601 # Extract the first word of "$ac_prog", so it can be a program name with args.
5602 set dummy $ac_prog; ac_word=$2
5603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5605 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5606 echo $ECHO_N "(cached) $ECHO_C" >&6
5607 else
5608 if test -n "$ac_ct_NM"; then
5609 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5610 else
5611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5612 for as_dir in $PATH
5614 IFS=$as_save_IFS
5615 test -z "$as_dir" && as_dir=.
5616 for ac_exec_ext in '' $ac_executable_extensions; do
5617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5618 ac_cv_prog_ac_ct_NM="$ac_prog"
5619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5620 break 2
5622 done
5623 done
5624 IFS=$as_save_IFS
5628 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5629 if test -n "$ac_ct_NM"; then
5630 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5631 echo "${ECHO_T}$ac_ct_NM" >&6; }
5632 else
5633 { echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6; }
5638 test -n "$ac_ct_NM" && break
5639 done
5641 if test "x$ac_ct_NM" = x; then
5642 NM="nm"
5643 else
5644 case $cross_compiling:$ac_tool_warned in
5645 yes:)
5646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5647 whose name does not start with the host triplet. If you think this
5648 configuration is useful to you, please write to autoconf@gnu.org." >&5
5649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5650 whose name does not start with the host triplet. If you think this
5651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5652 ac_tool_warned=yes ;;
5653 esac
5654 NM=$ac_ct_NM
5658 if test -n "$ac_tool_prefix"; then
5659 for ac_prog in ar gar
5661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5662 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5665 if test "${ac_cv_prog_AR+set}" = set; then
5666 echo $ECHO_N "(cached) $ECHO_C" >&6
5667 else
5668 if test -n "$AR"; then
5669 ac_cv_prog_AR="$AR" # Let the user override the test.
5670 else
5671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5672 for as_dir in $PATH
5674 IFS=$as_save_IFS
5675 test -z "$as_dir" && as_dir=.
5676 for ac_exec_ext in '' $ac_executable_extensions; do
5677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5678 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5680 break 2
5682 done
5683 done
5684 IFS=$as_save_IFS
5688 AR=$ac_cv_prog_AR
5689 if test -n "$AR"; then
5690 { echo "$as_me:$LINENO: result: $AR" >&5
5691 echo "${ECHO_T}$AR" >&6; }
5692 else
5693 { echo "$as_me:$LINENO: result: no" >&5
5694 echo "${ECHO_T}no" >&6; }
5698 test -n "$AR" && break
5699 done
5701 if test -z "$AR"; then
5702 ac_ct_AR=$AR
5703 for ac_prog in ar gar
5705 # Extract the first word of "$ac_prog", so it can be a program name with args.
5706 set dummy $ac_prog; ac_word=$2
5707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5709 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5710 echo $ECHO_N "(cached) $ECHO_C" >&6
5711 else
5712 if test -n "$ac_ct_AR"; then
5713 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5714 else
5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716 for as_dir in $PATH
5718 IFS=$as_save_IFS
5719 test -z "$as_dir" && as_dir=.
5720 for ac_exec_ext in '' $ac_executable_extensions; do
5721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5722 ac_cv_prog_ac_ct_AR="$ac_prog"
5723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5724 break 2
5726 done
5727 done
5728 IFS=$as_save_IFS
5732 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5733 if test -n "$ac_ct_AR"; then
5734 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5735 echo "${ECHO_T}$ac_ct_AR" >&6; }
5736 else
5737 { echo "$as_me:$LINENO: result: no" >&5
5738 echo "${ECHO_T}no" >&6; }
5742 test -n "$ac_ct_AR" && break
5743 done
5745 if test "x$ac_ct_AR" = x; then
5746 AR="ar"
5747 else
5748 case $cross_compiling:$ac_tool_warned in
5749 yes:)
5750 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5751 whose name does not start with the host triplet. If you think this
5752 configuration is useful to you, please write to autoconf@gnu.org." >&5
5753 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5754 whose name does not start with the host triplet. If you think this
5755 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5756 ac_tool_warned=yes ;;
5757 esac
5758 AR=$ac_ct_AR
5762 ARFLAGS=rc
5764 if test -n "$ac_tool_prefix"; then
5765 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5766 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5769 if test "${ac_cv_prog_RANLIB+set}" = set; then
5770 echo $ECHO_N "(cached) $ECHO_C" >&6
5771 else
5772 if test -n "$RANLIB"; then
5773 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5774 else
5775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5776 for as_dir in $PATH
5778 IFS=$as_save_IFS
5779 test -z "$as_dir" && as_dir=.
5780 for ac_exec_ext in '' $ac_executable_extensions; do
5781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5782 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5784 break 2
5786 done
5787 done
5788 IFS=$as_save_IFS
5792 RANLIB=$ac_cv_prog_RANLIB
5793 if test -n "$RANLIB"; then
5794 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5795 echo "${ECHO_T}$RANLIB" >&6; }
5796 else
5797 { echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6; }
5803 if test -z "$ac_cv_prog_RANLIB"; then
5804 ac_ct_RANLIB=$RANLIB
5805 # Extract the first word of "ranlib", so it can be a program name with args.
5806 set dummy ranlib; ac_word=$2
5807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5809 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5810 echo $ECHO_N "(cached) $ECHO_C" >&6
5811 else
5812 if test -n "$ac_ct_RANLIB"; then
5813 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5814 else
5815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5816 for as_dir in $PATH
5818 IFS=$as_save_IFS
5819 test -z "$as_dir" && as_dir=.
5820 for ac_exec_ext in '' $ac_executable_extensions; do
5821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822 ac_cv_prog_ac_ct_RANLIB="ranlib"
5823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5824 break 2
5826 done
5827 done
5828 IFS=$as_save_IFS
5832 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5833 if test -n "$ac_ct_RANLIB"; then
5834 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5835 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5836 else
5837 { echo "$as_me:$LINENO: result: no" >&5
5838 echo "${ECHO_T}no" >&6; }
5841 if test "x$ac_ct_RANLIB" = x; then
5842 RANLIB=":"
5843 else
5844 case $cross_compiling:$ac_tool_warned in
5845 yes:)
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet. If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned=yes ;;
5853 esac
5854 RANLIB=$ac_ct_RANLIB
5856 else
5857 RANLIB="$ac_cv_prog_RANLIB"
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5862 set dummy ${ac_tool_prefix}strip; ac_word=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_STRIP+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 else
5868 if test -n "$STRIP"; then
5869 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5870 else
5871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 for as_dir in $PATH
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
5876 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5880 break 2
5882 done
5883 done
5884 IFS=$as_save_IFS
5888 STRIP=$ac_cv_prog_STRIP
5889 if test -n "$STRIP"; then
5890 { echo "$as_me:$LINENO: result: $STRIP" >&5
5891 echo "${ECHO_T}$STRIP" >&6; }
5892 else
5893 { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5899 if test -z "$ac_cv_prog_STRIP"; then
5900 ac_ct_STRIP=$STRIP
5901 # Extract the first word of "strip", so it can be a program name with args.
5902 set dummy strip; ac_word=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 else
5908 if test -n "$ac_ct_STRIP"; then
5909 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_ac_ct_STRIP="strip"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5922 done
5923 done
5924 IFS=$as_save_IFS
5928 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5929 if test -n "$ac_ct_STRIP"; then
5930 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5931 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5932 else
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5937 if test "x$ac_ct_STRIP" = x; then
5938 STRIP="strip"
5939 else
5940 case $cross_compiling:$ac_tool_warned in
5941 yes:)
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet. If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned=yes ;;
5949 esac
5950 STRIP=$ac_ct_STRIP
5952 else
5953 STRIP="$ac_cv_prog_STRIP"
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5958 set dummy ${ac_tool_prefix}windres; ac_word=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_WINDRES+set}" = set; then
5962 echo $ECHO_N "(cached) $ECHO_C" >&6
5963 else
5964 if test -n "$WINDRES"; then
5965 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 WINDRES=$ac_cv_prog_WINDRES
5985 if test -n "$WINDRES"; then
5986 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5987 echo "${ECHO_T}$WINDRES" >&6; }
5988 else
5989 { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5995 if test -z "$ac_cv_prog_WINDRES"; then
5996 ac_ct_WINDRES=$WINDRES
5997 # Extract the first word of "windres", so it can be a program name with args.
5998 set dummy windres; ac_word=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 else
6004 if test -n "$ac_ct_WINDRES"; then
6005 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_ac_ct_WINDRES="windres"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6018 done
6019 done
6020 IFS=$as_save_IFS
6024 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6025 if test -n "$ac_ct_WINDRES"; then
6026 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6027 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6028 else
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6033 if test "x$ac_ct_WINDRES" = x; then
6034 WINDRES="false"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037 yes:)
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet. If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned=yes ;;
6045 esac
6046 WINDRES=$ac_ct_WINDRES
6048 else
6049 WINDRES="$ac_cv_prog_WINDRES"
6052 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6053 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6054 LN_S=$as_ln_s
6055 if test "$LN_S" = "ln -s"; then
6056 { echo "$as_me:$LINENO: result: yes" >&5
6057 echo "${ECHO_T}yes" >&6; }
6058 else
6059 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6060 echo "${ECHO_T}no, using $LN_S" >&6; }
6063 { echo "$as_me:$LINENO: checking whether ln works" >&5
6064 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6065 rm -f conf$$ conf$$.file
6066 echo >conf$$.file
6067 if ln conf$$.file conf$$ 2>/dev/null; then
6068 LN=ln
6070 { echo "$as_me:$LINENO: result: yes" >&5
6071 echo "${ECHO_T}yes" >&6; }
6072 else
6073 LN="cp -p"
6075 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6076 echo "${ECHO_T}no, using $LN" >&6; }
6078 rm -f conf$$ conf$$.file
6079 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6080 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6081 if test "${ac_cv_path_GREP+set}" = set; then
6082 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 else
6084 # Extract the first word of "grep ggrep" to use in msg output
6085 if test -z "$GREP"; then
6086 set dummy grep ggrep; ac_prog_name=$2
6087 if test "${ac_cv_path_GREP+set}" = set; then
6088 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 else
6090 ac_path_GREP_found=false
6091 # Loop through the user's path and test for each of PROGNAME-LIST
6092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_prog in grep ggrep; do
6098 for ac_exec_ext in '' $ac_executable_extensions; do
6099 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6100 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6101 # Check for GNU ac_path_GREP and select it if it is found.
6102 # Check for GNU $ac_path_GREP
6103 case `"$ac_path_GREP" --version 2>&1` in
6104 *GNU*)
6105 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6107 ac_count=0
6108 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6109 while :
6111 cat "conftest.in" "conftest.in" >"conftest.tmp"
6112 mv "conftest.tmp" "conftest.in"
6113 cp "conftest.in" "conftest.nl"
6114 echo 'GREP' >> "conftest.nl"
6115 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6116 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6117 ac_count=`expr $ac_count + 1`
6118 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6119 # Best one so far, save it but keep looking for a better one
6120 ac_cv_path_GREP="$ac_path_GREP"
6121 ac_path_GREP_max=$ac_count
6123 # 10*(2^10) chars as input seems more than enough
6124 test $ac_count -gt 10 && break
6125 done
6126 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6127 esac
6130 $ac_path_GREP_found && break 3
6131 done
6132 done
6134 done
6135 IFS=$as_save_IFS
6140 GREP="$ac_cv_path_GREP"
6141 if test -z "$GREP"; then
6142 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6143 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6144 { (exit 1); exit 1; }; }
6147 else
6148 ac_cv_path_GREP=$GREP
6153 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6154 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6155 GREP="$ac_cv_path_GREP"
6158 { echo "$as_me:$LINENO: checking for egrep" >&5
6159 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6160 if test "${ac_cv_path_EGREP+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6162 else
6163 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6164 then ac_cv_path_EGREP="$GREP -E"
6165 else
6166 # Extract the first word of "egrep" to use in msg output
6167 if test -z "$EGREP"; then
6168 set dummy egrep; ac_prog_name=$2
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 else
6172 ac_path_EGREP_found=false
6173 # Loop through the user's path and test for each of PROGNAME-LIST
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
6179 for ac_prog in egrep; do
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6183 # Check for GNU ac_path_EGREP and select it if it is found.
6184 # Check for GNU $ac_path_EGREP
6185 case `"$ac_path_EGREP" --version 2>&1` in
6186 *GNU*)
6187 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6189 ac_count=0
6190 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6191 while :
6193 cat "conftest.in" "conftest.in" >"conftest.tmp"
6194 mv "conftest.tmp" "conftest.in"
6195 cp "conftest.in" "conftest.nl"
6196 echo 'EGREP' >> "conftest.nl"
6197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6199 ac_count=`expr $ac_count + 1`
6200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6201 # Best one so far, save it but keep looking for a better one
6202 ac_cv_path_EGREP="$ac_path_EGREP"
6203 ac_path_EGREP_max=$ac_count
6205 # 10*(2^10) chars as input seems more than enough
6206 test $ac_count -gt 10 && break
6207 done
6208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6209 esac
6212 $ac_path_EGREP_found && break 3
6213 done
6214 done
6216 done
6217 IFS=$as_save_IFS
6222 EGREP="$ac_cv_path_EGREP"
6223 if test -z "$EGREP"; then
6224 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6225 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6226 { (exit 1); exit 1; }; }
6229 else
6230 ac_cv_path_EGREP=$EGREP
6236 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6237 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6238 EGREP="$ac_cv_path_EGREP"
6241 # Extract the first word of "ldconfig", so it can be a program name with args.
6242 set dummy ldconfig; ac_word=$2
6243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6245 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6246 echo $ECHO_N "(cached) $ECHO_C" >&6
6247 else
6248 case $LDCONFIG in
6249 [\\/]* | ?:[\\/]*)
6250 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in /sbin /usr/sbin $PATH
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6264 done
6265 done
6266 IFS=$as_save_IFS
6268 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6270 esac
6272 LDCONFIG=$ac_cv_path_LDCONFIG
6273 if test -n "$LDCONFIG"; then
6274 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6275 echo "${ECHO_T}$LDCONFIG" >&6; }
6276 else
6277 { echo "$as_me:$LINENO: result: no" >&5
6278 echo "${ECHO_T}no" >&6; }
6282 # Find a good install program. We prefer a C program (faster),
6283 # so one script is as good as another. But avoid the broken or
6284 # incompatible versions:
6285 # SysV /etc/install, /usr/sbin/install
6286 # SunOS /usr/etc/install
6287 # IRIX /sbin/install
6288 # AIX /bin/install
6289 # AmigaOS /C/install, which installs bootblocks on floppy discs
6290 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6291 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6292 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6293 # OS/2's system install, which has a completely different semantic
6294 # ./install, which can be erroneously created by make from ./install.sh.
6295 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6296 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6297 if test -z "$INSTALL"; then
6298 if test "${ac_cv_path_install+set}" = set; then
6299 echo $ECHO_N "(cached) $ECHO_C" >&6
6300 else
6301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302 for as_dir in $PATH
6304 IFS=$as_save_IFS
6305 test -z "$as_dir" && as_dir=.
6306 # Account for people who put trailing slashes in PATH elements.
6307 case $as_dir/ in
6308 ./ | .// | /cC/* | \
6309 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6310 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6311 /usr/ucb/* ) ;;
6313 # OSF1 and SCO ODT 3.0 have their own names for install.
6314 # Don't use installbsd from OSF since it installs stuff as root
6315 # by default.
6316 for ac_prog in ginstall scoinst install; do
6317 for ac_exec_ext in '' $ac_executable_extensions; do
6318 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6319 if test $ac_prog = install &&
6320 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6321 # AIX install. It has an incompatible calling convention.
6323 elif test $ac_prog = install &&
6324 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6325 # program-specific install script used by HP pwplus--don't use.
6327 else
6328 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6329 break 3
6332 done
6333 done
6335 esac
6336 done
6337 IFS=$as_save_IFS
6341 if test "${ac_cv_path_install+set}" = set; then
6342 INSTALL=$ac_cv_path_install
6343 else
6344 # As a last resort, use the slow shell script. Don't cache a
6345 # value for INSTALL within a source directory, because that will
6346 # break other packages using the cache if that directory is
6347 # removed, or if the value is a relative name.
6348 INSTALL=$ac_install_sh
6351 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6352 echo "${ECHO_T}$INSTALL" >&6; }
6354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6355 # It thinks the first close brace ends the variable substitution.
6356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6362 case "$INSTALL" in
6363 [\\/$]* | ?:[\\/]* ) ;;
6364 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6365 esac
6367 for ac_prog in lclint lint
6369 # Extract the first word of "$ac_prog", so it can be a program name with args.
6370 set dummy $ac_prog; ac_word=$2
6371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6373 if test "${ac_cv_prog_LINT+set}" = set; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 else
6376 if test -n "$LINT"; then
6377 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6378 else
6379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6380 for as_dir in $PATH
6382 IFS=$as_save_IFS
6383 test -z "$as_dir" && as_dir=.
6384 for ac_exec_ext in '' $ac_executable_extensions; do
6385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6386 ac_cv_prog_LINT="$ac_prog"
6387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6388 break 2
6390 done
6391 done
6392 IFS=$as_save_IFS
6396 LINT=$ac_cv_prog_LINT
6397 if test -n "$LINT"; then
6398 { echo "$as_me:$LINENO: result: $LINT" >&5
6399 echo "${ECHO_T}$LINT" >&6; }
6400 else
6401 { echo "$as_me:$LINENO: result: no" >&5
6402 echo "${ECHO_T}no" >&6; }
6406 test -n "$LINT" && break
6407 done
6409 if test "$LINT" = "lint"
6410 then
6411 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6416 for ac_prog in fontforge
6418 # Extract the first word of "$ac_prog", so it can be a program name with args.
6419 set dummy $ac_prog; ac_word=$2
6420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6422 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6423 echo $ECHO_N "(cached) $ECHO_C" >&6
6424 else
6425 if test -n "$FONTFORGE"; then
6426 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6427 else
6428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6429 for as_dir in $PATH
6431 IFS=$as_save_IFS
6432 test -z "$as_dir" && as_dir=.
6433 for ac_exec_ext in '' $ac_executable_extensions; do
6434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6435 ac_cv_prog_FONTFORGE="$ac_prog"
6436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6437 break 2
6439 done
6440 done
6441 IFS=$as_save_IFS
6445 FONTFORGE=$ac_cv_prog_FONTFORGE
6446 if test -n "$FONTFORGE"; then
6447 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6448 echo "${ECHO_T}$FONTFORGE" >&6; }
6449 else
6450 { echo "$as_me:$LINENO: result: no" >&5
6451 echo "${ECHO_T}no" >&6; }
6455 test -n "$FONTFORGE" && break
6456 done
6457 test -n "$FONTFORGE" || FONTFORGE="false"
6459 for ac_prog in pkg-config
6461 # Extract the first word of "$ac_prog", so it can be a program name with args.
6462 set dummy $ac_prog; ac_word=$2
6463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6465 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6466 echo $ECHO_N "(cached) $ECHO_C" >&6
6467 else
6468 if test -n "$PKG_CONFIG"; then
6469 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6470 else
6471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6472 for as_dir in $PATH
6474 IFS=$as_save_IFS
6475 test -z "$as_dir" && as_dir=.
6476 for ac_exec_ext in '' $ac_executable_extensions; do
6477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6478 ac_cv_prog_PKG_CONFIG="$ac_prog"
6479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6480 break 2
6482 done
6483 done
6484 IFS=$as_save_IFS
6488 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6489 if test -n "$PKG_CONFIG"; then
6490 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6491 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6492 else
6493 { echo "$as_me:$LINENO: result: no" >&5
6494 echo "${ECHO_T}no" >&6; }
6498 test -n "$PKG_CONFIG" && break
6499 done
6500 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6502 for ac_prog in rsvg
6504 # Extract the first word of "$ac_prog", so it can be a program name with args.
6505 set dummy $ac_prog; ac_word=$2
6506 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6508 if test "${ac_cv_prog_RSVG+set}" = set; then
6509 echo $ECHO_N "(cached) $ECHO_C" >&6
6510 else
6511 if test -n "$RSVG"; then
6512 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6513 else
6514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6515 for as_dir in $PATH
6517 IFS=$as_save_IFS
6518 test -z "$as_dir" && as_dir=.
6519 for ac_exec_ext in '' $ac_executable_extensions; do
6520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 ac_cv_prog_RSVG="$ac_prog"
6522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6523 break 2
6525 done
6526 done
6527 IFS=$as_save_IFS
6531 RSVG=$ac_cv_prog_RSVG
6532 if test -n "$RSVG"; then
6533 { echo "$as_me:$LINENO: result: $RSVG" >&5
6534 echo "${ECHO_T}$RSVG" >&6; }
6535 else
6536 { echo "$as_me:$LINENO: result: no" >&5
6537 echo "${ECHO_T}no" >&6; }
6541 test -n "$RSVG" && break
6542 done
6543 test -n "$RSVG" || RSVG="false"
6545 for ac_prog in icotool
6547 # Extract the first word of "$ac_prog", so it can be a program name with args.
6548 set dummy $ac_prog; ac_word=$2
6549 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6551 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6553 else
6554 if test -n "$ICOTOOL"; then
6555 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6556 else
6557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6558 for as_dir in $PATH
6560 IFS=$as_save_IFS
6561 test -z "$as_dir" && as_dir=.
6562 for ac_exec_ext in '' $ac_executable_extensions; do
6563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564 ac_cv_prog_ICOTOOL="$ac_prog"
6565 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6566 break 2
6568 done
6569 done
6570 IFS=$as_save_IFS
6574 ICOTOOL=$ac_cv_prog_ICOTOOL
6575 if test -n "$ICOTOOL"; then
6576 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6577 echo "${ECHO_T}$ICOTOOL" >&6; }
6578 else
6579 { echo "$as_me:$LINENO: result: no" >&5
6580 echo "${ECHO_T}no" >&6; }
6584 test -n "$ICOTOOL" && break
6585 done
6586 test -n "$ICOTOOL" || ICOTOOL="false"
6589 if test "${enable_maintainer_mode+set}" = set
6590 then
6591 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6592 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6593 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6596 case $host_cpu in
6597 *i[3456789]86*)
6598 # Extract the first word of "prelink", so it can be a program name with args.
6599 set dummy prelink; ac_word=$2
6600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6602 if test "${ac_cv_path_PRELINK+set}" = set; then
6603 echo $ECHO_N "(cached) $ECHO_C" >&6
6604 else
6605 case $PRELINK in
6606 [\\/]* | ?:[\\/]*)
6607 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6611 for as_dir in /sbin /usr/sbin $PATH
6613 IFS=$as_save_IFS
6614 test -z "$as_dir" && as_dir=.
6615 for ac_exec_ext in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6619 break 2
6621 done
6622 done
6623 IFS=$as_save_IFS
6625 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6627 esac
6629 PRELINK=$ac_cv_path_PRELINK
6630 if test -n "$PRELINK"; then
6631 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6632 echo "${ECHO_T}$PRELINK" >&6; }
6633 else
6634 { echo "$as_me:$LINENO: result: no" >&5
6635 echo "${ECHO_T}no" >&6; }
6640 esac
6644 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6645 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6646 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6647 echo $ECHO_N "(cached) $ECHO_C" >&6
6648 else
6649 ac_check_lib_save_LIBS=$LIBS
6650 LIBS="-li386 $LIBS"
6651 cat >conftest.$ac_ext <<_ACEOF
6652 /* confdefs.h. */
6653 _ACEOF
6654 cat confdefs.h >>conftest.$ac_ext
6655 cat >>conftest.$ac_ext <<_ACEOF
6656 /* end confdefs.h. */
6658 /* Override any GCC internal prototype to avoid an error.
6659 Use char because int might match the return type of a GCC
6660 builtin and then its argument prototype would still apply. */
6661 #ifdef __cplusplus
6662 extern "C"
6663 #endif
6664 char i386_set_ldt ();
6666 main ()
6668 return i386_set_ldt ();
6670 return 0;
6672 _ACEOF
6673 rm -f conftest.$ac_objext conftest$ac_exeext
6674 if { (ac_try="$ac_link"
6675 case "(($ac_try" in
6676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6677 *) ac_try_echo=$ac_try;;
6678 esac
6679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6680 (eval "$ac_link") 2>conftest.er1
6681 ac_status=$?
6682 grep -v '^ *+' conftest.er1 >conftest.err
6683 rm -f conftest.er1
6684 cat conftest.err >&5
6685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686 (exit $ac_status); } && {
6687 test -z "$ac_c_werror_flag" ||
6688 test ! -s conftest.err
6689 } && test -s conftest$ac_exeext &&
6690 $as_test_x conftest$ac_exeext; then
6691 ac_cv_lib_i386_i386_set_ldt=yes
6692 else
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 ac_cv_lib_i386_i386_set_ldt=no
6699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6700 conftest$ac_exeext conftest.$ac_ext
6701 LIBS=$ac_check_lib_save_LIBS
6703 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6704 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6705 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6706 cat >>confdefs.h <<_ACEOF
6707 #define HAVE_LIBI386 1
6708 _ACEOF
6710 LIBS="-li386 $LIBS"
6715 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6716 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6717 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6718 echo $ECHO_N "(cached) $ECHO_C" >&6
6719 else
6720 ac_check_lib_save_LIBS=$LIBS
6721 LIBS="-lossaudio $LIBS"
6722 cat >conftest.$ac_ext <<_ACEOF
6723 /* confdefs.h. */
6724 _ACEOF
6725 cat confdefs.h >>conftest.$ac_ext
6726 cat >>conftest.$ac_ext <<_ACEOF
6727 /* end confdefs.h. */
6729 /* Override any GCC internal prototype to avoid an error.
6730 Use char because int might match the return type of a GCC
6731 builtin and then its argument prototype would still apply. */
6732 #ifdef __cplusplus
6733 extern "C"
6734 #endif
6735 char _oss_ioctl ();
6737 main ()
6739 return _oss_ioctl ();
6741 return 0;
6743 _ACEOF
6744 rm -f conftest.$ac_objext conftest$ac_exeext
6745 if { (ac_try="$ac_link"
6746 case "(($ac_try" in
6747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748 *) ac_try_echo=$ac_try;;
6749 esac
6750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6751 (eval "$ac_link") 2>conftest.er1
6752 ac_status=$?
6753 grep -v '^ *+' conftest.er1 >conftest.err
6754 rm -f conftest.er1
6755 cat conftest.err >&5
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); } && {
6758 test -z "$ac_c_werror_flag" ||
6759 test ! -s conftest.err
6760 } && test -s conftest$ac_exeext &&
6761 $as_test_x conftest$ac_exeext; then
6762 ac_cv_lib_ossaudio__oss_ioctl=yes
6763 else
6764 echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6767 ac_cv_lib_ossaudio__oss_ioctl=no
6770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6771 conftest$ac_exeext conftest.$ac_ext
6772 LIBS=$ac_check_lib_save_LIBS
6774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6775 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6776 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6777 cat >>confdefs.h <<_ACEOF
6778 #define HAVE_LIBOSSAUDIO 1
6779 _ACEOF
6781 LIBS="-lossaudio $LIBS"
6785 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6786 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6787 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6788 echo $ECHO_N "(cached) $ECHO_C" >&6
6789 else
6790 ac_check_lib_save_LIBS=$LIBS
6791 LIBS="-lpthread $LIBS"
6792 cat >conftest.$ac_ext <<_ACEOF
6793 /* confdefs.h. */
6794 _ACEOF
6795 cat confdefs.h >>conftest.$ac_ext
6796 cat >>conftest.$ac_ext <<_ACEOF
6797 /* end confdefs.h. */
6799 /* Override any GCC internal prototype to avoid an error.
6800 Use char because int might match the return type of a GCC
6801 builtin and then its argument prototype would still apply. */
6802 #ifdef __cplusplus
6803 extern "C"
6804 #endif
6805 char pthread_create ();
6807 main ()
6809 return pthread_create ();
6811 return 0;
6813 _ACEOF
6814 rm -f conftest.$ac_objext conftest$ac_exeext
6815 if { (ac_try="$ac_link"
6816 case "(($ac_try" in
6817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6818 *) ac_try_echo=$ac_try;;
6819 esac
6820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6821 (eval "$ac_link") 2>conftest.er1
6822 ac_status=$?
6823 grep -v '^ *+' conftest.er1 >conftest.err
6824 rm -f conftest.er1
6825 cat conftest.err >&5
6826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827 (exit $ac_status); } && {
6828 test -z "$ac_c_werror_flag" ||
6829 test ! -s conftest.err
6830 } && test -s conftest$ac_exeext &&
6831 $as_test_x conftest$ac_exeext; then
6832 ac_cv_lib_pthread_pthread_create=yes
6833 else
6834 echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6837 ac_cv_lib_pthread_pthread_create=no
6840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6841 conftest$ac_exeext conftest.$ac_ext
6842 LIBS=$ac_check_lib_save_LIBS
6844 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6845 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6846 if test $ac_cv_lib_pthread_pthread_create = yes; then
6847 LIBPTHREAD="-lpthread"
6852 XLIB=""
6854 OPENGL_LIBS=""
6858 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6859 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6860 if test "${ac_cv_header_stdc+set}" = set; then
6861 echo $ECHO_N "(cached) $ECHO_C" >&6
6862 else
6863 cat >conftest.$ac_ext <<_ACEOF
6864 /* confdefs.h. */
6865 _ACEOF
6866 cat confdefs.h >>conftest.$ac_ext
6867 cat >>conftest.$ac_ext <<_ACEOF
6868 /* end confdefs.h. */
6869 #include <stdlib.h>
6870 #include <stdarg.h>
6871 #include <string.h>
6872 #include <float.h>
6875 main ()
6879 return 0;
6881 _ACEOF
6882 rm -f conftest.$ac_objext
6883 if { (ac_try="$ac_compile"
6884 case "(($ac_try" in
6885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6886 *) ac_try_echo=$ac_try;;
6887 esac
6888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6889 (eval "$ac_compile") 2>conftest.er1
6890 ac_status=$?
6891 grep -v '^ *+' conftest.er1 >conftest.err
6892 rm -f conftest.er1
6893 cat conftest.err >&5
6894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895 (exit $ac_status); } && {
6896 test -z "$ac_c_werror_flag" ||
6897 test ! -s conftest.err
6898 } && test -s conftest.$ac_objext; then
6899 ac_cv_header_stdc=yes
6900 else
6901 echo "$as_me: failed program was:" >&5
6902 sed 's/^/| /' conftest.$ac_ext >&5
6904 ac_cv_header_stdc=no
6907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6909 if test $ac_cv_header_stdc = yes; then
6910 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6911 cat >conftest.$ac_ext <<_ACEOF
6912 /* confdefs.h. */
6913 _ACEOF
6914 cat confdefs.h >>conftest.$ac_ext
6915 cat >>conftest.$ac_ext <<_ACEOF
6916 /* end confdefs.h. */
6917 #include <string.h>
6919 _ACEOF
6920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6921 $EGREP "memchr" >/dev/null 2>&1; then
6923 else
6924 ac_cv_header_stdc=no
6926 rm -f conftest*
6930 if test $ac_cv_header_stdc = yes; then
6931 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h. */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6938 #include <stdlib.h>
6940 _ACEOF
6941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6942 $EGREP "free" >/dev/null 2>&1; then
6944 else
6945 ac_cv_header_stdc=no
6947 rm -f conftest*
6951 if test $ac_cv_header_stdc = yes; then
6952 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6953 if test "$cross_compiling" = yes; then
6955 else
6956 cat >conftest.$ac_ext <<_ACEOF
6957 /* confdefs.h. */
6958 _ACEOF
6959 cat confdefs.h >>conftest.$ac_ext
6960 cat >>conftest.$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6962 #include <ctype.h>
6963 #include <stdlib.h>
6964 #if ((' ' & 0x0FF) == 0x020)
6965 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6966 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6967 #else
6968 # define ISLOWER(c) \
6969 (('a' <= (c) && (c) <= 'i') \
6970 || ('j' <= (c) && (c) <= 'r') \
6971 || ('s' <= (c) && (c) <= 'z'))
6972 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6973 #endif
6975 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6977 main ()
6979 int i;
6980 for (i = 0; i < 256; i++)
6981 if (XOR (islower (i), ISLOWER (i))
6982 || toupper (i) != TOUPPER (i))
6983 return 2;
6984 return 0;
6986 _ACEOF
6987 rm -f conftest$ac_exeext
6988 if { (ac_try="$ac_link"
6989 case "(($ac_try" in
6990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6991 *) ac_try_echo=$ac_try;;
6992 esac
6993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6994 (eval "$ac_link") 2>&5
6995 ac_status=$?
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6998 { (case "(($ac_try" in
6999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7000 *) ac_try_echo=$ac_try;;
7001 esac
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003 (eval "$ac_try") 2>&5
7004 ac_status=$?
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); }; }; then
7008 else
7009 echo "$as_me: program exited with status $ac_status" >&5
7010 echo "$as_me: failed program was:" >&5
7011 sed 's/^/| /' conftest.$ac_ext >&5
7013 ( exit $ac_status )
7014 ac_cv_header_stdc=no
7016 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7022 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7023 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7024 if test $ac_cv_header_stdc = yes; then
7026 cat >>confdefs.h <<\_ACEOF
7027 #define STDC_HEADERS 1
7028 _ACEOF
7032 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7042 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7043 inttypes.h stdint.h unistd.h
7045 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7049 echo $ECHO_N "(cached) $ECHO_C" >&6
7050 else
7051 cat >conftest.$ac_ext <<_ACEOF
7052 /* confdefs.h. */
7053 _ACEOF
7054 cat confdefs.h >>conftest.$ac_ext
7055 cat >>conftest.$ac_ext <<_ACEOF
7056 /* end confdefs.h. */
7057 $ac_includes_default
7059 #include <$ac_header>
7060 _ACEOF
7061 rm -f conftest.$ac_objext
7062 if { (ac_try="$ac_compile"
7063 case "(($ac_try" in
7064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7065 *) ac_try_echo=$ac_try;;
7066 esac
7067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7068 (eval "$ac_compile") 2>conftest.er1
7069 ac_status=$?
7070 grep -v '^ *+' conftest.er1 >conftest.err
7071 rm -f conftest.er1
7072 cat conftest.err >&5
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); } && {
7075 test -z "$ac_c_werror_flag" ||
7076 test ! -s conftest.err
7077 } && test -s conftest.$ac_objext; then
7078 eval "$as_ac_Header=yes"
7079 else
7080 echo "$as_me: failed program was:" >&5
7081 sed 's/^/| /' conftest.$ac_ext >&5
7083 eval "$as_ac_Header=no"
7086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7088 ac_res=`eval echo '${'$as_ac_Header'}'`
7089 { echo "$as_me:$LINENO: result: $ac_res" >&5
7090 echo "${ECHO_T}$ac_res" >&6; }
7091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7092 cat >>confdefs.h <<_ACEOF
7093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7094 _ACEOF
7098 done
7212 for ac_header in \
7213 AudioUnit/AudioUnit.h \
7214 Carbon/Carbon.h \
7215 CoreAudio/CoreAudio.h \
7216 DiskArbitration/DiskArbitration.h \
7217 IOKit/IOKitLib.h \
7218 alias.h \
7219 alsa/asoundlib.h \
7220 arpa/inet.h \
7221 arpa/nameser.h \
7222 asm/types.h \
7223 capi20.h \
7224 curses.h \
7225 direct.h \
7226 dlfcn.h \
7227 elf.h \
7228 float.h \
7229 fontconfig/fontconfig.h \
7230 getopt.h \
7231 ieeefp.h \
7232 io.h \
7233 jack/jack.h \
7234 jpeglib.h \
7235 lber.h \
7236 lcms.h \
7237 lcms/lcms.h \
7238 ldap.h \
7239 libaudioio.h \
7240 link.h \
7241 linux/cdrom.h \
7242 linux/compiler.h \
7243 linux/hdreg.h \
7244 linux/input.h \
7245 linux/ioctl.h \
7246 linux/joystick.h \
7247 linux/major.h \
7248 linux/param.h \
7249 linux/serial.h \
7250 linux/ucdrom.h \
7251 mach/mach.h \
7252 mach/machine.h \
7253 machine/cpu.h \
7254 machine/limits.h \
7255 machine/soundcard.h \
7256 mntent.h \
7257 ncurses.h \
7258 netdb.h \
7259 netinet/in.h \
7260 netinet/in_systm.h \
7261 netinet/tcp.h \
7262 netinet/tcp_fsm.h \
7263 openssl/err.h \
7264 openssl/ssl.h \
7265 png.h \
7266 poll.h \
7267 process.h \
7268 pthread.h \
7269 pwd.h \
7270 regex.h \
7271 sched.h \
7272 scsi/scsi.h \
7273 scsi/scsi_ioctl.h \
7274 scsi/sg.h \
7275 soundcard.h \
7276 stdint.h \
7277 strings.h \
7278 sys/asoundlib.h \
7279 sys/cdio.h \
7280 sys/elf32.h \
7281 sys/epoll.h \
7282 sys/errno.h \
7283 sys/event.h \
7284 sys/exec_elf.h \
7285 sys/filio.h \
7286 sys/ioctl.h \
7287 sys/ipc.h \
7288 sys/limits.h \
7289 sys/link.h \
7290 sys/lwp.h \
7291 sys/mman.h \
7292 sys/modem.h \
7293 sys/msg.h \
7294 sys/mtio.h \
7295 sys/param.h \
7296 sys/poll.h \
7297 sys/prctl.h \
7298 sys/ptrace.h \
7299 sys/reg.h \
7300 sys/resource.h \
7301 sys/scsiio.h \
7302 sys/shm.h \
7303 sys/signal.h \
7304 sys/socket.h \
7305 sys/socketvar.h \
7306 sys/sockio.h \
7307 sys/soundcard.h \
7308 sys/statvfs.h \
7309 sys/strtio.h \
7310 sys/syscall.h \
7311 sys/sysctl.h \
7312 sys/time.h \
7313 sys/times.h \
7314 sys/uio.h \
7315 sys/un.h \
7316 sys/vm86.h \
7317 sys/wait.h \
7318 syscall.h \
7319 termios.h \
7320 unistd.h \
7321 utime.h \
7322 valgrind/memcheck.h \
7323 valgrind/valgrind.h
7326 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7328 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7331 echo $ECHO_N "(cached) $ECHO_C" >&6
7333 ac_res=`eval echo '${'$as_ac_Header'}'`
7334 { echo "$as_me:$LINENO: result: $ac_res" >&5
7335 echo "${ECHO_T}$ac_res" >&6; }
7336 else
7337 # Is the header compilable?
7338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7340 cat >conftest.$ac_ext <<_ACEOF
7341 /* confdefs.h. */
7342 _ACEOF
7343 cat confdefs.h >>conftest.$ac_ext
7344 cat >>conftest.$ac_ext <<_ACEOF
7345 /* end confdefs.h. */
7346 $ac_includes_default
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353 *) ac_try_echo=$ac_try;;
7354 esac
7355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7356 (eval "$ac_compile") 2>conftest.er1
7357 ac_status=$?
7358 grep -v '^ *+' conftest.er1 >conftest.err
7359 rm -f conftest.er1
7360 cat conftest.err >&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && {
7363 test -z "$ac_c_werror_flag" ||
7364 test ! -s conftest.err
7365 } && test -s conftest.$ac_objext; then
7366 ac_header_compiler=yes
7367 else
7368 echo "$as_me: failed program was:" >&5
7369 sed 's/^/| /' conftest.$ac_ext >&5
7371 ac_header_compiler=no
7374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7376 echo "${ECHO_T}$ac_header_compiler" >&6; }
7378 # Is the header present?
7379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7381 cat >conftest.$ac_ext <<_ACEOF
7382 /* confdefs.h. */
7383 _ACEOF
7384 cat confdefs.h >>conftest.$ac_ext
7385 cat >>conftest.$ac_ext <<_ACEOF
7386 /* end confdefs.h. */
7387 #include <$ac_header>
7388 _ACEOF
7389 if { (ac_try="$ac_cpp conftest.$ac_ext"
7390 case "(($ac_try" in
7391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7392 *) ac_try_echo=$ac_try;;
7393 esac
7394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7396 ac_status=$?
7397 grep -v '^ *+' conftest.er1 >conftest.err
7398 rm -f conftest.er1
7399 cat conftest.err >&5
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); } >/dev/null && {
7402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7403 test ! -s conftest.err
7404 }; then
7405 ac_header_preproc=yes
7406 else
7407 echo "$as_me: failed program was:" >&5
7408 sed 's/^/| /' conftest.$ac_ext >&5
7410 ac_header_preproc=no
7413 rm -f conftest.err conftest.$ac_ext
7414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7415 echo "${ECHO_T}$ac_header_preproc" >&6; }
7417 # So? What about this header?
7418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7419 yes:no: )
7420 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7424 ac_header_preproc=yes
7426 no:yes:* )
7427 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7430 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7434 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7439 ( cat <<\_ASBOX
7440 ## ------------------------------------ ##
7441 ## Report this to wine-devel@winehq.org ##
7442 ## ------------------------------------ ##
7443 _ASBOX
7444 ) | sed "s/^/$as_me: WARNING: /" >&2
7446 esac
7447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7451 else
7452 eval "$as_ac_Header=\$ac_header_preproc"
7454 ac_res=`eval echo '${'$as_ac_Header'}'`
7455 { echo "$as_me:$LINENO: result: $ac_res" >&5
7456 echo "${ECHO_T}$ac_res" >&6; }
7459 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7460 cat >>confdefs.h <<_ACEOF
7461 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7462 _ACEOF
7466 done
7468 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7469 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7470 if test "${ac_cv_header_stat_broken+set}" = set; then
7471 echo $ECHO_N "(cached) $ECHO_C" >&6
7472 else
7473 cat >conftest.$ac_ext <<_ACEOF
7474 /* confdefs.h. */
7475 _ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7479 #include <sys/types.h>
7480 #include <sys/stat.h>
7482 #if defined S_ISBLK && defined S_IFDIR
7483 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7484 #endif
7486 #if defined S_ISBLK && defined S_IFCHR
7487 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7488 #endif
7490 #if defined S_ISLNK && defined S_IFREG
7491 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7492 #endif
7494 #if defined S_ISSOCK && defined S_IFREG
7495 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7496 #endif
7498 _ACEOF
7499 rm -f conftest.$ac_objext
7500 if { (ac_try="$ac_compile"
7501 case "(($ac_try" in
7502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7503 *) ac_try_echo=$ac_try;;
7504 esac
7505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7506 (eval "$ac_compile") 2>conftest.er1
7507 ac_status=$?
7508 grep -v '^ *+' conftest.er1 >conftest.err
7509 rm -f conftest.er1
7510 cat conftest.err >&5
7511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7512 (exit $ac_status); } && {
7513 test -z "$ac_c_werror_flag" ||
7514 test ! -s conftest.err
7515 } && test -s conftest.$ac_objext; then
7516 ac_cv_header_stat_broken=no
7517 else
7518 echo "$as_me: failed program was:" >&5
7519 sed 's/^/| /' conftest.$ac_ext >&5
7521 ac_cv_header_stat_broken=yes
7524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7526 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7527 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7528 if test $ac_cv_header_stat_broken = yes; then
7530 cat >>confdefs.h <<\_ACEOF
7531 #define STAT_MACROS_BROKEN 1
7532 _ACEOF
7542 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7544 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7545 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7547 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7548 echo $ECHO_N "(cached) $ECHO_C" >&6
7549 else
7550 cat >conftest.$ac_ext <<_ACEOF
7551 /* confdefs.h. */
7552 _ACEOF
7553 cat confdefs.h >>conftest.$ac_ext
7554 cat >>conftest.$ac_ext <<_ACEOF
7555 /* end confdefs.h. */
7556 #include <sys/types.h>
7557 #ifdef HAVE_SYS_PARAM_H
7558 # include <sys/param.h>
7559 #endif
7561 #include <$ac_header>
7562 _ACEOF
7563 rm -f conftest.$ac_objext
7564 if { (ac_try="$ac_compile"
7565 case "(($ac_try" in
7566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7567 *) ac_try_echo=$ac_try;;
7568 esac
7569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7570 (eval "$ac_compile") 2>conftest.er1
7571 ac_status=$?
7572 grep -v '^ *+' conftest.er1 >conftest.err
7573 rm -f conftest.er1
7574 cat conftest.err >&5
7575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7576 (exit $ac_status); } && {
7577 test -z "$ac_c_werror_flag" ||
7578 test ! -s conftest.err
7579 } && test -s conftest.$ac_objext; then
7580 eval "$as_ac_Header=yes"
7581 else
7582 echo "$as_me: failed program was:" >&5
7583 sed 's/^/| /' conftest.$ac_ext >&5
7585 eval "$as_ac_Header=no"
7588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7590 ac_res=`eval echo '${'$as_ac_Header'}'`
7591 { echo "$as_me:$LINENO: result: $ac_res" >&5
7592 echo "${ECHO_T}$ac_res" >&6; }
7593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7594 cat >>confdefs.h <<_ACEOF
7595 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7596 _ACEOF
7600 done
7615 for ac_header in \
7616 netinet/ip.h \
7617 net/if.h \
7618 net/if_arp.h \
7619 net/if_dl.h \
7620 net/if_types.h \
7621 net/route.h \
7622 netinet/if_ether.h \
7623 netinet/in_pcb.h \
7624 netinet/ip_icmp.h \
7625 netinet/ip_var.h \
7626 netinet/udp.h \
7627 netipx/ipx.h \
7630 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7631 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7633 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7634 echo $ECHO_N "(cached) $ECHO_C" >&6
7635 else
7636 cat >conftest.$ac_ext <<_ACEOF
7637 /* confdefs.h. */
7638 _ACEOF
7639 cat confdefs.h >>conftest.$ac_ext
7640 cat >>conftest.$ac_ext <<_ACEOF
7641 /* end confdefs.h. */
7642 #include <sys/types.h>
7643 #ifdef HAVE_SYS_SOCKET_H
7644 # include <sys/socket.h>
7645 #endif
7646 #ifdef HAVE_SYS_SOCKETVAR_H
7647 # include <sys/socketvar.h>
7648 #endif
7649 #ifdef HAVE_NETINET_IN_H
7650 # include <netinet/in.h>
7651 #endif
7652 #ifdef HAVE_NETINET_IP_H
7653 # include <netinet/ip.h>
7654 #endif
7656 #include <$ac_header>
7657 _ACEOF
7658 rm -f conftest.$ac_objext
7659 if { (ac_try="$ac_compile"
7660 case "(($ac_try" in
7661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7662 *) ac_try_echo=$ac_try;;
7663 esac
7664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7665 (eval "$ac_compile") 2>conftest.er1
7666 ac_status=$?
7667 grep -v '^ *+' conftest.er1 >conftest.err
7668 rm -f conftest.er1
7669 cat conftest.err >&5
7670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671 (exit $ac_status); } && {
7672 test -z "$ac_c_werror_flag" ||
7673 test ! -s conftest.err
7674 } && test -s conftest.$ac_objext; then
7675 eval "$as_ac_Header=yes"
7676 else
7677 echo "$as_me: failed program was:" >&5
7678 sed 's/^/| /' conftest.$ac_ext >&5
7680 eval "$as_ac_Header=no"
7683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7685 ac_res=`eval echo '${'$as_ac_Header'}'`
7686 { echo "$as_me:$LINENO: result: $ac_res" >&5
7687 echo "${ECHO_T}$ac_res" >&6; }
7688 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7689 cat >>confdefs.h <<_ACEOF
7690 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7691 _ACEOF
7695 done
7702 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7704 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7705 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7708 echo $ECHO_N "(cached) $ECHO_C" >&6
7709 else
7710 cat >conftest.$ac_ext <<_ACEOF
7711 /* confdefs.h. */
7712 _ACEOF
7713 cat confdefs.h >>conftest.$ac_ext
7714 cat >>conftest.$ac_ext <<_ACEOF
7715 /* end confdefs.h. */
7716 #include <sys/types.h>
7717 #ifdef HAVE_ALIAS_H
7718 # include <alias.h>
7719 #endif
7720 #ifdef HAVE_SYS_SOCKET_H
7721 # include <sys/socket.h>
7722 #endif
7723 #ifdef HAVE_SYS_SOCKETVAR_H
7724 # include <sys/socketvar.h>
7725 #endif
7726 #ifdef HAVE_NETINET_IN_H
7727 # include <netinet/in.h>
7728 #endif
7729 #ifdef HAVE_NETINET_IP_H
7730 # include <netinet/ip.h>
7731 #endif
7732 #ifdef HAVE_NETINET_IP_VAR_H
7733 # include <netinet/ip_var.h>
7734 #endif
7735 #ifdef HAVE_NETINET_IP_ICMP_H
7736 # include <netinet/ip_icmp.h>
7737 #endif
7738 #ifdef HAVE_NETINET_UDP_H
7739 # include <netinet/udp.h>
7740 #endif
7741 #ifdef HAVE_NETINET_TCP_H
7742 # include <netinet/tcp.h>
7743 #endif
7745 #include <$ac_header>
7746 _ACEOF
7747 rm -f conftest.$ac_objext
7748 if { (ac_try="$ac_compile"
7749 case "(($ac_try" in
7750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7751 *) ac_try_echo=$ac_try;;
7752 esac
7753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7754 (eval "$ac_compile") 2>conftest.er1
7755 ac_status=$?
7756 grep -v '^ *+' conftest.er1 >conftest.err
7757 rm -f conftest.er1
7758 cat conftest.err >&5
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 (exit $ac_status); } && {
7761 test -z "$ac_c_werror_flag" ||
7762 test ! -s conftest.err
7763 } && test -s conftest.$ac_objext; then
7764 eval "$as_ac_Header=yes"
7765 else
7766 echo "$as_me: failed program was:" >&5
7767 sed 's/^/| /' conftest.$ac_ext >&5
7769 eval "$as_ac_Header=no"
7772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7774 ac_res=`eval echo '${'$as_ac_Header'}'`
7775 { echo "$as_me:$LINENO: result: $ac_res" >&5
7776 echo "${ECHO_T}$ac_res" >&6; }
7777 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7778 cat >>confdefs.h <<_ACEOF
7779 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7780 _ACEOF
7784 done
7788 for ac_header in linux/ipx.h
7790 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7791 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7792 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7794 echo $ECHO_N "(cached) $ECHO_C" >&6
7795 else
7796 cat >conftest.$ac_ext <<_ACEOF
7797 /* confdefs.h. */
7798 _ACEOF
7799 cat confdefs.h >>conftest.$ac_ext
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h. */
7802 #include <sys/types.h>
7803 #ifdef HAVE_ASM_TYPES_H
7804 # include <asm/types.h>
7805 #endif
7806 #ifdef HAVE_SYS_SOCKET_H
7807 # include <sys/socket.h>
7808 #endif
7810 #include <$ac_header>
7811 _ACEOF
7812 rm -f conftest.$ac_objext
7813 if { (ac_try="$ac_compile"
7814 case "(($ac_try" in
7815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7816 *) ac_try_echo=$ac_try;;
7817 esac
7818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7819 (eval "$ac_compile") 2>conftest.er1
7820 ac_status=$?
7821 grep -v '^ *+' conftest.er1 >conftest.err
7822 rm -f conftest.er1
7823 cat conftest.err >&5
7824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825 (exit $ac_status); } && {
7826 test -z "$ac_c_werror_flag" ||
7827 test ! -s conftest.err
7828 } && test -s conftest.$ac_objext; then
7829 eval "$as_ac_Header=yes"
7830 else
7831 echo "$as_me: failed program was:" >&5
7832 sed 's/^/| /' conftest.$ac_ext >&5
7834 eval "$as_ac_Header=no"
7837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7839 ac_res=`eval echo '${'$as_ac_Header'}'`
7840 { echo "$as_me:$LINENO: result: $ac_res" >&5
7841 echo "${ECHO_T}$ac_res" >&6; }
7842 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7843 cat >>confdefs.h <<_ACEOF
7844 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7845 _ACEOF
7849 done
7853 for ac_header in resolv.h
7855 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 else
7861 cat >conftest.$ac_ext <<_ACEOF
7862 /* confdefs.h. */
7863 _ACEOF
7864 cat confdefs.h >>conftest.$ac_ext
7865 cat >>conftest.$ac_ext <<_ACEOF
7866 /* end confdefs.h. */
7867 #include <sys/types.h>
7868 #ifdef HAVE_SYS_SOCKET_H
7869 # include <sys/socket.h>
7870 #endif
7871 #ifdef HAVE_NETINET_IN_H
7872 # include <netinet/in.h>
7873 #endif
7874 #ifdef HAVE_ARPA_NAMESER_H
7875 # include <arpa/nameser.h>
7876 #endif
7878 #include <$ac_header>
7879 _ACEOF
7880 rm -f conftest.$ac_objext
7881 if { (ac_try="$ac_compile"
7882 case "(($ac_try" in
7883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7884 *) ac_try_echo=$ac_try;;
7885 esac
7886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7887 (eval "$ac_compile") 2>conftest.er1
7888 ac_status=$?
7889 grep -v '^ *+' conftest.er1 >conftest.err
7890 rm -f conftest.er1
7891 cat conftest.err >&5
7892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest.$ac_objext; then
7897 eval "$as_ac_Header=yes"
7898 else
7899 echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 eval "$as_ac_Header=no"
7905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7907 ac_res=`eval echo '${'$as_ac_Header'}'`
7908 { echo "$as_me:$LINENO: result: $ac_res" >&5
7909 echo "${ECHO_T}$ac_res" >&6; }
7910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7911 cat >>confdefs.h <<_ACEOF
7912 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7913 _ACEOF
7917 done
7921 for ac_header in ucontext.h
7923 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7927 echo $ECHO_N "(cached) $ECHO_C" >&6
7928 else
7929 cat >conftest.$ac_ext <<_ACEOF
7930 /* confdefs.h. */
7931 _ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7935 #include <signal.h>
7937 #include <$ac_header>
7938 _ACEOF
7939 rm -f conftest.$ac_objext
7940 if { (ac_try="$ac_compile"
7941 case "(($ac_try" in
7942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7943 *) ac_try_echo=$ac_try;;
7944 esac
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946 (eval "$ac_compile") 2>conftest.er1
7947 ac_status=$?
7948 grep -v '^ *+' conftest.er1 >conftest.err
7949 rm -f conftest.er1
7950 cat conftest.err >&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); } && {
7953 test -z "$ac_c_werror_flag" ||
7954 test ! -s conftest.err
7955 } && test -s conftest.$ac_objext; then
7956 eval "$as_ac_Header=yes"
7957 else
7958 echo "$as_me: failed program was:" >&5
7959 sed 's/^/| /' conftest.$ac_ext >&5
7961 eval "$as_ac_Header=no"
7964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7966 ac_res=`eval echo '${'$as_ac_Header'}'`
7967 { echo "$as_me:$LINENO: result: $ac_res" >&5
7968 echo "${ECHO_T}$ac_res" >&6; }
7969 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7970 cat >>confdefs.h <<_ACEOF
7971 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7972 _ACEOF
7976 done
7980 for ac_header in sys/thr.h
7982 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7983 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7984 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7985 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7986 echo $ECHO_N "(cached) $ECHO_C" >&6
7987 else
7988 cat >conftest.$ac_ext <<_ACEOF
7989 /* confdefs.h. */
7990 _ACEOF
7991 cat confdefs.h >>conftest.$ac_ext
7992 cat >>conftest.$ac_ext <<_ACEOF
7993 /* end confdefs.h. */
7994 #include <sys/types.h>
7995 #ifdef HAVE_UCONTEXT_H
7996 #include <ucontext.h>
7997 #endif
7999 #include <$ac_header>
8000 _ACEOF
8001 rm -f conftest.$ac_objext
8002 if { (ac_try="$ac_compile"
8003 case "(($ac_try" in
8004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8005 *) ac_try_echo=$ac_try;;
8006 esac
8007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8008 (eval "$ac_compile") 2>conftest.er1
8009 ac_status=$?
8010 grep -v '^ *+' conftest.er1 >conftest.err
8011 rm -f conftest.er1
8012 cat conftest.err >&5
8013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); } && {
8015 test -z "$ac_c_werror_flag" ||
8016 test ! -s conftest.err
8017 } && test -s conftest.$ac_objext; then
8018 eval "$as_ac_Header=yes"
8019 else
8020 echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8023 eval "$as_ac_Header=no"
8026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8028 ac_res=`eval echo '${'$as_ac_Header'}'`
8029 { echo "$as_me:$LINENO: result: $ac_res" >&5
8030 echo "${ECHO_T}$ac_res" >&6; }
8031 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8032 cat >>confdefs.h <<_ACEOF
8033 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8034 _ACEOF
8038 done
8042 for ac_header in pthread_np.h
8044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8048 echo $ECHO_N "(cached) $ECHO_C" >&6
8049 else
8050 cat >conftest.$ac_ext <<_ACEOF
8051 /* confdefs.h. */
8052 _ACEOF
8053 cat confdefs.h >>conftest.$ac_ext
8054 cat >>conftest.$ac_ext <<_ACEOF
8055 /* end confdefs.h. */
8056 #ifdef HAVE_PTHREAD_H
8057 #include <pthread.h>
8058 #endif
8060 #include <$ac_header>
8061 _ACEOF
8062 rm -f conftest.$ac_objext
8063 if { (ac_try="$ac_compile"
8064 case "(($ac_try" in
8065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8066 *) ac_try_echo=$ac_try;;
8067 esac
8068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8069 (eval "$ac_compile") 2>conftest.er1
8070 ac_status=$?
8071 grep -v '^ *+' conftest.er1 >conftest.err
8072 rm -f conftest.er1
8073 cat conftest.err >&5
8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 (exit $ac_status); } && {
8076 test -z "$ac_c_werror_flag" ||
8077 test ! -s conftest.err
8078 } && test -s conftest.$ac_objext; then
8079 eval "$as_ac_Header=yes"
8080 else
8081 echo "$as_me: failed program was:" >&5
8082 sed 's/^/| /' conftest.$ac_ext >&5
8084 eval "$as_ac_Header=no"
8087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8089 ac_res=`eval echo '${'$as_ac_Header'}'`
8090 { echo "$as_me:$LINENO: result: $ac_res" >&5
8091 echo "${ECHO_T}$ac_res" >&6; }
8092 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8093 cat >>confdefs.h <<_ACEOF
8094 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8095 _ACEOF
8099 done
8103 for ac_header in linux/videodev.h
8105 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8106 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8109 echo $ECHO_N "(cached) $ECHO_C" >&6
8110 else
8111 cat >conftest.$ac_ext <<_ACEOF
8112 /* confdefs.h. */
8113 _ACEOF
8114 cat confdefs.h >>conftest.$ac_ext
8115 cat >>conftest.$ac_ext <<_ACEOF
8116 /* end confdefs.h. */
8117 #ifdef HAVE_SYS_TIME_H
8118 #include <sys/time.h>
8119 #endif
8120 #include <sys/types.h>
8121 #ifdef HAVE_ASM_TYPES_H
8122 #include <asm/types.h>
8123 #endif
8125 #include <$ac_header>
8126 _ACEOF
8127 rm -f conftest.$ac_objext
8128 if { (ac_try="$ac_compile"
8129 case "(($ac_try" in
8130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8131 *) ac_try_echo=$ac_try;;
8132 esac
8133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8134 (eval "$ac_compile") 2>conftest.er1
8135 ac_status=$?
8136 grep -v '^ *+' conftest.er1 >conftest.err
8137 rm -f conftest.er1
8138 cat conftest.err >&5
8139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8140 (exit $ac_status); } && {
8141 test -z "$ac_c_werror_flag" ||
8142 test ! -s conftest.err
8143 } && test -s conftest.$ac_objext; then
8144 eval "$as_ac_Header=yes"
8145 else
8146 echo "$as_me: failed program was:" >&5
8147 sed 's/^/| /' conftest.$ac_ext >&5
8149 eval "$as_ac_Header=no"
8152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8154 ac_res=`eval echo '${'$as_ac_Header'}'`
8155 { echo "$as_me:$LINENO: result: $ac_res" >&5
8156 echo "${ECHO_T}$ac_res" >&6; }
8157 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8158 cat >>confdefs.h <<_ACEOF
8159 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8160 _ACEOF
8164 done
8168 for ac_header in linux/capi.h
8170 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8171 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8174 echo $ECHO_N "(cached) $ECHO_C" >&6
8175 else
8176 cat >conftest.$ac_ext <<_ACEOF
8177 /* confdefs.h. */
8178 _ACEOF
8179 cat confdefs.h >>conftest.$ac_ext
8180 cat >>conftest.$ac_ext <<_ACEOF
8181 /* end confdefs.h. */
8182 #define __user
8184 #include <$ac_header>
8185 _ACEOF
8186 rm -f conftest.$ac_objext
8187 if { (ac_try="$ac_compile"
8188 case "(($ac_try" in
8189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8190 *) ac_try_echo=$ac_try;;
8191 esac
8192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8193 (eval "$ac_compile") 2>conftest.er1
8194 ac_status=$?
8195 grep -v '^ *+' conftest.er1 >conftest.err
8196 rm -f conftest.er1
8197 cat conftest.err >&5
8198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8199 (exit $ac_status); } && {
8200 test -z "$ac_c_werror_flag" ||
8201 test ! -s conftest.err
8202 } && test -s conftest.$ac_objext; then
8203 eval "$as_ac_Header=yes"
8204 else
8205 echo "$as_me: failed program was:" >&5
8206 sed 's/^/| /' conftest.$ac_ext >&5
8208 eval "$as_ac_Header=no"
8211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8213 ac_res=`eval echo '${'$as_ac_Header'}'`
8214 { echo "$as_me:$LINENO: result: $ac_res" >&5
8215 echo "${ECHO_T}$ac_res" >&6; }
8216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8217 cat >>confdefs.h <<_ACEOF
8218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8219 _ACEOF
8223 done
8227 DLLEXT=""
8229 DLLFLAGS="-D_REENTRANT"
8231 LDSHARED=""
8233 LDDLLFLAGS=""
8235 LIBEXT="so"
8237 IMPLIBEXT="def"
8239 LDRPATH_INSTALL=""
8241 LDRPATH_LOCAL=""
8243 # Extract the first word of "ldd", so it can be a program name with args.
8244 set dummy ldd; ac_word=$2
8245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8247 if test "${ac_cv_path_LDD+set}" = set; then
8248 echo $ECHO_N "(cached) $ECHO_C" >&6
8249 else
8250 case $LDD in
8251 [\\/]* | ?:[\\/]*)
8252 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8256 as_dummy="/sbin:/usr/sbin:$PATH"
8257 for as_dir in $as_dummy
8259 IFS=$as_save_IFS
8260 test -z "$as_dir" && as_dir=.
8261 for ac_exec_ext in '' $ac_executable_extensions; do
8262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8263 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8264 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8265 break 2
8267 done
8268 done
8269 IFS=$as_save_IFS
8271 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8273 esac
8275 LDD=$ac_cv_path_LDD
8276 if test -n "$LDD"; then
8277 { echo "$as_me:$LINENO: result: $LDD" >&5
8278 echo "${ECHO_T}$LDD" >&6; }
8279 else
8280 { echo "$as_me:$LINENO: result: no" >&5
8281 echo "${ECHO_T}no" >&6; }
8286 case $host_os in
8287 cygwin*|mingw32*)
8288 if test -n "$ac_tool_prefix"; then
8289 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8290 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8293 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8294 echo $ECHO_N "(cached) $ECHO_C" >&6
8295 else
8296 if test -n "$DLLTOOL"; then
8297 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8298 else
8299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8300 for as_dir in $PATH
8302 IFS=$as_save_IFS
8303 test -z "$as_dir" && as_dir=.
8304 for ac_exec_ext in '' $ac_executable_extensions; do
8305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8306 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8308 break 2
8310 done
8311 done
8312 IFS=$as_save_IFS
8316 DLLTOOL=$ac_cv_prog_DLLTOOL
8317 if test -n "$DLLTOOL"; then
8318 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8319 echo "${ECHO_T}$DLLTOOL" >&6; }
8320 else
8321 { echo "$as_me:$LINENO: result: no" >&5
8322 echo "${ECHO_T}no" >&6; }
8327 if test -z "$ac_cv_prog_DLLTOOL"; then
8328 ac_ct_DLLTOOL=$DLLTOOL
8329 # Extract the first word of "dlltool", so it can be a program name with args.
8330 set dummy dlltool; ac_word=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8334 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 else
8336 if test -n "$ac_ct_DLLTOOL"; then
8337 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8338 else
8339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8340 for as_dir in $PATH
8342 IFS=$as_save_IFS
8343 test -z "$as_dir" && as_dir=.
8344 for ac_exec_ext in '' $ac_executable_extensions; do
8345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8348 break 2
8350 done
8351 done
8352 IFS=$as_save_IFS
8356 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8357 if test -n "$ac_ct_DLLTOOL"; then
8358 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8359 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8360 else
8361 { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8365 if test "x$ac_ct_DLLTOOL" = x; then
8366 DLLTOOL="false"
8367 else
8368 case $cross_compiling:$ac_tool_warned in
8369 yes:)
8370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8371 whose name does not start with the host triplet. If you think this
8372 configuration is useful to you, please write to autoconf@gnu.org." >&5
8373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8374 whose name does not start with the host triplet. If you think this
8375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8376 ac_tool_warned=yes ;;
8377 esac
8378 DLLTOOL=$ac_ct_DLLTOOL
8380 else
8381 DLLTOOL="$ac_cv_prog_DLLTOOL"
8384 if test -n "$ac_tool_prefix"; then
8385 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8386 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8389 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8390 echo $ECHO_N "(cached) $ECHO_C" >&6
8391 else
8392 if test -n "$DLLWRAP"; then
8393 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8394 else
8395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396 for as_dir in $PATH
8398 IFS=$as_save_IFS
8399 test -z "$as_dir" && as_dir=.
8400 for ac_exec_ext in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8404 break 2
8406 done
8407 done
8408 IFS=$as_save_IFS
8412 DLLWRAP=$ac_cv_prog_DLLWRAP
8413 if test -n "$DLLWRAP"; then
8414 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8415 echo "${ECHO_T}$DLLWRAP" >&6; }
8416 else
8417 { echo "$as_me:$LINENO: result: no" >&5
8418 echo "${ECHO_T}no" >&6; }
8423 if test -z "$ac_cv_prog_DLLWRAP"; then
8424 ac_ct_DLLWRAP=$DLLWRAP
8425 # Extract the first word of "dllwrap", so it can be a program name with args.
8426 set dummy dllwrap; ac_word=$2
8427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8429 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 else
8432 if test -n "$ac_ct_DLLWRAP"; then
8433 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8434 else
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 for as_dir in $PATH
8438 IFS=$as_save_IFS
8439 test -z "$as_dir" && as_dir=.
8440 for ac_exec_ext in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444 break 2
8446 done
8447 done
8448 IFS=$as_save_IFS
8452 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8453 if test -n "$ac_ct_DLLWRAP"; then
8454 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8455 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8456 else
8457 { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8461 if test "x$ac_ct_DLLWRAP" = x; then
8462 DLLWRAP="false"
8463 else
8464 case $cross_compiling:$ac_tool_warned in
8465 yes:)
8466 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8467 whose name does not start with the host triplet. If you think this
8468 configuration is useful to you, please write to autoconf@gnu.org." >&5
8469 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8470 whose name does not start with the host triplet. If you think this
8471 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8472 ac_tool_warned=yes ;;
8473 esac
8474 DLLWRAP=$ac_ct_DLLWRAP
8476 else
8477 DLLWRAP="$ac_cv_prog_DLLWRAP"
8480 if test -n "$ac_tool_prefix"; then
8481 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8482 set dummy ${ac_tool_prefix}ar; ac_word=$2
8483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8485 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8486 echo $ECHO_N "(cached) $ECHO_C" >&6
8487 else
8488 if test -n "$MINGWAR"; then
8489 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8490 else
8491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8492 for as_dir in $PATH
8494 IFS=$as_save_IFS
8495 test -z "$as_dir" && as_dir=.
8496 for ac_exec_ext in '' $ac_executable_extensions; do
8497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8498 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8499 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8500 break 2
8502 done
8503 done
8504 IFS=$as_save_IFS
8508 MINGWAR=$ac_cv_prog_MINGWAR
8509 if test -n "$MINGWAR"; then
8510 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8511 echo "${ECHO_T}$MINGWAR" >&6; }
8512 else
8513 { echo "$as_me:$LINENO: result: no" >&5
8514 echo "${ECHO_T}no" >&6; }
8519 if test -z "$ac_cv_prog_MINGWAR"; then
8520 ac_ct_MINGWAR=$MINGWAR
8521 # Extract the first word of "ar", so it can be a program name with args.
8522 set dummy ar; ac_word=$2
8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8525 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8527 else
8528 if test -n "$ac_ct_MINGWAR"; then
8529 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8530 else
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8532 for as_dir in $PATH
8534 IFS=$as_save_IFS
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_prog_ac_ct_MINGWAR="ar"
8539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 break 2
8542 done
8543 done
8544 IFS=$as_save_IFS
8548 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8549 if test -n "$ac_ct_MINGWAR"; then
8550 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8551 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8552 else
8553 { echo "$as_me:$LINENO: result: no" >&5
8554 echo "${ECHO_T}no" >&6; }
8557 if test "x$ac_ct_MINGWAR" = x; then
8558 MINGWAR="false"
8559 else
8560 case $cross_compiling:$ac_tool_warned in
8561 yes:)
8562 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8563 whose name does not start with the host triplet. If you think this
8564 configuration is useful to you, please write to autoconf@gnu.org." >&5
8565 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8566 whose name does not start with the host triplet. If you think this
8567 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8568 ac_tool_warned=yes ;;
8569 esac
8570 MINGWAR=$ac_ct_MINGWAR
8572 else
8573 MINGWAR="$ac_cv_prog_MINGWAR"
8576 if test "$DLLWRAP" = "false"; then
8577 LIBEXT="a"
8578 else
8579 LIBEXT="dll"
8581 IMPLIBEXT="a"
8582 WIN16_FILES=""
8583 WIN16_INSTALL=""
8584 enable_iphlpapi=${enable_iphlpapi:-no}
8585 enable_kernel32=${enable_kernel32:-no}
8586 enable_msvcrt=${enable_msvcrt:-no}
8587 enable_ntdll=${enable_ntdll:-no}
8588 enable_ws2_32=${enable_ws2_32:-no}
8589 enable_loader=${enable_loader:-no}
8590 enable_server=${enable_server:-no}
8592 darwin*|macosx*)
8593 DLLEXT=".so"
8594 LIBEXT="dylib"
8595 DLLFLAGS="$DLLFLAGS -fPIC"
8596 LDDLLFLAGS="-bundle -multiply_defined suppress"
8597 LIBWINE_LDFLAGS="-multiply_defined suppress"
8598 LDSHARED="\$(CC) -dynamiclib"
8599 STRIP="$STRIP -x"
8600 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8601 SECURITYLIB="-framework Security -framework CoreFoundation"
8603 COREFOUNDATIONLIB="-framework CoreFoundation"
8605 IOKITLIB="-framework IOKit -framework CoreFoundation"
8607 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8609 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8610 then
8611 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8614 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8615 then
8616 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8619 case $host_cpu in
8620 *powerpc*)
8621 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8622 esac
8623 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8624 then
8625 CARBONLIB="-framework Carbon"
8627 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8631 DLLFLAGS="$DLLFLAGS -fPIC"
8632 DLLEXT=".so"
8633 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8634 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8635 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8636 echo $ECHO_N "(cached) $ECHO_C" >&6
8637 else
8638 ac_wine_try_cflags_saved=$CFLAGS
8639 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8640 cat >conftest.$ac_ext <<_ACEOF
8641 void myfunc() {}
8642 _ACEOF
8643 rm -f conftest.$ac_objext conftest$ac_exeext
8644 if { (ac_try="$ac_link"
8645 case "(($ac_try" in
8646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8647 *) ac_try_echo=$ac_try;;
8648 esac
8649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8650 (eval "$ac_link") 2>conftest.er1
8651 ac_status=$?
8652 grep -v '^ *+' conftest.er1 >conftest.err
8653 rm -f conftest.er1
8654 cat conftest.err >&5
8655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8656 (exit $ac_status); } && {
8657 test -z "$ac_c_werror_flag" ||
8658 test ! -s conftest.err
8659 } && test -s conftest$ac_exeext &&
8660 $as_test_x conftest$ac_exeext; then
8661 ac_cv_c_dll_gnuelf="yes"
8662 else
8663 echo "$as_me: failed program was:" >&5
8664 sed 's/^/| /' conftest.$ac_ext >&5
8666 ac_cv_c_dll_gnuelf="no"
8669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8670 conftest$ac_exeext conftest.$ac_ext
8671 CFLAGS=$ac_wine_try_cflags_saved
8673 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8674 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8675 if test "$ac_cv_c_dll_gnuelf" = "yes"
8676 then
8677 LDSHARED="\$(CC) -shared"
8678 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8679 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8680 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8681 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8682 echo $ECHO_N "(cached) $ECHO_C" >&6
8683 else
8684 ac_wine_try_cflags_saved=$CFLAGS
8685 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8686 cat >conftest.$ac_ext <<_ACEOF
8687 /* confdefs.h. */
8688 _ACEOF
8689 cat confdefs.h >>conftest.$ac_ext
8690 cat >>conftest.$ac_ext <<_ACEOF
8691 /* end confdefs.h. */
8694 main ()
8698 return 0;
8700 _ACEOF
8701 rm -f conftest.$ac_objext conftest$ac_exeext
8702 if { (ac_try="$ac_link"
8703 case "(($ac_try" in
8704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8705 *) ac_try_echo=$ac_try;;
8706 esac
8707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8708 (eval "$ac_link") 2>conftest.er1
8709 ac_status=$?
8710 grep -v '^ *+' conftest.er1 >conftest.err
8711 rm -f conftest.er1
8712 cat conftest.err >&5
8713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8714 (exit $ac_status); } && {
8715 test -z "$ac_c_werror_flag" ||
8716 test ! -s conftest.err
8717 } && test -s conftest$ac_exeext &&
8718 $as_test_x conftest$ac_exeext; then
8719 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8720 else
8721 echo "$as_me: failed program was:" >&5
8722 sed 's/^/| /' conftest.$ac_ext >&5
8724 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8728 conftest$ac_exeext conftest.$ac_ext
8729 CFLAGS=$ac_wine_try_cflags_saved
8731 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8732 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8733 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8734 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8735 else
8736 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8737 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8738 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8739 echo $ECHO_N "(cached) $ECHO_C" >&6
8740 else
8741 ac_wine_try_cflags_saved=$CFLAGS
8742 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8743 cat >conftest.$ac_ext <<_ACEOF
8744 /* confdefs.h. */
8745 _ACEOF
8746 cat confdefs.h >>conftest.$ac_ext
8747 cat >>conftest.$ac_ext <<_ACEOF
8748 /* end confdefs.h. */
8751 main ()
8755 return 0;
8757 _ACEOF
8758 rm -f conftest.$ac_objext conftest$ac_exeext
8759 if { (ac_try="$ac_link"
8760 case "(($ac_try" in
8761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8762 *) ac_try_echo=$ac_try;;
8763 esac
8764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8765 (eval "$ac_link") 2>conftest.er1
8766 ac_status=$?
8767 grep -v '^ *+' conftest.er1 >conftest.err
8768 rm -f conftest.er1
8769 cat conftest.err >&5
8770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771 (exit $ac_status); } && {
8772 test -z "$ac_c_werror_flag" ||
8773 test ! -s conftest.err
8774 } && test -s conftest$ac_exeext &&
8775 $as_test_x conftest$ac_exeext; then
8776 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8777 else
8778 echo "$as_me: failed program was:" >&5
8779 sed 's/^/| /' conftest.$ac_ext >&5
8781 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8789 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8790 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8791 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8797 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8798 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8799 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8800 echo $ECHO_N "(cached) $ECHO_C" >&6
8801 else
8802 ac_wine_try_cflags_saved=$CFLAGS
8803 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8804 cat >conftest.$ac_ext <<_ACEOF
8805 /* confdefs.h. */
8806 _ACEOF
8807 cat confdefs.h >>conftest.$ac_ext
8808 cat >>conftest.$ac_ext <<_ACEOF
8809 /* end confdefs.h. */
8812 main ()
8816 return 0;
8818 _ACEOF
8819 rm -f conftest.$ac_objext conftest$ac_exeext
8820 if { (ac_try="$ac_link"
8821 case "(($ac_try" in
8822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8823 *) ac_try_echo=$ac_try;;
8824 esac
8825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8826 (eval "$ac_link") 2>conftest.er1
8827 ac_status=$?
8828 grep -v '^ *+' conftest.er1 >conftest.err
8829 rm -f conftest.er1
8830 cat conftest.err >&5
8831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8832 (exit $ac_status); } && {
8833 test -z "$ac_c_werror_flag" ||
8834 test ! -s conftest.err
8835 } && test -s conftest$ac_exeext &&
8836 $as_test_x conftest$ac_exeext; then
8837 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8838 else
8839 echo "$as_me: failed program was:" >&5
8840 sed 's/^/| /' conftest.$ac_ext >&5
8842 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8846 conftest$ac_exeext conftest.$ac_ext
8847 CFLAGS=$ac_wine_try_cflags_saved
8849 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8850 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8851 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8852 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8856 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8857 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8858 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8859 echo $ECHO_N "(cached) $ECHO_C" >&6
8860 else
8861 ac_wine_try_cflags_saved=$CFLAGS
8862 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8863 cat >conftest.$ac_ext <<_ACEOF
8864 /* confdefs.h. */
8865 _ACEOF
8866 cat confdefs.h >>conftest.$ac_ext
8867 cat >>conftest.$ac_ext <<_ACEOF
8868 /* end confdefs.h. */
8871 main ()
8875 return 0;
8877 _ACEOF
8878 rm -f conftest.$ac_objext conftest$ac_exeext
8879 if { (ac_try="$ac_link"
8880 case "(($ac_try" in
8881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8882 *) ac_try_echo=$ac_try;;
8883 esac
8884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8885 (eval "$ac_link") 2>conftest.er1
8886 ac_status=$?
8887 grep -v '^ *+' conftest.er1 >conftest.err
8888 rm -f conftest.er1
8889 cat conftest.err >&5
8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 (exit $ac_status); } && {
8892 test -z "$ac_c_werror_flag" ||
8893 test ! -s conftest.err
8894 } && test -s conftest$ac_exeext &&
8895 $as_test_x conftest$ac_exeext; then
8896 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8897 else
8898 echo "$as_me: failed program was:" >&5
8899 sed 's/^/| /' conftest.$ac_ext >&5
8901 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8905 conftest$ac_exeext conftest.$ac_ext
8906 CFLAGS=$ac_wine_try_cflags_saved
8908 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8909 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8910 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8911 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8915 echo '{ global: *; };' >conftest.map
8916 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8917 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8918 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8919 echo $ECHO_N "(cached) $ECHO_C" >&6
8920 else
8921 ac_wine_try_cflags_saved=$CFLAGS
8922 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8923 cat >conftest.$ac_ext <<_ACEOF
8924 /* confdefs.h. */
8925 _ACEOF
8926 cat confdefs.h >>conftest.$ac_ext
8927 cat >>conftest.$ac_ext <<_ACEOF
8928 /* end confdefs.h. */
8931 main ()
8935 return 0;
8937 _ACEOF
8938 rm -f conftest.$ac_objext conftest$ac_exeext
8939 if { (ac_try="$ac_link"
8940 case "(($ac_try" in
8941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8942 *) ac_try_echo=$ac_try;;
8943 esac
8944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8945 (eval "$ac_link") 2>conftest.er1
8946 ac_status=$?
8947 grep -v '^ *+' conftest.er1 >conftest.err
8948 rm -f conftest.er1
8949 cat conftest.err >&5
8950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); } && {
8952 test -z "$ac_c_werror_flag" ||
8953 test ! -s conftest.err
8954 } && test -s conftest$ac_exeext &&
8955 $as_test_x conftest$ac_exeext; then
8956 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8957 else
8958 echo "$as_me: failed program was:" >&5
8959 sed 's/^/| /' conftest.$ac_ext >&5
8961 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8965 conftest$ac_exeext conftest.$ac_ext
8966 CFLAGS=$ac_wine_try_cflags_saved
8968 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8969 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8970 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8971 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8974 rm -f conftest.map
8976 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8977 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8978 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8979 echo $ECHO_N "(cached) $ECHO_C" >&6
8980 else
8981 ac_wine_try_cflags_saved=$CFLAGS
8982 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8983 cat >conftest.$ac_ext <<_ACEOF
8984 /* confdefs.h. */
8985 _ACEOF
8986 cat confdefs.h >>conftest.$ac_ext
8987 cat >>conftest.$ac_ext <<_ACEOF
8988 /* end confdefs.h. */
8991 main ()
8995 return 0;
8997 _ACEOF
8998 rm -f conftest.$ac_objext conftest$ac_exeext
8999 if { (ac_try="$ac_link"
9000 case "(($ac_try" in
9001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9002 *) ac_try_echo=$ac_try;;
9003 esac
9004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9005 (eval "$ac_link") 2>conftest.er1
9006 ac_status=$?
9007 grep -v '^ *+' conftest.er1 >conftest.err
9008 rm -f conftest.er1
9009 cat conftest.err >&5
9010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011 (exit $ac_status); } && {
9012 test -z "$ac_c_werror_flag" ||
9013 test ! -s conftest.err
9014 } && test -s conftest$ac_exeext &&
9015 $as_test_x conftest$ac_exeext; then
9016 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9017 else
9018 echo "$as_me: failed program was:" >&5
9019 sed 's/^/| /' conftest.$ac_ext >&5
9021 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9025 conftest$ac_exeext conftest.$ac_ext
9026 CFLAGS=$ac_wine_try_cflags_saved
9028 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9029 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9030 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9031 LDEXECFLAGS="-Wl,--export-dynamic"
9036 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9037 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9038 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9039 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9040 echo $ECHO_N "(cached) $ECHO_C" >&6
9041 else
9042 ac_wine_try_cflags_saved=$CFLAGS
9043 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9044 cat >conftest.$ac_ext <<_ACEOF
9045 /* confdefs.h. */
9046 _ACEOF
9047 cat confdefs.h >>conftest.$ac_ext
9048 cat >>conftest.$ac_ext <<_ACEOF
9049 /* end confdefs.h. */
9052 main ()
9056 return 0;
9058 _ACEOF
9059 rm -f conftest.$ac_objext conftest$ac_exeext
9060 if { (ac_try="$ac_link"
9061 case "(($ac_try" in
9062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9063 *) ac_try_echo=$ac_try;;
9064 esac
9065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9066 (eval "$ac_link") 2>conftest.er1
9067 ac_status=$?
9068 grep -v '^ *+' conftest.er1 >conftest.err
9069 rm -f conftest.er1
9070 cat conftest.err >&5
9071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9072 (exit $ac_status); } && {
9073 test -z "$ac_c_werror_flag" ||
9074 test ! -s conftest.err
9075 } && test -s conftest$ac_exeext &&
9076 $as_test_x conftest$ac_exeext; then
9077 eval "$as_ac_var=yes"
9078 else
9079 echo "$as_me: failed program was:" >&5
9080 sed 's/^/| /' conftest.$ac_ext >&5
9082 eval "$as_ac_var=no"
9085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9086 conftest$ac_exeext conftest.$ac_ext
9087 CFLAGS=$ac_wine_try_cflags_saved
9089 ac_res=`eval echo '${'$as_ac_var'}'`
9090 { echo "$as_me:$LINENO: result: $ac_res" >&5
9091 echo "${ECHO_T}$ac_res" >&6; }
9092 if test `eval echo '${'$as_ac_var'}'` = yes; then
9093 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9094 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9095 else
9096 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9097 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9098 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9099 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9100 echo $ECHO_N "(cached) $ECHO_C" >&6
9101 else
9102 ac_wine_try_cflags_saved=$CFLAGS
9103 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9104 cat >conftest.$ac_ext <<_ACEOF
9105 /* confdefs.h. */
9106 _ACEOF
9107 cat confdefs.h >>conftest.$ac_ext
9108 cat >>conftest.$ac_ext <<_ACEOF
9109 /* end confdefs.h. */
9112 main ()
9116 return 0;
9118 _ACEOF
9119 rm -f conftest.$ac_objext conftest$ac_exeext
9120 if { (ac_try="$ac_link"
9121 case "(($ac_try" in
9122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9123 *) ac_try_echo=$ac_try;;
9124 esac
9125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9126 (eval "$ac_link") 2>conftest.er1
9127 ac_status=$?
9128 grep -v '^ *+' conftest.er1 >conftest.err
9129 rm -f conftest.er1
9130 cat conftest.err >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); } && {
9133 test -z "$ac_c_werror_flag" ||
9134 test ! -s conftest.err
9135 } && test -s conftest$ac_exeext &&
9136 $as_test_x conftest$ac_exeext; then
9137 eval "$as_ac_var=yes"
9138 else
9139 echo "$as_me: failed program was:" >&5
9140 sed 's/^/| /' conftest.$ac_ext >&5
9142 eval "$as_ac_var=no"
9145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9146 conftest$ac_exeext conftest.$ac_ext
9147 CFLAGS=$ac_wine_try_cflags_saved
9149 ac_res=`eval echo '${'$as_ac_var'}'`
9150 { echo "$as_me:$LINENO: result: $ac_res" >&5
9151 echo "${ECHO_T}$ac_res" >&6; }
9152 if test `eval echo '${'$as_ac_var'}'` = yes; then
9153 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9154 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9160 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9161 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9162 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9163 echo $ECHO_N "(cached) $ECHO_C" >&6
9164 else
9165 ac_wine_try_cflags_saved=$CFLAGS
9166 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9167 cat >conftest.$ac_ext <<_ACEOF
9168 /* confdefs.h. */
9169 _ACEOF
9170 cat confdefs.h >>conftest.$ac_ext
9171 cat >>conftest.$ac_ext <<_ACEOF
9172 /* end confdefs.h. */
9175 main ()
9179 return 0;
9181 _ACEOF
9182 rm -f conftest.$ac_objext conftest$ac_exeext
9183 if { (ac_try="$ac_link"
9184 case "(($ac_try" in
9185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9186 *) ac_try_echo=$ac_try;;
9187 esac
9188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9189 (eval "$ac_link") 2>conftest.er1
9190 ac_status=$?
9191 grep -v '^ *+' conftest.er1 >conftest.err
9192 rm -f conftest.er1
9193 cat conftest.err >&5
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); } && {
9196 test -z "$ac_c_werror_flag" ||
9197 test ! -s conftest.err
9198 } && test -s conftest$ac_exeext &&
9199 $as_test_x conftest$ac_exeext; then
9200 ac_cv_cflags__Wl___enable_new_dtags=yes
9201 else
9202 echo "$as_me: failed program was:" >&5
9203 sed 's/^/| /' conftest.$ac_ext >&5
9205 ac_cv_cflags__Wl___enable_new_dtags=no
9208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9209 conftest$ac_exeext conftest.$ac_ext
9210 CFLAGS=$ac_wine_try_cflags_saved
9212 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9213 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9214 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9215 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9219 case $host_cpu in
9220 *i[3456789]86* | x86_64)
9221 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9222 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9223 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9224 echo $ECHO_N "(cached) $ECHO_C" >&6
9225 else
9226 ac_wine_try_cflags_saved=$CFLAGS
9227 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9228 cat >conftest.$ac_ext <<_ACEOF
9229 /* confdefs.h. */
9230 _ACEOF
9231 cat confdefs.h >>conftest.$ac_ext
9232 cat >>conftest.$ac_ext <<_ACEOF
9233 /* end confdefs.h. */
9236 main ()
9240 return 0;
9242 _ACEOF
9243 rm -f conftest.$ac_objext conftest$ac_exeext
9244 if { (ac_try="$ac_link"
9245 case "(($ac_try" in
9246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9247 *) ac_try_echo=$ac_try;;
9248 esac
9249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9250 (eval "$ac_link") 2>conftest.er1
9251 ac_status=$?
9252 grep -v '^ *+' conftest.er1 >conftest.err
9253 rm -f conftest.er1
9254 cat conftest.err >&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); } && {
9257 test -z "$ac_c_werror_flag" ||
9258 test ! -s conftest.err
9259 } && test -s conftest$ac_exeext &&
9260 $as_test_x conftest$ac_exeext; then
9261 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9262 else
9263 echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.$ac_ext >&5
9266 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9270 conftest$ac_exeext conftest.$ac_ext
9271 CFLAGS=$ac_wine_try_cflags_saved
9273 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9274 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9275 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9276 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9280 esac
9282 else
9283 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9284 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9285 if test "${ac_cv_c_dll_unixware+set}" = set; then
9286 echo $ECHO_N "(cached) $ECHO_C" >&6
9287 else
9288 ac_wine_try_cflags_saved=$CFLAGS
9289 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9290 cat >conftest.$ac_ext <<_ACEOF
9291 void myfunc() {}
9292 _ACEOF
9293 rm -f conftest.$ac_objext conftest$ac_exeext
9294 if { (ac_try="$ac_link"
9295 case "(($ac_try" in
9296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9297 *) ac_try_echo=$ac_try;;
9298 esac
9299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9300 (eval "$ac_link") 2>conftest.er1
9301 ac_status=$?
9302 grep -v '^ *+' conftest.er1 >conftest.err
9303 rm -f conftest.er1
9304 cat conftest.err >&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && {
9307 test -z "$ac_c_werror_flag" ||
9308 test ! -s conftest.err
9309 } && test -s conftest$ac_exeext &&
9310 $as_test_x conftest$ac_exeext; then
9311 ac_cv_c_dll_unixware="yes"
9312 else
9313 echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.$ac_ext >&5
9316 ac_cv_c_dll_unixware="no"
9319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9320 conftest$ac_exeext conftest.$ac_ext
9321 CFLAGS=$ac_wine_try_cflags_saved
9323 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9324 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9325 if test "$ac_cv_c_dll_unixware" = "yes"
9326 then
9327 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9328 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9330 else
9331 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9332 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9333 if test "${ac_cv_c_dll_hpux+set}" = set; then
9334 echo $ECHO_N "(cached) $ECHO_C" >&6
9335 else
9336 ac_wine_try_cflags_saved=$CFLAGS
9337 CFLAGS="$CFLAGS -shared"
9338 cat >conftest.$ac_ext <<_ACEOF
9339 void myfunc() {}
9340 _ACEOF
9341 rm -f conftest.$ac_objext conftest$ac_exeext
9342 if { (ac_try="$ac_link"
9343 case "(($ac_try" in
9344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9345 *) ac_try_echo=$ac_try;;
9346 esac
9347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9348 (eval "$ac_link") 2>conftest.er1
9349 ac_status=$?
9350 grep -v '^ *+' conftest.er1 >conftest.err
9351 rm -f conftest.er1
9352 cat conftest.err >&5
9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354 (exit $ac_status); } && {
9355 test -z "$ac_c_werror_flag" ||
9356 test ! -s conftest.err
9357 } && test -s conftest$ac_exeext &&
9358 $as_test_x conftest$ac_exeext; then
9359 ac_cv_c_dll_hpux="yes"
9360 else
9361 echo "$as_me: failed program was:" >&5
9362 sed 's/^/| /' conftest.$ac_ext >&5
9364 ac_cv_c_dll_hpux="no"
9367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9368 conftest$ac_exeext conftest.$ac_ext
9369 CFLAGS=$ac_wine_try_cflags_saved
9371 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9372 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9373 if test "$ac_cv_c_dll_hpux" = "yes"
9374 then
9375 LIBEXT="sl"
9376 DLLEXT=".sl"
9377 LDDLLFLAGS="-shared -fPIC"
9378 LDSHARED="\$(CC) -shared"
9383 CROSSTEST=""
9385 if test "$cross_compiling" = "no"
9386 then
9387 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9389 # Extract the first word of "$ac_prog", so it can be a program name with args.
9390 set dummy $ac_prog; ac_word=$2
9391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9393 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9394 echo $ECHO_N "(cached) $ECHO_C" >&6
9395 else
9396 if test -n "$CROSSCC"; then
9397 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9398 else
9399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9400 for as_dir in $PATH
9402 IFS=$as_save_IFS
9403 test -z "$as_dir" && as_dir=.
9404 for ac_exec_ext in '' $ac_executable_extensions; do
9405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9406 ac_cv_prog_CROSSCC="$ac_prog"
9407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9408 break 2
9410 done
9411 done
9412 IFS=$as_save_IFS
9416 CROSSCC=$ac_cv_prog_CROSSCC
9417 if test -n "$CROSSCC"; then
9418 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9419 echo "${ECHO_T}$CROSSCC" >&6; }
9420 else
9421 { echo "$as_me:$LINENO: result: no" >&5
9422 echo "${ECHO_T}no" >&6; }
9426 test -n "$CROSSCC" && break
9427 done
9428 test -n "$CROSSCC" || CROSSCC="false"
9430 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9432 # Extract the first word of "$ac_prog", so it can be a program name with args.
9433 set dummy $ac_prog; ac_word=$2
9434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9436 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9437 echo $ECHO_N "(cached) $ECHO_C" >&6
9438 else
9439 if test -n "$DLLTOOL"; then
9440 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9441 else
9442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9443 for as_dir in $PATH
9445 IFS=$as_save_IFS
9446 test -z "$as_dir" && as_dir=.
9447 for ac_exec_ext in '' $ac_executable_extensions; do
9448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9449 ac_cv_prog_DLLTOOL="$ac_prog"
9450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9451 break 2
9453 done
9454 done
9455 IFS=$as_save_IFS
9459 DLLTOOL=$ac_cv_prog_DLLTOOL
9460 if test -n "$DLLTOOL"; then
9461 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9462 echo "${ECHO_T}$DLLTOOL" >&6; }
9463 else
9464 { echo "$as_me:$LINENO: result: no" >&5
9465 echo "${ECHO_T}no" >&6; }
9469 test -n "$DLLTOOL" && break
9470 done
9471 test -n "$DLLTOOL" || DLLTOOL="false"
9473 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9475 # Extract the first word of "$ac_prog", so it can be a program name with args.
9476 set dummy $ac_prog; ac_word=$2
9477 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9479 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9480 echo $ECHO_N "(cached) $ECHO_C" >&6
9481 else
9482 if test -n "$CROSSWINDRES"; then
9483 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9484 else
9485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9486 for as_dir in $PATH
9488 IFS=$as_save_IFS
9489 test -z "$as_dir" && as_dir=.
9490 for ac_exec_ext in '' $ac_executable_extensions; do
9491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9492 ac_cv_prog_CROSSWINDRES="$ac_prog"
9493 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9494 break 2
9496 done
9497 done
9498 IFS=$as_save_IFS
9502 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9503 if test -n "$CROSSWINDRES"; then
9504 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9505 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9506 else
9507 { echo "$as_me:$LINENO: result: no" >&5
9508 echo "${ECHO_T}no" >&6; }
9512 test -n "$CROSSWINDRES" && break
9513 done
9514 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9516 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9518 # Extract the first word of "$ac_prog", so it can be a program name with args.
9519 set dummy $ac_prog; ac_word=$2
9520 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9522 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9523 echo $ECHO_N "(cached) $ECHO_C" >&6
9524 else
9525 if test -n "$MINGWAR"; then
9526 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9527 else
9528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9529 for as_dir in $PATH
9531 IFS=$as_save_IFS
9532 test -z "$as_dir" && as_dir=.
9533 for ac_exec_ext in '' $ac_executable_extensions; do
9534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9535 ac_cv_prog_MINGWAR="$ac_prog"
9536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9537 break 2
9539 done
9540 done
9541 IFS=$as_save_IFS
9545 MINGWAR=$ac_cv_prog_MINGWAR
9546 if test -n "$MINGWAR"; then
9547 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9548 echo "${ECHO_T}$MINGWAR" >&6; }
9549 else
9550 { echo "$as_me:$LINENO: result: no" >&5
9551 echo "${ECHO_T}no" >&6; }
9555 test -n "$MINGWAR" && break
9556 done
9557 test -n "$MINGWAR" || MINGWAR="false"
9559 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9562 esac
9564 enable_winequartz_drv=${enable_winequartz_drv:-no}
9566 if test "$LIBEXT" = "a"; then
9567 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9568 It is currently not possible to build Wine without shared library
9569 (.so) support to allow transparent switch between .so and .dll files.
9570 If you are using Linux, you will need a newer binutils.
9571 " >&5
9572 echo "$as_me: error: could not find a way to build shared libraries.
9573 It is currently not possible to build Wine without shared library
9574 (.so) support to allow transparent switch between .so and .dll files.
9575 If you are using Linux, you will need a newer binutils.
9576 " >&2;}
9577 { (exit 1); exit 1; }; }
9581 if test "$have_x" = "yes"
9582 then
9583 XLIB="-lXext -lX11"
9584 ac_save_CPPFLAGS="$CPPFLAGS"
9585 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9587 { echo "$as_me:$LINENO: checking for -lX11" >&5
9588 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9589 if test "${ac_cv_lib_soname_X11+set}" = set; then
9590 echo $ECHO_N "(cached) $ECHO_C" >&6
9591 else
9592 ac_check_soname_save_LIBS=$LIBS
9593 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9594 cat >conftest.$ac_ext <<_ACEOF
9595 /* confdefs.h. */
9596 _ACEOF
9597 cat confdefs.h >>conftest.$ac_ext
9598 cat >>conftest.$ac_ext <<_ACEOF
9599 /* end confdefs.h. */
9601 /* Override any GCC internal prototype to avoid an error.
9602 Use char because int might match the return type of a GCC
9603 builtin and then its argument prototype would still apply. */
9604 #ifdef __cplusplus
9605 extern "C"
9606 #endif
9607 char XCreateWindow ();
9609 main ()
9611 return XCreateWindow ();
9613 return 0;
9615 _ACEOF
9616 rm -f conftest.$ac_objext conftest$ac_exeext
9617 if { (ac_try="$ac_link"
9618 case "(($ac_try" in
9619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9620 *) ac_try_echo=$ac_try;;
9621 esac
9622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9623 (eval "$ac_link") 2>conftest.er1
9624 ac_status=$?
9625 grep -v '^ *+' conftest.er1 >conftest.err
9626 rm -f conftest.er1
9627 cat conftest.err >&5
9628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9629 (exit $ac_status); } && {
9630 test -z "$ac_c_werror_flag" ||
9631 test ! -s conftest.err
9632 } && test -s conftest$ac_exeext &&
9633 $as_test_x conftest$ac_exeext; then
9634 case "$LIBEXT" in
9635 dll) ;;
9636 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'` ;;
9637 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9638 esac
9639 else
9640 echo "$as_me: failed program was:" >&5
9641 sed 's/^/| /' conftest.$ac_ext >&5
9646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9647 conftest$ac_exeext conftest.$ac_ext
9648 LIBS=$ac_check_soname_save_LIBS
9650 if test "x$ac_cv_lib_soname_X11" = "x"; then
9651 { echo "$as_me:$LINENO: result: not found" >&5
9652 echo "${ECHO_T}not found" >&6; }
9654 else
9655 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9656 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9658 cat >>confdefs.h <<_ACEOF
9659 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9660 _ACEOF
9665 { echo "$as_me:$LINENO: checking for -lXext" >&5
9666 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9667 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9668 echo $ECHO_N "(cached) $ECHO_C" >&6
9669 else
9670 ac_check_soname_save_LIBS=$LIBS
9671 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9672 cat >conftest.$ac_ext <<_ACEOF
9673 /* confdefs.h. */
9674 _ACEOF
9675 cat confdefs.h >>conftest.$ac_ext
9676 cat >>conftest.$ac_ext <<_ACEOF
9677 /* end confdefs.h. */
9679 /* Override any GCC internal prototype to avoid an error.
9680 Use char because int might match the return type of a GCC
9681 builtin and then its argument prototype would still apply. */
9682 #ifdef __cplusplus
9683 extern "C"
9684 #endif
9685 char XextCreateExtension ();
9687 main ()
9689 return XextCreateExtension ();
9691 return 0;
9693 _ACEOF
9694 rm -f conftest.$ac_objext conftest$ac_exeext
9695 if { (ac_try="$ac_link"
9696 case "(($ac_try" in
9697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9698 *) ac_try_echo=$ac_try;;
9699 esac
9700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9701 (eval "$ac_link") 2>conftest.er1
9702 ac_status=$?
9703 grep -v '^ *+' conftest.er1 >conftest.err
9704 rm -f conftest.er1
9705 cat conftest.err >&5
9706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 (exit $ac_status); } && {
9708 test -z "$ac_c_werror_flag" ||
9709 test ! -s conftest.err
9710 } && test -s conftest$ac_exeext &&
9711 $as_test_x conftest$ac_exeext; then
9712 case "$LIBEXT" in
9713 dll) ;;
9714 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'` ;;
9715 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9716 esac
9717 else
9718 echo "$as_me: failed program was:" >&5
9719 sed 's/^/| /' conftest.$ac_ext >&5
9724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_soname_save_LIBS
9728 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9729 { echo "$as_me:$LINENO: result: not found" >&5
9730 echo "${ECHO_T}not found" >&6; }
9732 else
9733 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9734 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9736 cat >>confdefs.h <<_ACEOF
9737 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9738 _ACEOF
9756 for ac_header in X11/Xlib.h \
9757 X11/XKBlib.h \
9758 X11/Xutil.h \
9759 X11/Xcursor/Xcursor.h \
9760 X11/extensions/shape.h \
9761 X11/extensions/XInput.h \
9762 X11/extensions/XShm.h \
9763 X11/extensions/Xcomposite.h \
9764 X11/extensions/Xinerama.h \
9765 X11/extensions/Xrandr.h \
9766 X11/extensions/Xrender.h \
9767 X11/extensions/xf86vmode.h
9769 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9770 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9773 echo $ECHO_N "(cached) $ECHO_C" >&6
9774 else
9775 cat >conftest.$ac_ext <<_ACEOF
9776 /* confdefs.h. */
9777 _ACEOF
9778 cat confdefs.h >>conftest.$ac_ext
9779 cat >>conftest.$ac_ext <<_ACEOF
9780 /* end confdefs.h. */
9781 #ifdef HAVE_X11_XLIB_H
9782 # include <X11/Xlib.h>
9783 #endif
9784 #ifdef HAVE_X11_XUTIL_H
9785 # include <X11/Xutil.h>
9786 #endif
9788 #include <$ac_header>
9789 _ACEOF
9790 rm -f conftest.$ac_objext
9791 if { (ac_try="$ac_compile"
9792 case "(($ac_try" in
9793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9794 *) ac_try_echo=$ac_try;;
9795 esac
9796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9797 (eval "$ac_compile") 2>conftest.er1
9798 ac_status=$?
9799 grep -v '^ *+' conftest.er1 >conftest.err
9800 rm -f conftest.er1
9801 cat conftest.err >&5
9802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); } && {
9804 test -z "$ac_c_werror_flag" ||
9805 test ! -s conftest.err
9806 } && test -s conftest.$ac_objext; then
9807 eval "$as_ac_Header=yes"
9808 else
9809 echo "$as_me: failed program was:" >&5
9810 sed 's/^/| /' conftest.$ac_ext >&5
9812 eval "$as_ac_Header=no"
9815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9817 ac_res=`eval echo '${'$as_ac_Header'}'`
9818 { echo "$as_me:$LINENO: result: $ac_res" >&5
9819 echo "${ECHO_T}$ac_res" >&6; }
9820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9821 cat >>confdefs.h <<_ACEOF
9822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9823 _ACEOF
9827 done
9830 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9831 then
9832 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9833 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9834 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9835 echo $ECHO_N "(cached) $ECHO_C" >&6
9836 else
9837 ac_check_lib_save_LIBS=$LIBS
9838 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9839 cat >conftest.$ac_ext <<_ACEOF
9840 /* confdefs.h. */
9841 _ACEOF
9842 cat confdefs.h >>conftest.$ac_ext
9843 cat >>conftest.$ac_ext <<_ACEOF
9844 /* end confdefs.h. */
9846 /* Override any GCC internal prototype to avoid an error.
9847 Use char because int might match the return type of a GCC
9848 builtin and then its argument prototype would still apply. */
9849 #ifdef __cplusplus
9850 extern "C"
9851 #endif
9852 char XkbQueryExtension ();
9854 main ()
9856 return XkbQueryExtension ();
9858 return 0;
9860 _ACEOF
9861 rm -f conftest.$ac_objext conftest$ac_exeext
9862 if { (ac_try="$ac_link"
9863 case "(($ac_try" in
9864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9865 *) ac_try_echo=$ac_try;;
9866 esac
9867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9868 (eval "$ac_link") 2>conftest.er1
9869 ac_status=$?
9870 grep -v '^ *+' conftest.er1 >conftest.err
9871 rm -f conftest.er1
9872 cat conftest.err >&5
9873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874 (exit $ac_status); } && {
9875 test -z "$ac_c_werror_flag" ||
9876 test ! -s conftest.err
9877 } && test -s conftest$ac_exeext &&
9878 $as_test_x conftest$ac_exeext; then
9879 ac_cv_lib_X11_XkbQueryExtension=yes
9880 else
9881 echo "$as_me: failed program was:" >&5
9882 sed 's/^/| /' conftest.$ac_ext >&5
9884 ac_cv_lib_X11_XkbQueryExtension=no
9887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9888 conftest$ac_exeext conftest.$ac_ext
9889 LIBS=$ac_check_lib_save_LIBS
9891 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9892 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9893 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9895 cat >>confdefs.h <<\_ACEOF
9896 #define HAVE_XKB 1
9897 _ACEOF
9903 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9904 then
9905 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9906 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9907 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9908 echo $ECHO_N "(cached) $ECHO_C" >&6
9909 else
9910 ac_check_soname_save_LIBS=$LIBS
9911 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9912 cat >conftest.$ac_ext <<_ACEOF
9913 /* confdefs.h. */
9914 _ACEOF
9915 cat confdefs.h >>conftest.$ac_ext
9916 cat >>conftest.$ac_ext <<_ACEOF
9917 /* end confdefs.h. */
9919 /* Override any GCC internal prototype to avoid an error.
9920 Use char because int might match the return type of a GCC
9921 builtin and then its argument prototype would still apply. */
9922 #ifdef __cplusplus
9923 extern "C"
9924 #endif
9925 char XcursorImageLoadCursor ();
9927 main ()
9929 return XcursorImageLoadCursor ();
9931 return 0;
9933 _ACEOF
9934 rm -f conftest.$ac_objext conftest$ac_exeext
9935 if { (ac_try="$ac_link"
9936 case "(($ac_try" in
9937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9938 *) ac_try_echo=$ac_try;;
9939 esac
9940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9941 (eval "$ac_link") 2>conftest.er1
9942 ac_status=$?
9943 grep -v '^ *+' conftest.er1 >conftest.err
9944 rm -f conftest.er1
9945 cat conftest.err >&5
9946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9947 (exit $ac_status); } && {
9948 test -z "$ac_c_werror_flag" ||
9949 test ! -s conftest.err
9950 } && test -s conftest$ac_exeext &&
9951 $as_test_x conftest$ac_exeext; then
9952 case "$LIBEXT" in
9953 dll) ;;
9954 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'` ;;
9955 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9956 esac
9957 else
9958 echo "$as_me: failed program was:" >&5
9959 sed 's/^/| /' conftest.$ac_ext >&5
9964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9965 conftest$ac_exeext conftest.$ac_ext
9966 LIBS=$ac_check_soname_save_LIBS
9968 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9969 { echo "$as_me:$LINENO: result: not found" >&5
9970 echo "${ECHO_T}not found" >&6; }
9972 else
9973 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9974 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9976 cat >>confdefs.h <<_ACEOF
9977 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9978 _ACEOF
9984 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9985 case "x$with_xcursor" in
9986 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9987 xno) ;;
9988 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9989 This is an error since --with-xcursor was requested." >&5
9990 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9991 This is an error since --with-xcursor was requested." >&2;}
9992 { (exit 1); exit 1; }; } ;;
9993 esac
9997 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9998 then
9999 { echo "$as_me:$LINENO: checking for -lXi" >&5
10000 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10001 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10002 echo $ECHO_N "(cached) $ECHO_C" >&6
10003 else
10004 ac_check_soname_save_LIBS=$LIBS
10005 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10006 cat >conftest.$ac_ext <<_ACEOF
10007 /* confdefs.h. */
10008 _ACEOF
10009 cat confdefs.h >>conftest.$ac_ext
10010 cat >>conftest.$ac_ext <<_ACEOF
10011 /* end confdefs.h. */
10013 /* Override any GCC internal prototype to avoid an error.
10014 Use char because int might match the return type of a GCC
10015 builtin and then its argument prototype would still apply. */
10016 #ifdef __cplusplus
10017 extern "C"
10018 #endif
10019 char XOpenDevice ();
10021 main ()
10023 return XOpenDevice ();
10025 return 0;
10027 _ACEOF
10028 rm -f conftest.$ac_objext conftest$ac_exeext
10029 if { (ac_try="$ac_link"
10030 case "(($ac_try" in
10031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10032 *) ac_try_echo=$ac_try;;
10033 esac
10034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10035 (eval "$ac_link") 2>conftest.er1
10036 ac_status=$?
10037 grep -v '^ *+' conftest.er1 >conftest.err
10038 rm -f conftest.er1
10039 cat conftest.err >&5
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); } && {
10042 test -z "$ac_c_werror_flag" ||
10043 test ! -s conftest.err
10044 } && test -s conftest$ac_exeext &&
10045 $as_test_x conftest$ac_exeext; then
10046 case "$LIBEXT" in
10047 dll) ;;
10048 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'` ;;
10049 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10050 esac
10051 else
10052 echo "$as_me: failed program was:" >&5
10053 sed 's/^/| /' conftest.$ac_ext >&5
10058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10059 conftest$ac_exeext conftest.$ac_ext
10060 LIBS=$ac_check_soname_save_LIBS
10062 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10063 { echo "$as_me:$LINENO: result: not found" >&5
10064 echo "${ECHO_T}not found" >&6; }
10066 else
10067 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10068 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10070 cat >>confdefs.h <<_ACEOF
10071 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10072 _ACEOF
10078 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10079 case "x$with_xinput" in
10080 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10081 xno) ;;
10082 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10083 This is an error since --with-xinput was requested." >&5
10084 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10085 This is an error since --with-xinput was requested." >&2;}
10086 { (exit 1); exit 1; }; } ;;
10087 esac
10091 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10092 then
10093 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10094 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10095 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10096 echo $ECHO_N "(cached) $ECHO_C" >&6
10097 else
10098 ac_check_lib_save_LIBS=$LIBS
10099 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10100 cat >conftest.$ac_ext <<_ACEOF
10101 /* confdefs.h. */
10102 _ACEOF
10103 cat confdefs.h >>conftest.$ac_ext
10104 cat >>conftest.$ac_ext <<_ACEOF
10105 /* end confdefs.h. */
10107 /* Override any GCC internal prototype to avoid an error.
10108 Use char because int might match the return type of a GCC
10109 builtin and then its argument prototype would still apply. */
10110 #ifdef __cplusplus
10111 extern "C"
10112 #endif
10113 char XShmQueryExtension ();
10115 main ()
10117 return XShmQueryExtension ();
10119 return 0;
10121 _ACEOF
10122 rm -f conftest.$ac_objext conftest$ac_exeext
10123 if { (ac_try="$ac_link"
10124 case "(($ac_try" in
10125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10126 *) ac_try_echo=$ac_try;;
10127 esac
10128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10129 (eval "$ac_link") 2>conftest.er1
10130 ac_status=$?
10131 grep -v '^ *+' conftest.er1 >conftest.err
10132 rm -f conftest.er1
10133 cat conftest.err >&5
10134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); } && {
10136 test -z "$ac_c_werror_flag" ||
10137 test ! -s conftest.err
10138 } && test -s conftest$ac_exeext &&
10139 $as_test_x conftest$ac_exeext; then
10140 ac_cv_lib_Xext_XShmQueryExtension=yes
10141 else
10142 echo "$as_me: failed program was:" >&5
10143 sed 's/^/| /' conftest.$ac_ext >&5
10145 ac_cv_lib_Xext_XShmQueryExtension=no
10148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10149 conftest$ac_exeext conftest.$ac_ext
10150 LIBS=$ac_check_lib_save_LIBS
10152 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10153 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10154 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10156 cat >>confdefs.h <<\_ACEOF
10157 #define HAVE_LIBXXSHM 1
10158 _ACEOF
10163 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10164 case "x$with_xshm" in
10165 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10166 xno) ;;
10167 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10168 This is an error since --with-xshm was requested." >&5
10169 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10170 This is an error since --with-xshm was requested." >&2;}
10171 { (exit 1); exit 1; }; } ;;
10172 esac
10176 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10177 then
10178 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10179 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10180 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10181 echo $ECHO_N "(cached) $ECHO_C" >&6
10182 else
10183 ac_check_lib_save_LIBS=$LIBS
10184 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10185 cat >conftest.$ac_ext <<_ACEOF
10186 /* confdefs.h. */
10187 _ACEOF
10188 cat confdefs.h >>conftest.$ac_ext
10189 cat >>conftest.$ac_ext <<_ACEOF
10190 /* end confdefs.h. */
10192 /* Override any GCC internal prototype to avoid an error.
10193 Use char because int might match the return type of a GCC
10194 builtin and then its argument prototype would still apply. */
10195 #ifdef __cplusplus
10196 extern "C"
10197 #endif
10198 char XShapeQueryExtension ();
10200 main ()
10202 return XShapeQueryExtension ();
10204 return 0;
10206 _ACEOF
10207 rm -f conftest.$ac_objext conftest$ac_exeext
10208 if { (ac_try="$ac_link"
10209 case "(($ac_try" in
10210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10211 *) ac_try_echo=$ac_try;;
10212 esac
10213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10214 (eval "$ac_link") 2>conftest.er1
10215 ac_status=$?
10216 grep -v '^ *+' conftest.er1 >conftest.err
10217 rm -f conftest.er1
10218 cat conftest.err >&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); } && {
10221 test -z "$ac_c_werror_flag" ||
10222 test ! -s conftest.err
10223 } && test -s conftest$ac_exeext &&
10224 $as_test_x conftest$ac_exeext; then
10225 ac_cv_lib_Xext_XShapeQueryExtension=yes
10226 else
10227 echo "$as_me: failed program was:" >&5
10228 sed 's/^/| /' conftest.$ac_ext >&5
10230 ac_cv_lib_Xext_XShapeQueryExtension=no
10233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10234 conftest$ac_exeext conftest.$ac_ext
10235 LIBS=$ac_check_lib_save_LIBS
10237 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10238 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10239 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10241 cat >>confdefs.h <<\_ACEOF
10242 #define HAVE_LIBXSHAPE 1
10243 _ACEOF
10248 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10249 case "x$with_xshape" in
10250 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10251 xno) ;;
10252 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10253 This is an error since --with-xshape was requested." >&5
10254 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10255 This is an error since --with-xshape was requested." >&2;}
10256 { (exit 1); exit 1; }; } ;;
10257 esac
10261 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10262 then
10263 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10264 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10267 else
10268 ac_check_soname_save_LIBS=$LIBS
10269 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h. */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XF86VidModeQueryExtension ();
10285 main ()
10287 return XF86VidModeQueryExtension ();
10289 return 0;
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296 *) ac_try_echo=$ac_try;;
10297 esac
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10300 ac_status=$?
10301 grep -v '^ *+' conftest.er1 >conftest.err
10302 rm -f conftest.er1
10303 cat conftest.err >&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest$ac_exeext &&
10309 $as_test_x conftest$ac_exeext; then
10310 case "$LIBEXT" in
10311 dll) ;;
10312 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'` ;;
10313 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10314 esac
10315 else
10316 echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.$ac_ext >&5
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323 conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_soname_save_LIBS
10326 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10327 { echo "$as_me:$LINENO: result: not found" >&5
10328 echo "${ECHO_T}not found" >&6; }
10330 else
10331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10332 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10334 cat >>confdefs.h <<_ACEOF
10335 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10336 _ACEOF
10342 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10343 case "x$with_xxf86vm" in
10344 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10345 xno) ;;
10346 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10347 This is an error since --with-xxf86vm was requested." >&5
10348 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10349 This is an error since --with-xxf86vm was requested." >&2;}
10350 { (exit 1); exit 1; }; } ;;
10351 esac
10355 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"
10356 then
10357 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10358 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10361 else
10362 ac_check_soname_save_LIBS=$LIBS
10363 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10364 cat >conftest.$ac_ext <<_ACEOF
10365 /* confdefs.h. */
10366 _ACEOF
10367 cat confdefs.h >>conftest.$ac_ext
10368 cat >>conftest.$ac_ext <<_ACEOF
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10374 #ifdef __cplusplus
10375 extern "C"
10376 #endif
10377 char XRenderQueryExtension ();
10379 main ()
10381 return XRenderQueryExtension ();
10383 return 0;
10385 _ACEOF
10386 rm -f conftest.$ac_objext conftest$ac_exeext
10387 if { (ac_try="$ac_link"
10388 case "(($ac_try" in
10389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10390 *) ac_try_echo=$ac_try;;
10391 esac
10392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10393 (eval "$ac_link") 2>conftest.er1
10394 ac_status=$?
10395 grep -v '^ *+' conftest.er1 >conftest.err
10396 rm -f conftest.er1
10397 cat conftest.err >&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } && {
10400 test -z "$ac_c_werror_flag" ||
10401 test ! -s conftest.err
10402 } && test -s conftest$ac_exeext &&
10403 $as_test_x conftest$ac_exeext; then
10404 case "$LIBEXT" in
10405 dll) ;;
10406 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'` ;;
10407 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10408 esac
10409 else
10410 echo "$as_me: failed program was:" >&5
10411 sed 's/^/| /' conftest.$ac_ext >&5
10416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10417 conftest$ac_exeext conftest.$ac_ext
10418 LIBS=$ac_check_soname_save_LIBS
10420 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10421 { echo "$as_me:$LINENO: result: not found" >&5
10422 echo "${ECHO_T}not found" >&6; }
10424 else
10425 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10426 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10428 cat >>confdefs.h <<_ACEOF
10429 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10430 _ACEOF
10432 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10433 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10434 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10435 echo $ECHO_N "(cached) $ECHO_C" >&6
10436 else
10437 ac_check_lib_save_LIBS=$LIBS
10438 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10439 cat >conftest.$ac_ext <<_ACEOF
10440 /* confdefs.h. */
10441 _ACEOF
10442 cat confdefs.h >>conftest.$ac_ext
10443 cat >>conftest.$ac_ext <<_ACEOF
10444 /* end confdefs.h. */
10446 /* Override any GCC internal prototype to avoid an error.
10447 Use char because int might match the return type of a GCC
10448 builtin and then its argument prototype would still apply. */
10449 #ifdef __cplusplus
10450 extern "C"
10451 #endif
10452 char XRenderSetPictureTransform ();
10454 main ()
10456 return XRenderSetPictureTransform ();
10458 return 0;
10460 _ACEOF
10461 rm -f conftest.$ac_objext conftest$ac_exeext
10462 if { (ac_try="$ac_link"
10463 case "(($ac_try" in
10464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10465 *) ac_try_echo=$ac_try;;
10466 esac
10467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10468 (eval "$ac_link") 2>conftest.er1
10469 ac_status=$?
10470 grep -v '^ *+' conftest.er1 >conftest.err
10471 rm -f conftest.er1
10472 cat conftest.err >&5
10473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474 (exit $ac_status); } && {
10475 test -z "$ac_c_werror_flag" ||
10476 test ! -s conftest.err
10477 } && test -s conftest$ac_exeext &&
10478 $as_test_x conftest$ac_exeext; then
10479 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10480 else
10481 echo "$as_me: failed program was:" >&5
10482 sed 's/^/| /' conftest.$ac_ext >&5
10484 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10488 conftest$ac_exeext conftest.$ac_ext
10489 LIBS=$ac_check_lib_save_LIBS
10491 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10492 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10493 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10495 cat >>confdefs.h <<\_ACEOF
10496 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10497 _ACEOF
10505 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10506 case "x$with_xrender" in
10507 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10508 xno) ;;
10509 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10510 This is an error since --with-xrender was requested." >&5
10511 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10512 This is an error since --with-xrender was requested." >&2;}
10513 { (exit 1); exit 1; }; } ;;
10514 esac
10518 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10519 then
10520 cat >conftest.$ac_ext <<_ACEOF
10521 /* confdefs.h. */
10522 _ACEOF
10523 cat confdefs.h >>conftest.$ac_ext
10524 cat >>conftest.$ac_ext <<_ACEOF
10525 /* end confdefs.h. */
10526 #include <X11/Xlib.h>
10527 #include <X11/extensions/Xrandr.h>
10529 main ()
10531 static typeof(XRRSetScreenConfigAndRate) * func;
10533 return 0;
10535 _ACEOF
10536 rm -f conftest.$ac_objext
10537 if { (ac_try="$ac_compile"
10538 case "(($ac_try" in
10539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10540 *) ac_try_echo=$ac_try;;
10541 esac
10542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10543 (eval "$ac_compile") 2>conftest.er1
10544 ac_status=$?
10545 grep -v '^ *+' conftest.er1 >conftest.err
10546 rm -f conftest.er1
10547 cat conftest.err >&5
10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549 (exit $ac_status); } && {
10550 test -z "$ac_c_werror_flag" ||
10551 test ! -s conftest.err
10552 } && test -s conftest.$ac_objext; then
10553 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10554 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10555 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10556 echo $ECHO_N "(cached) $ECHO_C" >&6
10557 else
10558 ac_check_soname_save_LIBS=$LIBS
10559 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10560 cat >conftest.$ac_ext <<_ACEOF
10561 /* confdefs.h. */
10562 _ACEOF
10563 cat confdefs.h >>conftest.$ac_ext
10564 cat >>conftest.$ac_ext <<_ACEOF
10565 /* end confdefs.h. */
10567 /* Override any GCC internal prototype to avoid an error.
10568 Use char because int might match the return type of a GCC
10569 builtin and then its argument prototype would still apply. */
10570 #ifdef __cplusplus
10571 extern "C"
10572 #endif
10573 char XRRQueryExtension ();
10575 main ()
10577 return XRRQueryExtension ();
10579 return 0;
10581 _ACEOF
10582 rm -f conftest.$ac_objext conftest$ac_exeext
10583 if { (ac_try="$ac_link"
10584 case "(($ac_try" in
10585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10586 *) ac_try_echo=$ac_try;;
10587 esac
10588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10589 (eval "$ac_link") 2>conftest.er1
10590 ac_status=$?
10591 grep -v '^ *+' conftest.er1 >conftest.err
10592 rm -f conftest.er1
10593 cat conftest.err >&5
10594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10595 (exit $ac_status); } && {
10596 test -z "$ac_c_werror_flag" ||
10597 test ! -s conftest.err
10598 } && test -s conftest$ac_exeext &&
10599 $as_test_x conftest$ac_exeext; then
10600 case "$LIBEXT" in
10601 dll) ;;
10602 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'` ;;
10603 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10604 esac
10605 else
10606 echo "$as_me: failed program was:" >&5
10607 sed 's/^/| /' conftest.$ac_ext >&5
10612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10613 conftest$ac_exeext conftest.$ac_ext
10614 LIBS=$ac_check_soname_save_LIBS
10616 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10617 { echo "$as_me:$LINENO: result: not found" >&5
10618 echo "${ECHO_T}not found" >&6; }
10620 else
10621 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10622 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10624 cat >>confdefs.h <<_ACEOF
10625 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10626 _ACEOF
10631 else
10632 echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.$ac_ext >&5
10638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10640 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10641 case "x$with_xrandr" in
10642 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10643 xno) ;;
10644 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10645 This is an error since --with-xrandr was requested." >&5
10646 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10647 This is an error since --with-xrandr was requested." >&2;}
10648 { (exit 1); exit 1; }; } ;;
10649 esac
10653 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10654 then
10655 cat >conftest.$ac_ext <<_ACEOF
10656 /* confdefs.h. */
10657 _ACEOF
10658 cat confdefs.h >>conftest.$ac_ext
10659 cat >>conftest.$ac_ext <<_ACEOF
10660 /* end confdefs.h. */
10661 #include <X11/Xlib.h>
10662 #include <X11/extensions/Xinerama.h>
10664 main ()
10666 static typeof(XineramaQueryScreens) * func;
10668 return 0;
10670 _ACEOF
10671 rm -f conftest.$ac_objext
10672 if { (ac_try="$ac_compile"
10673 case "(($ac_try" in
10674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10675 *) ac_try_echo=$ac_try;;
10676 esac
10677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10678 (eval "$ac_compile") 2>conftest.er1
10679 ac_status=$?
10680 grep -v '^ *+' conftest.er1 >conftest.err
10681 rm -f conftest.er1
10682 cat conftest.err >&5
10683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10684 (exit $ac_status); } && {
10685 test -z "$ac_c_werror_flag" ||
10686 test ! -s conftest.err
10687 } && test -s conftest.$ac_objext; then
10688 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10689 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10690 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10691 echo $ECHO_N "(cached) $ECHO_C" >&6
10692 else
10693 ac_check_soname_save_LIBS=$LIBS
10694 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10695 cat >conftest.$ac_ext <<_ACEOF
10696 /* confdefs.h. */
10697 _ACEOF
10698 cat confdefs.h >>conftest.$ac_ext
10699 cat >>conftest.$ac_ext <<_ACEOF
10700 /* end confdefs.h. */
10702 /* Override any GCC internal prototype to avoid an error.
10703 Use char because int might match the return type of a GCC
10704 builtin and then its argument prototype would still apply. */
10705 #ifdef __cplusplus
10706 extern "C"
10707 #endif
10708 char XineramaQueryScreens ();
10710 main ()
10712 return XineramaQueryScreens ();
10714 return 0;
10716 _ACEOF
10717 rm -f conftest.$ac_objext conftest$ac_exeext
10718 if { (ac_try="$ac_link"
10719 case "(($ac_try" in
10720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10721 *) ac_try_echo=$ac_try;;
10722 esac
10723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10724 (eval "$ac_link") 2>conftest.er1
10725 ac_status=$?
10726 grep -v '^ *+' conftest.er1 >conftest.err
10727 rm -f conftest.er1
10728 cat conftest.err >&5
10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10730 (exit $ac_status); } && {
10731 test -z "$ac_c_werror_flag" ||
10732 test ! -s conftest.err
10733 } && test -s conftest$ac_exeext &&
10734 $as_test_x conftest$ac_exeext; then
10735 case "$LIBEXT" in
10736 dll) ;;
10737 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'` ;;
10738 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10739 esac
10740 else
10741 echo "$as_me: failed program was:" >&5
10742 sed 's/^/| /' conftest.$ac_ext >&5
10747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10748 conftest$ac_exeext conftest.$ac_ext
10749 LIBS=$ac_check_soname_save_LIBS
10751 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10752 { echo "$as_me:$LINENO: result: not found" >&5
10753 echo "${ECHO_T}not found" >&6; }
10755 else
10756 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10757 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10759 cat >>confdefs.h <<_ACEOF
10760 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10761 _ACEOF
10766 else
10767 echo "$as_me: failed program was:" >&5
10768 sed 's/^/| /' conftest.$ac_ext >&5
10773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10775 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10776 case "x$with_xinerama" in
10777 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10778 xno) ;;
10779 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10780 This is an error since --with-xinerama was requested." >&5
10781 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10782 This is an error since --with-xinerama was requested." >&2;}
10783 { (exit 1); exit 1; }; } ;;
10784 esac
10788 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10789 then
10790 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10791 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10792 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10793 echo $ECHO_N "(cached) $ECHO_C" >&6
10794 else
10795 ac_check_soname_save_LIBS=$LIBS
10796 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10797 cat >conftest.$ac_ext <<_ACEOF
10798 /* confdefs.h. */
10799 _ACEOF
10800 cat confdefs.h >>conftest.$ac_ext
10801 cat >>conftest.$ac_ext <<_ACEOF
10802 /* end confdefs.h. */
10804 /* Override any GCC internal prototype to avoid an error.
10805 Use char because int might match the return type of a GCC
10806 builtin and then its argument prototype would still apply. */
10807 #ifdef __cplusplus
10808 extern "C"
10809 #endif
10810 char XCompositeRedirectWindow ();
10812 main ()
10814 return XCompositeRedirectWindow ();
10816 return 0;
10818 _ACEOF
10819 rm -f conftest.$ac_objext conftest$ac_exeext
10820 if { (ac_try="$ac_link"
10821 case "(($ac_try" in
10822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10823 *) ac_try_echo=$ac_try;;
10824 esac
10825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10826 (eval "$ac_link") 2>conftest.er1
10827 ac_status=$?
10828 grep -v '^ *+' conftest.er1 >conftest.err
10829 rm -f conftest.er1
10830 cat conftest.err >&5
10831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 (exit $ac_status); } && {
10833 test -z "$ac_c_werror_flag" ||
10834 test ! -s conftest.err
10835 } && test -s conftest$ac_exeext &&
10836 $as_test_x conftest$ac_exeext; then
10837 case "$LIBEXT" in
10838 dll) ;;
10839 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'` ;;
10840 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10841 esac
10842 else
10843 echo "$as_me: failed program was:" >&5
10844 sed 's/^/| /' conftest.$ac_ext >&5
10849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10850 conftest$ac_exeext conftest.$ac_ext
10851 LIBS=$ac_check_soname_save_LIBS
10853 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10854 { echo "$as_me:$LINENO: result: not found" >&5
10855 echo "${ECHO_T}not found" >&6; }
10857 else
10858 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10859 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10861 cat >>confdefs.h <<_ACEOF
10862 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10863 _ACEOF
10869 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10870 case "x$with_xcomposite" in
10871 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10872 xno) ;;
10873 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10874 This is an error since --with-xcomposite was requested." >&5
10875 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10876 This is an error since --with-xcomposite was requested." >&2;}
10877 { (exit 1); exit 1; }; } ;;
10878 esac
10882 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10883 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10884 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10885 echo $ECHO_N "(cached) $ECHO_C" >&6
10886 else
10887 cat >conftest.$ac_ext <<_ACEOF
10888 /* confdefs.h. */
10889 _ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10893 #ifdef HAVE_X11_XLIB_H
10894 #include <X11/Xlib.h>
10895 #endif
10898 main ()
10900 static XICCallback ac_aggr;
10901 if (ac_aggr.callback)
10902 return 0;
10904 return 0;
10906 _ACEOF
10907 rm -f conftest.$ac_objext
10908 if { (ac_try="$ac_compile"
10909 case "(($ac_try" in
10910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10911 *) ac_try_echo=$ac_try;;
10912 esac
10913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10914 (eval "$ac_compile") 2>conftest.er1
10915 ac_status=$?
10916 grep -v '^ *+' conftest.er1 >conftest.err
10917 rm -f conftest.er1
10918 cat conftest.err >&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && {
10921 test -z "$ac_c_werror_flag" ||
10922 test ! -s conftest.err
10923 } && test -s conftest.$ac_objext; then
10924 ac_cv_member_XICCallback_callback=yes
10925 else
10926 echo "$as_me: failed program was:" >&5
10927 sed 's/^/| /' conftest.$ac_ext >&5
10929 cat >conftest.$ac_ext <<_ACEOF
10930 /* confdefs.h. */
10931 _ACEOF
10932 cat confdefs.h >>conftest.$ac_ext
10933 cat >>conftest.$ac_ext <<_ACEOF
10934 /* end confdefs.h. */
10935 #ifdef HAVE_X11_XLIB_H
10936 #include <X11/Xlib.h>
10937 #endif
10940 main ()
10942 static XICCallback ac_aggr;
10943 if (sizeof ac_aggr.callback)
10944 return 0;
10946 return 0;
10948 _ACEOF
10949 rm -f conftest.$ac_objext
10950 if { (ac_try="$ac_compile"
10951 case "(($ac_try" in
10952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10953 *) ac_try_echo=$ac_try;;
10954 esac
10955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10956 (eval "$ac_compile") 2>conftest.er1
10957 ac_status=$?
10958 grep -v '^ *+' conftest.er1 >conftest.err
10959 rm -f conftest.er1
10960 cat conftest.err >&5
10961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest.$ac_objext; then
10966 ac_cv_member_XICCallback_callback=yes
10967 else
10968 echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10971 ac_cv_member_XICCallback_callback=no
10974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10979 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10980 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10981 if test $ac_cv_member_XICCallback_callback = yes; then
10983 cat >>confdefs.h <<_ACEOF
10984 #define HAVE_XICCALLBACK_CALLBACK 1
10985 _ACEOF
10992 opengl_msg=""
10993 if test "x$with_opengl" != "xno"
10994 then
10999 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11001 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11002 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11003 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11004 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11005 echo $ECHO_N "(cached) $ECHO_C" >&6
11006 else
11007 cat >conftest.$ac_ext <<_ACEOF
11008 /* confdefs.h. */
11009 _ACEOF
11010 cat confdefs.h >>conftest.$ac_ext
11011 cat >>conftest.$ac_ext <<_ACEOF
11012 /* end confdefs.h. */
11013 #ifdef HAVE_GL_GLX_H
11014 # include <GL/glx.h>
11015 #endif
11017 #include <$ac_header>
11018 _ACEOF
11019 rm -f conftest.$ac_objext
11020 if { (ac_try="$ac_compile"
11021 case "(($ac_try" in
11022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11023 *) ac_try_echo=$ac_try;;
11024 esac
11025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11026 (eval "$ac_compile") 2>conftest.er1
11027 ac_status=$?
11028 grep -v '^ *+' conftest.er1 >conftest.err
11029 rm -f conftest.er1
11030 cat conftest.err >&5
11031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11032 (exit $ac_status); } && {
11033 test -z "$ac_c_werror_flag" ||
11034 test ! -s conftest.err
11035 } && test -s conftest.$ac_objext; then
11036 eval "$as_ac_Header=yes"
11037 else
11038 echo "$as_me: failed program was:" >&5
11039 sed 's/^/| /' conftest.$ac_ext >&5
11041 eval "$as_ac_Header=no"
11044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11046 ac_res=`eval echo '${'$as_ac_Header'}'`
11047 { echo "$as_me:$LINENO: result: $ac_res" >&5
11048 echo "${ECHO_T}$ac_res" >&6; }
11049 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11050 cat >>confdefs.h <<_ACEOF
11051 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11052 _ACEOF
11056 done
11058 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11059 then
11060 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11061 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11062 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11063 echo $ECHO_N "(cached) $ECHO_C" >&6
11064 else
11065 cat >conftest.$ac_ext <<_ACEOF
11066 /* confdefs.h. */
11067 _ACEOF
11068 cat confdefs.h >>conftest.$ac_ext
11069 cat >>conftest.$ac_ext <<_ACEOF
11070 /* end confdefs.h. */
11071 #include <GL/gl.h>
11073 main ()
11075 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11077 return 0;
11079 _ACEOF
11080 rm -f conftest.$ac_objext
11081 if { (ac_try="$ac_compile"
11082 case "(($ac_try" in
11083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11084 *) ac_try_echo=$ac_try;;
11085 esac
11086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11087 (eval "$ac_compile") 2>conftest.er1
11088 ac_status=$?
11089 grep -v '^ *+' conftest.er1 >conftest.err
11090 rm -f conftest.er1
11091 cat conftest.err >&5
11092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093 (exit $ac_status); } && {
11094 test -z "$ac_c_werror_flag" ||
11095 test ! -s conftest.err
11096 } && test -s conftest.$ac_objext; then
11097 wine_cv_opengl_header_version_OK="yes"
11098 else
11099 echo "$as_me: failed program was:" >&5
11100 sed 's/^/| /' conftest.$ac_ext >&5
11102 wine_cv_opengl_header_version_OK="no"
11105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11107 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11108 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11110 if test "$wine_cv_opengl_header_version_OK" = "yes"
11111 then
11112 { echo "$as_me:$LINENO: checking for -lGL" >&5
11113 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11114 if test "${ac_cv_lib_soname_GL+set}" = set; then
11115 echo $ECHO_N "(cached) $ECHO_C" >&6
11116 else
11117 ac_check_soname_save_LIBS=$LIBS
11118 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11119 cat >conftest.$ac_ext <<_ACEOF
11120 /* confdefs.h. */
11121 _ACEOF
11122 cat confdefs.h >>conftest.$ac_ext
11123 cat >>conftest.$ac_ext <<_ACEOF
11124 /* end confdefs.h. */
11126 /* Override any GCC internal prototype to avoid an error.
11127 Use char because int might match the return type of a GCC
11128 builtin and then its argument prototype would still apply. */
11129 #ifdef __cplusplus
11130 extern "C"
11131 #endif
11132 char glXCreateContext ();
11134 main ()
11136 return glXCreateContext ();
11138 return 0;
11140 _ACEOF
11141 rm -f conftest.$ac_objext conftest$ac_exeext
11142 if { (ac_try="$ac_link"
11143 case "(($ac_try" in
11144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11145 *) ac_try_echo=$ac_try;;
11146 esac
11147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11148 (eval "$ac_link") 2>conftest.er1
11149 ac_status=$?
11150 grep -v '^ *+' conftest.er1 >conftest.err
11151 rm -f conftest.er1
11152 cat conftest.err >&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); } && {
11155 test -z "$ac_c_werror_flag" ||
11156 test ! -s conftest.err
11157 } && test -s conftest$ac_exeext &&
11158 $as_test_x conftest$ac_exeext; then
11159 case "$LIBEXT" in
11160 dll) ;;
11161 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'` ;;
11162 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11163 esac
11164 else
11165 echo "$as_me: failed program was:" >&5
11166 sed 's/^/| /' conftest.$ac_ext >&5
11171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11172 conftest$ac_exeext conftest.$ac_ext
11173 LIBS=$ac_check_soname_save_LIBS
11175 if test "x$ac_cv_lib_soname_GL" = "x"; then
11176 { echo "$as_me:$LINENO: result: not found" >&5
11177 echo "${ECHO_T}not found" >&6; }
11178 { echo "$as_me:$LINENO: checking for -lGL" >&5
11179 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11180 if test "${ac_cv_lib_soname_GL+set}" = set; then
11181 echo $ECHO_N "(cached) $ECHO_C" >&6
11182 else
11183 ac_check_soname_save_LIBS=$LIBS
11184 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"
11185 cat >conftest.$ac_ext <<_ACEOF
11186 /* confdefs.h. */
11187 _ACEOF
11188 cat confdefs.h >>conftest.$ac_ext
11189 cat >>conftest.$ac_ext <<_ACEOF
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11195 #ifdef __cplusplus
11196 extern "C"
11197 #endif
11198 char glXCreateContext ();
11200 main ()
11202 return glXCreateContext ();
11204 return 0;
11206 _ACEOF
11207 rm -f conftest.$ac_objext conftest$ac_exeext
11208 if { (ac_try="$ac_link"
11209 case "(($ac_try" in
11210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11211 *) ac_try_echo=$ac_try;;
11212 esac
11213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11214 (eval "$ac_link") 2>conftest.er1
11215 ac_status=$?
11216 grep -v '^ *+' conftest.er1 >conftest.err
11217 rm -f conftest.er1
11218 cat conftest.err >&5
11219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11220 (exit $ac_status); } && {
11221 test -z "$ac_c_werror_flag" ||
11222 test ! -s conftest.err
11223 } && test -s conftest$ac_exeext &&
11224 $as_test_x conftest$ac_exeext; then
11225 case "$LIBEXT" in
11226 dll) ;;
11227 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'` ;;
11228 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11229 esac
11230 else
11231 echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11238 conftest$ac_exeext conftest.$ac_ext
11239 LIBS=$ac_check_soname_save_LIBS
11241 if test "x$ac_cv_lib_soname_GL" = "x"; then
11242 { echo "$as_me:$LINENO: result: not found" >&5
11243 echo "${ECHO_T}not found" >&6; }
11244 if test -f /usr/X11R6/lib/libGL.a
11245 then
11246 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11247 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11248 else
11249 opengl_msg="No OpenGL library found on this system."
11251 else
11252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11253 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11255 cat >>confdefs.h <<_ACEOF
11256 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11257 _ACEOF
11259 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"
11261 cat >>confdefs.h <<\_ACEOF
11262 #define HAVE_OPENGL 1
11263 _ACEOF
11267 else
11268 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11269 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11271 cat >>confdefs.h <<_ACEOF
11272 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11273 _ACEOF
11275 OPENGL_LIBS="-lGL"
11277 cat >>confdefs.h <<\_ACEOF
11278 #define HAVE_OPENGL 1
11279 _ACEOF
11283 if test "$ac_cv_header_GL_glu_h" = "yes"
11284 then
11285 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11286 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11287 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11288 echo $ECHO_N "(cached) $ECHO_C" >&6
11289 else
11290 ac_check_soname_save_LIBS=$LIBS
11291 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11292 cat >conftest.$ac_ext <<_ACEOF
11293 /* confdefs.h. */
11294 _ACEOF
11295 cat confdefs.h >>conftest.$ac_ext
11296 cat >>conftest.$ac_ext <<_ACEOF
11297 /* end confdefs.h. */
11299 /* Override any GCC internal prototype to avoid an error.
11300 Use char because int might match the return type of a GCC
11301 builtin and then its argument prototype would still apply. */
11302 #ifdef __cplusplus
11303 extern "C"
11304 #endif
11305 char gluLookAt ();
11307 main ()
11309 return gluLookAt ();
11311 return 0;
11313 _ACEOF
11314 rm -f conftest.$ac_objext conftest$ac_exeext
11315 if { (ac_try="$ac_link"
11316 case "(($ac_try" in
11317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11318 *) ac_try_echo=$ac_try;;
11319 esac
11320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11321 (eval "$ac_link") 2>conftest.er1
11322 ac_status=$?
11323 grep -v '^ *+' conftest.er1 >conftest.err
11324 rm -f conftest.er1
11325 cat conftest.err >&5
11326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11327 (exit $ac_status); } && {
11328 test -z "$ac_c_werror_flag" ||
11329 test ! -s conftest.err
11330 } && test -s conftest$ac_exeext &&
11331 $as_test_x conftest$ac_exeext; then
11332 case "$LIBEXT" in
11333 dll) ;;
11334 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'` ;;
11335 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11336 esac
11337 else
11338 echo "$as_me: failed program was:" >&5
11339 sed 's/^/| /' conftest.$ac_ext >&5
11344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11345 conftest$ac_exeext conftest.$ac_ext
11346 LIBS=$ac_check_soname_save_LIBS
11348 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11349 { echo "$as_me:$LINENO: result: not found" >&5
11350 echo "${ECHO_T}not found" >&6; }
11352 else
11353 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11354 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11356 cat >>confdefs.h <<_ACEOF
11357 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11358 _ACEOF
11364 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11365 case "x$with_glu" in
11366 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11367 xno) ;;
11368 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11369 This is an error since --with-glu was requested." >&5
11370 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11371 This is an error since --with-glu was requested." >&2;}
11372 { (exit 1); exit 1; }; } ;;
11373 esac
11376 else
11377 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11379 else
11380 opengl_msg="OpenGL development headers not found."
11383 if test -n "$opengl_msg"; then
11384 case "x$with_opengl" in
11385 x) wine_warnings="$wine_warnings|$opengl_msg
11386 OpenGL and Direct3D won't be supported." ;;
11387 xno) ;;
11388 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11389 OpenGL and Direct3D won't be supported.
11390 This is an error since --with-opengl was requested." >&5
11391 echo "$as_me: error: $opengl_msg
11392 OpenGL and Direct3D won't be supported.
11393 This is an error since --with-opengl was requested." >&2;}
11394 { (exit 1); exit 1; }; } ;;
11395 esac
11399 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11400 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11402 NASLIBS=""
11405 for ac_header in audio/audiolib.h
11407 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11409 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11410 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11411 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11412 echo $ECHO_N "(cached) $ECHO_C" >&6
11414 ac_res=`eval echo '${'$as_ac_Header'}'`
11415 { echo "$as_me:$LINENO: result: $ac_res" >&5
11416 echo "${ECHO_T}$ac_res" >&6; }
11417 else
11418 # Is the header compilable?
11419 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11420 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11421 cat >conftest.$ac_ext <<_ACEOF
11422 /* confdefs.h. */
11423 _ACEOF
11424 cat confdefs.h >>conftest.$ac_ext
11425 cat >>conftest.$ac_ext <<_ACEOF
11426 /* end confdefs.h. */
11427 $ac_includes_default
11428 #include <$ac_header>
11429 _ACEOF
11430 rm -f conftest.$ac_objext
11431 if { (ac_try="$ac_compile"
11432 case "(($ac_try" in
11433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11434 *) ac_try_echo=$ac_try;;
11435 esac
11436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11437 (eval "$ac_compile") 2>conftest.er1
11438 ac_status=$?
11439 grep -v '^ *+' conftest.er1 >conftest.err
11440 rm -f conftest.er1
11441 cat conftest.err >&5
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); } && {
11444 test -z "$ac_c_werror_flag" ||
11445 test ! -s conftest.err
11446 } && test -s conftest.$ac_objext; then
11447 ac_header_compiler=yes
11448 else
11449 echo "$as_me: failed program was:" >&5
11450 sed 's/^/| /' conftest.$ac_ext >&5
11452 ac_header_compiler=no
11455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11456 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11457 echo "${ECHO_T}$ac_header_compiler" >&6; }
11459 # Is the header present?
11460 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11461 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11462 cat >conftest.$ac_ext <<_ACEOF
11463 /* confdefs.h. */
11464 _ACEOF
11465 cat confdefs.h >>conftest.$ac_ext
11466 cat >>conftest.$ac_ext <<_ACEOF
11467 /* end confdefs.h. */
11468 #include <$ac_header>
11469 _ACEOF
11470 if { (ac_try="$ac_cpp conftest.$ac_ext"
11471 case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;;
11474 esac
11475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11477 ac_status=$?
11478 grep -v '^ *+' conftest.er1 >conftest.err
11479 rm -f conftest.er1
11480 cat conftest.err >&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } >/dev/null && {
11483 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11485 }; then
11486 ac_header_preproc=yes
11487 else
11488 echo "$as_me: failed program was:" >&5
11489 sed 's/^/| /' conftest.$ac_ext >&5
11491 ac_header_preproc=no
11494 rm -f conftest.err conftest.$ac_ext
11495 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11496 echo "${ECHO_T}$ac_header_preproc" >&6; }
11498 # So? What about this header?
11499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11500 yes:no: )
11501 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11502 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11503 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11504 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11505 ac_header_preproc=yes
11507 no:yes:* )
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11509 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11511 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11513 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11514 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11515 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11517 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11519 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11520 ( cat <<\_ASBOX
11521 ## ------------------------------------ ##
11522 ## Report this to wine-devel@winehq.org ##
11523 ## ------------------------------------ ##
11524 _ASBOX
11525 ) | sed "s/^/$as_me: WARNING: /" >&2
11527 esac
11528 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11529 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11530 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11532 else
11533 eval "$as_ac_Header=\$ac_header_preproc"
11535 ac_res=`eval echo '${'$as_ac_Header'}'`
11536 { echo "$as_me:$LINENO: result: $ac_res" >&5
11537 echo "${ECHO_T}$ac_res" >&6; }
11540 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11541 cat >>confdefs.h <<_ACEOF
11542 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11543 _ACEOF
11545 for ac_header in audio/soundlib.h
11547 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11548 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11549 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11550 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11551 echo $ECHO_N "(cached) $ECHO_C" >&6
11552 else
11553 cat >conftest.$ac_ext <<_ACEOF
11554 /* confdefs.h. */
11555 _ACEOF
11556 cat confdefs.h >>conftest.$ac_ext
11557 cat >>conftest.$ac_ext <<_ACEOF
11558 /* end confdefs.h. */
11559 #include <audio/audiolib.h>
11561 #include <$ac_header>
11562 _ACEOF
11563 rm -f conftest.$ac_objext
11564 if { (ac_try="$ac_compile"
11565 case "(($ac_try" in
11566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11567 *) ac_try_echo=$ac_try;;
11568 esac
11569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11570 (eval "$ac_compile") 2>conftest.er1
11571 ac_status=$?
11572 grep -v '^ *+' conftest.er1 >conftest.err
11573 rm -f conftest.er1
11574 cat conftest.err >&5
11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11576 (exit $ac_status); } && {
11577 test -z "$ac_c_werror_flag" ||
11578 test ! -s conftest.err
11579 } && test -s conftest.$ac_objext; then
11580 eval "$as_ac_Header=yes"
11581 else
11582 echo "$as_me: failed program was:" >&5
11583 sed 's/^/| /' conftest.$ac_ext >&5
11585 eval "$as_ac_Header=no"
11588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 ac_res=`eval echo '${'$as_ac_Header'}'`
11591 { echo "$as_me:$LINENO: result: $ac_res" >&5
11592 echo "${ECHO_T}$ac_res" >&6; }
11593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11594 cat >>confdefs.h <<_ACEOF
11595 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11596 _ACEOF
11600 done
11602 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11603 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11604 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11605 echo $ECHO_N "(cached) $ECHO_C" >&6
11606 else
11607 ac_check_lib_save_LIBS=$LIBS
11608 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11609 cat >conftest.$ac_ext <<_ACEOF
11610 /* confdefs.h. */
11611 _ACEOF
11612 cat confdefs.h >>conftest.$ac_ext
11613 cat >>conftest.$ac_ext <<_ACEOF
11614 /* end confdefs.h. */
11616 /* Override any GCC internal prototype to avoid an error.
11617 Use char because int might match the return type of a GCC
11618 builtin and then its argument prototype would still apply. */
11619 #ifdef __cplusplus
11620 extern "C"
11621 #endif
11622 char AuCreateFlow ();
11624 main ()
11626 return AuCreateFlow ();
11628 return 0;
11630 _ACEOF
11631 rm -f conftest.$ac_objext conftest$ac_exeext
11632 if { (ac_try="$ac_link"
11633 case "(($ac_try" in
11634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11635 *) ac_try_echo=$ac_try;;
11636 esac
11637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11638 (eval "$ac_link") 2>conftest.er1
11639 ac_status=$?
11640 grep -v '^ *+' conftest.er1 >conftest.err
11641 rm -f conftest.er1
11642 cat conftest.err >&5
11643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11644 (exit $ac_status); } && {
11645 test -z "$ac_c_werror_flag" ||
11646 test ! -s conftest.err
11647 } && test -s conftest$ac_exeext &&
11648 $as_test_x conftest$ac_exeext; then
11649 ac_cv_lib_audio_AuCreateFlow=yes
11650 else
11651 echo "$as_me: failed program was:" >&5
11652 sed 's/^/| /' conftest.$ac_ext >&5
11654 ac_cv_lib_audio_AuCreateFlow=no
11657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11658 conftest$ac_exeext conftest.$ac_ext
11659 LIBS=$ac_check_lib_save_LIBS
11661 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11662 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11663 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11665 cat >>confdefs.h <<\_ACEOF
11666 #define HAVE_NAS 1
11667 _ACEOF
11669 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11670 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11671 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11672 echo $ECHO_N "(cached) $ECHO_C" >&6
11673 else
11674 ac_check_lib_save_LIBS=$LIBS
11675 LIBS="-lXau $X_LIBS $LIBS"
11676 cat >conftest.$ac_ext <<_ACEOF
11677 /* confdefs.h. */
11678 _ACEOF
11679 cat confdefs.h >>conftest.$ac_ext
11680 cat >>conftest.$ac_ext <<_ACEOF
11681 /* end confdefs.h. */
11683 /* Override any GCC internal prototype to avoid an error.
11684 Use char because int might match the return type of a GCC
11685 builtin and then its argument prototype would still apply. */
11686 #ifdef __cplusplus
11687 extern "C"
11688 #endif
11689 char XauGetBestAuthByAddr ();
11691 main ()
11693 return XauGetBestAuthByAddr ();
11695 return 0;
11697 _ACEOF
11698 rm -f conftest.$ac_objext conftest$ac_exeext
11699 if { (ac_try="$ac_link"
11700 case "(($ac_try" in
11701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11702 *) ac_try_echo=$ac_try;;
11703 esac
11704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11705 (eval "$ac_link") 2>conftest.er1
11706 ac_status=$?
11707 grep -v '^ *+' conftest.er1 >conftest.err
11708 rm -f conftest.er1
11709 cat conftest.err >&5
11710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 (exit $ac_status); } && {
11712 test -z "$ac_c_werror_flag" ||
11713 test ! -s conftest.err
11714 } && test -s conftest$ac_exeext &&
11715 $as_test_x conftest$ac_exeext; then
11716 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11717 else
11718 echo "$as_me: failed program was:" >&5
11719 sed 's/^/| /' conftest.$ac_ext >&5
11721 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11725 conftest$ac_exeext conftest.$ac_ext
11726 LIBS=$ac_check_lib_save_LIBS
11728 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11729 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11730 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11731 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11732 else
11733 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11741 done
11744 CPPFLAGS="$ac_save_CPPFLAGS"
11745 else
11746 XLIB=""
11747 X_CFLAGS=""
11748 X_LIBS=""
11749 enable_winex11_drv=${enable_winex11_drv:-no}
11750 enable_opengl32=${enable_opengl32:-no}
11751 enable_glu32=${enable_glu32:-no}
11753 if test "x$XLIB" = "x"; then
11754 case "x$with_x" in
11755 xno) ;;
11756 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11757 without X support, which probably isn't what you want. You will need to install
11758 development packages of Xlib/Xfree86 at the very least.
11759 Use the --without-x option if you really want this." >&5
11760 echo "$as_me: error: X development files not found. Wine will be built
11761 without X support, which probably isn't what you want. You will need to install
11762 development packages of Xlib/Xfree86 at the very least.
11763 Use the --without-x option if you really want this." >&2;}
11764 { (exit 1); exit 1; }; } ;;
11765 esac
11770 XML2LIBS=""
11772 XML2INCL=""
11774 XSLTLIBS=""
11776 XSLTINCL=""
11778 if test "x$with_xml" != "xno"
11779 then
11780 ac_save_CPPFLAGS="$CPPFLAGS"
11781 if test "$PKG_CONFIG" != "false"
11782 then
11783 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11784 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11785 else
11786 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11787 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11789 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11791 for ac_header in libxml/parser.h
11793 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11795 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11796 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11797 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11798 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 ac_res=`eval echo '${'$as_ac_Header'}'`
11801 { echo "$as_me:$LINENO: result: $ac_res" >&5
11802 echo "${ECHO_T}$ac_res" >&6; }
11803 else
11804 # Is the header compilable?
11805 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11806 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11807 cat >conftest.$ac_ext <<_ACEOF
11808 /* confdefs.h. */
11809 _ACEOF
11810 cat confdefs.h >>conftest.$ac_ext
11811 cat >>conftest.$ac_ext <<_ACEOF
11812 /* end confdefs.h. */
11813 $ac_includes_default
11814 #include <$ac_header>
11815 _ACEOF
11816 rm -f conftest.$ac_objext
11817 if { (ac_try="$ac_compile"
11818 case "(($ac_try" in
11819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11820 *) ac_try_echo=$ac_try;;
11821 esac
11822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11823 (eval "$ac_compile") 2>conftest.er1
11824 ac_status=$?
11825 grep -v '^ *+' conftest.er1 >conftest.err
11826 rm -f conftest.er1
11827 cat conftest.err >&5
11828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11829 (exit $ac_status); } && {
11830 test -z "$ac_c_werror_flag" ||
11831 test ! -s conftest.err
11832 } && test -s conftest.$ac_objext; then
11833 ac_header_compiler=yes
11834 else
11835 echo "$as_me: failed program was:" >&5
11836 sed 's/^/| /' conftest.$ac_ext >&5
11838 ac_header_compiler=no
11841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11842 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11843 echo "${ECHO_T}$ac_header_compiler" >&6; }
11845 # Is the header present?
11846 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11847 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11848 cat >conftest.$ac_ext <<_ACEOF
11849 /* confdefs.h. */
11850 _ACEOF
11851 cat confdefs.h >>conftest.$ac_ext
11852 cat >>conftest.$ac_ext <<_ACEOF
11853 /* end confdefs.h. */
11854 #include <$ac_header>
11855 _ACEOF
11856 if { (ac_try="$ac_cpp conftest.$ac_ext"
11857 case "(($ac_try" in
11858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11859 *) ac_try_echo=$ac_try;;
11860 esac
11861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11862 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11863 ac_status=$?
11864 grep -v '^ *+' conftest.er1 >conftest.err
11865 rm -f conftest.er1
11866 cat conftest.err >&5
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } >/dev/null && {
11869 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11871 }; then
11872 ac_header_preproc=yes
11873 else
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5
11877 ac_header_preproc=no
11880 rm -f conftest.err conftest.$ac_ext
11881 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11882 echo "${ECHO_T}$ac_header_preproc" >&6; }
11884 # So? What about this header?
11885 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11886 yes:no: )
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11888 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11890 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11891 ac_header_preproc=yes
11893 no:yes:* )
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11895 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11897 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11899 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11901 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11903 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11905 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11906 ( cat <<\_ASBOX
11907 ## ------------------------------------ ##
11908 ## Report this to wine-devel@winehq.org ##
11909 ## ------------------------------------ ##
11910 _ASBOX
11911 ) | sed "s/^/$as_me: WARNING: /" >&2
11913 esac
11914 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11915 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11916 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11918 else
11919 eval "$as_ac_Header=\$ac_header_preproc"
11921 ac_res=`eval echo '${'$as_ac_Header'}'`
11922 { echo "$as_me:$LINENO: result: $ac_res" >&5
11923 echo "${ECHO_T}$ac_res" >&6; }
11926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11927 cat >>confdefs.h <<_ACEOF
11928 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11929 _ACEOF
11930 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11931 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11932 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11934 else
11935 ac_check_lib_save_LIBS=$LIBS
11936 LIBS="-lxml2 $ac_xml_libs $LIBS"
11937 cat >conftest.$ac_ext <<_ACEOF
11938 /* confdefs.h. */
11939 _ACEOF
11940 cat confdefs.h >>conftest.$ac_ext
11941 cat >>conftest.$ac_ext <<_ACEOF
11942 /* end confdefs.h. */
11944 /* Override any GCC internal prototype to avoid an error.
11945 Use char because int might match the return type of a GCC
11946 builtin and then its argument prototype would still apply. */
11947 #ifdef __cplusplus
11948 extern "C"
11949 #endif
11950 char xmlParseMemory ();
11952 main ()
11954 return xmlParseMemory ();
11956 return 0;
11958 _ACEOF
11959 rm -f conftest.$ac_objext conftest$ac_exeext
11960 if { (ac_try="$ac_link"
11961 case "(($ac_try" in
11962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11963 *) ac_try_echo=$ac_try;;
11964 esac
11965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11966 (eval "$ac_link") 2>conftest.er1
11967 ac_status=$?
11968 grep -v '^ *+' conftest.er1 >conftest.err
11969 rm -f conftest.er1
11970 cat conftest.err >&5
11971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972 (exit $ac_status); } && {
11973 test -z "$ac_c_werror_flag" ||
11974 test ! -s conftest.err
11975 } && test -s conftest$ac_exeext &&
11976 $as_test_x conftest$ac_exeext; then
11977 ac_cv_lib_xml2_xmlParseMemory=yes
11978 else
11979 echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.$ac_ext >&5
11982 ac_cv_lib_xml2_xmlParseMemory=no
11985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11986 conftest$ac_exeext conftest.$ac_ext
11987 LIBS=$ac_check_lib_save_LIBS
11989 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11990 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11991 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11993 cat >>confdefs.h <<\_ACEOF
11994 #define HAVE_LIBXML2 1
11995 _ACEOF
11997 XML2LIBS="$ac_xml_libs"
11998 XML2INCL="$ac_xml_cflags"
12001 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12002 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12003 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12004 echo $ECHO_N "(cached) $ECHO_C" >&6
12005 else
12006 ac_check_lib_save_LIBS=$LIBS
12007 LIBS="-lxml2 $ac_xml_libs $LIBS"
12008 cat >conftest.$ac_ext <<_ACEOF
12009 /* confdefs.h. */
12010 _ACEOF
12011 cat confdefs.h >>conftest.$ac_ext
12012 cat >>conftest.$ac_ext <<_ACEOF
12013 /* end confdefs.h. */
12015 /* Override any GCC internal prototype to avoid an error.
12016 Use char because int might match the return type of a GCC
12017 builtin and then its argument prototype would still apply. */
12018 #ifdef __cplusplus
12019 extern "C"
12020 #endif
12021 char xmlReadMemory ();
12023 main ()
12025 return xmlReadMemory ();
12027 return 0;
12029 _ACEOF
12030 rm -f conftest.$ac_objext conftest$ac_exeext
12031 if { (ac_try="$ac_link"
12032 case "(($ac_try" in
12033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12034 *) ac_try_echo=$ac_try;;
12035 esac
12036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12037 (eval "$ac_link") 2>conftest.er1
12038 ac_status=$?
12039 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1
12041 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && {
12044 test -z "$ac_c_werror_flag" ||
12045 test ! -s conftest.err
12046 } && test -s conftest$ac_exeext &&
12047 $as_test_x conftest$ac_exeext; then
12048 ac_cv_lib_xml2_xmlReadMemory=yes
12049 else
12050 echo "$as_me: failed program was:" >&5
12051 sed 's/^/| /' conftest.$ac_ext >&5
12053 ac_cv_lib_xml2_xmlReadMemory=no
12056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12057 conftest$ac_exeext conftest.$ac_ext
12058 LIBS=$ac_check_lib_save_LIBS
12060 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12061 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12062 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12064 cat >>confdefs.h <<\_ACEOF
12065 #define HAVE_XMLREADMEMORY 1
12066 _ACEOF
12070 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12071 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12072 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12073 echo $ECHO_N "(cached) $ECHO_C" >&6
12074 else
12075 ac_check_lib_save_LIBS=$LIBS
12076 LIBS="-lxml2 $ac_xml_libs $LIBS"
12077 cat >conftest.$ac_ext <<_ACEOF
12078 /* confdefs.h. */
12079 _ACEOF
12080 cat confdefs.h >>conftest.$ac_ext
12081 cat >>conftest.$ac_ext <<_ACEOF
12082 /* end confdefs.h. */
12084 /* Override any GCC internal prototype to avoid an error.
12085 Use char because int might match the return type of a GCC
12086 builtin and then its argument prototype would still apply. */
12087 #ifdef __cplusplus
12088 extern "C"
12089 #endif
12090 char xmlNewDocPI ();
12092 main ()
12094 return xmlNewDocPI ();
12096 return 0;
12098 _ACEOF
12099 rm -f conftest.$ac_objext conftest$ac_exeext
12100 if { (ac_try="$ac_link"
12101 case "(($ac_try" in
12102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12103 *) ac_try_echo=$ac_try;;
12104 esac
12105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12106 (eval "$ac_link") 2>conftest.er1
12107 ac_status=$?
12108 grep -v '^ *+' conftest.er1 >conftest.err
12109 rm -f conftest.er1
12110 cat conftest.err >&5
12111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12112 (exit $ac_status); } && {
12113 test -z "$ac_c_werror_flag" ||
12114 test ! -s conftest.err
12115 } && test -s conftest$ac_exeext &&
12116 $as_test_x conftest$ac_exeext; then
12117 ac_cv_lib_xml2_xmlNewDocPI=yes
12118 else
12119 echo "$as_me: failed program was:" >&5
12120 sed 's/^/| /' conftest.$ac_ext >&5
12122 ac_cv_lib_xml2_xmlNewDocPI=no
12125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12126 conftest$ac_exeext conftest.$ac_ext
12127 LIBS=$ac_check_lib_save_LIBS
12129 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12130 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12131 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12133 cat >>confdefs.h <<\_ACEOF
12134 #define HAVE_XMLNEWDOCPI 1
12135 _ACEOF
12142 done
12144 CPPFLAGS="$ac_save_CPPFLAGS"
12146 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12147 case "x$with_xml" in
12148 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12149 xno) ;;
12150 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12151 This is an error since --with-xml was requested." >&5
12152 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12153 This is an error since --with-xml was requested." >&2;}
12154 { (exit 1); exit 1; }; } ;;
12155 esac
12159 if test "x$with_xslt" != "xno"
12160 then
12161 if test "$PKG_CONFIG" != "false"
12162 then
12163 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12164 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12165 else
12166 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12167 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12169 ac_save_CPPFLAGS="$CPPFLAGS"
12170 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12173 for ac_header in libxslt/pattern.h libxslt/transform.h
12175 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12179 echo $ECHO_N "(cached) $ECHO_C" >&6
12180 else
12181 cat >conftest.$ac_ext <<_ACEOF
12182 /* confdefs.h. */
12183 _ACEOF
12184 cat confdefs.h >>conftest.$ac_ext
12185 cat >>conftest.$ac_ext <<_ACEOF
12186 /* end confdefs.h. */
12187 #ifdef HAVE_LIBXSLT_PATTERN_H
12188 # include <libxslt/pattern.h>
12189 #endif
12191 #include <$ac_header>
12192 _ACEOF
12193 rm -f conftest.$ac_objext
12194 if { (ac_try="$ac_compile"
12195 case "(($ac_try" in
12196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12197 *) ac_try_echo=$ac_try;;
12198 esac
12199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12200 (eval "$ac_compile") 2>conftest.er1
12201 ac_status=$?
12202 grep -v '^ *+' conftest.er1 >conftest.err
12203 rm -f conftest.er1
12204 cat conftest.err >&5
12205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12206 (exit $ac_status); } && {
12207 test -z "$ac_c_werror_flag" ||
12208 test ! -s conftest.err
12209 } && test -s conftest.$ac_objext; then
12210 eval "$as_ac_Header=yes"
12211 else
12212 echo "$as_me: failed program was:" >&5
12213 sed 's/^/| /' conftest.$ac_ext >&5
12215 eval "$as_ac_Header=no"
12218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12220 ac_res=`eval echo '${'$as_ac_Header'}'`
12221 { echo "$as_me:$LINENO: result: $ac_res" >&5
12222 echo "${ECHO_T}$ac_res" >&6; }
12223 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12224 cat >>confdefs.h <<_ACEOF
12225 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12226 _ACEOF
12230 done
12232 CPPFLAGS="$ac_save_CPPFLAGS"
12233 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12234 then
12235 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12236 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12237 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12239 else
12240 ac_check_lib_save_LIBS=$LIBS
12241 LIBS="-lxslt $ac_xslt_libs $LIBS"
12242 cat >conftest.$ac_ext <<_ACEOF
12243 /* confdefs.h. */
12244 _ACEOF
12245 cat confdefs.h >>conftest.$ac_ext
12246 cat >>conftest.$ac_ext <<_ACEOF
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12252 #ifdef __cplusplus
12253 extern "C"
12254 #endif
12255 char xsltCompilePattern ();
12257 main ()
12259 return xsltCompilePattern ();
12261 return 0;
12263 _ACEOF
12264 rm -f conftest.$ac_objext conftest$ac_exeext
12265 if { (ac_try="$ac_link"
12266 case "(($ac_try" in
12267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12268 *) ac_try_echo=$ac_try;;
12269 esac
12270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12271 (eval "$ac_link") 2>conftest.er1
12272 ac_status=$?
12273 grep -v '^ *+' conftest.er1 >conftest.err
12274 rm -f conftest.er1
12275 cat conftest.err >&5
12276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 (exit $ac_status); } && {
12278 test -z "$ac_c_werror_flag" ||
12279 test ! -s conftest.err
12280 } && test -s conftest$ac_exeext &&
12281 $as_test_x conftest$ac_exeext; then
12282 ac_cv_lib_xslt_xsltCompilePattern=yes
12283 else
12284 echo "$as_me: failed program was:" >&5
12285 sed 's/^/| /' conftest.$ac_ext >&5
12287 ac_cv_lib_xslt_xsltCompilePattern=no
12290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12291 conftest$ac_exeext conftest.$ac_ext
12292 LIBS=$ac_check_lib_save_LIBS
12294 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12295 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12296 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12298 cat >>confdefs.h <<\_ACEOF
12299 #define HAVE_LIBXSLT 1
12300 _ACEOF
12302 XSLTLIBS="$ac_xslt_libs"
12303 XSLTINCL="$ac_xslt_cflags"
12304 ac_save_LIBS="$LIBS"
12305 LIBS="$LIBS $ac_xslt_libs"
12307 for ac_func in xsltInit
12309 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12310 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12311 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12312 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12313 echo $ECHO_N "(cached) $ECHO_C" >&6
12314 else
12315 cat >conftest.$ac_ext <<_ACEOF
12316 /* confdefs.h. */
12317 _ACEOF
12318 cat confdefs.h >>conftest.$ac_ext
12319 cat >>conftest.$ac_ext <<_ACEOF
12320 /* end confdefs.h. */
12321 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12322 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12323 #define $ac_func innocuous_$ac_func
12325 /* System header to define __stub macros and hopefully few prototypes,
12326 which can conflict with char $ac_func (); below.
12327 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12328 <limits.h> exists even on freestanding compilers. */
12330 #ifdef __STDC__
12331 # include <limits.h>
12332 #else
12333 # include <assert.h>
12334 #endif
12336 #undef $ac_func
12338 /* Override any GCC internal prototype to avoid an error.
12339 Use char because int might match the return type of a GCC
12340 builtin and then its argument prototype would still apply. */
12341 #ifdef __cplusplus
12342 extern "C"
12343 #endif
12344 char $ac_func ();
12345 /* The GNU C library defines this for functions which it implements
12346 to always fail with ENOSYS. Some functions are actually named
12347 something starting with __ and the normal name is an alias. */
12348 #if defined __stub_$ac_func || defined __stub___$ac_func
12349 choke me
12350 #endif
12353 main ()
12355 return $ac_func ();
12357 return 0;
12359 _ACEOF
12360 rm -f conftest.$ac_objext conftest$ac_exeext
12361 if { (ac_try="$ac_link"
12362 case "(($ac_try" in
12363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12364 *) ac_try_echo=$ac_try;;
12365 esac
12366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12367 (eval "$ac_link") 2>conftest.er1
12368 ac_status=$?
12369 grep -v '^ *+' conftest.er1 >conftest.err
12370 rm -f conftest.er1
12371 cat conftest.err >&5
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); } && {
12374 test -z "$ac_c_werror_flag" ||
12375 test ! -s conftest.err
12376 } && test -s conftest$ac_exeext &&
12377 $as_test_x conftest$ac_exeext; then
12378 eval "$as_ac_var=yes"
12379 else
12380 echo "$as_me: failed program was:" >&5
12381 sed 's/^/| /' conftest.$ac_ext >&5
12383 eval "$as_ac_var=no"
12386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12387 conftest$ac_exeext conftest.$ac_ext
12389 ac_res=`eval echo '${'$as_ac_var'}'`
12390 { echo "$as_me:$LINENO: result: $ac_res" >&5
12391 echo "${ECHO_T}$ac_res" >&6; }
12392 if test `eval echo '${'$as_ac_var'}'` = yes; then
12393 cat >>confdefs.h <<_ACEOF
12394 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12395 _ACEOF
12398 done
12400 LIBS="$ac_save_LIBS"
12405 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12406 case "x$with_xslt" in
12407 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12408 xno) ;;
12409 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12410 This is an error since --with-xslt was requested." >&5
12411 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12412 This is an error since --with-xslt was requested." >&2;}
12413 { (exit 1); exit 1; }; } ;;
12414 esac
12418 HALINCL=""
12420 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12421 then
12422 ac_save_CPPFLAGS="$CPPFLAGS"
12423 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12424 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12425 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12428 for ac_header in dbus/dbus.h hal/libhal.h
12430 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12431 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12432 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12435 echo $ECHO_N "(cached) $ECHO_C" >&6
12437 ac_res=`eval echo '${'$as_ac_Header'}'`
12438 { echo "$as_me:$LINENO: result: $ac_res" >&5
12439 echo "${ECHO_T}$ac_res" >&6; }
12440 else
12441 # Is the header compilable?
12442 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12443 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12444 cat >conftest.$ac_ext <<_ACEOF
12445 /* confdefs.h. */
12446 _ACEOF
12447 cat confdefs.h >>conftest.$ac_ext
12448 cat >>conftest.$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12450 $ac_includes_default
12451 #include <$ac_header>
12452 _ACEOF
12453 rm -f conftest.$ac_objext
12454 if { (ac_try="$ac_compile"
12455 case "(($ac_try" in
12456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12457 *) ac_try_echo=$ac_try;;
12458 esac
12459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12460 (eval "$ac_compile") 2>conftest.er1
12461 ac_status=$?
12462 grep -v '^ *+' conftest.er1 >conftest.err
12463 rm -f conftest.er1
12464 cat conftest.err >&5
12465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12466 (exit $ac_status); } && {
12467 test -z "$ac_c_werror_flag" ||
12468 test ! -s conftest.err
12469 } && test -s conftest.$ac_objext; then
12470 ac_header_compiler=yes
12471 else
12472 echo "$as_me: failed program was:" >&5
12473 sed 's/^/| /' conftest.$ac_ext >&5
12475 ac_header_compiler=no
12478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12479 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12480 echo "${ECHO_T}$ac_header_compiler" >&6; }
12482 # Is the header present?
12483 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12484 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12485 cat >conftest.$ac_ext <<_ACEOF
12486 /* confdefs.h. */
12487 _ACEOF
12488 cat confdefs.h >>conftest.$ac_ext
12489 cat >>conftest.$ac_ext <<_ACEOF
12490 /* end confdefs.h. */
12491 #include <$ac_header>
12492 _ACEOF
12493 if { (ac_try="$ac_cpp conftest.$ac_ext"
12494 case "(($ac_try" in
12495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12496 *) ac_try_echo=$ac_try;;
12497 esac
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12500 ac_status=$?
12501 grep -v '^ *+' conftest.er1 >conftest.err
12502 rm -f conftest.er1
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } >/dev/null && {
12506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12507 test ! -s conftest.err
12508 }; then
12509 ac_header_preproc=yes
12510 else
12511 echo "$as_me: failed program was:" >&5
12512 sed 's/^/| /' conftest.$ac_ext >&5
12514 ac_header_preproc=no
12517 rm -f conftest.err conftest.$ac_ext
12518 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12519 echo "${ECHO_T}$ac_header_preproc" >&6; }
12521 # So? What about this header?
12522 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12523 yes:no: )
12524 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12525 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12527 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12528 ac_header_preproc=yes
12530 no:yes:* )
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12532 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12534 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12536 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12537 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12538 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12540 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12542 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12543 ( cat <<\_ASBOX
12544 ## ------------------------------------ ##
12545 ## Report this to wine-devel@winehq.org ##
12546 ## ------------------------------------ ##
12547 _ASBOX
12548 ) | sed "s/^/$as_me: WARNING: /" >&2
12550 esac
12551 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12554 echo $ECHO_N "(cached) $ECHO_C" >&6
12555 else
12556 eval "$as_ac_Header=\$ac_header_preproc"
12558 ac_res=`eval echo '${'$as_ac_Header'}'`
12559 { echo "$as_me:$LINENO: result: $ac_res" >&5
12560 echo "${ECHO_T}$ac_res" >&6; }
12563 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12564 cat >>confdefs.h <<_ACEOF
12565 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12566 _ACEOF
12570 done
12572 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12573 then
12574 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12575 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12576 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12577 echo $ECHO_N "(cached) $ECHO_C" >&6
12578 else
12579 ac_check_lib_save_LIBS=$LIBS
12580 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12581 cat >conftest.$ac_ext <<_ACEOF
12582 /* confdefs.h. */
12583 _ACEOF
12584 cat confdefs.h >>conftest.$ac_ext
12585 cat >>conftest.$ac_ext <<_ACEOF
12586 /* end confdefs.h. */
12588 /* Override any GCC internal prototype to avoid an error.
12589 Use char because int might match the return type of a GCC
12590 builtin and then its argument prototype would still apply. */
12591 #ifdef __cplusplus
12592 extern "C"
12593 #endif
12594 char dbus_connection_close ();
12596 main ()
12598 return dbus_connection_close ();
12600 return 0;
12602 _ACEOF
12603 rm -f conftest.$ac_objext conftest$ac_exeext
12604 if { (ac_try="$ac_link"
12605 case "(($ac_try" in
12606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12607 *) ac_try_echo=$ac_try;;
12608 esac
12609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12610 (eval "$ac_link") 2>conftest.er1
12611 ac_status=$?
12612 grep -v '^ *+' conftest.er1 >conftest.err
12613 rm -f conftest.er1
12614 cat conftest.err >&5
12615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12616 (exit $ac_status); } && {
12617 test -z "$ac_c_werror_flag" ||
12618 test ! -s conftest.err
12619 } && test -s conftest$ac_exeext &&
12620 $as_test_x conftest$ac_exeext; then
12621 ac_cv_lib_dbus_1_dbus_connection_close=yes
12622 else
12623 echo "$as_me: failed program was:" >&5
12624 sed 's/^/| /' conftest.$ac_ext >&5
12626 ac_cv_lib_dbus_1_dbus_connection_close=no
12629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12630 conftest$ac_exeext conftest.$ac_ext
12631 LIBS=$ac_check_lib_save_LIBS
12633 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12634 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12635 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12636 { echo "$as_me:$LINENO: checking for -lhal" >&5
12637 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12638 if test "${ac_cv_lib_soname_hal+set}" = set; then
12639 echo $ECHO_N "(cached) $ECHO_C" >&6
12640 else
12641 ac_check_soname_save_LIBS=$LIBS
12642 LIBS="-lhal $ac_hal_libs $LIBS"
12643 cat >conftest.$ac_ext <<_ACEOF
12644 /* confdefs.h. */
12645 _ACEOF
12646 cat confdefs.h >>conftest.$ac_ext
12647 cat >>conftest.$ac_ext <<_ACEOF
12648 /* end confdefs.h. */
12650 /* Override any GCC internal prototype to avoid an error.
12651 Use char because int might match the return type of a GCC
12652 builtin and then its argument prototype would still apply. */
12653 #ifdef __cplusplus
12654 extern "C"
12655 #endif
12656 char libhal_ctx_new ();
12658 main ()
12660 return libhal_ctx_new ();
12662 return 0;
12664 _ACEOF
12665 rm -f conftest.$ac_objext conftest$ac_exeext
12666 if { (ac_try="$ac_link"
12667 case "(($ac_try" in
12668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12669 *) ac_try_echo=$ac_try;;
12670 esac
12671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12672 (eval "$ac_link") 2>conftest.er1
12673 ac_status=$?
12674 grep -v '^ *+' conftest.er1 >conftest.err
12675 rm -f conftest.er1
12676 cat conftest.err >&5
12677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12678 (exit $ac_status); } && {
12679 test -z "$ac_c_werror_flag" ||
12680 test ! -s conftest.err
12681 } && test -s conftest$ac_exeext &&
12682 $as_test_x conftest$ac_exeext; then
12683 case "$LIBEXT" in
12684 dll) ;;
12685 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'` ;;
12686 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12687 esac
12688 else
12689 echo "$as_me: failed program was:" >&5
12690 sed 's/^/| /' conftest.$ac_ext >&5
12695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12696 conftest$ac_exeext conftest.$ac_ext
12697 LIBS=$ac_check_soname_save_LIBS
12699 if test "x$ac_cv_lib_soname_hal" = "x"; then
12700 { echo "$as_me:$LINENO: result: not found" >&5
12701 echo "${ECHO_T}not found" >&6; }
12703 else
12704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12705 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12707 cat >>confdefs.h <<_ACEOF
12708 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12709 _ACEOF
12711 HALINCL="$ac_hal_cflags"
12717 CPPFLAGS="$ac_save_CPPFLAGS"
12719 if test "x$ac_cv_lib_soname_hal" = "x"; then
12720 case "x$with_hal" in
12721 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12722 xno) ;;
12723 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12724 This is an error since --with-hal was requested." >&5
12725 echo "$as_me: error: libhal development files not found, no dynamic device support.
12726 This is an error since --with-hal was requested." >&2;}
12727 { (exit 1); exit 1; }; } ;;
12728 esac
12732 CURSESLIBS=""
12733 if test "$ac_cv_header_ncurses_h" = "yes"
12734 then
12735 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12736 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12737 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12738 echo $ECHO_N "(cached) $ECHO_C" >&6
12739 else
12740 ac_check_soname_save_LIBS=$LIBS
12741 LIBS="-lncurses $LIBS"
12742 cat >conftest.$ac_ext <<_ACEOF
12743 /* confdefs.h. */
12744 _ACEOF
12745 cat confdefs.h >>conftest.$ac_ext
12746 cat >>conftest.$ac_ext <<_ACEOF
12747 /* end confdefs.h. */
12749 /* Override any GCC internal prototype to avoid an error.
12750 Use char because int might match the return type of a GCC
12751 builtin and then its argument prototype would still apply. */
12752 #ifdef __cplusplus
12753 extern "C"
12754 #endif
12755 char waddch ();
12757 main ()
12759 return waddch ();
12761 return 0;
12763 _ACEOF
12764 rm -f conftest.$ac_objext conftest$ac_exeext
12765 if { (ac_try="$ac_link"
12766 case "(($ac_try" in
12767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12768 *) ac_try_echo=$ac_try;;
12769 esac
12770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12771 (eval "$ac_link") 2>conftest.er1
12772 ac_status=$?
12773 grep -v '^ *+' conftest.er1 >conftest.err
12774 rm -f conftest.er1
12775 cat conftest.err >&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } && {
12778 test -z "$ac_c_werror_flag" ||
12779 test ! -s conftest.err
12780 } && test -s conftest$ac_exeext &&
12781 $as_test_x conftest$ac_exeext; then
12782 case "$LIBEXT" in
12783 dll) ;;
12784 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'` ;;
12785 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12786 esac
12787 else
12788 echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.$ac_ext >&5
12794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12795 conftest$ac_exeext conftest.$ac_ext
12796 LIBS=$ac_check_soname_save_LIBS
12798 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12799 { echo "$as_me:$LINENO: result: not found" >&5
12800 echo "${ECHO_T}not found" >&6; }
12802 else
12803 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12804 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12806 cat >>confdefs.h <<_ACEOF
12807 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12808 _ACEOF
12810 CURSESLIBS="-lncurses"
12813 elif test "$ac_cv_header_curses_h" = "yes"
12814 then
12815 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12816 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12817 if test "${ac_cv_lib_soname_curses+set}" = set; then
12818 echo $ECHO_N "(cached) $ECHO_C" >&6
12819 else
12820 ac_check_soname_save_LIBS=$LIBS
12821 LIBS="-lcurses $LIBS"
12822 cat >conftest.$ac_ext <<_ACEOF
12823 /* confdefs.h. */
12824 _ACEOF
12825 cat confdefs.h >>conftest.$ac_ext
12826 cat >>conftest.$ac_ext <<_ACEOF
12827 /* end confdefs.h. */
12829 /* Override any GCC internal prototype to avoid an error.
12830 Use char because int might match the return type of a GCC
12831 builtin and then its argument prototype would still apply. */
12832 #ifdef __cplusplus
12833 extern "C"
12834 #endif
12835 char waddch ();
12837 main ()
12839 return waddch ();
12841 return 0;
12843 _ACEOF
12844 rm -f conftest.$ac_objext conftest$ac_exeext
12845 if { (ac_try="$ac_link"
12846 case "(($ac_try" in
12847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12848 *) ac_try_echo=$ac_try;;
12849 esac
12850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12851 (eval "$ac_link") 2>conftest.er1
12852 ac_status=$?
12853 grep -v '^ *+' conftest.er1 >conftest.err
12854 rm -f conftest.er1
12855 cat conftest.err >&5
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); } && {
12858 test -z "$ac_c_werror_flag" ||
12859 test ! -s conftest.err
12860 } && test -s conftest$ac_exeext &&
12861 $as_test_x conftest$ac_exeext; then
12862 case "$LIBEXT" in
12863 dll) ;;
12864 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'` ;;
12865 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12866 esac
12867 else
12868 echo "$as_me: failed program was:" >&5
12869 sed 's/^/| /' conftest.$ac_ext >&5
12874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12875 conftest$ac_exeext conftest.$ac_ext
12876 LIBS=$ac_check_soname_save_LIBS
12878 if test "x$ac_cv_lib_soname_curses" = "x"; then
12879 { echo "$as_me:$LINENO: result: not found" >&5
12880 echo "${ECHO_T}not found" >&6; }
12882 else
12883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12884 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12886 cat >>confdefs.h <<_ACEOF
12887 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12888 _ACEOF
12890 CURSESLIBS="-lcurses"
12894 ac_save_LIBS="$LIBS"
12895 LIBS="$LIBS $CURSESLIBS"
12897 for ac_func in mousemask
12899 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12900 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12901 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12903 echo $ECHO_N "(cached) $ECHO_C" >&6
12904 else
12905 cat >conftest.$ac_ext <<_ACEOF
12906 /* confdefs.h. */
12907 _ACEOF
12908 cat confdefs.h >>conftest.$ac_ext
12909 cat >>conftest.$ac_ext <<_ACEOF
12910 /* end confdefs.h. */
12911 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12913 #define $ac_func innocuous_$ac_func
12915 /* System header to define __stub macros and hopefully few prototypes,
12916 which can conflict with char $ac_func (); below.
12917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12918 <limits.h> exists even on freestanding compilers. */
12920 #ifdef __STDC__
12921 # include <limits.h>
12922 #else
12923 # include <assert.h>
12924 #endif
12926 #undef $ac_func
12928 /* Override any GCC internal prototype to avoid an error.
12929 Use char because int might match the return type of a GCC
12930 builtin and then its argument prototype would still apply. */
12931 #ifdef __cplusplus
12932 extern "C"
12933 #endif
12934 char $ac_func ();
12935 /* The GNU C library defines this for functions which it implements
12936 to always fail with ENOSYS. Some functions are actually named
12937 something starting with __ and the normal name is an alias. */
12938 #if defined __stub_$ac_func || defined __stub___$ac_func
12939 choke me
12940 #endif
12943 main ()
12945 return $ac_func ();
12947 return 0;
12949 _ACEOF
12950 rm -f conftest.$ac_objext conftest$ac_exeext
12951 if { (ac_try="$ac_link"
12952 case "(($ac_try" in
12953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12954 *) ac_try_echo=$ac_try;;
12955 esac
12956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12957 (eval "$ac_link") 2>conftest.er1
12958 ac_status=$?
12959 grep -v '^ *+' conftest.er1 >conftest.err
12960 rm -f conftest.er1
12961 cat conftest.err >&5
12962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12963 (exit $ac_status); } && {
12964 test -z "$ac_c_werror_flag" ||
12965 test ! -s conftest.err
12966 } && test -s conftest$ac_exeext &&
12967 $as_test_x conftest$ac_exeext; then
12968 eval "$as_ac_var=yes"
12969 else
12970 echo "$as_me: failed program was:" >&5
12971 sed 's/^/| /' conftest.$ac_ext >&5
12973 eval "$as_ac_var=no"
12976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12977 conftest$ac_exeext conftest.$ac_ext
12979 ac_res=`eval echo '${'$as_ac_var'}'`
12980 { echo "$as_me:$LINENO: result: $ac_res" >&5
12981 echo "${ECHO_T}$ac_res" >&6; }
12982 if test `eval echo '${'$as_ac_var'}'` = yes; then
12983 cat >>confdefs.h <<_ACEOF
12984 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12985 _ACEOF
12988 done
12990 LIBS="$ac_save_LIBS"
12991 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12992 case "x$with_curses" in
12993 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12994 xno) ;;
12995 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12996 This is an error since --with-curses was requested." >&5
12997 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12998 This is an error since --with-curses was requested." >&2;}
12999 { (exit 1); exit 1; }; } ;;
13000 esac
13004 # Extract the first word of "sane-config", so it can be a program name with args.
13005 set dummy sane-config; ac_word=$2
13006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13008 if test "${ac_cv_prog_sane_devel+set}" = set; then
13009 echo $ECHO_N "(cached) $ECHO_C" >&6
13010 else
13011 if test -n "$sane_devel"; then
13012 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13013 else
13014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13015 for as_dir in $PATH
13017 IFS=$as_save_IFS
13018 test -z "$as_dir" && as_dir=.
13019 for ac_exec_ext in '' $ac_executable_extensions; do
13020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13021 ac_cv_prog_sane_devel="sane-config"
13022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13023 break 2
13025 done
13026 done
13027 IFS=$as_save_IFS
13029 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13032 sane_devel=$ac_cv_prog_sane_devel
13033 if test -n "$sane_devel"; then
13034 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13035 echo "${ECHO_T}$sane_devel" >&6; }
13036 else
13037 { echo "$as_me:$LINENO: result: no" >&5
13038 echo "${ECHO_T}no" >&6; }
13042 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13043 then
13044 ac_sane_incl="`$sane_devel --cflags`"
13045 ac_sane_libs="`$sane_devel --ldflags`"
13046 ac_save_CPPFLAGS="$CPPFLAGS"
13047 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13048 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13049 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13050 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13051 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13052 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13055 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13056 else
13057 # Is the header compilable?
13058 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13059 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13060 cat >conftest.$ac_ext <<_ACEOF
13061 /* confdefs.h. */
13062 _ACEOF
13063 cat confdefs.h >>conftest.$ac_ext
13064 cat >>conftest.$ac_ext <<_ACEOF
13065 /* end confdefs.h. */
13066 $ac_includes_default
13067 #include <sane/sane.h>
13068 _ACEOF
13069 rm -f conftest.$ac_objext
13070 if { (ac_try="$ac_compile"
13071 case "(($ac_try" in
13072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13073 *) ac_try_echo=$ac_try;;
13074 esac
13075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13076 (eval "$ac_compile") 2>conftest.er1
13077 ac_status=$?
13078 grep -v '^ *+' conftest.er1 >conftest.err
13079 rm -f conftest.er1
13080 cat conftest.err >&5
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); } && {
13083 test -z "$ac_c_werror_flag" ||
13084 test ! -s conftest.err
13085 } && test -s conftest.$ac_objext; then
13086 ac_header_compiler=yes
13087 else
13088 echo "$as_me: failed program was:" >&5
13089 sed 's/^/| /' conftest.$ac_ext >&5
13091 ac_header_compiler=no
13094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13095 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13096 echo "${ECHO_T}$ac_header_compiler" >&6; }
13098 # Is the header present?
13099 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13100 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13101 cat >conftest.$ac_ext <<_ACEOF
13102 /* confdefs.h. */
13103 _ACEOF
13104 cat confdefs.h >>conftest.$ac_ext
13105 cat >>conftest.$ac_ext <<_ACEOF
13106 /* end confdefs.h. */
13107 #include <sane/sane.h>
13108 _ACEOF
13109 if { (ac_try="$ac_cpp conftest.$ac_ext"
13110 case "(($ac_try" in
13111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13112 *) ac_try_echo=$ac_try;;
13113 esac
13114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13115 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13116 ac_status=$?
13117 grep -v '^ *+' conftest.er1 >conftest.err
13118 rm -f conftest.er1
13119 cat conftest.err >&5
13120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13121 (exit $ac_status); } >/dev/null && {
13122 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13123 test ! -s conftest.err
13124 }; then
13125 ac_header_preproc=yes
13126 else
13127 echo "$as_me: failed program was:" >&5
13128 sed 's/^/| /' conftest.$ac_ext >&5
13130 ac_header_preproc=no
13133 rm -f conftest.err conftest.$ac_ext
13134 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13135 echo "${ECHO_T}$ac_header_preproc" >&6; }
13137 # So? What about this header?
13138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13139 yes:no: )
13140 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13141 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13143 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13144 ac_header_preproc=yes
13146 no:yes:* )
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13148 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13150 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13152 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13153 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13154 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13156 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13158 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13159 ( cat <<\_ASBOX
13160 ## ------------------------------------ ##
13161 ## Report this to wine-devel@winehq.org ##
13162 ## ------------------------------------ ##
13163 _ASBOX
13164 ) | sed "s/^/$as_me: WARNING: /" >&2
13166 esac
13167 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13168 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13169 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13170 echo $ECHO_N "(cached) $ECHO_C" >&6
13171 else
13172 ac_cv_header_sane_sane_h=$ac_header_preproc
13174 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13175 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13178 if test $ac_cv_header_sane_sane_h = yes; then
13179 { echo "$as_me:$LINENO: checking for -lsane" >&5
13180 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13181 if test "${ac_cv_lib_soname_sane+set}" = set; then
13182 echo $ECHO_N "(cached) $ECHO_C" >&6
13183 else
13184 ac_check_soname_save_LIBS=$LIBS
13185 LIBS="-lsane $ac_sane_libs $LIBS"
13186 cat >conftest.$ac_ext <<_ACEOF
13187 /* confdefs.h. */
13188 _ACEOF
13189 cat confdefs.h >>conftest.$ac_ext
13190 cat >>conftest.$ac_ext <<_ACEOF
13191 /* end confdefs.h. */
13193 /* Override any GCC internal prototype to avoid an error.
13194 Use char because int might match the return type of a GCC
13195 builtin and then its argument prototype would still apply. */
13196 #ifdef __cplusplus
13197 extern "C"
13198 #endif
13199 char sane_init ();
13201 main ()
13203 return sane_init ();
13205 return 0;
13207 _ACEOF
13208 rm -f conftest.$ac_objext conftest$ac_exeext
13209 if { (ac_try="$ac_link"
13210 case "(($ac_try" in
13211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13212 *) ac_try_echo=$ac_try;;
13213 esac
13214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13215 (eval "$ac_link") 2>conftest.er1
13216 ac_status=$?
13217 grep -v '^ *+' conftest.er1 >conftest.err
13218 rm -f conftest.er1
13219 cat conftest.err >&5
13220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); } && {
13222 test -z "$ac_c_werror_flag" ||
13223 test ! -s conftest.err
13224 } && test -s conftest$ac_exeext &&
13225 $as_test_x conftest$ac_exeext; then
13226 case "$LIBEXT" in
13227 dll) ;;
13228 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'` ;;
13229 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13230 esac
13231 else
13232 echo "$as_me: failed program was:" >&5
13233 sed 's/^/| /' conftest.$ac_ext >&5
13238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13239 conftest$ac_exeext conftest.$ac_ext
13240 LIBS=$ac_check_soname_save_LIBS
13242 if test "x$ac_cv_lib_soname_sane" = "x"; then
13243 { echo "$as_me:$LINENO: result: not found" >&5
13244 echo "${ECHO_T}not found" >&6; }
13246 else
13247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13248 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13250 cat >>confdefs.h <<_ACEOF
13251 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13252 _ACEOF
13254 SANEINCL="$ac_sane_incl"
13261 CPPFLAGS="$ac_save_CPPFLAGS"
13263 if test "x$ac_cv_lib_soname_sane" = "x"; then
13264 case "x$with_sane" in
13265 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13266 xno) ;;
13267 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13268 This is an error since --with-sane was requested." >&5
13269 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13270 This is an error since --with-sane was requested." >&2;}
13271 { (exit 1); exit 1; }; } ;;
13272 esac
13276 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13277 set dummy gphoto2-config; ac_word=$2
13278 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13280 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13281 echo $ECHO_N "(cached) $ECHO_C" >&6
13282 else
13283 if test -n "$gphoto2_devel"; then
13284 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13285 else
13286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13287 for as_dir in $PATH
13289 IFS=$as_save_IFS
13290 test -z "$as_dir" && as_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13293 ac_cv_prog_gphoto2_devel="gphoto2-config"
13294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13295 break 2
13297 done
13298 done
13299 IFS=$as_save_IFS
13301 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13304 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13305 if test -n "$gphoto2_devel"; then
13306 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13307 echo "${ECHO_T}$gphoto2_devel" >&6; }
13308 else
13309 { echo "$as_me:$LINENO: result: no" >&5
13310 echo "${ECHO_T}no" >&6; }
13314 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13315 set dummy gphoto2-port-config; ac_word=$2
13316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13318 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13319 echo $ECHO_N "(cached) $ECHO_C" >&6
13320 else
13321 if test -n "$gphoto2port_devel"; then
13322 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13323 else
13324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13325 for as_dir in $PATH
13327 IFS=$as_save_IFS
13328 test -z "$as_dir" && as_dir=.
13329 for ac_exec_ext in '' $ac_executable_extensions; do
13330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13331 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13333 break 2
13335 done
13336 done
13337 IFS=$as_save_IFS
13339 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13342 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13343 if test -n "$gphoto2port_devel"; then
13344 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13345 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13346 else
13347 { echo "$as_me:$LINENO: result: no" >&5
13348 echo "${ECHO_T}no" >&6; }
13352 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13353 then
13354 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13355 ac_gphoto2_libs=""
13356 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13358 case "$i" in
13359 -L/usr/lib|-L/usr/lib64) ;;
13360 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13361 esac
13362 done
13363 ac_save_CPPFLAGS="$CPPFLAGS"
13364 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13365 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13366 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13367 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13368 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13369 echo $ECHO_N "(cached) $ECHO_C" >&6
13371 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13372 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13373 else
13374 # Is the header compilable?
13375 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13376 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383 $ac_includes_default
13384 #include <gphoto2-camera.h>
13385 _ACEOF
13386 rm -f conftest.$ac_objext
13387 if { (ac_try="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13390 *) ac_try_echo=$ac_try;;
13391 esac
13392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13393 (eval "$ac_compile") 2>conftest.er1
13394 ac_status=$?
13395 grep -v '^ *+' conftest.er1 >conftest.err
13396 rm -f conftest.er1
13397 cat conftest.err >&5
13398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13399 (exit $ac_status); } && {
13400 test -z "$ac_c_werror_flag" ||
13401 test ! -s conftest.err
13402 } && test -s conftest.$ac_objext; then
13403 ac_header_compiler=yes
13404 else
13405 echo "$as_me: failed program was:" >&5
13406 sed 's/^/| /' conftest.$ac_ext >&5
13408 ac_header_compiler=no
13411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13412 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13413 echo "${ECHO_T}$ac_header_compiler" >&6; }
13415 # Is the header present?
13416 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13417 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13418 cat >conftest.$ac_ext <<_ACEOF
13419 /* confdefs.h. */
13420 _ACEOF
13421 cat confdefs.h >>conftest.$ac_ext
13422 cat >>conftest.$ac_ext <<_ACEOF
13423 /* end confdefs.h. */
13424 #include <gphoto2-camera.h>
13425 _ACEOF
13426 if { (ac_try="$ac_cpp conftest.$ac_ext"
13427 case "(($ac_try" in
13428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13429 *) ac_try_echo=$ac_try;;
13430 esac
13431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13432 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13433 ac_status=$?
13434 grep -v '^ *+' conftest.er1 >conftest.err
13435 rm -f conftest.er1
13436 cat conftest.err >&5
13437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13438 (exit $ac_status); } >/dev/null && {
13439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13440 test ! -s conftest.err
13441 }; then
13442 ac_header_preproc=yes
13443 else
13444 echo "$as_me: failed program was:" >&5
13445 sed 's/^/| /' conftest.$ac_ext >&5
13447 ac_header_preproc=no
13450 rm -f conftest.err conftest.$ac_ext
13451 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13452 echo "${ECHO_T}$ac_header_preproc" >&6; }
13454 # So? What about this header?
13455 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13456 yes:no: )
13457 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13458 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13459 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13460 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13461 ac_header_preproc=yes
13463 no:yes:* )
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13469 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13471 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13475 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13476 ( cat <<\_ASBOX
13477 ## ------------------------------------ ##
13478 ## Report this to wine-devel@winehq.org ##
13479 ## ------------------------------------ ##
13480 _ASBOX
13481 ) | sed "s/^/$as_me: WARNING: /" >&2
13483 esac
13484 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13485 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13486 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13487 echo $ECHO_N "(cached) $ECHO_C" >&6
13488 else
13489 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13491 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13492 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13495 if test $ac_cv_header_gphoto2_camera_h = yes; then
13496 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13497 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13498 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13499 echo $ECHO_N "(cached) $ECHO_C" >&6
13500 else
13501 ac_check_lib_save_LIBS=$LIBS
13502 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13503 cat >conftest.$ac_ext <<_ACEOF
13504 /* confdefs.h. */
13505 _ACEOF
13506 cat confdefs.h >>conftest.$ac_ext
13507 cat >>conftest.$ac_ext <<_ACEOF
13508 /* end confdefs.h. */
13510 /* Override any GCC internal prototype to avoid an error.
13511 Use char because int might match the return type of a GCC
13512 builtin and then its argument prototype would still apply. */
13513 #ifdef __cplusplus
13514 extern "C"
13515 #endif
13516 char gp_camera_new ();
13518 main ()
13520 return gp_camera_new ();
13522 return 0;
13524 _ACEOF
13525 rm -f conftest.$ac_objext conftest$ac_exeext
13526 if { (ac_try="$ac_link"
13527 case "(($ac_try" in
13528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13529 *) ac_try_echo=$ac_try;;
13530 esac
13531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13532 (eval "$ac_link") 2>conftest.er1
13533 ac_status=$?
13534 grep -v '^ *+' conftest.er1 >conftest.err
13535 rm -f conftest.er1
13536 cat conftest.err >&5
13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538 (exit $ac_status); } && {
13539 test -z "$ac_c_werror_flag" ||
13540 test ! -s conftest.err
13541 } && test -s conftest$ac_exeext &&
13542 $as_test_x conftest$ac_exeext; then
13543 ac_cv_lib_gphoto2_gp_camera_new=yes
13544 else
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.$ac_ext >&5
13548 ac_cv_lib_gphoto2_gp_camera_new=no
13551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13552 conftest$ac_exeext conftest.$ac_ext
13553 LIBS=$ac_check_lib_save_LIBS
13555 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13556 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13557 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13559 cat >>confdefs.h <<\_ACEOF
13560 #define HAVE_GPHOTO2 1
13561 _ACEOF
13563 GPHOTO2LIBS="$ac_gphoto2_libs"
13565 GPHOTO2INCL="$ac_gphoto2_incl"
13572 CPPFLAGS="$ac_save_CPPFLAGS"
13574 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13575 case "x$with_gphoto" in
13576 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13577 xno) ;;
13578 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13579 This is an error since --with-gphoto was requested." >&5
13580 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13581 This is an error since --with-gphoto was requested." >&2;}
13582 { (exit 1); exit 1; }; } ;;
13583 esac
13588 RESOLVLIBS=""
13590 if test "$ac_cv_header_resolv_h" = "yes"
13591 then
13592 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13593 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13594 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13595 echo $ECHO_N "(cached) $ECHO_C" >&6
13596 else
13597 ac_check_lib_save_LIBS=$LIBS
13598 LIBS="-lresolv $LIBS"
13599 cat >conftest.$ac_ext <<_ACEOF
13600 /* confdefs.h. */
13601 _ACEOF
13602 cat confdefs.h >>conftest.$ac_ext
13603 cat >>conftest.$ac_ext <<_ACEOF
13604 /* end confdefs.h. */
13606 /* Override any GCC internal prototype to avoid an error.
13607 Use char because int might match the return type of a GCC
13608 builtin and then its argument prototype would still apply. */
13609 #ifdef __cplusplus
13610 extern "C"
13611 #endif
13612 char res_query ();
13614 main ()
13616 return res_query ();
13618 return 0;
13620 _ACEOF
13621 rm -f conftest.$ac_objext conftest$ac_exeext
13622 if { (ac_try="$ac_link"
13623 case "(($ac_try" in
13624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13625 *) ac_try_echo=$ac_try;;
13626 esac
13627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13628 (eval "$ac_link") 2>conftest.er1
13629 ac_status=$?
13630 grep -v '^ *+' conftest.er1 >conftest.err
13631 rm -f conftest.er1
13632 cat conftest.err >&5
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); } && {
13635 test -z "$ac_c_werror_flag" ||
13636 test ! -s conftest.err
13637 } && test -s conftest$ac_exeext &&
13638 $as_test_x conftest$ac_exeext; then
13639 ac_cv_lib_resolv_res_query=yes
13640 else
13641 echo "$as_me: failed program was:" >&5
13642 sed 's/^/| /' conftest.$ac_ext >&5
13644 ac_cv_lib_resolv_res_query=no
13647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13648 conftest$ac_exeext conftest.$ac_ext
13649 LIBS=$ac_check_lib_save_LIBS
13651 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13652 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13653 if test $ac_cv_lib_resolv_res_query = yes; then
13655 cat >>confdefs.h <<\_ACEOF
13656 #define HAVE_RESOLV 1
13657 _ACEOF
13659 RESOLVLIBS="-lresolv"
13664 LCMSLIBS=""
13666 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13667 then
13668 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13669 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13670 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13671 echo $ECHO_N "(cached) $ECHO_C" >&6
13672 else
13673 ac_check_lib_save_LIBS=$LIBS
13674 LIBS="-llcms $LIBS"
13675 cat >conftest.$ac_ext <<_ACEOF
13676 /* confdefs.h. */
13677 _ACEOF
13678 cat confdefs.h >>conftest.$ac_ext
13679 cat >>conftest.$ac_ext <<_ACEOF
13680 /* end confdefs.h. */
13682 /* Override any GCC internal prototype to avoid an error.
13683 Use char because int might match the return type of a GCC
13684 builtin and then its argument prototype would still apply. */
13685 #ifdef __cplusplus
13686 extern "C"
13687 #endif
13688 char cmsOpenProfileFromFile ();
13690 main ()
13692 return cmsOpenProfileFromFile ();
13694 return 0;
13696 _ACEOF
13697 rm -f conftest.$ac_objext conftest$ac_exeext
13698 if { (ac_try="$ac_link"
13699 case "(($ac_try" in
13700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13701 *) ac_try_echo=$ac_try;;
13702 esac
13703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13704 (eval "$ac_link") 2>conftest.er1
13705 ac_status=$?
13706 grep -v '^ *+' conftest.er1 >conftest.err
13707 rm -f conftest.er1
13708 cat conftest.err >&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); } && {
13711 test -z "$ac_c_werror_flag" ||
13712 test ! -s conftest.err
13713 } && test -s conftest$ac_exeext &&
13714 $as_test_x conftest$ac_exeext; then
13715 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13716 else
13717 echo "$as_me: failed program was:" >&5
13718 sed 's/^/| /' conftest.$ac_ext >&5
13720 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13724 conftest$ac_exeext conftest.$ac_ext
13725 LIBS=$ac_check_lib_save_LIBS
13727 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13728 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13729 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13731 cat >>confdefs.h <<\_ACEOF
13732 #define HAVE_LCMS 1
13733 _ACEOF
13735 LCMSLIBS="-llcms"
13739 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13740 case "x$with_cms" in
13741 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13742 xno) ;;
13743 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13744 This is an error since --with-cms was requested." >&5
13745 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13746 This is an error since --with-cms was requested." >&2;}
13747 { (exit 1); exit 1; }; } ;;
13748 esac
13752 for ac_prog in freetype-config freetype2-config
13754 # Extract the first word of "$ac_prog", so it can be a program name with args.
13755 set dummy $ac_prog; ac_word=$2
13756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13758 if test "${ac_cv_prog_ft_devel+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13760 else
13761 if test -n "$ft_devel"; then
13762 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13763 else
13764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13765 for as_dir in $PATH
13767 IFS=$as_save_IFS
13768 test -z "$as_dir" && as_dir=.
13769 for ac_exec_ext in '' $ac_executable_extensions; do
13770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13771 ac_cv_prog_ft_devel="$ac_prog"
13772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13773 break 2
13775 done
13776 done
13777 IFS=$as_save_IFS
13781 ft_devel=$ac_cv_prog_ft_devel
13782 if test -n "$ft_devel"; then
13783 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13784 echo "${ECHO_T}$ft_devel" >&6; }
13785 else
13786 { echo "$as_me:$LINENO: result: no" >&5
13787 echo "${ECHO_T}no" >&6; }
13791 test -n "$ft_devel" && break
13792 done
13793 test -n "$ft_devel" || ft_devel="false"
13795 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13796 then
13797 ac_freetype_libs=`$ft_devel --libs`
13798 ac_freetype_incl=`$ft_devel --cflags`
13799 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13800 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13801 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13802 echo $ECHO_N "(cached) $ECHO_C" >&6
13803 else
13804 ac_check_soname_save_LIBS=$LIBS
13805 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13806 cat >conftest.$ac_ext <<_ACEOF
13807 /* confdefs.h. */
13808 _ACEOF
13809 cat confdefs.h >>conftest.$ac_ext
13810 cat >>conftest.$ac_ext <<_ACEOF
13811 /* end confdefs.h. */
13813 /* Override any GCC internal prototype to avoid an error.
13814 Use char because int might match the return type of a GCC
13815 builtin and then its argument prototype would still apply. */
13816 #ifdef __cplusplus
13817 extern "C"
13818 #endif
13819 char FT_Init_FreeType ();
13821 main ()
13823 return FT_Init_FreeType ();
13825 return 0;
13827 _ACEOF
13828 rm -f conftest.$ac_objext conftest$ac_exeext
13829 if { (ac_try="$ac_link"
13830 case "(($ac_try" in
13831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13832 *) ac_try_echo=$ac_try;;
13833 esac
13834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13835 (eval "$ac_link") 2>conftest.er1
13836 ac_status=$?
13837 grep -v '^ *+' conftest.er1 >conftest.err
13838 rm -f conftest.er1
13839 cat conftest.err >&5
13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841 (exit $ac_status); } && {
13842 test -z "$ac_c_werror_flag" ||
13843 test ! -s conftest.err
13844 } && test -s conftest$ac_exeext &&
13845 $as_test_x conftest$ac_exeext; then
13846 case "$LIBEXT" in
13847 dll) ;;
13848 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'` ;;
13849 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13850 esac
13851 else
13852 echo "$as_me: failed program was:" >&5
13853 sed 's/^/| /' conftest.$ac_ext >&5
13858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13859 conftest$ac_exeext conftest.$ac_ext
13860 LIBS=$ac_check_soname_save_LIBS
13862 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13863 { echo "$as_me:$LINENO: result: not found" >&5
13864 echo "${ECHO_T}not found" >&6; }
13865 ft_lib=no
13866 else
13867 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13868 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13870 cat >>confdefs.h <<_ACEOF
13871 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13872 _ACEOF
13874 ft_lib=yes
13877 if test "$ft_lib" = "yes"
13878 then
13879 ac_save_CPPFLAGS="$CPPFLAGS"
13880 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13893 for ac_header in ft2build.h \
13894 freetype/freetype.h \
13895 freetype/ftglyph.h \
13896 freetype/fttypes.h \
13897 freetype/tttables.h \
13898 freetype/ftnames.h \
13899 freetype/ftsnames.h \
13900 freetype/ttnameid.h \
13901 freetype/ftoutln.h \
13902 freetype/ftwinfnt.h \
13903 freetype/ftmodapi.h \
13904 freetype/internal/sfnt.h
13906 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13907 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13910 echo $ECHO_N "(cached) $ECHO_C" >&6
13911 else
13912 cat >conftest.$ac_ext <<_ACEOF
13913 /* confdefs.h. */
13914 _ACEOF
13915 cat confdefs.h >>conftest.$ac_ext
13916 cat >>conftest.$ac_ext <<_ACEOF
13917 /* end confdefs.h. */
13918 #ifdef HAVE_FT2BUILD_H
13919 # include <ft2build.h>
13920 #endif
13922 #include <$ac_header>
13923 _ACEOF
13924 rm -f conftest.$ac_objext
13925 if { (ac_try="$ac_compile"
13926 case "(($ac_try" in
13927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13928 *) ac_try_echo=$ac_try;;
13929 esac
13930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13931 (eval "$ac_compile") 2>conftest.er1
13932 ac_status=$?
13933 grep -v '^ *+' conftest.er1 >conftest.err
13934 rm -f conftest.er1
13935 cat conftest.err >&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); } && {
13938 test -z "$ac_c_werror_flag" ||
13939 test ! -s conftest.err
13940 } && test -s conftest.$ac_objext; then
13941 eval "$as_ac_Header=yes"
13942 else
13943 echo "$as_me: failed program was:" >&5
13944 sed 's/^/| /' conftest.$ac_ext >&5
13946 eval "$as_ac_Header=no"
13949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13951 ac_res=`eval echo '${'$as_ac_Header'}'`
13952 { echo "$as_me:$LINENO: result: $ac_res" >&5
13953 echo "${ECHO_T}$ac_res" >&6; }
13954 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13955 cat >>confdefs.h <<_ACEOF
13956 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13957 _ACEOF
13961 done
13963 cat >conftest.$ac_ext <<_ACEOF
13964 /* confdefs.h. */
13965 _ACEOF
13966 cat confdefs.h >>conftest.$ac_ext
13967 cat >>conftest.$ac_ext <<_ACEOF
13968 /* end confdefs.h. */
13969 #include <ft2build.h>
13970 #include <freetype/fttrigon.h>
13971 _ACEOF
13972 if { (ac_try="$ac_cpp conftest.$ac_ext"
13973 case "(($ac_try" in
13974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13975 *) ac_try_echo=$ac_try;;
13976 esac
13977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13978 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13979 ac_status=$?
13980 grep -v '^ *+' conftest.er1 >conftest.err
13981 rm -f conftest.er1
13982 cat conftest.err >&5
13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13984 (exit $ac_status); } >/dev/null && {
13985 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13986 test ! -s conftest.err
13987 }; then
13989 cat >>confdefs.h <<\_ACEOF
13990 #define HAVE_FREETYPE_FTTRIGON_H 1
13991 _ACEOF
13993 wine_cv_fttrigon=yes
13994 else
13995 echo "$as_me: failed program was:" >&5
13996 sed 's/^/| /' conftest.$ac_ext >&5
13998 wine_cv_fttrigon=no
14001 rm -f conftest.err conftest.$ac_ext
14002 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14003 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14004 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14005 echo $ECHO_N "(cached) $ECHO_C" >&6
14006 else
14007 cat >conftest.$ac_ext <<_ACEOF
14008 /* confdefs.h. */
14009 _ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14013 #include <freetype/ftmodapi.h>
14015 typedef FT_TrueTypeEngineType ac__type_new_;
14017 main ()
14019 if ((ac__type_new_ *) 0)
14020 return 0;
14021 if (sizeof (ac__type_new_))
14022 return 0;
14024 return 0;
14026 _ACEOF
14027 rm -f conftest.$ac_objext
14028 if { (ac_try="$ac_compile"
14029 case "(($ac_try" in
14030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14031 *) ac_try_echo=$ac_try;;
14032 esac
14033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14034 (eval "$ac_compile") 2>conftest.er1
14035 ac_status=$?
14036 grep -v '^ *+' conftest.er1 >conftest.err
14037 rm -f conftest.er1
14038 cat conftest.err >&5
14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040 (exit $ac_status); } && {
14041 test -z "$ac_c_werror_flag" ||
14042 test ! -s conftest.err
14043 } && test -s conftest.$ac_objext; then
14044 ac_cv_type_FT_TrueTypeEngineType=yes
14045 else
14046 echo "$as_me: failed program was:" >&5
14047 sed 's/^/| /' conftest.$ac_ext >&5
14049 ac_cv_type_FT_TrueTypeEngineType=no
14052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14054 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14055 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14056 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14058 cat >>confdefs.h <<_ACEOF
14059 #define HAVE_FT_TRUETYPEENGINETYPE 1
14060 _ACEOF
14065 ac_save_CFLAGS="$CFLAGS"
14066 CFLAGS="$CFLAGS $ac_freetype_libs"
14068 for ac_func in FT_Load_Sfnt_Table
14070 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14071 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14072 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14073 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14074 echo $ECHO_N "(cached) $ECHO_C" >&6
14075 else
14076 cat >conftest.$ac_ext <<_ACEOF
14077 /* confdefs.h. */
14078 _ACEOF
14079 cat confdefs.h >>conftest.$ac_ext
14080 cat >>conftest.$ac_ext <<_ACEOF
14081 /* end confdefs.h. */
14082 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14083 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14084 #define $ac_func innocuous_$ac_func
14086 /* System header to define __stub macros and hopefully few prototypes,
14087 which can conflict with char $ac_func (); below.
14088 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14089 <limits.h> exists even on freestanding compilers. */
14091 #ifdef __STDC__
14092 # include <limits.h>
14093 #else
14094 # include <assert.h>
14095 #endif
14097 #undef $ac_func
14099 /* Override any GCC internal prototype to avoid an error.
14100 Use char because int might match the return type of a GCC
14101 builtin and then its argument prototype would still apply. */
14102 #ifdef __cplusplus
14103 extern "C"
14104 #endif
14105 char $ac_func ();
14106 /* The GNU C library defines this for functions which it implements
14107 to always fail with ENOSYS. Some functions are actually named
14108 something starting with __ and the normal name is an alias. */
14109 #if defined __stub_$ac_func || defined __stub___$ac_func
14110 choke me
14111 #endif
14114 main ()
14116 return $ac_func ();
14118 return 0;
14120 _ACEOF
14121 rm -f conftest.$ac_objext conftest$ac_exeext
14122 if { (ac_try="$ac_link"
14123 case "(($ac_try" in
14124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14125 *) ac_try_echo=$ac_try;;
14126 esac
14127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14128 (eval "$ac_link") 2>conftest.er1
14129 ac_status=$?
14130 grep -v '^ *+' conftest.er1 >conftest.err
14131 rm -f conftest.er1
14132 cat conftest.err >&5
14133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14134 (exit $ac_status); } && {
14135 test -z "$ac_c_werror_flag" ||
14136 test ! -s conftest.err
14137 } && test -s conftest$ac_exeext &&
14138 $as_test_x conftest$ac_exeext; then
14139 eval "$as_ac_var=yes"
14140 else
14141 echo "$as_me: failed program was:" >&5
14142 sed 's/^/| /' conftest.$ac_ext >&5
14144 eval "$as_ac_var=no"
14147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14148 conftest$ac_exeext conftest.$ac_ext
14150 ac_res=`eval echo '${'$as_ac_var'}'`
14151 { echo "$as_me:$LINENO: result: $ac_res" >&5
14152 echo "${ECHO_T}$ac_res" >&6; }
14153 if test `eval echo '${'$as_ac_var'}'` = yes; then
14154 cat >>confdefs.h <<_ACEOF
14155 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14156 _ACEOF
14159 done
14161 CFLAGS="$ac_save_CFLAGS"
14162 CPPFLAGS="$ac_save_CPPFLAGS"
14163 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14164 then
14166 cat >>confdefs.h <<\_ACEOF
14167 #define HAVE_FREETYPE 1
14168 _ACEOF
14170 FREETYPELIBS="$ac_freetype_libs"
14172 FREETYPEINCL="$ac_freetype_incl"
14177 if test "x$FREETYPELIBS" = "x"; then
14178 case "x$with_freetype" in
14179 xno) ;;
14180 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14181 Fonts will not be built. Dialog text may be invisible or unaligned.
14182 Use the --without-freetype option if you really want this." >&5
14183 echo "$as_me: error: FreeType development files not found.
14184 Fonts will not be built. Dialog text may be invisible or unaligned.
14185 Use the --without-freetype option if you really want this." >&2;}
14186 { (exit 1); exit 1; }; } ;;
14187 esac
14190 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14192 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14193 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14194 if test "${ac_cv_c_ppdev+set}" = set; then
14195 echo $ECHO_N "(cached) $ECHO_C" >&6
14196 else
14197 cat >conftest.$ac_ext <<_ACEOF
14198 /* confdefs.h. */
14199 _ACEOF
14200 cat confdefs.h >>conftest.$ac_ext
14201 cat >>conftest.$ac_ext <<_ACEOF
14202 /* end confdefs.h. */
14203 #include <linux/ppdev.h>
14205 main ()
14207 ioctl (1,PPCLAIM,0)
14209 return 0;
14211 _ACEOF
14212 rm -f conftest.$ac_objext
14213 if { (ac_try="$ac_compile"
14214 case "(($ac_try" in
14215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14216 *) ac_try_echo=$ac_try;;
14217 esac
14218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14219 (eval "$ac_compile") 2>conftest.er1
14220 ac_status=$?
14221 grep -v '^ *+' conftest.er1 >conftest.err
14222 rm -f conftest.er1
14223 cat conftest.err >&5
14224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14225 (exit $ac_status); } && {
14226 test -z "$ac_c_werror_flag" ||
14227 test ! -s conftest.err
14228 } && test -s conftest.$ac_objext; then
14229 ac_cv_c_ppdev="yes"
14230 else
14231 echo "$as_me: failed program was:" >&5
14232 sed 's/^/| /' conftest.$ac_ext >&5
14234 ac_cv_c_ppdev="no"
14237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14239 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14240 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14241 if test "$ac_cv_c_ppdev" = "yes"
14242 then
14244 cat >>confdefs.h <<\_ACEOF
14245 #define HAVE_PPDEV 1
14246 _ACEOF
14250 { echo "$as_me:$LINENO: checking for va_copy" >&5
14251 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14252 if test "${ac_cv_c_va_copy+set}" = set; then
14253 echo $ECHO_N "(cached) $ECHO_C" >&6
14254 else
14255 cat >conftest.$ac_ext <<_ACEOF
14256 /* confdefs.h. */
14257 _ACEOF
14258 cat confdefs.h >>conftest.$ac_ext
14259 cat >>conftest.$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14261 #include <stdarg.h>
14263 main ()
14265 va_list ap1, ap2; va_copy(ap1,ap2);
14267 return 0;
14269 _ACEOF
14270 rm -f conftest.$ac_objext conftest$ac_exeext
14271 if { (ac_try="$ac_link"
14272 case "(($ac_try" in
14273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14274 *) ac_try_echo=$ac_try;;
14275 esac
14276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14277 (eval "$ac_link") 2>conftest.er1
14278 ac_status=$?
14279 grep -v '^ *+' conftest.er1 >conftest.err
14280 rm -f conftest.er1
14281 cat conftest.err >&5
14282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283 (exit $ac_status); } && {
14284 test -z "$ac_c_werror_flag" ||
14285 test ! -s conftest.err
14286 } && test -s conftest$ac_exeext &&
14287 $as_test_x conftest$ac_exeext; then
14288 ac_cv_c_va_copy="yes"
14289 else
14290 echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14293 ac_cv_c_va_copy="no"
14296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14297 conftest$ac_exeext conftest.$ac_ext
14300 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14301 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14302 if test "$ac_cv_c_va_copy" = "yes"
14303 then
14305 cat >>confdefs.h <<\_ACEOF
14306 #define HAVE_VA_COPY 1
14307 _ACEOF
14310 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14311 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14312 if test "${ac_cv_c___va_copy+set}" = set; then
14313 echo $ECHO_N "(cached) $ECHO_C" >&6
14314 else
14315 cat >conftest.$ac_ext <<_ACEOF
14316 /* confdefs.h. */
14317 _ACEOF
14318 cat confdefs.h >>conftest.$ac_ext
14319 cat >>conftest.$ac_ext <<_ACEOF
14320 /* end confdefs.h. */
14321 #include <stdarg.h>
14323 main ()
14325 va_list ap1, ap2; __va_copy(ap1,ap2);
14327 return 0;
14329 _ACEOF
14330 rm -f conftest.$ac_objext conftest$ac_exeext
14331 if { (ac_try="$ac_link"
14332 case "(($ac_try" in
14333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14334 *) ac_try_echo=$ac_try;;
14335 esac
14336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14337 (eval "$ac_link") 2>conftest.er1
14338 ac_status=$?
14339 grep -v '^ *+' conftest.er1 >conftest.err
14340 rm -f conftest.er1
14341 cat conftest.err >&5
14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); } && {
14344 test -z "$ac_c_werror_flag" ||
14345 test ! -s conftest.err
14346 } && test -s conftest$ac_exeext &&
14347 $as_test_x conftest$ac_exeext; then
14348 ac_cv_c___va_copy="yes"
14349 else
14350 echo "$as_me: failed program was:" >&5
14351 sed 's/^/| /' conftest.$ac_ext >&5
14353 ac_cv_c___va_copy="no"
14356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14357 conftest$ac_exeext conftest.$ac_ext
14360 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14361 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14362 if test "$ac_cv_c___va_copy" = "yes"
14363 then
14365 cat >>confdefs.h <<\_ACEOF
14366 #define HAVE___VA_COPY 1
14367 _ACEOF
14371 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14372 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14373 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14374 echo $ECHO_N "(cached) $ECHO_C" >&6
14375 else
14376 cat >conftest.$ac_ext <<_ACEOF
14377 /* confdefs.h. */
14378 _ACEOF
14379 cat confdefs.h >>conftest.$ac_ext
14380 cat >>conftest.$ac_ext <<_ACEOF
14381 /* end confdefs.h. */
14382 #define _GNU_SOURCE
14383 #include <pthread.h>
14385 typedef pthread_rwlock_t ac__type_new_;
14387 main ()
14389 if ((ac__type_new_ *) 0)
14390 return 0;
14391 if (sizeof (ac__type_new_))
14392 return 0;
14394 return 0;
14396 _ACEOF
14397 rm -f conftest.$ac_objext
14398 if { (ac_try="$ac_compile"
14399 case "(($ac_try" in
14400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14401 *) ac_try_echo=$ac_try;;
14402 esac
14403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14404 (eval "$ac_compile") 2>conftest.er1
14405 ac_status=$?
14406 grep -v '^ *+' conftest.er1 >conftest.err
14407 rm -f conftest.er1
14408 cat conftest.err >&5
14409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14410 (exit $ac_status); } && {
14411 test -z "$ac_c_werror_flag" ||
14412 test ! -s conftest.err
14413 } && test -s conftest.$ac_objext; then
14414 ac_cv_type_pthread_rwlock_t=yes
14415 else
14416 echo "$as_me: failed program was:" >&5
14417 sed 's/^/| /' conftest.$ac_ext >&5
14419 ac_cv_type_pthread_rwlock_t=no
14422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14424 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14425 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14426 if test $ac_cv_type_pthread_rwlock_t = yes; then
14428 cat >>confdefs.h <<_ACEOF
14429 #define HAVE_PTHREAD_RWLOCK_T 1
14430 _ACEOF
14434 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14435 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14436 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14437 echo $ECHO_N "(cached) $ECHO_C" >&6
14438 else
14439 cat >conftest.$ac_ext <<_ACEOF
14440 /* confdefs.h. */
14441 _ACEOF
14442 cat confdefs.h >>conftest.$ac_ext
14443 cat >>conftest.$ac_ext <<_ACEOF
14444 /* end confdefs.h. */
14445 #define _GNU_SOURCE
14446 #include <pthread.h>
14448 typedef pthread_rwlockattr_t ac__type_new_;
14450 main ()
14452 if ((ac__type_new_ *) 0)
14453 return 0;
14454 if (sizeof (ac__type_new_))
14455 return 0;
14457 return 0;
14459 _ACEOF
14460 rm -f conftest.$ac_objext
14461 if { (ac_try="$ac_compile"
14462 case "(($ac_try" in
14463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14464 *) ac_try_echo=$ac_try;;
14465 esac
14466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14467 (eval "$ac_compile") 2>conftest.er1
14468 ac_status=$?
14469 grep -v '^ *+' conftest.er1 >conftest.err
14470 rm -f conftest.er1
14471 cat conftest.err >&5
14472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14473 (exit $ac_status); } && {
14474 test -z "$ac_c_werror_flag" ||
14475 test ! -s conftest.err
14476 } && test -s conftest.$ac_objext; then
14477 ac_cv_type_pthread_rwlockattr_t=yes
14478 else
14479 echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.$ac_ext >&5
14482 ac_cv_type_pthread_rwlockattr_t=no
14485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14487 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14488 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14489 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14491 cat >>confdefs.h <<_ACEOF
14492 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14493 _ACEOF
14499 ac_wine_check_funcs_save_LIBS="$LIBS"
14500 LIBS="$LIBS $LIBPTHREAD"
14505 for ac_func in \
14506 pthread_attr_get_np \
14507 pthread_getattr_np \
14508 pthread_get_stackaddr_np \
14509 pthread_get_stacksize_np
14511 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14512 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14513 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14514 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14515 echo $ECHO_N "(cached) $ECHO_C" >&6
14516 else
14517 cat >conftest.$ac_ext <<_ACEOF
14518 /* confdefs.h. */
14519 _ACEOF
14520 cat confdefs.h >>conftest.$ac_ext
14521 cat >>conftest.$ac_ext <<_ACEOF
14522 /* end confdefs.h. */
14523 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14524 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14525 #define $ac_func innocuous_$ac_func
14527 /* System header to define __stub macros and hopefully few prototypes,
14528 which can conflict with char $ac_func (); below.
14529 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14530 <limits.h> exists even on freestanding compilers. */
14532 #ifdef __STDC__
14533 # include <limits.h>
14534 #else
14535 # include <assert.h>
14536 #endif
14538 #undef $ac_func
14540 /* Override any GCC internal prototype to avoid an error.
14541 Use char because int might match the return type of a GCC
14542 builtin and then its argument prototype would still apply. */
14543 #ifdef __cplusplus
14544 extern "C"
14545 #endif
14546 char $ac_func ();
14547 /* The GNU C library defines this for functions which it implements
14548 to always fail with ENOSYS. Some functions are actually named
14549 something starting with __ and the normal name is an alias. */
14550 #if defined __stub_$ac_func || defined __stub___$ac_func
14551 choke me
14552 #endif
14555 main ()
14557 return $ac_func ();
14559 return 0;
14561 _ACEOF
14562 rm -f conftest.$ac_objext conftest$ac_exeext
14563 if { (ac_try="$ac_link"
14564 case "(($ac_try" in
14565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14566 *) ac_try_echo=$ac_try;;
14567 esac
14568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14569 (eval "$ac_link") 2>conftest.er1
14570 ac_status=$?
14571 grep -v '^ *+' conftest.er1 >conftest.err
14572 rm -f conftest.er1
14573 cat conftest.err >&5
14574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14575 (exit $ac_status); } && {
14576 test -z "$ac_c_werror_flag" ||
14577 test ! -s conftest.err
14578 } && test -s conftest$ac_exeext &&
14579 $as_test_x conftest$ac_exeext; then
14580 eval "$as_ac_var=yes"
14581 else
14582 echo "$as_me: failed program was:" >&5
14583 sed 's/^/| /' conftest.$ac_ext >&5
14585 eval "$as_ac_var=no"
14588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14589 conftest$ac_exeext conftest.$ac_ext
14591 ac_res=`eval echo '${'$as_ac_var'}'`
14592 { echo "$as_me:$LINENO: result: $ac_res" >&5
14593 echo "${ECHO_T}$ac_res" >&6; }
14594 if test `eval echo '${'$as_ac_var'}'` = yes; then
14595 cat >>confdefs.h <<_ACEOF
14596 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14597 _ACEOF
14600 done
14602 LIBS="$ac_wine_check_funcs_save_LIBS"
14604 # Extract the first word of "esd-config", so it can be a program name with args.
14605 set dummy esd-config; ac_word=$2
14606 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14608 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14609 echo $ECHO_N "(cached) $ECHO_C" >&6
14610 else
14611 case $ESDCONFIG in
14612 [\\/]* | ?:[\\/]*)
14613 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14617 for as_dir in $PATH
14619 IFS=$as_save_IFS
14620 test -z "$as_dir" && as_dir=.
14621 for ac_exec_ext in '' $ac_executable_extensions; do
14622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14623 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14625 break 2
14627 done
14628 done
14629 IFS=$as_save_IFS
14632 esac
14634 ESDCONFIG=$ac_cv_path_ESDCONFIG
14635 if test -n "$ESDCONFIG"; then
14636 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14637 echo "${ECHO_T}$ESDCONFIG" >&6; }
14638 else
14639 { echo "$as_me:$LINENO: result: no" >&5
14640 echo "${ECHO_T}no" >&6; }
14644 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14645 then
14646 ac_esd_incl=""
14647 for i in `$ESDCONFIG --cflags`
14649 case "$i" in
14650 -I*) ac_esd_incl="$ac_esd_incl $i";;
14651 esac
14652 done
14653 ac_esd_libs=`$ESDCONFIG --libs`
14654 save_CFLAGS="$CFLAGS"
14655 CFLAGS="$CFLAGS $ac_esd_incl"
14656 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14657 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14658 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14659 echo $ECHO_N "(cached) $ECHO_C" >&6
14660 else
14661 ac_check_lib_save_LIBS=$LIBS
14662 LIBS="-lesd $ac_esd_libs $LIBS"
14663 cat >conftest.$ac_ext <<_ACEOF
14664 /* confdefs.h. */
14665 _ACEOF
14666 cat confdefs.h >>conftest.$ac_ext
14667 cat >>conftest.$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14670 /* Override any GCC internal prototype to avoid an error.
14671 Use char because int might match the return type of a GCC
14672 builtin and then its argument prototype would still apply. */
14673 #ifdef __cplusplus
14674 extern "C"
14675 #endif
14676 char esd_open_sound ();
14678 main ()
14680 return esd_open_sound ();
14682 return 0;
14684 _ACEOF
14685 rm -f conftest.$ac_objext conftest$ac_exeext
14686 if { (ac_try="$ac_link"
14687 case "(($ac_try" in
14688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14689 *) ac_try_echo=$ac_try;;
14690 esac
14691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14692 (eval "$ac_link") 2>conftest.er1
14693 ac_status=$?
14694 grep -v '^ *+' conftest.er1 >conftest.err
14695 rm -f conftest.er1
14696 cat conftest.err >&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); } && {
14699 test -z "$ac_c_werror_flag" ||
14700 test ! -s conftest.err
14701 } && test -s conftest$ac_exeext &&
14702 $as_test_x conftest$ac_exeext; then
14703 ac_cv_lib_esd_esd_open_sound=yes
14704 else
14705 echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.$ac_ext >&5
14708 ac_cv_lib_esd_esd_open_sound=no
14711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14712 conftest$ac_exeext conftest.$ac_ext
14713 LIBS=$ac_check_lib_save_LIBS
14715 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14716 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14717 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14718 ESDINCL="$ac_esd_incl"
14720 ESDLIBS="$ac_esd_libs"
14723 cat >>confdefs.h <<\_ACEOF
14724 #define HAVE_ESD 1
14725 _ACEOF
14729 CFLAGS="$save_CFLAGS"
14732 ALSALIBS=""
14734 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14735 then
14736 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14737 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14738 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14739 echo $ECHO_N "(cached) $ECHO_C" >&6
14740 else
14741 ac_check_lib_save_LIBS=$LIBS
14742 LIBS="-lasound $LIBS"
14743 cat >conftest.$ac_ext <<_ACEOF
14744 /* confdefs.h. */
14745 _ACEOF
14746 cat confdefs.h >>conftest.$ac_ext
14747 cat >>conftest.$ac_ext <<_ACEOF
14748 /* end confdefs.h. */
14750 /* Override any GCC internal prototype to avoid an error.
14751 Use char because int might match the return type of a GCC
14752 builtin and then its argument prototype would still apply. */
14753 #ifdef __cplusplus
14754 extern "C"
14755 #endif
14756 char snd_pcm_hw_params_get_access ();
14758 main ()
14760 return snd_pcm_hw_params_get_access ();
14762 return 0;
14764 _ACEOF
14765 rm -f conftest.$ac_objext conftest$ac_exeext
14766 if { (ac_try="$ac_link"
14767 case "(($ac_try" in
14768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14769 *) ac_try_echo=$ac_try;;
14770 esac
14771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14772 (eval "$ac_link") 2>conftest.er1
14773 ac_status=$?
14774 grep -v '^ *+' conftest.er1 >conftest.err
14775 rm -f conftest.er1
14776 cat conftest.err >&5
14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14778 (exit $ac_status); } && {
14779 test -z "$ac_c_werror_flag" ||
14780 test ! -s conftest.err
14781 } && test -s conftest$ac_exeext &&
14782 $as_test_x conftest$ac_exeext; then
14783 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14784 else
14785 echo "$as_me: failed program was:" >&5
14786 sed 's/^/| /' conftest.$ac_ext >&5
14788 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14792 conftest$ac_exeext conftest.$ac_ext
14793 LIBS=$ac_check_lib_save_LIBS
14795 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14796 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14797 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14798 cat >conftest.$ac_ext <<_ACEOF
14799 /* confdefs.h. */
14800 _ACEOF
14801 cat confdefs.h >>conftest.$ac_ext
14802 cat >>conftest.$ac_ext <<_ACEOF
14803 /* end confdefs.h. */
14804 #ifdef HAVE_ALSA_ASOUNDLIB_H
14805 #include <alsa/asoundlib.h>
14806 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14807 #include <sys/asoundlib.h>
14808 #endif
14810 main ()
14812 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14814 return 0;
14816 _ACEOF
14817 rm -f conftest.$ac_objext
14818 if { (ac_try="$ac_compile"
14819 case "(($ac_try" in
14820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14821 *) ac_try_echo=$ac_try;;
14822 esac
14823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14824 (eval "$ac_compile") 2>conftest.er1
14825 ac_status=$?
14826 grep -v '^ *+' conftest.er1 >conftest.err
14827 rm -f conftest.er1
14828 cat conftest.err >&5
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } && {
14831 test -z "$ac_c_werror_flag" ||
14832 test ! -s conftest.err
14833 } && test -s conftest.$ac_objext; then
14835 cat >>confdefs.h <<\_ACEOF
14836 #define HAVE_ALSA 1
14837 _ACEOF
14839 ALSALIBS="-lasound"
14840 else
14841 echo "$as_me: failed program was:" >&5
14842 sed 's/^/| /' conftest.$ac_ext >&5
14847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14852 AUDIOIOLIBS=""
14854 if test "$ac_cv_header_libaudioio_h" = "yes"
14855 then
14856 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14857 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14858 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14859 echo $ECHO_N "(cached) $ECHO_C" >&6
14860 else
14861 ac_check_lib_save_LIBS=$LIBS
14862 LIBS="-laudioio $LIBS"
14863 cat >conftest.$ac_ext <<_ACEOF
14864 /* confdefs.h. */
14865 _ACEOF
14866 cat confdefs.h >>conftest.$ac_ext
14867 cat >>conftest.$ac_ext <<_ACEOF
14868 /* end confdefs.h. */
14870 /* Override any GCC internal prototype to avoid an error.
14871 Use char because int might match the return type of a GCC
14872 builtin and then its argument prototype would still apply. */
14873 #ifdef __cplusplus
14874 extern "C"
14875 #endif
14876 char AudioIOGetVersion ();
14878 main ()
14880 return AudioIOGetVersion ();
14882 return 0;
14884 _ACEOF
14885 rm -f conftest.$ac_objext conftest$ac_exeext
14886 if { (ac_try="$ac_link"
14887 case "(($ac_try" in
14888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14889 *) ac_try_echo=$ac_try;;
14890 esac
14891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14892 (eval "$ac_link") 2>conftest.er1
14893 ac_status=$?
14894 grep -v '^ *+' conftest.er1 >conftest.err
14895 rm -f conftest.er1
14896 cat conftest.err >&5
14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14898 (exit $ac_status); } && {
14899 test -z "$ac_c_werror_flag" ||
14900 test ! -s conftest.err
14901 } && test -s conftest$ac_exeext &&
14902 $as_test_x conftest$ac_exeext; then
14903 ac_cv_lib_audioio_AudioIOGetVersion=yes
14904 else
14905 echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14908 ac_cv_lib_audioio_AudioIOGetVersion=no
14911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14912 conftest$ac_exeext conftest.$ac_ext
14913 LIBS=$ac_check_lib_save_LIBS
14915 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14916 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14917 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14918 AUDIOIOLIBS="-laudioio"
14920 cat >>confdefs.h <<\_ACEOF
14921 #define HAVE_LIBAUDIOIO 1
14922 _ACEOF
14929 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14930 then
14931 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14932 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14933 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14934 echo $ECHO_N "(cached) $ECHO_C" >&6
14935 else
14936 ac_check_soname_save_LIBS=$LIBS
14937 LIBS="-lcapi20 $LIBS"
14938 cat >conftest.$ac_ext <<_ACEOF
14939 /* confdefs.h. */
14940 _ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h. */
14945 /* Override any GCC internal prototype to avoid an error.
14946 Use char because int might match the return type of a GCC
14947 builtin and then its argument prototype would still apply. */
14948 #ifdef __cplusplus
14949 extern "C"
14950 #endif
14951 char capi20_register ();
14953 main ()
14955 return capi20_register ();
14957 return 0;
14959 _ACEOF
14960 rm -f conftest.$ac_objext conftest$ac_exeext
14961 if { (ac_try="$ac_link"
14962 case "(($ac_try" in
14963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14964 *) ac_try_echo=$ac_try;;
14965 esac
14966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14967 (eval "$ac_link") 2>conftest.er1
14968 ac_status=$?
14969 grep -v '^ *+' conftest.er1 >conftest.err
14970 rm -f conftest.er1
14971 cat conftest.err >&5
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); } && {
14974 test -z "$ac_c_werror_flag" ||
14975 test ! -s conftest.err
14976 } && test -s conftest$ac_exeext &&
14977 $as_test_x conftest$ac_exeext; then
14978 case "$LIBEXT" in
14979 dll) ;;
14980 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'` ;;
14981 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14982 esac
14983 else
14984 echo "$as_me: failed program was:" >&5
14985 sed 's/^/| /' conftest.$ac_ext >&5
14990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14991 conftest$ac_exeext conftest.$ac_ext
14992 LIBS=$ac_check_soname_save_LIBS
14994 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14995 { echo "$as_me:$LINENO: result: not found" >&5
14996 echo "${ECHO_T}not found" >&6; }
14998 else
14999 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15000 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15002 cat >>confdefs.h <<_ACEOF
15003 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15004 _ACEOF
15010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15011 case "x$with_capi" in
15012 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15013 xno) ;;
15014 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15015 This is an error since --with-capi was requested." >&5
15016 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15017 This is an error since --with-capi was requested." >&2;}
15018 { (exit 1); exit 1; }; } ;;
15019 esac
15023 CUPSINCL=""
15025 if test "x$with_cups" != "xno"
15026 then
15027 ac_save_CPPFLAGS="$CPPFLAGS"
15028 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15029 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15030 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15032 for ac_header in cups/cups.h
15034 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15036 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15037 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15039 echo $ECHO_N "(cached) $ECHO_C" >&6
15041 ac_res=`eval echo '${'$as_ac_Header'}'`
15042 { echo "$as_me:$LINENO: result: $ac_res" >&5
15043 echo "${ECHO_T}$ac_res" >&6; }
15044 else
15045 # Is the header compilable?
15046 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15047 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15048 cat >conftest.$ac_ext <<_ACEOF
15049 /* confdefs.h. */
15050 _ACEOF
15051 cat confdefs.h >>conftest.$ac_ext
15052 cat >>conftest.$ac_ext <<_ACEOF
15053 /* end confdefs.h. */
15054 $ac_includes_default
15055 #include <$ac_header>
15056 _ACEOF
15057 rm -f conftest.$ac_objext
15058 if { (ac_try="$ac_compile"
15059 case "(($ac_try" in
15060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15061 *) ac_try_echo=$ac_try;;
15062 esac
15063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15064 (eval "$ac_compile") 2>conftest.er1
15065 ac_status=$?
15066 grep -v '^ *+' conftest.er1 >conftest.err
15067 rm -f conftest.er1
15068 cat conftest.err >&5
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); } && {
15071 test -z "$ac_c_werror_flag" ||
15072 test ! -s conftest.err
15073 } && test -s conftest.$ac_objext; then
15074 ac_header_compiler=yes
15075 else
15076 echo "$as_me: failed program was:" >&5
15077 sed 's/^/| /' conftest.$ac_ext >&5
15079 ac_header_compiler=no
15082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15083 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15084 echo "${ECHO_T}$ac_header_compiler" >&6; }
15086 # Is the header present?
15087 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15088 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15089 cat >conftest.$ac_ext <<_ACEOF
15090 /* confdefs.h. */
15091 _ACEOF
15092 cat confdefs.h >>conftest.$ac_ext
15093 cat >>conftest.$ac_ext <<_ACEOF
15094 /* end confdefs.h. */
15095 #include <$ac_header>
15096 _ACEOF
15097 if { (ac_try="$ac_cpp conftest.$ac_ext"
15098 case "(($ac_try" in
15099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15100 *) ac_try_echo=$ac_try;;
15101 esac
15102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15103 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15104 ac_status=$?
15105 grep -v '^ *+' conftest.er1 >conftest.err
15106 rm -f conftest.er1
15107 cat conftest.err >&5
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } >/dev/null && {
15110 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15112 }; then
15113 ac_header_preproc=yes
15114 else
15115 echo "$as_me: failed program was:" >&5
15116 sed 's/^/| /' conftest.$ac_ext >&5
15118 ac_header_preproc=no
15121 rm -f conftest.err conftest.$ac_ext
15122 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15123 echo "${ECHO_T}$ac_header_preproc" >&6; }
15125 # So? What about this header?
15126 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15127 yes:no: )
15128 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15129 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15131 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15132 ac_header_preproc=yes
15134 no:yes:* )
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15136 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15138 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15140 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15141 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15142 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15144 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15146 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15147 ( cat <<\_ASBOX
15148 ## ------------------------------------ ##
15149 ## Report this to wine-devel@winehq.org ##
15150 ## ------------------------------------ ##
15151 _ASBOX
15152 ) | sed "s/^/$as_me: WARNING: /" >&2
15154 esac
15155 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15157 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15158 echo $ECHO_N "(cached) $ECHO_C" >&6
15159 else
15160 eval "$as_ac_Header=\$ac_header_preproc"
15162 ac_res=`eval echo '${'$as_ac_Header'}'`
15163 { echo "$as_me:$LINENO: result: $ac_res" >&5
15164 echo "${ECHO_T}$ac_res" >&6; }
15167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15168 cat >>confdefs.h <<_ACEOF
15169 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15170 _ACEOF
15171 { echo "$as_me:$LINENO: checking for -lcups" >&5
15172 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15173 if test "${ac_cv_lib_soname_cups+set}" = set; then
15174 echo $ECHO_N "(cached) $ECHO_C" >&6
15175 else
15176 ac_check_soname_save_LIBS=$LIBS
15177 LIBS="-lcups $ac_cups_libs $LIBS"
15178 cat >conftest.$ac_ext <<_ACEOF
15179 /* confdefs.h. */
15180 _ACEOF
15181 cat confdefs.h >>conftest.$ac_ext
15182 cat >>conftest.$ac_ext <<_ACEOF
15183 /* end confdefs.h. */
15185 /* Override any GCC internal prototype to avoid an error.
15186 Use char because int might match the return type of a GCC
15187 builtin and then its argument prototype would still apply. */
15188 #ifdef __cplusplus
15189 extern "C"
15190 #endif
15191 char cupsGetDefault ();
15193 main ()
15195 return cupsGetDefault ();
15197 return 0;
15199 _ACEOF
15200 rm -f conftest.$ac_objext conftest$ac_exeext
15201 if { (ac_try="$ac_link"
15202 case "(($ac_try" in
15203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15204 *) ac_try_echo=$ac_try;;
15205 esac
15206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15207 (eval "$ac_link") 2>conftest.er1
15208 ac_status=$?
15209 grep -v '^ *+' conftest.er1 >conftest.err
15210 rm -f conftest.er1
15211 cat conftest.err >&5
15212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15213 (exit $ac_status); } && {
15214 test -z "$ac_c_werror_flag" ||
15215 test ! -s conftest.err
15216 } && test -s conftest$ac_exeext &&
15217 $as_test_x conftest$ac_exeext; then
15218 case "$LIBEXT" in
15219 dll) ;;
15220 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'` ;;
15221 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15222 esac
15223 else
15224 echo "$as_me: failed program was:" >&5
15225 sed 's/^/| /' conftest.$ac_ext >&5
15230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15231 conftest$ac_exeext conftest.$ac_ext
15232 LIBS=$ac_check_soname_save_LIBS
15234 if test "x$ac_cv_lib_soname_cups" = "x"; then
15235 { echo "$as_me:$LINENO: result: not found" >&5
15236 echo "${ECHO_T}not found" >&6; }
15238 else
15239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15240 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15242 cat >>confdefs.h <<_ACEOF
15243 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15244 _ACEOF
15246 CUPSINCL="$ac_cups_cflags"
15251 done
15253 CPPFLAGS="$ac_save_CPPFLAGS"
15255 if test "x$ac_cv_lib_soname_cups" = "x"; then
15256 case "x$with_cups" in
15257 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15258 xno) ;;
15259 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15260 This is an error since --with-cups was requested." >&5
15261 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15262 This is an error since --with-cups was requested." >&2;}
15263 { (exit 1); exit 1; }; } ;;
15264 esac
15268 if test "$ac_cv_header_jack_jack_h" = "yes"
15269 then
15270 { echo "$as_me:$LINENO: checking for -ljack" >&5
15271 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15272 if test "${ac_cv_lib_soname_jack+set}" = set; then
15273 echo $ECHO_N "(cached) $ECHO_C" >&6
15274 else
15275 ac_check_soname_save_LIBS=$LIBS
15276 LIBS="-ljack $LIBS"
15277 cat >conftest.$ac_ext <<_ACEOF
15278 /* confdefs.h. */
15279 _ACEOF
15280 cat confdefs.h >>conftest.$ac_ext
15281 cat >>conftest.$ac_ext <<_ACEOF
15282 /* end confdefs.h. */
15284 /* Override any GCC internal prototype to avoid an error.
15285 Use char because int might match the return type of a GCC
15286 builtin and then its argument prototype would still apply. */
15287 #ifdef __cplusplus
15288 extern "C"
15289 #endif
15290 char jack_client_new ();
15292 main ()
15294 return jack_client_new ();
15296 return 0;
15298 _ACEOF
15299 rm -f conftest.$ac_objext conftest$ac_exeext
15300 if { (ac_try="$ac_link"
15301 case "(($ac_try" in
15302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15303 *) ac_try_echo=$ac_try;;
15304 esac
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306 (eval "$ac_link") 2>conftest.er1
15307 ac_status=$?
15308 grep -v '^ *+' conftest.er1 >conftest.err
15309 rm -f conftest.er1
15310 cat conftest.err >&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } && {
15313 test -z "$ac_c_werror_flag" ||
15314 test ! -s conftest.err
15315 } && test -s conftest$ac_exeext &&
15316 $as_test_x conftest$ac_exeext; then
15317 case "$LIBEXT" in
15318 dll) ;;
15319 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'` ;;
15320 *) 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'` ;;
15321 esac
15322 else
15323 echo "$as_me: failed program was:" >&5
15324 sed 's/^/| /' conftest.$ac_ext >&5
15329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15330 conftest$ac_exeext conftest.$ac_ext
15331 LIBS=$ac_check_soname_save_LIBS
15333 if test "x$ac_cv_lib_soname_jack" = "x"; then
15334 { echo "$as_me:$LINENO: result: not found" >&5
15335 echo "${ECHO_T}not found" >&6; }
15337 else
15338 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15339 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15341 cat >>confdefs.h <<_ACEOF
15342 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15343 _ACEOF
15350 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15351 then
15352 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15353 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15354 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15355 echo $ECHO_N "(cached) $ECHO_C" >&6
15356 else
15357 ac_check_soname_save_LIBS=$LIBS
15358 LIBS="-lfontconfig $LIBS"
15359 cat >conftest.$ac_ext <<_ACEOF
15360 /* confdefs.h. */
15361 _ACEOF
15362 cat confdefs.h >>conftest.$ac_ext
15363 cat >>conftest.$ac_ext <<_ACEOF
15364 /* end confdefs.h. */
15366 /* Override any GCC internal prototype to avoid an error.
15367 Use char because int might match the return type of a GCC
15368 builtin and then its argument prototype would still apply. */
15369 #ifdef __cplusplus
15370 extern "C"
15371 #endif
15372 char FcInit ();
15374 main ()
15376 return FcInit ();
15378 return 0;
15380 _ACEOF
15381 rm -f conftest.$ac_objext conftest$ac_exeext
15382 if { (ac_try="$ac_link"
15383 case "(($ac_try" in
15384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15385 *) ac_try_echo=$ac_try;;
15386 esac
15387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15388 (eval "$ac_link") 2>conftest.er1
15389 ac_status=$?
15390 grep -v '^ *+' conftest.er1 >conftest.err
15391 rm -f conftest.er1
15392 cat conftest.err >&5
15393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15394 (exit $ac_status); } && {
15395 test -z "$ac_c_werror_flag" ||
15396 test ! -s conftest.err
15397 } && test -s conftest$ac_exeext &&
15398 $as_test_x conftest$ac_exeext; then
15399 case "$LIBEXT" in
15400 dll) ;;
15401 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'` ;;
15402 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15403 esac
15404 else
15405 echo "$as_me: failed program was:" >&5
15406 sed 's/^/| /' conftest.$ac_ext >&5
15411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15412 conftest$ac_exeext conftest.$ac_ext
15413 LIBS=$ac_check_soname_save_LIBS
15415 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15416 { echo "$as_me:$LINENO: result: not found" >&5
15417 echo "${ECHO_T}not found" >&6; }
15419 else
15420 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15421 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15423 cat >>confdefs.h <<_ACEOF
15424 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15425 _ACEOF
15430 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15431 then
15432 ac_save_CPPFLAGS="$CPPFLAGS"
15433 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15434 $as_unset ac_cv_header_fontconfig_fontconfig_h
15436 for ac_header in fontconfig/fontconfig.h
15438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15443 echo $ECHO_N "(cached) $ECHO_C" >&6
15445 ac_res=`eval echo '${'$as_ac_Header'}'`
15446 { echo "$as_me:$LINENO: result: $ac_res" >&5
15447 echo "${ECHO_T}$ac_res" >&6; }
15448 else
15449 # Is the header compilable?
15450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15452 cat >conftest.$ac_ext <<_ACEOF
15453 /* confdefs.h. */
15454 _ACEOF
15455 cat confdefs.h >>conftest.$ac_ext
15456 cat >>conftest.$ac_ext <<_ACEOF
15457 /* end confdefs.h. */
15458 $ac_includes_default
15459 #include <$ac_header>
15460 _ACEOF
15461 rm -f conftest.$ac_objext
15462 if { (ac_try="$ac_compile"
15463 case "(($ac_try" in
15464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15465 *) ac_try_echo=$ac_try;;
15466 esac
15467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15468 (eval "$ac_compile") 2>conftest.er1
15469 ac_status=$?
15470 grep -v '^ *+' conftest.er1 >conftest.err
15471 rm -f conftest.er1
15472 cat conftest.err >&5
15473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474 (exit $ac_status); } && {
15475 test -z "$ac_c_werror_flag" ||
15476 test ! -s conftest.err
15477 } && test -s conftest.$ac_objext; then
15478 ac_header_compiler=yes
15479 else
15480 echo "$as_me: failed program was:" >&5
15481 sed 's/^/| /' conftest.$ac_ext >&5
15483 ac_header_compiler=no
15486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15488 echo "${ECHO_T}$ac_header_compiler" >&6; }
15490 # Is the header present?
15491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15493 cat >conftest.$ac_ext <<_ACEOF
15494 /* confdefs.h. */
15495 _ACEOF
15496 cat confdefs.h >>conftest.$ac_ext
15497 cat >>conftest.$ac_ext <<_ACEOF
15498 /* end confdefs.h. */
15499 #include <$ac_header>
15500 _ACEOF
15501 if { (ac_try="$ac_cpp conftest.$ac_ext"
15502 case "(($ac_try" in
15503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15504 *) ac_try_echo=$ac_try;;
15505 esac
15506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15508 ac_status=$?
15509 grep -v '^ *+' conftest.er1 >conftest.err
15510 rm -f conftest.er1
15511 cat conftest.err >&5
15512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15513 (exit $ac_status); } >/dev/null && {
15514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15515 test ! -s conftest.err
15516 }; then
15517 ac_header_preproc=yes
15518 else
15519 echo "$as_me: failed program was:" >&5
15520 sed 's/^/| /' conftest.$ac_ext >&5
15522 ac_header_preproc=no
15525 rm -f conftest.err conftest.$ac_ext
15526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15527 echo "${ECHO_T}$ac_header_preproc" >&6; }
15529 # So? What about this header?
15530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15531 yes:no: )
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15536 ac_header_preproc=yes
15538 no:yes:* )
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15551 ( cat <<\_ASBOX
15552 ## ------------------------------------ ##
15553 ## Report this to wine-devel@winehq.org ##
15554 ## ------------------------------------ ##
15555 _ASBOX
15556 ) | sed "s/^/$as_me: WARNING: /" >&2
15558 esac
15559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15562 echo $ECHO_N "(cached) $ECHO_C" >&6
15563 else
15564 eval "$as_ac_Header=\$ac_header_preproc"
15566 ac_res=`eval echo '${'$as_ac_Header'}'`
15567 { echo "$as_me:$LINENO: result: $ac_res" >&5
15568 echo "${ECHO_T}$ac_res" >&6; }
15571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15572 cat >>confdefs.h <<_ACEOF
15573 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15574 _ACEOF
15578 done
15580 CPPFLAGS="$ac_save_CPPFLAGS"
15581 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15582 then
15583 FONTCONFIGINCL="$X_CFLAGS"
15585 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15586 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15587 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15588 echo $ECHO_N "(cached) $ECHO_C" >&6
15589 else
15590 ac_check_soname_save_LIBS=$LIBS
15591 LIBS="-lfontconfig $X_LIBS $LIBS"
15592 cat >conftest.$ac_ext <<_ACEOF
15593 /* confdefs.h. */
15594 _ACEOF
15595 cat confdefs.h >>conftest.$ac_ext
15596 cat >>conftest.$ac_ext <<_ACEOF
15597 /* end confdefs.h. */
15599 /* Override any GCC internal prototype to avoid an error.
15600 Use char because int might match the return type of a GCC
15601 builtin and then its argument prototype would still apply. */
15602 #ifdef __cplusplus
15603 extern "C"
15604 #endif
15605 char FcInit ();
15607 main ()
15609 return FcInit ();
15611 return 0;
15613 _ACEOF
15614 rm -f conftest.$ac_objext conftest$ac_exeext
15615 if { (ac_try="$ac_link"
15616 case "(($ac_try" in
15617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15618 *) ac_try_echo=$ac_try;;
15619 esac
15620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15621 (eval "$ac_link") 2>conftest.er1
15622 ac_status=$?
15623 grep -v '^ *+' conftest.er1 >conftest.err
15624 rm -f conftest.er1
15625 cat conftest.err >&5
15626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627 (exit $ac_status); } && {
15628 test -z "$ac_c_werror_flag" ||
15629 test ! -s conftest.err
15630 } && test -s conftest$ac_exeext &&
15631 $as_test_x conftest$ac_exeext; then
15632 case "$LIBEXT" in
15633 dll) ;;
15634 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'` ;;
15635 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15636 esac
15637 else
15638 echo "$as_me: failed program was:" >&5
15639 sed 's/^/| /' conftest.$ac_ext >&5
15644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15645 conftest$ac_exeext conftest.$ac_ext
15646 LIBS=$ac_check_soname_save_LIBS
15648 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15649 { echo "$as_me:$LINENO: result: not found" >&5
15650 echo "${ECHO_T}not found" >&6; }
15652 else
15653 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15654 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15656 cat >>confdefs.h <<_ACEOF
15657 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15658 _ACEOF
15665 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15666 case "x$with_fontconfig" in
15667 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15668 xno) ;;
15669 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15670 This is an error since --with-fontconfig was requested." >&5
15671 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15672 This is an error since --with-fontconfig was requested." >&2;}
15673 { (exit 1); exit 1; }; } ;;
15674 esac
15678 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15679 then
15680 { echo "$as_me:$LINENO: checking for -lssl" >&5
15681 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15682 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15683 echo $ECHO_N "(cached) $ECHO_C" >&6
15684 else
15685 ac_check_soname_save_LIBS=$LIBS
15686 LIBS="-lssl $LIBS"
15687 cat >conftest.$ac_ext <<_ACEOF
15688 /* confdefs.h. */
15689 _ACEOF
15690 cat confdefs.h >>conftest.$ac_ext
15691 cat >>conftest.$ac_ext <<_ACEOF
15692 /* end confdefs.h. */
15694 /* Override any GCC internal prototype to avoid an error.
15695 Use char because int might match the return type of a GCC
15696 builtin and then its argument prototype would still apply. */
15697 #ifdef __cplusplus
15698 extern "C"
15699 #endif
15700 char SSL_library_init ();
15702 main ()
15704 return SSL_library_init ();
15706 return 0;
15708 _ACEOF
15709 rm -f conftest.$ac_objext conftest$ac_exeext
15710 if { (ac_try="$ac_link"
15711 case "(($ac_try" in
15712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15713 *) ac_try_echo=$ac_try;;
15714 esac
15715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15716 (eval "$ac_link") 2>conftest.er1
15717 ac_status=$?
15718 grep -v '^ *+' conftest.er1 >conftest.err
15719 rm -f conftest.er1
15720 cat conftest.err >&5
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); } && {
15723 test -z "$ac_c_werror_flag" ||
15724 test ! -s conftest.err
15725 } && test -s conftest$ac_exeext &&
15726 $as_test_x conftest$ac_exeext; then
15727 case "$LIBEXT" in
15728 dll) ;;
15729 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'` ;;
15730 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15731 esac
15732 else
15733 echo "$as_me: failed program was:" >&5
15734 sed 's/^/| /' conftest.$ac_ext >&5
15739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15740 conftest$ac_exeext conftest.$ac_ext
15741 LIBS=$ac_check_soname_save_LIBS
15743 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15744 { echo "$as_me:$LINENO: result: not found" >&5
15745 echo "${ECHO_T}not found" >&6; }
15747 else
15748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15749 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15751 cat >>confdefs.h <<_ACEOF
15752 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15753 _ACEOF
15758 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15759 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15760 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15761 echo $ECHO_N "(cached) $ECHO_C" >&6
15762 else
15763 ac_check_soname_save_LIBS=$LIBS
15764 LIBS="-lcrypto $LIBS"
15765 cat >conftest.$ac_ext <<_ACEOF
15766 /* confdefs.h. */
15767 _ACEOF
15768 cat confdefs.h >>conftest.$ac_ext
15769 cat >>conftest.$ac_ext <<_ACEOF
15770 /* end confdefs.h. */
15772 /* Override any GCC internal prototype to avoid an error.
15773 Use char because int might match the return type of a GCC
15774 builtin and then its argument prototype would still apply. */
15775 #ifdef __cplusplus
15776 extern "C"
15777 #endif
15778 char BIO_new_socket ();
15780 main ()
15782 return BIO_new_socket ();
15784 return 0;
15786 _ACEOF
15787 rm -f conftest.$ac_objext conftest$ac_exeext
15788 if { (ac_try="$ac_link"
15789 case "(($ac_try" in
15790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15791 *) ac_try_echo=$ac_try;;
15792 esac
15793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15794 (eval "$ac_link") 2>conftest.er1
15795 ac_status=$?
15796 grep -v '^ *+' conftest.er1 >conftest.err
15797 rm -f conftest.er1
15798 cat conftest.err >&5
15799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15800 (exit $ac_status); } && {
15801 test -z "$ac_c_werror_flag" ||
15802 test ! -s conftest.err
15803 } && test -s conftest$ac_exeext &&
15804 $as_test_x conftest$ac_exeext; then
15805 case "$LIBEXT" in
15806 dll) ;;
15807 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'` ;;
15808 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15809 esac
15810 else
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.$ac_ext >&5
15817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15818 conftest$ac_exeext conftest.$ac_ext
15819 LIBS=$ac_check_soname_save_LIBS
15821 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15822 { echo "$as_me:$LINENO: result: not found" >&5
15823 echo "${ECHO_T}not found" >&6; }
15825 else
15826 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15827 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15829 cat >>confdefs.h <<_ACEOF
15830 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15831 _ACEOF
15837 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15838 case "x$with_openssl" in
15839 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15840 xno) ;;
15841 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15842 This is an error since --with-openssl was requested." >&5
15843 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15844 This is an error since --with-openssl was requested." >&2;}
15845 { (exit 1); exit 1; }; } ;;
15846 esac
15850 if test "$ac_cv_header_jpeglib_h" = "yes"
15851 then
15852 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15853 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15854 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15855 echo $ECHO_N "(cached) $ECHO_C" >&6
15856 else
15857 ac_check_soname_save_LIBS=$LIBS
15858 LIBS="-ljpeg $LIBS"
15859 cat >conftest.$ac_ext <<_ACEOF
15860 /* confdefs.h. */
15861 _ACEOF
15862 cat confdefs.h >>conftest.$ac_ext
15863 cat >>conftest.$ac_ext <<_ACEOF
15864 /* end confdefs.h. */
15866 /* Override any GCC internal prototype to avoid an error.
15867 Use char because int might match the return type of a GCC
15868 builtin and then its argument prototype would still apply. */
15869 #ifdef __cplusplus
15870 extern "C"
15871 #endif
15872 char jpeg_start_decompress ();
15874 main ()
15876 return jpeg_start_decompress ();
15878 return 0;
15880 _ACEOF
15881 rm -f conftest.$ac_objext conftest$ac_exeext
15882 if { (ac_try="$ac_link"
15883 case "(($ac_try" in
15884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15885 *) ac_try_echo=$ac_try;;
15886 esac
15887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15888 (eval "$ac_link") 2>conftest.er1
15889 ac_status=$?
15890 grep -v '^ *+' conftest.er1 >conftest.err
15891 rm -f conftest.er1
15892 cat conftest.err >&5
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); } && {
15895 test -z "$ac_c_werror_flag" ||
15896 test ! -s conftest.err
15897 } && test -s conftest$ac_exeext &&
15898 $as_test_x conftest$ac_exeext; then
15899 case "$LIBEXT" in
15900 dll) ;;
15901 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'` ;;
15902 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15903 esac
15904 else
15905 echo "$as_me: failed program was:" >&5
15906 sed 's/^/| /' conftest.$ac_ext >&5
15911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15912 conftest$ac_exeext conftest.$ac_ext
15913 LIBS=$ac_check_soname_save_LIBS
15915 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15916 { echo "$as_me:$LINENO: result: not found" >&5
15917 echo "${ECHO_T}not found" >&6; }
15919 else
15920 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15921 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15923 cat >>confdefs.h <<_ACEOF
15924 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15925 _ACEOF
15931 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15932 case "x$with_jpeg" in
15933 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15934 xno) ;;
15935 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15936 This is an error since --with-jpeg was requested." >&5
15937 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15938 This is an error since --with-jpeg was requested." >&2;}
15939 { (exit 1); exit 1; }; } ;;
15940 esac
15944 if test "$ac_cv_header_png_h" = "yes"
15945 then
15946 { echo "$as_me:$LINENO: checking for -lpng" >&5
15947 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15948 if test "${ac_cv_lib_soname_png+set}" = set; then
15949 echo $ECHO_N "(cached) $ECHO_C" >&6
15950 else
15951 ac_check_soname_save_LIBS=$LIBS
15952 LIBS="-lpng -lm $LIBS"
15953 cat >conftest.$ac_ext <<_ACEOF
15954 /* confdefs.h. */
15955 _ACEOF
15956 cat confdefs.h >>conftest.$ac_ext
15957 cat >>conftest.$ac_ext <<_ACEOF
15958 /* end confdefs.h. */
15960 /* Override any GCC internal prototype to avoid an error.
15961 Use char because int might match the return type of a GCC
15962 builtin and then its argument prototype would still apply. */
15963 #ifdef __cplusplus
15964 extern "C"
15965 #endif
15966 char png_create_read_struct ();
15968 main ()
15970 return png_create_read_struct ();
15972 return 0;
15974 _ACEOF
15975 rm -f conftest.$ac_objext conftest$ac_exeext
15976 if { (ac_try="$ac_link"
15977 case "(($ac_try" in
15978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15979 *) ac_try_echo=$ac_try;;
15980 esac
15981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15982 (eval "$ac_link") 2>conftest.er1
15983 ac_status=$?
15984 grep -v '^ *+' conftest.er1 >conftest.err
15985 rm -f conftest.er1
15986 cat conftest.err >&5
15987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); } && {
15989 test -z "$ac_c_werror_flag" ||
15990 test ! -s conftest.err
15991 } && test -s conftest$ac_exeext &&
15992 $as_test_x conftest$ac_exeext; then
15993 case "$LIBEXT" in
15994 dll) ;;
15995 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'` ;;
15996 *) 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'` ;;
15997 esac
15998 else
15999 echo "$as_me: failed program was:" >&5
16000 sed 's/^/| /' conftest.$ac_ext >&5
16005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16006 conftest$ac_exeext conftest.$ac_ext
16007 LIBS=$ac_check_soname_save_LIBS
16009 if test "x$ac_cv_lib_soname_png" = "x"; then
16010 { echo "$as_me:$LINENO: result: not found" >&5
16011 echo "${ECHO_T}not found" >&6; }
16013 else
16014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16015 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16017 cat >>confdefs.h <<_ACEOF
16018 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16019 _ACEOF
16025 if test "x$ac_cv_lib_soname_png" = "x"; then
16026 case "x$with_png" in
16027 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16028 xno) ;;
16029 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16030 This is an error since --with-png was requested." >&5
16031 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16032 This is an error since --with-png was requested." >&2;}
16033 { (exit 1); exit 1; }; } ;;
16034 esac
16038 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16039 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16040 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16041 echo $ECHO_N "(cached) $ECHO_C" >&6
16042 else
16043 ac_check_soname_save_LIBS=$LIBS
16044 LIBS="-lodbc $LIBS"
16045 cat >conftest.$ac_ext <<_ACEOF
16046 /* confdefs.h. */
16047 _ACEOF
16048 cat confdefs.h >>conftest.$ac_ext
16049 cat >>conftest.$ac_ext <<_ACEOF
16050 /* end confdefs.h. */
16052 /* Override any GCC internal prototype to avoid an error.
16053 Use char because int might match the return type of a GCC
16054 builtin and then its argument prototype would still apply. */
16055 #ifdef __cplusplus
16056 extern "C"
16057 #endif
16058 char SQLConnect ();
16060 main ()
16062 return SQLConnect ();
16064 return 0;
16066 _ACEOF
16067 rm -f conftest.$ac_objext conftest$ac_exeext
16068 if { (ac_try="$ac_link"
16069 case "(($ac_try" in
16070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16071 *) ac_try_echo=$ac_try;;
16072 esac
16073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16074 (eval "$ac_link") 2>conftest.er1
16075 ac_status=$?
16076 grep -v '^ *+' conftest.er1 >conftest.err
16077 rm -f conftest.er1
16078 cat conftest.err >&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } && {
16081 test -z "$ac_c_werror_flag" ||
16082 test ! -s conftest.err
16083 } && test -s conftest$ac_exeext &&
16084 $as_test_x conftest$ac_exeext; then
16085 case "$LIBEXT" in
16086 dll) ;;
16087 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'` ;;
16088 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16089 esac
16090 else
16091 echo "$as_me: failed program was:" >&5
16092 sed 's/^/| /' conftest.$ac_ext >&5
16097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16098 conftest$ac_exeext conftest.$ac_ext
16099 LIBS=$ac_check_soname_save_LIBS
16101 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16102 { echo "$as_me:$LINENO: result: not found" >&5
16103 echo "${ECHO_T}not found" >&6; }
16104 cat >>confdefs.h <<_ACEOF
16105 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16106 _ACEOF
16108 else
16109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16110 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16112 cat >>confdefs.h <<_ACEOF
16113 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16114 _ACEOF
16120 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16121 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16122 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16123 "$ac_cv_header_soundcard_h" != "yes" -a \
16124 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16125 then
16126 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16130 EXTRACFLAGS=""
16132 if test "x${GCC}" = "xyes"
16133 then
16134 EXTRACFLAGS="-Wall -pipe"
16136 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16137 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16138 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16139 echo $ECHO_N "(cached) $ECHO_C" >&6
16140 else
16141 if test "$cross_compiling" = yes; then
16142 ac_cv_c_gcc_strength_bug="yes"
16143 else
16144 cat >conftest.$ac_ext <<_ACEOF
16145 /* confdefs.h. */
16146 _ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h. */
16150 int L[4] = {0,1,2,3};
16152 main ()
16154 static int Array[3];
16155 unsigned int B = 3;
16156 int i;
16157 for(i=0; i<B; i++) Array[i] = i - 3;
16158 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16159 L[i] = 4;
16160 exit( Array[1] != -2 || L[2] != 3)
16162 return 0;
16164 _ACEOF
16165 rm -f conftest$ac_exeext
16166 if { (ac_try="$ac_link"
16167 case "(($ac_try" in
16168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16169 *) ac_try_echo=$ac_try;;
16170 esac
16171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16172 (eval "$ac_link") 2>&5
16173 ac_status=$?
16174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16175 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
16182 ac_status=$?
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); }; }; then
16185 ac_cv_c_gcc_strength_bug="no"
16186 else
16187 echo "$as_me: program exited with status $ac_status" >&5
16188 echo "$as_me: failed program was:" >&5
16189 sed 's/^/| /' conftest.$ac_ext >&5
16191 ( exit $ac_status )
16192 ac_cv_c_gcc_strength_bug="yes"
16194 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16199 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16200 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16201 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16202 then
16203 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16207 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16208 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16209 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16210 echo $ECHO_N "(cached) $ECHO_C" >&6
16211 else
16212 ac_wine_try_cflags_saved=$CFLAGS
16213 CFLAGS="$CFLAGS -fshort-wchar"
16214 cat >conftest.$ac_ext <<_ACEOF
16215 /* confdefs.h. */
16216 _ACEOF
16217 cat confdefs.h >>conftest.$ac_ext
16218 cat >>conftest.$ac_ext <<_ACEOF
16219 /* end confdefs.h. */
16222 main ()
16226 return 0;
16228 _ACEOF
16229 rm -f conftest.$ac_objext conftest$ac_exeext
16230 if { (ac_try="$ac_link"
16231 case "(($ac_try" in
16232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16233 *) ac_try_echo=$ac_try;;
16234 esac
16235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16236 (eval "$ac_link") 2>conftest.er1
16237 ac_status=$?
16238 grep -v '^ *+' conftest.er1 >conftest.err
16239 rm -f conftest.er1
16240 cat conftest.err >&5
16241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16242 (exit $ac_status); } && {
16243 test -z "$ac_c_werror_flag" ||
16244 test ! -s conftest.err
16245 } && test -s conftest$ac_exeext &&
16246 $as_test_x conftest$ac_exeext; then
16247 ac_cv_cflags__fshort_wchar=yes
16248 else
16249 echo "$as_me: failed program was:" >&5
16250 sed 's/^/| /' conftest.$ac_ext >&5
16252 ac_cv_cflags__fshort_wchar=no
16255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16256 conftest$ac_exeext conftest.$ac_ext
16257 CFLAGS=$ac_wine_try_cflags_saved
16259 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16260 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16261 if test $ac_cv_cflags__fshort_wchar = yes; then
16263 cat >>confdefs.h <<\_ACEOF
16264 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16265 _ACEOF
16269 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16270 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16271 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16272 echo $ECHO_N "(cached) $ECHO_C" >&6
16273 else
16274 ac_wine_try_cflags_saved=$CFLAGS
16275 CFLAGS="$CFLAGS -fno-strict-aliasing"
16276 cat >conftest.$ac_ext <<_ACEOF
16277 /* confdefs.h. */
16278 _ACEOF
16279 cat confdefs.h >>conftest.$ac_ext
16280 cat >>conftest.$ac_ext <<_ACEOF
16281 /* end confdefs.h. */
16284 main ()
16288 return 0;
16290 _ACEOF
16291 rm -f conftest.$ac_objext conftest$ac_exeext
16292 if { (ac_try="$ac_link"
16293 case "(($ac_try" in
16294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16296 esac
16297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16298 (eval "$ac_link") 2>conftest.er1
16299 ac_status=$?
16300 grep -v '^ *+' conftest.er1 >conftest.err
16301 rm -f conftest.er1
16302 cat conftest.err >&5
16303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16304 (exit $ac_status); } && {
16305 test -z "$ac_c_werror_flag" ||
16306 test ! -s conftest.err
16307 } && test -s conftest$ac_exeext &&
16308 $as_test_x conftest$ac_exeext; then
16309 ac_cv_cflags__fno_strict_aliasing=yes
16310 else
16311 echo "$as_me: failed program was:" >&5
16312 sed 's/^/| /' conftest.$ac_ext >&5
16314 ac_cv_cflags__fno_strict_aliasing=no
16317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16318 conftest$ac_exeext conftest.$ac_ext
16319 CFLAGS=$ac_wine_try_cflags_saved
16321 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16322 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16323 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16324 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16327 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16328 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16329 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16331 else
16332 ac_wine_try_cflags_saved=$CFLAGS
16333 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16334 cat >conftest.$ac_ext <<_ACEOF
16335 /* confdefs.h. */
16336 _ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16342 main ()
16346 return 0;
16348 _ACEOF
16349 rm -f conftest.$ac_objext conftest$ac_exeext
16350 if { (ac_try="$ac_link"
16351 case "(($ac_try" in
16352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16353 *) ac_try_echo=$ac_try;;
16354 esac
16355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16356 (eval "$ac_link") 2>conftest.er1
16357 ac_status=$?
16358 grep -v '^ *+' conftest.er1 >conftest.err
16359 rm -f conftest.er1
16360 cat conftest.err >&5
16361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16362 (exit $ac_status); } && {
16363 test -z "$ac_c_werror_flag" ||
16364 test ! -s conftest.err
16365 } && test -s conftest$ac_exeext &&
16366 $as_test_x conftest$ac_exeext; then
16367 ac_cv_cflags__Wdeclaration_after_statement=yes
16368 else
16369 echo "$as_me: failed program was:" >&5
16370 sed 's/^/| /' conftest.$ac_ext >&5
16372 ac_cv_cflags__Wdeclaration_after_statement=no
16375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16376 conftest$ac_exeext conftest.$ac_ext
16377 CFLAGS=$ac_wine_try_cflags_saved
16379 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16380 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16381 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16382 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16385 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16386 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16387 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16388 echo $ECHO_N "(cached) $ECHO_C" >&6
16389 else
16390 ac_wine_try_cflags_saved=$CFLAGS
16391 CFLAGS="$CFLAGS -Wwrite-strings"
16392 cat >conftest.$ac_ext <<_ACEOF
16393 /* confdefs.h. */
16394 _ACEOF
16395 cat confdefs.h >>conftest.$ac_ext
16396 cat >>conftest.$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16400 main ()
16404 return 0;
16406 _ACEOF
16407 rm -f conftest.$ac_objext conftest$ac_exeext
16408 if { (ac_try="$ac_link"
16409 case "(($ac_try" in
16410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16411 *) ac_try_echo=$ac_try;;
16412 esac
16413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16414 (eval "$ac_link") 2>conftest.er1
16415 ac_status=$?
16416 grep -v '^ *+' conftest.er1 >conftest.err
16417 rm -f conftest.er1
16418 cat conftest.err >&5
16419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16420 (exit $ac_status); } && {
16421 test -z "$ac_c_werror_flag" ||
16422 test ! -s conftest.err
16423 } && test -s conftest$ac_exeext &&
16424 $as_test_x conftest$ac_exeext; then
16425 ac_cv_cflags__Wwrite_strings=yes
16426 else
16427 echo "$as_me: failed program was:" >&5
16428 sed 's/^/| /' conftest.$ac_ext >&5
16430 ac_cv_cflags__Wwrite_strings=no
16433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16434 conftest$ac_exeext conftest.$ac_ext
16435 CFLAGS=$ac_wine_try_cflags_saved
16437 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16438 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16439 if test $ac_cv_cflags__Wwrite_strings = yes; then
16440 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16443 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16444 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16445 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16446 echo $ECHO_N "(cached) $ECHO_C" >&6
16447 else
16448 ac_wine_try_cflags_saved=$CFLAGS
16449 CFLAGS="$CFLAGS -Wtype-limits"
16450 cat >conftest.$ac_ext <<_ACEOF
16451 /* confdefs.h. */
16452 _ACEOF
16453 cat confdefs.h >>conftest.$ac_ext
16454 cat >>conftest.$ac_ext <<_ACEOF
16455 /* end confdefs.h. */
16458 main ()
16462 return 0;
16464 _ACEOF
16465 rm -f conftest.$ac_objext conftest$ac_exeext
16466 if { (ac_try="$ac_link"
16467 case "(($ac_try" in
16468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16469 *) ac_try_echo=$ac_try;;
16470 esac
16471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16472 (eval "$ac_link") 2>conftest.er1
16473 ac_status=$?
16474 grep -v '^ *+' conftest.er1 >conftest.err
16475 rm -f conftest.er1
16476 cat conftest.err >&5
16477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16478 (exit $ac_status); } && {
16479 test -z "$ac_c_werror_flag" ||
16480 test ! -s conftest.err
16481 } && test -s conftest$ac_exeext &&
16482 $as_test_x conftest$ac_exeext; then
16483 ac_cv_cflags__Wtype_limits=yes
16484 else
16485 echo "$as_me: failed program was:" >&5
16486 sed 's/^/| /' conftest.$ac_ext >&5
16488 ac_cv_cflags__Wtype_limits=no
16491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16492 conftest$ac_exeext conftest.$ac_ext
16493 CFLAGS=$ac_wine_try_cflags_saved
16495 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16496 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16497 if test $ac_cv_cflags__Wtype_limits = yes; then
16498 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16502 saved_CFLAGS="$CFLAGS"
16503 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16504 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16505 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16506 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16507 echo $ECHO_N "(cached) $ECHO_C" >&6
16508 else
16509 cat >conftest.$ac_ext <<_ACEOF
16510 /* confdefs.h. */
16511 _ACEOF
16512 cat confdefs.h >>conftest.$ac_ext
16513 cat >>conftest.$ac_ext <<_ACEOF
16514 /* end confdefs.h. */
16515 #include <string.h>
16517 main ()
16521 return 0;
16523 _ACEOF
16524 rm -f conftest.$ac_objext
16525 if { (ac_try="$ac_compile"
16526 case "(($ac_try" in
16527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16528 *) ac_try_echo=$ac_try;;
16529 esac
16530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16531 (eval "$ac_compile") 2>conftest.er1
16532 ac_status=$?
16533 grep -v '^ *+' conftest.er1 >conftest.err
16534 rm -f conftest.er1
16535 cat conftest.err >&5
16536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16537 (exit $ac_status); } && {
16538 test -z "$ac_c_werror_flag" ||
16539 test ! -s conftest.err
16540 } && test -s conftest.$ac_objext; then
16541 ac_cv_c_string_h_warnings=no
16542 else
16543 echo "$as_me: failed program was:" >&5
16544 sed 's/^/| /' conftest.$ac_ext >&5
16546 ac_cv_c_string_h_warnings=yes
16549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16551 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16552 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16553 CFLAGS="$saved_CFLAGS"
16554 if test "$ac_cv_c_string_h_warnings" = "no"
16555 then
16556 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16559 BUILTINFLAG=""
16561 saved_CFLAGS="$CFLAGS"
16562 CFLAGS="$CFLAGS -Werror"
16563 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16564 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16565 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16566 echo $ECHO_N "(cached) $ECHO_C" >&6
16567 else
16568 cat >conftest.$ac_ext <<_ACEOF
16569 /* confdefs.h. */
16570 _ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16576 main ()
16578 int iswlower(unsigned short);
16580 return 0;
16582 _ACEOF
16583 rm -f conftest.$ac_objext
16584 if { (ac_try="$ac_compile"
16585 case "(($ac_try" in
16586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16587 *) ac_try_echo=$ac_try;;
16588 esac
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16590 (eval "$ac_compile") 2>conftest.er1
16591 ac_status=$?
16592 grep -v '^ *+' conftest.er1 >conftest.err
16593 rm -f conftest.er1
16594 cat conftest.err >&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest.$ac_objext; then
16600 ac_cv_c_builtin_wchar_ctype=no
16601 else
16602 echo "$as_me: failed program was:" >&5
16603 sed 's/^/| /' conftest.$ac_ext >&5
16605 ac_cv_c_builtin_wchar_ctype=yes
16608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16610 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16611 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16612 CFLAGS="$saved_CFLAGS"
16613 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16614 then
16615 BUILTINFLAG="-fno-builtin"
16620 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16621 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16622 if test "${ac_cv_asm_func_def+set}" = set; then
16623 echo $ECHO_N "(cached) $ECHO_C" >&6
16624 else
16625 cat >conftest.$ac_ext <<_ACEOF
16626 /* confdefs.h. */
16627 _ACEOF
16628 cat confdefs.h >>conftest.$ac_ext
16629 cat >>conftest.$ac_ext <<_ACEOF
16630 /* end confdefs.h. */
16633 main ()
16635 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16637 return 0;
16639 _ACEOF
16640 rm -f conftest.$ac_objext conftest$ac_exeext
16641 if { (ac_try="$ac_link"
16642 case "(($ac_try" in
16643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16644 *) ac_try_echo=$ac_try;;
16645 esac
16646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16647 (eval "$ac_link") 2>conftest.er1
16648 ac_status=$?
16649 grep -v '^ *+' conftest.er1 >conftest.err
16650 rm -f conftest.er1
16651 cat conftest.err >&5
16652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16653 (exit $ac_status); } && {
16654 test -z "$ac_c_werror_flag" ||
16655 test ! -s conftest.err
16656 } && test -s conftest$ac_exeext &&
16657 $as_test_x conftest$ac_exeext; then
16658 ac_cv_asm_func_def=".def"
16659 else
16660 echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16663 cat >conftest.$ac_ext <<_ACEOF
16664 /* confdefs.h. */
16665 _ACEOF
16666 cat confdefs.h >>conftest.$ac_ext
16667 cat >>conftest.$ac_ext <<_ACEOF
16668 /* end confdefs.h. */
16671 main ()
16673 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16675 return 0;
16677 _ACEOF
16678 rm -f conftest.$ac_objext conftest$ac_exeext
16679 if { (ac_try="$ac_link"
16680 case "(($ac_try" in
16681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16682 *) ac_try_echo=$ac_try;;
16683 esac
16684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16685 (eval "$ac_link") 2>conftest.er1
16686 ac_status=$?
16687 grep -v '^ *+' conftest.er1 >conftest.err
16688 rm -f conftest.er1
16689 cat conftest.err >&5
16690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16691 (exit $ac_status); } && {
16692 test -z "$ac_c_werror_flag" ||
16693 test ! -s conftest.err
16694 } && test -s conftest$ac_exeext &&
16695 $as_test_x conftest$ac_exeext; then
16696 ac_cv_asm_func_def=".type @function"
16697 else
16698 echo "$as_me: failed program was:" >&5
16699 sed 's/^/| /' conftest.$ac_ext >&5
16701 cat >conftest.$ac_ext <<_ACEOF
16702 /* confdefs.h. */
16703 _ACEOF
16704 cat confdefs.h >>conftest.$ac_ext
16705 cat >>conftest.$ac_ext <<_ACEOF
16706 /* end confdefs.h. */
16709 main ()
16711 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16713 return 0;
16715 _ACEOF
16716 rm -f conftest.$ac_objext conftest$ac_exeext
16717 if { (ac_try="$ac_link"
16718 case "(($ac_try" in
16719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16720 *) ac_try_echo=$ac_try;;
16721 esac
16722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16723 (eval "$ac_link") 2>conftest.er1
16724 ac_status=$?
16725 grep -v '^ *+' conftest.er1 >conftest.err
16726 rm -f conftest.er1
16727 cat conftest.err >&5
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && {
16730 test -z "$ac_c_werror_flag" ||
16731 test ! -s conftest.err
16732 } && test -s conftest$ac_exeext &&
16733 $as_test_x conftest$ac_exeext; then
16734 ac_cv_asm_func_def=".type 2"
16735 else
16736 echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.$ac_ext >&5
16739 ac_cv_asm_func_def="unknown"
16742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16743 conftest$ac_exeext conftest.$ac_ext
16746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16747 conftest$ac_exeext conftest.$ac_ext
16750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16751 conftest$ac_exeext conftest.$ac_ext
16753 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16754 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16758 case "$ac_cv_asm_func_def" in
16759 ".def")
16760 cat >>confdefs.h <<\_ACEOF
16761 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16762 _ACEOF
16764 ".type @function")
16765 cat >>confdefs.h <<\_ACEOF
16766 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16767 _ACEOF
16769 ".type 2")
16770 cat >>confdefs.h <<\_ACEOF
16771 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16772 _ACEOF
16775 cat >>confdefs.h <<\_ACEOF
16776 #define __ASM_FUNC(name) ""
16777 _ACEOF
16779 esac
16782 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16783 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16784 if test "${ac_cv_c_extern_prefix+set}" = set; then
16785 echo $ECHO_N "(cached) $ECHO_C" >&6
16786 else
16787 cat >conftest.$ac_ext <<_ACEOF
16788 /* confdefs.h. */
16789 _ACEOF
16790 cat confdefs.h >>conftest.$ac_ext
16791 cat >>conftest.$ac_ext <<_ACEOF
16792 /* end confdefs.h. */
16793 extern int ac_test;
16795 main ()
16797 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16799 return 0;
16801 _ACEOF
16802 rm -f conftest.$ac_objext conftest$ac_exeext
16803 if { (ac_try="$ac_link"
16804 case "(($ac_try" in
16805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16806 *) ac_try_echo=$ac_try;;
16807 esac
16808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16809 (eval "$ac_link") 2>conftest.er1
16810 ac_status=$?
16811 grep -v '^ *+' conftest.er1 >conftest.err
16812 rm -f conftest.er1
16813 cat conftest.err >&5
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); } && {
16816 test -z "$ac_c_werror_flag" ||
16817 test ! -s conftest.err
16818 } && test -s conftest$ac_exeext &&
16819 $as_test_x conftest$ac_exeext; then
16820 ac_cv_c_extern_prefix="yes"
16821 else
16822 echo "$as_me: failed program was:" >&5
16823 sed 's/^/| /' conftest.$ac_ext >&5
16825 ac_cv_c_extern_prefix="no"
16828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16829 conftest$ac_exeext conftest.$ac_ext
16831 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16832 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16836 if test "$ac_cv_c_extern_prefix" = "yes"
16837 then
16838 cat >>confdefs.h <<\_ACEOF
16839 #define __ASM_NAME(name) "_" name
16840 _ACEOF
16842 else
16843 cat >>confdefs.h <<\_ACEOF
16844 #define __ASM_NAME(name) name
16845 _ACEOF
16850 LDPATH=""
16852 case $build_os in
16853 cygwin*|mingw32*)
16854 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16856 darwin*|macosx*)
16858 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16859 then
16860 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16864 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16866 esac
16868 case $host_os in
16869 mingw32*)
16870 CRTLIBS="-lmsvcrt"
16872 SOCKETLIBS="-lws2_32"
16875 esac
16877 MAIN_BINARY="wine-pthread"
16878 case $host_cpu in
16879 *i[3456789]86*)
16880 case $host_os in
16881 linux* | k*bsd*-gnu)
16882 MAIN_BINARY="wine-glibc"
16884 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16886 freebsd*)
16887 MAIN_BINARY="wine-freebsd"
16889 EXTRA_BINARIES="wine-pthread"
16891 esac
16893 esac
16965 for ac_func in \
16966 _pclose \
16967 _popen \
16968 _snprintf \
16969 _spawnvp \
16970 _strdup \
16971 _stricmp \
16972 _strnicmp \
16973 _strtoi64 \
16974 _strtoui64 \
16975 _vsnprintf \
16976 asctime_r \
16977 chsize \
16978 clone \
16979 dlopen \
16980 epoll_create \
16981 ffs \
16982 finite \
16983 fork \
16984 fpclass \
16985 fstatfs \
16986 fstatvfs \
16987 ftruncate \
16988 futimes \
16989 futimesat \
16990 getdirentries \
16991 getopt_long \
16992 getpagesize \
16993 getpwuid \
16994 gettid \
16995 gettimeofday \
16996 getuid \
16997 inet_pton \
16998 kqueue \
16999 lstat \
17000 memmove \
17001 mmap \
17002 pclose \
17003 poll \
17004 popen \
17005 prctl \
17006 pread \
17007 pwrite \
17008 readlink \
17009 rfork \
17010 sched_yield \
17011 select \
17012 setproctitle \
17013 setrlimit \
17014 settimeofday \
17015 sigaltstack \
17016 sigprocmask \
17017 snprintf \
17018 spawnvp \
17019 statfs \
17020 statvfs \
17021 strcasecmp \
17022 strdup \
17023 strerror \
17024 strncasecmp \
17025 strtold \
17026 strtoll \
17027 strtoull \
17028 tcgetattr \
17029 thr_kill2 \
17030 timegm \
17031 usleep \
17032 vsnprintf \
17033 wait4 \
17034 waitpid \
17037 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17038 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17039 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17040 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17041 echo $ECHO_N "(cached) $ECHO_C" >&6
17042 else
17043 cat >conftest.$ac_ext <<_ACEOF
17044 /* confdefs.h. */
17045 _ACEOF
17046 cat confdefs.h >>conftest.$ac_ext
17047 cat >>conftest.$ac_ext <<_ACEOF
17048 /* end confdefs.h. */
17049 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17051 #define $ac_func innocuous_$ac_func
17053 /* System header to define __stub macros and hopefully few prototypes,
17054 which can conflict with char $ac_func (); below.
17055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17056 <limits.h> exists even on freestanding compilers. */
17058 #ifdef __STDC__
17059 # include <limits.h>
17060 #else
17061 # include <assert.h>
17062 #endif
17064 #undef $ac_func
17066 /* Override any GCC internal prototype to avoid an error.
17067 Use char because int might match the return type of a GCC
17068 builtin and then its argument prototype would still apply. */
17069 #ifdef __cplusplus
17070 extern "C"
17071 #endif
17072 char $ac_func ();
17073 /* The GNU C library defines this for functions which it implements
17074 to always fail with ENOSYS. Some functions are actually named
17075 something starting with __ and the normal name is an alias. */
17076 #if defined __stub_$ac_func || defined __stub___$ac_func
17077 choke me
17078 #endif
17081 main ()
17083 return $ac_func ();
17085 return 0;
17087 _ACEOF
17088 rm -f conftest.$ac_objext conftest$ac_exeext
17089 if { (ac_try="$ac_link"
17090 case "(($ac_try" in
17091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17092 *) ac_try_echo=$ac_try;;
17093 esac
17094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17095 (eval "$ac_link") 2>conftest.er1
17096 ac_status=$?
17097 grep -v '^ *+' conftest.er1 >conftest.err
17098 rm -f conftest.er1
17099 cat conftest.err >&5
17100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17101 (exit $ac_status); } && {
17102 test -z "$ac_c_werror_flag" ||
17103 test ! -s conftest.err
17104 } && test -s conftest$ac_exeext &&
17105 $as_test_x conftest$ac_exeext; then
17106 eval "$as_ac_var=yes"
17107 else
17108 echo "$as_me: failed program was:" >&5
17109 sed 's/^/| /' conftest.$ac_ext >&5
17111 eval "$as_ac_var=no"
17114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17115 conftest$ac_exeext conftest.$ac_ext
17117 ac_res=`eval echo '${'$as_ac_var'}'`
17118 { echo "$as_me:$LINENO: result: $ac_res" >&5
17119 echo "${ECHO_T}$ac_res" >&6; }
17120 if test `eval echo '${'$as_ac_var'}'` = yes; then
17121 cat >>confdefs.h <<_ACEOF
17122 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17123 _ACEOF
17126 done
17129 if test "$ac_cv_func_dlopen" = no
17130 then
17131 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17132 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17133 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17134 echo $ECHO_N "(cached) $ECHO_C" >&6
17135 else
17136 ac_check_lib_save_LIBS=$LIBS
17137 LIBS="-ldl $LIBS"
17138 cat >conftest.$ac_ext <<_ACEOF
17139 /* confdefs.h. */
17140 _ACEOF
17141 cat confdefs.h >>conftest.$ac_ext
17142 cat >>conftest.$ac_ext <<_ACEOF
17143 /* end confdefs.h. */
17145 /* Override any GCC internal prototype to avoid an error.
17146 Use char because int might match the return type of a GCC
17147 builtin and then its argument prototype would still apply. */
17148 #ifdef __cplusplus
17149 extern "C"
17150 #endif
17151 char dlopen ();
17153 main ()
17155 return dlopen ();
17157 return 0;
17159 _ACEOF
17160 rm -f conftest.$ac_objext conftest$ac_exeext
17161 if { (ac_try="$ac_link"
17162 case "(($ac_try" in
17163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17164 *) ac_try_echo=$ac_try;;
17165 esac
17166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17167 (eval "$ac_link") 2>conftest.er1
17168 ac_status=$?
17169 grep -v '^ *+' conftest.er1 >conftest.err
17170 rm -f conftest.er1
17171 cat conftest.err >&5
17172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17173 (exit $ac_status); } && {
17174 test -z "$ac_c_werror_flag" ||
17175 test ! -s conftest.err
17176 } && test -s conftest$ac_exeext &&
17177 $as_test_x conftest$ac_exeext; then
17178 ac_cv_lib_dl_dlopen=yes
17179 else
17180 echo "$as_me: failed program was:" >&5
17181 sed 's/^/| /' conftest.$ac_ext >&5
17183 ac_cv_lib_dl_dlopen=no
17186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17187 conftest$ac_exeext conftest.$ac_ext
17188 LIBS=$ac_check_lib_save_LIBS
17190 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17191 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17192 if test $ac_cv_lib_dl_dlopen = yes; then
17193 cat >>confdefs.h <<\_ACEOF
17194 #define HAVE_DLOPEN 1
17195 _ACEOF
17196 LIBDL="-ldl"
17201 ac_wine_check_funcs_save_LIBS="$LIBS"
17202 LIBS="$LIBS $LIBDL"
17204 for ac_func in dladdr
17206 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17207 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17208 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17209 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17210 echo $ECHO_N "(cached) $ECHO_C" >&6
17211 else
17212 cat >conftest.$ac_ext <<_ACEOF
17213 /* confdefs.h. */
17214 _ACEOF
17215 cat confdefs.h >>conftest.$ac_ext
17216 cat >>conftest.$ac_ext <<_ACEOF
17217 /* end confdefs.h. */
17218 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17219 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17220 #define $ac_func innocuous_$ac_func
17222 /* System header to define __stub macros and hopefully few prototypes,
17223 which can conflict with char $ac_func (); below.
17224 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17225 <limits.h> exists even on freestanding compilers. */
17227 #ifdef __STDC__
17228 # include <limits.h>
17229 #else
17230 # include <assert.h>
17231 #endif
17233 #undef $ac_func
17235 /* Override any GCC internal prototype to avoid an error.
17236 Use char because int might match the return type of a GCC
17237 builtin and then its argument prototype would still apply. */
17238 #ifdef __cplusplus
17239 extern "C"
17240 #endif
17241 char $ac_func ();
17242 /* The GNU C library defines this for functions which it implements
17243 to always fail with ENOSYS. Some functions are actually named
17244 something starting with __ and the normal name is an alias. */
17245 #if defined __stub_$ac_func || defined __stub___$ac_func
17246 choke me
17247 #endif
17250 main ()
17252 return $ac_func ();
17254 return 0;
17256 _ACEOF
17257 rm -f conftest.$ac_objext conftest$ac_exeext
17258 if { (ac_try="$ac_link"
17259 case "(($ac_try" in
17260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17261 *) ac_try_echo=$ac_try;;
17262 esac
17263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17264 (eval "$ac_link") 2>conftest.er1
17265 ac_status=$?
17266 grep -v '^ *+' conftest.er1 >conftest.err
17267 rm -f conftest.er1
17268 cat conftest.err >&5
17269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270 (exit $ac_status); } && {
17271 test -z "$ac_c_werror_flag" ||
17272 test ! -s conftest.err
17273 } && test -s conftest$ac_exeext &&
17274 $as_test_x conftest$ac_exeext; then
17275 eval "$as_ac_var=yes"
17276 else
17277 echo "$as_me: failed program was:" >&5
17278 sed 's/^/| /' conftest.$ac_ext >&5
17280 eval "$as_ac_var=no"
17283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17284 conftest$ac_exeext conftest.$ac_ext
17286 ac_res=`eval echo '${'$as_ac_var'}'`
17287 { echo "$as_me:$LINENO: result: $ac_res" >&5
17288 echo "${ECHO_T}$ac_res" >&6; }
17289 if test `eval echo '${'$as_ac_var'}'` = yes; then
17290 cat >>confdefs.h <<_ACEOF
17291 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17292 _ACEOF
17295 done
17297 LIBS="$ac_wine_check_funcs_save_LIBS"
17299 if test "$ac_cv_func_poll" = no
17300 then
17301 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17302 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17303 if test "${ac_cv_lib_poll_poll+set}" = set; then
17304 echo $ECHO_N "(cached) $ECHO_C" >&6
17305 else
17306 ac_check_lib_save_LIBS=$LIBS
17307 LIBS="-lpoll $LIBS"
17308 cat >conftest.$ac_ext <<_ACEOF
17309 /* confdefs.h. */
17310 _ACEOF
17311 cat confdefs.h >>conftest.$ac_ext
17312 cat >>conftest.$ac_ext <<_ACEOF
17313 /* end confdefs.h. */
17315 /* Override any GCC internal prototype to avoid an error.
17316 Use char because int might match the return type of a GCC
17317 builtin and then its argument prototype would still apply. */
17318 #ifdef __cplusplus
17319 extern "C"
17320 #endif
17321 char poll ();
17323 main ()
17325 return poll ();
17327 return 0;
17329 _ACEOF
17330 rm -f conftest.$ac_objext conftest$ac_exeext
17331 if { (ac_try="$ac_link"
17332 case "(($ac_try" in
17333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17334 *) ac_try_echo=$ac_try;;
17335 esac
17336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17337 (eval "$ac_link") 2>conftest.er1
17338 ac_status=$?
17339 grep -v '^ *+' conftest.er1 >conftest.err
17340 rm -f conftest.er1
17341 cat conftest.err >&5
17342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343 (exit $ac_status); } && {
17344 test -z "$ac_c_werror_flag" ||
17345 test ! -s conftest.err
17346 } && test -s conftest$ac_exeext &&
17347 $as_test_x conftest$ac_exeext; then
17348 ac_cv_lib_poll_poll=yes
17349 else
17350 echo "$as_me: failed program was:" >&5
17351 sed 's/^/| /' conftest.$ac_ext >&5
17353 ac_cv_lib_poll_poll=no
17356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17357 conftest$ac_exeext conftest.$ac_ext
17358 LIBS=$ac_check_lib_save_LIBS
17360 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17361 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17362 if test $ac_cv_lib_poll_poll = yes; then
17363 cat >>confdefs.h <<\_ACEOF
17364 #define HAVE_POLL 1
17365 _ACEOF
17366 LIBPOLL="-lpoll"
17372 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17373 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17374 if test "${ac_cv_search_gethostbyname+set}" = set; then
17375 echo $ECHO_N "(cached) $ECHO_C" >&6
17376 else
17377 ac_func_search_save_LIBS=$LIBS
17378 cat >conftest.$ac_ext <<_ACEOF
17379 /* confdefs.h. */
17380 _ACEOF
17381 cat confdefs.h >>conftest.$ac_ext
17382 cat >>conftest.$ac_ext <<_ACEOF
17383 /* end confdefs.h. */
17385 /* Override any GCC internal prototype to avoid an error.
17386 Use char because int might match the return type of a GCC
17387 builtin and then its argument prototype would still apply. */
17388 #ifdef __cplusplus
17389 extern "C"
17390 #endif
17391 char gethostbyname ();
17393 main ()
17395 return gethostbyname ();
17397 return 0;
17399 _ACEOF
17400 for ac_lib in '' nsl; do
17401 if test -z "$ac_lib"; then
17402 ac_res="none required"
17403 else
17404 ac_res=-l$ac_lib
17405 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17407 rm -f conftest.$ac_objext conftest$ac_exeext
17408 if { (ac_try="$ac_link"
17409 case "(($ac_try" in
17410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17411 *) ac_try_echo=$ac_try;;
17412 esac
17413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17414 (eval "$ac_link") 2>conftest.er1
17415 ac_status=$?
17416 grep -v '^ *+' conftest.er1 >conftest.err
17417 rm -f conftest.er1
17418 cat conftest.err >&5
17419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17420 (exit $ac_status); } && {
17421 test -z "$ac_c_werror_flag" ||
17422 test ! -s conftest.err
17423 } && test -s conftest$ac_exeext &&
17424 $as_test_x conftest$ac_exeext; then
17425 ac_cv_search_gethostbyname=$ac_res
17426 else
17427 echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17434 conftest$ac_exeext
17435 if test "${ac_cv_search_gethostbyname+set}" = set; then
17436 break
17438 done
17439 if test "${ac_cv_search_gethostbyname+set}" = set; then
17441 else
17442 ac_cv_search_gethostbyname=no
17444 rm conftest.$ac_ext
17445 LIBS=$ac_func_search_save_LIBS
17447 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17448 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17449 ac_res=$ac_cv_search_gethostbyname
17450 if test "$ac_res" != no; then
17451 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17456 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17457 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17458 if test "${ac_cv_search_connect+set}" = set; then
17459 echo $ECHO_N "(cached) $ECHO_C" >&6
17460 else
17461 ac_func_search_save_LIBS=$LIBS
17462 cat >conftest.$ac_ext <<_ACEOF
17463 /* confdefs.h. */
17464 _ACEOF
17465 cat confdefs.h >>conftest.$ac_ext
17466 cat >>conftest.$ac_ext <<_ACEOF
17467 /* end confdefs.h. */
17469 /* Override any GCC internal prototype to avoid an error.
17470 Use char because int might match the return type of a GCC
17471 builtin and then its argument prototype would still apply. */
17472 #ifdef __cplusplus
17473 extern "C"
17474 #endif
17475 char connect ();
17477 main ()
17479 return connect ();
17481 return 0;
17483 _ACEOF
17484 for ac_lib in '' socket; do
17485 if test -z "$ac_lib"; then
17486 ac_res="none required"
17487 else
17488 ac_res=-l$ac_lib
17489 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17491 rm -f conftest.$ac_objext conftest$ac_exeext
17492 if { (ac_try="$ac_link"
17493 case "(($ac_try" in
17494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17495 *) ac_try_echo=$ac_try;;
17496 esac
17497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17498 (eval "$ac_link") 2>conftest.er1
17499 ac_status=$?
17500 grep -v '^ *+' conftest.er1 >conftest.err
17501 rm -f conftest.er1
17502 cat conftest.err >&5
17503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); } && {
17505 test -z "$ac_c_werror_flag" ||
17506 test ! -s conftest.err
17507 } && test -s conftest$ac_exeext &&
17508 $as_test_x conftest$ac_exeext; then
17509 ac_cv_search_connect=$ac_res
17510 else
17511 echo "$as_me: failed program was:" >&5
17512 sed 's/^/| /' conftest.$ac_ext >&5
17517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17518 conftest$ac_exeext
17519 if test "${ac_cv_search_connect+set}" = set; then
17520 break
17522 done
17523 if test "${ac_cv_search_connect+set}" = set; then
17525 else
17526 ac_cv_search_connect=no
17528 rm conftest.$ac_ext
17529 LIBS=$ac_func_search_save_LIBS
17531 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17532 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17533 ac_res=$ac_cv_search_connect
17534 if test "$ac_res" != no; then
17535 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17540 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17541 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17542 if test "${ac_cv_search_inet_aton+set}" = set; then
17543 echo $ECHO_N "(cached) $ECHO_C" >&6
17544 else
17545 ac_func_search_save_LIBS=$LIBS
17546 cat >conftest.$ac_ext <<_ACEOF
17547 /* confdefs.h. */
17548 _ACEOF
17549 cat confdefs.h >>conftest.$ac_ext
17550 cat >>conftest.$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17553 /* Override any GCC internal prototype to avoid an error.
17554 Use char because int might match the return type of a GCC
17555 builtin and then its argument prototype would still apply. */
17556 #ifdef __cplusplus
17557 extern "C"
17558 #endif
17559 char inet_aton ();
17561 main ()
17563 return inet_aton ();
17565 return 0;
17567 _ACEOF
17568 for ac_lib in '' resolv; do
17569 if test -z "$ac_lib"; then
17570 ac_res="none required"
17571 else
17572 ac_res=-l$ac_lib
17573 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17575 rm -f conftest.$ac_objext conftest$ac_exeext
17576 if { (ac_try="$ac_link"
17577 case "(($ac_try" in
17578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17579 *) ac_try_echo=$ac_try;;
17580 esac
17581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17582 (eval "$ac_link") 2>conftest.er1
17583 ac_status=$?
17584 grep -v '^ *+' conftest.er1 >conftest.err
17585 rm -f conftest.er1
17586 cat conftest.err >&5
17587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17588 (exit $ac_status); } && {
17589 test -z "$ac_c_werror_flag" ||
17590 test ! -s conftest.err
17591 } && test -s conftest$ac_exeext &&
17592 $as_test_x conftest$ac_exeext; then
17593 ac_cv_search_inet_aton=$ac_res
17594 else
17595 echo "$as_me: failed program was:" >&5
17596 sed 's/^/| /' conftest.$ac_ext >&5
17601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17602 conftest$ac_exeext
17603 if test "${ac_cv_search_inet_aton+set}" = set; then
17604 break
17606 done
17607 if test "${ac_cv_search_inet_aton+set}" = set; then
17609 else
17610 ac_cv_search_inet_aton=no
17612 rm conftest.$ac_ext
17613 LIBS=$ac_func_search_save_LIBS
17615 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17616 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17617 ac_res=$ac_cv_search_inet_aton
17618 if test "$ac_res" != no; then
17619 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17632 for ac_func in \
17633 getaddrinfo \
17634 getnameinfo \
17635 getnetbyname \
17636 getprotobyname \
17637 getprotobynumber \
17638 getservbyport \
17639 inet_network \
17640 sendmsg \
17643 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17644 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17645 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17646 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17647 echo $ECHO_N "(cached) $ECHO_C" >&6
17648 else
17649 cat >conftest.$ac_ext <<_ACEOF
17650 /* confdefs.h. */
17651 _ACEOF
17652 cat confdefs.h >>conftest.$ac_ext
17653 cat >>conftest.$ac_ext <<_ACEOF
17654 /* end confdefs.h. */
17655 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17656 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17657 #define $ac_func innocuous_$ac_func
17659 /* System header to define __stub macros and hopefully few prototypes,
17660 which can conflict with char $ac_func (); below.
17661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17662 <limits.h> exists even on freestanding compilers. */
17664 #ifdef __STDC__
17665 # include <limits.h>
17666 #else
17667 # include <assert.h>
17668 #endif
17670 #undef $ac_func
17672 /* Override any GCC internal prototype to avoid an error.
17673 Use char because int might match the return type of a GCC
17674 builtin and then its argument prototype would still apply. */
17675 #ifdef __cplusplus
17676 extern "C"
17677 #endif
17678 char $ac_func ();
17679 /* The GNU C library defines this for functions which it implements
17680 to always fail with ENOSYS. Some functions are actually named
17681 something starting with __ and the normal name is an alias. */
17682 #if defined __stub_$ac_func || defined __stub___$ac_func
17683 choke me
17684 #endif
17687 main ()
17689 return $ac_func ();
17691 return 0;
17693 _ACEOF
17694 rm -f conftest.$ac_objext conftest$ac_exeext
17695 if { (ac_try="$ac_link"
17696 case "(($ac_try" in
17697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17698 *) ac_try_echo=$ac_try;;
17699 esac
17700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17701 (eval "$ac_link") 2>conftest.er1
17702 ac_status=$?
17703 grep -v '^ *+' conftest.er1 >conftest.err
17704 rm -f conftest.er1
17705 cat conftest.err >&5
17706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17707 (exit $ac_status); } && {
17708 test -z "$ac_c_werror_flag" ||
17709 test ! -s conftest.err
17710 } && test -s conftest$ac_exeext &&
17711 $as_test_x conftest$ac_exeext; then
17712 eval "$as_ac_var=yes"
17713 else
17714 echo "$as_me: failed program was:" >&5
17715 sed 's/^/| /' conftest.$ac_ext >&5
17717 eval "$as_ac_var=no"
17720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17721 conftest$ac_exeext conftest.$ac_ext
17723 ac_res=`eval echo '${'$as_ac_var'}'`
17724 { echo "$as_me:$LINENO: result: $ac_res" >&5
17725 echo "${ECHO_T}$ac_res" >&6; }
17726 if test `eval echo '${'$as_ac_var'}'` = yes; then
17727 cat >>confdefs.h <<_ACEOF
17728 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17729 _ACEOF
17732 done
17735 LDAPLIBS=""
17737 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17738 then
17739 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17740 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17741 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17742 echo $ECHO_N "(cached) $ECHO_C" >&6
17743 else
17744 cat >conftest.$ac_ext <<_ACEOF
17745 /* confdefs.h. */
17746 _ACEOF
17747 cat confdefs.h >>conftest.$ac_ext
17748 cat >>conftest.$ac_ext <<_ACEOF
17749 /* end confdefs.h. */
17750 #include <ldap.h>
17752 typedef LDAPSortKey ac__type_new_;
17754 main ()
17756 if ((ac__type_new_ *) 0)
17757 return 0;
17758 if (sizeof (ac__type_new_))
17759 return 0;
17761 return 0;
17763 _ACEOF
17764 rm -f conftest.$ac_objext
17765 if { (ac_try="$ac_compile"
17766 case "(($ac_try" in
17767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17768 *) ac_try_echo=$ac_try;;
17769 esac
17770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17771 (eval "$ac_compile") 2>conftest.er1
17772 ac_status=$?
17773 grep -v '^ *+' conftest.er1 >conftest.err
17774 rm -f conftest.er1
17775 cat conftest.err >&5
17776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17777 (exit $ac_status); } && {
17778 test -z "$ac_c_werror_flag" ||
17779 test ! -s conftest.err
17780 } && test -s conftest.$ac_objext; then
17781 ac_cv_type_LDAPSortKey=yes
17782 else
17783 echo "$as_me: failed program was:" >&5
17784 sed 's/^/| /' conftest.$ac_ext >&5
17786 ac_cv_type_LDAPSortKey=no
17789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17791 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17792 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17793 if test $ac_cv_type_LDAPSortKey = yes; then
17794 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17795 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17796 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17797 echo $ECHO_N "(cached) $ECHO_C" >&6
17798 else
17799 ac_check_lib_save_LIBS=$LIBS
17800 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17801 cat >conftest.$ac_ext <<_ACEOF
17802 /* confdefs.h. */
17803 _ACEOF
17804 cat confdefs.h >>conftest.$ac_ext
17805 cat >>conftest.$ac_ext <<_ACEOF
17806 /* end confdefs.h. */
17808 /* Override any GCC internal prototype to avoid an error.
17809 Use char because int might match the return type of a GCC
17810 builtin and then its argument prototype would still apply. */
17811 #ifdef __cplusplus
17812 extern "C"
17813 #endif
17814 char ldap_initialize ();
17816 main ()
17818 return ldap_initialize ();
17820 return 0;
17822 _ACEOF
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17827 *) ac_try_echo=$ac_try;;
17828 esac
17829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17830 (eval "$ac_link") 2>conftest.er1
17831 ac_status=$?
17832 grep -v '^ *+' conftest.er1 >conftest.err
17833 rm -f conftest.er1
17834 cat conftest.err >&5
17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836 (exit $ac_status); } && {
17837 test -z "$ac_c_werror_flag" ||
17838 test ! -s conftest.err
17839 } && test -s conftest$ac_exeext &&
17840 $as_test_x conftest$ac_exeext; then
17841 ac_cv_lib_ldap_r_ldap_initialize=yes
17842 else
17843 echo "$as_me: failed program was:" >&5
17844 sed 's/^/| /' conftest.$ac_ext >&5
17846 ac_cv_lib_ldap_r_ldap_initialize=no
17849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17850 conftest$ac_exeext conftest.$ac_ext
17851 LIBS=$ac_check_lib_save_LIBS
17853 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17854 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17855 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17856 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17857 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17858 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17859 echo $ECHO_N "(cached) $ECHO_C" >&6
17860 else
17861 ac_check_lib_save_LIBS=$LIBS
17862 LIBS="-llber $LIBPTHREAD $LIBS"
17863 cat >conftest.$ac_ext <<_ACEOF
17864 /* confdefs.h. */
17865 _ACEOF
17866 cat confdefs.h >>conftest.$ac_ext
17867 cat >>conftest.$ac_ext <<_ACEOF
17868 /* end confdefs.h. */
17870 /* Override any GCC internal prototype to avoid an error.
17871 Use char because int might match the return type of a GCC
17872 builtin and then its argument prototype would still apply. */
17873 #ifdef __cplusplus
17874 extern "C"
17875 #endif
17876 char ber_init ();
17878 main ()
17880 return ber_init ();
17882 return 0;
17884 _ACEOF
17885 rm -f conftest.$ac_objext conftest$ac_exeext
17886 if { (ac_try="$ac_link"
17887 case "(($ac_try" in
17888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17889 *) ac_try_echo=$ac_try;;
17890 esac
17891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17892 (eval "$ac_link") 2>conftest.er1
17893 ac_status=$?
17894 grep -v '^ *+' conftest.er1 >conftest.err
17895 rm -f conftest.er1
17896 cat conftest.err >&5
17897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17898 (exit $ac_status); } && {
17899 test -z "$ac_c_werror_flag" ||
17900 test ! -s conftest.err
17901 } && test -s conftest$ac_exeext &&
17902 $as_test_x conftest$ac_exeext; then
17903 ac_cv_lib_lber_ber_init=yes
17904 else
17905 echo "$as_me: failed program was:" >&5
17906 sed 's/^/| /' conftest.$ac_ext >&5
17908 ac_cv_lib_lber_ber_init=no
17911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17912 conftest$ac_exeext conftest.$ac_ext
17913 LIBS=$ac_check_lib_save_LIBS
17915 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17916 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17917 if test $ac_cv_lib_lber_ber_init = yes; then
17919 cat >>confdefs.h <<\_ACEOF
17920 #define HAVE_LDAP 1
17921 _ACEOF
17923 LDAPLIBS="-lldap_r -llber"
17930 ac_wine_check_funcs_save_LIBS="$LIBS"
17931 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17940 for ac_func in \
17941 ldap_count_references \
17942 ldap_first_reference \
17943 ldap_next_reference \
17944 ldap_parse_reference \
17945 ldap_parse_sort_control \
17946 ldap_parse_sortresponse_control \
17947 ldap_parse_vlv_control \
17948 ldap_parse_vlvresponse_control
17950 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17951 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17952 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17953 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17954 echo $ECHO_N "(cached) $ECHO_C" >&6
17955 else
17956 cat >conftest.$ac_ext <<_ACEOF
17957 /* confdefs.h. */
17958 _ACEOF
17959 cat confdefs.h >>conftest.$ac_ext
17960 cat >>conftest.$ac_ext <<_ACEOF
17961 /* end confdefs.h. */
17962 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17963 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17964 #define $ac_func innocuous_$ac_func
17966 /* System header to define __stub macros and hopefully few prototypes,
17967 which can conflict with char $ac_func (); below.
17968 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17969 <limits.h> exists even on freestanding compilers. */
17971 #ifdef __STDC__
17972 # include <limits.h>
17973 #else
17974 # include <assert.h>
17975 #endif
17977 #undef $ac_func
17979 /* Override any GCC internal prototype to avoid an error.
17980 Use char because int might match the return type of a GCC
17981 builtin and then its argument prototype would still apply. */
17982 #ifdef __cplusplus
17983 extern "C"
17984 #endif
17985 char $ac_func ();
17986 /* The GNU C library defines this for functions which it implements
17987 to always fail with ENOSYS. Some functions are actually named
17988 something starting with __ and the normal name is an alias. */
17989 #if defined __stub_$ac_func || defined __stub___$ac_func
17990 choke me
17991 #endif
17994 main ()
17996 return $ac_func ();
17998 return 0;
18000 _ACEOF
18001 rm -f conftest.$ac_objext conftest$ac_exeext
18002 if { (ac_try="$ac_link"
18003 case "(($ac_try" in
18004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18005 *) ac_try_echo=$ac_try;;
18006 esac
18007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18008 (eval "$ac_link") 2>conftest.er1
18009 ac_status=$?
18010 grep -v '^ *+' conftest.er1 >conftest.err
18011 rm -f conftest.er1
18012 cat conftest.err >&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } && {
18015 test -z "$ac_c_werror_flag" ||
18016 test ! -s conftest.err
18017 } && test -s conftest$ac_exeext &&
18018 $as_test_x conftest$ac_exeext; then
18019 eval "$as_ac_var=yes"
18020 else
18021 echo "$as_me: failed program was:" >&5
18022 sed 's/^/| /' conftest.$ac_ext >&5
18024 eval "$as_ac_var=no"
18027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18028 conftest$ac_exeext conftest.$ac_ext
18030 ac_res=`eval echo '${'$as_ac_var'}'`
18031 { echo "$as_me:$LINENO: result: $ac_res" >&5
18032 echo "${ECHO_T}$ac_res" >&6; }
18033 if test `eval echo '${'$as_ac_var'}'` = yes; then
18034 cat >>confdefs.h <<_ACEOF
18035 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18036 _ACEOF
18039 done
18041 LIBS="$ac_wine_check_funcs_save_LIBS"
18043 if test "x$LDAPLIBS" = "x"; then
18044 case "x$with_ldap" in
18045 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18046 xno) ;;
18047 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18048 This is an error since --with-ldap was requested." >&5
18049 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18050 This is an error since --with-ldap was requested." >&2;}
18051 { (exit 1); exit 1; }; } ;;
18052 esac
18057 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18058 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18059 if test "${ac_cv_c_const+set}" = set; then
18060 echo $ECHO_N "(cached) $ECHO_C" >&6
18061 else
18062 cat >conftest.$ac_ext <<_ACEOF
18063 /* confdefs.h. */
18064 _ACEOF
18065 cat confdefs.h >>conftest.$ac_ext
18066 cat >>conftest.$ac_ext <<_ACEOF
18067 /* end confdefs.h. */
18070 main ()
18072 /* FIXME: Include the comments suggested by Paul. */
18073 #ifndef __cplusplus
18074 /* Ultrix mips cc rejects this. */
18075 typedef int charset[2];
18076 const charset cs;
18077 /* SunOS 4.1.1 cc rejects this. */
18078 char const *const *pcpcc;
18079 char **ppc;
18080 /* NEC SVR4.0.2 mips cc rejects this. */
18081 struct point {int x, y;};
18082 static struct point const zero = {0,0};
18083 /* AIX XL C 1.02.0.0 rejects this.
18084 It does not let you subtract one const X* pointer from another in
18085 an arm of an if-expression whose if-part is not a constant
18086 expression */
18087 const char *g = "string";
18088 pcpcc = &g + (g ? g-g : 0);
18089 /* HPUX 7.0 cc rejects these. */
18090 ++pcpcc;
18091 ppc = (char**) pcpcc;
18092 pcpcc = (char const *const *) ppc;
18093 { /* SCO 3.2v4 cc rejects this. */
18094 char *t;
18095 char const *s = 0 ? (char *) 0 : (char const *) 0;
18097 *t++ = 0;
18098 if (s) return 0;
18100 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18101 int x[] = {25, 17};
18102 const int *foo = &x[0];
18103 ++foo;
18105 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18106 typedef const int *iptr;
18107 iptr p = 0;
18108 ++p;
18110 { /* AIX XL C 1.02.0.0 rejects this saying
18111 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18112 struct s { int j; const int *ap[3]; };
18113 struct s *b; b->j = 5;
18115 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18116 const int foo = 10;
18117 if (!foo) return 0;
18119 return !cs[0] && !zero.x;
18120 #endif
18123 return 0;
18125 _ACEOF
18126 rm -f conftest.$ac_objext
18127 if { (ac_try="$ac_compile"
18128 case "(($ac_try" in
18129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18130 *) ac_try_echo=$ac_try;;
18131 esac
18132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18133 (eval "$ac_compile") 2>conftest.er1
18134 ac_status=$?
18135 grep -v '^ *+' conftest.er1 >conftest.err
18136 rm -f conftest.er1
18137 cat conftest.err >&5
18138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } && {
18140 test -z "$ac_c_werror_flag" ||
18141 test ! -s conftest.err
18142 } && test -s conftest.$ac_objext; then
18143 ac_cv_c_const=yes
18144 else
18145 echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18148 ac_cv_c_const=no
18151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18153 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18154 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18155 if test $ac_cv_c_const = no; then
18157 cat >>confdefs.h <<\_ACEOF
18158 #define const
18159 _ACEOF
18163 { echo "$as_me:$LINENO: checking for inline" >&5
18164 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18165 if test "${ac_cv_c_inline+set}" = set; then
18166 echo $ECHO_N "(cached) $ECHO_C" >&6
18167 else
18168 ac_cv_c_inline=no
18169 for ac_kw in inline __inline__ __inline; do
18170 cat >conftest.$ac_ext <<_ACEOF
18171 /* confdefs.h. */
18172 _ACEOF
18173 cat confdefs.h >>conftest.$ac_ext
18174 cat >>conftest.$ac_ext <<_ACEOF
18175 /* end confdefs.h. */
18176 #ifndef __cplusplus
18177 typedef int foo_t;
18178 static $ac_kw foo_t static_foo () {return 0; }
18179 $ac_kw foo_t foo () {return 0; }
18180 #endif
18182 _ACEOF
18183 rm -f conftest.$ac_objext
18184 if { (ac_try="$ac_compile"
18185 case "(($ac_try" in
18186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18187 *) ac_try_echo=$ac_try;;
18188 esac
18189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18190 (eval "$ac_compile") 2>conftest.er1
18191 ac_status=$?
18192 grep -v '^ *+' conftest.er1 >conftest.err
18193 rm -f conftest.er1
18194 cat conftest.err >&5
18195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18196 (exit $ac_status); } && {
18197 test -z "$ac_c_werror_flag" ||
18198 test ! -s conftest.err
18199 } && test -s conftest.$ac_objext; then
18200 ac_cv_c_inline=$ac_kw
18201 else
18202 echo "$as_me: failed program was:" >&5
18203 sed 's/^/| /' conftest.$ac_ext >&5
18208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18209 test "$ac_cv_c_inline" != no && break
18210 done
18213 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18214 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18217 case $ac_cv_c_inline in
18218 inline | yes) ;;
18220 case $ac_cv_c_inline in
18221 no) ac_val=;;
18222 *) ac_val=$ac_cv_c_inline;;
18223 esac
18224 cat >>confdefs.h <<_ACEOF
18225 #ifndef __cplusplus
18226 #define inline $ac_val
18227 #endif
18228 _ACEOF
18230 esac
18232 { echo "$as_me:$LINENO: checking for mode_t" >&5
18233 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18234 if test "${ac_cv_type_mode_t+set}" = set; then
18235 echo $ECHO_N "(cached) $ECHO_C" >&6
18236 else
18237 cat >conftest.$ac_ext <<_ACEOF
18238 /* confdefs.h. */
18239 _ACEOF
18240 cat confdefs.h >>conftest.$ac_ext
18241 cat >>conftest.$ac_ext <<_ACEOF
18242 /* end confdefs.h. */
18243 $ac_includes_default
18244 typedef mode_t ac__type_new_;
18246 main ()
18248 if ((ac__type_new_ *) 0)
18249 return 0;
18250 if (sizeof (ac__type_new_))
18251 return 0;
18253 return 0;
18255 _ACEOF
18256 rm -f conftest.$ac_objext
18257 if { (ac_try="$ac_compile"
18258 case "(($ac_try" in
18259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18260 *) ac_try_echo=$ac_try;;
18261 esac
18262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18263 (eval "$ac_compile") 2>conftest.er1
18264 ac_status=$?
18265 grep -v '^ *+' conftest.er1 >conftest.err
18266 rm -f conftest.er1
18267 cat conftest.err >&5
18268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18269 (exit $ac_status); } && {
18270 test -z "$ac_c_werror_flag" ||
18271 test ! -s conftest.err
18272 } && test -s conftest.$ac_objext; then
18273 ac_cv_type_mode_t=yes
18274 else
18275 echo "$as_me: failed program was:" >&5
18276 sed 's/^/| /' conftest.$ac_ext >&5
18278 ac_cv_type_mode_t=no
18281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18283 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18284 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18285 if test $ac_cv_type_mode_t = yes; then
18287 cat >>confdefs.h <<_ACEOF
18288 #define HAVE_MODE_T 1
18289 _ACEOF
18293 { echo "$as_me:$LINENO: checking for off_t" >&5
18294 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18295 if test "${ac_cv_type_off_t+set}" = set; then
18296 echo $ECHO_N "(cached) $ECHO_C" >&6
18297 else
18298 cat >conftest.$ac_ext <<_ACEOF
18299 /* confdefs.h. */
18300 _ACEOF
18301 cat confdefs.h >>conftest.$ac_ext
18302 cat >>conftest.$ac_ext <<_ACEOF
18303 /* end confdefs.h. */
18304 $ac_includes_default
18305 typedef off_t ac__type_new_;
18307 main ()
18309 if ((ac__type_new_ *) 0)
18310 return 0;
18311 if (sizeof (ac__type_new_))
18312 return 0;
18314 return 0;
18316 _ACEOF
18317 rm -f conftest.$ac_objext
18318 if { (ac_try="$ac_compile"
18319 case "(($ac_try" in
18320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18321 *) ac_try_echo=$ac_try;;
18322 esac
18323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18324 (eval "$ac_compile") 2>conftest.er1
18325 ac_status=$?
18326 grep -v '^ *+' conftest.er1 >conftest.err
18327 rm -f conftest.er1
18328 cat conftest.err >&5
18329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18330 (exit $ac_status); } && {
18331 test -z "$ac_c_werror_flag" ||
18332 test ! -s conftest.err
18333 } && test -s conftest.$ac_objext; then
18334 ac_cv_type_off_t=yes
18335 else
18336 echo "$as_me: failed program was:" >&5
18337 sed 's/^/| /' conftest.$ac_ext >&5
18339 ac_cv_type_off_t=no
18342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18344 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18345 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18346 if test $ac_cv_type_off_t = yes; then
18348 cat >>confdefs.h <<_ACEOF
18349 #define HAVE_OFF_T 1
18350 _ACEOF
18354 { echo "$as_me:$LINENO: checking for pid_t" >&5
18355 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18356 if test "${ac_cv_type_pid_t+set}" = set; then
18357 echo $ECHO_N "(cached) $ECHO_C" >&6
18358 else
18359 cat >conftest.$ac_ext <<_ACEOF
18360 /* confdefs.h. */
18361 _ACEOF
18362 cat confdefs.h >>conftest.$ac_ext
18363 cat >>conftest.$ac_ext <<_ACEOF
18364 /* end confdefs.h. */
18365 $ac_includes_default
18366 typedef pid_t ac__type_new_;
18368 main ()
18370 if ((ac__type_new_ *) 0)
18371 return 0;
18372 if (sizeof (ac__type_new_))
18373 return 0;
18375 return 0;
18377 _ACEOF
18378 rm -f conftest.$ac_objext
18379 if { (ac_try="$ac_compile"
18380 case "(($ac_try" in
18381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18382 *) ac_try_echo=$ac_try;;
18383 esac
18384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18385 (eval "$ac_compile") 2>conftest.er1
18386 ac_status=$?
18387 grep -v '^ *+' conftest.er1 >conftest.err
18388 rm -f conftest.er1
18389 cat conftest.err >&5
18390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18391 (exit $ac_status); } && {
18392 test -z "$ac_c_werror_flag" ||
18393 test ! -s conftest.err
18394 } && test -s conftest.$ac_objext; then
18395 ac_cv_type_pid_t=yes
18396 else
18397 echo "$as_me: failed program was:" >&5
18398 sed 's/^/| /' conftest.$ac_ext >&5
18400 ac_cv_type_pid_t=no
18403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18405 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18406 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18407 if test $ac_cv_type_pid_t = yes; then
18409 cat >>confdefs.h <<_ACEOF
18410 #define HAVE_PID_T 1
18411 _ACEOF
18415 { echo "$as_me:$LINENO: checking for size_t" >&5
18416 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18417 if test "${ac_cv_type_size_t+set}" = set; then
18418 echo $ECHO_N "(cached) $ECHO_C" >&6
18419 else
18420 cat >conftest.$ac_ext <<_ACEOF
18421 /* confdefs.h. */
18422 _ACEOF
18423 cat confdefs.h >>conftest.$ac_ext
18424 cat >>conftest.$ac_ext <<_ACEOF
18425 /* end confdefs.h. */
18426 $ac_includes_default
18427 typedef size_t ac__type_new_;
18429 main ()
18431 if ((ac__type_new_ *) 0)
18432 return 0;
18433 if (sizeof (ac__type_new_))
18434 return 0;
18436 return 0;
18438 _ACEOF
18439 rm -f conftest.$ac_objext
18440 if { (ac_try="$ac_compile"
18441 case "(($ac_try" in
18442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18443 *) ac_try_echo=$ac_try;;
18444 esac
18445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18446 (eval "$ac_compile") 2>conftest.er1
18447 ac_status=$?
18448 grep -v '^ *+' conftest.er1 >conftest.err
18449 rm -f conftest.er1
18450 cat conftest.err >&5
18451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18452 (exit $ac_status); } && {
18453 test -z "$ac_c_werror_flag" ||
18454 test ! -s conftest.err
18455 } && test -s conftest.$ac_objext; then
18456 ac_cv_type_size_t=yes
18457 else
18458 echo "$as_me: failed program was:" >&5
18459 sed 's/^/| /' conftest.$ac_ext >&5
18461 ac_cv_type_size_t=no
18464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18466 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18467 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18468 if test $ac_cv_type_size_t = yes; then
18470 cat >>confdefs.h <<_ACEOF
18471 #define HAVE_SIZE_T 1
18472 _ACEOF
18476 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18477 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18478 if test "${ac_cv_type_ssize_t+set}" = set; then
18479 echo $ECHO_N "(cached) $ECHO_C" >&6
18480 else
18481 cat >conftest.$ac_ext <<_ACEOF
18482 /* confdefs.h. */
18483 _ACEOF
18484 cat confdefs.h >>conftest.$ac_ext
18485 cat >>conftest.$ac_ext <<_ACEOF
18486 /* end confdefs.h. */
18487 $ac_includes_default
18488 typedef ssize_t ac__type_new_;
18490 main ()
18492 if ((ac__type_new_ *) 0)
18493 return 0;
18494 if (sizeof (ac__type_new_))
18495 return 0;
18497 return 0;
18499 _ACEOF
18500 rm -f conftest.$ac_objext
18501 if { (ac_try="$ac_compile"
18502 case "(($ac_try" in
18503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18504 *) ac_try_echo=$ac_try;;
18505 esac
18506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18507 (eval "$ac_compile") 2>conftest.er1
18508 ac_status=$?
18509 grep -v '^ *+' conftest.er1 >conftest.err
18510 rm -f conftest.er1
18511 cat conftest.err >&5
18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } && {
18514 test -z "$ac_c_werror_flag" ||
18515 test ! -s conftest.err
18516 } && test -s conftest.$ac_objext; then
18517 ac_cv_type_ssize_t=yes
18518 else
18519 echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.$ac_ext >&5
18522 ac_cv_type_ssize_t=no
18525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18527 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18528 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18529 if test $ac_cv_type_ssize_t = yes; then
18531 cat >>confdefs.h <<_ACEOF
18532 #define HAVE_SSIZE_T 1
18533 _ACEOF
18537 { echo "$as_me:$LINENO: checking for long long" >&5
18538 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18539 if test "${ac_cv_type_long_long+set}" = set; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
18541 else
18542 cat >conftest.$ac_ext <<_ACEOF
18543 /* confdefs.h. */
18544 _ACEOF
18545 cat confdefs.h >>conftest.$ac_ext
18546 cat >>conftest.$ac_ext <<_ACEOF
18547 /* end confdefs.h. */
18548 $ac_includes_default
18549 typedef long long ac__type_new_;
18551 main ()
18553 if ((ac__type_new_ *) 0)
18554 return 0;
18555 if (sizeof (ac__type_new_))
18556 return 0;
18558 return 0;
18560 _ACEOF
18561 rm -f conftest.$ac_objext
18562 if { (ac_try="$ac_compile"
18563 case "(($ac_try" in
18564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18565 *) ac_try_echo=$ac_try;;
18566 esac
18567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18568 (eval "$ac_compile") 2>conftest.er1
18569 ac_status=$?
18570 grep -v '^ *+' conftest.er1 >conftest.err
18571 rm -f conftest.er1
18572 cat conftest.err >&5
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); } && {
18575 test -z "$ac_c_werror_flag" ||
18576 test ! -s conftest.err
18577 } && test -s conftest.$ac_objext; then
18578 ac_cv_type_long_long=yes
18579 else
18580 echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.$ac_ext >&5
18583 ac_cv_type_long_long=no
18586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18588 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18589 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18590 if test $ac_cv_type_long_long = yes; then
18592 cat >>confdefs.h <<_ACEOF
18593 #define HAVE_LONG_LONG 1
18594 _ACEOF
18598 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18599 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18600 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18601 echo $ECHO_N "(cached) $ECHO_C" >&6
18602 else
18603 cat >conftest.$ac_ext <<_ACEOF
18604 /* confdefs.h. */
18605 _ACEOF
18606 cat confdefs.h >>conftest.$ac_ext
18607 cat >>conftest.$ac_ext <<_ACEOF
18608 /* end confdefs.h. */
18609 $ac_includes_default
18610 typedef fsblkcnt_t ac__type_new_;
18612 main ()
18614 if ((ac__type_new_ *) 0)
18615 return 0;
18616 if (sizeof (ac__type_new_))
18617 return 0;
18619 return 0;
18621 _ACEOF
18622 rm -f conftest.$ac_objext
18623 if { (ac_try="$ac_compile"
18624 case "(($ac_try" in
18625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18626 *) ac_try_echo=$ac_try;;
18627 esac
18628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18629 (eval "$ac_compile") 2>conftest.er1
18630 ac_status=$?
18631 grep -v '^ *+' conftest.er1 >conftest.err
18632 rm -f conftest.er1
18633 cat conftest.err >&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); } && {
18636 test -z "$ac_c_werror_flag" ||
18637 test ! -s conftest.err
18638 } && test -s conftest.$ac_objext; then
18639 ac_cv_type_fsblkcnt_t=yes
18640 else
18641 echo "$as_me: failed program was:" >&5
18642 sed 's/^/| /' conftest.$ac_ext >&5
18644 ac_cv_type_fsblkcnt_t=no
18647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18649 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18650 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18651 if test $ac_cv_type_fsblkcnt_t = yes; then
18653 cat >>confdefs.h <<_ACEOF
18654 #define HAVE_FSBLKCNT_T 1
18655 _ACEOF
18659 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18660 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18661 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18662 echo $ECHO_N "(cached) $ECHO_C" >&6
18663 else
18664 cat >conftest.$ac_ext <<_ACEOF
18665 /* confdefs.h. */
18666 _ACEOF
18667 cat confdefs.h >>conftest.$ac_ext
18668 cat >>conftest.$ac_ext <<_ACEOF
18669 /* end confdefs.h. */
18670 $ac_includes_default
18671 typedef fsfilcnt_t ac__type_new_;
18673 main ()
18675 if ((ac__type_new_ *) 0)
18676 return 0;
18677 if (sizeof (ac__type_new_))
18678 return 0;
18680 return 0;
18682 _ACEOF
18683 rm -f conftest.$ac_objext
18684 if { (ac_try="$ac_compile"
18685 case "(($ac_try" in
18686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18687 *) ac_try_echo=$ac_try;;
18688 esac
18689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690 (eval "$ac_compile") 2>conftest.er1
18691 ac_status=$?
18692 grep -v '^ *+' conftest.er1 >conftest.err
18693 rm -f conftest.er1
18694 cat conftest.err >&5
18695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696 (exit $ac_status); } && {
18697 test -z "$ac_c_werror_flag" ||
18698 test ! -s conftest.err
18699 } && test -s conftest.$ac_objext; then
18700 ac_cv_type_fsfilcnt_t=yes
18701 else
18702 echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.$ac_ext >&5
18705 ac_cv_type_fsfilcnt_t=no
18708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18710 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18711 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18712 if test $ac_cv_type_fsfilcnt_t = yes; then
18714 cat >>confdefs.h <<_ACEOF
18715 #define HAVE_FSFILCNT_T 1
18716 _ACEOF
18721 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18722 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18723 if test "${ac_cv_type_sigset_t+set}" = set; then
18724 echo $ECHO_N "(cached) $ECHO_C" >&6
18725 else
18726 cat >conftest.$ac_ext <<_ACEOF
18727 /* confdefs.h. */
18728 _ACEOF
18729 cat confdefs.h >>conftest.$ac_ext
18730 cat >>conftest.$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18732 #include <sys/types.h>
18733 #include <signal.h>
18735 typedef sigset_t ac__type_new_;
18737 main ()
18739 if ((ac__type_new_ *) 0)
18740 return 0;
18741 if (sizeof (ac__type_new_))
18742 return 0;
18744 return 0;
18746 _ACEOF
18747 rm -f conftest.$ac_objext
18748 if { (ac_try="$ac_compile"
18749 case "(($ac_try" in
18750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18751 *) ac_try_echo=$ac_try;;
18752 esac
18753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18754 (eval "$ac_compile") 2>conftest.er1
18755 ac_status=$?
18756 grep -v '^ *+' conftest.er1 >conftest.err
18757 rm -f conftest.er1
18758 cat conftest.err >&5
18759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18760 (exit $ac_status); } && {
18761 test -z "$ac_c_werror_flag" ||
18762 test ! -s conftest.err
18763 } && test -s conftest.$ac_objext; then
18764 ac_cv_type_sigset_t=yes
18765 else
18766 echo "$as_me: failed program was:" >&5
18767 sed 's/^/| /' conftest.$ac_ext >&5
18769 ac_cv_type_sigset_t=no
18772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18774 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18775 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18776 if test $ac_cv_type_sigset_t = yes; then
18778 cat >>confdefs.h <<_ACEOF
18779 #define HAVE_SIGSET_T 1
18780 _ACEOF
18785 { echo "$as_me:$LINENO: checking for request_sense" >&5
18786 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18787 if test "${ac_cv_type_request_sense+set}" = set; then
18788 echo $ECHO_N "(cached) $ECHO_C" >&6
18789 else
18790 cat >conftest.$ac_ext <<_ACEOF
18791 /* confdefs.h. */
18792 _ACEOF
18793 cat confdefs.h >>conftest.$ac_ext
18794 cat >>conftest.$ac_ext <<_ACEOF
18795 /* end confdefs.h. */
18796 #include <linux/cdrom.h>
18798 typedef request_sense ac__type_new_;
18800 main ()
18802 if ((ac__type_new_ *) 0)
18803 return 0;
18804 if (sizeof (ac__type_new_))
18805 return 0;
18807 return 0;
18809 _ACEOF
18810 rm -f conftest.$ac_objext
18811 if { (ac_try="$ac_compile"
18812 case "(($ac_try" in
18813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18814 *) ac_try_echo=$ac_try;;
18815 esac
18816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18817 (eval "$ac_compile") 2>conftest.er1
18818 ac_status=$?
18819 grep -v '^ *+' conftest.er1 >conftest.err
18820 rm -f conftest.er1
18821 cat conftest.err >&5
18822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18823 (exit $ac_status); } && {
18824 test -z "$ac_c_werror_flag" ||
18825 test ! -s conftest.err
18826 } && test -s conftest.$ac_objext; then
18827 ac_cv_type_request_sense=yes
18828 else
18829 echo "$as_me: failed program was:" >&5
18830 sed 's/^/| /' conftest.$ac_ext >&5
18832 ac_cv_type_request_sense=no
18835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18837 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18838 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18839 if test $ac_cv_type_request_sense = yes; then
18841 cat >>confdefs.h <<_ACEOF
18842 #define HAVE_REQUEST_SENSE 1
18843 _ACEOF
18849 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18850 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18851 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18852 echo $ECHO_N "(cached) $ECHO_C" >&6
18853 else
18854 cat >conftest.$ac_ext <<_ACEOF
18855 /* confdefs.h. */
18856 _ACEOF
18857 cat confdefs.h >>conftest.$ac_ext
18858 cat >>conftest.$ac_ext <<_ACEOF
18859 /* end confdefs.h. */
18860 #ifdef HAVE_LINUX_INPUT_H
18861 #include <linux/input.h>
18862 #endif
18865 main ()
18867 static struct ff_effect ac_aggr;
18868 if (ac_aggr.direction)
18869 return 0;
18871 return 0;
18873 _ACEOF
18874 rm -f conftest.$ac_objext
18875 if { (ac_try="$ac_compile"
18876 case "(($ac_try" in
18877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18878 *) ac_try_echo=$ac_try;;
18879 esac
18880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18881 (eval "$ac_compile") 2>conftest.er1
18882 ac_status=$?
18883 grep -v '^ *+' conftest.er1 >conftest.err
18884 rm -f conftest.er1
18885 cat conftest.err >&5
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); } && {
18888 test -z "$ac_c_werror_flag" ||
18889 test ! -s conftest.err
18890 } && test -s conftest.$ac_objext; then
18891 ac_cv_member_struct_ff_effect_direction=yes
18892 else
18893 echo "$as_me: failed program was:" >&5
18894 sed 's/^/| /' conftest.$ac_ext >&5
18896 cat >conftest.$ac_ext <<_ACEOF
18897 /* confdefs.h. */
18898 _ACEOF
18899 cat confdefs.h >>conftest.$ac_ext
18900 cat >>conftest.$ac_ext <<_ACEOF
18901 /* end confdefs.h. */
18902 #ifdef HAVE_LINUX_INPUT_H
18903 #include <linux/input.h>
18904 #endif
18907 main ()
18909 static struct ff_effect ac_aggr;
18910 if (sizeof ac_aggr.direction)
18911 return 0;
18913 return 0;
18915 _ACEOF
18916 rm -f conftest.$ac_objext
18917 if { (ac_try="$ac_compile"
18918 case "(($ac_try" in
18919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18920 *) ac_try_echo=$ac_try;;
18921 esac
18922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18923 (eval "$ac_compile") 2>conftest.er1
18924 ac_status=$?
18925 grep -v '^ *+' conftest.er1 >conftest.err
18926 rm -f conftest.er1
18927 cat conftest.err >&5
18928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18929 (exit $ac_status); } && {
18930 test -z "$ac_c_werror_flag" ||
18931 test ! -s conftest.err
18932 } && test -s conftest.$ac_objext; then
18933 ac_cv_member_struct_ff_effect_direction=yes
18934 else
18935 echo "$as_me: failed program was:" >&5
18936 sed 's/^/| /' conftest.$ac_ext >&5
18938 ac_cv_member_struct_ff_effect_direction=no
18941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18946 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18947 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18948 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18950 cat >>confdefs.h <<_ACEOF
18951 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18952 _ACEOF
18958 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18959 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18960 if test "${wine_cv_have_sigaddset+set}" = set; then
18961 echo $ECHO_N "(cached) $ECHO_C" >&6
18962 else
18963 cat >conftest.$ac_ext <<_ACEOF
18964 /* confdefs.h. */
18965 _ACEOF
18966 cat confdefs.h >>conftest.$ac_ext
18967 cat >>conftest.$ac_ext <<_ACEOF
18968 /* end confdefs.h. */
18969 #include <signal.h>
18971 main ()
18973 sigset_t set; sigaddset(&set,SIGTERM);
18975 return 0;
18977 _ACEOF
18978 rm -f conftest.$ac_objext conftest$ac_exeext
18979 if { (ac_try="$ac_link"
18980 case "(($ac_try" in
18981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18982 *) ac_try_echo=$ac_try;;
18983 esac
18984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18985 (eval "$ac_link") 2>conftest.er1
18986 ac_status=$?
18987 grep -v '^ *+' conftest.er1 >conftest.err
18988 rm -f conftest.er1
18989 cat conftest.err >&5
18990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18991 (exit $ac_status); } && {
18992 test -z "$ac_c_werror_flag" ||
18993 test ! -s conftest.err
18994 } && test -s conftest$ac_exeext &&
18995 $as_test_x conftest$ac_exeext; then
18996 wine_cv_have_sigaddset=yes
18997 else
18998 echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19001 wine_cv_have_sigaddset=no
19004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19005 conftest$ac_exeext conftest.$ac_ext
19007 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19008 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19009 if test "$wine_cv_have_sigaddset" = "yes"
19010 then
19012 cat >>confdefs.h <<\_ACEOF
19013 #define HAVE_SIGADDSET 1
19014 _ACEOF
19019 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19020 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19021 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19022 echo $ECHO_N "(cached) $ECHO_C" >&6
19023 else
19024 cat >conftest.$ac_ext <<_ACEOF
19025 /* confdefs.h. */
19026 _ACEOF
19027 cat confdefs.h >>conftest.$ac_ext
19028 cat >>conftest.$ac_ext <<_ACEOF
19029 /* end confdefs.h. */
19030 #include <netdb.h>
19032 main ()
19035 char *name=0;
19036 struct hostent he;
19037 struct hostent *result;
19038 char *buf=0;
19039 int bufsize=0;
19040 int res,errnr;
19041 char *addr=0;
19042 int addrlen=0;
19043 int addrtype=0;
19044 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19045 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19048 return 0;
19050 _ACEOF
19051 rm -f conftest.$ac_objext conftest$ac_exeext
19052 if { (ac_try="$ac_link"
19053 case "(($ac_try" in
19054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19055 *) ac_try_echo=$ac_try;;
19056 esac
19057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19058 (eval "$ac_link") 2>conftest.er1
19059 ac_status=$?
19060 grep -v '^ *+' conftest.er1 >conftest.err
19061 rm -f conftest.er1
19062 cat conftest.err >&5
19063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19064 (exit $ac_status); } && {
19065 test -z "$ac_c_werror_flag" ||
19066 test ! -s conftest.err
19067 } && test -s conftest$ac_exeext &&
19068 $as_test_x conftest$ac_exeext; then
19069 wine_cv_linux_gethostbyname_r_6=yes
19070 else
19071 echo "$as_me: failed program was:" >&5
19072 sed 's/^/| /' conftest.$ac_ext >&5
19074 wine_cv_linux_gethostbyname_r_6=no
19078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19079 conftest$ac_exeext conftest.$ac_ext
19082 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19083 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19084 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19085 then
19087 cat >>confdefs.h <<\_ACEOF
19088 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19089 _ACEOF
19093 if test "$ac_cv_header_linux_joystick_h" = "yes"
19094 then
19095 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19096 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19097 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19098 echo $ECHO_N "(cached) $ECHO_C" >&6
19099 else
19100 cat >conftest.$ac_ext <<_ACEOF
19101 /* confdefs.h. */
19102 _ACEOF
19103 cat confdefs.h >>conftest.$ac_ext
19104 cat >>conftest.$ac_ext <<_ACEOF
19105 /* end confdefs.h. */
19107 #include <sys/ioctl.h>
19108 #include <sys/types.h>
19109 #include <linux/joystick.h>
19111 struct js_event blub;
19112 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19113 #error "no 2.2 header"
19114 #endif
19117 main ()
19119 /*empty*/
19121 return 0;
19123 _ACEOF
19124 rm -f conftest.$ac_objext
19125 if { (ac_try="$ac_compile"
19126 case "(($ac_try" in
19127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19128 *) ac_try_echo=$ac_try;;
19129 esac
19130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19131 (eval "$ac_compile") 2>conftest.er1
19132 ac_status=$?
19133 grep -v '^ *+' conftest.er1 >conftest.err
19134 rm -f conftest.er1
19135 cat conftest.err >&5
19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); } && {
19138 test -z "$ac_c_werror_flag" ||
19139 test ! -s conftest.err
19140 } && test -s conftest.$ac_objext; then
19141 wine_cv_linux_joystick_22_api=yes
19142 else
19143 echo "$as_me: failed program was:" >&5
19144 sed 's/^/| /' conftest.$ac_ext >&5
19146 wine_cv_linux_joystick_22_api=no
19149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19152 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19153 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19154 if test "$wine_cv_linux_joystick_22_api" = "yes"
19155 then
19157 cat >>confdefs.h <<\_ACEOF
19158 #define HAVE_LINUX_22_JOYSTICK_API 1
19159 _ACEOF
19165 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19166 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19167 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19168 echo $ECHO_N "(cached) $ECHO_C" >&6
19169 else
19170 cat >conftest.$ac_ext <<_ACEOF
19171 /* confdefs.h. */
19172 _ACEOF
19173 cat confdefs.h >>conftest.$ac_ext
19174 cat >>conftest.$ac_ext <<_ACEOF
19175 /* end confdefs.h. */
19176 #include <sys/types.h>
19177 #ifdef HAVE_SYS_PARAM_H
19178 # include <sys/param.h>
19179 #endif
19180 #ifdef HAVE_SYS_MOUNT_H
19181 # include <sys/mount.h>
19182 #endif
19183 #ifdef HAVE_SYS_VFS_H
19184 # include <sys/vfs.h>
19185 #endif
19186 #ifdef HAVE_SYS_STATFS_H
19187 # include <sys/statfs.h>
19188 #endif
19191 main ()
19193 static struct statfs ac_aggr;
19194 if (ac_aggr.f_bfree)
19195 return 0;
19197 return 0;
19199 _ACEOF
19200 rm -f conftest.$ac_objext
19201 if { (ac_try="$ac_compile"
19202 case "(($ac_try" in
19203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19204 *) ac_try_echo=$ac_try;;
19205 esac
19206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19207 (eval "$ac_compile") 2>conftest.er1
19208 ac_status=$?
19209 grep -v '^ *+' conftest.er1 >conftest.err
19210 rm -f conftest.er1
19211 cat conftest.err >&5
19212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19213 (exit $ac_status); } && {
19214 test -z "$ac_c_werror_flag" ||
19215 test ! -s conftest.err
19216 } && test -s conftest.$ac_objext; then
19217 ac_cv_member_struct_statfs_f_bfree=yes
19218 else
19219 echo "$as_me: failed program was:" >&5
19220 sed 's/^/| /' conftest.$ac_ext >&5
19222 cat >conftest.$ac_ext <<_ACEOF
19223 /* confdefs.h. */
19224 _ACEOF
19225 cat confdefs.h >>conftest.$ac_ext
19226 cat >>conftest.$ac_ext <<_ACEOF
19227 /* end confdefs.h. */
19228 #include <sys/types.h>
19229 #ifdef HAVE_SYS_PARAM_H
19230 # include <sys/param.h>
19231 #endif
19232 #ifdef HAVE_SYS_MOUNT_H
19233 # include <sys/mount.h>
19234 #endif
19235 #ifdef HAVE_SYS_VFS_H
19236 # include <sys/vfs.h>
19237 #endif
19238 #ifdef HAVE_SYS_STATFS_H
19239 # include <sys/statfs.h>
19240 #endif
19243 main ()
19245 static struct statfs ac_aggr;
19246 if (sizeof ac_aggr.f_bfree)
19247 return 0;
19249 return 0;
19251 _ACEOF
19252 rm -f conftest.$ac_objext
19253 if { (ac_try="$ac_compile"
19254 case "(($ac_try" in
19255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19256 *) ac_try_echo=$ac_try;;
19257 esac
19258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19259 (eval "$ac_compile") 2>conftest.er1
19260 ac_status=$?
19261 grep -v '^ *+' conftest.er1 >conftest.err
19262 rm -f conftest.er1
19263 cat conftest.err >&5
19264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19265 (exit $ac_status); } && {
19266 test -z "$ac_c_werror_flag" ||
19267 test ! -s conftest.err
19268 } && test -s conftest.$ac_objext; then
19269 ac_cv_member_struct_statfs_f_bfree=yes
19270 else
19271 echo "$as_me: failed program was:" >&5
19272 sed 's/^/| /' conftest.$ac_ext >&5
19274 ac_cv_member_struct_statfs_f_bfree=no
19277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19282 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19283 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19284 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19286 cat >>confdefs.h <<_ACEOF
19287 #define HAVE_STRUCT_STATFS_F_BFREE 1
19288 _ACEOF
19292 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19293 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19294 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19295 echo $ECHO_N "(cached) $ECHO_C" >&6
19296 else
19297 cat >conftest.$ac_ext <<_ACEOF
19298 /* confdefs.h. */
19299 _ACEOF
19300 cat confdefs.h >>conftest.$ac_ext
19301 cat >>conftest.$ac_ext <<_ACEOF
19302 /* end confdefs.h. */
19303 #include <sys/types.h>
19304 #ifdef HAVE_SYS_PARAM_H
19305 # include <sys/param.h>
19306 #endif
19307 #ifdef HAVE_SYS_MOUNT_H
19308 # include <sys/mount.h>
19309 #endif
19310 #ifdef HAVE_SYS_VFS_H
19311 # include <sys/vfs.h>
19312 #endif
19313 #ifdef HAVE_SYS_STATFS_H
19314 # include <sys/statfs.h>
19315 #endif
19318 main ()
19320 static struct statfs ac_aggr;
19321 if (ac_aggr.f_bavail)
19322 return 0;
19324 return 0;
19326 _ACEOF
19327 rm -f conftest.$ac_objext
19328 if { (ac_try="$ac_compile"
19329 case "(($ac_try" in
19330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19331 *) ac_try_echo=$ac_try;;
19332 esac
19333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19334 (eval "$ac_compile") 2>conftest.er1
19335 ac_status=$?
19336 grep -v '^ *+' conftest.er1 >conftest.err
19337 rm -f conftest.er1
19338 cat conftest.err >&5
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); } && {
19341 test -z "$ac_c_werror_flag" ||
19342 test ! -s conftest.err
19343 } && test -s conftest.$ac_objext; then
19344 ac_cv_member_struct_statfs_f_bavail=yes
19345 else
19346 echo "$as_me: failed program was:" >&5
19347 sed 's/^/| /' conftest.$ac_ext >&5
19349 cat >conftest.$ac_ext <<_ACEOF
19350 /* confdefs.h. */
19351 _ACEOF
19352 cat confdefs.h >>conftest.$ac_ext
19353 cat >>conftest.$ac_ext <<_ACEOF
19354 /* end confdefs.h. */
19355 #include <sys/types.h>
19356 #ifdef HAVE_SYS_PARAM_H
19357 # include <sys/param.h>
19358 #endif
19359 #ifdef HAVE_SYS_MOUNT_H
19360 # include <sys/mount.h>
19361 #endif
19362 #ifdef HAVE_SYS_VFS_H
19363 # include <sys/vfs.h>
19364 #endif
19365 #ifdef HAVE_SYS_STATFS_H
19366 # include <sys/statfs.h>
19367 #endif
19370 main ()
19372 static struct statfs ac_aggr;
19373 if (sizeof ac_aggr.f_bavail)
19374 return 0;
19376 return 0;
19378 _ACEOF
19379 rm -f conftest.$ac_objext
19380 if { (ac_try="$ac_compile"
19381 case "(($ac_try" in
19382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19383 *) ac_try_echo=$ac_try;;
19384 esac
19385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19386 (eval "$ac_compile") 2>conftest.er1
19387 ac_status=$?
19388 grep -v '^ *+' conftest.er1 >conftest.err
19389 rm -f conftest.er1
19390 cat conftest.err >&5
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); } && {
19393 test -z "$ac_c_werror_flag" ||
19394 test ! -s conftest.err
19395 } && test -s conftest.$ac_objext; then
19396 ac_cv_member_struct_statfs_f_bavail=yes
19397 else
19398 echo "$as_me: failed program was:" >&5
19399 sed 's/^/| /' conftest.$ac_ext >&5
19401 ac_cv_member_struct_statfs_f_bavail=no
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19409 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19410 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19411 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19413 cat >>confdefs.h <<_ACEOF
19414 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19415 _ACEOF
19419 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19420 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19421 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19422 echo $ECHO_N "(cached) $ECHO_C" >&6
19423 else
19424 cat >conftest.$ac_ext <<_ACEOF
19425 /* confdefs.h. */
19426 _ACEOF
19427 cat confdefs.h >>conftest.$ac_ext
19428 cat >>conftest.$ac_ext <<_ACEOF
19429 /* end confdefs.h. */
19430 #include <sys/types.h>
19431 #ifdef HAVE_SYS_PARAM_H
19432 # include <sys/param.h>
19433 #endif
19434 #ifdef HAVE_SYS_MOUNT_H
19435 # include <sys/mount.h>
19436 #endif
19437 #ifdef HAVE_SYS_VFS_H
19438 # include <sys/vfs.h>
19439 #endif
19440 #ifdef HAVE_SYS_STATFS_H
19441 # include <sys/statfs.h>
19442 #endif
19445 main ()
19447 static struct statfs ac_aggr;
19448 if (ac_aggr.f_frsize)
19449 return 0;
19451 return 0;
19453 _ACEOF
19454 rm -f conftest.$ac_objext
19455 if { (ac_try="$ac_compile"
19456 case "(($ac_try" in
19457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19458 *) ac_try_echo=$ac_try;;
19459 esac
19460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19461 (eval "$ac_compile") 2>conftest.er1
19462 ac_status=$?
19463 grep -v '^ *+' conftest.er1 >conftest.err
19464 rm -f conftest.er1
19465 cat conftest.err >&5
19466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); } && {
19468 test -z "$ac_c_werror_flag" ||
19469 test ! -s conftest.err
19470 } && test -s conftest.$ac_objext; then
19471 ac_cv_member_struct_statfs_f_frsize=yes
19472 else
19473 echo "$as_me: failed program was:" >&5
19474 sed 's/^/| /' conftest.$ac_ext >&5
19476 cat >conftest.$ac_ext <<_ACEOF
19477 /* confdefs.h. */
19478 _ACEOF
19479 cat confdefs.h >>conftest.$ac_ext
19480 cat >>conftest.$ac_ext <<_ACEOF
19481 /* end confdefs.h. */
19482 #include <sys/types.h>
19483 #ifdef HAVE_SYS_PARAM_H
19484 # include <sys/param.h>
19485 #endif
19486 #ifdef HAVE_SYS_MOUNT_H
19487 # include <sys/mount.h>
19488 #endif
19489 #ifdef HAVE_SYS_VFS_H
19490 # include <sys/vfs.h>
19491 #endif
19492 #ifdef HAVE_SYS_STATFS_H
19493 # include <sys/statfs.h>
19494 #endif
19497 main ()
19499 static struct statfs ac_aggr;
19500 if (sizeof ac_aggr.f_frsize)
19501 return 0;
19503 return 0;
19505 _ACEOF
19506 rm -f conftest.$ac_objext
19507 if { (ac_try="$ac_compile"
19508 case "(($ac_try" in
19509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19510 *) ac_try_echo=$ac_try;;
19511 esac
19512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19513 (eval "$ac_compile") 2>conftest.er1
19514 ac_status=$?
19515 grep -v '^ *+' conftest.er1 >conftest.err
19516 rm -f conftest.er1
19517 cat conftest.err >&5
19518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19519 (exit $ac_status); } && {
19520 test -z "$ac_c_werror_flag" ||
19521 test ! -s conftest.err
19522 } && test -s conftest.$ac_objext; then
19523 ac_cv_member_struct_statfs_f_frsize=yes
19524 else
19525 echo "$as_me: failed program was:" >&5
19526 sed 's/^/| /' conftest.$ac_ext >&5
19528 ac_cv_member_struct_statfs_f_frsize=no
19531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19536 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19537 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19538 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19540 cat >>confdefs.h <<_ACEOF
19541 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19542 _ACEOF
19546 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19547 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19548 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19549 echo $ECHO_N "(cached) $ECHO_C" >&6
19550 else
19551 cat >conftest.$ac_ext <<_ACEOF
19552 /* confdefs.h. */
19553 _ACEOF
19554 cat confdefs.h >>conftest.$ac_ext
19555 cat >>conftest.$ac_ext <<_ACEOF
19556 /* end confdefs.h. */
19557 #include <sys/types.h>
19558 #ifdef HAVE_SYS_PARAM_H
19559 # include <sys/param.h>
19560 #endif
19561 #ifdef HAVE_SYS_MOUNT_H
19562 # include <sys/mount.h>
19563 #endif
19564 #ifdef HAVE_SYS_VFS_H
19565 # include <sys/vfs.h>
19566 #endif
19567 #ifdef HAVE_SYS_STATFS_H
19568 # include <sys/statfs.h>
19569 #endif
19572 main ()
19574 static struct statfs ac_aggr;
19575 if (ac_aggr.f_ffree)
19576 return 0;
19578 return 0;
19580 _ACEOF
19581 rm -f conftest.$ac_objext
19582 if { (ac_try="$ac_compile"
19583 case "(($ac_try" in
19584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19585 *) ac_try_echo=$ac_try;;
19586 esac
19587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19588 (eval "$ac_compile") 2>conftest.er1
19589 ac_status=$?
19590 grep -v '^ *+' conftest.er1 >conftest.err
19591 rm -f conftest.er1
19592 cat conftest.err >&5
19593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594 (exit $ac_status); } && {
19595 test -z "$ac_c_werror_flag" ||
19596 test ! -s conftest.err
19597 } && test -s conftest.$ac_objext; then
19598 ac_cv_member_struct_statfs_f_ffree=yes
19599 else
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19603 cat >conftest.$ac_ext <<_ACEOF
19604 /* confdefs.h. */
19605 _ACEOF
19606 cat confdefs.h >>conftest.$ac_ext
19607 cat >>conftest.$ac_ext <<_ACEOF
19608 /* end confdefs.h. */
19609 #include <sys/types.h>
19610 #ifdef HAVE_SYS_PARAM_H
19611 # include <sys/param.h>
19612 #endif
19613 #ifdef HAVE_SYS_MOUNT_H
19614 # include <sys/mount.h>
19615 #endif
19616 #ifdef HAVE_SYS_VFS_H
19617 # include <sys/vfs.h>
19618 #endif
19619 #ifdef HAVE_SYS_STATFS_H
19620 # include <sys/statfs.h>
19621 #endif
19624 main ()
19626 static struct statfs ac_aggr;
19627 if (sizeof ac_aggr.f_ffree)
19628 return 0;
19630 return 0;
19632 _ACEOF
19633 rm -f conftest.$ac_objext
19634 if { (ac_try="$ac_compile"
19635 case "(($ac_try" in
19636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19637 *) ac_try_echo=$ac_try;;
19638 esac
19639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19640 (eval "$ac_compile") 2>conftest.er1
19641 ac_status=$?
19642 grep -v '^ *+' conftest.er1 >conftest.err
19643 rm -f conftest.er1
19644 cat conftest.err >&5
19645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19646 (exit $ac_status); } && {
19647 test -z "$ac_c_werror_flag" ||
19648 test ! -s conftest.err
19649 } && test -s conftest.$ac_objext; then
19650 ac_cv_member_struct_statfs_f_ffree=yes
19651 else
19652 echo "$as_me: failed program was:" >&5
19653 sed 's/^/| /' conftest.$ac_ext >&5
19655 ac_cv_member_struct_statfs_f_ffree=no
19658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19663 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19664 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19665 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19667 cat >>confdefs.h <<_ACEOF
19668 #define HAVE_STRUCT_STATFS_F_FFREE 1
19669 _ACEOF
19673 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19674 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19675 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19676 echo $ECHO_N "(cached) $ECHO_C" >&6
19677 else
19678 cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h. */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19684 #include <sys/types.h>
19685 #ifdef HAVE_SYS_PARAM_H
19686 # include <sys/param.h>
19687 #endif
19688 #ifdef HAVE_SYS_MOUNT_H
19689 # include <sys/mount.h>
19690 #endif
19691 #ifdef HAVE_SYS_VFS_H
19692 # include <sys/vfs.h>
19693 #endif
19694 #ifdef HAVE_SYS_STATFS_H
19695 # include <sys/statfs.h>
19696 #endif
19699 main ()
19701 static struct statfs ac_aggr;
19702 if (ac_aggr.f_favail)
19703 return 0;
19705 return 0;
19707 _ACEOF
19708 rm -f conftest.$ac_objext
19709 if { (ac_try="$ac_compile"
19710 case "(($ac_try" in
19711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19712 *) ac_try_echo=$ac_try;;
19713 esac
19714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19715 (eval "$ac_compile") 2>conftest.er1
19716 ac_status=$?
19717 grep -v '^ *+' conftest.er1 >conftest.err
19718 rm -f conftest.er1
19719 cat conftest.err >&5
19720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19721 (exit $ac_status); } && {
19722 test -z "$ac_c_werror_flag" ||
19723 test ! -s conftest.err
19724 } && test -s conftest.$ac_objext; then
19725 ac_cv_member_struct_statfs_f_favail=yes
19726 else
19727 echo "$as_me: failed program was:" >&5
19728 sed 's/^/| /' conftest.$ac_ext >&5
19730 cat >conftest.$ac_ext <<_ACEOF
19731 /* confdefs.h. */
19732 _ACEOF
19733 cat confdefs.h >>conftest.$ac_ext
19734 cat >>conftest.$ac_ext <<_ACEOF
19735 /* end confdefs.h. */
19736 #include <sys/types.h>
19737 #ifdef HAVE_SYS_PARAM_H
19738 # include <sys/param.h>
19739 #endif
19740 #ifdef HAVE_SYS_MOUNT_H
19741 # include <sys/mount.h>
19742 #endif
19743 #ifdef HAVE_SYS_VFS_H
19744 # include <sys/vfs.h>
19745 #endif
19746 #ifdef HAVE_SYS_STATFS_H
19747 # include <sys/statfs.h>
19748 #endif
19751 main ()
19753 static struct statfs ac_aggr;
19754 if (sizeof ac_aggr.f_favail)
19755 return 0;
19757 return 0;
19759 _ACEOF
19760 rm -f conftest.$ac_objext
19761 if { (ac_try="$ac_compile"
19762 case "(($ac_try" in
19763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19764 *) ac_try_echo=$ac_try;;
19765 esac
19766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19767 (eval "$ac_compile") 2>conftest.er1
19768 ac_status=$?
19769 grep -v '^ *+' conftest.er1 >conftest.err
19770 rm -f conftest.er1
19771 cat conftest.err >&5
19772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19773 (exit $ac_status); } && {
19774 test -z "$ac_c_werror_flag" ||
19775 test ! -s conftest.err
19776 } && test -s conftest.$ac_objext; then
19777 ac_cv_member_struct_statfs_f_favail=yes
19778 else
19779 echo "$as_me: failed program was:" >&5
19780 sed 's/^/| /' conftest.$ac_ext >&5
19782 ac_cv_member_struct_statfs_f_favail=no
19785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19790 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19791 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19792 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19794 cat >>confdefs.h <<_ACEOF
19795 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19796 _ACEOF
19800 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19801 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19802 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19803 echo $ECHO_N "(cached) $ECHO_C" >&6
19804 else
19805 cat >conftest.$ac_ext <<_ACEOF
19806 /* confdefs.h. */
19807 _ACEOF
19808 cat confdefs.h >>conftest.$ac_ext
19809 cat >>conftest.$ac_ext <<_ACEOF
19810 /* end confdefs.h. */
19811 #include <sys/types.h>
19812 #ifdef HAVE_SYS_PARAM_H
19813 # include <sys/param.h>
19814 #endif
19815 #ifdef HAVE_SYS_MOUNT_H
19816 # include <sys/mount.h>
19817 #endif
19818 #ifdef HAVE_SYS_VFS_H
19819 # include <sys/vfs.h>
19820 #endif
19821 #ifdef HAVE_SYS_STATFS_H
19822 # include <sys/statfs.h>
19823 #endif
19826 main ()
19828 static struct statfs ac_aggr;
19829 if (ac_aggr.f_namelen)
19830 return 0;
19832 return 0;
19834 _ACEOF
19835 rm -f conftest.$ac_objext
19836 if { (ac_try="$ac_compile"
19837 case "(($ac_try" in
19838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19839 *) ac_try_echo=$ac_try;;
19840 esac
19841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19842 (eval "$ac_compile") 2>conftest.er1
19843 ac_status=$?
19844 grep -v '^ *+' conftest.er1 >conftest.err
19845 rm -f conftest.er1
19846 cat conftest.err >&5
19847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19848 (exit $ac_status); } && {
19849 test -z "$ac_c_werror_flag" ||
19850 test ! -s conftest.err
19851 } && test -s conftest.$ac_objext; then
19852 ac_cv_member_struct_statfs_f_namelen=yes
19853 else
19854 echo "$as_me: failed program was:" >&5
19855 sed 's/^/| /' conftest.$ac_ext >&5
19857 cat >conftest.$ac_ext <<_ACEOF
19858 /* confdefs.h. */
19859 _ACEOF
19860 cat confdefs.h >>conftest.$ac_ext
19861 cat >>conftest.$ac_ext <<_ACEOF
19862 /* end confdefs.h. */
19863 #include <sys/types.h>
19864 #ifdef HAVE_SYS_PARAM_H
19865 # include <sys/param.h>
19866 #endif
19867 #ifdef HAVE_SYS_MOUNT_H
19868 # include <sys/mount.h>
19869 #endif
19870 #ifdef HAVE_SYS_VFS_H
19871 # include <sys/vfs.h>
19872 #endif
19873 #ifdef HAVE_SYS_STATFS_H
19874 # include <sys/statfs.h>
19875 #endif
19878 main ()
19880 static struct statfs ac_aggr;
19881 if (sizeof ac_aggr.f_namelen)
19882 return 0;
19884 return 0;
19886 _ACEOF
19887 rm -f conftest.$ac_objext
19888 if { (ac_try="$ac_compile"
19889 case "(($ac_try" in
19890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19891 *) ac_try_echo=$ac_try;;
19892 esac
19893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19894 (eval "$ac_compile") 2>conftest.er1
19895 ac_status=$?
19896 grep -v '^ *+' conftest.er1 >conftest.err
19897 rm -f conftest.er1
19898 cat conftest.err >&5
19899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } && {
19901 test -z "$ac_c_werror_flag" ||
19902 test ! -s conftest.err
19903 } && test -s conftest.$ac_objext; then
19904 ac_cv_member_struct_statfs_f_namelen=yes
19905 else
19906 echo "$as_me: failed program was:" >&5
19907 sed 's/^/| /' conftest.$ac_ext >&5
19909 ac_cv_member_struct_statfs_f_namelen=no
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19918 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19919 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19921 cat >>confdefs.h <<_ACEOF
19922 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19923 _ACEOF
19929 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19930 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19931 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19932 echo $ECHO_N "(cached) $ECHO_C" >&6
19933 else
19934 cat >conftest.$ac_ext <<_ACEOF
19935 /* confdefs.h. */
19936 _ACEOF
19937 cat confdefs.h >>conftest.$ac_ext
19938 cat >>conftest.$ac_ext <<_ACEOF
19939 /* end confdefs.h. */
19940 #ifdef HAVE_SYS_STATVFS_H
19941 #include <sys/statvfs.h>
19942 #endif
19945 main ()
19947 static struct statvfs ac_aggr;
19948 if (ac_aggr.f_blocks)
19949 return 0;
19951 return 0;
19953 _ACEOF
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958 *) ac_try_echo=$ac_try;;
19959 esac
19960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19961 (eval "$ac_compile") 2>conftest.er1
19962 ac_status=$?
19963 grep -v '^ *+' conftest.er1 >conftest.err
19964 rm -f conftest.er1
19965 cat conftest.err >&5
19966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967 (exit $ac_status); } && {
19968 test -z "$ac_c_werror_flag" ||
19969 test ! -s conftest.err
19970 } && test -s conftest.$ac_objext; then
19971 ac_cv_member_struct_statvfs_f_blocks=yes
19972 else
19973 echo "$as_me: failed program was:" >&5
19974 sed 's/^/| /' conftest.$ac_ext >&5
19976 cat >conftest.$ac_ext <<_ACEOF
19977 /* confdefs.h. */
19978 _ACEOF
19979 cat confdefs.h >>conftest.$ac_ext
19980 cat >>conftest.$ac_ext <<_ACEOF
19981 /* end confdefs.h. */
19982 #ifdef HAVE_SYS_STATVFS_H
19983 #include <sys/statvfs.h>
19984 #endif
19987 main ()
19989 static struct statvfs ac_aggr;
19990 if (sizeof ac_aggr.f_blocks)
19991 return 0;
19993 return 0;
19995 _ACEOF
19996 rm -f conftest.$ac_objext
19997 if { (ac_try="$ac_compile"
19998 case "(($ac_try" in
19999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20000 *) ac_try_echo=$ac_try;;
20001 esac
20002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20004 ac_status=$?
20005 grep -v '^ *+' conftest.er1 >conftest.err
20006 rm -f conftest.er1
20007 cat conftest.err >&5
20008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20013 ac_cv_member_struct_statvfs_f_blocks=yes
20014 else
20015 echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_member_struct_statvfs_f_blocks=no
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20027 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20028 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20030 cat >>confdefs.h <<_ACEOF
20031 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20032 _ACEOF
20038 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20039 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20040 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20041 echo $ECHO_N "(cached) $ECHO_C" >&6
20042 else
20043 cat >conftest.$ac_ext <<_ACEOF
20044 /* confdefs.h. */
20045 _ACEOF
20046 cat confdefs.h >>conftest.$ac_ext
20047 cat >>conftest.$ac_ext <<_ACEOF
20048 /* end confdefs.h. */
20049 #include <sys/types.h>
20050 #ifdef HAVE_SYS_SOCKET_H
20051 # include <sys/socket.h>
20052 #endif
20053 #ifdef HAVE_SYS_UN_H
20054 # include <sys/un.h>
20055 #endif
20058 main ()
20060 static struct msghdr ac_aggr;
20061 if (ac_aggr.msg_accrights)
20062 return 0;
20064 return 0;
20066 _ACEOF
20067 rm -f conftest.$ac_objext
20068 if { (ac_try="$ac_compile"
20069 case "(($ac_try" in
20070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20071 *) ac_try_echo=$ac_try;;
20072 esac
20073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20074 (eval "$ac_compile") 2>conftest.er1
20075 ac_status=$?
20076 grep -v '^ *+' conftest.er1 >conftest.err
20077 rm -f conftest.er1
20078 cat conftest.err >&5
20079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20080 (exit $ac_status); } && {
20081 test -z "$ac_c_werror_flag" ||
20082 test ! -s conftest.err
20083 } && test -s conftest.$ac_objext; then
20084 ac_cv_member_struct_msghdr_msg_accrights=yes
20085 else
20086 echo "$as_me: failed program was:" >&5
20087 sed 's/^/| /' conftest.$ac_ext >&5
20089 cat >conftest.$ac_ext <<_ACEOF
20090 /* confdefs.h. */
20091 _ACEOF
20092 cat confdefs.h >>conftest.$ac_ext
20093 cat >>conftest.$ac_ext <<_ACEOF
20094 /* end confdefs.h. */
20095 #include <sys/types.h>
20096 #ifdef HAVE_SYS_SOCKET_H
20097 # include <sys/socket.h>
20098 #endif
20099 #ifdef HAVE_SYS_UN_H
20100 # include <sys/un.h>
20101 #endif
20104 main ()
20106 static struct msghdr ac_aggr;
20107 if (sizeof ac_aggr.msg_accrights)
20108 return 0;
20110 return 0;
20112 _ACEOF
20113 rm -f conftest.$ac_objext
20114 if { (ac_try="$ac_compile"
20115 case "(($ac_try" in
20116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20117 *) ac_try_echo=$ac_try;;
20118 esac
20119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20120 (eval "$ac_compile") 2>conftest.er1
20121 ac_status=$?
20122 grep -v '^ *+' conftest.er1 >conftest.err
20123 rm -f conftest.er1
20124 cat conftest.err >&5
20125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20126 (exit $ac_status); } && {
20127 test -z "$ac_c_werror_flag" ||
20128 test ! -s conftest.err
20129 } && test -s conftest.$ac_objext; then
20130 ac_cv_member_struct_msghdr_msg_accrights=yes
20131 else
20132 echo "$as_me: failed program was:" >&5
20133 sed 's/^/| /' conftest.$ac_ext >&5
20135 ac_cv_member_struct_msghdr_msg_accrights=no
20138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20143 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20144 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20145 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20147 cat >>confdefs.h <<_ACEOF
20148 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20149 _ACEOF
20153 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20154 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20155 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20156 echo $ECHO_N "(cached) $ECHO_C" >&6
20157 else
20158 cat >conftest.$ac_ext <<_ACEOF
20159 /* confdefs.h. */
20160 _ACEOF
20161 cat confdefs.h >>conftest.$ac_ext
20162 cat >>conftest.$ac_ext <<_ACEOF
20163 /* end confdefs.h. */
20164 #include <sys/types.h>
20165 #ifdef HAVE_SYS_SOCKET_H
20166 # include <sys/socket.h>
20167 #endif
20168 #ifdef HAVE_SYS_UN_H
20169 # include <sys/un.h>
20170 #endif
20173 main ()
20175 static struct sockaddr ac_aggr;
20176 if (ac_aggr.sa_len)
20177 return 0;
20179 return 0;
20181 _ACEOF
20182 rm -f conftest.$ac_objext
20183 if { (ac_try="$ac_compile"
20184 case "(($ac_try" in
20185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20186 *) ac_try_echo=$ac_try;;
20187 esac
20188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20189 (eval "$ac_compile") 2>conftest.er1
20190 ac_status=$?
20191 grep -v '^ *+' conftest.er1 >conftest.err
20192 rm -f conftest.er1
20193 cat conftest.err >&5
20194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20195 (exit $ac_status); } && {
20196 test -z "$ac_c_werror_flag" ||
20197 test ! -s conftest.err
20198 } && test -s conftest.$ac_objext; then
20199 ac_cv_member_struct_sockaddr_sa_len=yes
20200 else
20201 echo "$as_me: failed program was:" >&5
20202 sed 's/^/| /' conftest.$ac_ext >&5
20204 cat >conftest.$ac_ext <<_ACEOF
20205 /* confdefs.h. */
20206 _ACEOF
20207 cat confdefs.h >>conftest.$ac_ext
20208 cat >>conftest.$ac_ext <<_ACEOF
20209 /* end confdefs.h. */
20210 #include <sys/types.h>
20211 #ifdef HAVE_SYS_SOCKET_H
20212 # include <sys/socket.h>
20213 #endif
20214 #ifdef HAVE_SYS_UN_H
20215 # include <sys/un.h>
20216 #endif
20219 main ()
20221 static struct sockaddr ac_aggr;
20222 if (sizeof ac_aggr.sa_len)
20223 return 0;
20225 return 0;
20227 _ACEOF
20228 rm -f conftest.$ac_objext
20229 if { (ac_try="$ac_compile"
20230 case "(($ac_try" in
20231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20232 *) ac_try_echo=$ac_try;;
20233 esac
20234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20235 (eval "$ac_compile") 2>conftest.er1
20236 ac_status=$?
20237 grep -v '^ *+' conftest.er1 >conftest.err
20238 rm -f conftest.er1
20239 cat conftest.err >&5
20240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); } && {
20242 test -z "$ac_c_werror_flag" ||
20243 test ! -s conftest.err
20244 } && test -s conftest.$ac_objext; then
20245 ac_cv_member_struct_sockaddr_sa_len=yes
20246 else
20247 echo "$as_me: failed program was:" >&5
20248 sed 's/^/| /' conftest.$ac_ext >&5
20250 ac_cv_member_struct_sockaddr_sa_len=no
20253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20258 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20259 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20260 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20262 cat >>confdefs.h <<_ACEOF
20263 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20264 _ACEOF
20268 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20269 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20270 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20271 echo $ECHO_N "(cached) $ECHO_C" >&6
20272 else
20273 cat >conftest.$ac_ext <<_ACEOF
20274 /* confdefs.h. */
20275 _ACEOF
20276 cat confdefs.h >>conftest.$ac_ext
20277 cat >>conftest.$ac_ext <<_ACEOF
20278 /* end confdefs.h. */
20279 #include <sys/types.h>
20280 #ifdef HAVE_SYS_SOCKET_H
20281 # include <sys/socket.h>
20282 #endif
20283 #ifdef HAVE_SYS_UN_H
20284 # include <sys/un.h>
20285 #endif
20288 main ()
20290 static struct sockaddr_un ac_aggr;
20291 if (ac_aggr.sun_len)
20292 return 0;
20294 return 0;
20296 _ACEOF
20297 rm -f conftest.$ac_objext
20298 if { (ac_try="$ac_compile"
20299 case "(($ac_try" in
20300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20301 *) ac_try_echo=$ac_try;;
20302 esac
20303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20304 (eval "$ac_compile") 2>conftest.er1
20305 ac_status=$?
20306 grep -v '^ *+' conftest.er1 >conftest.err
20307 rm -f conftest.er1
20308 cat conftest.err >&5
20309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310 (exit $ac_status); } && {
20311 test -z "$ac_c_werror_flag" ||
20312 test ! -s conftest.err
20313 } && test -s conftest.$ac_objext; then
20314 ac_cv_member_struct_sockaddr_un_sun_len=yes
20315 else
20316 echo "$as_me: failed program was:" >&5
20317 sed 's/^/| /' conftest.$ac_ext >&5
20319 cat >conftest.$ac_ext <<_ACEOF
20320 /* confdefs.h. */
20321 _ACEOF
20322 cat confdefs.h >>conftest.$ac_ext
20323 cat >>conftest.$ac_ext <<_ACEOF
20324 /* end confdefs.h. */
20325 #include <sys/types.h>
20326 #ifdef HAVE_SYS_SOCKET_H
20327 # include <sys/socket.h>
20328 #endif
20329 #ifdef HAVE_SYS_UN_H
20330 # include <sys/un.h>
20331 #endif
20334 main ()
20336 static struct sockaddr_un ac_aggr;
20337 if (sizeof ac_aggr.sun_len)
20338 return 0;
20340 return 0;
20342 _ACEOF
20343 rm -f conftest.$ac_objext
20344 if { (ac_try="$ac_compile"
20345 case "(($ac_try" in
20346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20347 *) ac_try_echo=$ac_try;;
20348 esac
20349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20350 (eval "$ac_compile") 2>conftest.er1
20351 ac_status=$?
20352 grep -v '^ *+' conftest.er1 >conftest.err
20353 rm -f conftest.er1
20354 cat conftest.err >&5
20355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20356 (exit $ac_status); } && {
20357 test -z "$ac_c_werror_flag" ||
20358 test ! -s conftest.err
20359 } && test -s conftest.$ac_objext; then
20360 ac_cv_member_struct_sockaddr_un_sun_len=yes
20361 else
20362 echo "$as_me: failed program was:" >&5
20363 sed 's/^/| /' conftest.$ac_ext >&5
20365 ac_cv_member_struct_sockaddr_un_sun_len=no
20368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20373 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20374 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20375 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20377 cat >>confdefs.h <<_ACEOF
20378 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20379 _ACEOF
20385 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20386 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20387 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20388 echo $ECHO_N "(cached) $ECHO_C" >&6
20389 else
20390 cat >conftest.$ac_ext <<_ACEOF
20391 /* confdefs.h. */
20392 _ACEOF
20393 cat confdefs.h >>conftest.$ac_ext
20394 cat >>conftest.$ac_ext <<_ACEOF
20395 /* end confdefs.h. */
20396 #include <sys/types.h>
20397 #ifdef HAVE_SCSI_SG_H
20398 #include <scsi/sg.h>
20399 #endif
20402 main ()
20404 static scsireq_t ac_aggr;
20405 if (ac_aggr.cmd)
20406 return 0;
20408 return 0;
20410 _ACEOF
20411 rm -f conftest.$ac_objext
20412 if { (ac_try="$ac_compile"
20413 case "(($ac_try" in
20414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20415 *) ac_try_echo=$ac_try;;
20416 esac
20417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20418 (eval "$ac_compile") 2>conftest.er1
20419 ac_status=$?
20420 grep -v '^ *+' conftest.er1 >conftest.err
20421 rm -f conftest.er1
20422 cat conftest.err >&5
20423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20424 (exit $ac_status); } && {
20425 test -z "$ac_c_werror_flag" ||
20426 test ! -s conftest.err
20427 } && test -s conftest.$ac_objext; then
20428 ac_cv_member_scsireq_t_cmd=yes
20429 else
20430 echo "$as_me: failed program was:" >&5
20431 sed 's/^/| /' conftest.$ac_ext >&5
20433 cat >conftest.$ac_ext <<_ACEOF
20434 /* confdefs.h. */
20435 _ACEOF
20436 cat confdefs.h >>conftest.$ac_ext
20437 cat >>conftest.$ac_ext <<_ACEOF
20438 /* end confdefs.h. */
20439 #include <sys/types.h>
20440 #ifdef HAVE_SCSI_SG_H
20441 #include <scsi/sg.h>
20442 #endif
20445 main ()
20447 static scsireq_t ac_aggr;
20448 if (sizeof ac_aggr.cmd)
20449 return 0;
20451 return 0;
20453 _ACEOF
20454 rm -f conftest.$ac_objext
20455 if { (ac_try="$ac_compile"
20456 case "(($ac_try" in
20457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20458 *) ac_try_echo=$ac_try;;
20459 esac
20460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20461 (eval "$ac_compile") 2>conftest.er1
20462 ac_status=$?
20463 grep -v '^ *+' conftest.er1 >conftest.err
20464 rm -f conftest.er1
20465 cat conftest.err >&5
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); } && {
20468 test -z "$ac_c_werror_flag" ||
20469 test ! -s conftest.err
20470 } && test -s conftest.$ac_objext; then
20471 ac_cv_member_scsireq_t_cmd=yes
20472 else
20473 echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.$ac_ext >&5
20476 ac_cv_member_scsireq_t_cmd=no
20479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20484 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20485 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20486 if test $ac_cv_member_scsireq_t_cmd = yes; then
20488 cat >>confdefs.h <<_ACEOF
20489 #define HAVE_SCSIREQ_T_CMD 1
20490 _ACEOF
20494 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20495 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20496 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20497 echo $ECHO_N "(cached) $ECHO_C" >&6
20498 else
20499 cat >conftest.$ac_ext <<_ACEOF
20500 /* confdefs.h. */
20501 _ACEOF
20502 cat confdefs.h >>conftest.$ac_ext
20503 cat >>conftest.$ac_ext <<_ACEOF
20504 /* end confdefs.h. */
20505 #include <sys/types.h>
20506 #ifdef HAVE_SCSI_SG_H
20507 #include <scsi/sg.h>
20508 #endif
20511 main ()
20513 static sg_io_hdr_t ac_aggr;
20514 if (ac_aggr.interface_id)
20515 return 0;
20517 return 0;
20519 _ACEOF
20520 rm -f conftest.$ac_objext
20521 if { (ac_try="$ac_compile"
20522 case "(($ac_try" in
20523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20524 *) ac_try_echo=$ac_try;;
20525 esac
20526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20527 (eval "$ac_compile") 2>conftest.er1
20528 ac_status=$?
20529 grep -v '^ *+' conftest.er1 >conftest.err
20530 rm -f conftest.er1
20531 cat conftest.err >&5
20532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20533 (exit $ac_status); } && {
20534 test -z "$ac_c_werror_flag" ||
20535 test ! -s conftest.err
20536 } && test -s conftest.$ac_objext; then
20537 ac_cv_member_sg_io_hdr_t_interface_id=yes
20538 else
20539 echo "$as_me: failed program was:" >&5
20540 sed 's/^/| /' conftest.$ac_ext >&5
20542 cat >conftest.$ac_ext <<_ACEOF
20543 /* confdefs.h. */
20544 _ACEOF
20545 cat confdefs.h >>conftest.$ac_ext
20546 cat >>conftest.$ac_ext <<_ACEOF
20547 /* end confdefs.h. */
20548 #include <sys/types.h>
20549 #ifdef HAVE_SCSI_SG_H
20550 #include <scsi/sg.h>
20551 #endif
20554 main ()
20556 static sg_io_hdr_t ac_aggr;
20557 if (sizeof ac_aggr.interface_id)
20558 return 0;
20560 return 0;
20562 _ACEOF
20563 rm -f conftest.$ac_objext
20564 if { (ac_try="$ac_compile"
20565 case "(($ac_try" in
20566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20567 *) ac_try_echo=$ac_try;;
20568 esac
20569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20570 (eval "$ac_compile") 2>conftest.er1
20571 ac_status=$?
20572 grep -v '^ *+' conftest.er1 >conftest.err
20573 rm -f conftest.er1
20574 cat conftest.err >&5
20575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576 (exit $ac_status); } && {
20577 test -z "$ac_c_werror_flag" ||
20578 test ! -s conftest.err
20579 } && test -s conftest.$ac_objext; then
20580 ac_cv_member_sg_io_hdr_t_interface_id=yes
20581 else
20582 echo "$as_me: failed program was:" >&5
20583 sed 's/^/| /' conftest.$ac_ext >&5
20585 ac_cv_member_sg_io_hdr_t_interface_id=no
20588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20593 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20594 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20595 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20597 cat >>confdefs.h <<_ACEOF
20598 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20599 _ACEOF
20605 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20606 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20607 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20608 echo $ECHO_N "(cached) $ECHO_C" >&6
20609 else
20610 cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h. */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h. */
20616 #include <signal.h>
20619 main ()
20621 static siginfo_t ac_aggr;
20622 if (ac_aggr.si_fd)
20623 return 0;
20625 return 0;
20627 _ACEOF
20628 rm -f conftest.$ac_objext
20629 if { (ac_try="$ac_compile"
20630 case "(($ac_try" in
20631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20632 *) ac_try_echo=$ac_try;;
20633 esac
20634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20635 (eval "$ac_compile") 2>conftest.er1
20636 ac_status=$?
20637 grep -v '^ *+' conftest.er1 >conftest.err
20638 rm -f conftest.er1
20639 cat conftest.err >&5
20640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20641 (exit $ac_status); } && {
20642 test -z "$ac_c_werror_flag" ||
20643 test ! -s conftest.err
20644 } && test -s conftest.$ac_objext; then
20645 ac_cv_member_siginfo_t_si_fd=yes
20646 else
20647 echo "$as_me: failed program was:" >&5
20648 sed 's/^/| /' conftest.$ac_ext >&5
20650 cat >conftest.$ac_ext <<_ACEOF
20651 /* confdefs.h. */
20652 _ACEOF
20653 cat confdefs.h >>conftest.$ac_ext
20654 cat >>conftest.$ac_ext <<_ACEOF
20655 /* end confdefs.h. */
20656 #include <signal.h>
20659 main ()
20661 static siginfo_t ac_aggr;
20662 if (sizeof ac_aggr.si_fd)
20663 return 0;
20665 return 0;
20667 _ACEOF
20668 rm -f conftest.$ac_objext
20669 if { (ac_try="$ac_compile"
20670 case "(($ac_try" in
20671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20672 *) ac_try_echo=$ac_try;;
20673 esac
20674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20675 (eval "$ac_compile") 2>conftest.er1
20676 ac_status=$?
20677 grep -v '^ *+' conftest.er1 >conftest.err
20678 rm -f conftest.er1
20679 cat conftest.err >&5
20680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681 (exit $ac_status); } && {
20682 test -z "$ac_c_werror_flag" ||
20683 test ! -s conftest.err
20684 } && test -s conftest.$ac_objext; then
20685 ac_cv_member_siginfo_t_si_fd=yes
20686 else
20687 echo "$as_me: failed program was:" >&5
20688 sed 's/^/| /' conftest.$ac_ext >&5
20690 ac_cv_member_siginfo_t_si_fd=no
20693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20699 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20700 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20702 cat >>confdefs.h <<_ACEOF
20703 #define HAVE_SIGINFO_T_SI_FD 1
20704 _ACEOF
20710 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20711 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20712 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20713 echo $ECHO_N "(cached) $ECHO_C" >&6
20714 else
20715 cat >conftest.$ac_ext <<_ACEOF
20716 /* confdefs.h. */
20717 _ACEOF
20718 cat confdefs.h >>conftest.$ac_ext
20719 cat >>conftest.$ac_ext <<_ACEOF
20720 /* end confdefs.h. */
20721 #include <sys/types.h>
20722 #ifdef HAVE_SYS_MTIO_H
20723 #include <sys/mtio.h>
20724 #endif
20727 main ()
20729 static struct mtget ac_aggr;
20730 if (ac_aggr.mt_blksiz)
20731 return 0;
20733 return 0;
20735 _ACEOF
20736 rm -f conftest.$ac_objext
20737 if { (ac_try="$ac_compile"
20738 case "(($ac_try" in
20739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20740 *) ac_try_echo=$ac_try;;
20741 esac
20742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20743 (eval "$ac_compile") 2>conftest.er1
20744 ac_status=$?
20745 grep -v '^ *+' conftest.er1 >conftest.err
20746 rm -f conftest.er1
20747 cat conftest.err >&5
20748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20749 (exit $ac_status); } && {
20750 test -z "$ac_c_werror_flag" ||
20751 test ! -s conftest.err
20752 } && test -s conftest.$ac_objext; then
20753 ac_cv_member_struct_mtget_mt_blksiz=yes
20754 else
20755 echo "$as_me: failed program was:" >&5
20756 sed 's/^/| /' conftest.$ac_ext >&5
20758 cat >conftest.$ac_ext <<_ACEOF
20759 /* confdefs.h. */
20760 _ACEOF
20761 cat confdefs.h >>conftest.$ac_ext
20762 cat >>conftest.$ac_ext <<_ACEOF
20763 /* end confdefs.h. */
20764 #include <sys/types.h>
20765 #ifdef HAVE_SYS_MTIO_H
20766 #include <sys/mtio.h>
20767 #endif
20770 main ()
20772 static struct mtget ac_aggr;
20773 if (sizeof ac_aggr.mt_blksiz)
20774 return 0;
20776 return 0;
20778 _ACEOF
20779 rm -f conftest.$ac_objext
20780 if { (ac_try="$ac_compile"
20781 case "(($ac_try" in
20782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20783 *) ac_try_echo=$ac_try;;
20784 esac
20785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20786 (eval "$ac_compile") 2>conftest.er1
20787 ac_status=$?
20788 grep -v '^ *+' conftest.er1 >conftest.err
20789 rm -f conftest.er1
20790 cat conftest.err >&5
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); } && {
20793 test -z "$ac_c_werror_flag" ||
20794 test ! -s conftest.err
20795 } && test -s conftest.$ac_objext; then
20796 ac_cv_member_struct_mtget_mt_blksiz=yes
20797 else
20798 echo "$as_me: failed program was:" >&5
20799 sed 's/^/| /' conftest.$ac_ext >&5
20801 ac_cv_member_struct_mtget_mt_blksiz=no
20804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20809 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20810 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20811 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20813 cat >>confdefs.h <<_ACEOF
20814 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20815 _ACEOF
20819 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20820 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20821 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20822 echo $ECHO_N "(cached) $ECHO_C" >&6
20823 else
20824 cat >conftest.$ac_ext <<_ACEOF
20825 /* confdefs.h. */
20826 _ACEOF
20827 cat confdefs.h >>conftest.$ac_ext
20828 cat >>conftest.$ac_ext <<_ACEOF
20829 /* end confdefs.h. */
20830 #include <sys/types.h>
20831 #ifdef HAVE_SYS_MTIO_H
20832 #include <sys/mtio.h>
20833 #endif
20836 main ()
20838 static struct mtget ac_aggr;
20839 if (ac_aggr.mt_gstat)
20840 return 0;
20842 return 0;
20844 _ACEOF
20845 rm -f conftest.$ac_objext
20846 if { (ac_try="$ac_compile"
20847 case "(($ac_try" in
20848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20849 *) ac_try_echo=$ac_try;;
20850 esac
20851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20852 (eval "$ac_compile") 2>conftest.er1
20853 ac_status=$?
20854 grep -v '^ *+' conftest.er1 >conftest.err
20855 rm -f conftest.er1
20856 cat conftest.err >&5
20857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20858 (exit $ac_status); } && {
20859 test -z "$ac_c_werror_flag" ||
20860 test ! -s conftest.err
20861 } && test -s conftest.$ac_objext; then
20862 ac_cv_member_struct_mtget_mt_gstat=yes
20863 else
20864 echo "$as_me: failed program was:" >&5
20865 sed 's/^/| /' conftest.$ac_ext >&5
20867 cat >conftest.$ac_ext <<_ACEOF
20868 /* confdefs.h. */
20869 _ACEOF
20870 cat confdefs.h >>conftest.$ac_ext
20871 cat >>conftest.$ac_ext <<_ACEOF
20872 /* end confdefs.h. */
20873 #include <sys/types.h>
20874 #ifdef HAVE_SYS_MTIO_H
20875 #include <sys/mtio.h>
20876 #endif
20879 main ()
20881 static struct mtget ac_aggr;
20882 if (sizeof ac_aggr.mt_gstat)
20883 return 0;
20885 return 0;
20887 _ACEOF
20888 rm -f conftest.$ac_objext
20889 if { (ac_try="$ac_compile"
20890 case "(($ac_try" in
20891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20892 *) ac_try_echo=$ac_try;;
20893 esac
20894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20895 (eval "$ac_compile") 2>conftest.er1
20896 ac_status=$?
20897 grep -v '^ *+' conftest.er1 >conftest.err
20898 rm -f conftest.er1
20899 cat conftest.err >&5
20900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20901 (exit $ac_status); } && {
20902 test -z "$ac_c_werror_flag" ||
20903 test ! -s conftest.err
20904 } && test -s conftest.$ac_objext; then
20905 ac_cv_member_struct_mtget_mt_gstat=yes
20906 else
20907 echo "$as_me: failed program was:" >&5
20908 sed 's/^/| /' conftest.$ac_ext >&5
20910 ac_cv_member_struct_mtget_mt_gstat=no
20913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20918 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20919 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20920 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20922 cat >>confdefs.h <<_ACEOF
20923 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20924 _ACEOF
20928 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20929 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20930 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20931 echo $ECHO_N "(cached) $ECHO_C" >&6
20932 else
20933 cat >conftest.$ac_ext <<_ACEOF
20934 /* confdefs.h. */
20935 _ACEOF
20936 cat confdefs.h >>conftest.$ac_ext
20937 cat >>conftest.$ac_ext <<_ACEOF
20938 /* end confdefs.h. */
20939 #include <sys/types.h>
20940 #ifdef HAVE_SYS_MTIO_H
20941 #include <sys/mtio.h>
20942 #endif
20945 main ()
20947 static struct mtget ac_aggr;
20948 if (ac_aggr.mt_blkno)
20949 return 0;
20951 return 0;
20953 _ACEOF
20954 rm -f conftest.$ac_objext
20955 if { (ac_try="$ac_compile"
20956 case "(($ac_try" in
20957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20958 *) ac_try_echo=$ac_try;;
20959 esac
20960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20961 (eval "$ac_compile") 2>conftest.er1
20962 ac_status=$?
20963 grep -v '^ *+' conftest.er1 >conftest.err
20964 rm -f conftest.er1
20965 cat conftest.err >&5
20966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20967 (exit $ac_status); } && {
20968 test -z "$ac_c_werror_flag" ||
20969 test ! -s conftest.err
20970 } && test -s conftest.$ac_objext; then
20971 ac_cv_member_struct_mtget_mt_blkno=yes
20972 else
20973 echo "$as_me: failed program was:" >&5
20974 sed 's/^/| /' conftest.$ac_ext >&5
20976 cat >conftest.$ac_ext <<_ACEOF
20977 /* confdefs.h. */
20978 _ACEOF
20979 cat confdefs.h >>conftest.$ac_ext
20980 cat >>conftest.$ac_ext <<_ACEOF
20981 /* end confdefs.h. */
20982 #include <sys/types.h>
20983 #ifdef HAVE_SYS_MTIO_H
20984 #include <sys/mtio.h>
20985 #endif
20988 main ()
20990 static struct mtget ac_aggr;
20991 if (sizeof ac_aggr.mt_blkno)
20992 return 0;
20994 return 0;
20996 _ACEOF
20997 rm -f conftest.$ac_objext
20998 if { (ac_try="$ac_compile"
20999 case "(($ac_try" in
21000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21001 *) ac_try_echo=$ac_try;;
21002 esac
21003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21004 (eval "$ac_compile") 2>conftest.er1
21005 ac_status=$?
21006 grep -v '^ *+' conftest.er1 >conftest.err
21007 rm -f conftest.er1
21008 cat conftest.err >&5
21009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21010 (exit $ac_status); } && {
21011 test -z "$ac_c_werror_flag" ||
21012 test ! -s conftest.err
21013 } && test -s conftest.$ac_objext; then
21014 ac_cv_member_struct_mtget_mt_blkno=yes
21015 else
21016 echo "$as_me: failed program was:" >&5
21017 sed 's/^/| /' conftest.$ac_ext >&5
21019 ac_cv_member_struct_mtget_mt_blkno=no
21022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21027 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21028 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21029 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21031 cat >>confdefs.h <<_ACEOF
21032 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21033 _ACEOF
21039 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21040 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21041 if test "${ac_cv_member_struct_option_name+set}" = set; then
21042 echo $ECHO_N "(cached) $ECHO_C" >&6
21043 else
21044 cat >conftest.$ac_ext <<_ACEOF
21045 /* confdefs.h. */
21046 _ACEOF
21047 cat confdefs.h >>conftest.$ac_ext
21048 cat >>conftest.$ac_ext <<_ACEOF
21049 /* end confdefs.h. */
21050 #ifdef HAVE_GETOPT_H
21051 #include <getopt.h>
21052 #endif
21055 main ()
21057 static struct option ac_aggr;
21058 if (ac_aggr.name)
21059 return 0;
21061 return 0;
21063 _ACEOF
21064 rm -f conftest.$ac_objext
21065 if { (ac_try="$ac_compile"
21066 case "(($ac_try" in
21067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21068 *) ac_try_echo=$ac_try;;
21069 esac
21070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21071 (eval "$ac_compile") 2>conftest.er1
21072 ac_status=$?
21073 grep -v '^ *+' conftest.er1 >conftest.err
21074 rm -f conftest.er1
21075 cat conftest.err >&5
21076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } && {
21078 test -z "$ac_c_werror_flag" ||
21079 test ! -s conftest.err
21080 } && test -s conftest.$ac_objext; then
21081 ac_cv_member_struct_option_name=yes
21082 else
21083 echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.$ac_ext >&5
21086 cat >conftest.$ac_ext <<_ACEOF
21087 /* confdefs.h. */
21088 _ACEOF
21089 cat confdefs.h >>conftest.$ac_ext
21090 cat >>conftest.$ac_ext <<_ACEOF
21091 /* end confdefs.h. */
21092 #ifdef HAVE_GETOPT_H
21093 #include <getopt.h>
21094 #endif
21097 main ()
21099 static struct option ac_aggr;
21100 if (sizeof ac_aggr.name)
21101 return 0;
21103 return 0;
21105 _ACEOF
21106 rm -f conftest.$ac_objext
21107 if { (ac_try="$ac_compile"
21108 case "(($ac_try" in
21109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21110 *) ac_try_echo=$ac_try;;
21111 esac
21112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21113 (eval "$ac_compile") 2>conftest.er1
21114 ac_status=$?
21115 grep -v '^ *+' conftest.er1 >conftest.err
21116 rm -f conftest.er1
21117 cat conftest.err >&5
21118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } && {
21120 test -z "$ac_c_werror_flag" ||
21121 test ! -s conftest.err
21122 } && test -s conftest.$ac_objext; then
21123 ac_cv_member_struct_option_name=yes
21124 else
21125 echo "$as_me: failed program was:" >&5
21126 sed 's/^/| /' conftest.$ac_ext >&5
21128 ac_cv_member_struct_option_name=no
21131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21136 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21137 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21138 if test $ac_cv_member_struct_option_name = yes; then
21140 cat >>confdefs.h <<_ACEOF
21141 #define HAVE_STRUCT_OPTION_NAME 1
21142 _ACEOF
21148 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21149 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21150 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21151 echo $ECHO_N "(cached) $ECHO_C" >&6
21152 else
21153 cat >conftest.$ac_ext <<_ACEOF
21154 /* confdefs.h. */
21155 _ACEOF
21156 cat confdefs.h >>conftest.$ac_ext
21157 cat >>conftest.$ac_ext <<_ACEOF
21158 /* end confdefs.h. */
21159 $ac_includes_default
21161 main ()
21163 static struct stat ac_aggr;
21164 if (ac_aggr.st_blocks)
21165 return 0;
21167 return 0;
21169 _ACEOF
21170 rm -f conftest.$ac_objext
21171 if { (ac_try="$ac_compile"
21172 case "(($ac_try" in
21173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21174 *) ac_try_echo=$ac_try;;
21175 esac
21176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21177 (eval "$ac_compile") 2>conftest.er1
21178 ac_status=$?
21179 grep -v '^ *+' conftest.er1 >conftest.err
21180 rm -f conftest.er1
21181 cat conftest.err >&5
21182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); } && {
21184 test -z "$ac_c_werror_flag" ||
21185 test ! -s conftest.err
21186 } && test -s conftest.$ac_objext; then
21187 ac_cv_member_struct_stat_st_blocks=yes
21188 else
21189 echo "$as_me: failed program was:" >&5
21190 sed 's/^/| /' conftest.$ac_ext >&5
21192 cat >conftest.$ac_ext <<_ACEOF
21193 /* confdefs.h. */
21194 _ACEOF
21195 cat confdefs.h >>conftest.$ac_ext
21196 cat >>conftest.$ac_ext <<_ACEOF
21197 /* end confdefs.h. */
21198 $ac_includes_default
21200 main ()
21202 static struct stat ac_aggr;
21203 if (sizeof ac_aggr.st_blocks)
21204 return 0;
21206 return 0;
21208 _ACEOF
21209 rm -f conftest.$ac_objext
21210 if { (ac_try="$ac_compile"
21211 case "(($ac_try" in
21212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21213 *) ac_try_echo=$ac_try;;
21214 esac
21215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216 (eval "$ac_compile") 2>conftest.er1
21217 ac_status=$?
21218 grep -v '^ *+' conftest.er1 >conftest.err
21219 rm -f conftest.er1
21220 cat conftest.err >&5
21221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21222 (exit $ac_status); } && {
21223 test -z "$ac_c_werror_flag" ||
21224 test ! -s conftest.err
21225 } && test -s conftest.$ac_objext; then
21226 ac_cv_member_struct_stat_st_blocks=yes
21227 else
21228 echo "$as_me: failed program was:" >&5
21229 sed 's/^/| /' conftest.$ac_ext >&5
21231 ac_cv_member_struct_stat_st_blocks=no
21234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21239 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21240 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21241 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21243 cat >>confdefs.h <<_ACEOF
21244 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21245 _ACEOF
21249 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21250 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21251 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21252 echo $ECHO_N "(cached) $ECHO_C" >&6
21253 else
21254 cat >conftest.$ac_ext <<_ACEOF
21255 /* confdefs.h. */
21256 _ACEOF
21257 cat confdefs.h >>conftest.$ac_ext
21258 cat >>conftest.$ac_ext <<_ACEOF
21259 /* end confdefs.h. */
21260 $ac_includes_default
21262 main ()
21264 static struct stat ac_aggr;
21265 if (ac_aggr.st_mtim)
21266 return 0;
21268 return 0;
21270 _ACEOF
21271 rm -f conftest.$ac_objext
21272 if { (ac_try="$ac_compile"
21273 case "(($ac_try" in
21274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21275 *) ac_try_echo=$ac_try;;
21276 esac
21277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21278 (eval "$ac_compile") 2>conftest.er1
21279 ac_status=$?
21280 grep -v '^ *+' conftest.er1 >conftest.err
21281 rm -f conftest.er1
21282 cat conftest.err >&5
21283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21284 (exit $ac_status); } && {
21285 test -z "$ac_c_werror_flag" ||
21286 test ! -s conftest.err
21287 } && test -s conftest.$ac_objext; then
21288 ac_cv_member_struct_stat_st_mtim=yes
21289 else
21290 echo "$as_me: failed program was:" >&5
21291 sed 's/^/| /' conftest.$ac_ext >&5
21293 cat >conftest.$ac_ext <<_ACEOF
21294 /* confdefs.h. */
21295 _ACEOF
21296 cat confdefs.h >>conftest.$ac_ext
21297 cat >>conftest.$ac_ext <<_ACEOF
21298 /* end confdefs.h. */
21299 $ac_includes_default
21301 main ()
21303 static struct stat ac_aggr;
21304 if (sizeof ac_aggr.st_mtim)
21305 return 0;
21307 return 0;
21309 _ACEOF
21310 rm -f conftest.$ac_objext
21311 if { (ac_try="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21317 (eval "$ac_compile") 2>conftest.er1
21318 ac_status=$?
21319 grep -v '^ *+' conftest.er1 >conftest.err
21320 rm -f conftest.er1
21321 cat conftest.err >&5
21322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21323 (exit $ac_status); } && {
21324 test -z "$ac_c_werror_flag" ||
21325 test ! -s conftest.err
21326 } && test -s conftest.$ac_objext; then
21327 ac_cv_member_struct_stat_st_mtim=yes
21328 else
21329 echo "$as_me: failed program was:" >&5
21330 sed 's/^/| /' conftest.$ac_ext >&5
21332 ac_cv_member_struct_stat_st_mtim=no
21335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21340 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21341 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21342 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21344 cat >>confdefs.h <<_ACEOF
21345 #define HAVE_STRUCT_STAT_ST_MTIM 1
21346 _ACEOF
21350 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21351 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21352 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21353 echo $ECHO_N "(cached) $ECHO_C" >&6
21354 else
21355 cat >conftest.$ac_ext <<_ACEOF
21356 /* confdefs.h. */
21357 _ACEOF
21358 cat confdefs.h >>conftest.$ac_ext
21359 cat >>conftest.$ac_ext <<_ACEOF
21360 /* end confdefs.h. */
21361 $ac_includes_default
21363 main ()
21365 static struct stat ac_aggr;
21366 if (ac_aggr.st_ctim)
21367 return 0;
21369 return 0;
21371 _ACEOF
21372 rm -f conftest.$ac_objext
21373 if { (ac_try="$ac_compile"
21374 case "(($ac_try" in
21375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21376 *) ac_try_echo=$ac_try;;
21377 esac
21378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21379 (eval "$ac_compile") 2>conftest.er1
21380 ac_status=$?
21381 grep -v '^ *+' conftest.er1 >conftest.err
21382 rm -f conftest.er1
21383 cat conftest.err >&5
21384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21385 (exit $ac_status); } && {
21386 test -z "$ac_c_werror_flag" ||
21387 test ! -s conftest.err
21388 } && test -s conftest.$ac_objext; then
21389 ac_cv_member_struct_stat_st_ctim=yes
21390 else
21391 echo "$as_me: failed program was:" >&5
21392 sed 's/^/| /' conftest.$ac_ext >&5
21394 cat >conftest.$ac_ext <<_ACEOF
21395 /* confdefs.h. */
21396 _ACEOF
21397 cat confdefs.h >>conftest.$ac_ext
21398 cat >>conftest.$ac_ext <<_ACEOF
21399 /* end confdefs.h. */
21400 $ac_includes_default
21402 main ()
21404 static struct stat ac_aggr;
21405 if (sizeof ac_aggr.st_ctim)
21406 return 0;
21408 return 0;
21410 _ACEOF
21411 rm -f conftest.$ac_objext
21412 if { (ac_try="$ac_compile"
21413 case "(($ac_try" in
21414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21415 *) ac_try_echo=$ac_try;;
21416 esac
21417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21418 (eval "$ac_compile") 2>conftest.er1
21419 ac_status=$?
21420 grep -v '^ *+' conftest.er1 >conftest.err
21421 rm -f conftest.er1
21422 cat conftest.err >&5
21423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21424 (exit $ac_status); } && {
21425 test -z "$ac_c_werror_flag" ||
21426 test ! -s conftest.err
21427 } && test -s conftest.$ac_objext; then
21428 ac_cv_member_struct_stat_st_ctim=yes
21429 else
21430 echo "$as_me: failed program was:" >&5
21431 sed 's/^/| /' conftest.$ac_ext >&5
21433 ac_cv_member_struct_stat_st_ctim=no
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21441 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21442 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21443 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21445 cat >>confdefs.h <<_ACEOF
21446 #define HAVE_STRUCT_STAT_ST_CTIM 1
21447 _ACEOF
21451 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21452 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21453 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21454 echo $ECHO_N "(cached) $ECHO_C" >&6
21455 else
21456 cat >conftest.$ac_ext <<_ACEOF
21457 /* confdefs.h. */
21458 _ACEOF
21459 cat confdefs.h >>conftest.$ac_ext
21460 cat >>conftest.$ac_ext <<_ACEOF
21461 /* end confdefs.h. */
21462 $ac_includes_default
21464 main ()
21466 static struct stat ac_aggr;
21467 if (ac_aggr.st_atim)
21468 return 0;
21470 return 0;
21472 _ACEOF
21473 rm -f conftest.$ac_objext
21474 if { (ac_try="$ac_compile"
21475 case "(($ac_try" in
21476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21477 *) ac_try_echo=$ac_try;;
21478 esac
21479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21480 (eval "$ac_compile") 2>conftest.er1
21481 ac_status=$?
21482 grep -v '^ *+' conftest.er1 >conftest.err
21483 rm -f conftest.er1
21484 cat conftest.err >&5
21485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); } && {
21487 test -z "$ac_c_werror_flag" ||
21488 test ! -s conftest.err
21489 } && test -s conftest.$ac_objext; then
21490 ac_cv_member_struct_stat_st_atim=yes
21491 else
21492 echo "$as_me: failed program was:" >&5
21493 sed 's/^/| /' conftest.$ac_ext >&5
21495 cat >conftest.$ac_ext <<_ACEOF
21496 /* confdefs.h. */
21497 _ACEOF
21498 cat confdefs.h >>conftest.$ac_ext
21499 cat >>conftest.$ac_ext <<_ACEOF
21500 /* end confdefs.h. */
21501 $ac_includes_default
21503 main ()
21505 static struct stat ac_aggr;
21506 if (sizeof ac_aggr.st_atim)
21507 return 0;
21509 return 0;
21511 _ACEOF
21512 rm -f conftest.$ac_objext
21513 if { (ac_try="$ac_compile"
21514 case "(($ac_try" in
21515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21516 *) ac_try_echo=$ac_try;;
21517 esac
21518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21519 (eval "$ac_compile") 2>conftest.er1
21520 ac_status=$?
21521 grep -v '^ *+' conftest.er1 >conftest.err
21522 rm -f conftest.er1
21523 cat conftest.err >&5
21524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); } && {
21526 test -z "$ac_c_werror_flag" ||
21527 test ! -s conftest.err
21528 } && test -s conftest.$ac_objext; then
21529 ac_cv_member_struct_stat_st_atim=yes
21530 else
21531 echo "$as_me: failed program was:" >&5
21532 sed 's/^/| /' conftest.$ac_ext >&5
21534 ac_cv_member_struct_stat_st_atim=no
21537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21542 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21543 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21544 if test $ac_cv_member_struct_stat_st_atim = yes; then
21546 cat >>confdefs.h <<_ACEOF
21547 #define HAVE_STRUCT_STAT_ST_ATIM 1
21548 _ACEOF
21554 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21555 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21556 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21557 echo $ECHO_N "(cached) $ECHO_C" >&6
21558 else
21559 cat >conftest.$ac_ext <<_ACEOF
21560 /* confdefs.h. */
21561 _ACEOF
21562 cat confdefs.h >>conftest.$ac_ext
21563 cat >>conftest.$ac_ext <<_ACEOF
21564 /* end confdefs.h. */
21565 #ifdef HAVE_SYS_TYPES_H
21566 #include <sys/types.h>
21567 #endif
21568 #ifdef HAVE_NETINET_IN_H
21569 #include <netinet/in.h>
21570 #endif
21573 main ()
21575 static struct sockaddr_in6 ac_aggr;
21576 if (ac_aggr.sin6_scope_id)
21577 return 0;
21579 return 0;
21581 _ACEOF
21582 rm -f conftest.$ac_objext
21583 if { (ac_try="$ac_compile"
21584 case "(($ac_try" in
21585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21586 *) ac_try_echo=$ac_try;;
21587 esac
21588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21589 (eval "$ac_compile") 2>conftest.er1
21590 ac_status=$?
21591 grep -v '^ *+' conftest.er1 >conftest.err
21592 rm -f conftest.er1
21593 cat conftest.err >&5
21594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21595 (exit $ac_status); } && {
21596 test -z "$ac_c_werror_flag" ||
21597 test ! -s conftest.err
21598 } && test -s conftest.$ac_objext; then
21599 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21600 else
21601 echo "$as_me: failed program was:" >&5
21602 sed 's/^/| /' conftest.$ac_ext >&5
21604 cat >conftest.$ac_ext <<_ACEOF
21605 /* confdefs.h. */
21606 _ACEOF
21607 cat confdefs.h >>conftest.$ac_ext
21608 cat >>conftest.$ac_ext <<_ACEOF
21609 /* end confdefs.h. */
21610 #ifdef HAVE_SYS_TYPES_H
21611 #include <sys/types.h>
21612 #endif
21613 #ifdef HAVE_NETINET_IN_H
21614 #include <netinet/in.h>
21615 #endif
21618 main ()
21620 static struct sockaddr_in6 ac_aggr;
21621 if (sizeof ac_aggr.sin6_scope_id)
21622 return 0;
21624 return 0;
21626 _ACEOF
21627 rm -f conftest.$ac_objext
21628 if { (ac_try="$ac_compile"
21629 case "(($ac_try" in
21630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21631 *) ac_try_echo=$ac_try;;
21632 esac
21633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21634 (eval "$ac_compile") 2>conftest.er1
21635 ac_status=$?
21636 grep -v '^ *+' conftest.er1 >conftest.err
21637 rm -f conftest.er1
21638 cat conftest.err >&5
21639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21640 (exit $ac_status); } && {
21641 test -z "$ac_c_werror_flag" ||
21642 test ! -s conftest.err
21643 } && test -s conftest.$ac_objext; then
21644 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21645 else
21646 echo "$as_me: failed program was:" >&5
21647 sed 's/^/| /' conftest.$ac_ext >&5
21649 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21657 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21658 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21659 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21661 cat >>confdefs.h <<_ACEOF
21662 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21663 _ACEOF
21669 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21670 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21671 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21672 echo $ECHO_N "(cached) $ECHO_C" >&6
21673 else
21674 cat >conftest.$ac_ext <<_ACEOF
21675 /* confdefs.h. */
21676 _ACEOF
21677 cat confdefs.h >>conftest.$ac_ext
21678 cat >>conftest.$ac_ext <<_ACEOF
21679 /* end confdefs.h. */
21680 #ifdef HAVE_SYS_TYPES_H
21681 #include <sys/types.h>
21682 #endif
21683 #ifdef HAVE_NETINET_IN_H
21684 # include <netinet/in.h>
21685 #endif
21686 #ifdef HAVE_ARPA_NAMESER_H
21687 # include <arpa/nameser.h>
21688 #endif
21691 main ()
21693 static ns_msg ac_aggr;
21694 if (ac_aggr._msg_ptr)
21695 return 0;
21697 return 0;
21699 _ACEOF
21700 rm -f conftest.$ac_objext
21701 if { (ac_try="$ac_compile"
21702 case "(($ac_try" in
21703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21704 *) ac_try_echo=$ac_try;;
21705 esac
21706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21707 (eval "$ac_compile") 2>conftest.er1
21708 ac_status=$?
21709 grep -v '^ *+' conftest.er1 >conftest.err
21710 rm -f conftest.er1
21711 cat conftest.err >&5
21712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713 (exit $ac_status); } && {
21714 test -z "$ac_c_werror_flag" ||
21715 test ! -s conftest.err
21716 } && test -s conftest.$ac_objext; then
21717 ac_cv_member_ns_msg__msg_ptr=yes
21718 else
21719 echo "$as_me: failed program was:" >&5
21720 sed 's/^/| /' conftest.$ac_ext >&5
21722 cat >conftest.$ac_ext <<_ACEOF
21723 /* confdefs.h. */
21724 _ACEOF
21725 cat confdefs.h >>conftest.$ac_ext
21726 cat >>conftest.$ac_ext <<_ACEOF
21727 /* end confdefs.h. */
21728 #ifdef HAVE_SYS_TYPES_H
21729 #include <sys/types.h>
21730 #endif
21731 #ifdef HAVE_NETINET_IN_H
21732 # include <netinet/in.h>
21733 #endif
21734 #ifdef HAVE_ARPA_NAMESER_H
21735 # include <arpa/nameser.h>
21736 #endif
21739 main ()
21741 static ns_msg ac_aggr;
21742 if (sizeof ac_aggr._msg_ptr)
21743 return 0;
21745 return 0;
21747 _ACEOF
21748 rm -f conftest.$ac_objext
21749 if { (ac_try="$ac_compile"
21750 case "(($ac_try" in
21751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21752 *) ac_try_echo=$ac_try;;
21753 esac
21754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21755 (eval "$ac_compile") 2>conftest.er1
21756 ac_status=$?
21757 grep -v '^ *+' conftest.er1 >conftest.err
21758 rm -f conftest.er1
21759 cat conftest.err >&5
21760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21761 (exit $ac_status); } && {
21762 test -z "$ac_c_werror_flag" ||
21763 test ! -s conftest.err
21764 } && test -s conftest.$ac_objext; then
21765 ac_cv_member_ns_msg__msg_ptr=yes
21766 else
21767 echo "$as_me: failed program was:" >&5
21768 sed 's/^/| /' conftest.$ac_ext >&5
21770 ac_cv_member_ns_msg__msg_ptr=no
21773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21778 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21779 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21780 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21782 cat >>confdefs.h <<_ACEOF
21783 #define HAVE_NS_MSG__MSG_PTR 1
21784 _ACEOF
21790 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21791 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21792 if test "${ac_cv_have_timezone+set}" = set; then
21793 echo $ECHO_N "(cached) $ECHO_C" >&6
21794 else
21795 cat >conftest.$ac_ext <<_ACEOF
21796 /* confdefs.h. */
21797 _ACEOF
21798 cat confdefs.h >>conftest.$ac_ext
21799 cat >>conftest.$ac_ext <<_ACEOF
21800 /* end confdefs.h. */
21801 #include <time.h>
21803 main ()
21805 timezone = 1
21807 return 0;
21809 _ACEOF
21810 rm -f conftest.$ac_objext conftest$ac_exeext
21811 if { (ac_try="$ac_link"
21812 case "(($ac_try" in
21813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21814 *) ac_try_echo=$ac_try;;
21815 esac
21816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21817 (eval "$ac_link") 2>conftest.er1
21818 ac_status=$?
21819 grep -v '^ *+' conftest.er1 >conftest.err
21820 rm -f conftest.er1
21821 cat conftest.err >&5
21822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21823 (exit $ac_status); } && {
21824 test -z "$ac_c_werror_flag" ||
21825 test ! -s conftest.err
21826 } && test -s conftest$ac_exeext &&
21827 $as_test_x conftest$ac_exeext; then
21828 ac_cv_have_timezone="yes"
21829 else
21830 echo "$as_me: failed program was:" >&5
21831 sed 's/^/| /' conftest.$ac_ext >&5
21833 ac_cv_have_timezone="no"
21836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21837 conftest$ac_exeext conftest.$ac_ext
21839 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21840 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21841 if test "$ac_cv_have_timezone" = "yes"
21842 then
21844 cat >>confdefs.h <<\_ACEOF
21845 #define HAVE_TIMEZONE 1
21846 _ACEOF
21849 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21850 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21851 if test "${ac_cv_have_daylight+set}" = set; then
21852 echo $ECHO_N "(cached) $ECHO_C" >&6
21853 else
21854 cat >conftest.$ac_ext <<_ACEOF
21855 /* confdefs.h. */
21856 _ACEOF
21857 cat confdefs.h >>conftest.$ac_ext
21858 cat >>conftest.$ac_ext <<_ACEOF
21859 /* end confdefs.h. */
21860 #include <time.h>
21862 main ()
21864 daylight = 1
21866 return 0;
21868 _ACEOF
21869 rm -f conftest.$ac_objext conftest$ac_exeext
21870 if { (ac_try="$ac_link"
21871 case "(($ac_try" in
21872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21873 *) ac_try_echo=$ac_try;;
21874 esac
21875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21876 (eval "$ac_link") 2>conftest.er1
21877 ac_status=$?
21878 grep -v '^ *+' conftest.er1 >conftest.err
21879 rm -f conftest.er1
21880 cat conftest.err >&5
21881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21882 (exit $ac_status); } && {
21883 test -z "$ac_c_werror_flag" ||
21884 test ! -s conftest.err
21885 } && test -s conftest$ac_exeext &&
21886 $as_test_x conftest$ac_exeext; then
21887 ac_cv_have_daylight="yes"
21888 else
21889 echo "$as_me: failed program was:" >&5
21890 sed 's/^/| /' conftest.$ac_ext >&5
21892 ac_cv_have_daylight="no"
21895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21896 conftest$ac_exeext conftest.$ac_ext
21898 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21899 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21900 if test "$ac_cv_have_daylight" = "yes"
21901 then
21903 cat >>confdefs.h <<\_ACEOF
21904 #define HAVE_DAYLIGHT 1
21905 _ACEOF
21909 { echo "$as_me:$LINENO: checking for isinf" >&5
21910 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21911 if test "${ac_cv_have_isinf+set}" = set; then
21912 echo $ECHO_N "(cached) $ECHO_C" >&6
21913 else
21914 cat >conftest.$ac_ext <<_ACEOF
21915 /* confdefs.h. */
21916 _ACEOF
21917 cat confdefs.h >>conftest.$ac_ext
21918 cat >>conftest.$ac_ext <<_ACEOF
21919 /* end confdefs.h. */
21920 #include <math.h>
21922 main ()
21924 float f = 0.0; int i=isinf(f)
21926 return 0;
21928 _ACEOF
21929 rm -f conftest.$ac_objext conftest$ac_exeext
21930 if { (ac_try="$ac_link"
21931 case "(($ac_try" in
21932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21933 *) ac_try_echo=$ac_try;;
21934 esac
21935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21936 (eval "$ac_link") 2>conftest.er1
21937 ac_status=$?
21938 grep -v '^ *+' conftest.er1 >conftest.err
21939 rm -f conftest.er1
21940 cat conftest.err >&5
21941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21942 (exit $ac_status); } && {
21943 test -z "$ac_c_werror_flag" ||
21944 test ! -s conftest.err
21945 } && test -s conftest$ac_exeext &&
21946 $as_test_x conftest$ac_exeext; then
21947 ac_cv_have_isinf="yes"
21948 else
21949 echo "$as_me: failed program was:" >&5
21950 sed 's/^/| /' conftest.$ac_ext >&5
21952 ac_cv_have_isinf="no"
21955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21956 conftest$ac_exeext conftest.$ac_ext
21958 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21959 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21960 if test "$ac_cv_have_isinf" = "yes"
21961 then
21963 cat >>confdefs.h <<\_ACEOF
21964 #define HAVE_ISINF 1
21965 _ACEOF
21970 case $host_cpu in
21971 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21972 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21973 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21974 echo $ECHO_N "(cached) $ECHO_C" >&6
21975 else
21976 cat >conftest.$ac_ext <<_ACEOF
21977 /* confdefs.h. */
21978 _ACEOF
21979 cat confdefs.h >>conftest.$ac_ext
21980 cat >>conftest.$ac_ext <<_ACEOF
21981 /* end confdefs.h. */
21982 #ifndef __i386__
21984 #endif
21985 _ACEOF
21986 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21987 $EGREP "yes" >/dev/null 2>&1; then
21988 ac_cv_cpp_def___i386__=yes
21989 else
21990 ac_cv_cpp_def___i386__=no
21992 rm -f conftest*
21995 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21996 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21997 if test $ac_cv_cpp_def___i386__ = yes; then
21998 CFLAGS="$CFLAGS -D__i386__"
21999 LINTFLAGS="$LINTFLAGS -D__i386__"
22002 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22003 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22004 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22005 echo $ECHO_N "(cached) $ECHO_C" >&6
22006 else
22007 cat >conftest.$ac_ext <<_ACEOF
22008 /* confdefs.h. */
22009 _ACEOF
22010 cat confdefs.h >>conftest.$ac_ext
22011 cat >>conftest.$ac_ext <<_ACEOF
22012 /* end confdefs.h. */
22013 #ifndef __x86_64__
22015 #endif
22016 _ACEOF
22017 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22018 $EGREP "yes" >/dev/null 2>&1; then
22019 ac_cv_cpp_def___x86_64__=yes
22020 else
22021 ac_cv_cpp_def___x86_64__=no
22023 rm -f conftest*
22026 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22027 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22028 if test $ac_cv_cpp_def___x86_64__ = yes; then
22029 CFLAGS="$CFLAGS -D__x86_64__"
22030 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22033 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22034 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22035 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22036 echo $ECHO_N "(cached) $ECHO_C" >&6
22037 else
22038 cat >conftest.$ac_ext <<_ACEOF
22039 /* confdefs.h. */
22040 _ACEOF
22041 cat confdefs.h >>conftest.$ac_ext
22042 cat >>conftest.$ac_ext <<_ACEOF
22043 /* end confdefs.h. */
22044 #ifndef __ALPHA__
22046 #endif
22047 _ACEOF
22048 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22049 $EGREP "yes" >/dev/null 2>&1; then
22050 ac_cv_cpp_def___ALPHA__=yes
22051 else
22052 ac_cv_cpp_def___ALPHA__=no
22054 rm -f conftest*
22057 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22058 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22059 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22060 CFLAGS="$CFLAGS -D__ALPHA__"
22061 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22064 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22065 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22066 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22067 echo $ECHO_N "(cached) $ECHO_C" >&6
22068 else
22069 cat >conftest.$ac_ext <<_ACEOF
22070 /* confdefs.h. */
22071 _ACEOF
22072 cat confdefs.h >>conftest.$ac_ext
22073 cat >>conftest.$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 #ifndef __sparc__
22077 #endif
22078 _ACEOF
22079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22080 $EGREP "yes" >/dev/null 2>&1; then
22081 ac_cv_cpp_def___sparc__=yes
22082 else
22083 ac_cv_cpp_def___sparc__=no
22085 rm -f conftest*
22088 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22089 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22090 if test $ac_cv_cpp_def___sparc__ = yes; then
22091 CFLAGS="$CFLAGS -D__sparc__"
22092 LINTFLAGS="$LINTFLAGS -D__sparc__"
22095 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22096 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22097 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22098 echo $ECHO_N "(cached) $ECHO_C" >&6
22099 else
22100 cat >conftest.$ac_ext <<_ACEOF
22101 /* confdefs.h. */
22102 _ACEOF
22103 cat confdefs.h >>conftest.$ac_ext
22104 cat >>conftest.$ac_ext <<_ACEOF
22105 /* end confdefs.h. */
22106 #ifndef __powerpc__
22108 #endif
22109 _ACEOF
22110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22111 $EGREP "yes" >/dev/null 2>&1; then
22112 ac_cv_cpp_def___powerpc__=yes
22113 else
22114 ac_cv_cpp_def___powerpc__=no
22116 rm -f conftest*
22119 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22120 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22121 if test $ac_cv_cpp_def___powerpc__ = yes; then
22122 CFLAGS="$CFLAGS -D__powerpc__"
22123 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22126 esac
22128 case $host_vendor in
22129 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22130 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22131 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22132 echo $ECHO_N "(cached) $ECHO_C" >&6
22133 else
22134 cat >conftest.$ac_ext <<_ACEOF
22135 /* confdefs.h. */
22136 _ACEOF
22137 cat confdefs.h >>conftest.$ac_ext
22138 cat >>conftest.$ac_ext <<_ACEOF
22139 /* end confdefs.h. */
22140 #ifndef __sun__
22142 #endif
22143 _ACEOF
22144 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22145 $EGREP "yes" >/dev/null 2>&1; then
22146 ac_cv_cpp_def___sun__=yes
22147 else
22148 ac_cv_cpp_def___sun__=no
22150 rm -f conftest*
22153 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22154 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22155 if test $ac_cv_cpp_def___sun__ = yes; then
22156 CFLAGS="$CFLAGS -D__sun__"
22157 LINTFLAGS="$LINTFLAGS -D__sun__"
22160 esac
22163 DEPENDENCIES="### Dependencies:
22165 .INIT: Makefile
22166 .BEGIN: Makefile
22167 Makefile: dummy
22168 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22170 \$(OBJS): \$(IDL_GEN_HEADERS)
22171 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22172 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22173 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22174 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22177 ALL_MAKERULES=""
22179 ALL_MAKEFILES=""
22181 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22184 ALL_TOP_DIRS=""
22186 ALL_DLL_DIRS=""
22188 ALL_IMPLIB_DIRS=""
22190 ALL_TEST_DIRS=""
22192 ALL_PROGRAM_DIRS=""
22194 ALL_PROGRAM_INSTALL_DIRS=""
22196 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22202 ac_config_commands="$ac_config_commands include/stamp-h"
22205 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22207 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22209 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22211 ac_config_commands="$ac_config_commands dlls/user32/resources"
22213 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22215 ac_config_commands="$ac_config_commands include/wine"
22218 ALL_MAKERULES="$ALL_MAKERULES \\
22219 Make.rules"
22220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22221 Make.rules: Make.rules.in"
22222 MAKE_RULES=Make.rules
22223 ac_config_files="$ac_config_files Make.rules"
22225 ALL_MAKERULES="$ALL_MAKERULES \\
22226 dlls/Makedll.rules"
22227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22228 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22229 MAKE_DLL_RULES=dlls/Makedll.rules
22230 ac_config_files="$ac_config_files dlls/Makedll.rules"
22232 ALL_MAKERULES="$ALL_MAKERULES \\
22233 dlls/Makeimplib.rules"
22234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22235 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22236 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22237 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22239 ALL_MAKERULES="$ALL_MAKERULES \\
22240 dlls/Maketest.rules"
22241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22242 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22243 MAKE_TEST_RULES=dlls/Maketest.rules
22244 ac_config_files="$ac_config_files dlls/Maketest.rules"
22246 ALL_MAKERULES="$ALL_MAKERULES \\
22247 programs/Makeprog.rules"
22248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22249 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22250 MAKE_PROG_RULES=programs/Makeprog.rules
22251 ac_config_files="$ac_config_files programs/Makeprog.rules"
22256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22257 Makefile: Makefile.in Make.rules"
22258 ac_config_files="$ac_config_files Makefile"
22260 ALL_MAKEFILES="$ALL_MAKEFILES \\
22261 dlls/Makefile"
22262 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22263 dlls"
22264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22265 dlls/Makefile: dlls/Makefile.in Make.rules"
22266 ac_config_files="$ac_config_files dlls/Makefile"
22268 ALL_MAKEFILES="$ALL_MAKEFILES \\
22269 dlls/acledit/Makefile"
22270 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22271 acledit"
22272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22273 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22274 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22276 ALL_MAKEFILES="$ALL_MAKEFILES \\
22277 dlls/activeds/Makefile"
22278 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22279 activeds"
22280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22281 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22282 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22284 ALL_MAKEFILES="$ALL_MAKEFILES \\
22285 dlls/actxprxy/Makefile"
22286 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22287 actxprxy"
22288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22289 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22290 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22292 ALL_MAKEFILES="$ALL_MAKEFILES \\
22293 dlls/adsiid/Makefile"
22294 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22295 adsiid"
22296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22297 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22298 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22300 ALL_MAKEFILES="$ALL_MAKEFILES \\
22301 dlls/advapi32/Makefile"
22302 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22303 advapi32"
22304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22305 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22306 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22308 ALL_MAKEFILES="$ALL_MAKEFILES \\
22309 dlls/advapi32/tests/Makefile"
22310 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22311 advapi32/tests"
22312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22313 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22314 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22316 ALL_MAKEFILES="$ALL_MAKEFILES \\
22317 dlls/advpack/Makefile"
22318 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22319 advpack"
22320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22321 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22322 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22324 ALL_MAKEFILES="$ALL_MAKEFILES \\
22325 dlls/advpack/tests/Makefile"
22326 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22327 advpack/tests"
22328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22329 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22330 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22332 ALL_MAKEFILES="$ALL_MAKEFILES \\
22333 dlls/amstream/Makefile"
22334 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22335 amstream"
22336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22337 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22338 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22340 ALL_MAKEFILES="$ALL_MAKEFILES \\
22341 dlls/appwiz.cpl/Makefile"
22342 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22343 appwiz.cpl"
22344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22345 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22346 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22348 ALL_MAKEFILES="$ALL_MAKEFILES \\
22349 dlls/atl/Makefile"
22350 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22351 atl"
22352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22353 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22354 ac_config_files="$ac_config_files dlls/atl/Makefile"
22356 ALL_MAKEFILES="$ALL_MAKEFILES \\
22357 dlls/avicap32/Makefile"
22358 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22359 avicap32"
22360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22361 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22362 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22364 ALL_MAKEFILES="$ALL_MAKEFILES \\
22365 dlls/avifil32/Makefile"
22366 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22367 avifil32"
22368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22369 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22370 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22372 ALL_MAKEFILES="$ALL_MAKEFILES \\
22373 dlls/browseui/Makefile"
22374 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22375 browseui"
22376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22377 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22378 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22380 ALL_MAKEFILES="$ALL_MAKEFILES \\
22381 dlls/browseui/tests/Makefile"
22382 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22383 browseui/tests"
22384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22385 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22386 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22388 ALL_MAKEFILES="$ALL_MAKEFILES \\
22389 dlls/cabinet/Makefile"
22390 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22391 cabinet"
22392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22393 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22394 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22396 ALL_MAKEFILES="$ALL_MAKEFILES \\
22397 dlls/cabinet/tests/Makefile"
22398 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22399 cabinet/tests"
22400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22401 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22402 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22404 ALL_MAKEFILES="$ALL_MAKEFILES \\
22405 dlls/capi2032/Makefile"
22406 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22407 capi2032"
22408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22409 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22410 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22412 ALL_MAKEFILES="$ALL_MAKEFILES \\
22413 dlls/cards/Makefile"
22414 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22415 cards"
22416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22417 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22418 ac_config_files="$ac_config_files dlls/cards/Makefile"
22420 ALL_MAKEFILES="$ALL_MAKEFILES \\
22421 dlls/cfgmgr32/Makefile"
22422 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22423 cfgmgr32"
22424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22425 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22426 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22428 ALL_MAKEFILES="$ALL_MAKEFILES \\
22429 dlls/clusapi/Makefile"
22430 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22431 clusapi"
22432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22433 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22434 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22436 ALL_MAKEFILES="$ALL_MAKEFILES \\
22437 dlls/comcat/Makefile"
22438 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22439 comcat"
22440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22441 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22442 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22444 ALL_MAKEFILES="$ALL_MAKEFILES \\
22445 dlls/comcat/tests/Makefile"
22446 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22447 comcat/tests"
22448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22449 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22450 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22452 ALL_MAKEFILES="$ALL_MAKEFILES \\
22453 dlls/comctl32/Makefile"
22454 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22455 comctl32"
22456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22457 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22458 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22460 ALL_MAKEFILES="$ALL_MAKEFILES \\
22461 dlls/comctl32/tests/Makefile"
22462 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22463 comctl32/tests"
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22466 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22468 ALL_MAKEFILES="$ALL_MAKEFILES \\
22469 dlls/comdlg32/Makefile"
22470 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22471 comdlg32"
22472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22473 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22474 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22476 ALL_MAKEFILES="$ALL_MAKEFILES \\
22477 dlls/comdlg32/tests/Makefile"
22478 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22479 comdlg32/tests"
22480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22481 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22482 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22484 ALL_MAKEFILES="$ALL_MAKEFILES \\
22485 dlls/compstui/Makefile"
22486 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22487 compstui"
22488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22489 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22490 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22492 ALL_MAKEFILES="$ALL_MAKEFILES \\
22493 dlls/credui/Makefile"
22494 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22495 credui"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22498 ac_config_files="$ac_config_files dlls/credui/Makefile"
22500 ALL_MAKEFILES="$ALL_MAKEFILES \\
22501 dlls/credui/tests/Makefile"
22502 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22503 credui/tests"
22504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22505 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22506 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22508 ALL_MAKEFILES="$ALL_MAKEFILES \\
22509 dlls/crtdll/Makefile"
22510 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22511 crtdll"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22514 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517 dlls/crypt32/Makefile"
22518 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22519 crypt32"
22520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22521 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22522 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22524 ALL_MAKEFILES="$ALL_MAKEFILES \\
22525 dlls/crypt32/tests/Makefile"
22526 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22527 crypt32/tests"
22528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22529 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22530 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22532 ALL_MAKEFILES="$ALL_MAKEFILES \\
22533 dlls/cryptdlg/Makefile"
22534 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22535 cryptdlg"
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22538 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541 dlls/cryptdll/Makefile"
22542 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22543 cryptdll"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22546 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22548 ALL_MAKEFILES="$ALL_MAKEFILES \\
22549 dlls/cryptnet/Makefile"
22550 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22551 cryptnet"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22554 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557 dlls/cryptnet/tests/Makefile"
22558 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22559 cryptnet/tests"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22562 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/cryptui/Makefile"
22566 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22567 cryptui"
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22570 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573 dlls/ctapi32/Makefile"
22574 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22575 ctapi32"
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22578 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581 dlls/ctl3d32/Makefile"
22582 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22583 ctl3d32"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/d3d10/Makefile"
22590 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22591 d3d10"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22594 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22597 dlls/d3d8/Makefile"
22598 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22599 d3d8"
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22602 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605 dlls/d3d8/tests/Makefile"
22606 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22607 d3d8/tests"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22610 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/d3d9/Makefile"
22614 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22615 d3d9"
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22618 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621 dlls/d3d9/tests/Makefile"
22622 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22623 d3d9/tests"
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22626 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629 dlls/d3dim/Makefile"
22630 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22631 d3dim"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22634 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/d3drm/Makefile"
22638 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22639 d3drm"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22642 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645 dlls/d3drm/tests/Makefile"
22646 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22647 d3drm/tests"
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22650 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653 dlls/d3dx8/Makefile"
22654 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22655 d3dx8"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22658 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/d3dx8/tests/Makefile"
22662 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22663 d3dx8/tests"
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22666 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669 dlls/d3dx9_24/Makefile"
22670 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22671 d3dx9_24"
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22674 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677 dlls/d3dx9_25/Makefile"
22678 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22679 d3dx9_25"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22682 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/d3dx9_26/Makefile"
22686 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22687 d3dx9_26"
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693 dlls/d3dx9_27/Makefile"
22694 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22695 d3dx9_27"
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22698 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701 dlls/d3dx9_28/Makefile"
22702 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22703 d3dx9_28"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/d3dx9_29/Makefile"
22710 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22711 d3dx9_29"
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22714 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717 dlls/d3dx9_30/Makefile"
22718 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22719 d3dx9_30"
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725 dlls/d3dx9_31/Makefile"
22726 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22727 d3dx9_31"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22730 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/d3dx9_32/Makefile"
22734 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22735 d3dx9_32"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/d3dx9_33/Makefile"
22742 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22743 d3dx9_33"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22746 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/d3dx9_34/Makefile"
22750 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22751 d3dx9_34"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/d3dx9_35/Makefile"
22758 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22759 d3dx9_35"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/d3dx9_36/Makefile"
22766 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22767 d3dx9_36"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/d3dx9_36/tests/Makefile"
22774 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22775 d3dx9_36/tests"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22778 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/d3dx9_37/Makefile"
22782 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22783 d3dx9_37"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22786 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/d3dxof/Makefile"
22790 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22791 d3dxof"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22794 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/d3dxof/tests/Makefile"
22798 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22799 d3dxof/tests"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22802 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/dbghelp/Makefile"
22806 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22807 dbghelp"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22810 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/dciman32/Makefile"
22814 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22815 dciman32"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22818 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/ddraw/Makefile"
22822 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22823 ddraw"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/ddraw/tests/Makefile"
22830 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22831 ddraw/tests"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22834 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/ddrawex/Makefile"
22838 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22839 ddrawex"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/devenum/Makefile"
22846 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22847 devenum"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/dinput/Makefile"
22854 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22855 dinput"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22858 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/dinput/tests/Makefile"
22862 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22863 dinput/tests"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22866 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/dinput8/Makefile"
22870 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22871 dinput8"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22874 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/dmband/Makefile"
22878 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22879 dmband"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/dmcompos/Makefile"
22886 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22887 dmcompos"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/dmime/Makefile"
22894 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22895 dmime"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/dmloader/Makefile"
22902 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22903 dmloader"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/dmscript/Makefile"
22910 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22911 dmscript"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22914 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/dmstyle/Makefile"
22918 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22919 dmstyle"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/dmsynth/Makefile"
22926 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927 dmsynth"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/dmusic/Makefile"
22934 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22935 dmusic"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/dmusic32/Makefile"
22942 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22943 dmusic32"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/dnsapi/Makefile"
22950 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22951 dnsapi"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22954 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/dnsapi/tests/Makefile"
22958 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22959 dnsapi/tests"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22962 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/dplay/Makefile"
22966 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22967 dplay"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/dplayx/Makefile"
22974 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22975 dplayx"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22978 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/dplayx/tests/Makefile"
22982 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22983 dplayx/tests"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22986 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/dpnaddr/Makefile"
22990 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22991 dpnaddr"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/dpnet/Makefile"
22998 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22999 dpnet"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/dpnhpast/Makefile"
23006 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007 dpnhpast"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/dpnlobby/Makefile"
23014 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23015 dpnlobby"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/dpwsockx/Makefile"
23022 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23023 dpwsockx"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23026 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/dsound/Makefile"
23030 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23031 dsound"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/dsound/tests/Makefile"
23038 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23039 dsound/tests"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23042 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/dssenh/Makefile"
23046 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23047 dssenh"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23050 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/dswave/Makefile"
23054 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23055 dswave"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/dwmapi/Makefile"
23062 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23063 dwmapi"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/dxdiagn/Makefile"
23070 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23071 dxdiagn"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23074 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/dxerr8/Makefile"
23078 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23079 dxerr8"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23082 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/dxerr9/Makefile"
23086 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23087 dxerr9"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23090 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/dxguid/Makefile"
23094 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23095 dxguid"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23098 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/faultrep/Makefile"
23102 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23103 faultrep"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23106 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/fusion/Makefile"
23110 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23111 fusion"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23114 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/fusion/tests/Makefile"
23118 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23119 fusion/tests"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23122 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/gdi32/Makefile"
23126 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23127 gdi32"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23130 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/gdi32/tests/Makefile"
23134 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23135 gdi32/tests"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23138 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/gdiplus/Makefile"
23142 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23143 gdiplus"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23146 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/gdiplus/tests/Makefile"
23150 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23151 gdiplus/tests"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23154 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/glu32/Makefile"
23158 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23159 glu32"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/gphoto2.ds/Makefile"
23166 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23167 gphoto2.ds"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/gpkcsp/Makefile"
23174 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 gpkcsp"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/hal/Makefile"
23182 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183 hal"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/hal/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/hhctrl.ocx/Makefile"
23190 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191 hhctrl.ocx"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/hid/Makefile"
23198 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 hid"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/hid/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/hlink/Makefile"
23206 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23207 hlink"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23210 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/hlink/tests/Makefile"
23214 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23215 hlink/tests"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23218 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/hnetcfg/Makefile"
23222 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23223 hnetcfg"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/iccvid/Makefile"
23230 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23231 iccvid"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/icmp/Makefile"
23238 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 icmp"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/ifsmgr.vxd/Makefile"
23246 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 ifsmgr.vxd"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/imaadp32.acm/Makefile"
23254 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255 imaadp32.acm"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/imagehlp/Makefile"
23262 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 imagehlp"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/imm32/Makefile"
23270 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 imm32"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/imm32/tests/Makefile"
23278 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23279 imm32/tests"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23282 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/inetcomm/Makefile"
23286 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23287 inetcomm"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23290 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/inetcomm/tests/Makefile"
23294 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23295 inetcomm/tests"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23298 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/inetmib1/Makefile"
23302 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23303 inetmib1"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/inetmib1/tests/Makefile"
23310 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23311 inetmib1/tests"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23314 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/infosoft/Makefile"
23318 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23319 infosoft"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23322 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/infosoft/tests/Makefile"
23326 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23327 infosoft/tests"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23330 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/initpki/Makefile"
23334 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23335 initpki"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23338 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/inkobj/Makefile"
23342 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23343 inkobj"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23346 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/inseng/Makefile"
23350 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23351 inseng"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/iphlpapi/Makefile"
23358 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 iphlpapi"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/iphlpapi/tests/Makefile"
23366 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23367 iphlpapi/tests"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23370 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/itircl/Makefile"
23374 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23375 itircl"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/itss/Makefile"
23382 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23383 itss"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23386 ac_config_files="$ac_config_files dlls/itss/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/itss/tests/Makefile"
23390 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23391 itss/tests"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23394 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/jscript/Makefile"
23398 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23399 jscript"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23402 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/jscript/tests/Makefile"
23406 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23407 jscript/tests"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23410 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/kernel32/Makefile"
23414 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23415 kernel32"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23418 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/kernel32/tests/Makefile"
23422 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23423 kernel32/tests"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23426 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/localspl/Makefile"
23430 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23431 localspl"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23434 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/localspl/tests/Makefile"
23438 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23439 localspl/tests"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23442 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/localui/Makefile"
23446 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23447 localui"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23450 ac_config_files="$ac_config_files dlls/localui/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/localui/tests/Makefile"
23454 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23455 localui/tests"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23458 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/lz32/Makefile"
23462 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23463 lz32"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23466 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/lz32/tests/Makefile"
23470 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23471 lz32/tests"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23474 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/mapi32/Makefile"
23478 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23479 mapi32"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23482 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/mapi32/tests/Makefile"
23486 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23487 mapi32/tests"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23490 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/mciavi32/Makefile"
23494 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23495 mciavi32"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/mcicda/Makefile"
23502 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503 mcicda"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/mciseq/Makefile"
23510 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23511 mciseq"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/mciwave/Makefile"
23518 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 mciwave"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/midimap/Makefile"
23526 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23527 midimap"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23530 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/mlang/Makefile"
23534 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 mlang"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/mlang/tests/Makefile"
23542 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23543 mlang/tests"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23546 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/mmdevldr.vxd/Makefile"
23550 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551 mmdevldr.vxd"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/monodebg.vxd/Makefile"
23558 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23559 monodebg.vxd"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23562 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/mountmgr.sys/Makefile"
23566 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567 mountmgr.sys"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/mpr/Makefile"
23574 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23575 mpr"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23578 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/mprapi/Makefile"
23582 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 mprapi"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/msacm32.drv/Makefile"
23590 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591 msacm32.drv"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/msacm32/Makefile"
23598 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23599 msacm32"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/msacm32/tests/Makefile"
23606 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23607 msacm32/tests"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23610 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/msadp32.acm/Makefile"
23614 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23615 msadp32.acm"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23618 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/mscat32/Makefile"
23622 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23623 mscat32"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/mscms/Makefile"
23630 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23631 mscms"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/mscms/tests/Makefile"
23638 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23639 mscms/tests"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23642 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/mscoree/Makefile"
23646 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647 mscoree"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/msdmo/Makefile"
23654 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23655 msdmo"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23658 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/msftedit/Makefile"
23662 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23663 msftedit"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/msg711.acm/Makefile"
23670 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671 msg711.acm"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/mshtml.tlb/Makefile"
23678 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679 mshtml.tlb"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/mshtml/Makefile"
23686 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23687 mshtml"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23690 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/mshtml/tests/Makefile"
23694 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23695 mshtml/tests"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23698 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/msi/Makefile"
23702 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23703 msi"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23706 ac_config_files="$ac_config_files dlls/msi/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/msi/tests/Makefile"
23710 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23711 msi/tests"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23714 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/msimg32/Makefile"
23718 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23719 msimg32"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23722 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/msimtf/Makefile"
23726 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23727 msimtf"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/msisip/Makefile"
23734 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23735 msisip"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23738 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/msisys.ocx/Makefile"
23742 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 msisys.ocx"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/msnet32/Makefile"
23750 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751 msnet32"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/msrle32/Makefile"
23758 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759 msrle32"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/mssip32/Makefile"
23766 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767 mssip32"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/mstask/Makefile"
23774 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23775 mstask"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/mstask/tests/Makefile"
23782 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23783 mstask/tests"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23786 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/msvcirt/Makefile"
23790 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23791 msvcirt"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23794 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/msvcr71/Makefile"
23798 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799 msvcr71"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/msvcrt/Makefile"
23806 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23807 msvcrt"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/msvcrt/tests/Makefile"
23814 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23815 msvcrt/tests"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23818 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/msvcrt20/Makefile"
23822 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23823 msvcrt20"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/msvcrt40/Makefile"
23830 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23831 msvcrt40"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/msvcrtd/Makefile"
23838 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23839 msvcrtd"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/msvcrtd/tests/Makefile"
23846 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23847 msvcrtd/tests"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23850 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/msvfw32/Makefile"
23854 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23855 msvfw32"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/msvidc32/Makefile"
23862 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23863 msvidc32"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/mswsock/Makefile"
23870 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 mswsock"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/msxml3/Makefile"
23878 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23879 msxml3"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/msxml3/tests/Makefile"
23886 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23887 msxml3/tests"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23890 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/nddeapi/Makefile"
23894 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895 nddeapi"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/netapi32/Makefile"
23902 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23903 netapi32"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/netapi32/tests/Makefile"
23910 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23911 netapi32/tests"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23914 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/newdev/Makefile"
23918 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23919 newdev"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/ntdll/Makefile"
23926 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23927 ntdll"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/ntdll/tests/Makefile"
23934 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23935 ntdll/tests"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23938 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/ntdsapi/Makefile"
23942 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23943 ntdsapi"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23946 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/ntdsapi/tests/Makefile"
23950 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23951 ntdsapi/tests"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23954 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/ntoskrnl.exe/Makefile"
23958 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23959 ntoskrnl.exe"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23962 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/ntprint/Makefile"
23966 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967 ntprint"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/ntprint/tests/Makefile"
23974 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23975 ntprint/tests"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23978 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/objsel/Makefile"
23982 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983 objsel"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/odbc32/Makefile"
23990 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23991 odbc32"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/odbccp32/Makefile"
23998 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999 odbccp32"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/odbccp32/tests/Makefile"
24006 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24007 odbccp32/tests"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24010 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/ole32/Makefile"
24014 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24015 ole32"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/ole32/tests/Makefile"
24022 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24023 ole32/tests"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24026 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/oleacc/Makefile"
24030 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24031 oleacc"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24034 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/oleaut32/Makefile"
24038 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24039 oleaut32"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/oleaut32/tests/Makefile"
24046 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24047 oleaut32/tests"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24050 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/olecli32/Makefile"
24054 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055 olecli32"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/oledlg/Makefile"
24062 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24063 oledlg"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24066 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/olepro32/Makefile"
24070 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 olepro32"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/olesvr32/Makefile"
24078 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24079 olesvr32"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/olethk32/Makefile"
24086 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087 olethk32"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/opengl32/Makefile"
24094 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095 opengl32"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/opengl32/tests/Makefile"
24102 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24103 opengl32/tests"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24106 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/pdh/Makefile"
24110 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24111 pdh"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24114 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/pdh/tests/Makefile"
24118 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24119 pdh/tests"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24122 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/powrprof/Makefile"
24126 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 powrprof"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/printui/Makefile"
24134 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135 printui"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/printui/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/propsys/Makefile"
24142 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 propsys"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/psapi/Makefile"
24150 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 psapi"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/psapi/tests/Makefile"
24158 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24159 psapi/tests"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24162 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/pstorec/Makefile"
24166 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167 pstorec"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/qcap/Makefile"
24174 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175 qcap"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/qedit/Makefile"
24182 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 qedit"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/qedit/tests/Makefile"
24190 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24191 qedit/tests"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24194 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/qmgr/Makefile"
24198 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199 qmgr"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/qmgr/tests/Makefile"
24206 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24207 qmgr/tests"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24210 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/qmgrprxy/Makefile"
24214 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 qmgrprxy"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/quartz/Makefile"
24222 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223 quartz"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/quartz/tests/Makefile"
24230 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24231 quartz/tests"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24234 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/query/Makefile"
24238 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 query"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/query/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/rasapi32/Makefile"
24246 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 rasapi32"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/rasapi32/tests/Makefile"
24254 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24255 rasapi32/tests"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/resutils/Makefile"
24262 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 resutils"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/riched20/Makefile"
24270 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24271 riched20"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24274 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/riched20/tests/Makefile"
24278 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24279 riched20/tests"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24282 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/riched32/Makefile"
24286 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 riched32"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/riched32/tests/Makefile"
24294 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24295 riched32/tests"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24298 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/rpcrt4/Makefile"
24302 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24303 rpcrt4"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/rpcrt4/tests/Makefile"
24310 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24311 rpcrt4/tests"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24314 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/rsabase/Makefile"
24318 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24319 rsabase"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/rsaenh/Makefile"
24326 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 rsaenh"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/rsaenh/tests/Makefile"
24334 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24335 rsaenh/tests"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24338 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/sane.ds/Makefile"
24342 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 sane.ds"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/sccbase/Makefile"
24350 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351 sccbase"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/schannel/Makefile"
24358 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 schannel"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/schannel/tests/Makefile"
24366 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24367 schannel/tests"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24370 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/secur32/Makefile"
24374 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 secur32"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/secur32/tests/Makefile"
24382 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24383 secur32/tests"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24386 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/security/Makefile"
24390 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 security"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/security/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/sensapi/Makefile"
24398 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 sensapi"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/serialui/Makefile"
24406 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 serialui"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/serialui/tests/Makefile"
24414 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24415 serialui/tests"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24418 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/setupapi/Makefile"
24422 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 setupapi"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/setupapi/tests/Makefile"
24430 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24431 setupapi/tests"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24434 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/sfc/Makefile"
24438 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 sfc"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/sfc_os/Makefile"
24446 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 sfc_os"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/shdoclc/Makefile"
24454 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455 shdoclc"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/shdocvw/Makefile"
24462 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 shdocvw"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/shdocvw/tests/Makefile"
24470 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24471 shdocvw/tests"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24474 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/shell32/Makefile"
24478 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479 shell32"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/shell32/tests/Makefile"
24486 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24487 shell32/tests"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24490 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/shfolder/Makefile"
24494 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 shfolder"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/shlwapi/Makefile"
24502 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503 shlwapi"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/shlwapi/tests/Makefile"
24510 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24511 shlwapi/tests"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24514 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/slbcsp/Makefile"
24518 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 slbcsp"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/slc/Makefile"
24526 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527 slc"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/slc/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/snmpapi/Makefile"
24534 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 snmpapi"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/snmpapi/tests/Makefile"
24542 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24543 snmpapi/tests"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24546 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/softpub/Makefile"
24550 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 softpub"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/spoolss/Makefile"
24558 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 spoolss"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/spoolss/tests/Makefile"
24566 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24567 spoolss/tests"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24570 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/stdole2.tlb/Makefile"
24574 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 stdole2.tlb"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/stdole32.tlb/Makefile"
24582 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 stdole32.tlb"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/sti/Makefile"
24590 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 sti"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/sti/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/strmiids/Makefile"
24598 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24599 strmiids"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24602 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/svrapi/Makefile"
24606 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 svrapi"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/sxs/Makefile"
24614 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 sxs"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/tapi32/Makefile"
24622 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 tapi32"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/twain_32/Makefile"
24630 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 twain_32"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/unicows/Makefile"
24638 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 unicows"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/url/Makefile"
24646 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 url"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/url/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/urlmon/Makefile"
24654 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 urlmon"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/urlmon/tests/Makefile"
24662 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24663 urlmon/tests"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/user32/Makefile"
24670 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 user32"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/user32/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/user32/tests/Makefile"
24678 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 user32/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/userenv/Makefile"
24686 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 userenv"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/userenv/tests/Makefile"
24694 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24695 userenv/tests"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24698 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/usp10/Makefile"
24702 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 usp10"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/usp10/tests/Makefile"
24710 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24711 usp10/tests"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24714 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/uuid/Makefile"
24718 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24719 uuid"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24722 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/uxtheme/Makefile"
24726 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 uxtheme"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/uxtheme/tests/Makefile"
24734 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24735 uxtheme/tests"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/vdhcp.vxd/Makefile"
24742 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 vdhcp.vxd"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/vdmdbg/Makefile"
24750 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 vdmdbg"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/version/Makefile"
24758 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 version"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/version/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/version/tests/Makefile"
24766 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24767 version/tests"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24770 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/vmm.vxd/Makefile"
24774 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 vmm.vxd"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/vnbt.vxd/Makefile"
24782 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 vnbt.vxd"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/vnetbios.vxd/Makefile"
24790 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 vnetbios.vxd"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/vtdapi.vxd/Makefile"
24798 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 vtdapi.vxd"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/vwin32.vxd/Makefile"
24806 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 vwin32.vxd"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/w32skrnl/Makefile"
24814 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 w32skrnl"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/winealsa.drv/Makefile"
24822 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 winealsa.drv"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/wineaudioio.drv/Makefile"
24830 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 wineaudioio.drv"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/winecoreaudio.drv/Makefile"
24838 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 winecoreaudio.drv"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/winecrt0/Makefile"
24846 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24847 winecrt0"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24850 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/wined3d/Makefile"
24854 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 wined3d"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/winedos/Makefile"
24862 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 winedos"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/wineesd.drv/Makefile"
24870 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 wineesd.drv"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/winejack.drv/Makefile"
24878 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 winejack.drv"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/winejoystick.drv/Makefile"
24886 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 winejoystick.drv"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/winemp3.acm/Makefile"
24894 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 winemp3.acm"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/winenas.drv/Makefile"
24902 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 winenas.drv"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/wineoss.drv/Makefile"
24910 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 wineoss.drv"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/wineps.drv/Makefile"
24918 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 wineps.drv"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/winequartz.drv/Makefile"
24926 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 winequartz.drv"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/winex11.drv/Makefile"
24934 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 winex11.drv"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/wing32/Makefile"
24942 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 wing32"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/winhttp/Makefile"
24950 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 winhttp"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/winhttp/tests/Makefile"
24958 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959 winhttp/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/wininet/Makefile"
24966 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 wininet"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/wininet/tests/Makefile"
24974 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24975 wininet/tests"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24978 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/winmm/Makefile"
24982 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 winmm"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/winmm/tests/Makefile"
24990 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24991 winmm/tests"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24994 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/winnls32/Makefile"
24998 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 winnls32"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/winscard/Makefile"
25006 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 winscard"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/winspool.drv/Makefile"
25014 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 winspool.drv"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/winspool.drv/tests/Makefile"
25022 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25023 winspool.drv/tests"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25026 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/wintab32/Makefile"
25030 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 wintab32"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/wintrust/Makefile"
25038 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 wintrust"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/wintrust/tests/Makefile"
25046 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25047 wintrust/tests"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25050 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/wldap32/Makefile"
25054 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 wldap32"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/wmi/Makefile"
25062 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 wmi"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/wnaspi32/Makefile"
25070 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 wnaspi32"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/wow32/Makefile"
25078 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 wow32"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/ws2_32/Makefile"
25086 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 ws2_32"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/ws2_32/tests/Makefile"
25094 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095 ws2_32/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/wsock32/Makefile"
25102 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 wsock32"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/wtsapi32/Makefile"
25110 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 wtsapi32"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 documentation/Makefile"
25118 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25119 documentation"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 documentation/Makefile: documentation/Makefile.in Make.rules"
25122 ac_config_files="$ac_config_files documentation/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 fonts/Makefile"
25126 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25127 fonts"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 fonts/Makefile: fonts/Makefile.in Make.rules"
25130 ac_config_files="$ac_config_files fonts/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 include/Makefile"
25134 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25135 include"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 include/Makefile: include/Makefile.in Make.rules"
25138 ac_config_files="$ac_config_files include/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 libs/Makefile"
25142 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25143 libs"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 libs/Makefile: libs/Makefile.in Make.rules"
25146 ac_config_files="$ac_config_files libs/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 libs/port/Makefile"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25153 ac_config_files="$ac_config_files libs/port/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 libs/wine/Makefile"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25160 ac_config_files="$ac_config_files libs/wine/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 libs/wpp/Makefile"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25167 ac_config_files="$ac_config_files libs/wpp/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 loader/Makefile"
25171 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25172 loader"
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"
25179 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25180 programs"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 programs/Makefile: programs/Makefile.in Make.rules"
25183 ac_config_files="$ac_config_files programs/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 programs/clock/Makefile"
25187 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25188 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25189 clock"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25192 ac_config_files="$ac_config_files programs/clock/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 programs/cmd/Makefile"
25196 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25197 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25198 cmd"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25201 ac_config_files="$ac_config_files programs/cmd/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 programs/cmdlgtst/Makefile"
25205 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25206 cmdlgtst"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25209 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 programs/control/Makefile"
25213 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25214 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25215 control"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25218 ac_config_files="$ac_config_files programs/control/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 programs/eject/Makefile"
25222 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25223 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25224 eject"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25227 ac_config_files="$ac_config_files programs/eject/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 programs/expand/Makefile"
25231 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25232 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25233 expand"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25236 ac_config_files="$ac_config_files programs/expand/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 programs/explorer/Makefile"
25240 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25241 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25242 explorer"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25245 ac_config_files="$ac_config_files programs/explorer/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 programs/hh/Makefile"
25249 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25250 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25254 ac_config_files="$ac_config_files programs/hh/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 programs/icinfo/Makefile"
25258 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25259 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25260 icinfo"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25263 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 programs/iexplore/Makefile"
25267 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25268 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25269 iexplore"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25272 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 programs/msiexec/Makefile"
25276 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25277 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25278 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25279 msiexec"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25282 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 programs/net/Makefile"
25286 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25287 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25288 net"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25291 ac_config_files="$ac_config_files programs/net/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 programs/notepad/Makefile"
25295 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25296 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25297 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25298 notepad"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25301 ac_config_files="$ac_config_files programs/notepad/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 programs/oleview/Makefile"
25305 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25306 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25307 oleview"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25310 ac_config_files="$ac_config_files programs/oleview/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 programs/progman/Makefile"
25314 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25315 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25316 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25317 progman"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25320 ac_config_files="$ac_config_files programs/progman/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 programs/reg/Makefile"
25324 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25325 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25326 reg"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25329 ac_config_files="$ac_config_files programs/reg/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 programs/regedit/Makefile"
25333 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25334 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25335 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25336 regedit"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25339 ac_config_files="$ac_config_files programs/regedit/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 programs/regsvr32/Makefile"
25343 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25344 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25345 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25346 regsvr32"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25349 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 programs/rpcss/Makefile"
25353 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25354 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25355 rpcss"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25358 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 programs/rundll32/Makefile"
25362 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25363 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25364 rundll32"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25367 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 programs/secedit/Makefile"
25371 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25372 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25373 secedit"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25376 ac_config_files="$ac_config_files programs/secedit/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 programs/services/Makefile"
25380 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25381 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25382 services"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25385 ac_config_files="$ac_config_files programs/services/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 programs/spoolsv/Makefile"
25389 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25390 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25391 spoolsv"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25394 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 programs/start/Makefile"
25398 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25399 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25400 start"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25403 ac_config_files="$ac_config_files programs/start/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 programs/svchost/Makefile"
25407 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25408 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25409 svchost"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25412 ac_config_files="$ac_config_files programs/svchost/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 programs/taskmgr/Makefile"
25416 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25417 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25418 taskmgr"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25421 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 programs/uninstaller/Makefile"
25425 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25426 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25427 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25428 uninstaller"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25431 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 programs/view/Makefile"
25435 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25436 view"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25439 ac_config_files="$ac_config_files programs/view/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 programs/wineboot/Makefile"
25443 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25444 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25445 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25446 wineboot"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25449 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 programs/winebrowser/Makefile"
25453 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25454 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25455 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25456 winebrowser"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25459 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 programs/winecfg/Makefile"
25463 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25464 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25465 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25466 winecfg"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25469 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 programs/wineconsole/Makefile"
25473 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25474 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25475 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25476 wineconsole"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25479 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 programs/winedbg/Makefile"
25483 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25484 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25485 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25486 winedbg"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25489 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 programs/winedevice/Makefile"
25493 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25494 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25495 winedevice"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25498 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 programs/winefile/Makefile"
25502 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25503 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25504 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25505 winefile"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25508 ac_config_files="$ac_config_files programs/winefile/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 programs/winemenubuilder/Makefile"
25512 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25513 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25514 winemenubuilder"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25517 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 programs/winemine/Makefile"
25521 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25522 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25523 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25524 winemine"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25527 ac_config_files="$ac_config_files programs/winemine/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 programs/winepath/Makefile"
25531 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25532 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25533 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25534 winepath"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25537 ac_config_files="$ac_config_files programs/winepath/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 programs/winetest/Makefile"
25541 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25542 winetest"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/winetest/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 programs/winevdm/Makefile"
25549 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25551 winevdm"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25554 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 programs/winhlp32/Makefile"
25558 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25559 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25560 winhlp32"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25563 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 programs/winver/Makefile"
25567 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25568 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25569 winver"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25572 ac_config_files="$ac_config_files programs/winver/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 programs/wordpad/Makefile"
25576 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25577 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25578 wordpad"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25581 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 programs/write/Makefile"
25585 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25586 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25587 write"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25590 ac_config_files="$ac_config_files programs/write/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 programs/xcopy/Makefile"
25594 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25595 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25596 xcopy"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25599 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 server/Makefile"
25603 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25604 server"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 server/Makefile: server/Makefile.in Make.rules"
25607 ac_config_files="$ac_config_files server/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 tools/Makefile"
25611 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25612 tools"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 tools/Makefile: tools/Makefile.in Make.rules"
25615 ac_config_files="$ac_config_files tools/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 tools/widl/Makefile"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25622 ac_config_files="$ac_config_files tools/widl/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 tools/winebuild/Makefile"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25629 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 tools/winedump/Makefile"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25636 ac_config_files="$ac_config_files tools/winedump/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 tools/winegcc/Makefile"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25643 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 tools/wmc/Makefile"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25650 ac_config_files="$ac_config_files tools/wmc/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 tools/wrc/Makefile"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25657 ac_config_files="$ac_config_files tools/wrc/Makefile"
25661 ALL_WINETEST_DEPENDS="# Test binaries"
25663 for dir in $ALL_TEST_DIRS
25665 if test "$dir" != "\\"
25666 then
25667 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25668 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25669 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25670 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25672 done
25674 cat >confcache <<\_ACEOF
25675 # This file is a shell script that caches the results of configure
25676 # tests run on this system so they can be shared between configure
25677 # scripts and configure runs, see configure's option --config-cache.
25678 # It is not useful on other systems. If it contains results you don't
25679 # want to keep, you may remove or edit it.
25681 # config.status only pays attention to the cache file if you give it
25682 # the --recheck option to rerun configure.
25684 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25685 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25686 # following values.
25688 _ACEOF
25690 # The following way of writing the cache mishandles newlines in values,
25691 # but we know of no workaround that is simple, portable, and efficient.
25692 # So, we kill variables containing newlines.
25693 # Ultrix sh set writes to stderr and can't be redirected directly,
25694 # and sets the high bit in the cache file unless we assign to the vars.
25696 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25697 eval ac_val=\$$ac_var
25698 case $ac_val in #(
25699 *${as_nl}*)
25700 case $ac_var in #(
25701 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25702 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25703 esac
25704 case $ac_var in #(
25705 _ | IFS | as_nl) ;; #(
25706 *) $as_unset $ac_var ;;
25707 esac ;;
25708 esac
25709 done
25711 (set) 2>&1 |
25712 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25713 *${as_nl}ac_space=\ *)
25714 # `set' does not quote correctly, so add quotes (double-quote
25715 # substitution turns \\\\ into \\, and sed turns \\ into \).
25716 sed -n \
25717 "s/'/'\\\\''/g;
25718 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25719 ;; #(
25721 # `set' quotes correctly as required by POSIX, so do not add quotes.
25722 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25724 esac |
25725 sort
25727 sed '
25728 /^ac_cv_env_/b end
25729 t clear
25730 :clear
25731 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25732 t end
25733 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25734 :end' >>confcache
25735 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25736 if test -w "$cache_file"; then
25737 test "x$cache_file" != "x/dev/null" &&
25738 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25739 echo "$as_me: updating cache $cache_file" >&6;}
25740 cat confcache >$cache_file
25741 else
25742 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25743 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25746 rm -f confcache
25748 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25749 # Let make expand exec_prefix.
25750 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25752 DEFS=-DHAVE_CONFIG_H
25754 ac_libobjs=
25755 ac_ltlibobjs=
25756 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25757 # 1. Remove the extension, and $U if already installed.
25758 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25759 ac_i=`echo "$ac_i" | sed "$ac_script"`
25760 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25761 # will be set to the directory where LIBOBJS objects are built.
25762 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25763 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25764 done
25765 LIBOBJS=$ac_libobjs
25767 LTLIBOBJS=$ac_ltlibobjs
25771 : ${CONFIG_STATUS=./config.status}
25772 ac_clean_files_save=$ac_clean_files
25773 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25774 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25775 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25776 cat >$CONFIG_STATUS <<_ACEOF
25777 #! $SHELL
25778 # Generated by $as_me.
25779 # Run this file to recreate the current configuration.
25780 # Compiler output produced by configure, useful for debugging
25781 # configure, is in config.log if it exists.
25783 debug=false
25784 ac_cs_recheck=false
25785 ac_cs_silent=false
25786 SHELL=\${CONFIG_SHELL-$SHELL}
25787 _ACEOF
25789 cat >>$CONFIG_STATUS <<\_ACEOF
25790 ## --------------------- ##
25791 ## M4sh Initialization. ##
25792 ## --------------------- ##
25794 # Be more Bourne compatible
25795 DUALCASE=1; export DUALCASE # for MKS sh
25796 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25797 emulate sh
25798 NULLCMD=:
25799 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25800 # is contrary to our usage. Disable this feature.
25801 alias -g '${1+"$@"}'='"$@"'
25802 setopt NO_GLOB_SUBST
25803 else
25804 case `(set -o) 2>/dev/null` in
25805 *posix*) set -o posix ;;
25806 esac
25813 # PATH needs CR
25814 # Avoid depending upon Character Ranges.
25815 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25816 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25817 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25818 as_cr_digits='0123456789'
25819 as_cr_alnum=$as_cr_Letters$as_cr_digits
25821 # The user is always right.
25822 if test "${PATH_SEPARATOR+set}" != set; then
25823 echo "#! /bin/sh" >conf$$.sh
25824 echo "exit 0" >>conf$$.sh
25825 chmod +x conf$$.sh
25826 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25827 PATH_SEPARATOR=';'
25828 else
25829 PATH_SEPARATOR=:
25831 rm -f conf$$.sh
25834 # Support unset when possible.
25835 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25836 as_unset=unset
25837 else
25838 as_unset=false
25842 # IFS
25843 # We need space, tab and new line, in precisely that order. Quoting is
25844 # there to prevent editors from complaining about space-tab.
25845 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25846 # splitting by setting IFS to empty value.)
25847 as_nl='
25849 IFS=" "" $as_nl"
25851 # Find who we are. Look in the path if we contain no directory separator.
25852 case $0 in
25853 *[\\/]* ) as_myself=$0 ;;
25854 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25855 for as_dir in $PATH
25857 IFS=$as_save_IFS
25858 test -z "$as_dir" && as_dir=.
25859 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25860 done
25861 IFS=$as_save_IFS
25864 esac
25865 # We did not find ourselves, most probably we were run as `sh COMMAND'
25866 # in which case we are not to be found in the path.
25867 if test "x$as_myself" = x; then
25868 as_myself=$0
25870 if test ! -f "$as_myself"; then
25871 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25872 { (exit 1); exit 1; }
25875 # Work around bugs in pre-3.0 UWIN ksh.
25876 for as_var in ENV MAIL MAILPATH
25877 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25878 done
25879 PS1='$ '
25880 PS2='> '
25881 PS4='+ '
25883 # NLS nuisances.
25884 for as_var in \
25885 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25886 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25887 LC_TELEPHONE LC_TIME
25889 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25890 eval $as_var=C; export $as_var
25891 else
25892 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25894 done
25896 # Required to use basename.
25897 if expr a : '\(a\)' >/dev/null 2>&1 &&
25898 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25899 as_expr=expr
25900 else
25901 as_expr=false
25904 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25905 as_basename=basename
25906 else
25907 as_basename=false
25911 # Name of the executable.
25912 as_me=`$as_basename -- "$0" ||
25913 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25914 X"$0" : 'X\(//\)$' \| \
25915 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25916 echo X/"$0" |
25917 sed '/^.*\/\([^/][^/]*\)\/*$/{
25918 s//\1/
25921 /^X\/\(\/\/\)$/{
25922 s//\1/
25925 /^X\/\(\/\).*/{
25926 s//\1/
25929 s/.*/./; q'`
25931 # CDPATH.
25932 $as_unset CDPATH
25936 as_lineno_1=$LINENO
25937 as_lineno_2=$LINENO
25938 test "x$as_lineno_1" != "x$as_lineno_2" &&
25939 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25941 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25942 # uniformly replaced by the line number. The first 'sed' inserts a
25943 # line-number line after each line using $LINENO; the second 'sed'
25944 # does the real work. The second script uses 'N' to pair each
25945 # line-number line with the line containing $LINENO, and appends
25946 # trailing '-' during substitution so that $LINENO is not a special
25947 # case at line end.
25948 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25949 # scripts with optimization help from Paolo Bonzini. Blame Lee
25950 # E. McMahon (1931-1989) for sed's syntax. :-)
25951 sed -n '
25953 /[$]LINENO/=
25954 ' <$as_myself |
25955 sed '
25956 s/[$]LINENO.*/&-/
25957 t lineno
25959 :lineno
25961 :loop
25962 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25963 t loop
25964 s/-\n.*//
25965 ' >$as_me.lineno &&
25966 chmod +x "$as_me.lineno" ||
25967 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25968 { (exit 1); exit 1; }; }
25970 # Don't try to exec as it changes $[0], causing all sort of problems
25971 # (the dirname of $[0] is not the place where we might find the
25972 # original and so on. Autoconf is especially sensitive to this).
25973 . "./$as_me.lineno"
25974 # Exit status is that of the last command.
25975 exit
25979 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25980 as_dirname=dirname
25981 else
25982 as_dirname=false
25985 ECHO_C= ECHO_N= ECHO_T=
25986 case `echo -n x` in
25987 -n*)
25988 case `echo 'x\c'` in
25989 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25990 *) ECHO_C='\c';;
25991 esac;;
25993 ECHO_N='-n';;
25994 esac
25996 if expr a : '\(a\)' >/dev/null 2>&1 &&
25997 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25998 as_expr=expr
25999 else
26000 as_expr=false
26003 rm -f conf$$ conf$$.exe conf$$.file
26004 if test -d conf$$.dir; then
26005 rm -f conf$$.dir/conf$$.file
26006 else
26007 rm -f conf$$.dir
26008 mkdir conf$$.dir
26010 echo >conf$$.file
26011 if ln -s conf$$.file conf$$ 2>/dev/null; then
26012 as_ln_s='ln -s'
26013 # ... but there are two gotchas:
26014 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26015 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26016 # In both cases, we have to default to `cp -p'.
26017 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26018 as_ln_s='cp -p'
26019 elif ln conf$$.file conf$$ 2>/dev/null; then
26020 as_ln_s=ln
26021 else
26022 as_ln_s='cp -p'
26024 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26025 rmdir conf$$.dir 2>/dev/null
26027 if mkdir -p . 2>/dev/null; then
26028 as_mkdir_p=:
26029 else
26030 test -d ./-p && rmdir ./-p
26031 as_mkdir_p=false
26034 if test -x / >/dev/null 2>&1; then
26035 as_test_x='test -x'
26036 else
26037 if ls -dL / >/dev/null 2>&1; then
26038 as_ls_L_option=L
26039 else
26040 as_ls_L_option=
26042 as_test_x='
26043 eval sh -c '\''
26044 if test -d "$1"; then
26045 test -d "$1/.";
26046 else
26047 case $1 in
26048 -*)set "./$1";;
26049 esac;
26050 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26051 ???[sx]*):;;*)false;;esac;fi
26052 '\'' sh
26055 as_executable_p=$as_test_x
26057 # Sed expression to map a string onto a valid CPP name.
26058 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26060 # Sed expression to map a string onto a valid variable name.
26061 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26064 exec 6>&1
26066 # Save the log message, to keep $[0] and so on meaningful, and to
26067 # report actual input values of CONFIG_FILES etc. instead of their
26068 # values after options handling.
26069 ac_log="
26070 This file was extended by Wine $as_me 1.1.4, which was
26071 generated by GNU Autoconf 2.61. Invocation command line was
26073 CONFIG_FILES = $CONFIG_FILES
26074 CONFIG_HEADERS = $CONFIG_HEADERS
26075 CONFIG_LINKS = $CONFIG_LINKS
26076 CONFIG_COMMANDS = $CONFIG_COMMANDS
26077 $ $0 $@
26079 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26082 _ACEOF
26084 cat >>$CONFIG_STATUS <<_ACEOF
26085 # Files that config.status was made for.
26086 config_files="$ac_config_files"
26087 config_headers="$ac_config_headers"
26088 config_commands="$ac_config_commands"
26090 _ACEOF
26092 cat >>$CONFIG_STATUS <<\_ACEOF
26093 ac_cs_usage="\
26094 \`$as_me' instantiates files from templates according to the
26095 current configuration.
26097 Usage: $0 [OPTIONS] [FILE]...
26099 -h, --help print this help, then exit
26100 -V, --version print version number and configuration settings, then exit
26101 -q, --quiet do not print progress messages
26102 -d, --debug don't remove temporary files
26103 --recheck update $as_me by reconfiguring in the same conditions
26104 --file=FILE[:TEMPLATE]
26105 instantiate the configuration file FILE
26106 --header=FILE[:TEMPLATE]
26107 instantiate the configuration header FILE
26109 Configuration files:
26110 $config_files
26112 Configuration headers:
26113 $config_headers
26115 Configuration commands:
26116 $config_commands
26118 Report bugs to <bug-autoconf@gnu.org>."
26120 _ACEOF
26121 cat >>$CONFIG_STATUS <<_ACEOF
26122 ac_cs_version="\\
26123 Wine config.status 1.1.4
26124 configured by $0, generated by GNU Autoconf 2.61,
26125 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26127 Copyright (C) 2006 Free Software Foundation, Inc.
26128 This config.status script is free software; the Free Software Foundation
26129 gives unlimited permission to copy, distribute and modify it."
26131 ac_pwd='$ac_pwd'
26132 srcdir='$srcdir'
26133 INSTALL='$INSTALL'
26134 _ACEOF
26136 cat >>$CONFIG_STATUS <<\_ACEOF
26137 # If no file are specified by the user, then we need to provide default
26138 # value. By we need to know if files were specified by the user.
26139 ac_need_defaults=:
26140 while test $# != 0
26142 case $1 in
26143 --*=*)
26144 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26145 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26146 ac_shift=:
26149 ac_option=$1
26150 ac_optarg=$2
26151 ac_shift=shift
26153 esac
26155 case $ac_option in
26156 # Handling of the options.
26157 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26158 ac_cs_recheck=: ;;
26159 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26160 echo "$ac_cs_version"; exit ;;
26161 --debug | --debu | --deb | --de | --d | -d )
26162 debug=: ;;
26163 --file | --fil | --fi | --f )
26164 $ac_shift
26165 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26166 ac_need_defaults=false;;
26167 --header | --heade | --head | --hea )
26168 $ac_shift
26169 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26170 ac_need_defaults=false;;
26171 --he | --h)
26172 # Conflict between --help and --header
26173 { echo "$as_me: error: ambiguous option: $1
26174 Try \`$0 --help' for more information." >&2
26175 { (exit 1); exit 1; }; };;
26176 --help | --hel | -h )
26177 echo "$ac_cs_usage"; exit ;;
26178 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26179 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26180 ac_cs_silent=: ;;
26182 # This is an error.
26183 -*) { echo "$as_me: error: unrecognized option: $1
26184 Try \`$0 --help' for more information." >&2
26185 { (exit 1); exit 1; }; } ;;
26187 *) ac_config_targets="$ac_config_targets $1"
26188 ac_need_defaults=false ;;
26190 esac
26191 shift
26192 done
26194 ac_configure_extra_args=
26196 if $ac_cs_silent; then
26197 exec 6>/dev/null
26198 ac_configure_extra_args="$ac_configure_extra_args --silent"
26201 _ACEOF
26202 cat >>$CONFIG_STATUS <<_ACEOF
26203 if \$ac_cs_recheck; then
26204 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26205 CONFIG_SHELL=$SHELL
26206 export CONFIG_SHELL
26207 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26210 _ACEOF
26211 cat >>$CONFIG_STATUS <<\_ACEOF
26212 exec 5>>config.log
26214 echo
26215 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26216 ## Running $as_me. ##
26217 _ASBOX
26218 echo "$ac_log"
26219 } >&5
26221 _ACEOF
26222 cat >>$CONFIG_STATUS <<_ACEOF
26223 _ACEOF
26225 cat >>$CONFIG_STATUS <<\_ACEOF
26227 # Handling of arguments.
26228 for ac_config_target in $ac_config_targets
26230 case $ac_config_target in
26231 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26232 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26233 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26234 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26235 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26236 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26237 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26238 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26239 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26240 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26241 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26242 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26243 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26244 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26245 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26246 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26247 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26248 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26249 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26250 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26251 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26252 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26253 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26254 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26255 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26256 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26257 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26258 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26259 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26260 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26261 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26262 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26263 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26264 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26265 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26266 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26267 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26268 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26269 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26270 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26271 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26272 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26273 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26274 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26275 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26276 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26277 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26278 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26279 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26280 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26281 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26282 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26283 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26284 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26285 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26286 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26287 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26288 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26289 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26290 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26291 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26292 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26293 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26294 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26295 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26296 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26297 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26298 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26299 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26300 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26301 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26302 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26303 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26304 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26305 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26306 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26307 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26308 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26309 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26310 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26311 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26312 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26313 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26314 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26315 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26316 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26317 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26318 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26319 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26320 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26321 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26322 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26323 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26324 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26325 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26326 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26327 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26328 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26329 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26330 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26331 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26332 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26333 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26334 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26335 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26336 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26337 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26338 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26339 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26340 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26341 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26342 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26343 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26344 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26345 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26346 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26347 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26348 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26349 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26350 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26351 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26352 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26353 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26354 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26355 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26356 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26357 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26358 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26359 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26360 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26361 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26362 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26363 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26364 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26365 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26366 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26367 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26368 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26369 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26370 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26371 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26372 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26373 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26374 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26375 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26376 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26377 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26378 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26379 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26380 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26381 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26382 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26383 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26384 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26385 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26386 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26387 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26388 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26389 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26390 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26391 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26392 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26393 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26394 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26395 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26396 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26397 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26398 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26399 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26400 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26401 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26402 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26403 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26404 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26405 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26406 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26407 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26408 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26409 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26410 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26411 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26412 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26413 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26414 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26415 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26416 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26417 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26418 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26419 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26420 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26421 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26422 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26423 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26424 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26425 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26426 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26427 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26428 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26429 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26430 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26431 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26432 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26433 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26434 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26435 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26436 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26437 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26438 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26439 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26440 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26441 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26442 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26443 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26444 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26445 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26446 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26447 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26448 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26449 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26450 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26451 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26452 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26453 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26454 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26455 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26456 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26457 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26458 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26459 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26460 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26461 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26462 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26463 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26464 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26465 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26466 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26467 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26468 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26469 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26470 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26471 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26472 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26473 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26474 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26475 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26476 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26477 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26478 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26479 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26480 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26481 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26482 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26483 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26484 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26485 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26486 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26487 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26488 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26489 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26490 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26491 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26492 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26493 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26494 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26495 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26496 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26497 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26498 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26499 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26500 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26501 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26502 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26503 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26504 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26505 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26506 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26507 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26508 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26509 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26510 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26511 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26512 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26513 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26514 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26515 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26516 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26517 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26518 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26519 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26520 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26521 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26522 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26523 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26524 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26525 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26526 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26527 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26528 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26529 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26530 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26531 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26532 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26533 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26534 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26535 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26536 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26537 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26538 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26539 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26540 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26541 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26542 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26543 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26544 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26545 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26546 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26547 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26548 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26549 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26550 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26551 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26552 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26553 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26554 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26555 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26556 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26557 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26558 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26559 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26560 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26561 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26562 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26563 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26564 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26565 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26566 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26567 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26568 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26569 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26570 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26571 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26572 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26573 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26574 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26575 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26576 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26577 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26578 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26579 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26580 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26581 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26582 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26583 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26584 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26585 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26586 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26587 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26588 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26589 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26590 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26591 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26592 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26593 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26594 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26595 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26596 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26597 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26598 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26599 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26600 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26601 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26602 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26603 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26604 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26605 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26606 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26607 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26608 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26609 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26610 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26611 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26612 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26613 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26614 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26615 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26616 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26617 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26618 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26619 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26620 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26621 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26622 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26623 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26624 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26625 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26626 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26627 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26628 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26629 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26630 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26631 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26632 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26633 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26634 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26635 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26636 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26637 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26638 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26639 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26640 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26641 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26642 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26643 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26644 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26645 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26646 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26647 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26648 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26649 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26650 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26651 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26652 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26653 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26654 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26655 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26656 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26657 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26658 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26659 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26660 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26661 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26662 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26663 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26665 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26666 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26667 { (exit 1); exit 1; }; };;
26668 esac
26669 done
26672 # If the user did not use the arguments to specify the items to instantiate,
26673 # then the envvar interface is used. Set only those that are not.
26674 # We use the long form for the default assignment because of an extremely
26675 # bizarre bug on SunOS 4.1.3.
26676 if $ac_need_defaults; then
26677 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26678 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26679 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26682 # Have a temporary directory for convenience. Make it in the build tree
26683 # simply because there is no reason against having it here, and in addition,
26684 # creating and moving files from /tmp can sometimes cause problems.
26685 # Hook for its removal unless debugging.
26686 # Note that there is a small window in which the directory will not be cleaned:
26687 # after its creation but before its name has been assigned to `$tmp'.
26688 $debug ||
26690 tmp=
26691 trap 'exit_status=$?
26692 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26694 trap '{ (exit 1); exit 1; }' 1 2 13 15
26696 # Create a (secure) tmp directory for tmp files.
26699 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26700 test -n "$tmp" && test -d "$tmp"
26701 } ||
26703 tmp=./conf$$-$RANDOM
26704 (umask 077 && mkdir "$tmp")
26705 } ||
26707 echo "$me: cannot create a temporary directory in ." >&2
26708 { (exit 1); exit 1; }
26712 # Set up the sed scripts for CONFIG_FILES section.
26715 # No need to generate the scripts if there are no CONFIG_FILES.
26716 # This happens for instance when ./config.status config.h
26717 if test -n "$CONFIG_FILES"; then
26719 _ACEOF
26721 # Create sed commands to just substitute file output variables.
26723 # Remaining file output variables are in a fragment that also has non-file
26724 # output varibles.
26728 ac_delim='%!_!# '
26729 for ac_last_try in false false false false false :; do
26730 cat >conf$$subs.sed <<_ACEOF
26731 SHELL!$SHELL$ac_delim
26732 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26733 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26734 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26735 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26736 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26737 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26738 exec_prefix!$exec_prefix$ac_delim
26739 prefix!$prefix$ac_delim
26740 program_transform_name!$program_transform_name$ac_delim
26741 bindir!$bindir$ac_delim
26742 sbindir!$sbindir$ac_delim
26743 libexecdir!$libexecdir$ac_delim
26744 datarootdir!$datarootdir$ac_delim
26745 datadir!$datadir$ac_delim
26746 sysconfdir!$sysconfdir$ac_delim
26747 sharedstatedir!$sharedstatedir$ac_delim
26748 localstatedir!$localstatedir$ac_delim
26749 includedir!$includedir$ac_delim
26750 oldincludedir!$oldincludedir$ac_delim
26751 docdir!$docdir$ac_delim
26752 infodir!$infodir$ac_delim
26753 htmldir!$htmldir$ac_delim
26754 dvidir!$dvidir$ac_delim
26755 pdfdir!$pdfdir$ac_delim
26756 psdir!$psdir$ac_delim
26757 libdir!$libdir$ac_delim
26758 localedir!$localedir$ac_delim
26759 mandir!$mandir$ac_delim
26760 DEFS!$DEFS$ac_delim
26761 ECHO_C!$ECHO_C$ac_delim
26762 ECHO_N!$ECHO_N$ac_delim
26763 ECHO_T!$ECHO_T$ac_delim
26764 LIBS!$LIBS$ac_delim
26765 build_alias!$build_alias$ac_delim
26766 host_alias!$host_alias$ac_delim
26767 target_alias!$target_alias$ac_delim
26768 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26769 build!$build$ac_delim
26770 build_cpu!$build_cpu$ac_delim
26771 build_vendor!$build_vendor$ac_delim
26772 build_os!$build_os$ac_delim
26773 host!$host$ac_delim
26774 host_cpu!$host_cpu$ac_delim
26775 host_vendor!$host_vendor$ac_delim
26776 host_os!$host_os$ac_delim
26777 WIN16_FILES!$WIN16_FILES$ac_delim
26778 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26779 SET_MAKE!$SET_MAKE$ac_delim
26780 CC!$CC$ac_delim
26781 CFLAGS!$CFLAGS$ac_delim
26782 LDFLAGS!$LDFLAGS$ac_delim
26783 CPPFLAGS!$CPPFLAGS$ac_delim
26784 ac_ct_CC!$ac_ct_CC$ac_delim
26785 EXEEXT!$EXEEXT$ac_delim
26786 OBJEXT!$OBJEXT$ac_delim
26787 CXX!$CXX$ac_delim
26788 CXXFLAGS!$CXXFLAGS$ac_delim
26789 ac_ct_CXX!$ac_ct_CXX$ac_delim
26790 CPPBIN!$CPPBIN$ac_delim
26791 TOOLSDIR!$TOOLSDIR$ac_delim
26792 XMKMF!$XMKMF$ac_delim
26793 CPP!$CPP$ac_delim
26794 X_CFLAGS!$X_CFLAGS$ac_delim
26795 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26796 X_LIBS!$X_LIBS$ac_delim
26797 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26798 FLEX!$FLEX$ac_delim
26799 BISON!$BISON$ac_delim
26800 AS!$AS$ac_delim
26801 ac_ct_AS!$ac_ct_AS$ac_delim
26802 LD!$LD$ac_delim
26803 ac_ct_LD!$ac_ct_LD$ac_delim
26804 NM!$NM$ac_delim
26805 ac_ct_NM!$ac_ct_NM$ac_delim
26806 AR!$AR$ac_delim
26807 ac_ct_AR!$ac_ct_AR$ac_delim
26808 ARFLAGS!$ARFLAGS$ac_delim
26809 RANLIB!$RANLIB$ac_delim
26810 STRIP!$STRIP$ac_delim
26811 WINDRES!$WINDRES$ac_delim
26812 LN_S!$LN_S$ac_delim
26813 _ACEOF
26815 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26816 break
26817 elif $ac_last_try; then
26818 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26819 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26820 { (exit 1); exit 1; }; }
26821 else
26822 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26824 done
26826 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26827 if test -n "$ac_eof"; then
26828 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26829 ac_eof=`expr $ac_eof + 1`
26832 cat >>$CONFIG_STATUS <<_ACEOF
26833 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26834 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26835 /^[ ]*@MAKE_RULES@[ ]*$/{
26836 r $MAKE_RULES
26839 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26840 r $MAKE_DLL_RULES
26843 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26844 r $MAKE_IMPLIB_RULES
26847 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26848 r $MAKE_TEST_RULES
26851 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26852 r $MAKE_PROG_RULES
26855 _ACEOF
26856 sed '
26857 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26858 s/^/s,@/; s/!/@,|#_!!_#|/
26861 s/'"$ac_delim"'$/,g/; t
26862 s/$/\\/; p
26863 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26864 ' >>$CONFIG_STATUS <conf$$subs.sed
26865 rm -f conf$$subs.sed
26866 cat >>$CONFIG_STATUS <<_ACEOF
26867 CEOF$ac_eof
26868 _ACEOF
26871 ac_delim='%!_!# '
26872 for ac_last_try in false false false false false :; do
26873 cat >conf$$subs.sed <<_ACEOF
26874 LN!$LN$ac_delim
26875 GREP!$GREP$ac_delim
26876 EGREP!$EGREP$ac_delim
26877 LDCONFIG!$LDCONFIG$ac_delim
26878 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26879 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26880 INSTALL_DATA!$INSTALL_DATA$ac_delim
26881 LINT!$LINT$ac_delim
26882 LINTFLAGS!$LINTFLAGS$ac_delim
26883 FONTFORGE!$FONTFORGE$ac_delim
26884 PKG_CONFIG!$PKG_CONFIG$ac_delim
26885 RSVG!$RSVG$ac_delim
26886 ICOTOOL!$ICOTOOL$ac_delim
26887 PRELINK!$PRELINK$ac_delim
26888 LIBPTHREAD!$LIBPTHREAD$ac_delim
26889 XLIB!$XLIB$ac_delim
26890 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26891 DLLEXT!$DLLEXT$ac_delim
26892 DLLFLAGS!$DLLFLAGS$ac_delim
26893 LDSHARED!$LDSHARED$ac_delim
26894 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26895 LIBEXT!$LIBEXT$ac_delim
26896 IMPLIBEXT!$IMPLIBEXT$ac_delim
26897 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26898 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26899 LDD!$LDD$ac_delim
26900 DLLTOOL!$DLLTOOL$ac_delim
26901 DLLWRAP!$DLLWRAP$ac_delim
26902 MINGWAR!$MINGWAR$ac_delim
26903 SECURITYLIB!$SECURITYLIB$ac_delim
26904 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26905 IOKITLIB!$IOKITLIB$ac_delim
26906 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26907 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26908 COREAUDIO!$COREAUDIO$ac_delim
26909 CARBONLIB!$CARBONLIB$ac_delim
26910 CROSSTEST!$CROSSTEST$ac_delim
26911 CROSSCC!$CROSSCC$ac_delim
26912 CROSSWINDRES!$CROSSWINDRES$ac_delim
26913 NASLIBS!$NASLIBS$ac_delim
26914 XML2LIBS!$XML2LIBS$ac_delim
26915 XML2INCL!$XML2INCL$ac_delim
26916 XSLTLIBS!$XSLTLIBS$ac_delim
26917 XSLTINCL!$XSLTINCL$ac_delim
26918 HALINCL!$HALINCL$ac_delim
26919 sane_devel!$sane_devel$ac_delim
26920 SANEINCL!$SANEINCL$ac_delim
26921 gphoto2_devel!$gphoto2_devel$ac_delim
26922 gphoto2port_devel!$gphoto2port_devel$ac_delim
26923 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26924 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26925 RESOLVLIBS!$RESOLVLIBS$ac_delim
26926 LCMSLIBS!$LCMSLIBS$ac_delim
26927 ft_devel!$ft_devel$ac_delim
26928 FREETYPELIBS!$FREETYPELIBS$ac_delim
26929 FREETYPEINCL!$FREETYPEINCL$ac_delim
26930 ESDCONFIG!$ESDCONFIG$ac_delim
26931 ESDINCL!$ESDINCL$ac_delim
26932 ESDLIBS!$ESDLIBS$ac_delim
26933 ALSALIBS!$ALSALIBS$ac_delim
26934 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26935 CUPSINCL!$CUPSINCL$ac_delim
26936 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26937 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26938 BUILTINFLAG!$BUILTINFLAG$ac_delim
26939 LDPATH!$LDPATH$ac_delim
26940 CRTLIBS!$CRTLIBS$ac_delim
26941 SOCKETLIBS!$SOCKETLIBS$ac_delim
26942 MAIN_BINARY!$MAIN_BINARY$ac_delim
26943 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26944 LIBDL!$LIBDL$ac_delim
26945 LIBPOLL!$LIBPOLL$ac_delim
26946 LDAPLIBS!$LDAPLIBS$ac_delim
26947 DEPENDENCIES!$DEPENDENCIES$ac_delim
26948 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26949 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26950 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26951 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26952 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26953 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26954 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26955 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26956 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26957 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26958 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26959 LIBOBJS!$LIBOBJS$ac_delim
26960 LTLIBOBJS!$LTLIBOBJS$ac_delim
26961 _ACEOF
26963 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26964 break
26965 elif $ac_last_try; then
26966 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26967 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26968 { (exit 1); exit 1; }; }
26969 else
26970 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26972 done
26974 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26975 if test -n "$ac_eof"; then
26976 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26977 ac_eof=`expr $ac_eof + 1`
26980 cat >>$CONFIG_STATUS <<_ACEOF
26981 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26982 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26983 _ACEOF
26984 sed '
26985 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26986 s/^/s,@/; s/!/@,|#_!!_#|/
26989 s/'"$ac_delim"'$/,g/; t
26990 s/$/\\/; p
26991 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26992 ' >>$CONFIG_STATUS <conf$$subs.sed
26993 rm -f conf$$subs.sed
26994 cat >>$CONFIG_STATUS <<_ACEOF
26995 :end
26996 s/|#_!!_#|//g
26997 CEOF$ac_eof
26998 _ACEOF
27001 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27002 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27003 # trailing colons and then remove the whole line if VPATH becomes empty
27004 # (actually we leave an empty line to preserve line numbers).
27005 if test "x$srcdir" = x.; then
27006 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27007 s/:*\$(srcdir):*/:/
27008 s/:*\${srcdir}:*/:/
27009 s/:*@srcdir@:*/:/
27010 s/^\([^=]*=[ ]*\):*/\1/
27011 s/:*$//
27012 s/^[^=]*=[ ]*$//
27016 cat >>$CONFIG_STATUS <<\_ACEOF
27017 fi # test -n "$CONFIG_FILES"
27020 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27022 case $ac_tag in
27023 :[FHLC]) ac_mode=$ac_tag; continue;;
27024 esac
27025 case $ac_mode$ac_tag in
27026 :[FHL]*:*);;
27027 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27028 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27029 { (exit 1); exit 1; }; };;
27030 :[FH]-) ac_tag=-:-;;
27031 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27032 esac
27033 ac_save_IFS=$IFS
27034 IFS=:
27035 set x $ac_tag
27036 IFS=$ac_save_IFS
27037 shift
27038 ac_file=$1
27039 shift
27041 case $ac_mode in
27042 :L) ac_source=$1;;
27043 :[FH])
27044 ac_file_inputs=
27045 for ac_f
27047 case $ac_f in
27048 -) ac_f="$tmp/stdin";;
27049 *) # Look for the file first in the build tree, then in the source tree
27050 # (if the path is not absolute). The absolute path cannot be DOS-style,
27051 # because $ac_f cannot contain `:'.
27052 test -f "$ac_f" ||
27053 case $ac_f in
27054 [\\/$]*) false;;
27055 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27056 esac ||
27057 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27058 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27059 { (exit 1); exit 1; }; };;
27060 esac
27061 ac_file_inputs="$ac_file_inputs $ac_f"
27062 done
27064 # Let's still pretend it is `configure' which instantiates (i.e., don't
27065 # use $as_me), people would be surprised to read:
27066 # /* config.h. Generated by config.status. */
27067 configure_input="Generated from "`IFS=:
27068 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27069 if test x"$ac_file" != x-; then
27070 configure_input="$ac_file. $configure_input"
27071 { echo "$as_me:$LINENO: creating $ac_file" >&5
27072 echo "$as_me: creating $ac_file" >&6;}
27075 case $ac_tag in
27076 *:-:* | *:-) cat >"$tmp/stdin";;
27077 esac
27079 esac
27081 ac_dir=`$as_dirname -- "$ac_file" ||
27082 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27083 X"$ac_file" : 'X\(//\)[^/]' \| \
27084 X"$ac_file" : 'X\(//\)$' \| \
27085 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27086 echo X"$ac_file" |
27087 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27088 s//\1/
27091 /^X\(\/\/\)[^/].*/{
27092 s//\1/
27095 /^X\(\/\/\)$/{
27096 s//\1/
27099 /^X\(\/\).*/{
27100 s//\1/
27103 s/.*/./; q'`
27104 { as_dir="$ac_dir"
27105 case $as_dir in #(
27106 -*) as_dir=./$as_dir;;
27107 esac
27108 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27109 as_dirs=
27110 while :; do
27111 case $as_dir in #(
27112 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27113 *) as_qdir=$as_dir;;
27114 esac
27115 as_dirs="'$as_qdir' $as_dirs"
27116 as_dir=`$as_dirname -- "$as_dir" ||
27117 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27118 X"$as_dir" : 'X\(//\)[^/]' \| \
27119 X"$as_dir" : 'X\(//\)$' \| \
27120 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27121 echo X"$as_dir" |
27122 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27123 s//\1/
27126 /^X\(\/\/\)[^/].*/{
27127 s//\1/
27130 /^X\(\/\/\)$/{
27131 s//\1/
27134 /^X\(\/\).*/{
27135 s//\1/
27138 s/.*/./; q'`
27139 test -d "$as_dir" && break
27140 done
27141 test -z "$as_dirs" || eval "mkdir $as_dirs"
27142 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27143 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27144 { (exit 1); exit 1; }; }; }
27145 ac_builddir=.
27147 case "$ac_dir" in
27148 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27150 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27151 # A ".." for each directory in $ac_dir_suffix.
27152 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27153 case $ac_top_builddir_sub in
27154 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27155 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27156 esac ;;
27157 esac
27158 ac_abs_top_builddir=$ac_pwd
27159 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27160 # for backward compatibility:
27161 ac_top_builddir=$ac_top_build_prefix
27163 case $srcdir in
27164 .) # We are building in place.
27165 ac_srcdir=.
27166 ac_top_srcdir=$ac_top_builddir_sub
27167 ac_abs_top_srcdir=$ac_pwd ;;
27168 [\\/]* | ?:[\\/]* ) # Absolute name.
27169 ac_srcdir=$srcdir$ac_dir_suffix;
27170 ac_top_srcdir=$srcdir
27171 ac_abs_top_srcdir=$srcdir ;;
27172 *) # Relative name.
27173 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27174 ac_top_srcdir=$ac_top_build_prefix$srcdir
27175 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27176 esac
27177 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27180 case $ac_mode in
27183 # CONFIG_FILE
27186 case $INSTALL in
27187 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27188 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27189 esac
27190 _ACEOF
27192 cat >>$CONFIG_STATUS <<\_ACEOF
27193 # If the template does not know about datarootdir, expand it.
27194 # FIXME: This hack should be removed a few years after 2.60.
27195 ac_datarootdir_hack=; ac_datarootdir_seen=
27197 case `sed -n '/datarootdir/ {
27201 /@datadir@/p
27202 /@docdir@/p
27203 /@infodir@/p
27204 /@localedir@/p
27205 /@mandir@/p
27206 ' $ac_file_inputs` in
27207 *datarootdir*) ac_datarootdir_seen=yes;;
27208 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27209 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27210 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27211 _ACEOF
27212 cat >>$CONFIG_STATUS <<_ACEOF
27213 ac_datarootdir_hack='
27214 s&@datadir@&$datadir&g
27215 s&@docdir@&$docdir&g
27216 s&@infodir@&$infodir&g
27217 s&@localedir@&$localedir&g
27218 s&@mandir@&$mandir&g
27219 s&\\\${datarootdir}&$datarootdir&g' ;;
27220 esac
27221 _ACEOF
27223 # Neutralize VPATH when `$srcdir' = `.'.
27224 # Shell code in configure.ac might set extrasub.
27225 # FIXME: do we really want to maintain this feature?
27226 cat >>$CONFIG_STATUS <<_ACEOF
27227 sed "$ac_vpsub
27228 $extrasub
27229 _ACEOF
27230 cat >>$CONFIG_STATUS <<\_ACEOF
27232 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27233 s&@configure_input@&$configure_input&;t t
27234 s&@top_builddir@&$ac_top_builddir_sub&;t t
27235 s&@srcdir@&$ac_srcdir&;t t
27236 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27237 s&@top_srcdir@&$ac_top_srcdir&;t t
27238 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27239 s&@builddir@&$ac_builddir&;t t
27240 s&@abs_builddir@&$ac_abs_builddir&;t t
27241 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27242 s&@INSTALL@&$ac_INSTALL&;t t
27243 $ac_datarootdir_hack
27244 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27246 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27247 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27248 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27249 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27250 which seems to be undefined. Please make sure it is defined." >&5
27251 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27252 which seems to be undefined. Please make sure it is defined." >&2;}
27254 rm -f "$tmp/stdin"
27255 case $ac_file in
27256 -) cat "$tmp/out"; rm -f "$tmp/out";;
27257 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27258 esac
27262 # CONFIG_HEADER
27264 _ACEOF
27266 # Transform confdefs.h into a sed script `conftest.defines', that
27267 # substitutes the proper values into config.h.in to produce config.h.
27268 rm -f conftest.defines conftest.tail
27269 # First, append a space to every undef/define line, to ease matching.
27270 echo 's/$/ /' >conftest.defines
27271 # Then, protect against being on the right side of a sed subst, or in
27272 # an unquoted here document, in config.status. If some macros were
27273 # called several times there might be several #defines for the same
27274 # symbol, which is useless. But do not sort them, since the last
27275 # AC_DEFINE must be honored.
27276 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27277 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27278 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27279 # PARAMS is the parameter list in the macro definition--in most cases, it's
27280 # just an empty string.
27281 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27282 ac_dB='\\)[ (].*,\\1define\\2'
27283 ac_dC=' '
27284 ac_dD=' ,'
27286 uniq confdefs.h |
27287 sed -n '
27288 t rset
27289 :rset
27290 s/^[ ]*#[ ]*define[ ][ ]*//
27291 t ok
27294 s/[\\&,]/\\&/g
27295 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27296 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27297 ' >>conftest.defines
27299 # Remove the space that was appended to ease matching.
27300 # Then replace #undef with comments. This is necessary, for
27301 # example, in the case of _POSIX_SOURCE, which is predefined and required
27302 # on some systems where configure will not decide to define it.
27303 # (The regexp can be short, since the line contains either #define or #undef.)
27304 echo 's/ $//
27305 s,^[ #]*u.*,/* & */,' >>conftest.defines
27307 # Break up conftest.defines:
27308 ac_max_sed_lines=50
27310 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27311 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27312 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27313 # et cetera.
27314 ac_in='$ac_file_inputs'
27315 ac_out='"$tmp/out1"'
27316 ac_nxt='"$tmp/out2"'
27318 while :
27320 # Write a here document:
27321 cat >>$CONFIG_STATUS <<_ACEOF
27322 # First, check the format of the line:
27323 cat >"\$tmp/defines.sed" <<\\CEOF
27324 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27325 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27327 :def
27328 _ACEOF
27329 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27330 echo 'CEOF
27331 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27332 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27333 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27334 grep . conftest.tail >/dev/null || break
27335 rm -f conftest.defines
27336 mv conftest.tail conftest.defines
27337 done
27338 rm -f conftest.defines conftest.tail
27340 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27341 cat >>$CONFIG_STATUS <<\_ACEOF
27342 if test x"$ac_file" != x-; then
27343 echo "/* $configure_input */" >"$tmp/config.h"
27344 cat "$ac_result" >>"$tmp/config.h"
27345 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27346 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27347 echo "$as_me: $ac_file is unchanged" >&6;}
27348 else
27349 rm -f $ac_file
27350 mv "$tmp/config.h" $ac_file
27352 else
27353 echo "/* $configure_input */"
27354 cat "$ac_result"
27356 rm -f "$tmp/out12"
27359 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27360 echo "$as_me: executing $ac_file commands" >&6;}
27362 esac
27365 case $ac_file$ac_mode in
27366 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27367 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27368 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27369 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27370 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27371 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27372 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27373 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27374 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27375 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27376 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27377 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27378 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27380 esac
27381 done # for ac_tag
27384 { (exit 0); exit 0; }
27385 _ACEOF
27386 chmod +x $CONFIG_STATUS
27387 ac_clean_files=$ac_clean_files_save
27390 # configure is writing to config.log, and then calls config.status.
27391 # config.status does its own redirection, appending to config.log.
27392 # Unfortunately, on DOS this fails, as config.log is still kept open
27393 # by configure, so config.status won't be able to write to it; its
27394 # output is simply discarded. So we exec the FD to /dev/null,
27395 # effectively closing config.log, so it can be properly (re)opened and
27396 # appended to by config.status. When coming back to configure, we
27397 # need to make the FD available again.
27398 if test "$no_create" != yes; then
27399 ac_cs_success=:
27400 ac_config_status_args=
27401 test "$silent" = yes &&
27402 ac_config_status_args="$ac_config_status_args --quiet"
27403 exec 5>/dev/null
27404 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27405 exec 5>>config.log
27406 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27407 # would make configure fail if this is the last instruction.
27408 $ac_cs_success || { (exit 1); exit 1; }
27412 if test "$no_create" = "yes"
27413 then
27414 exit 0
27417 ac_save_IFS="$IFS"
27418 IFS="|"
27419 if test "x$wine_notices != "x; then
27420 echo >&6
27421 for msg in $wine_notices; do
27422 if test -n "$msg"; then
27423 { echo "$as_me:$LINENO: $msg" >&5
27424 echo "$as_me: $msg" >&6;}
27426 done
27428 for msg in $wine_warnings; do
27429 if test -n "$msg"; then
27430 echo >&2
27431 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27432 echo "$as_me: WARNING: $msg" >&2;}
27434 done
27435 IFS="$ac_save_IFS"
27437 echo "
27438 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27439 " >&6