Release 1.1.4.
[wine/multimedia.git] / configure
blob7be7427d65b1e9aed3f094e44d00eb129235a515
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 <signal.h>
18734 typedef sigset_t ac__type_new_;
18736 main ()
18738 if ((ac__type_new_ *) 0)
18739 return 0;
18740 if (sizeof (ac__type_new_))
18741 return 0;
18743 return 0;
18745 _ACEOF
18746 rm -f conftest.$ac_objext
18747 if { (ac_try="$ac_compile"
18748 case "(($ac_try" in
18749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18750 *) ac_try_echo=$ac_try;;
18751 esac
18752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18753 (eval "$ac_compile") 2>conftest.er1
18754 ac_status=$?
18755 grep -v '^ *+' conftest.er1 >conftest.err
18756 rm -f conftest.er1
18757 cat conftest.err >&5
18758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18759 (exit $ac_status); } && {
18760 test -z "$ac_c_werror_flag" ||
18761 test ! -s conftest.err
18762 } && test -s conftest.$ac_objext; then
18763 ac_cv_type_sigset_t=yes
18764 else
18765 echo "$as_me: failed program was:" >&5
18766 sed 's/^/| /' conftest.$ac_ext >&5
18768 ac_cv_type_sigset_t=no
18771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18773 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18774 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18775 if test $ac_cv_type_sigset_t = yes; then
18777 cat >>confdefs.h <<_ACEOF
18778 #define HAVE_SIGSET_T 1
18779 _ACEOF
18784 { echo "$as_me:$LINENO: checking for request_sense" >&5
18785 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18786 if test "${ac_cv_type_request_sense+set}" = set; then
18787 echo $ECHO_N "(cached) $ECHO_C" >&6
18788 else
18789 cat >conftest.$ac_ext <<_ACEOF
18790 /* confdefs.h. */
18791 _ACEOF
18792 cat confdefs.h >>conftest.$ac_ext
18793 cat >>conftest.$ac_ext <<_ACEOF
18794 /* end confdefs.h. */
18795 #include <linux/cdrom.h>
18797 typedef request_sense ac__type_new_;
18799 main ()
18801 if ((ac__type_new_ *) 0)
18802 return 0;
18803 if (sizeof (ac__type_new_))
18804 return 0;
18806 return 0;
18808 _ACEOF
18809 rm -f conftest.$ac_objext
18810 if { (ac_try="$ac_compile"
18811 case "(($ac_try" in
18812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18813 *) ac_try_echo=$ac_try;;
18814 esac
18815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18816 (eval "$ac_compile") 2>conftest.er1
18817 ac_status=$?
18818 grep -v '^ *+' conftest.er1 >conftest.err
18819 rm -f conftest.er1
18820 cat conftest.err >&5
18821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest.$ac_objext; then
18826 ac_cv_type_request_sense=yes
18827 else
18828 echo "$as_me: failed program was:" >&5
18829 sed 's/^/| /' conftest.$ac_ext >&5
18831 ac_cv_type_request_sense=no
18834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18836 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18837 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18838 if test $ac_cv_type_request_sense = yes; then
18840 cat >>confdefs.h <<_ACEOF
18841 #define HAVE_REQUEST_SENSE 1
18842 _ACEOF
18848 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18849 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18850 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18851 echo $ECHO_N "(cached) $ECHO_C" >&6
18852 else
18853 cat >conftest.$ac_ext <<_ACEOF
18854 /* confdefs.h. */
18855 _ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 #ifdef HAVE_LINUX_INPUT_H
18860 #include <linux/input.h>
18861 #endif
18864 main ()
18866 static struct ff_effect ac_aggr;
18867 if (ac_aggr.direction)
18868 return 0;
18870 return 0;
18872 _ACEOF
18873 rm -f conftest.$ac_objext
18874 if { (ac_try="$ac_compile"
18875 case "(($ac_try" in
18876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18877 *) ac_try_echo=$ac_try;;
18878 esac
18879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18880 (eval "$ac_compile") 2>conftest.er1
18881 ac_status=$?
18882 grep -v '^ *+' conftest.er1 >conftest.err
18883 rm -f conftest.er1
18884 cat conftest.err >&5
18885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886 (exit $ac_status); } && {
18887 test -z "$ac_c_werror_flag" ||
18888 test ! -s conftest.err
18889 } && test -s conftest.$ac_objext; then
18890 ac_cv_member_struct_ff_effect_direction=yes
18891 else
18892 echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.$ac_ext >&5
18895 cat >conftest.$ac_ext <<_ACEOF
18896 /* confdefs.h. */
18897 _ACEOF
18898 cat confdefs.h >>conftest.$ac_ext
18899 cat >>conftest.$ac_ext <<_ACEOF
18900 /* end confdefs.h. */
18901 #ifdef HAVE_LINUX_INPUT_H
18902 #include <linux/input.h>
18903 #endif
18906 main ()
18908 static struct ff_effect ac_aggr;
18909 if (sizeof ac_aggr.direction)
18910 return 0;
18912 return 0;
18914 _ACEOF
18915 rm -f conftest.$ac_objext
18916 if { (ac_try="$ac_compile"
18917 case "(($ac_try" in
18918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18919 *) ac_try_echo=$ac_try;;
18920 esac
18921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18922 (eval "$ac_compile") 2>conftest.er1
18923 ac_status=$?
18924 grep -v '^ *+' conftest.er1 >conftest.err
18925 rm -f conftest.er1
18926 cat conftest.err >&5
18927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18928 (exit $ac_status); } && {
18929 test -z "$ac_c_werror_flag" ||
18930 test ! -s conftest.err
18931 } && test -s conftest.$ac_objext; then
18932 ac_cv_member_struct_ff_effect_direction=yes
18933 else
18934 echo "$as_me: failed program was:" >&5
18935 sed 's/^/| /' conftest.$ac_ext >&5
18937 ac_cv_member_struct_ff_effect_direction=no
18940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18945 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18946 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18947 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18949 cat >>confdefs.h <<_ACEOF
18950 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18951 _ACEOF
18957 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18958 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18959 if test "${wine_cv_have_sigaddset+set}" = set; then
18960 echo $ECHO_N "(cached) $ECHO_C" >&6
18961 else
18962 cat >conftest.$ac_ext <<_ACEOF
18963 /* confdefs.h. */
18964 _ACEOF
18965 cat confdefs.h >>conftest.$ac_ext
18966 cat >>conftest.$ac_ext <<_ACEOF
18967 /* end confdefs.h. */
18968 #include <signal.h>
18970 main ()
18972 sigset_t set; sigaddset(&set,SIGTERM);
18974 return 0;
18976 _ACEOF
18977 rm -f conftest.$ac_objext conftest$ac_exeext
18978 if { (ac_try="$ac_link"
18979 case "(($ac_try" in
18980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18981 *) ac_try_echo=$ac_try;;
18982 esac
18983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18984 (eval "$ac_link") 2>conftest.er1
18985 ac_status=$?
18986 grep -v '^ *+' conftest.er1 >conftest.err
18987 rm -f conftest.er1
18988 cat conftest.err >&5
18989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18990 (exit $ac_status); } && {
18991 test -z "$ac_c_werror_flag" ||
18992 test ! -s conftest.err
18993 } && test -s conftest$ac_exeext &&
18994 $as_test_x conftest$ac_exeext; then
18995 wine_cv_have_sigaddset=yes
18996 else
18997 echo "$as_me: failed program was:" >&5
18998 sed 's/^/| /' conftest.$ac_ext >&5
19000 wine_cv_have_sigaddset=no
19003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19004 conftest$ac_exeext conftest.$ac_ext
19006 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19007 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19008 if test "$wine_cv_have_sigaddset" = "yes"
19009 then
19011 cat >>confdefs.h <<\_ACEOF
19012 #define HAVE_SIGADDSET 1
19013 _ACEOF
19018 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19019 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19020 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19021 echo $ECHO_N "(cached) $ECHO_C" >&6
19022 else
19023 cat >conftest.$ac_ext <<_ACEOF
19024 /* confdefs.h. */
19025 _ACEOF
19026 cat confdefs.h >>conftest.$ac_ext
19027 cat >>conftest.$ac_ext <<_ACEOF
19028 /* end confdefs.h. */
19029 #include <netdb.h>
19031 main ()
19034 char *name=0;
19035 struct hostent he;
19036 struct hostent *result;
19037 char *buf=0;
19038 int bufsize=0;
19039 int res,errnr;
19040 char *addr=0;
19041 int addrlen=0;
19042 int addrtype=0;
19043 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19044 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19047 return 0;
19049 _ACEOF
19050 rm -f conftest.$ac_objext conftest$ac_exeext
19051 if { (ac_try="$ac_link"
19052 case "(($ac_try" in
19053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19054 *) ac_try_echo=$ac_try;;
19055 esac
19056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19057 (eval "$ac_link") 2>conftest.er1
19058 ac_status=$?
19059 grep -v '^ *+' conftest.er1 >conftest.err
19060 rm -f conftest.er1
19061 cat conftest.err >&5
19062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19063 (exit $ac_status); } && {
19064 test -z "$ac_c_werror_flag" ||
19065 test ! -s conftest.err
19066 } && test -s conftest$ac_exeext &&
19067 $as_test_x conftest$ac_exeext; then
19068 wine_cv_linux_gethostbyname_r_6=yes
19069 else
19070 echo "$as_me: failed program was:" >&5
19071 sed 's/^/| /' conftest.$ac_ext >&5
19073 wine_cv_linux_gethostbyname_r_6=no
19077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19078 conftest$ac_exeext conftest.$ac_ext
19081 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19082 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19083 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19084 then
19086 cat >>confdefs.h <<\_ACEOF
19087 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19088 _ACEOF
19092 if test "$ac_cv_header_linux_joystick_h" = "yes"
19093 then
19094 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19095 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19096 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19097 echo $ECHO_N "(cached) $ECHO_C" >&6
19098 else
19099 cat >conftest.$ac_ext <<_ACEOF
19100 /* confdefs.h. */
19101 _ACEOF
19102 cat confdefs.h >>conftest.$ac_ext
19103 cat >>conftest.$ac_ext <<_ACEOF
19104 /* end confdefs.h. */
19106 #include <sys/ioctl.h>
19107 #include <sys/types.h>
19108 #include <linux/joystick.h>
19110 struct js_event blub;
19111 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19112 #error "no 2.2 header"
19113 #endif
19116 main ()
19118 /*empty*/
19120 return 0;
19122 _ACEOF
19123 rm -f conftest.$ac_objext
19124 if { (ac_try="$ac_compile"
19125 case "(($ac_try" in
19126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19127 *) ac_try_echo=$ac_try;;
19128 esac
19129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19130 (eval "$ac_compile") 2>conftest.er1
19131 ac_status=$?
19132 grep -v '^ *+' conftest.er1 >conftest.err
19133 rm -f conftest.er1
19134 cat conftest.err >&5
19135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19136 (exit $ac_status); } && {
19137 test -z "$ac_c_werror_flag" ||
19138 test ! -s conftest.err
19139 } && test -s conftest.$ac_objext; then
19140 wine_cv_linux_joystick_22_api=yes
19141 else
19142 echo "$as_me: failed program was:" >&5
19143 sed 's/^/| /' conftest.$ac_ext >&5
19145 wine_cv_linux_joystick_22_api=no
19148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19151 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19152 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19153 if test "$wine_cv_linux_joystick_22_api" = "yes"
19154 then
19156 cat >>confdefs.h <<\_ACEOF
19157 #define HAVE_LINUX_22_JOYSTICK_API 1
19158 _ACEOF
19164 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19165 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19166 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19167 echo $ECHO_N "(cached) $ECHO_C" >&6
19168 else
19169 cat >conftest.$ac_ext <<_ACEOF
19170 /* confdefs.h. */
19171 _ACEOF
19172 cat confdefs.h >>conftest.$ac_ext
19173 cat >>conftest.$ac_ext <<_ACEOF
19174 /* end confdefs.h. */
19175 #include <sys/types.h>
19176 #ifdef HAVE_SYS_PARAM_H
19177 # include <sys/param.h>
19178 #endif
19179 #ifdef HAVE_SYS_MOUNT_H
19180 # include <sys/mount.h>
19181 #endif
19182 #ifdef HAVE_SYS_VFS_H
19183 # include <sys/vfs.h>
19184 #endif
19185 #ifdef HAVE_SYS_STATFS_H
19186 # include <sys/statfs.h>
19187 #endif
19190 main ()
19192 static struct statfs ac_aggr;
19193 if (ac_aggr.f_bfree)
19194 return 0;
19196 return 0;
19198 _ACEOF
19199 rm -f conftest.$ac_objext
19200 if { (ac_try="$ac_compile"
19201 case "(($ac_try" in
19202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19203 *) ac_try_echo=$ac_try;;
19204 esac
19205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19206 (eval "$ac_compile") 2>conftest.er1
19207 ac_status=$?
19208 grep -v '^ *+' conftest.er1 >conftest.err
19209 rm -f conftest.er1
19210 cat conftest.err >&5
19211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19212 (exit $ac_status); } && {
19213 test -z "$ac_c_werror_flag" ||
19214 test ! -s conftest.err
19215 } && test -s conftest.$ac_objext; then
19216 ac_cv_member_struct_statfs_f_bfree=yes
19217 else
19218 echo "$as_me: failed program was:" >&5
19219 sed 's/^/| /' conftest.$ac_ext >&5
19221 cat >conftest.$ac_ext <<_ACEOF
19222 /* confdefs.h. */
19223 _ACEOF
19224 cat confdefs.h >>conftest.$ac_ext
19225 cat >>conftest.$ac_ext <<_ACEOF
19226 /* end confdefs.h. */
19227 #include <sys/types.h>
19228 #ifdef HAVE_SYS_PARAM_H
19229 # include <sys/param.h>
19230 #endif
19231 #ifdef HAVE_SYS_MOUNT_H
19232 # include <sys/mount.h>
19233 #endif
19234 #ifdef HAVE_SYS_VFS_H
19235 # include <sys/vfs.h>
19236 #endif
19237 #ifdef HAVE_SYS_STATFS_H
19238 # include <sys/statfs.h>
19239 #endif
19242 main ()
19244 static struct statfs ac_aggr;
19245 if (sizeof ac_aggr.f_bfree)
19246 return 0;
19248 return 0;
19250 _ACEOF
19251 rm -f conftest.$ac_objext
19252 if { (ac_try="$ac_compile"
19253 case "(($ac_try" in
19254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19255 *) ac_try_echo=$ac_try;;
19256 esac
19257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19258 (eval "$ac_compile") 2>conftest.er1
19259 ac_status=$?
19260 grep -v '^ *+' conftest.er1 >conftest.err
19261 rm -f conftest.er1
19262 cat conftest.err >&5
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); } && {
19265 test -z "$ac_c_werror_flag" ||
19266 test ! -s conftest.err
19267 } && test -s conftest.$ac_objext; then
19268 ac_cv_member_struct_statfs_f_bfree=yes
19269 else
19270 echo "$as_me: failed program was:" >&5
19271 sed 's/^/| /' conftest.$ac_ext >&5
19273 ac_cv_member_struct_statfs_f_bfree=no
19276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19281 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19282 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19283 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19285 cat >>confdefs.h <<_ACEOF
19286 #define HAVE_STRUCT_STATFS_F_BFREE 1
19287 _ACEOF
19291 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19292 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19293 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19294 echo $ECHO_N "(cached) $ECHO_C" >&6
19295 else
19296 cat >conftest.$ac_ext <<_ACEOF
19297 /* confdefs.h. */
19298 _ACEOF
19299 cat confdefs.h >>conftest.$ac_ext
19300 cat >>conftest.$ac_ext <<_ACEOF
19301 /* end confdefs.h. */
19302 #include <sys/types.h>
19303 #ifdef HAVE_SYS_PARAM_H
19304 # include <sys/param.h>
19305 #endif
19306 #ifdef HAVE_SYS_MOUNT_H
19307 # include <sys/mount.h>
19308 #endif
19309 #ifdef HAVE_SYS_VFS_H
19310 # include <sys/vfs.h>
19311 #endif
19312 #ifdef HAVE_SYS_STATFS_H
19313 # include <sys/statfs.h>
19314 #endif
19317 main ()
19319 static struct statfs ac_aggr;
19320 if (ac_aggr.f_bavail)
19321 return 0;
19323 return 0;
19325 _ACEOF
19326 rm -f conftest.$ac_objext
19327 if { (ac_try="$ac_compile"
19328 case "(($ac_try" in
19329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19330 *) ac_try_echo=$ac_try;;
19331 esac
19332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19333 (eval "$ac_compile") 2>conftest.er1
19334 ac_status=$?
19335 grep -v '^ *+' conftest.er1 >conftest.err
19336 rm -f conftest.er1
19337 cat conftest.err >&5
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); } && {
19340 test -z "$ac_c_werror_flag" ||
19341 test ! -s conftest.err
19342 } && test -s conftest.$ac_objext; then
19343 ac_cv_member_struct_statfs_f_bavail=yes
19344 else
19345 echo "$as_me: failed program was:" >&5
19346 sed 's/^/| /' conftest.$ac_ext >&5
19348 cat >conftest.$ac_ext <<_ACEOF
19349 /* confdefs.h. */
19350 _ACEOF
19351 cat confdefs.h >>conftest.$ac_ext
19352 cat >>conftest.$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19354 #include <sys/types.h>
19355 #ifdef HAVE_SYS_PARAM_H
19356 # include <sys/param.h>
19357 #endif
19358 #ifdef HAVE_SYS_MOUNT_H
19359 # include <sys/mount.h>
19360 #endif
19361 #ifdef HAVE_SYS_VFS_H
19362 # include <sys/vfs.h>
19363 #endif
19364 #ifdef HAVE_SYS_STATFS_H
19365 # include <sys/statfs.h>
19366 #endif
19369 main ()
19371 static struct statfs ac_aggr;
19372 if (sizeof ac_aggr.f_bavail)
19373 return 0;
19375 return 0;
19377 _ACEOF
19378 rm -f conftest.$ac_objext
19379 if { (ac_try="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19382 *) ac_try_echo=$ac_try;;
19383 esac
19384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19385 (eval "$ac_compile") 2>conftest.er1
19386 ac_status=$?
19387 grep -v '^ *+' conftest.er1 >conftest.err
19388 rm -f conftest.er1
19389 cat conftest.err >&5
19390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391 (exit $ac_status); } && {
19392 test -z "$ac_c_werror_flag" ||
19393 test ! -s conftest.err
19394 } && test -s conftest.$ac_objext; then
19395 ac_cv_member_struct_statfs_f_bavail=yes
19396 else
19397 echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19400 ac_cv_member_struct_statfs_f_bavail=no
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19408 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19409 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19410 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19412 cat >>confdefs.h <<_ACEOF
19413 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19414 _ACEOF
19418 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19419 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19420 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19421 echo $ECHO_N "(cached) $ECHO_C" >&6
19422 else
19423 cat >conftest.$ac_ext <<_ACEOF
19424 /* confdefs.h. */
19425 _ACEOF
19426 cat confdefs.h >>conftest.$ac_ext
19427 cat >>conftest.$ac_ext <<_ACEOF
19428 /* end confdefs.h. */
19429 #include <sys/types.h>
19430 #ifdef HAVE_SYS_PARAM_H
19431 # include <sys/param.h>
19432 #endif
19433 #ifdef HAVE_SYS_MOUNT_H
19434 # include <sys/mount.h>
19435 #endif
19436 #ifdef HAVE_SYS_VFS_H
19437 # include <sys/vfs.h>
19438 #endif
19439 #ifdef HAVE_SYS_STATFS_H
19440 # include <sys/statfs.h>
19441 #endif
19444 main ()
19446 static struct statfs ac_aggr;
19447 if (ac_aggr.f_frsize)
19448 return 0;
19450 return 0;
19452 _ACEOF
19453 rm -f conftest.$ac_objext
19454 if { (ac_try="$ac_compile"
19455 case "(($ac_try" in
19456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19457 *) ac_try_echo=$ac_try;;
19458 esac
19459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19460 (eval "$ac_compile") 2>conftest.er1
19461 ac_status=$?
19462 grep -v '^ *+' conftest.er1 >conftest.err
19463 rm -f conftest.er1
19464 cat conftest.err >&5
19465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19466 (exit $ac_status); } && {
19467 test -z "$ac_c_werror_flag" ||
19468 test ! -s conftest.err
19469 } && test -s conftest.$ac_objext; then
19470 ac_cv_member_struct_statfs_f_frsize=yes
19471 else
19472 echo "$as_me: failed program was:" >&5
19473 sed 's/^/| /' conftest.$ac_ext >&5
19475 cat >conftest.$ac_ext <<_ACEOF
19476 /* confdefs.h. */
19477 _ACEOF
19478 cat confdefs.h >>conftest.$ac_ext
19479 cat >>conftest.$ac_ext <<_ACEOF
19480 /* end confdefs.h. */
19481 #include <sys/types.h>
19482 #ifdef HAVE_SYS_PARAM_H
19483 # include <sys/param.h>
19484 #endif
19485 #ifdef HAVE_SYS_MOUNT_H
19486 # include <sys/mount.h>
19487 #endif
19488 #ifdef HAVE_SYS_VFS_H
19489 # include <sys/vfs.h>
19490 #endif
19491 #ifdef HAVE_SYS_STATFS_H
19492 # include <sys/statfs.h>
19493 #endif
19496 main ()
19498 static struct statfs ac_aggr;
19499 if (sizeof ac_aggr.f_frsize)
19500 return 0;
19502 return 0;
19504 _ACEOF
19505 rm -f conftest.$ac_objext
19506 if { (ac_try="$ac_compile"
19507 case "(($ac_try" in
19508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19509 *) ac_try_echo=$ac_try;;
19510 esac
19511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19512 (eval "$ac_compile") 2>conftest.er1
19513 ac_status=$?
19514 grep -v '^ *+' conftest.er1 >conftest.err
19515 rm -f conftest.er1
19516 cat conftest.err >&5
19517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19518 (exit $ac_status); } && {
19519 test -z "$ac_c_werror_flag" ||
19520 test ! -s conftest.err
19521 } && test -s conftest.$ac_objext; then
19522 ac_cv_member_struct_statfs_f_frsize=yes
19523 else
19524 echo "$as_me: failed program was:" >&5
19525 sed 's/^/| /' conftest.$ac_ext >&5
19527 ac_cv_member_struct_statfs_f_frsize=no
19530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19535 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19536 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19537 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19539 cat >>confdefs.h <<_ACEOF
19540 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19541 _ACEOF
19545 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19546 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19547 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19548 echo $ECHO_N "(cached) $ECHO_C" >&6
19549 else
19550 cat >conftest.$ac_ext <<_ACEOF
19551 /* confdefs.h. */
19552 _ACEOF
19553 cat confdefs.h >>conftest.$ac_ext
19554 cat >>conftest.$ac_ext <<_ACEOF
19555 /* end confdefs.h. */
19556 #include <sys/types.h>
19557 #ifdef HAVE_SYS_PARAM_H
19558 # include <sys/param.h>
19559 #endif
19560 #ifdef HAVE_SYS_MOUNT_H
19561 # include <sys/mount.h>
19562 #endif
19563 #ifdef HAVE_SYS_VFS_H
19564 # include <sys/vfs.h>
19565 #endif
19566 #ifdef HAVE_SYS_STATFS_H
19567 # include <sys/statfs.h>
19568 #endif
19571 main ()
19573 static struct statfs ac_aggr;
19574 if (ac_aggr.f_ffree)
19575 return 0;
19577 return 0;
19579 _ACEOF
19580 rm -f conftest.$ac_objext
19581 if { (ac_try="$ac_compile"
19582 case "(($ac_try" in
19583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19584 *) ac_try_echo=$ac_try;;
19585 esac
19586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19587 (eval "$ac_compile") 2>conftest.er1
19588 ac_status=$?
19589 grep -v '^ *+' conftest.er1 >conftest.err
19590 rm -f conftest.er1
19591 cat conftest.err >&5
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); } && {
19594 test -z "$ac_c_werror_flag" ||
19595 test ! -s conftest.err
19596 } && test -s conftest.$ac_objext; then
19597 ac_cv_member_struct_statfs_f_ffree=yes
19598 else
19599 echo "$as_me: failed program was:" >&5
19600 sed 's/^/| /' conftest.$ac_ext >&5
19602 cat >conftest.$ac_ext <<_ACEOF
19603 /* confdefs.h. */
19604 _ACEOF
19605 cat confdefs.h >>conftest.$ac_ext
19606 cat >>conftest.$ac_ext <<_ACEOF
19607 /* end confdefs.h. */
19608 #include <sys/types.h>
19609 #ifdef HAVE_SYS_PARAM_H
19610 # include <sys/param.h>
19611 #endif
19612 #ifdef HAVE_SYS_MOUNT_H
19613 # include <sys/mount.h>
19614 #endif
19615 #ifdef HAVE_SYS_VFS_H
19616 # include <sys/vfs.h>
19617 #endif
19618 #ifdef HAVE_SYS_STATFS_H
19619 # include <sys/statfs.h>
19620 #endif
19623 main ()
19625 static struct statfs ac_aggr;
19626 if (sizeof ac_aggr.f_ffree)
19627 return 0;
19629 return 0;
19631 _ACEOF
19632 rm -f conftest.$ac_objext
19633 if { (ac_try="$ac_compile"
19634 case "(($ac_try" in
19635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19636 *) ac_try_echo=$ac_try;;
19637 esac
19638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19639 (eval "$ac_compile") 2>conftest.er1
19640 ac_status=$?
19641 grep -v '^ *+' conftest.er1 >conftest.err
19642 rm -f conftest.er1
19643 cat conftest.err >&5
19644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19645 (exit $ac_status); } && {
19646 test -z "$ac_c_werror_flag" ||
19647 test ! -s conftest.err
19648 } && test -s conftest.$ac_objext; then
19649 ac_cv_member_struct_statfs_f_ffree=yes
19650 else
19651 echo "$as_me: failed program was:" >&5
19652 sed 's/^/| /' conftest.$ac_ext >&5
19654 ac_cv_member_struct_statfs_f_ffree=no
19657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19662 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19663 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19664 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19666 cat >>confdefs.h <<_ACEOF
19667 #define HAVE_STRUCT_STATFS_F_FFREE 1
19668 _ACEOF
19672 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19673 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19674 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19675 echo $ECHO_N "(cached) $ECHO_C" >&6
19676 else
19677 cat >conftest.$ac_ext <<_ACEOF
19678 /* confdefs.h. */
19679 _ACEOF
19680 cat confdefs.h >>conftest.$ac_ext
19681 cat >>conftest.$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19683 #include <sys/types.h>
19684 #ifdef HAVE_SYS_PARAM_H
19685 # include <sys/param.h>
19686 #endif
19687 #ifdef HAVE_SYS_MOUNT_H
19688 # include <sys/mount.h>
19689 #endif
19690 #ifdef HAVE_SYS_VFS_H
19691 # include <sys/vfs.h>
19692 #endif
19693 #ifdef HAVE_SYS_STATFS_H
19694 # include <sys/statfs.h>
19695 #endif
19698 main ()
19700 static struct statfs ac_aggr;
19701 if (ac_aggr.f_favail)
19702 return 0;
19704 return 0;
19706 _ACEOF
19707 rm -f conftest.$ac_objext
19708 if { (ac_try="$ac_compile"
19709 case "(($ac_try" in
19710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19711 *) ac_try_echo=$ac_try;;
19712 esac
19713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19714 (eval "$ac_compile") 2>conftest.er1
19715 ac_status=$?
19716 grep -v '^ *+' conftest.er1 >conftest.err
19717 rm -f conftest.er1
19718 cat conftest.err >&5
19719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19720 (exit $ac_status); } && {
19721 test -z "$ac_c_werror_flag" ||
19722 test ! -s conftest.err
19723 } && test -s conftest.$ac_objext; then
19724 ac_cv_member_struct_statfs_f_favail=yes
19725 else
19726 echo "$as_me: failed program was:" >&5
19727 sed 's/^/| /' conftest.$ac_ext >&5
19729 cat >conftest.$ac_ext <<_ACEOF
19730 /* confdefs.h. */
19731 _ACEOF
19732 cat confdefs.h >>conftest.$ac_ext
19733 cat >>conftest.$ac_ext <<_ACEOF
19734 /* end confdefs.h. */
19735 #include <sys/types.h>
19736 #ifdef HAVE_SYS_PARAM_H
19737 # include <sys/param.h>
19738 #endif
19739 #ifdef HAVE_SYS_MOUNT_H
19740 # include <sys/mount.h>
19741 #endif
19742 #ifdef HAVE_SYS_VFS_H
19743 # include <sys/vfs.h>
19744 #endif
19745 #ifdef HAVE_SYS_STATFS_H
19746 # include <sys/statfs.h>
19747 #endif
19750 main ()
19752 static struct statfs ac_aggr;
19753 if (sizeof ac_aggr.f_favail)
19754 return 0;
19756 return 0;
19758 _ACEOF
19759 rm -f conftest.$ac_objext
19760 if { (ac_try="$ac_compile"
19761 case "(($ac_try" in
19762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19763 *) ac_try_echo=$ac_try;;
19764 esac
19765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19766 (eval "$ac_compile") 2>conftest.er1
19767 ac_status=$?
19768 grep -v '^ *+' conftest.er1 >conftest.err
19769 rm -f conftest.er1
19770 cat conftest.err >&5
19771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19772 (exit $ac_status); } && {
19773 test -z "$ac_c_werror_flag" ||
19774 test ! -s conftest.err
19775 } && test -s conftest.$ac_objext; then
19776 ac_cv_member_struct_statfs_f_favail=yes
19777 else
19778 echo "$as_me: failed program was:" >&5
19779 sed 's/^/| /' conftest.$ac_ext >&5
19781 ac_cv_member_struct_statfs_f_favail=no
19784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19789 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19790 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19791 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19793 cat >>confdefs.h <<_ACEOF
19794 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19795 _ACEOF
19799 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19800 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19801 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19802 echo $ECHO_N "(cached) $ECHO_C" >&6
19803 else
19804 cat >conftest.$ac_ext <<_ACEOF
19805 /* confdefs.h. */
19806 _ACEOF
19807 cat confdefs.h >>conftest.$ac_ext
19808 cat >>conftest.$ac_ext <<_ACEOF
19809 /* end confdefs.h. */
19810 #include <sys/types.h>
19811 #ifdef HAVE_SYS_PARAM_H
19812 # include <sys/param.h>
19813 #endif
19814 #ifdef HAVE_SYS_MOUNT_H
19815 # include <sys/mount.h>
19816 #endif
19817 #ifdef HAVE_SYS_VFS_H
19818 # include <sys/vfs.h>
19819 #endif
19820 #ifdef HAVE_SYS_STATFS_H
19821 # include <sys/statfs.h>
19822 #endif
19825 main ()
19827 static struct statfs ac_aggr;
19828 if (ac_aggr.f_namelen)
19829 return 0;
19831 return 0;
19833 _ACEOF
19834 rm -f conftest.$ac_objext
19835 if { (ac_try="$ac_compile"
19836 case "(($ac_try" in
19837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19838 *) ac_try_echo=$ac_try;;
19839 esac
19840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19841 (eval "$ac_compile") 2>conftest.er1
19842 ac_status=$?
19843 grep -v '^ *+' conftest.er1 >conftest.err
19844 rm -f conftest.er1
19845 cat conftest.err >&5
19846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19847 (exit $ac_status); } && {
19848 test -z "$ac_c_werror_flag" ||
19849 test ! -s conftest.err
19850 } && test -s conftest.$ac_objext; then
19851 ac_cv_member_struct_statfs_f_namelen=yes
19852 else
19853 echo "$as_me: failed program was:" >&5
19854 sed 's/^/| /' conftest.$ac_ext >&5
19856 cat >conftest.$ac_ext <<_ACEOF
19857 /* confdefs.h. */
19858 _ACEOF
19859 cat confdefs.h >>conftest.$ac_ext
19860 cat >>conftest.$ac_ext <<_ACEOF
19861 /* end confdefs.h. */
19862 #include <sys/types.h>
19863 #ifdef HAVE_SYS_PARAM_H
19864 # include <sys/param.h>
19865 #endif
19866 #ifdef HAVE_SYS_MOUNT_H
19867 # include <sys/mount.h>
19868 #endif
19869 #ifdef HAVE_SYS_VFS_H
19870 # include <sys/vfs.h>
19871 #endif
19872 #ifdef HAVE_SYS_STATFS_H
19873 # include <sys/statfs.h>
19874 #endif
19877 main ()
19879 static struct statfs ac_aggr;
19880 if (sizeof ac_aggr.f_namelen)
19881 return 0;
19883 return 0;
19885 _ACEOF
19886 rm -f conftest.$ac_objext
19887 if { (ac_try="$ac_compile"
19888 case "(($ac_try" in
19889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19890 *) ac_try_echo=$ac_try;;
19891 esac
19892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19893 (eval "$ac_compile") 2>conftest.er1
19894 ac_status=$?
19895 grep -v '^ *+' conftest.er1 >conftest.err
19896 rm -f conftest.er1
19897 cat conftest.err >&5
19898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19899 (exit $ac_status); } && {
19900 test -z "$ac_c_werror_flag" ||
19901 test ! -s conftest.err
19902 } && test -s conftest.$ac_objext; then
19903 ac_cv_member_struct_statfs_f_namelen=yes
19904 else
19905 echo "$as_me: failed program was:" >&5
19906 sed 's/^/| /' conftest.$ac_ext >&5
19908 ac_cv_member_struct_statfs_f_namelen=no
19911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19916 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19917 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19918 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19920 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19922 _ACEOF
19928 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19929 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19930 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19931 echo $ECHO_N "(cached) $ECHO_C" >&6
19932 else
19933 cat >conftest.$ac_ext <<_ACEOF
19934 /* confdefs.h. */
19935 _ACEOF
19936 cat confdefs.h >>conftest.$ac_ext
19937 cat >>conftest.$ac_ext <<_ACEOF
19938 /* end confdefs.h. */
19939 #ifdef HAVE_SYS_STATVFS_H
19940 #include <sys/statvfs.h>
19941 #endif
19944 main ()
19946 static struct statvfs ac_aggr;
19947 if (ac_aggr.f_blocks)
19948 return 0;
19950 return 0;
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957 *) ac_try_echo=$ac_try;;
19958 esac
19959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19960 (eval "$ac_compile") 2>conftest.er1
19961 ac_status=$?
19962 grep -v '^ *+' conftest.er1 >conftest.err
19963 rm -f conftest.er1
19964 cat conftest.err >&5
19965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966 (exit $ac_status); } && {
19967 test -z "$ac_c_werror_flag" ||
19968 test ! -s conftest.err
19969 } && test -s conftest.$ac_objext; then
19970 ac_cv_member_struct_statvfs_f_blocks=yes
19971 else
19972 echo "$as_me: failed program was:" >&5
19973 sed 's/^/| /' conftest.$ac_ext >&5
19975 cat >conftest.$ac_ext <<_ACEOF
19976 /* confdefs.h. */
19977 _ACEOF
19978 cat confdefs.h >>conftest.$ac_ext
19979 cat >>conftest.$ac_ext <<_ACEOF
19980 /* end confdefs.h. */
19981 #ifdef HAVE_SYS_STATVFS_H
19982 #include <sys/statvfs.h>
19983 #endif
19986 main ()
19988 static struct statvfs ac_aggr;
19989 if (sizeof ac_aggr.f_blocks)
19990 return 0;
19992 return 0;
19994 _ACEOF
19995 rm -f conftest.$ac_objext
19996 if { (ac_try="$ac_compile"
19997 case "(($ac_try" in
19998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19999 *) ac_try_echo=$ac_try;;
20000 esac
20001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20002 (eval "$ac_compile") 2>conftest.er1
20003 ac_status=$?
20004 grep -v '^ *+' conftest.er1 >conftest.err
20005 rm -f conftest.er1
20006 cat conftest.err >&5
20007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008 (exit $ac_status); } && {
20009 test -z "$ac_c_werror_flag" ||
20010 test ! -s conftest.err
20011 } && test -s conftest.$ac_objext; then
20012 ac_cv_member_struct_statvfs_f_blocks=yes
20013 else
20014 echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.$ac_ext >&5
20017 ac_cv_member_struct_statvfs_f_blocks=no
20020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20026 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20027 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20031 _ACEOF
20037 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20038 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20039 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20040 echo $ECHO_N "(cached) $ECHO_C" >&6
20041 else
20042 cat >conftest.$ac_ext <<_ACEOF
20043 /* confdefs.h. */
20044 _ACEOF
20045 cat confdefs.h >>conftest.$ac_ext
20046 cat >>conftest.$ac_ext <<_ACEOF
20047 /* end confdefs.h. */
20048 #include <sys/types.h>
20049 #ifdef HAVE_SYS_SOCKET_H
20050 # include <sys/socket.h>
20051 #endif
20052 #ifdef HAVE_SYS_UN_H
20053 # include <sys/un.h>
20054 #endif
20057 main ()
20059 static struct msghdr ac_aggr;
20060 if (ac_aggr.msg_accrights)
20061 return 0;
20063 return 0;
20065 _ACEOF
20066 rm -f conftest.$ac_objext
20067 if { (ac_try="$ac_compile"
20068 case "(($ac_try" in
20069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20070 *) ac_try_echo=$ac_try;;
20071 esac
20072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20073 (eval "$ac_compile") 2>conftest.er1
20074 ac_status=$?
20075 grep -v '^ *+' conftest.er1 >conftest.err
20076 rm -f conftest.er1
20077 cat conftest.err >&5
20078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20079 (exit $ac_status); } && {
20080 test -z "$ac_c_werror_flag" ||
20081 test ! -s conftest.err
20082 } && test -s conftest.$ac_objext; then
20083 ac_cv_member_struct_msghdr_msg_accrights=yes
20084 else
20085 echo "$as_me: failed program was:" >&5
20086 sed 's/^/| /' conftest.$ac_ext >&5
20088 cat >conftest.$ac_ext <<_ACEOF
20089 /* confdefs.h. */
20090 _ACEOF
20091 cat confdefs.h >>conftest.$ac_ext
20092 cat >>conftest.$ac_ext <<_ACEOF
20093 /* end confdefs.h. */
20094 #include <sys/types.h>
20095 #ifdef HAVE_SYS_SOCKET_H
20096 # include <sys/socket.h>
20097 #endif
20098 #ifdef HAVE_SYS_UN_H
20099 # include <sys/un.h>
20100 #endif
20103 main ()
20105 static struct msghdr ac_aggr;
20106 if (sizeof ac_aggr.msg_accrights)
20107 return 0;
20109 return 0;
20111 _ACEOF
20112 rm -f conftest.$ac_objext
20113 if { (ac_try="$ac_compile"
20114 case "(($ac_try" in
20115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20116 *) ac_try_echo=$ac_try;;
20117 esac
20118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20120 ac_status=$?
20121 grep -v '^ *+' conftest.er1 >conftest.err
20122 rm -f conftest.er1
20123 cat conftest.err >&5
20124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20129 ac_cv_member_struct_msghdr_msg_accrights=yes
20130 else
20131 echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 ac_cv_member_struct_msghdr_msg_accrights=no
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20142 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20143 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20144 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20146 cat >>confdefs.h <<_ACEOF
20147 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20148 _ACEOF
20152 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20153 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20154 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20155 echo $ECHO_N "(cached) $ECHO_C" >&6
20156 else
20157 cat >conftest.$ac_ext <<_ACEOF
20158 /* confdefs.h. */
20159 _ACEOF
20160 cat confdefs.h >>conftest.$ac_ext
20161 cat >>conftest.$ac_ext <<_ACEOF
20162 /* end confdefs.h. */
20163 #include <sys/types.h>
20164 #ifdef HAVE_SYS_SOCKET_H
20165 # include <sys/socket.h>
20166 #endif
20167 #ifdef HAVE_SYS_UN_H
20168 # include <sys/un.h>
20169 #endif
20172 main ()
20174 static struct sockaddr ac_aggr;
20175 if (ac_aggr.sa_len)
20176 return 0;
20178 return 0;
20180 _ACEOF
20181 rm -f conftest.$ac_objext
20182 if { (ac_try="$ac_compile"
20183 case "(($ac_try" in
20184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20185 *) ac_try_echo=$ac_try;;
20186 esac
20187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20188 (eval "$ac_compile") 2>conftest.er1
20189 ac_status=$?
20190 grep -v '^ *+' conftest.er1 >conftest.err
20191 rm -f conftest.er1
20192 cat conftest.err >&5
20193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20194 (exit $ac_status); } && {
20195 test -z "$ac_c_werror_flag" ||
20196 test ! -s conftest.err
20197 } && test -s conftest.$ac_objext; then
20198 ac_cv_member_struct_sockaddr_sa_len=yes
20199 else
20200 echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5
20203 cat >conftest.$ac_ext <<_ACEOF
20204 /* confdefs.h. */
20205 _ACEOF
20206 cat confdefs.h >>conftest.$ac_ext
20207 cat >>conftest.$ac_ext <<_ACEOF
20208 /* end confdefs.h. */
20209 #include <sys/types.h>
20210 #ifdef HAVE_SYS_SOCKET_H
20211 # include <sys/socket.h>
20212 #endif
20213 #ifdef HAVE_SYS_UN_H
20214 # include <sys/un.h>
20215 #endif
20218 main ()
20220 static struct sockaddr ac_aggr;
20221 if (sizeof ac_aggr.sa_len)
20222 return 0;
20224 return 0;
20226 _ACEOF
20227 rm -f conftest.$ac_objext
20228 if { (ac_try="$ac_compile"
20229 case "(($ac_try" in
20230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20231 *) ac_try_echo=$ac_try;;
20232 esac
20233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20234 (eval "$ac_compile") 2>conftest.er1
20235 ac_status=$?
20236 grep -v '^ *+' conftest.er1 >conftest.err
20237 rm -f conftest.er1
20238 cat conftest.err >&5
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); } && {
20241 test -z "$ac_c_werror_flag" ||
20242 test ! -s conftest.err
20243 } && test -s conftest.$ac_objext; then
20244 ac_cv_member_struct_sockaddr_sa_len=yes
20245 else
20246 echo "$as_me: failed program was:" >&5
20247 sed 's/^/| /' conftest.$ac_ext >&5
20249 ac_cv_member_struct_sockaddr_sa_len=no
20252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20257 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20258 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20259 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20261 cat >>confdefs.h <<_ACEOF
20262 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20263 _ACEOF
20267 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20268 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20269 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20270 echo $ECHO_N "(cached) $ECHO_C" >&6
20271 else
20272 cat >conftest.$ac_ext <<_ACEOF
20273 /* confdefs.h. */
20274 _ACEOF
20275 cat confdefs.h >>conftest.$ac_ext
20276 cat >>conftest.$ac_ext <<_ACEOF
20277 /* end confdefs.h. */
20278 #include <sys/types.h>
20279 #ifdef HAVE_SYS_SOCKET_H
20280 # include <sys/socket.h>
20281 #endif
20282 #ifdef HAVE_SYS_UN_H
20283 # include <sys/un.h>
20284 #endif
20287 main ()
20289 static struct sockaddr_un ac_aggr;
20290 if (ac_aggr.sun_len)
20291 return 0;
20293 return 0;
20295 _ACEOF
20296 rm -f conftest.$ac_objext
20297 if { (ac_try="$ac_compile"
20298 case "(($ac_try" in
20299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20300 *) ac_try_echo=$ac_try;;
20301 esac
20302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20303 (eval "$ac_compile") 2>conftest.er1
20304 ac_status=$?
20305 grep -v '^ *+' conftest.er1 >conftest.err
20306 rm -f conftest.er1
20307 cat conftest.err >&5
20308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20309 (exit $ac_status); } && {
20310 test -z "$ac_c_werror_flag" ||
20311 test ! -s conftest.err
20312 } && test -s conftest.$ac_objext; then
20313 ac_cv_member_struct_sockaddr_un_sun_len=yes
20314 else
20315 echo "$as_me: failed program was:" >&5
20316 sed 's/^/| /' conftest.$ac_ext >&5
20318 cat >conftest.$ac_ext <<_ACEOF
20319 /* confdefs.h. */
20320 _ACEOF
20321 cat confdefs.h >>conftest.$ac_ext
20322 cat >>conftest.$ac_ext <<_ACEOF
20323 /* end confdefs.h. */
20324 #include <sys/types.h>
20325 #ifdef HAVE_SYS_SOCKET_H
20326 # include <sys/socket.h>
20327 #endif
20328 #ifdef HAVE_SYS_UN_H
20329 # include <sys/un.h>
20330 #endif
20333 main ()
20335 static struct sockaddr_un ac_aggr;
20336 if (sizeof ac_aggr.sun_len)
20337 return 0;
20339 return 0;
20341 _ACEOF
20342 rm -f conftest.$ac_objext
20343 if { (ac_try="$ac_compile"
20344 case "(($ac_try" in
20345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20346 *) ac_try_echo=$ac_try;;
20347 esac
20348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20349 (eval "$ac_compile") 2>conftest.er1
20350 ac_status=$?
20351 grep -v '^ *+' conftest.er1 >conftest.err
20352 rm -f conftest.er1
20353 cat conftest.err >&5
20354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20355 (exit $ac_status); } && {
20356 test -z "$ac_c_werror_flag" ||
20357 test ! -s conftest.err
20358 } && test -s conftest.$ac_objext; then
20359 ac_cv_member_struct_sockaddr_un_sun_len=yes
20360 else
20361 echo "$as_me: failed program was:" >&5
20362 sed 's/^/| /' conftest.$ac_ext >&5
20364 ac_cv_member_struct_sockaddr_un_sun_len=no
20367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20372 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20373 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20374 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20376 cat >>confdefs.h <<_ACEOF
20377 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20378 _ACEOF
20384 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20385 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20386 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20387 echo $ECHO_N "(cached) $ECHO_C" >&6
20388 else
20389 cat >conftest.$ac_ext <<_ACEOF
20390 /* confdefs.h. */
20391 _ACEOF
20392 cat confdefs.h >>conftest.$ac_ext
20393 cat >>conftest.$ac_ext <<_ACEOF
20394 /* end confdefs.h. */
20395 #include <sys/types.h>
20396 #ifdef HAVE_SCSI_SG_H
20397 #include <scsi/sg.h>
20398 #endif
20401 main ()
20403 static scsireq_t ac_aggr;
20404 if (ac_aggr.cmd)
20405 return 0;
20407 return 0;
20409 _ACEOF
20410 rm -f conftest.$ac_objext
20411 if { (ac_try="$ac_compile"
20412 case "(($ac_try" in
20413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20414 *) ac_try_echo=$ac_try;;
20415 esac
20416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20417 (eval "$ac_compile") 2>conftest.er1
20418 ac_status=$?
20419 grep -v '^ *+' conftest.er1 >conftest.err
20420 rm -f conftest.er1
20421 cat conftest.err >&5
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); } && {
20424 test -z "$ac_c_werror_flag" ||
20425 test ! -s conftest.err
20426 } && test -s conftest.$ac_objext; then
20427 ac_cv_member_scsireq_t_cmd=yes
20428 else
20429 echo "$as_me: failed program was:" >&5
20430 sed 's/^/| /' conftest.$ac_ext >&5
20432 cat >conftest.$ac_ext <<_ACEOF
20433 /* confdefs.h. */
20434 _ACEOF
20435 cat confdefs.h >>conftest.$ac_ext
20436 cat >>conftest.$ac_ext <<_ACEOF
20437 /* end confdefs.h. */
20438 #include <sys/types.h>
20439 #ifdef HAVE_SCSI_SG_H
20440 #include <scsi/sg.h>
20441 #endif
20444 main ()
20446 static scsireq_t ac_aggr;
20447 if (sizeof ac_aggr.cmd)
20448 return 0;
20450 return 0;
20452 _ACEOF
20453 rm -f conftest.$ac_objext
20454 if { (ac_try="$ac_compile"
20455 case "(($ac_try" in
20456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20457 *) ac_try_echo=$ac_try;;
20458 esac
20459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20460 (eval "$ac_compile") 2>conftest.er1
20461 ac_status=$?
20462 grep -v '^ *+' conftest.er1 >conftest.err
20463 rm -f conftest.er1
20464 cat conftest.err >&5
20465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20466 (exit $ac_status); } && {
20467 test -z "$ac_c_werror_flag" ||
20468 test ! -s conftest.err
20469 } && test -s conftest.$ac_objext; then
20470 ac_cv_member_scsireq_t_cmd=yes
20471 else
20472 echo "$as_me: failed program was:" >&5
20473 sed 's/^/| /' conftest.$ac_ext >&5
20475 ac_cv_member_scsireq_t_cmd=no
20478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20483 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20484 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20485 if test $ac_cv_member_scsireq_t_cmd = yes; then
20487 cat >>confdefs.h <<_ACEOF
20488 #define HAVE_SCSIREQ_T_CMD 1
20489 _ACEOF
20493 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20494 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20495 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20496 echo $ECHO_N "(cached) $ECHO_C" >&6
20497 else
20498 cat >conftest.$ac_ext <<_ACEOF
20499 /* confdefs.h. */
20500 _ACEOF
20501 cat confdefs.h >>conftest.$ac_ext
20502 cat >>conftest.$ac_ext <<_ACEOF
20503 /* end confdefs.h. */
20504 #include <sys/types.h>
20505 #ifdef HAVE_SCSI_SG_H
20506 #include <scsi/sg.h>
20507 #endif
20510 main ()
20512 static sg_io_hdr_t ac_aggr;
20513 if (ac_aggr.interface_id)
20514 return 0;
20516 return 0;
20518 _ACEOF
20519 rm -f conftest.$ac_objext
20520 if { (ac_try="$ac_compile"
20521 case "(($ac_try" in
20522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20523 *) ac_try_echo=$ac_try;;
20524 esac
20525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20526 (eval "$ac_compile") 2>conftest.er1
20527 ac_status=$?
20528 grep -v '^ *+' conftest.er1 >conftest.err
20529 rm -f conftest.er1
20530 cat conftest.err >&5
20531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532 (exit $ac_status); } && {
20533 test -z "$ac_c_werror_flag" ||
20534 test ! -s conftest.err
20535 } && test -s conftest.$ac_objext; then
20536 ac_cv_member_sg_io_hdr_t_interface_id=yes
20537 else
20538 echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20541 cat >conftest.$ac_ext <<_ACEOF
20542 /* confdefs.h. */
20543 _ACEOF
20544 cat confdefs.h >>conftest.$ac_ext
20545 cat >>conftest.$ac_ext <<_ACEOF
20546 /* end confdefs.h. */
20547 #include <sys/types.h>
20548 #ifdef HAVE_SCSI_SG_H
20549 #include <scsi/sg.h>
20550 #endif
20553 main ()
20555 static sg_io_hdr_t ac_aggr;
20556 if (sizeof ac_aggr.interface_id)
20557 return 0;
20559 return 0;
20561 _ACEOF
20562 rm -f conftest.$ac_objext
20563 if { (ac_try="$ac_compile"
20564 case "(($ac_try" in
20565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20566 *) ac_try_echo=$ac_try;;
20567 esac
20568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20569 (eval "$ac_compile") 2>conftest.er1
20570 ac_status=$?
20571 grep -v '^ *+' conftest.er1 >conftest.err
20572 rm -f conftest.er1
20573 cat conftest.err >&5
20574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20575 (exit $ac_status); } && {
20576 test -z "$ac_c_werror_flag" ||
20577 test ! -s conftest.err
20578 } && test -s conftest.$ac_objext; then
20579 ac_cv_member_sg_io_hdr_t_interface_id=yes
20580 else
20581 echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20584 ac_cv_member_sg_io_hdr_t_interface_id=no
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20592 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20593 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20594 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20596 cat >>confdefs.h <<_ACEOF
20597 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20598 _ACEOF
20604 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20605 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20606 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20607 echo $ECHO_N "(cached) $ECHO_C" >&6
20608 else
20609 cat >conftest.$ac_ext <<_ACEOF
20610 /* confdefs.h. */
20611 _ACEOF
20612 cat confdefs.h >>conftest.$ac_ext
20613 cat >>conftest.$ac_ext <<_ACEOF
20614 /* end confdefs.h. */
20615 #include <signal.h>
20618 main ()
20620 static siginfo_t ac_aggr;
20621 if (ac_aggr.si_fd)
20622 return 0;
20624 return 0;
20626 _ACEOF
20627 rm -f conftest.$ac_objext
20628 if { (ac_try="$ac_compile"
20629 case "(($ac_try" in
20630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20631 *) ac_try_echo=$ac_try;;
20632 esac
20633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20634 (eval "$ac_compile") 2>conftest.er1
20635 ac_status=$?
20636 grep -v '^ *+' conftest.er1 >conftest.err
20637 rm -f conftest.er1
20638 cat conftest.err >&5
20639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); } && {
20641 test -z "$ac_c_werror_flag" ||
20642 test ! -s conftest.err
20643 } && test -s conftest.$ac_objext; then
20644 ac_cv_member_siginfo_t_si_fd=yes
20645 else
20646 echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.$ac_ext >&5
20649 cat >conftest.$ac_ext <<_ACEOF
20650 /* confdefs.h. */
20651 _ACEOF
20652 cat confdefs.h >>conftest.$ac_ext
20653 cat >>conftest.$ac_ext <<_ACEOF
20654 /* end confdefs.h. */
20655 #include <signal.h>
20658 main ()
20660 static siginfo_t ac_aggr;
20661 if (sizeof ac_aggr.si_fd)
20662 return 0;
20664 return 0;
20666 _ACEOF
20667 rm -f conftest.$ac_objext
20668 if { (ac_try="$ac_compile"
20669 case "(($ac_try" in
20670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671 *) ac_try_echo=$ac_try;;
20672 esac
20673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20674 (eval "$ac_compile") 2>conftest.er1
20675 ac_status=$?
20676 grep -v '^ *+' conftest.er1 >conftest.err
20677 rm -f conftest.er1
20678 cat conftest.err >&5
20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); } && {
20681 test -z "$ac_c_werror_flag" ||
20682 test ! -s conftest.err
20683 } && test -s conftest.$ac_objext; then
20684 ac_cv_member_siginfo_t_si_fd=yes
20685 else
20686 echo "$as_me: failed program was:" >&5
20687 sed 's/^/| /' conftest.$ac_ext >&5
20689 ac_cv_member_siginfo_t_si_fd=no
20692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20697 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20698 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20699 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20701 cat >>confdefs.h <<_ACEOF
20702 #define HAVE_SIGINFO_T_SI_FD 1
20703 _ACEOF
20709 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20710 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20711 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20712 echo $ECHO_N "(cached) $ECHO_C" >&6
20713 else
20714 cat >conftest.$ac_ext <<_ACEOF
20715 /* confdefs.h. */
20716 _ACEOF
20717 cat confdefs.h >>conftest.$ac_ext
20718 cat >>conftest.$ac_ext <<_ACEOF
20719 /* end confdefs.h. */
20720 #include <sys/types.h>
20721 #ifdef HAVE_SYS_MTIO_H
20722 #include <sys/mtio.h>
20723 #endif
20726 main ()
20728 static struct mtget ac_aggr;
20729 if (ac_aggr.mt_blksiz)
20730 return 0;
20732 return 0;
20734 _ACEOF
20735 rm -f conftest.$ac_objext
20736 if { (ac_try="$ac_compile"
20737 case "(($ac_try" in
20738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20739 *) ac_try_echo=$ac_try;;
20740 esac
20741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20742 (eval "$ac_compile") 2>conftest.er1
20743 ac_status=$?
20744 grep -v '^ *+' conftest.er1 >conftest.err
20745 rm -f conftest.er1
20746 cat conftest.err >&5
20747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748 (exit $ac_status); } && {
20749 test -z "$ac_c_werror_flag" ||
20750 test ! -s conftest.err
20751 } && test -s conftest.$ac_objext; then
20752 ac_cv_member_struct_mtget_mt_blksiz=yes
20753 else
20754 echo "$as_me: failed program was:" >&5
20755 sed 's/^/| /' conftest.$ac_ext >&5
20757 cat >conftest.$ac_ext <<_ACEOF
20758 /* confdefs.h. */
20759 _ACEOF
20760 cat confdefs.h >>conftest.$ac_ext
20761 cat >>conftest.$ac_ext <<_ACEOF
20762 /* end confdefs.h. */
20763 #include <sys/types.h>
20764 #ifdef HAVE_SYS_MTIO_H
20765 #include <sys/mtio.h>
20766 #endif
20769 main ()
20771 static struct mtget ac_aggr;
20772 if (sizeof ac_aggr.mt_blksiz)
20773 return 0;
20775 return 0;
20777 _ACEOF
20778 rm -f conftest.$ac_objext
20779 if { (ac_try="$ac_compile"
20780 case "(($ac_try" in
20781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20782 *) ac_try_echo=$ac_try;;
20783 esac
20784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20785 (eval "$ac_compile") 2>conftest.er1
20786 ac_status=$?
20787 grep -v '^ *+' conftest.er1 >conftest.err
20788 rm -f conftest.er1
20789 cat conftest.err >&5
20790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20791 (exit $ac_status); } && {
20792 test -z "$ac_c_werror_flag" ||
20793 test ! -s conftest.err
20794 } && test -s conftest.$ac_objext; then
20795 ac_cv_member_struct_mtget_mt_blksiz=yes
20796 else
20797 echo "$as_me: failed program was:" >&5
20798 sed 's/^/| /' conftest.$ac_ext >&5
20800 ac_cv_member_struct_mtget_mt_blksiz=no
20803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20808 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20809 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20810 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20812 cat >>confdefs.h <<_ACEOF
20813 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20814 _ACEOF
20818 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20819 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20820 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20821 echo $ECHO_N "(cached) $ECHO_C" >&6
20822 else
20823 cat >conftest.$ac_ext <<_ACEOF
20824 /* confdefs.h. */
20825 _ACEOF
20826 cat confdefs.h >>conftest.$ac_ext
20827 cat >>conftest.$ac_ext <<_ACEOF
20828 /* end confdefs.h. */
20829 #include <sys/types.h>
20830 #ifdef HAVE_SYS_MTIO_H
20831 #include <sys/mtio.h>
20832 #endif
20835 main ()
20837 static struct mtget ac_aggr;
20838 if (ac_aggr.mt_gstat)
20839 return 0;
20841 return 0;
20843 _ACEOF
20844 rm -f conftest.$ac_objext
20845 if { (ac_try="$ac_compile"
20846 case "(($ac_try" in
20847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20848 *) ac_try_echo=$ac_try;;
20849 esac
20850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20851 (eval "$ac_compile") 2>conftest.er1
20852 ac_status=$?
20853 grep -v '^ *+' conftest.er1 >conftest.err
20854 rm -f conftest.er1
20855 cat conftest.err >&5
20856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20857 (exit $ac_status); } && {
20858 test -z "$ac_c_werror_flag" ||
20859 test ! -s conftest.err
20860 } && test -s conftest.$ac_objext; then
20861 ac_cv_member_struct_mtget_mt_gstat=yes
20862 else
20863 echo "$as_me: failed program was:" >&5
20864 sed 's/^/| /' conftest.$ac_ext >&5
20866 cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h. */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20872 #include <sys/types.h>
20873 #ifdef HAVE_SYS_MTIO_H
20874 #include <sys/mtio.h>
20875 #endif
20878 main ()
20880 static struct mtget ac_aggr;
20881 if (sizeof ac_aggr.mt_gstat)
20882 return 0;
20884 return 0;
20886 _ACEOF
20887 rm -f conftest.$ac_objext
20888 if { (ac_try="$ac_compile"
20889 case "(($ac_try" in
20890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20891 *) ac_try_echo=$ac_try;;
20892 esac
20893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20894 (eval "$ac_compile") 2>conftest.er1
20895 ac_status=$?
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
20899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } && {
20901 test -z "$ac_c_werror_flag" ||
20902 test ! -s conftest.err
20903 } && test -s conftest.$ac_objext; then
20904 ac_cv_member_struct_mtget_mt_gstat=yes
20905 else
20906 echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20909 ac_cv_member_struct_mtget_mt_gstat=no
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20918 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20919 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20921 cat >>confdefs.h <<_ACEOF
20922 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20923 _ACEOF
20927 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20928 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20929 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20930 echo $ECHO_N "(cached) $ECHO_C" >&6
20931 else
20932 cat >conftest.$ac_ext <<_ACEOF
20933 /* confdefs.h. */
20934 _ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #include <sys/types.h>
20939 #ifdef HAVE_SYS_MTIO_H
20940 #include <sys/mtio.h>
20941 #endif
20944 main ()
20946 static struct mtget ac_aggr;
20947 if (ac_aggr.mt_blkno)
20948 return 0;
20950 return 0;
20952 _ACEOF
20953 rm -f conftest.$ac_objext
20954 if { (ac_try="$ac_compile"
20955 case "(($ac_try" in
20956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20957 *) ac_try_echo=$ac_try;;
20958 esac
20959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20960 (eval "$ac_compile") 2>conftest.er1
20961 ac_status=$?
20962 grep -v '^ *+' conftest.er1 >conftest.err
20963 rm -f conftest.er1
20964 cat conftest.err >&5
20965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20966 (exit $ac_status); } && {
20967 test -z "$ac_c_werror_flag" ||
20968 test ! -s conftest.err
20969 } && test -s conftest.$ac_objext; then
20970 ac_cv_member_struct_mtget_mt_blkno=yes
20971 else
20972 echo "$as_me: failed program was:" >&5
20973 sed 's/^/| /' conftest.$ac_ext >&5
20975 cat >conftest.$ac_ext <<_ACEOF
20976 /* confdefs.h. */
20977 _ACEOF
20978 cat confdefs.h >>conftest.$ac_ext
20979 cat >>conftest.$ac_ext <<_ACEOF
20980 /* end confdefs.h. */
20981 #include <sys/types.h>
20982 #ifdef HAVE_SYS_MTIO_H
20983 #include <sys/mtio.h>
20984 #endif
20987 main ()
20989 static struct mtget ac_aggr;
20990 if (sizeof ac_aggr.mt_blkno)
20991 return 0;
20993 return 0;
20995 _ACEOF
20996 rm -f conftest.$ac_objext
20997 if { (ac_try="$ac_compile"
20998 case "(($ac_try" in
20999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21000 *) ac_try_echo=$ac_try;;
21001 esac
21002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21004 ac_status=$?
21005 grep -v '^ *+' conftest.er1 >conftest.err
21006 rm -f conftest.er1
21007 cat conftest.err >&5
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.$ac_objext; then
21013 ac_cv_member_struct_mtget_mt_blkno=yes
21014 else
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.$ac_ext >&5
21018 ac_cv_member_struct_mtget_mt_blkno=no
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21027 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21028 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21030 cat >>confdefs.h <<_ACEOF
21031 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21032 _ACEOF
21038 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21039 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21040 if test "${ac_cv_member_struct_option_name+set}" = set; then
21041 echo $ECHO_N "(cached) $ECHO_C" >&6
21042 else
21043 cat >conftest.$ac_ext <<_ACEOF
21044 /* confdefs.h. */
21045 _ACEOF
21046 cat confdefs.h >>conftest.$ac_ext
21047 cat >>conftest.$ac_ext <<_ACEOF
21048 /* end confdefs.h. */
21049 #ifdef HAVE_GETOPT_H
21050 #include <getopt.h>
21051 #endif
21054 main ()
21056 static struct option ac_aggr;
21057 if (ac_aggr.name)
21058 return 0;
21060 return 0;
21062 _ACEOF
21063 rm -f conftest.$ac_objext
21064 if { (ac_try="$ac_compile"
21065 case "(($ac_try" in
21066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21067 *) ac_try_echo=$ac_try;;
21068 esac
21069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21070 (eval "$ac_compile") 2>conftest.er1
21071 ac_status=$?
21072 grep -v '^ *+' conftest.er1 >conftest.err
21073 rm -f conftest.er1
21074 cat conftest.err >&5
21075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); } && {
21077 test -z "$ac_c_werror_flag" ||
21078 test ! -s conftest.err
21079 } && test -s conftest.$ac_objext; then
21080 ac_cv_member_struct_option_name=yes
21081 else
21082 echo "$as_me: failed program was:" >&5
21083 sed 's/^/| /' conftest.$ac_ext >&5
21085 cat >conftest.$ac_ext <<_ACEOF
21086 /* confdefs.h. */
21087 _ACEOF
21088 cat confdefs.h >>conftest.$ac_ext
21089 cat >>conftest.$ac_ext <<_ACEOF
21090 /* end confdefs.h. */
21091 #ifdef HAVE_GETOPT_H
21092 #include <getopt.h>
21093 #endif
21096 main ()
21098 static struct option ac_aggr;
21099 if (sizeof ac_aggr.name)
21100 return 0;
21102 return 0;
21104 _ACEOF
21105 rm -f conftest.$ac_objext
21106 if { (ac_try="$ac_compile"
21107 case "(($ac_try" in
21108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21109 *) ac_try_echo=$ac_try;;
21110 esac
21111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21112 (eval "$ac_compile") 2>conftest.er1
21113 ac_status=$?
21114 grep -v '^ *+' conftest.er1 >conftest.err
21115 rm -f conftest.er1
21116 cat conftest.err >&5
21117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21118 (exit $ac_status); } && {
21119 test -z "$ac_c_werror_flag" ||
21120 test ! -s conftest.err
21121 } && test -s conftest.$ac_objext; then
21122 ac_cv_member_struct_option_name=yes
21123 else
21124 echo "$as_me: failed program was:" >&5
21125 sed 's/^/| /' conftest.$ac_ext >&5
21127 ac_cv_member_struct_option_name=no
21130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21135 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21136 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21137 if test $ac_cv_member_struct_option_name = yes; then
21139 cat >>confdefs.h <<_ACEOF
21140 #define HAVE_STRUCT_OPTION_NAME 1
21141 _ACEOF
21147 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21148 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21149 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21150 echo $ECHO_N "(cached) $ECHO_C" >&6
21151 else
21152 cat >conftest.$ac_ext <<_ACEOF
21153 /* confdefs.h. */
21154 _ACEOF
21155 cat confdefs.h >>conftest.$ac_ext
21156 cat >>conftest.$ac_ext <<_ACEOF
21157 /* end confdefs.h. */
21158 $ac_includes_default
21160 main ()
21162 static struct stat ac_aggr;
21163 if (ac_aggr.st_blocks)
21164 return 0;
21166 return 0;
21168 _ACEOF
21169 rm -f conftest.$ac_objext
21170 if { (ac_try="$ac_compile"
21171 case "(($ac_try" in
21172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21173 *) ac_try_echo=$ac_try;;
21174 esac
21175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21176 (eval "$ac_compile") 2>conftest.er1
21177 ac_status=$?
21178 grep -v '^ *+' conftest.er1 >conftest.err
21179 rm -f conftest.er1
21180 cat conftest.err >&5
21181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21182 (exit $ac_status); } && {
21183 test -z "$ac_c_werror_flag" ||
21184 test ! -s conftest.err
21185 } && test -s conftest.$ac_objext; then
21186 ac_cv_member_struct_stat_st_blocks=yes
21187 else
21188 echo "$as_me: failed program was:" >&5
21189 sed 's/^/| /' conftest.$ac_ext >&5
21191 cat >conftest.$ac_ext <<_ACEOF
21192 /* confdefs.h. */
21193 _ACEOF
21194 cat confdefs.h >>conftest.$ac_ext
21195 cat >>conftest.$ac_ext <<_ACEOF
21196 /* end confdefs.h. */
21197 $ac_includes_default
21199 main ()
21201 static struct stat ac_aggr;
21202 if (sizeof ac_aggr.st_blocks)
21203 return 0;
21205 return 0;
21207 _ACEOF
21208 rm -f conftest.$ac_objext
21209 if { (ac_try="$ac_compile"
21210 case "(($ac_try" in
21211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21212 *) ac_try_echo=$ac_try;;
21213 esac
21214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21215 (eval "$ac_compile") 2>conftest.er1
21216 ac_status=$?
21217 grep -v '^ *+' conftest.er1 >conftest.err
21218 rm -f conftest.er1
21219 cat conftest.err >&5
21220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21221 (exit $ac_status); } && {
21222 test -z "$ac_c_werror_flag" ||
21223 test ! -s conftest.err
21224 } && test -s conftest.$ac_objext; then
21225 ac_cv_member_struct_stat_st_blocks=yes
21226 else
21227 echo "$as_me: failed program was:" >&5
21228 sed 's/^/| /' conftest.$ac_ext >&5
21230 ac_cv_member_struct_stat_st_blocks=no
21233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21238 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21239 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21240 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21242 cat >>confdefs.h <<_ACEOF
21243 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21244 _ACEOF
21248 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21249 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21250 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21251 echo $ECHO_N "(cached) $ECHO_C" >&6
21252 else
21253 cat >conftest.$ac_ext <<_ACEOF
21254 /* confdefs.h. */
21255 _ACEOF
21256 cat confdefs.h >>conftest.$ac_ext
21257 cat >>conftest.$ac_ext <<_ACEOF
21258 /* end confdefs.h. */
21259 $ac_includes_default
21261 main ()
21263 static struct stat ac_aggr;
21264 if (ac_aggr.st_mtim)
21265 return 0;
21267 return 0;
21269 _ACEOF
21270 rm -f conftest.$ac_objext
21271 if { (ac_try="$ac_compile"
21272 case "(($ac_try" in
21273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21274 *) ac_try_echo=$ac_try;;
21275 esac
21276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21277 (eval "$ac_compile") 2>conftest.er1
21278 ac_status=$?
21279 grep -v '^ *+' conftest.er1 >conftest.err
21280 rm -f conftest.er1
21281 cat conftest.err >&5
21282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21283 (exit $ac_status); } && {
21284 test -z "$ac_c_werror_flag" ||
21285 test ! -s conftest.err
21286 } && test -s conftest.$ac_objext; then
21287 ac_cv_member_struct_stat_st_mtim=yes
21288 else
21289 echo "$as_me: failed program was:" >&5
21290 sed 's/^/| /' conftest.$ac_ext >&5
21292 cat >conftest.$ac_ext <<_ACEOF
21293 /* confdefs.h. */
21294 _ACEOF
21295 cat confdefs.h >>conftest.$ac_ext
21296 cat >>conftest.$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298 $ac_includes_default
21300 main ()
21302 static struct stat ac_aggr;
21303 if (sizeof ac_aggr.st_mtim)
21304 return 0;
21306 return 0;
21308 _ACEOF
21309 rm -f conftest.$ac_objext
21310 if { (ac_try="$ac_compile"
21311 case "(($ac_try" in
21312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21313 *) ac_try_echo=$ac_try;;
21314 esac
21315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21316 (eval "$ac_compile") 2>conftest.er1
21317 ac_status=$?
21318 grep -v '^ *+' conftest.er1 >conftest.err
21319 rm -f conftest.er1
21320 cat conftest.err >&5
21321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21322 (exit $ac_status); } && {
21323 test -z "$ac_c_werror_flag" ||
21324 test ! -s conftest.err
21325 } && test -s conftest.$ac_objext; then
21326 ac_cv_member_struct_stat_st_mtim=yes
21327 else
21328 echo "$as_me: failed program was:" >&5
21329 sed 's/^/| /' conftest.$ac_ext >&5
21331 ac_cv_member_struct_stat_st_mtim=no
21334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21339 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21340 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21341 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21343 cat >>confdefs.h <<_ACEOF
21344 #define HAVE_STRUCT_STAT_ST_MTIM 1
21345 _ACEOF
21349 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21350 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21351 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21352 echo $ECHO_N "(cached) $ECHO_C" >&6
21353 else
21354 cat >conftest.$ac_ext <<_ACEOF
21355 /* confdefs.h. */
21356 _ACEOF
21357 cat confdefs.h >>conftest.$ac_ext
21358 cat >>conftest.$ac_ext <<_ACEOF
21359 /* end confdefs.h. */
21360 $ac_includes_default
21362 main ()
21364 static struct stat ac_aggr;
21365 if (ac_aggr.st_ctim)
21366 return 0;
21368 return 0;
21370 _ACEOF
21371 rm -f conftest.$ac_objext
21372 if { (ac_try="$ac_compile"
21373 case "(($ac_try" in
21374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21375 *) ac_try_echo=$ac_try;;
21376 esac
21377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21378 (eval "$ac_compile") 2>conftest.er1
21379 ac_status=$?
21380 grep -v '^ *+' conftest.er1 >conftest.err
21381 rm -f conftest.er1
21382 cat conftest.err >&5
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } && {
21385 test -z "$ac_c_werror_flag" ||
21386 test ! -s conftest.err
21387 } && test -s conftest.$ac_objext; then
21388 ac_cv_member_struct_stat_st_ctim=yes
21389 else
21390 echo "$as_me: failed program was:" >&5
21391 sed 's/^/| /' conftest.$ac_ext >&5
21393 cat >conftest.$ac_ext <<_ACEOF
21394 /* confdefs.h. */
21395 _ACEOF
21396 cat confdefs.h >>conftest.$ac_ext
21397 cat >>conftest.$ac_ext <<_ACEOF
21398 /* end confdefs.h. */
21399 $ac_includes_default
21401 main ()
21403 static struct stat ac_aggr;
21404 if (sizeof ac_aggr.st_ctim)
21405 return 0;
21407 return 0;
21409 _ACEOF
21410 rm -f conftest.$ac_objext
21411 if { (ac_try="$ac_compile"
21412 case "(($ac_try" in
21413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21414 *) ac_try_echo=$ac_try;;
21415 esac
21416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21417 (eval "$ac_compile") 2>conftest.er1
21418 ac_status=$?
21419 grep -v '^ *+' conftest.er1 >conftest.err
21420 rm -f conftest.er1
21421 cat conftest.err >&5
21422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); } && {
21424 test -z "$ac_c_werror_flag" ||
21425 test ! -s conftest.err
21426 } && test -s conftest.$ac_objext; then
21427 ac_cv_member_struct_stat_st_ctim=yes
21428 else
21429 echo "$as_me: failed program was:" >&5
21430 sed 's/^/| /' conftest.$ac_ext >&5
21432 ac_cv_member_struct_stat_st_ctim=no
21435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21440 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21441 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21442 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21444 cat >>confdefs.h <<_ACEOF
21445 #define HAVE_STRUCT_STAT_ST_CTIM 1
21446 _ACEOF
21450 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21451 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21452 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21453 echo $ECHO_N "(cached) $ECHO_C" >&6
21454 else
21455 cat >conftest.$ac_ext <<_ACEOF
21456 /* confdefs.h. */
21457 _ACEOF
21458 cat confdefs.h >>conftest.$ac_ext
21459 cat >>conftest.$ac_ext <<_ACEOF
21460 /* end confdefs.h. */
21461 $ac_includes_default
21463 main ()
21465 static struct stat ac_aggr;
21466 if (ac_aggr.st_atim)
21467 return 0;
21469 return 0;
21471 _ACEOF
21472 rm -f conftest.$ac_objext
21473 if { (ac_try="$ac_compile"
21474 case "(($ac_try" in
21475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21476 *) ac_try_echo=$ac_try;;
21477 esac
21478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21479 (eval "$ac_compile") 2>conftest.er1
21480 ac_status=$?
21481 grep -v '^ *+' conftest.er1 >conftest.err
21482 rm -f conftest.er1
21483 cat conftest.err >&5
21484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21485 (exit $ac_status); } && {
21486 test -z "$ac_c_werror_flag" ||
21487 test ! -s conftest.err
21488 } && test -s conftest.$ac_objext; then
21489 ac_cv_member_struct_stat_st_atim=yes
21490 else
21491 echo "$as_me: failed program was:" >&5
21492 sed 's/^/| /' conftest.$ac_ext >&5
21494 cat >conftest.$ac_ext <<_ACEOF
21495 /* confdefs.h. */
21496 _ACEOF
21497 cat confdefs.h >>conftest.$ac_ext
21498 cat >>conftest.$ac_ext <<_ACEOF
21499 /* end confdefs.h. */
21500 $ac_includes_default
21502 main ()
21504 static struct stat ac_aggr;
21505 if (sizeof ac_aggr.st_atim)
21506 return 0;
21508 return 0;
21510 _ACEOF
21511 rm -f conftest.$ac_objext
21512 if { (ac_try="$ac_compile"
21513 case "(($ac_try" in
21514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21515 *) ac_try_echo=$ac_try;;
21516 esac
21517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21518 (eval "$ac_compile") 2>conftest.er1
21519 ac_status=$?
21520 grep -v '^ *+' conftest.er1 >conftest.err
21521 rm -f conftest.er1
21522 cat conftest.err >&5
21523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21524 (exit $ac_status); } && {
21525 test -z "$ac_c_werror_flag" ||
21526 test ! -s conftest.err
21527 } && test -s conftest.$ac_objext; then
21528 ac_cv_member_struct_stat_st_atim=yes
21529 else
21530 echo "$as_me: failed program was:" >&5
21531 sed 's/^/| /' conftest.$ac_ext >&5
21533 ac_cv_member_struct_stat_st_atim=no
21536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21541 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21542 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21543 if test $ac_cv_member_struct_stat_st_atim = yes; then
21545 cat >>confdefs.h <<_ACEOF
21546 #define HAVE_STRUCT_STAT_ST_ATIM 1
21547 _ACEOF
21553 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21554 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21555 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21556 echo $ECHO_N "(cached) $ECHO_C" >&6
21557 else
21558 cat >conftest.$ac_ext <<_ACEOF
21559 /* confdefs.h. */
21560 _ACEOF
21561 cat confdefs.h >>conftest.$ac_ext
21562 cat >>conftest.$ac_ext <<_ACEOF
21563 /* end confdefs.h. */
21564 #ifdef HAVE_SYS_TYPES_H
21565 #include <sys/types.h>
21566 #endif
21567 #ifdef HAVE_NETINET_IN_H
21568 #include <netinet/in.h>
21569 #endif
21572 main ()
21574 static struct sockaddr_in6 ac_aggr;
21575 if (ac_aggr.sin6_scope_id)
21576 return 0;
21578 return 0;
21580 _ACEOF
21581 rm -f conftest.$ac_objext
21582 if { (ac_try="$ac_compile"
21583 case "(($ac_try" in
21584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21585 *) ac_try_echo=$ac_try;;
21586 esac
21587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21588 (eval "$ac_compile") 2>conftest.er1
21589 ac_status=$?
21590 grep -v '^ *+' conftest.er1 >conftest.err
21591 rm -f conftest.er1
21592 cat conftest.err >&5
21593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21594 (exit $ac_status); } && {
21595 test -z "$ac_c_werror_flag" ||
21596 test ! -s conftest.err
21597 } && test -s conftest.$ac_objext; then
21598 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21599 else
21600 echo "$as_me: failed program was:" >&5
21601 sed 's/^/| /' conftest.$ac_ext >&5
21603 cat >conftest.$ac_ext <<_ACEOF
21604 /* confdefs.h. */
21605 _ACEOF
21606 cat confdefs.h >>conftest.$ac_ext
21607 cat >>conftest.$ac_ext <<_ACEOF
21608 /* end confdefs.h. */
21609 #ifdef HAVE_SYS_TYPES_H
21610 #include <sys/types.h>
21611 #endif
21612 #ifdef HAVE_NETINET_IN_H
21613 #include <netinet/in.h>
21614 #endif
21617 main ()
21619 static struct sockaddr_in6 ac_aggr;
21620 if (sizeof ac_aggr.sin6_scope_id)
21621 return 0;
21623 return 0;
21625 _ACEOF
21626 rm -f conftest.$ac_objext
21627 if { (ac_try="$ac_compile"
21628 case "(($ac_try" in
21629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21630 *) ac_try_echo=$ac_try;;
21631 esac
21632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21633 (eval "$ac_compile") 2>conftest.er1
21634 ac_status=$?
21635 grep -v '^ *+' conftest.er1 >conftest.err
21636 rm -f conftest.er1
21637 cat conftest.err >&5
21638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21639 (exit $ac_status); } && {
21640 test -z "$ac_c_werror_flag" ||
21641 test ! -s conftest.err
21642 } && test -s conftest.$ac_objext; then
21643 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21644 else
21645 echo "$as_me: failed program was:" >&5
21646 sed 's/^/| /' conftest.$ac_ext >&5
21648 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21656 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21657 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21658 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21660 cat >>confdefs.h <<_ACEOF
21661 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21662 _ACEOF
21668 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21669 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21670 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21671 echo $ECHO_N "(cached) $ECHO_C" >&6
21672 else
21673 cat >conftest.$ac_ext <<_ACEOF
21674 /* confdefs.h. */
21675 _ACEOF
21676 cat confdefs.h >>conftest.$ac_ext
21677 cat >>conftest.$ac_ext <<_ACEOF
21678 /* end confdefs.h. */
21679 #ifdef HAVE_SYS_TYPES_H
21680 #include <sys/types.h>
21681 #endif
21682 #ifdef HAVE_NETINET_IN_H
21683 # include <netinet/in.h>
21684 #endif
21685 #ifdef HAVE_ARPA_NAMESER_H
21686 # include <arpa/nameser.h>
21687 #endif
21690 main ()
21692 static ns_msg ac_aggr;
21693 if (ac_aggr._msg_ptr)
21694 return 0;
21696 return 0;
21698 _ACEOF
21699 rm -f conftest.$ac_objext
21700 if { (ac_try="$ac_compile"
21701 case "(($ac_try" in
21702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21703 *) ac_try_echo=$ac_try;;
21704 esac
21705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21706 (eval "$ac_compile") 2>conftest.er1
21707 ac_status=$?
21708 grep -v '^ *+' conftest.er1 >conftest.err
21709 rm -f conftest.er1
21710 cat conftest.err >&5
21711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21712 (exit $ac_status); } && {
21713 test -z "$ac_c_werror_flag" ||
21714 test ! -s conftest.err
21715 } && test -s conftest.$ac_objext; then
21716 ac_cv_member_ns_msg__msg_ptr=yes
21717 else
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.$ac_ext >&5
21721 cat >conftest.$ac_ext <<_ACEOF
21722 /* confdefs.h. */
21723 _ACEOF
21724 cat confdefs.h >>conftest.$ac_ext
21725 cat >>conftest.$ac_ext <<_ACEOF
21726 /* end confdefs.h. */
21727 #ifdef HAVE_SYS_TYPES_H
21728 #include <sys/types.h>
21729 #endif
21730 #ifdef HAVE_NETINET_IN_H
21731 # include <netinet/in.h>
21732 #endif
21733 #ifdef HAVE_ARPA_NAMESER_H
21734 # include <arpa/nameser.h>
21735 #endif
21738 main ()
21740 static ns_msg ac_aggr;
21741 if (sizeof ac_aggr._msg_ptr)
21742 return 0;
21744 return 0;
21746 _ACEOF
21747 rm -f conftest.$ac_objext
21748 if { (ac_try="$ac_compile"
21749 case "(($ac_try" in
21750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21751 *) ac_try_echo=$ac_try;;
21752 esac
21753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21754 (eval "$ac_compile") 2>conftest.er1
21755 ac_status=$?
21756 grep -v '^ *+' conftest.er1 >conftest.err
21757 rm -f conftest.er1
21758 cat conftest.err >&5
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); } && {
21761 test -z "$ac_c_werror_flag" ||
21762 test ! -s conftest.err
21763 } && test -s conftest.$ac_objext; then
21764 ac_cv_member_ns_msg__msg_ptr=yes
21765 else
21766 echo "$as_me: failed program was:" >&5
21767 sed 's/^/| /' conftest.$ac_ext >&5
21769 ac_cv_member_ns_msg__msg_ptr=no
21772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21777 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21778 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21779 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21781 cat >>confdefs.h <<_ACEOF
21782 #define HAVE_NS_MSG__MSG_PTR 1
21783 _ACEOF
21789 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21790 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21791 if test "${ac_cv_have_timezone+set}" = set; then
21792 echo $ECHO_N "(cached) $ECHO_C" >&6
21793 else
21794 cat >conftest.$ac_ext <<_ACEOF
21795 /* confdefs.h. */
21796 _ACEOF
21797 cat confdefs.h >>conftest.$ac_ext
21798 cat >>conftest.$ac_ext <<_ACEOF
21799 /* end confdefs.h. */
21800 #include <time.h>
21802 main ()
21804 timezone = 1
21806 return 0;
21808 _ACEOF
21809 rm -f conftest.$ac_objext conftest$ac_exeext
21810 if { (ac_try="$ac_link"
21811 case "(($ac_try" in
21812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21813 *) ac_try_echo=$ac_try;;
21814 esac
21815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21816 (eval "$ac_link") 2>conftest.er1
21817 ac_status=$?
21818 grep -v '^ *+' conftest.er1 >conftest.err
21819 rm -f conftest.er1
21820 cat conftest.err >&5
21821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21822 (exit $ac_status); } && {
21823 test -z "$ac_c_werror_flag" ||
21824 test ! -s conftest.err
21825 } && test -s conftest$ac_exeext &&
21826 $as_test_x conftest$ac_exeext; then
21827 ac_cv_have_timezone="yes"
21828 else
21829 echo "$as_me: failed program was:" >&5
21830 sed 's/^/| /' conftest.$ac_ext >&5
21832 ac_cv_have_timezone="no"
21835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21836 conftest$ac_exeext conftest.$ac_ext
21838 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21839 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21840 if test "$ac_cv_have_timezone" = "yes"
21841 then
21843 cat >>confdefs.h <<\_ACEOF
21844 #define HAVE_TIMEZONE 1
21845 _ACEOF
21848 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21849 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21850 if test "${ac_cv_have_daylight+set}" = set; then
21851 echo $ECHO_N "(cached) $ECHO_C" >&6
21852 else
21853 cat >conftest.$ac_ext <<_ACEOF
21854 /* confdefs.h. */
21855 _ACEOF
21856 cat confdefs.h >>conftest.$ac_ext
21857 cat >>conftest.$ac_ext <<_ACEOF
21858 /* end confdefs.h. */
21859 #include <time.h>
21861 main ()
21863 daylight = 1
21865 return 0;
21867 _ACEOF
21868 rm -f conftest.$ac_objext conftest$ac_exeext
21869 if { (ac_try="$ac_link"
21870 case "(($ac_try" in
21871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21872 *) ac_try_echo=$ac_try;;
21873 esac
21874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21875 (eval "$ac_link") 2>conftest.er1
21876 ac_status=$?
21877 grep -v '^ *+' conftest.er1 >conftest.err
21878 rm -f conftest.er1
21879 cat conftest.err >&5
21880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); } && {
21882 test -z "$ac_c_werror_flag" ||
21883 test ! -s conftest.err
21884 } && test -s conftest$ac_exeext &&
21885 $as_test_x conftest$ac_exeext; then
21886 ac_cv_have_daylight="yes"
21887 else
21888 echo "$as_me: failed program was:" >&5
21889 sed 's/^/| /' conftest.$ac_ext >&5
21891 ac_cv_have_daylight="no"
21894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21895 conftest$ac_exeext conftest.$ac_ext
21897 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21898 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21899 if test "$ac_cv_have_daylight" = "yes"
21900 then
21902 cat >>confdefs.h <<\_ACEOF
21903 #define HAVE_DAYLIGHT 1
21904 _ACEOF
21908 { echo "$as_me:$LINENO: checking for isinf" >&5
21909 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21910 if test "${ac_cv_have_isinf+set}" = set; then
21911 echo $ECHO_N "(cached) $ECHO_C" >&6
21912 else
21913 cat >conftest.$ac_ext <<_ACEOF
21914 /* confdefs.h. */
21915 _ACEOF
21916 cat confdefs.h >>conftest.$ac_ext
21917 cat >>conftest.$ac_ext <<_ACEOF
21918 /* end confdefs.h. */
21919 #include <math.h>
21921 main ()
21923 float f = 0.0; int i=isinf(f)
21925 return 0;
21927 _ACEOF
21928 rm -f conftest.$ac_objext conftest$ac_exeext
21929 if { (ac_try="$ac_link"
21930 case "(($ac_try" in
21931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21932 *) ac_try_echo=$ac_try;;
21933 esac
21934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21935 (eval "$ac_link") 2>conftest.er1
21936 ac_status=$?
21937 grep -v '^ *+' conftest.er1 >conftest.err
21938 rm -f conftest.er1
21939 cat conftest.err >&5
21940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21941 (exit $ac_status); } && {
21942 test -z "$ac_c_werror_flag" ||
21943 test ! -s conftest.err
21944 } && test -s conftest$ac_exeext &&
21945 $as_test_x conftest$ac_exeext; then
21946 ac_cv_have_isinf="yes"
21947 else
21948 echo "$as_me: failed program was:" >&5
21949 sed 's/^/| /' conftest.$ac_ext >&5
21951 ac_cv_have_isinf="no"
21954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21955 conftest$ac_exeext conftest.$ac_ext
21957 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21958 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21959 if test "$ac_cv_have_isinf" = "yes"
21960 then
21962 cat >>confdefs.h <<\_ACEOF
21963 #define HAVE_ISINF 1
21964 _ACEOF
21969 case $host_cpu in
21970 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21971 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21972 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21973 echo $ECHO_N "(cached) $ECHO_C" >&6
21974 else
21975 cat >conftest.$ac_ext <<_ACEOF
21976 /* confdefs.h. */
21977 _ACEOF
21978 cat confdefs.h >>conftest.$ac_ext
21979 cat >>conftest.$ac_ext <<_ACEOF
21980 /* end confdefs.h. */
21981 #ifndef __i386__
21983 #endif
21984 _ACEOF
21985 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21986 $EGREP "yes" >/dev/null 2>&1; then
21987 ac_cv_cpp_def___i386__=yes
21988 else
21989 ac_cv_cpp_def___i386__=no
21991 rm -f conftest*
21994 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21995 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21996 if test $ac_cv_cpp_def___i386__ = yes; then
21997 CFLAGS="$CFLAGS -D__i386__"
21998 LINTFLAGS="$LINTFLAGS -D__i386__"
22001 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22002 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22003 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22004 echo $ECHO_N "(cached) $ECHO_C" >&6
22005 else
22006 cat >conftest.$ac_ext <<_ACEOF
22007 /* confdefs.h. */
22008 _ACEOF
22009 cat confdefs.h >>conftest.$ac_ext
22010 cat >>conftest.$ac_ext <<_ACEOF
22011 /* end confdefs.h. */
22012 #ifndef __x86_64__
22014 #endif
22015 _ACEOF
22016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22017 $EGREP "yes" >/dev/null 2>&1; then
22018 ac_cv_cpp_def___x86_64__=yes
22019 else
22020 ac_cv_cpp_def___x86_64__=no
22022 rm -f conftest*
22025 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22026 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22027 if test $ac_cv_cpp_def___x86_64__ = yes; then
22028 CFLAGS="$CFLAGS -D__x86_64__"
22029 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22032 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22033 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22034 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22035 echo $ECHO_N "(cached) $ECHO_C" >&6
22036 else
22037 cat >conftest.$ac_ext <<_ACEOF
22038 /* confdefs.h. */
22039 _ACEOF
22040 cat confdefs.h >>conftest.$ac_ext
22041 cat >>conftest.$ac_ext <<_ACEOF
22042 /* end confdefs.h. */
22043 #ifndef __ALPHA__
22045 #endif
22046 _ACEOF
22047 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22048 $EGREP "yes" >/dev/null 2>&1; then
22049 ac_cv_cpp_def___ALPHA__=yes
22050 else
22051 ac_cv_cpp_def___ALPHA__=no
22053 rm -f conftest*
22056 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22057 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22058 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22059 CFLAGS="$CFLAGS -D__ALPHA__"
22060 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22063 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22064 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22065 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22066 echo $ECHO_N "(cached) $ECHO_C" >&6
22067 else
22068 cat >conftest.$ac_ext <<_ACEOF
22069 /* confdefs.h. */
22070 _ACEOF
22071 cat confdefs.h >>conftest.$ac_ext
22072 cat >>conftest.$ac_ext <<_ACEOF
22073 /* end confdefs.h. */
22074 #ifndef __sparc__
22076 #endif
22077 _ACEOF
22078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22079 $EGREP "yes" >/dev/null 2>&1; then
22080 ac_cv_cpp_def___sparc__=yes
22081 else
22082 ac_cv_cpp_def___sparc__=no
22084 rm -f conftest*
22087 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22088 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22089 if test $ac_cv_cpp_def___sparc__ = yes; then
22090 CFLAGS="$CFLAGS -D__sparc__"
22091 LINTFLAGS="$LINTFLAGS -D__sparc__"
22094 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22095 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22096 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22097 echo $ECHO_N "(cached) $ECHO_C" >&6
22098 else
22099 cat >conftest.$ac_ext <<_ACEOF
22100 /* confdefs.h. */
22101 _ACEOF
22102 cat confdefs.h >>conftest.$ac_ext
22103 cat >>conftest.$ac_ext <<_ACEOF
22104 /* end confdefs.h. */
22105 #ifndef __powerpc__
22107 #endif
22108 _ACEOF
22109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22110 $EGREP "yes" >/dev/null 2>&1; then
22111 ac_cv_cpp_def___powerpc__=yes
22112 else
22113 ac_cv_cpp_def___powerpc__=no
22115 rm -f conftest*
22118 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22119 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22120 if test $ac_cv_cpp_def___powerpc__ = yes; then
22121 CFLAGS="$CFLAGS -D__powerpc__"
22122 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22125 esac
22127 case $host_vendor in
22128 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22129 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22130 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22131 echo $ECHO_N "(cached) $ECHO_C" >&6
22132 else
22133 cat >conftest.$ac_ext <<_ACEOF
22134 /* confdefs.h. */
22135 _ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 #ifndef __sun__
22141 #endif
22142 _ACEOF
22143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22144 $EGREP "yes" >/dev/null 2>&1; then
22145 ac_cv_cpp_def___sun__=yes
22146 else
22147 ac_cv_cpp_def___sun__=no
22149 rm -f conftest*
22152 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22153 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22154 if test $ac_cv_cpp_def___sun__ = yes; then
22155 CFLAGS="$CFLAGS -D__sun__"
22156 LINTFLAGS="$LINTFLAGS -D__sun__"
22159 esac
22162 DEPENDENCIES="### Dependencies:
22164 .INIT: Makefile
22165 .BEGIN: Makefile
22166 Makefile: dummy
22167 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22169 \$(OBJS): \$(IDL_GEN_HEADERS)
22170 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22171 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22172 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22173 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22176 ALL_MAKERULES=""
22178 ALL_MAKEFILES=""
22180 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22183 ALL_TOP_DIRS=""
22185 ALL_DLL_DIRS=""
22187 ALL_IMPLIB_DIRS=""
22189 ALL_TEST_DIRS=""
22191 ALL_PROGRAM_DIRS=""
22193 ALL_PROGRAM_INSTALL_DIRS=""
22195 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22201 ac_config_commands="$ac_config_commands include/stamp-h"
22204 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22206 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22208 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22210 ac_config_commands="$ac_config_commands dlls/user32/resources"
22212 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22214 ac_config_commands="$ac_config_commands include/wine"
22217 ALL_MAKERULES="$ALL_MAKERULES \\
22218 Make.rules"
22219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22220 Make.rules: Make.rules.in"
22221 MAKE_RULES=Make.rules
22222 ac_config_files="$ac_config_files Make.rules"
22224 ALL_MAKERULES="$ALL_MAKERULES \\
22225 dlls/Makedll.rules"
22226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22227 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22228 MAKE_DLL_RULES=dlls/Makedll.rules
22229 ac_config_files="$ac_config_files dlls/Makedll.rules"
22231 ALL_MAKERULES="$ALL_MAKERULES \\
22232 dlls/Makeimplib.rules"
22233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22234 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22235 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22236 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22238 ALL_MAKERULES="$ALL_MAKERULES \\
22239 dlls/Maketest.rules"
22240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22241 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22242 MAKE_TEST_RULES=dlls/Maketest.rules
22243 ac_config_files="$ac_config_files dlls/Maketest.rules"
22245 ALL_MAKERULES="$ALL_MAKERULES \\
22246 programs/Makeprog.rules"
22247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22248 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22249 MAKE_PROG_RULES=programs/Makeprog.rules
22250 ac_config_files="$ac_config_files programs/Makeprog.rules"
22255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22256 Makefile: Makefile.in Make.rules"
22257 ac_config_files="$ac_config_files Makefile"
22259 ALL_MAKEFILES="$ALL_MAKEFILES \\
22260 dlls/Makefile"
22261 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22262 dlls"
22263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22264 dlls/Makefile: dlls/Makefile.in Make.rules"
22265 ac_config_files="$ac_config_files dlls/Makefile"
22267 ALL_MAKEFILES="$ALL_MAKEFILES \\
22268 dlls/acledit/Makefile"
22269 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22270 acledit"
22271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22272 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22273 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22275 ALL_MAKEFILES="$ALL_MAKEFILES \\
22276 dlls/activeds/Makefile"
22277 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22278 activeds"
22279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22280 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22281 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22283 ALL_MAKEFILES="$ALL_MAKEFILES \\
22284 dlls/actxprxy/Makefile"
22285 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22286 actxprxy"
22287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22288 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22289 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22291 ALL_MAKEFILES="$ALL_MAKEFILES \\
22292 dlls/adsiid/Makefile"
22293 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22294 adsiid"
22295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22296 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22297 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22299 ALL_MAKEFILES="$ALL_MAKEFILES \\
22300 dlls/advapi32/Makefile"
22301 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22302 advapi32"
22303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22304 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22305 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22307 ALL_MAKEFILES="$ALL_MAKEFILES \\
22308 dlls/advapi32/tests/Makefile"
22309 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22310 advapi32/tests"
22311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22312 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22313 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22315 ALL_MAKEFILES="$ALL_MAKEFILES \\
22316 dlls/advpack/Makefile"
22317 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22318 advpack"
22319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22320 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22321 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22323 ALL_MAKEFILES="$ALL_MAKEFILES \\
22324 dlls/advpack/tests/Makefile"
22325 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22326 advpack/tests"
22327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22328 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22329 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22331 ALL_MAKEFILES="$ALL_MAKEFILES \\
22332 dlls/amstream/Makefile"
22333 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22334 amstream"
22335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22336 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22337 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22339 ALL_MAKEFILES="$ALL_MAKEFILES \\
22340 dlls/appwiz.cpl/Makefile"
22341 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22342 appwiz.cpl"
22343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22344 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22345 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22347 ALL_MAKEFILES="$ALL_MAKEFILES \\
22348 dlls/atl/Makefile"
22349 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22350 atl"
22351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22352 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22353 ac_config_files="$ac_config_files dlls/atl/Makefile"
22355 ALL_MAKEFILES="$ALL_MAKEFILES \\
22356 dlls/avicap32/Makefile"
22357 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22358 avicap32"
22359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22360 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22361 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22363 ALL_MAKEFILES="$ALL_MAKEFILES \\
22364 dlls/avifil32/Makefile"
22365 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22366 avifil32"
22367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22368 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22369 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22371 ALL_MAKEFILES="$ALL_MAKEFILES \\
22372 dlls/browseui/Makefile"
22373 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22374 browseui"
22375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22376 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22377 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22379 ALL_MAKEFILES="$ALL_MAKEFILES \\
22380 dlls/browseui/tests/Makefile"
22381 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22382 browseui/tests"
22383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22384 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22385 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22387 ALL_MAKEFILES="$ALL_MAKEFILES \\
22388 dlls/cabinet/Makefile"
22389 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22390 cabinet"
22391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22392 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22393 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22395 ALL_MAKEFILES="$ALL_MAKEFILES \\
22396 dlls/cabinet/tests/Makefile"
22397 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22398 cabinet/tests"
22399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22400 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22401 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22403 ALL_MAKEFILES="$ALL_MAKEFILES \\
22404 dlls/capi2032/Makefile"
22405 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22406 capi2032"
22407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22408 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22409 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22411 ALL_MAKEFILES="$ALL_MAKEFILES \\
22412 dlls/cards/Makefile"
22413 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22414 cards"
22415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22416 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22417 ac_config_files="$ac_config_files dlls/cards/Makefile"
22419 ALL_MAKEFILES="$ALL_MAKEFILES \\
22420 dlls/cfgmgr32/Makefile"
22421 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22422 cfgmgr32"
22423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22424 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22425 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22427 ALL_MAKEFILES="$ALL_MAKEFILES \\
22428 dlls/clusapi/Makefile"
22429 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22430 clusapi"
22431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22432 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22433 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22435 ALL_MAKEFILES="$ALL_MAKEFILES \\
22436 dlls/comcat/Makefile"
22437 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22438 comcat"
22439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22440 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22441 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22443 ALL_MAKEFILES="$ALL_MAKEFILES \\
22444 dlls/comcat/tests/Makefile"
22445 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22446 comcat/tests"
22447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22448 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22449 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22451 ALL_MAKEFILES="$ALL_MAKEFILES \\
22452 dlls/comctl32/Makefile"
22453 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22454 comctl32"
22455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22456 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22457 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22459 ALL_MAKEFILES="$ALL_MAKEFILES \\
22460 dlls/comctl32/tests/Makefile"
22461 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22462 comctl32/tests"
22463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22464 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22465 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22467 ALL_MAKEFILES="$ALL_MAKEFILES \\
22468 dlls/comdlg32/Makefile"
22469 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22470 comdlg32"
22471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22472 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22473 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22475 ALL_MAKEFILES="$ALL_MAKEFILES \\
22476 dlls/comdlg32/tests/Makefile"
22477 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22478 comdlg32/tests"
22479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22480 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22481 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22483 ALL_MAKEFILES="$ALL_MAKEFILES \\
22484 dlls/compstui/Makefile"
22485 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22486 compstui"
22487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22488 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22489 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22491 ALL_MAKEFILES="$ALL_MAKEFILES \\
22492 dlls/credui/Makefile"
22493 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22494 credui"
22495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22496 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22497 ac_config_files="$ac_config_files dlls/credui/Makefile"
22499 ALL_MAKEFILES="$ALL_MAKEFILES \\
22500 dlls/credui/tests/Makefile"
22501 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22502 credui/tests"
22503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22504 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22505 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22507 ALL_MAKEFILES="$ALL_MAKEFILES \\
22508 dlls/crtdll/Makefile"
22509 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22510 crtdll"
22511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22512 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22513 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22515 ALL_MAKEFILES="$ALL_MAKEFILES \\
22516 dlls/crypt32/Makefile"
22517 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22518 crypt32"
22519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22520 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22521 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22523 ALL_MAKEFILES="$ALL_MAKEFILES \\
22524 dlls/crypt32/tests/Makefile"
22525 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22526 crypt32/tests"
22527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22528 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22529 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22531 ALL_MAKEFILES="$ALL_MAKEFILES \\
22532 dlls/cryptdlg/Makefile"
22533 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22534 cryptdlg"
22535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22536 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22537 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22539 ALL_MAKEFILES="$ALL_MAKEFILES \\
22540 dlls/cryptdll/Makefile"
22541 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22542 cryptdll"
22543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22544 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22545 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22547 ALL_MAKEFILES="$ALL_MAKEFILES \\
22548 dlls/cryptnet/Makefile"
22549 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22550 cryptnet"
22551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22552 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22553 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22555 ALL_MAKEFILES="$ALL_MAKEFILES \\
22556 dlls/cryptnet/tests/Makefile"
22557 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22558 cryptnet/tests"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22561 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22563 ALL_MAKEFILES="$ALL_MAKEFILES \\
22564 dlls/cryptui/Makefile"
22565 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22566 cryptui"
22567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22568 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22569 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22571 ALL_MAKEFILES="$ALL_MAKEFILES \\
22572 dlls/ctapi32/Makefile"
22573 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22574 ctapi32"
22575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22576 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22577 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22579 ALL_MAKEFILES="$ALL_MAKEFILES \\
22580 dlls/ctl3d32/Makefile"
22581 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22582 ctl3d32"
22583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22584 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22585 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22587 ALL_MAKEFILES="$ALL_MAKEFILES \\
22588 dlls/d3d10/Makefile"
22589 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22590 d3d10"
22591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22592 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22593 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22595 ALL_MAKEFILES="$ALL_MAKEFILES \\
22596 dlls/d3d8/Makefile"
22597 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22598 d3d8"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22601 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22603 ALL_MAKEFILES="$ALL_MAKEFILES \\
22604 dlls/d3d8/tests/Makefile"
22605 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22606 d3d8/tests"
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22609 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612 dlls/d3d9/Makefile"
22613 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22614 d3d9"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22617 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620 dlls/d3d9/tests/Makefile"
22621 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22622 d3d9/tests"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22625 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628 dlls/d3dim/Makefile"
22629 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22630 d3dim"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22633 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636 dlls/d3drm/Makefile"
22637 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22638 d3drm"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22641 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644 dlls/d3drm/tests/Makefile"
22645 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22646 d3drm/tests"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22649 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652 dlls/d3dx8/Makefile"
22653 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22654 d3dx8"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22657 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660 dlls/d3dx8/tests/Makefile"
22661 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22662 d3dx8/tests"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22665 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668 dlls/d3dx9_24/Makefile"
22669 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670 d3dx9_24"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/d3dx9_25/Makefile"
22677 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22678 d3dx9_25"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22681 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684 dlls/d3dx9_26/Makefile"
22685 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686 d3dx9_26"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692 dlls/d3dx9_27/Makefile"
22693 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22694 d3dx9_27"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/d3dx9_28/Makefile"
22701 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702 d3dx9_28"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708 dlls/d3dx9_29/Makefile"
22709 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22710 d3dx9_29"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22713 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716 dlls/d3dx9_30/Makefile"
22717 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718 d3dx9_30"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/d3dx9_31/Makefile"
22725 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726 d3dx9_31"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732 dlls/d3dx9_32/Makefile"
22733 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22734 d3dx9_32"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22737 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740 dlls/d3dx9_33/Makefile"
22741 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742 d3dx9_33"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/d3dx9_34/Makefile"
22749 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22750 d3dx9_34"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22753 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756 dlls/d3dx9_35/Makefile"
22757 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758 d3dx9_35"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764 dlls/d3dx9_36/Makefile"
22765 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766 d3dx9_36"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/d3dx9_36/tests/Makefile"
22773 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22774 d3dx9_36/tests"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22777 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780 dlls/d3dx9_37/Makefile"
22781 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22782 d3dx9_37"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22785 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788 dlls/d3dxof/Makefile"
22789 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22790 d3dxof"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22793 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/d3dxof/tests/Makefile"
22797 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22798 d3dxof/tests"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22801 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804 dlls/dbghelp/Makefile"
22805 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806 dbghelp"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812 dlls/dciman32/Makefile"
22813 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22814 dciman32"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22817 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/ddraw/Makefile"
22821 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822 ddraw"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828 dlls/ddraw/tests/Makefile"
22829 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22830 ddraw/tests"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22833 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836 dlls/ddrawex/Makefile"
22837 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22838 ddrawex"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/devenum/Makefile"
22845 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22846 devenum"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22849 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852 dlls/dinput/Makefile"
22853 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22854 dinput"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22857 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860 dlls/dinput/tests/Makefile"
22861 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22862 dinput/tests"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22865 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/dinput8/Makefile"
22869 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22870 dinput8"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22873 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876 dlls/dmband/Makefile"
22877 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22878 dmband"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22881 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884 dlls/dmcompos/Makefile"
22885 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886 dmcompos"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/dmime/Makefile"
22893 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894 dmime"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900 dlls/dmloader/Makefile"
22901 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902 dmloader"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908 dlls/dmscript/Makefile"
22909 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22910 dmscript"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/dmstyle/Makefile"
22917 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918 dmstyle"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924 dlls/dmsynth/Makefile"
22925 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22926 dmsynth"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22929 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932 dlls/dmusic/Makefile"
22933 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934 dmusic"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/dmusic32/Makefile"
22941 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942 dmusic32"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948 dlls/dnsapi/Makefile"
22949 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950 dnsapi"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956 dlls/dnsapi/tests/Makefile"
22957 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22958 dnsapi/tests"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22961 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/dplay/Makefile"
22965 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22966 dplay"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22969 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972 dlls/dplayx/Makefile"
22973 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22974 dplayx"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22977 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/dplayx/tests/Makefile"
22981 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22982 dplayx/tests"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22985 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/dpnaddr/Makefile"
22989 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990 dpnaddr"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/dpnet/Makefile"
22997 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998 dpnet"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/dpnhpast/Makefile"
23005 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006 dpnhpast"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/dpnlobby/Makefile"
23013 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014 dpnlobby"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/dpwsockx/Makefile"
23021 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23022 dpwsockx"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23025 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/dsound/Makefile"
23029 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030 dsound"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/dsound/tests/Makefile"
23037 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23038 dsound/tests"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23041 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/dssenh/Makefile"
23045 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046 dssenh"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/dswave/Makefile"
23053 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054 dswave"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/dwmapi/Makefile"
23061 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062 dwmapi"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/dxdiagn/Makefile"
23069 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 dxdiagn"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/dxerr8/Makefile"
23077 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23078 dxerr8"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23081 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/dxerr9/Makefile"
23085 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23086 dxerr9"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23089 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/dxguid/Makefile"
23093 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23094 dxguid"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23097 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/faultrep/Makefile"
23101 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 faultrep"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/fusion/Makefile"
23109 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23110 fusion"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23113 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/fusion/tests/Makefile"
23117 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23118 fusion/tests"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23121 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/gdi32/Makefile"
23125 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126 gdi32"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/gdi32/tests/Makefile"
23133 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23134 gdi32/tests"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23137 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/gdiplus/Makefile"
23141 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23142 gdiplus"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23145 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/gdiplus/tests/Makefile"
23149 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23150 gdiplus/tests"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23153 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/glu32/Makefile"
23157 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 glu32"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/gphoto2.ds/Makefile"
23165 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 gphoto2.ds"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/gpkcsp/Makefile"
23173 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 gpkcsp"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/hal/Makefile"
23181 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 hal"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/hal/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/hhctrl.ocx/Makefile"
23189 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 hhctrl.ocx"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/hid/Makefile"
23197 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198 hid"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/hid/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/hlink/Makefile"
23205 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 hlink"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/hlink/tests/Makefile"
23213 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23214 hlink/tests"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23217 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/hnetcfg/Makefile"
23221 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 hnetcfg"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/iccvid/Makefile"
23229 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230 iccvid"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/icmp/Makefile"
23237 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 icmp"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/ifsmgr.vxd/Makefile"
23245 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 ifsmgr.vxd"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/imaadp32.acm/Makefile"
23253 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 imaadp32.acm"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/imagehlp/Makefile"
23261 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262 imagehlp"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/imm32/Makefile"
23269 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 imm32"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/imm32/tests/Makefile"
23277 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23278 imm32/tests"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23281 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/inetcomm/Makefile"
23285 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 inetcomm"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/inetcomm/tests/Makefile"
23293 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23294 inetcomm/tests"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/inetmib1/Makefile"
23301 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 inetmib1"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/inetmib1/tests/Makefile"
23309 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23310 inetmib1/tests"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23313 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/infosoft/Makefile"
23317 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318 infosoft"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/infosoft/tests/Makefile"
23325 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23326 infosoft/tests"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23329 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/initpki/Makefile"
23333 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 initpki"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/inkobj/Makefile"
23341 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342 inkobj"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/inseng/Makefile"
23349 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 inseng"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/iphlpapi/Makefile"
23357 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358 iphlpapi"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/iphlpapi/tests/Makefile"
23365 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23366 iphlpapi/tests"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23369 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/itircl/Makefile"
23373 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374 itircl"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/itss/Makefile"
23381 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382 itss"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/itss/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/itss/tests/Makefile"
23389 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23390 itss/tests"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23393 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/jscript/Makefile"
23397 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 jscript"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/jscript/tests/Makefile"
23405 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23406 jscript/tests"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23409 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/kernel32/Makefile"
23413 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414 kernel32"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/kernel32/tests/Makefile"
23421 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23422 kernel32/tests"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23425 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/localspl/Makefile"
23429 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430 localspl"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/localspl/tests/Makefile"
23437 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23438 localspl/tests"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/localui/Makefile"
23445 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446 localui"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/localui/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/localui/tests/Makefile"
23453 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23454 localui/tests"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/lz32/Makefile"
23461 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 lz32"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/lz32/tests/Makefile"
23469 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23470 lz32/tests"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/mapi32/Makefile"
23477 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478 mapi32"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/mapi32/tests/Makefile"
23485 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23486 mapi32/tests"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/mciavi32/Makefile"
23493 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 mciavi32"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/mcicda/Makefile"
23501 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502 mcicda"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/mciseq/Makefile"
23509 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 mciseq"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/mciwave/Makefile"
23517 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 mciwave"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/midimap/Makefile"
23525 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526 midimap"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/mlang/Makefile"
23533 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 mlang"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/mlang/tests/Makefile"
23541 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23542 mlang/tests"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23545 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/mmdevldr.vxd/Makefile"
23549 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 mmdevldr.vxd"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/monodebg.vxd/Makefile"
23557 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558 monodebg.vxd"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/mountmgr.sys/Makefile"
23565 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 mountmgr.sys"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/mpr/Makefile"
23573 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 mpr"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/mprapi/Makefile"
23581 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 mprapi"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/msacm32.drv/Makefile"
23589 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 msacm32.drv"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/msacm32/Makefile"
23597 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 msacm32"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/msacm32/tests/Makefile"
23605 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23606 msacm32/tests"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23609 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/msadp32.acm/Makefile"
23613 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 msadp32.acm"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/mscat32/Makefile"
23621 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622 mscat32"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/mscms/Makefile"
23629 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 mscms"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/mscms/tests/Makefile"
23637 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23638 mscms/tests"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23641 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/mscoree/Makefile"
23645 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 mscoree"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/msdmo/Makefile"
23653 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 msdmo"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/msftedit/Makefile"
23661 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 msftedit"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/msg711.acm/Makefile"
23669 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 msg711.acm"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/mshtml.tlb/Makefile"
23677 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 mshtml.tlb"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/mshtml/Makefile"
23685 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23686 mshtml"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23689 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/mshtml/tests/Makefile"
23693 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23694 mshtml/tests"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23697 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/msi/Makefile"
23701 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702 msi"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/msi/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/msi/tests/Makefile"
23709 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23710 msi/tests"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23713 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/msimg32/Makefile"
23717 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 msimg32"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/msimtf/Makefile"
23725 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 msimtf"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/msisip/Makefile"
23733 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 msisip"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/msisys.ocx/Makefile"
23741 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 msisys.ocx"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/msnet32/Makefile"
23749 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 msnet32"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/msrle32/Makefile"
23757 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 msrle32"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/mssip32/Makefile"
23765 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 mssip32"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/mstask/Makefile"
23773 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23774 mstask"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23777 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/mstask/tests/Makefile"
23781 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23782 mstask/tests"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23785 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/msvcirt/Makefile"
23789 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 msvcirt"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/msvcr71/Makefile"
23797 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798 msvcr71"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/msvcrt/Makefile"
23805 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 msvcrt"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/msvcrt/tests/Makefile"
23813 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23814 msvcrt/tests"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23817 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/msvcrt20/Makefile"
23821 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 msvcrt20"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/msvcrt40/Makefile"
23829 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830 msvcrt40"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/msvcrtd/Makefile"
23837 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 msvcrtd"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/msvcrtd/tests/Makefile"
23845 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23846 msvcrtd/tests"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23849 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/msvfw32/Makefile"
23853 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 msvfw32"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/msvidc32/Makefile"
23861 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862 msvidc32"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/mswsock/Makefile"
23869 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 mswsock"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/msxml3/Makefile"
23877 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878 msxml3"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/msxml3/tests/Makefile"
23885 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23886 msxml3/tests"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23889 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/nddeapi/Makefile"
23893 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 nddeapi"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/netapi32/Makefile"
23901 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902 netapi32"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/netapi32/tests/Makefile"
23909 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23910 netapi32/tests"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23913 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/newdev/Makefile"
23917 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 newdev"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/ntdll/Makefile"
23925 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 ntdll"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/ntdll/tests/Makefile"
23933 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23934 ntdll/tests"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23937 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/ntdsapi/Makefile"
23941 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 ntdsapi"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/ntdsapi/tests/Makefile"
23949 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23950 ntdsapi/tests"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23953 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/ntoskrnl.exe/Makefile"
23957 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 ntoskrnl.exe"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/ntprint/Makefile"
23965 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966 ntprint"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/ntprint/tests/Makefile"
23973 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23974 ntprint/tests"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23977 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/objsel/Makefile"
23981 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 objsel"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/odbc32/Makefile"
23989 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 odbc32"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/odbccp32/Makefile"
23997 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 odbccp32"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/odbccp32/tests/Makefile"
24005 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24006 odbccp32/tests"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24009 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/ole32/Makefile"
24013 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24014 ole32"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/ole32/tests/Makefile"
24021 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24022 ole32/tests"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24025 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/oleacc/Makefile"
24029 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 oleacc"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/oleaut32/Makefile"
24037 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038 oleaut32"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/oleaut32/tests/Makefile"
24045 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24046 oleaut32/tests"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24049 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/olecli32/Makefile"
24053 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 olecli32"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/oledlg/Makefile"
24061 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 oledlg"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/olepro32/Makefile"
24069 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 olepro32"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/olesvr32/Makefile"
24077 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 olesvr32"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/olethk32/Makefile"
24085 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 olethk32"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/opengl32/Makefile"
24093 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 opengl32"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/opengl32/tests/Makefile"
24101 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24102 opengl32/tests"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/pdh/Makefile"
24109 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 pdh"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/pdh/tests/Makefile"
24117 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24118 pdh/tests"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24121 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/powrprof/Makefile"
24125 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 powrprof"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/printui/Makefile"
24133 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 printui"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/printui/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/propsys/Makefile"
24141 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 propsys"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/psapi/Makefile"
24149 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 psapi"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/psapi/tests/Makefile"
24157 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24158 psapi/tests"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24161 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/pstorec/Makefile"
24165 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 pstorec"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/qcap/Makefile"
24173 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 qcap"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/qedit/Makefile"
24181 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 qedit"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/qedit/tests/Makefile"
24189 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24190 qedit/tests"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24193 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/qmgr/Makefile"
24197 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 qmgr"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/qmgr/tests/Makefile"
24205 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24206 qmgr/tests"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/qmgrprxy/Makefile"
24213 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 qmgrprxy"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/quartz/Makefile"
24221 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222 quartz"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/quartz/tests/Makefile"
24229 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24230 quartz/tests"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24233 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/query/Makefile"
24237 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 query"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/query/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/rasapi32/Makefile"
24245 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 rasapi32"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/rasapi32/tests/Makefile"
24253 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254 rasapi32/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/resutils/Makefile"
24261 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 resutils"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/riched20/Makefile"
24269 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 riched20"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/riched20/tests/Makefile"
24277 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24278 riched20/tests"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24281 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/riched32/Makefile"
24285 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286 riched32"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/riched32/tests/Makefile"
24293 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24294 riched32/tests"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/rpcrt4/Makefile"
24301 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 rpcrt4"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/rpcrt4/tests/Makefile"
24309 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24310 rpcrt4/tests"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24313 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/rsabase/Makefile"
24317 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 rsabase"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/rsaenh/Makefile"
24325 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 rsaenh"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/rsaenh/tests/Makefile"
24333 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24334 rsaenh/tests"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24337 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/sane.ds/Makefile"
24341 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 sane.ds"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/sccbase/Makefile"
24349 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 sccbase"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/schannel/Makefile"
24357 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 schannel"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/schannel/tests/Makefile"
24365 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24366 schannel/tests"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24369 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/secur32/Makefile"
24373 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 secur32"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/secur32/tests/Makefile"
24381 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 secur32/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/security/Makefile"
24389 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 security"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/security/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/sensapi/Makefile"
24397 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 sensapi"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/serialui/Makefile"
24405 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 serialui"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/serialui/tests/Makefile"
24413 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 serialui/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/setupapi/Makefile"
24421 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 setupapi"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/setupapi/tests/Makefile"
24429 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 setupapi/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/sfc/Makefile"
24437 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 sfc"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/sfc_os/Makefile"
24445 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 sfc_os"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/shdoclc/Makefile"
24453 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 shdoclc"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/shdocvw/Makefile"
24461 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 shdocvw"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/shdocvw/tests/Makefile"
24469 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24470 shdocvw/tests"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/shell32/Makefile"
24477 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 shell32"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/shell32/tests/Makefile"
24485 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24486 shell32/tests"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/shfolder/Makefile"
24493 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 shfolder"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/shlwapi/Makefile"
24501 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 shlwapi"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/shlwapi/tests/Makefile"
24509 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24510 shlwapi/tests"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24513 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/slbcsp/Makefile"
24517 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 slbcsp"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/slc/Makefile"
24525 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 slc"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/slc/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/snmpapi/Makefile"
24533 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 snmpapi"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/snmpapi/tests/Makefile"
24541 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24542 snmpapi/tests"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24545 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/softpub/Makefile"
24549 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 softpub"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/spoolss/Makefile"
24557 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 spoolss"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/spoolss/tests/Makefile"
24565 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24566 spoolss/tests"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24569 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/stdole2.tlb/Makefile"
24573 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 stdole2.tlb"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/stdole32.tlb/Makefile"
24581 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 stdole32.tlb"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/sti/Makefile"
24589 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 sti"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/sti/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/strmiids/Makefile"
24597 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24598 strmiids"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24601 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/svrapi/Makefile"
24605 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 svrapi"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/sxs/Makefile"
24613 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 sxs"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/tapi32/Makefile"
24621 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 tapi32"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/twain_32/Makefile"
24629 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 twain_32"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/unicows/Makefile"
24637 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 unicows"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/url/Makefile"
24645 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 url"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/url/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/urlmon/Makefile"
24653 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 urlmon"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/urlmon/tests/Makefile"
24661 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662 urlmon/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/user32/Makefile"
24669 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 user32"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/user32/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/user32/tests/Makefile"
24677 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 user32/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/userenv/Makefile"
24685 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 userenv"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/userenv/tests/Makefile"
24693 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 userenv/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/usp10/Makefile"
24701 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 usp10"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/usp10/tests/Makefile"
24709 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710 usp10/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/uuid/Makefile"
24717 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24718 uuid"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24721 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/uxtheme/Makefile"
24725 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 uxtheme"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/uxtheme/tests/Makefile"
24733 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24734 uxtheme/tests"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24737 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/vdhcp.vxd/Makefile"
24741 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 vdhcp.vxd"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/vdmdbg/Makefile"
24749 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 vdmdbg"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/version/Makefile"
24757 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 version"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/version/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/version/tests/Makefile"
24765 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 version/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/vmm.vxd/Makefile"
24773 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 vmm.vxd"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/vnbt.vxd/Makefile"
24781 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 vnbt.vxd"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/vnetbios.vxd/Makefile"
24789 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 vnetbios.vxd"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/vtdapi.vxd/Makefile"
24797 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 vtdapi.vxd"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/vwin32.vxd/Makefile"
24805 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 vwin32.vxd"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/w32skrnl/Makefile"
24813 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 w32skrnl"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/winealsa.drv/Makefile"
24821 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 winealsa.drv"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/wineaudioio.drv/Makefile"
24829 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 wineaudioio.drv"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/winecoreaudio.drv/Makefile"
24837 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 winecoreaudio.drv"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/winecrt0/Makefile"
24845 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24846 winecrt0"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24849 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/wined3d/Makefile"
24853 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 wined3d"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/winedos/Makefile"
24861 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 winedos"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/wineesd.drv/Makefile"
24869 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 wineesd.drv"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/winejack.drv/Makefile"
24877 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 winejack.drv"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/winejoystick.drv/Makefile"
24885 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 winejoystick.drv"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/winemp3.acm/Makefile"
24893 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 winemp3.acm"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/winenas.drv/Makefile"
24901 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 winenas.drv"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/wineoss.drv/Makefile"
24909 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 wineoss.drv"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/wineps.drv/Makefile"
24917 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 wineps.drv"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/winequartz.drv/Makefile"
24925 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 winequartz.drv"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/winex11.drv/Makefile"
24933 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 winex11.drv"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/wing32/Makefile"
24941 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 wing32"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/winhttp/Makefile"
24949 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 winhttp"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/winhttp/tests/Makefile"
24957 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958 winhttp/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/wininet/Makefile"
24965 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 wininet"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/wininet/tests/Makefile"
24973 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974 wininet/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/winmm/Makefile"
24981 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 winmm"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/winmm/tests/Makefile"
24989 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24990 winmm/tests"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/winnls32/Makefile"
24997 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 winnls32"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/winscard/Makefile"
25005 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 winscard"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/winspool.drv/Makefile"
25013 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 winspool.drv"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/winspool.drv/tests/Makefile"
25021 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25022 winspool.drv/tests"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/wintab32/Makefile"
25029 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 wintab32"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/wintrust/Makefile"
25037 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 wintrust"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/wintrust/tests/Makefile"
25045 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25046 wintrust/tests"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25049 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/wldap32/Makefile"
25053 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 wldap32"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/wmi/Makefile"
25061 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 wmi"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/wnaspi32/Makefile"
25069 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 wnaspi32"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/wow32/Makefile"
25077 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 wow32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/ws2_32/Makefile"
25085 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 ws2_32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/ws2_32/tests/Makefile"
25093 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094 ws2_32/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/wsock32/Makefile"
25101 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 wsock32"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/wtsapi32/Makefile"
25109 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 wtsapi32"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 documentation/Makefile"
25117 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25118 documentation"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 documentation/Makefile: documentation/Makefile.in Make.rules"
25121 ac_config_files="$ac_config_files documentation/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 fonts/Makefile"
25125 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25126 fonts"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 fonts/Makefile: fonts/Makefile.in Make.rules"
25129 ac_config_files="$ac_config_files fonts/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 include/Makefile"
25133 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25134 include"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 include/Makefile: include/Makefile.in Make.rules"
25137 ac_config_files="$ac_config_files include/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 libs/Makefile"
25141 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25142 libs"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 libs/Makefile: libs/Makefile.in Make.rules"
25145 ac_config_files="$ac_config_files libs/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 libs/port/Makefile"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25152 ac_config_files="$ac_config_files libs/port/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 libs/wine/Makefile"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25159 ac_config_files="$ac_config_files libs/wine/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 libs/wpp/Makefile"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25166 ac_config_files="$ac_config_files libs/wpp/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 loader/Makefile"
25170 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25171 loader"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 loader/Makefile: loader/Makefile.in Make.rules"
25174 ac_config_files="$ac_config_files loader/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 programs/Makefile"
25178 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25179 programs"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 programs/Makefile: programs/Makefile.in Make.rules"
25182 ac_config_files="$ac_config_files programs/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 programs/clock/Makefile"
25186 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25187 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25188 clock"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25191 ac_config_files="$ac_config_files programs/clock/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 programs/cmd/Makefile"
25195 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25196 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25197 cmd"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25200 ac_config_files="$ac_config_files programs/cmd/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 programs/cmdlgtst/Makefile"
25204 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25205 cmdlgtst"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25208 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 programs/control/Makefile"
25212 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25213 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25214 control"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25217 ac_config_files="$ac_config_files programs/control/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 programs/eject/Makefile"
25221 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25222 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25223 eject"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25226 ac_config_files="$ac_config_files programs/eject/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 programs/expand/Makefile"
25230 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25231 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25232 expand"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25235 ac_config_files="$ac_config_files programs/expand/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 programs/explorer/Makefile"
25239 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25240 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25241 explorer"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25244 ac_config_files="$ac_config_files programs/explorer/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 programs/hh/Makefile"
25248 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25249 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25253 ac_config_files="$ac_config_files programs/hh/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 programs/icinfo/Makefile"
25257 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25258 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25259 icinfo"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25262 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 programs/iexplore/Makefile"
25266 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25267 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25268 iexplore"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25271 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 programs/msiexec/Makefile"
25275 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25276 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25277 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25278 msiexec"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25281 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 programs/net/Makefile"
25285 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25286 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25287 net"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25290 ac_config_files="$ac_config_files programs/net/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 programs/notepad/Makefile"
25294 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25295 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25296 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25297 notepad"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25300 ac_config_files="$ac_config_files programs/notepad/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 programs/oleview/Makefile"
25304 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25305 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25306 oleview"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25309 ac_config_files="$ac_config_files programs/oleview/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 programs/progman/Makefile"
25313 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25314 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25315 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25316 progman"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25319 ac_config_files="$ac_config_files programs/progman/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 programs/reg/Makefile"
25323 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25324 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25325 reg"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25328 ac_config_files="$ac_config_files programs/reg/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 programs/regedit/Makefile"
25332 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25333 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25334 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25335 regedit"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25338 ac_config_files="$ac_config_files programs/regedit/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 programs/regsvr32/Makefile"
25342 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25343 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25344 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25345 regsvr32"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25348 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 programs/rpcss/Makefile"
25352 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25353 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25354 rpcss"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25357 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 programs/rundll32/Makefile"
25361 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25362 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25363 rundll32"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25366 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 programs/secedit/Makefile"
25370 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25371 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25372 secedit"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25375 ac_config_files="$ac_config_files programs/secedit/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 programs/services/Makefile"
25379 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25380 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25381 services"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25384 ac_config_files="$ac_config_files programs/services/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 programs/spoolsv/Makefile"
25388 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25389 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25390 spoolsv"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25393 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 programs/start/Makefile"
25397 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25398 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25399 start"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25402 ac_config_files="$ac_config_files programs/start/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 programs/svchost/Makefile"
25406 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25407 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25408 svchost"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25411 ac_config_files="$ac_config_files programs/svchost/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 programs/taskmgr/Makefile"
25415 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25416 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25417 taskmgr"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25420 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 programs/uninstaller/Makefile"
25424 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25425 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25426 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25427 uninstaller"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25430 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 programs/view/Makefile"
25434 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25435 view"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25438 ac_config_files="$ac_config_files programs/view/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 programs/wineboot/Makefile"
25442 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25443 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25444 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25445 wineboot"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25448 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 programs/winebrowser/Makefile"
25452 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25453 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25454 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25455 winebrowser"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25458 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 programs/winecfg/Makefile"
25462 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25463 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25464 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25465 winecfg"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25468 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 programs/wineconsole/Makefile"
25472 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25473 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25474 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25475 wineconsole"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25478 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 programs/winedbg/Makefile"
25482 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25483 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25484 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25485 winedbg"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25488 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 programs/winedevice/Makefile"
25492 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25493 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25494 winedevice"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25497 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 programs/winefile/Makefile"
25501 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25502 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25503 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25504 winefile"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25507 ac_config_files="$ac_config_files programs/winefile/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 programs/winemenubuilder/Makefile"
25511 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25512 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25513 winemenubuilder"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25516 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 programs/winemine/Makefile"
25520 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25521 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25522 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25523 winemine"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25526 ac_config_files="$ac_config_files programs/winemine/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 programs/winepath/Makefile"
25530 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25531 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25532 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25533 winepath"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25536 ac_config_files="$ac_config_files programs/winepath/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 programs/winetest/Makefile"
25540 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25541 winetest"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25544 ac_config_files="$ac_config_files programs/winetest/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 programs/winevdm/Makefile"
25548 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25549 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25550 winevdm"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25553 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 programs/winhlp32/Makefile"
25557 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25558 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25559 winhlp32"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25562 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 programs/winver/Makefile"
25566 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25567 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25568 winver"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25571 ac_config_files="$ac_config_files programs/winver/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 programs/wordpad/Makefile"
25575 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25576 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25577 wordpad"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25580 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 programs/write/Makefile"
25584 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25585 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25586 write"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25589 ac_config_files="$ac_config_files programs/write/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 programs/xcopy/Makefile"
25593 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25594 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25595 xcopy"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25598 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 server/Makefile"
25602 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25603 server"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 server/Makefile: server/Makefile.in Make.rules"
25606 ac_config_files="$ac_config_files server/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 tools/Makefile"
25610 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25611 tools"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 tools/Makefile: tools/Makefile.in Make.rules"
25614 ac_config_files="$ac_config_files tools/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 tools/widl/Makefile"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25621 ac_config_files="$ac_config_files tools/widl/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 tools/winebuild/Makefile"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25628 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 tools/winedump/Makefile"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25635 ac_config_files="$ac_config_files tools/winedump/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 tools/winegcc/Makefile"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25642 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 tools/wmc/Makefile"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25649 ac_config_files="$ac_config_files tools/wmc/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 tools/wrc/Makefile"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25656 ac_config_files="$ac_config_files tools/wrc/Makefile"
25660 ALL_WINETEST_DEPENDS="# Test binaries"
25662 for dir in $ALL_TEST_DIRS
25664 if test "$dir" != "\\"
25665 then
25666 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25667 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25668 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25669 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25671 done
25673 cat >confcache <<\_ACEOF
25674 # This file is a shell script that caches the results of configure
25675 # tests run on this system so they can be shared between configure
25676 # scripts and configure runs, see configure's option --config-cache.
25677 # It is not useful on other systems. If it contains results you don't
25678 # want to keep, you may remove or edit it.
25680 # config.status only pays attention to the cache file if you give it
25681 # the --recheck option to rerun configure.
25683 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25684 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25685 # following values.
25687 _ACEOF
25689 # The following way of writing the cache mishandles newlines in values,
25690 # but we know of no workaround that is simple, portable, and efficient.
25691 # So, we kill variables containing newlines.
25692 # Ultrix sh set writes to stderr and can't be redirected directly,
25693 # and sets the high bit in the cache file unless we assign to the vars.
25695 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25696 eval ac_val=\$$ac_var
25697 case $ac_val in #(
25698 *${as_nl}*)
25699 case $ac_var in #(
25700 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25701 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25702 esac
25703 case $ac_var in #(
25704 _ | IFS | as_nl) ;; #(
25705 *) $as_unset $ac_var ;;
25706 esac ;;
25707 esac
25708 done
25710 (set) 2>&1 |
25711 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25712 *${as_nl}ac_space=\ *)
25713 # `set' does not quote correctly, so add quotes (double-quote
25714 # substitution turns \\\\ into \\, and sed turns \\ into \).
25715 sed -n \
25716 "s/'/'\\\\''/g;
25717 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25718 ;; #(
25720 # `set' quotes correctly as required by POSIX, so do not add quotes.
25721 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25723 esac |
25724 sort
25726 sed '
25727 /^ac_cv_env_/b end
25728 t clear
25729 :clear
25730 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25731 t end
25732 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25733 :end' >>confcache
25734 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25735 if test -w "$cache_file"; then
25736 test "x$cache_file" != "x/dev/null" &&
25737 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25738 echo "$as_me: updating cache $cache_file" >&6;}
25739 cat confcache >$cache_file
25740 else
25741 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25742 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25745 rm -f confcache
25747 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25748 # Let make expand exec_prefix.
25749 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25751 DEFS=-DHAVE_CONFIG_H
25753 ac_libobjs=
25754 ac_ltlibobjs=
25755 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25756 # 1. Remove the extension, and $U if already installed.
25757 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25758 ac_i=`echo "$ac_i" | sed "$ac_script"`
25759 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25760 # will be set to the directory where LIBOBJS objects are built.
25761 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25762 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25763 done
25764 LIBOBJS=$ac_libobjs
25766 LTLIBOBJS=$ac_ltlibobjs
25770 : ${CONFIG_STATUS=./config.status}
25771 ac_clean_files_save=$ac_clean_files
25772 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25773 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25774 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25775 cat >$CONFIG_STATUS <<_ACEOF
25776 #! $SHELL
25777 # Generated by $as_me.
25778 # Run this file to recreate the current configuration.
25779 # Compiler output produced by configure, useful for debugging
25780 # configure, is in config.log if it exists.
25782 debug=false
25783 ac_cs_recheck=false
25784 ac_cs_silent=false
25785 SHELL=\${CONFIG_SHELL-$SHELL}
25786 _ACEOF
25788 cat >>$CONFIG_STATUS <<\_ACEOF
25789 ## --------------------- ##
25790 ## M4sh Initialization. ##
25791 ## --------------------- ##
25793 # Be more Bourne compatible
25794 DUALCASE=1; export DUALCASE # for MKS sh
25795 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25796 emulate sh
25797 NULLCMD=:
25798 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25799 # is contrary to our usage. Disable this feature.
25800 alias -g '${1+"$@"}'='"$@"'
25801 setopt NO_GLOB_SUBST
25802 else
25803 case `(set -o) 2>/dev/null` in
25804 *posix*) set -o posix ;;
25805 esac
25812 # PATH needs CR
25813 # Avoid depending upon Character Ranges.
25814 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25815 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25816 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25817 as_cr_digits='0123456789'
25818 as_cr_alnum=$as_cr_Letters$as_cr_digits
25820 # The user is always right.
25821 if test "${PATH_SEPARATOR+set}" != set; then
25822 echo "#! /bin/sh" >conf$$.sh
25823 echo "exit 0" >>conf$$.sh
25824 chmod +x conf$$.sh
25825 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25826 PATH_SEPARATOR=';'
25827 else
25828 PATH_SEPARATOR=:
25830 rm -f conf$$.sh
25833 # Support unset when possible.
25834 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25835 as_unset=unset
25836 else
25837 as_unset=false
25841 # IFS
25842 # We need space, tab and new line, in precisely that order. Quoting is
25843 # there to prevent editors from complaining about space-tab.
25844 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25845 # splitting by setting IFS to empty value.)
25846 as_nl='
25848 IFS=" "" $as_nl"
25850 # Find who we are. Look in the path if we contain no directory separator.
25851 case $0 in
25852 *[\\/]* ) as_myself=$0 ;;
25853 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25854 for as_dir in $PATH
25856 IFS=$as_save_IFS
25857 test -z "$as_dir" && as_dir=.
25858 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25859 done
25860 IFS=$as_save_IFS
25863 esac
25864 # We did not find ourselves, most probably we were run as `sh COMMAND'
25865 # in which case we are not to be found in the path.
25866 if test "x$as_myself" = x; then
25867 as_myself=$0
25869 if test ! -f "$as_myself"; then
25870 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25871 { (exit 1); exit 1; }
25874 # Work around bugs in pre-3.0 UWIN ksh.
25875 for as_var in ENV MAIL MAILPATH
25876 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25877 done
25878 PS1='$ '
25879 PS2='> '
25880 PS4='+ '
25882 # NLS nuisances.
25883 for as_var in \
25884 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25885 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25886 LC_TELEPHONE LC_TIME
25888 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25889 eval $as_var=C; export $as_var
25890 else
25891 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25893 done
25895 # Required to use basename.
25896 if expr a : '\(a\)' >/dev/null 2>&1 &&
25897 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25898 as_expr=expr
25899 else
25900 as_expr=false
25903 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25904 as_basename=basename
25905 else
25906 as_basename=false
25910 # Name of the executable.
25911 as_me=`$as_basename -- "$0" ||
25912 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25913 X"$0" : 'X\(//\)$' \| \
25914 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25915 echo X/"$0" |
25916 sed '/^.*\/\([^/][^/]*\)\/*$/{
25917 s//\1/
25920 /^X\/\(\/\/\)$/{
25921 s//\1/
25924 /^X\/\(\/\).*/{
25925 s//\1/
25928 s/.*/./; q'`
25930 # CDPATH.
25931 $as_unset CDPATH
25935 as_lineno_1=$LINENO
25936 as_lineno_2=$LINENO
25937 test "x$as_lineno_1" != "x$as_lineno_2" &&
25938 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25940 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25941 # uniformly replaced by the line number. The first 'sed' inserts a
25942 # line-number line after each line using $LINENO; the second 'sed'
25943 # does the real work. The second script uses 'N' to pair each
25944 # line-number line with the line containing $LINENO, and appends
25945 # trailing '-' during substitution so that $LINENO is not a special
25946 # case at line end.
25947 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25948 # scripts with optimization help from Paolo Bonzini. Blame Lee
25949 # E. McMahon (1931-1989) for sed's syntax. :-)
25950 sed -n '
25952 /[$]LINENO/=
25953 ' <$as_myself |
25954 sed '
25955 s/[$]LINENO.*/&-/
25956 t lineno
25958 :lineno
25960 :loop
25961 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25962 t loop
25963 s/-\n.*//
25964 ' >$as_me.lineno &&
25965 chmod +x "$as_me.lineno" ||
25966 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25967 { (exit 1); exit 1; }; }
25969 # Don't try to exec as it changes $[0], causing all sort of problems
25970 # (the dirname of $[0] is not the place where we might find the
25971 # original and so on. Autoconf is especially sensitive to this).
25972 . "./$as_me.lineno"
25973 # Exit status is that of the last command.
25974 exit
25978 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25979 as_dirname=dirname
25980 else
25981 as_dirname=false
25984 ECHO_C= ECHO_N= ECHO_T=
25985 case `echo -n x` in
25986 -n*)
25987 case `echo 'x\c'` in
25988 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25989 *) ECHO_C='\c';;
25990 esac;;
25992 ECHO_N='-n';;
25993 esac
25995 if expr a : '\(a\)' >/dev/null 2>&1 &&
25996 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25997 as_expr=expr
25998 else
25999 as_expr=false
26002 rm -f conf$$ conf$$.exe conf$$.file
26003 if test -d conf$$.dir; then
26004 rm -f conf$$.dir/conf$$.file
26005 else
26006 rm -f conf$$.dir
26007 mkdir conf$$.dir
26009 echo >conf$$.file
26010 if ln -s conf$$.file conf$$ 2>/dev/null; then
26011 as_ln_s='ln -s'
26012 # ... but there are two gotchas:
26013 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26014 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26015 # In both cases, we have to default to `cp -p'.
26016 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26017 as_ln_s='cp -p'
26018 elif ln conf$$.file conf$$ 2>/dev/null; then
26019 as_ln_s=ln
26020 else
26021 as_ln_s='cp -p'
26023 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26024 rmdir conf$$.dir 2>/dev/null
26026 if mkdir -p . 2>/dev/null; then
26027 as_mkdir_p=:
26028 else
26029 test -d ./-p && rmdir ./-p
26030 as_mkdir_p=false
26033 if test -x / >/dev/null 2>&1; then
26034 as_test_x='test -x'
26035 else
26036 if ls -dL / >/dev/null 2>&1; then
26037 as_ls_L_option=L
26038 else
26039 as_ls_L_option=
26041 as_test_x='
26042 eval sh -c '\''
26043 if test -d "$1"; then
26044 test -d "$1/.";
26045 else
26046 case $1 in
26047 -*)set "./$1";;
26048 esac;
26049 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26050 ???[sx]*):;;*)false;;esac;fi
26051 '\'' sh
26054 as_executable_p=$as_test_x
26056 # Sed expression to map a string onto a valid CPP name.
26057 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26059 # Sed expression to map a string onto a valid variable name.
26060 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26063 exec 6>&1
26065 # Save the log message, to keep $[0] and so on meaningful, and to
26066 # report actual input values of CONFIG_FILES etc. instead of their
26067 # values after options handling.
26068 ac_log="
26069 This file was extended by Wine $as_me 1.1.4, which was
26070 generated by GNU Autoconf 2.61. Invocation command line was
26072 CONFIG_FILES = $CONFIG_FILES
26073 CONFIG_HEADERS = $CONFIG_HEADERS
26074 CONFIG_LINKS = $CONFIG_LINKS
26075 CONFIG_COMMANDS = $CONFIG_COMMANDS
26076 $ $0 $@
26078 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26081 _ACEOF
26083 cat >>$CONFIG_STATUS <<_ACEOF
26084 # Files that config.status was made for.
26085 config_files="$ac_config_files"
26086 config_headers="$ac_config_headers"
26087 config_commands="$ac_config_commands"
26089 _ACEOF
26091 cat >>$CONFIG_STATUS <<\_ACEOF
26092 ac_cs_usage="\
26093 \`$as_me' instantiates files from templates according to the
26094 current configuration.
26096 Usage: $0 [OPTIONS] [FILE]...
26098 -h, --help print this help, then exit
26099 -V, --version print version number and configuration settings, then exit
26100 -q, --quiet do not print progress messages
26101 -d, --debug don't remove temporary files
26102 --recheck update $as_me by reconfiguring in the same conditions
26103 --file=FILE[:TEMPLATE]
26104 instantiate the configuration file FILE
26105 --header=FILE[:TEMPLATE]
26106 instantiate the configuration header FILE
26108 Configuration files:
26109 $config_files
26111 Configuration headers:
26112 $config_headers
26114 Configuration commands:
26115 $config_commands
26117 Report bugs to <bug-autoconf@gnu.org>."
26119 _ACEOF
26120 cat >>$CONFIG_STATUS <<_ACEOF
26121 ac_cs_version="\\
26122 Wine config.status 1.1.4
26123 configured by $0, generated by GNU Autoconf 2.61,
26124 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26126 Copyright (C) 2006 Free Software Foundation, Inc.
26127 This config.status script is free software; the Free Software Foundation
26128 gives unlimited permission to copy, distribute and modify it."
26130 ac_pwd='$ac_pwd'
26131 srcdir='$srcdir'
26132 INSTALL='$INSTALL'
26133 _ACEOF
26135 cat >>$CONFIG_STATUS <<\_ACEOF
26136 # If no file are specified by the user, then we need to provide default
26137 # value. By we need to know if files were specified by the user.
26138 ac_need_defaults=:
26139 while test $# != 0
26141 case $1 in
26142 --*=*)
26143 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26144 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26145 ac_shift=:
26148 ac_option=$1
26149 ac_optarg=$2
26150 ac_shift=shift
26152 esac
26154 case $ac_option in
26155 # Handling of the options.
26156 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26157 ac_cs_recheck=: ;;
26158 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26159 echo "$ac_cs_version"; exit ;;
26160 --debug | --debu | --deb | --de | --d | -d )
26161 debug=: ;;
26162 --file | --fil | --fi | --f )
26163 $ac_shift
26164 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26165 ac_need_defaults=false;;
26166 --header | --heade | --head | --hea )
26167 $ac_shift
26168 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26169 ac_need_defaults=false;;
26170 --he | --h)
26171 # Conflict between --help and --header
26172 { echo "$as_me: error: ambiguous option: $1
26173 Try \`$0 --help' for more information." >&2
26174 { (exit 1); exit 1; }; };;
26175 --help | --hel | -h )
26176 echo "$ac_cs_usage"; exit ;;
26177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26178 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26179 ac_cs_silent=: ;;
26181 # This is an error.
26182 -*) { echo "$as_me: error: unrecognized option: $1
26183 Try \`$0 --help' for more information." >&2
26184 { (exit 1); exit 1; }; } ;;
26186 *) ac_config_targets="$ac_config_targets $1"
26187 ac_need_defaults=false ;;
26189 esac
26190 shift
26191 done
26193 ac_configure_extra_args=
26195 if $ac_cs_silent; then
26196 exec 6>/dev/null
26197 ac_configure_extra_args="$ac_configure_extra_args --silent"
26200 _ACEOF
26201 cat >>$CONFIG_STATUS <<_ACEOF
26202 if \$ac_cs_recheck; then
26203 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26204 CONFIG_SHELL=$SHELL
26205 export CONFIG_SHELL
26206 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26209 _ACEOF
26210 cat >>$CONFIG_STATUS <<\_ACEOF
26211 exec 5>>config.log
26213 echo
26214 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26215 ## Running $as_me. ##
26216 _ASBOX
26217 echo "$ac_log"
26218 } >&5
26220 _ACEOF
26221 cat >>$CONFIG_STATUS <<_ACEOF
26222 _ACEOF
26224 cat >>$CONFIG_STATUS <<\_ACEOF
26226 # Handling of arguments.
26227 for ac_config_target in $ac_config_targets
26229 case $ac_config_target in
26230 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26231 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26232 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26233 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26234 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26235 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26236 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26237 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26238 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26239 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26240 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26241 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26242 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26243 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26244 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26245 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26246 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26247 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26248 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26249 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26250 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26251 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26252 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26253 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26254 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26255 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26256 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26257 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26258 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26259 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26260 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26261 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26262 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26263 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26264 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26265 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26266 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26267 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26268 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26269 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26270 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26271 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26272 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26273 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26274 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26275 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26276 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26277 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26278 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26279 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26280 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26281 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26282 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26283 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26284 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26285 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26286 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26287 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26288 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26289 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26290 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26291 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26292 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26293 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26294 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26295 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26296 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26297 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26298 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26299 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26300 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26301 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26302 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26303 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26304 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26305 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26306 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26307 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26308 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26309 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26310 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26311 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26312 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26313 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26314 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26315 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26316 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26317 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26318 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26319 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26320 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26321 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26322 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26323 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26324 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26325 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26326 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26327 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26328 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26329 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26330 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26331 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26332 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26333 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26334 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26335 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26336 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26337 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26338 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26339 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26340 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26341 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26342 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26343 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26344 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26345 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26346 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26347 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26348 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26349 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26350 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26351 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26352 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26353 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26354 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26355 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26356 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26357 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26358 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26359 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26360 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26361 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26362 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26363 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26364 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26365 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26366 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26367 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26368 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26369 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26370 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26371 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26372 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26373 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26374 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26375 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26376 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26377 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26378 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26379 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26380 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26381 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26382 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26383 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26384 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26385 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26386 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26387 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26388 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26389 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26390 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26391 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26392 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26393 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26394 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26395 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26396 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26397 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26398 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26399 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26400 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26401 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26402 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26403 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26404 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26405 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26406 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26407 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26408 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26409 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26410 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26411 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26412 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26413 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26414 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26415 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26416 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26417 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26418 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26419 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26420 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26421 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26422 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26423 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26424 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26425 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26426 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26427 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26428 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26429 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26430 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26431 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26432 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26433 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26434 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26435 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26436 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26437 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26438 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26439 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26440 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26441 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26442 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26443 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26444 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26445 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26446 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26447 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26448 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26449 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26450 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26451 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26452 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26453 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26454 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26455 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26456 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26457 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26458 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26459 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26460 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26461 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26462 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26463 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26464 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26465 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26466 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26467 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26468 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26469 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26470 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26471 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26472 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26473 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26474 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26475 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26476 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26477 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26478 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26479 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26480 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26481 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26482 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26483 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26484 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26485 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26486 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26487 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26488 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26489 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26490 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26491 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26492 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26493 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26494 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26495 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26496 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26497 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26498 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26499 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26500 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26501 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26502 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26503 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26504 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26505 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26506 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26507 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26508 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26509 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26510 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26511 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26512 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26513 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26514 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26515 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26516 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26517 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26518 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26519 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26520 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26521 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26522 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26523 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26524 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26525 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26526 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26527 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26528 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26529 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26530 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26531 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26532 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26533 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26534 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26535 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26536 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26537 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26538 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26539 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26540 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26541 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26542 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26543 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26544 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26545 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26546 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26547 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26548 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26549 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26550 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26551 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26552 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26553 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26554 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26555 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26556 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26557 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26558 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26559 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26560 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26561 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26562 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26563 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26564 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26565 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26566 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26567 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26568 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26569 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26570 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26571 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26572 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26573 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26574 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26575 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26576 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26577 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26578 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26579 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26580 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26581 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26582 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26583 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26584 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26585 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26586 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26587 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26588 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26589 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26590 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26591 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26592 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26593 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26594 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26595 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26596 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26597 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26598 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26599 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26600 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26601 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26602 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26603 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26604 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26605 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26606 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26607 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26608 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26609 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26610 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26611 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26612 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26613 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26614 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26615 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26616 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26617 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26618 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26619 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26620 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26621 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26622 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26623 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26624 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26625 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26626 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26627 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26628 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26629 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26630 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26631 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26632 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26633 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26634 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26635 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26636 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26637 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26638 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26639 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26640 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26641 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26642 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26643 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26644 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26645 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26646 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26647 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26648 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26649 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26650 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26651 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26652 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26653 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26654 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26655 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26656 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26657 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26658 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26659 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26660 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26661 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26662 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26664 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26665 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26666 { (exit 1); exit 1; }; };;
26667 esac
26668 done
26671 # If the user did not use the arguments to specify the items to instantiate,
26672 # then the envvar interface is used. Set only those that are not.
26673 # We use the long form for the default assignment because of an extremely
26674 # bizarre bug on SunOS 4.1.3.
26675 if $ac_need_defaults; then
26676 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26677 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26678 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26681 # Have a temporary directory for convenience. Make it in the build tree
26682 # simply because there is no reason against having it here, and in addition,
26683 # creating and moving files from /tmp can sometimes cause problems.
26684 # Hook for its removal unless debugging.
26685 # Note that there is a small window in which the directory will not be cleaned:
26686 # after its creation but before its name has been assigned to `$tmp'.
26687 $debug ||
26689 tmp=
26690 trap 'exit_status=$?
26691 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26693 trap '{ (exit 1); exit 1; }' 1 2 13 15
26695 # Create a (secure) tmp directory for tmp files.
26698 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26699 test -n "$tmp" && test -d "$tmp"
26700 } ||
26702 tmp=./conf$$-$RANDOM
26703 (umask 077 && mkdir "$tmp")
26704 } ||
26706 echo "$me: cannot create a temporary directory in ." >&2
26707 { (exit 1); exit 1; }
26711 # Set up the sed scripts for CONFIG_FILES section.
26714 # No need to generate the scripts if there are no CONFIG_FILES.
26715 # This happens for instance when ./config.status config.h
26716 if test -n "$CONFIG_FILES"; then
26718 _ACEOF
26720 # Create sed commands to just substitute file output variables.
26722 # Remaining file output variables are in a fragment that also has non-file
26723 # output varibles.
26727 ac_delim='%!_!# '
26728 for ac_last_try in false false false false false :; do
26729 cat >conf$$subs.sed <<_ACEOF
26730 SHELL!$SHELL$ac_delim
26731 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26732 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26733 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26734 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26735 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26736 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26737 exec_prefix!$exec_prefix$ac_delim
26738 prefix!$prefix$ac_delim
26739 program_transform_name!$program_transform_name$ac_delim
26740 bindir!$bindir$ac_delim
26741 sbindir!$sbindir$ac_delim
26742 libexecdir!$libexecdir$ac_delim
26743 datarootdir!$datarootdir$ac_delim
26744 datadir!$datadir$ac_delim
26745 sysconfdir!$sysconfdir$ac_delim
26746 sharedstatedir!$sharedstatedir$ac_delim
26747 localstatedir!$localstatedir$ac_delim
26748 includedir!$includedir$ac_delim
26749 oldincludedir!$oldincludedir$ac_delim
26750 docdir!$docdir$ac_delim
26751 infodir!$infodir$ac_delim
26752 htmldir!$htmldir$ac_delim
26753 dvidir!$dvidir$ac_delim
26754 pdfdir!$pdfdir$ac_delim
26755 psdir!$psdir$ac_delim
26756 libdir!$libdir$ac_delim
26757 localedir!$localedir$ac_delim
26758 mandir!$mandir$ac_delim
26759 DEFS!$DEFS$ac_delim
26760 ECHO_C!$ECHO_C$ac_delim
26761 ECHO_N!$ECHO_N$ac_delim
26762 ECHO_T!$ECHO_T$ac_delim
26763 LIBS!$LIBS$ac_delim
26764 build_alias!$build_alias$ac_delim
26765 host_alias!$host_alias$ac_delim
26766 target_alias!$target_alias$ac_delim
26767 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26768 build!$build$ac_delim
26769 build_cpu!$build_cpu$ac_delim
26770 build_vendor!$build_vendor$ac_delim
26771 build_os!$build_os$ac_delim
26772 host!$host$ac_delim
26773 host_cpu!$host_cpu$ac_delim
26774 host_vendor!$host_vendor$ac_delim
26775 host_os!$host_os$ac_delim
26776 WIN16_FILES!$WIN16_FILES$ac_delim
26777 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26778 SET_MAKE!$SET_MAKE$ac_delim
26779 CC!$CC$ac_delim
26780 CFLAGS!$CFLAGS$ac_delim
26781 LDFLAGS!$LDFLAGS$ac_delim
26782 CPPFLAGS!$CPPFLAGS$ac_delim
26783 ac_ct_CC!$ac_ct_CC$ac_delim
26784 EXEEXT!$EXEEXT$ac_delim
26785 OBJEXT!$OBJEXT$ac_delim
26786 CXX!$CXX$ac_delim
26787 CXXFLAGS!$CXXFLAGS$ac_delim
26788 ac_ct_CXX!$ac_ct_CXX$ac_delim
26789 CPPBIN!$CPPBIN$ac_delim
26790 TOOLSDIR!$TOOLSDIR$ac_delim
26791 XMKMF!$XMKMF$ac_delim
26792 CPP!$CPP$ac_delim
26793 X_CFLAGS!$X_CFLAGS$ac_delim
26794 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26795 X_LIBS!$X_LIBS$ac_delim
26796 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26797 FLEX!$FLEX$ac_delim
26798 BISON!$BISON$ac_delim
26799 AS!$AS$ac_delim
26800 ac_ct_AS!$ac_ct_AS$ac_delim
26801 LD!$LD$ac_delim
26802 ac_ct_LD!$ac_ct_LD$ac_delim
26803 NM!$NM$ac_delim
26804 ac_ct_NM!$ac_ct_NM$ac_delim
26805 AR!$AR$ac_delim
26806 ac_ct_AR!$ac_ct_AR$ac_delim
26807 ARFLAGS!$ARFLAGS$ac_delim
26808 RANLIB!$RANLIB$ac_delim
26809 STRIP!$STRIP$ac_delim
26810 WINDRES!$WINDRES$ac_delim
26811 LN_S!$LN_S$ac_delim
26812 _ACEOF
26814 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26815 break
26816 elif $ac_last_try; then
26817 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26818 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26819 { (exit 1); exit 1; }; }
26820 else
26821 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26823 done
26825 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26826 if test -n "$ac_eof"; then
26827 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26828 ac_eof=`expr $ac_eof + 1`
26831 cat >>$CONFIG_STATUS <<_ACEOF
26832 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26833 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26834 /^[ ]*@MAKE_RULES@[ ]*$/{
26835 r $MAKE_RULES
26838 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26839 r $MAKE_DLL_RULES
26842 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26843 r $MAKE_IMPLIB_RULES
26846 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26847 r $MAKE_TEST_RULES
26850 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26851 r $MAKE_PROG_RULES
26854 _ACEOF
26855 sed '
26856 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26857 s/^/s,@/; s/!/@,|#_!!_#|/
26860 s/'"$ac_delim"'$/,g/; t
26861 s/$/\\/; p
26862 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26863 ' >>$CONFIG_STATUS <conf$$subs.sed
26864 rm -f conf$$subs.sed
26865 cat >>$CONFIG_STATUS <<_ACEOF
26866 CEOF$ac_eof
26867 _ACEOF
26870 ac_delim='%!_!# '
26871 for ac_last_try in false false false false false :; do
26872 cat >conf$$subs.sed <<_ACEOF
26873 LN!$LN$ac_delim
26874 GREP!$GREP$ac_delim
26875 EGREP!$EGREP$ac_delim
26876 LDCONFIG!$LDCONFIG$ac_delim
26877 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26878 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26879 INSTALL_DATA!$INSTALL_DATA$ac_delim
26880 LINT!$LINT$ac_delim
26881 LINTFLAGS!$LINTFLAGS$ac_delim
26882 FONTFORGE!$FONTFORGE$ac_delim
26883 PKG_CONFIG!$PKG_CONFIG$ac_delim
26884 RSVG!$RSVG$ac_delim
26885 ICOTOOL!$ICOTOOL$ac_delim
26886 PRELINK!$PRELINK$ac_delim
26887 LIBPTHREAD!$LIBPTHREAD$ac_delim
26888 XLIB!$XLIB$ac_delim
26889 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26890 DLLEXT!$DLLEXT$ac_delim
26891 DLLFLAGS!$DLLFLAGS$ac_delim
26892 LDSHARED!$LDSHARED$ac_delim
26893 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26894 LIBEXT!$LIBEXT$ac_delim
26895 IMPLIBEXT!$IMPLIBEXT$ac_delim
26896 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26897 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26898 LDD!$LDD$ac_delim
26899 DLLTOOL!$DLLTOOL$ac_delim
26900 DLLWRAP!$DLLWRAP$ac_delim
26901 MINGWAR!$MINGWAR$ac_delim
26902 SECURITYLIB!$SECURITYLIB$ac_delim
26903 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26904 IOKITLIB!$IOKITLIB$ac_delim
26905 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26906 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26907 COREAUDIO!$COREAUDIO$ac_delim
26908 CARBONLIB!$CARBONLIB$ac_delim
26909 CROSSTEST!$CROSSTEST$ac_delim
26910 CROSSCC!$CROSSCC$ac_delim
26911 CROSSWINDRES!$CROSSWINDRES$ac_delim
26912 NASLIBS!$NASLIBS$ac_delim
26913 XML2LIBS!$XML2LIBS$ac_delim
26914 XML2INCL!$XML2INCL$ac_delim
26915 XSLTLIBS!$XSLTLIBS$ac_delim
26916 XSLTINCL!$XSLTINCL$ac_delim
26917 HALINCL!$HALINCL$ac_delim
26918 sane_devel!$sane_devel$ac_delim
26919 SANEINCL!$SANEINCL$ac_delim
26920 gphoto2_devel!$gphoto2_devel$ac_delim
26921 gphoto2port_devel!$gphoto2port_devel$ac_delim
26922 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26923 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26924 RESOLVLIBS!$RESOLVLIBS$ac_delim
26925 LCMSLIBS!$LCMSLIBS$ac_delim
26926 ft_devel!$ft_devel$ac_delim
26927 FREETYPELIBS!$FREETYPELIBS$ac_delim
26928 FREETYPEINCL!$FREETYPEINCL$ac_delim
26929 ESDCONFIG!$ESDCONFIG$ac_delim
26930 ESDINCL!$ESDINCL$ac_delim
26931 ESDLIBS!$ESDLIBS$ac_delim
26932 ALSALIBS!$ALSALIBS$ac_delim
26933 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26934 CUPSINCL!$CUPSINCL$ac_delim
26935 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26936 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26937 BUILTINFLAG!$BUILTINFLAG$ac_delim
26938 LDPATH!$LDPATH$ac_delim
26939 CRTLIBS!$CRTLIBS$ac_delim
26940 SOCKETLIBS!$SOCKETLIBS$ac_delim
26941 MAIN_BINARY!$MAIN_BINARY$ac_delim
26942 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26943 LIBDL!$LIBDL$ac_delim
26944 LIBPOLL!$LIBPOLL$ac_delim
26945 LDAPLIBS!$LDAPLIBS$ac_delim
26946 DEPENDENCIES!$DEPENDENCIES$ac_delim
26947 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26948 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26949 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26950 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26951 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26952 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26953 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26954 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26955 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26956 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26957 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26958 LIBOBJS!$LIBOBJS$ac_delim
26959 LTLIBOBJS!$LTLIBOBJS$ac_delim
26960 _ACEOF
26962 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26963 break
26964 elif $ac_last_try; then
26965 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26966 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26967 { (exit 1); exit 1; }; }
26968 else
26969 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26971 done
26973 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26974 if test -n "$ac_eof"; then
26975 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26976 ac_eof=`expr $ac_eof + 1`
26979 cat >>$CONFIG_STATUS <<_ACEOF
26980 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26981 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26982 _ACEOF
26983 sed '
26984 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26985 s/^/s,@/; s/!/@,|#_!!_#|/
26988 s/'"$ac_delim"'$/,g/; t
26989 s/$/\\/; p
26990 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26991 ' >>$CONFIG_STATUS <conf$$subs.sed
26992 rm -f conf$$subs.sed
26993 cat >>$CONFIG_STATUS <<_ACEOF
26994 :end
26995 s/|#_!!_#|//g
26996 CEOF$ac_eof
26997 _ACEOF
27000 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27001 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27002 # trailing colons and then remove the whole line if VPATH becomes empty
27003 # (actually we leave an empty line to preserve line numbers).
27004 if test "x$srcdir" = x.; then
27005 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27006 s/:*\$(srcdir):*/:/
27007 s/:*\${srcdir}:*/:/
27008 s/:*@srcdir@:*/:/
27009 s/^\([^=]*=[ ]*\):*/\1/
27010 s/:*$//
27011 s/^[^=]*=[ ]*$//
27015 cat >>$CONFIG_STATUS <<\_ACEOF
27016 fi # test -n "$CONFIG_FILES"
27019 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27021 case $ac_tag in
27022 :[FHLC]) ac_mode=$ac_tag; continue;;
27023 esac
27024 case $ac_mode$ac_tag in
27025 :[FHL]*:*);;
27026 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27027 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27028 { (exit 1); exit 1; }; };;
27029 :[FH]-) ac_tag=-:-;;
27030 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27031 esac
27032 ac_save_IFS=$IFS
27033 IFS=:
27034 set x $ac_tag
27035 IFS=$ac_save_IFS
27036 shift
27037 ac_file=$1
27038 shift
27040 case $ac_mode in
27041 :L) ac_source=$1;;
27042 :[FH])
27043 ac_file_inputs=
27044 for ac_f
27046 case $ac_f in
27047 -) ac_f="$tmp/stdin";;
27048 *) # Look for the file first in the build tree, then in the source tree
27049 # (if the path is not absolute). The absolute path cannot be DOS-style,
27050 # because $ac_f cannot contain `:'.
27051 test -f "$ac_f" ||
27052 case $ac_f in
27053 [\\/$]*) false;;
27054 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27055 esac ||
27056 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27057 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27058 { (exit 1); exit 1; }; };;
27059 esac
27060 ac_file_inputs="$ac_file_inputs $ac_f"
27061 done
27063 # Let's still pretend it is `configure' which instantiates (i.e., don't
27064 # use $as_me), people would be surprised to read:
27065 # /* config.h. Generated by config.status. */
27066 configure_input="Generated from "`IFS=:
27067 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27068 if test x"$ac_file" != x-; then
27069 configure_input="$ac_file. $configure_input"
27070 { echo "$as_me:$LINENO: creating $ac_file" >&5
27071 echo "$as_me: creating $ac_file" >&6;}
27074 case $ac_tag in
27075 *:-:* | *:-) cat >"$tmp/stdin";;
27076 esac
27078 esac
27080 ac_dir=`$as_dirname -- "$ac_file" ||
27081 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27082 X"$ac_file" : 'X\(//\)[^/]' \| \
27083 X"$ac_file" : 'X\(//\)$' \| \
27084 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27085 echo X"$ac_file" |
27086 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27087 s//\1/
27090 /^X\(\/\/\)[^/].*/{
27091 s//\1/
27094 /^X\(\/\/\)$/{
27095 s//\1/
27098 /^X\(\/\).*/{
27099 s//\1/
27102 s/.*/./; q'`
27103 { as_dir="$ac_dir"
27104 case $as_dir in #(
27105 -*) as_dir=./$as_dir;;
27106 esac
27107 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27108 as_dirs=
27109 while :; do
27110 case $as_dir in #(
27111 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27112 *) as_qdir=$as_dir;;
27113 esac
27114 as_dirs="'$as_qdir' $as_dirs"
27115 as_dir=`$as_dirname -- "$as_dir" ||
27116 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27117 X"$as_dir" : 'X\(//\)[^/]' \| \
27118 X"$as_dir" : 'X\(//\)$' \| \
27119 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27120 echo X"$as_dir" |
27121 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27122 s//\1/
27125 /^X\(\/\/\)[^/].*/{
27126 s//\1/
27129 /^X\(\/\/\)$/{
27130 s//\1/
27133 /^X\(\/\).*/{
27134 s//\1/
27137 s/.*/./; q'`
27138 test -d "$as_dir" && break
27139 done
27140 test -z "$as_dirs" || eval "mkdir $as_dirs"
27141 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27142 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27143 { (exit 1); exit 1; }; }; }
27144 ac_builddir=.
27146 case "$ac_dir" in
27147 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27149 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27150 # A ".." for each directory in $ac_dir_suffix.
27151 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27152 case $ac_top_builddir_sub in
27153 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27154 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27155 esac ;;
27156 esac
27157 ac_abs_top_builddir=$ac_pwd
27158 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27159 # for backward compatibility:
27160 ac_top_builddir=$ac_top_build_prefix
27162 case $srcdir in
27163 .) # We are building in place.
27164 ac_srcdir=.
27165 ac_top_srcdir=$ac_top_builddir_sub
27166 ac_abs_top_srcdir=$ac_pwd ;;
27167 [\\/]* | ?:[\\/]* ) # Absolute name.
27168 ac_srcdir=$srcdir$ac_dir_suffix;
27169 ac_top_srcdir=$srcdir
27170 ac_abs_top_srcdir=$srcdir ;;
27171 *) # Relative name.
27172 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27173 ac_top_srcdir=$ac_top_build_prefix$srcdir
27174 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27175 esac
27176 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27179 case $ac_mode in
27182 # CONFIG_FILE
27185 case $INSTALL in
27186 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27187 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27188 esac
27189 _ACEOF
27191 cat >>$CONFIG_STATUS <<\_ACEOF
27192 # If the template does not know about datarootdir, expand it.
27193 # FIXME: This hack should be removed a few years after 2.60.
27194 ac_datarootdir_hack=; ac_datarootdir_seen=
27196 case `sed -n '/datarootdir/ {
27200 /@datadir@/p
27201 /@docdir@/p
27202 /@infodir@/p
27203 /@localedir@/p
27204 /@mandir@/p
27205 ' $ac_file_inputs` in
27206 *datarootdir*) ac_datarootdir_seen=yes;;
27207 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27208 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27209 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27210 _ACEOF
27211 cat >>$CONFIG_STATUS <<_ACEOF
27212 ac_datarootdir_hack='
27213 s&@datadir@&$datadir&g
27214 s&@docdir@&$docdir&g
27215 s&@infodir@&$infodir&g
27216 s&@localedir@&$localedir&g
27217 s&@mandir@&$mandir&g
27218 s&\\\${datarootdir}&$datarootdir&g' ;;
27219 esac
27220 _ACEOF
27222 # Neutralize VPATH when `$srcdir' = `.'.
27223 # Shell code in configure.ac might set extrasub.
27224 # FIXME: do we really want to maintain this feature?
27225 cat >>$CONFIG_STATUS <<_ACEOF
27226 sed "$ac_vpsub
27227 $extrasub
27228 _ACEOF
27229 cat >>$CONFIG_STATUS <<\_ACEOF
27231 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27232 s&@configure_input@&$configure_input&;t t
27233 s&@top_builddir@&$ac_top_builddir_sub&;t t
27234 s&@srcdir@&$ac_srcdir&;t t
27235 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27236 s&@top_srcdir@&$ac_top_srcdir&;t t
27237 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27238 s&@builddir@&$ac_builddir&;t t
27239 s&@abs_builddir@&$ac_abs_builddir&;t t
27240 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27241 s&@INSTALL@&$ac_INSTALL&;t t
27242 $ac_datarootdir_hack
27243 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27245 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27246 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27247 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27248 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27249 which seems to be undefined. Please make sure it is defined." >&5
27250 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27251 which seems to be undefined. Please make sure it is defined." >&2;}
27253 rm -f "$tmp/stdin"
27254 case $ac_file in
27255 -) cat "$tmp/out"; rm -f "$tmp/out";;
27256 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27257 esac
27261 # CONFIG_HEADER
27263 _ACEOF
27265 # Transform confdefs.h into a sed script `conftest.defines', that
27266 # substitutes the proper values into config.h.in to produce config.h.
27267 rm -f conftest.defines conftest.tail
27268 # First, append a space to every undef/define line, to ease matching.
27269 echo 's/$/ /' >conftest.defines
27270 # Then, protect against being on the right side of a sed subst, or in
27271 # an unquoted here document, in config.status. If some macros were
27272 # called several times there might be several #defines for the same
27273 # symbol, which is useless. But do not sort them, since the last
27274 # AC_DEFINE must be honored.
27275 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27276 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27277 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27278 # PARAMS is the parameter list in the macro definition--in most cases, it's
27279 # just an empty string.
27280 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27281 ac_dB='\\)[ (].*,\\1define\\2'
27282 ac_dC=' '
27283 ac_dD=' ,'
27285 uniq confdefs.h |
27286 sed -n '
27287 t rset
27288 :rset
27289 s/^[ ]*#[ ]*define[ ][ ]*//
27290 t ok
27293 s/[\\&,]/\\&/g
27294 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27295 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27296 ' >>conftest.defines
27298 # Remove the space that was appended to ease matching.
27299 # Then replace #undef with comments. This is necessary, for
27300 # example, in the case of _POSIX_SOURCE, which is predefined and required
27301 # on some systems where configure will not decide to define it.
27302 # (The regexp can be short, since the line contains either #define or #undef.)
27303 echo 's/ $//
27304 s,^[ #]*u.*,/* & */,' >>conftest.defines
27306 # Break up conftest.defines:
27307 ac_max_sed_lines=50
27309 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27310 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27311 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27312 # et cetera.
27313 ac_in='$ac_file_inputs'
27314 ac_out='"$tmp/out1"'
27315 ac_nxt='"$tmp/out2"'
27317 while :
27319 # Write a here document:
27320 cat >>$CONFIG_STATUS <<_ACEOF
27321 # First, check the format of the line:
27322 cat >"\$tmp/defines.sed" <<\\CEOF
27323 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27324 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27326 :def
27327 _ACEOF
27328 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27329 echo 'CEOF
27330 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27331 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27332 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27333 grep . conftest.tail >/dev/null || break
27334 rm -f conftest.defines
27335 mv conftest.tail conftest.defines
27336 done
27337 rm -f conftest.defines conftest.tail
27339 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27340 cat >>$CONFIG_STATUS <<\_ACEOF
27341 if test x"$ac_file" != x-; then
27342 echo "/* $configure_input */" >"$tmp/config.h"
27343 cat "$ac_result" >>"$tmp/config.h"
27344 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27345 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27346 echo "$as_me: $ac_file is unchanged" >&6;}
27347 else
27348 rm -f $ac_file
27349 mv "$tmp/config.h" $ac_file
27351 else
27352 echo "/* $configure_input */"
27353 cat "$ac_result"
27355 rm -f "$tmp/out12"
27358 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27359 echo "$as_me: executing $ac_file commands" >&6;}
27361 esac
27364 case $ac_file$ac_mode in
27365 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27366 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27367 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27368 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27369 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27370 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27371 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27372 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27373 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27374 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27375 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27376 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27377 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27379 esac
27380 done # for ac_tag
27383 { (exit 0); exit 0; }
27384 _ACEOF
27385 chmod +x $CONFIG_STATUS
27386 ac_clean_files=$ac_clean_files_save
27389 # configure is writing to config.log, and then calls config.status.
27390 # config.status does its own redirection, appending to config.log.
27391 # Unfortunately, on DOS this fails, as config.log is still kept open
27392 # by configure, so config.status won't be able to write to it; its
27393 # output is simply discarded. So we exec the FD to /dev/null,
27394 # effectively closing config.log, so it can be properly (re)opened and
27395 # appended to by config.status. When coming back to configure, we
27396 # need to make the FD available again.
27397 if test "$no_create" != yes; then
27398 ac_cs_success=:
27399 ac_config_status_args=
27400 test "$silent" = yes &&
27401 ac_config_status_args="$ac_config_status_args --quiet"
27402 exec 5>/dev/null
27403 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27404 exec 5>>config.log
27405 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27406 # would make configure fail if this is the last instruction.
27407 $ac_cs_success || { (exit 1); exit 1; }
27411 if test "$no_create" = "yes"
27412 then
27413 exit 0
27416 ac_save_IFS="$IFS"
27417 IFS="|"
27418 if test "x$wine_notices != "x; then
27419 echo >&6
27420 for msg in $wine_notices; do
27421 if test -n "$msg"; then
27422 { echo "$as_me:$LINENO: $msg" >&5
27423 echo "$as_me: $msg" >&6;}
27425 done
27427 for msg in $wine_warnings; do
27428 if test -n "$msg"; then
27429 echo >&2
27430 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27431 echo "$as_me: WARNING: $msg" >&2;}
27433 done
27434 IFS="$ac_save_IFS"
27436 echo "
27437 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27438 " >&6