push 4901f8df60e614eec36809b422720d1d91fd69fe
[wine/hacks.git] / configure
blob4da56dae70be122ac7d0c2468c53e3d7be074e83
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.3'
578 PACKAGE_STRING='Wine 1.1.3'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 LIBOBJS
786 LTLIBOBJS'
787 ac_subst_files='MAKE_RULES
788 MAKE_DLL_RULES
789 MAKE_IMPLIB_RULES
790 MAKE_TEST_RULES
791 MAKE_PROG_RULES'
792 ac_precious_vars='build_alias
793 host_alias
794 target_alias
796 CFLAGS
797 LDFLAGS
798 LIBS
799 CPPFLAGS
801 CXXFLAGS
803 XMKMF
804 CPP'
807 # Initialize some variables set by options.
808 ac_init_help=
809 ac_init_version=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
812 cache_file=/dev/null
813 exec_prefix=NONE
814 no_create=
815 no_recursion=
816 prefix=NONE
817 program_prefix=NONE
818 program_suffix=NONE
819 program_transform_name=s,x,x,
820 silent=
821 site=
822 srcdir=
823 verbose=
824 x_includes=NONE
825 x_libraries=NONE
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir='${exec_prefix}/bin'
834 sbindir='${exec_prefix}/sbin'
835 libexecdir='${exec_prefix}/libexec'
836 datarootdir='${prefix}/share'
837 datadir='${datarootdir}'
838 sysconfdir='${prefix}/etc'
839 sharedstatedir='${prefix}/com'
840 localstatedir='${prefix}/var'
841 includedir='${prefix}/include'
842 oldincludedir='/usr/include'
843 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir='${datarootdir}/info'
845 htmldir='${docdir}'
846 dvidir='${docdir}'
847 pdfdir='${docdir}'
848 psdir='${docdir}'
849 libdir='${exec_prefix}/lib'
850 localedir='${datarootdir}/locale'
851 mandir='${datarootdir}/man'
853 ac_prev=
854 ac_dashdash=
855 for ac_option
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\$ac_option
860 ac_prev=
861 continue
864 case $ac_option in
865 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
866 *) ac_optarg=yes ;;
867 esac
869 # Accept the important Cygnus configure options, so we can diagnose typos.
871 case $ac_dashdash$ac_option in
873 ac_dashdash=yes ;;
875 -bindir | --bindir | --bindi | --bind | --bin | --bi)
876 ac_prev=bindir ;;
877 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
878 bindir=$ac_optarg ;;
880 -build | --build | --buil | --bui | --bu)
881 ac_prev=build_alias ;;
882 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
883 build_alias=$ac_optarg ;;
885 -cache-file | --cache-file | --cache-fil | --cache-fi \
886 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
887 ac_prev=cache_file ;;
888 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
889 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
890 cache_file=$ac_optarg ;;
892 --config-cache | -C)
893 cache_file=config.cache ;;
895 -datadir | --datadir | --datadi | --datad)
896 ac_prev=datadir ;;
897 -datadir=* | --datadir=* | --datadi=* | --datad=*)
898 datadir=$ac_optarg ;;
900 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
901 | --dataroo | --dataro | --datar)
902 ac_prev=datarootdir ;;
903 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
904 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
905 datarootdir=$ac_optarg ;;
907 -disable-* | --disable-*)
908 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
911 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912 { (exit 1); exit 1; }; }
913 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
914 eval enable_$ac_feature=no ;;
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
926 -enable-* | --enable-*)
927 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
930 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931 { (exit 1); exit 1; }; }
932 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
933 eval enable_$ac_feature=\$ac_optarg ;;
935 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
936 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
937 | --exec | --exe | --ex)
938 ac_prev=exec_prefix ;;
939 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
940 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
941 | --exec=* | --exe=* | --ex=*)
942 exec_prefix=$ac_optarg ;;
944 -gas | --gas | --ga | --g)
945 # Obsolete; use --with-gas.
946 with_gas=yes ;;
948 -help | --help | --hel | --he | -h)
949 ac_init_help=long ;;
950 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
951 ac_init_help=recursive ;;
952 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
953 ac_init_help=short ;;
955 -host | --host | --hos | --ho)
956 ac_prev=host_alias ;;
957 -host=* | --host=* | --hos=* | --ho=*)
958 host_alias=$ac_optarg ;;
960 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
961 ac_prev=htmldir ;;
962 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
963 | --ht=*)
964 htmldir=$ac_optarg ;;
966 -includedir | --includedir | --includedi | --included | --include \
967 | --includ | --inclu | --incl | --inc)
968 ac_prev=includedir ;;
969 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
970 | --includ=* | --inclu=* | --incl=* | --inc=*)
971 includedir=$ac_optarg ;;
973 -infodir | --infodir | --infodi | --infod | --info | --inf)
974 ac_prev=infodir ;;
975 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
976 infodir=$ac_optarg ;;
978 -libdir | --libdir | --libdi | --libd)
979 ac_prev=libdir ;;
980 -libdir=* | --libdir=* | --libdi=* | --libd=*)
981 libdir=$ac_optarg ;;
983 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
984 | --libexe | --libex | --libe)
985 ac_prev=libexecdir ;;
986 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
987 | --libexe=* | --libex=* | --libe=*)
988 libexecdir=$ac_optarg ;;
990 -localedir | --localedir | --localedi | --localed | --locale)
991 ac_prev=localedir ;;
992 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
993 localedir=$ac_optarg ;;
995 -localstatedir | --localstatedir | --localstatedi | --localstated \
996 | --localstate | --localstat | --localsta | --localst | --locals)
997 ac_prev=localstatedir ;;
998 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
999 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1000 localstatedir=$ac_optarg ;;
1002 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1003 ac_prev=mandir ;;
1004 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1005 mandir=$ac_optarg ;;
1007 -nfp | --nfp | --nf)
1008 # Obsolete; use --without-fp.
1009 with_fp=no ;;
1011 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1012 | --no-cr | --no-c | -n)
1013 no_create=yes ;;
1015 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1016 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1017 no_recursion=yes ;;
1019 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1020 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1021 | --oldin | --oldi | --old | --ol | --o)
1022 ac_prev=oldincludedir ;;
1023 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1024 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1025 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1026 oldincludedir=$ac_optarg ;;
1028 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1029 ac_prev=prefix ;;
1030 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1031 prefix=$ac_optarg ;;
1033 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1034 | --program-pre | --program-pr | --program-p)
1035 ac_prev=program_prefix ;;
1036 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1037 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1038 program_prefix=$ac_optarg ;;
1040 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1041 | --program-suf | --program-su | --program-s)
1042 ac_prev=program_suffix ;;
1043 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1044 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1045 program_suffix=$ac_optarg ;;
1047 -program-transform-name | --program-transform-name \
1048 | --program-transform-nam | --program-transform-na \
1049 | --program-transform-n | --program-transform- \
1050 | --program-transform | --program-transfor \
1051 | --program-transfo | --program-transf \
1052 | --program-trans | --program-tran \
1053 | --progr-tra | --program-tr | --program-t)
1054 ac_prev=program_transform_name ;;
1055 -program-transform-name=* | --program-transform-name=* \
1056 | --program-transform-nam=* | --program-transform-na=* \
1057 | --program-transform-n=* | --program-transform-=* \
1058 | --program-transform=* | --program-transfor=* \
1059 | --program-transfo=* | --program-transf=* \
1060 | --program-trans=* | --program-tran=* \
1061 | --progr-tra=* | --program-tr=* | --program-t=*)
1062 program_transform_name=$ac_optarg ;;
1064 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1065 ac_prev=pdfdir ;;
1066 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1067 pdfdir=$ac_optarg ;;
1069 -psdir | --psdir | --psdi | --psd | --ps)
1070 ac_prev=psdir ;;
1071 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1072 psdir=$ac_optarg ;;
1074 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1075 | -silent | --silent | --silen | --sile | --sil)
1076 silent=yes ;;
1078 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1079 ac_prev=sbindir ;;
1080 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1081 | --sbi=* | --sb=*)
1082 sbindir=$ac_optarg ;;
1084 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1085 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1086 | --sharedst | --shareds | --shared | --share | --shar \
1087 | --sha | --sh)
1088 ac_prev=sharedstatedir ;;
1089 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1090 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1091 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1092 | --sha=* | --sh=*)
1093 sharedstatedir=$ac_optarg ;;
1095 -site | --site | --sit)
1096 ac_prev=site ;;
1097 -site=* | --site=* | --sit=*)
1098 site=$ac_optarg ;;
1100 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1101 ac_prev=srcdir ;;
1102 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1103 srcdir=$ac_optarg ;;
1105 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1106 | --syscon | --sysco | --sysc | --sys | --sy)
1107 ac_prev=sysconfdir ;;
1108 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1109 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1110 sysconfdir=$ac_optarg ;;
1112 -target | --target | --targe | --targ | --tar | --ta | --t)
1113 ac_prev=target_alias ;;
1114 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1115 target_alias=$ac_optarg ;;
1117 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1118 verbose=yes ;;
1120 -version | --version | --versio | --versi | --vers | -V)
1121 ac_init_version=: ;;
1123 -with-* | --with-*)
1124 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1127 { echo "$as_me: error: invalid package name: $ac_package" >&2
1128 { (exit 1); exit 1; }; }
1129 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1130 eval with_$ac_package=\$ac_optarg ;;
1132 -without-* | --without-*)
1133 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1136 { echo "$as_me: error: invalid package name: $ac_package" >&2
1137 { (exit 1); exit 1; }; }
1138 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1139 eval with_$ac_package=no ;;
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1150 x_includes=$ac_optarg ;;
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1157 x_libraries=$ac_optarg ;;
1159 -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161 { (exit 1); exit 1; }; }
1164 *=*)
1165 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1168 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169 { (exit 1); exit 1; }; }
1170 eval $ac_envvar=\$ac_optarg
1171 export $ac_envvar ;;
1174 # FIXME: should be removed in autoconf 3.0.
1175 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1177 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1181 esac
1182 done
1184 if test -n "$ac_prev"; then
1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1186 { echo "$as_me: error: missing argument to $ac_option" >&2
1187 { (exit 1); exit 1; }; }
1190 # Be sure to have absolute directory names.
1191 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192 datadir sysconfdir sharedstatedir localstatedir includedir \
1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194 libdir localedir mandir
1196 eval ac_val=\$$ac_var
1197 case $ac_val in
1198 [\\/$]* | ?:[\\/]* ) continue;;
1199 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200 esac
1201 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202 { (exit 1); exit 1; }; }
1203 done
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1208 build=$build_alias
1209 host=$host_alias
1210 target=$target_alias
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x; then
1214 if test "x$build_alias" = x; then
1215 cross_compiling=maybe
1216 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217 If a cross compiler is detected then cross compile mode will be used." >&2
1218 elif test "x$build_alias" != "x$host_alias"; then
1219 cross_compiling=yes
1223 ac_tool_prefix=
1224 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226 test "$silent" = yes && exec 6>/dev/null
1229 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di=`ls -di .` &&
1231 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1232 { echo "$as_me: error: Working directory cannot be determined" >&2
1233 { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 { echo "$as_me: error: pwd does not report name of working directory" >&2
1236 { (exit 1); exit 1; }; }
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted=yes
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$0" : 'X\(//\)[^/]' \| \
1246 X"$0" : 'X\(//\)$' \| \
1247 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1248 echo X"$0" |
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250 s//\1/
1253 /^X\(\/\/\)[^/].*/{
1254 s//\1/
1257 /^X\(\/\/\)$/{
1258 s//\1/
1261 /^X\(\/\).*/{
1262 s//\1/
1265 s/.*/./; q'`
1266 srcdir=$ac_confdir
1267 if test ! -r "$srcdir/$ac_unique_file"; then
1268 srcdir=..
1270 else
1271 ac_srcdir_defaulted=no
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276 { (exit 1); exit 1; }; }
1278 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 ac_abs_confdir=`(
1280 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281 { (exit 1); exit 1; }; }
1282 pwd)`
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1285 srcdir=.
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1290 case $srcdir in
1291 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1292 esac
1293 for ac_var in $ac_precious_vars; do
1294 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1295 eval ac_env_${ac_var}_value=\$${ac_var}
1296 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1298 done
1301 # Report the --help message.
1303 if test "$ac_init_help" = "long"; then
1304 # Omit some internal or obsolete options to make the list less imposing.
1305 # This message is too long to be a string in the A/UX 3.1 sh.
1306 cat <<_ACEOF
1307 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Defaults for the options are specified in brackets.
1316 Configuration:
1317 -h, --help display this help and exit
1318 --help=short display options specific to this package
1319 --help=recursive display the short help of all the included packages
1320 -V, --version display version information and exit
1321 -q, --quiet, --silent do not print \`checking...' messages
1322 --cache-file=FILE cache test results in FILE [disabled]
1323 -C, --config-cache alias for \`--cache-file=config.cache'
1324 -n, --no-create do not create output files
1325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 Installation directories:
1328 --prefix=PREFIX install architecture-independent files in PREFIX
1329 [$ac_default_prefix]
1330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1331 [PREFIX]
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1338 For better control, use the options below.
1340 Fine tuning of the installation directories:
1341 --bindir=DIR user executables [EPREFIX/bin]
1342 --sbindir=DIR system admin executables [EPREFIX/sbin]
1343 --libexecdir=DIR program executables [EPREFIX/libexec]
1344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1347 --libdir=DIR object code libraries [EPREFIX/lib]
1348 --includedir=DIR C header files [PREFIX/include]
1349 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1350 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1351 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1352 --infodir=DIR info documentation [DATAROOTDIR/info]
1353 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1354 --mandir=DIR man documentation [DATAROOTDIR/man]
1355 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1360 _ACEOF
1362 cat <<\_ACEOF
1364 X features:
1365 --x-includes=DIR X include files are in DIR
1366 --x-libraries=DIR X library files are in DIR
1368 System types:
1369 --build=BUILD configure for building on BUILD [guessed]
1370 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1371 _ACEOF
1374 if test -n "$ac_init_help"; then
1375 case $ac_init_help in
1376 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1377 esac
1378 cat <<\_ACEOF
1380 Optional Features:
1381 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1382 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1383 --disable-win16 do not include Win16 support
1384 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1385 binaries)
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1388 --disable-tests do not build the testsuites
1390 Optional Packages:
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-hal do not use HAL (dynamic device support)
1406 --without-jack do not use the Jack sound support
1407 --without-jpeg do not use JPEG
1408 --without-ldap do not use LDAP
1409 --without-nas do not use the NAS sound support
1410 --without-opengl do not use OpenGL
1411 --without-openssl do not use OpenSSL
1412 --without-oss do not use the OSS sound support
1413 --without-png do not use PNG
1414 --without-sane do not use SANE (scanner support)
1415 --without-xcomposite do not use the Xcomposite extension
1416 --without-xcursor do not use the Xcursor extension
1417 --without-xinerama do not use Xinerama (multi-monitor support)
1418 --without-xinput do not use the Xinput extension
1419 --without-xml do not use XML
1420 --without-xrandr do not use Xrandr (resolution changes)
1421 --without-xrender do not use the Xrender extension
1422 --without-xshape do not use the Xshape extension
1423 --without-xshm do not use XShm (shared memory extension)
1424 --without-xslt do not use XSLT
1425 --without-xxf86vm do not use XFree video mode extension
1426 --with-wine-tools=DIR use Wine tools from directory DIR
1427 --with-x use the X Window System
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CXX C++ compiler command
1438 CXXFLAGS C++ compiler flags
1439 XMKMF Path to xmkmf, Makefile generator for X Window System
1440 CPP C preprocessor
1442 Use these variables to override the choices made by `configure' or to help
1443 it to find libraries and programs with nonstandard names/locations.
1445 Report bugs to <wine-devel@winehq.org>.
1446 _ACEOF
1447 ac_status=$?
1450 if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
1452 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1453 test -d "$ac_dir" || continue
1454 ac_builddir=.
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 Wine configure 1.1.3
1507 generated by GNU Autoconf 2.61
1509 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1510 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1511 This configure script is free software; the Free Software Foundation
1512 gives unlimited permission to copy, distribute and modify it.
1513 _ACEOF
1514 exit
1516 cat >config.log <<_ACEOF
1517 This file contains any messages produced by compilers while
1518 running configure, to aid debugging if configure makes a mistake.
1520 It was created by Wine $as_me 1.1.3, which was
1521 generated by GNU Autoconf 2.61. Invocation command line was
1523 $ $0 $@
1525 _ACEOF
1526 exec 5>>config.log
1528 cat <<_ASUNAME
1529 ## --------- ##
1530 ## Platform. ##
1531 ## --------- ##
1533 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1534 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1535 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1536 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1537 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1540 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1542 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1543 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1544 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1545 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1546 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1547 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1548 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 _ASUNAME
1552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553 for as_dir in $PATH
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 echo "PATH: $as_dir"
1558 done
1559 IFS=$as_save_IFS
1561 } >&5
1563 cat >&5 <<_ACEOF
1566 ## ----------- ##
1567 ## Core tests. ##
1568 ## ----------- ##
1570 _ACEOF
1573 # Keep a trace of the command line.
1574 # Strip out --no-create and --no-recursion so they do not pile up.
1575 # Strip out --silent because we don't want to record it for future runs.
1576 # Also quote any args containing shell meta-characters.
1577 # Make two passes to allow for proper duplicate-argument suppression.
1578 ac_configure_args=
1579 ac_configure_args0=
1580 ac_configure_args1=
1581 ac_must_keep_next=false
1582 for ac_pass in 1 2
1584 for ac_arg
1586 case $ac_arg in
1587 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1589 | -silent | --silent | --silen | --sile | --sil)
1590 continue ;;
1591 *\'*)
1592 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 esac
1594 case $ac_pass in
1595 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1598 if test $ac_must_keep_next = true; then
1599 ac_must_keep_next=false # Got value, back to normal.
1600 else
1601 case $ac_arg in
1602 *=* | --config-cache | -C | -disable-* | --disable-* \
1603 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1604 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1605 | -with-* | --with-* | -without-* | --without-* | --x)
1606 case "$ac_configure_args0 " in
1607 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 esac
1610 -* ) ac_must_keep_next=true ;;
1611 esac
1613 ac_configure_args="$ac_configure_args '$ac_arg'"
1615 esac
1616 done
1617 done
1618 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1619 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621 # When interrupted or exit'd, cleanup temporary files, and complete
1622 # config.log. We remove comments because anyway the quotes in there
1623 # would cause problems or look ugly.
1624 # WARNING: Use '\'' to represent an apostrophe within the trap.
1625 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1626 trap 'exit_status=$?
1627 # Save into config.log some information that might help in debugging.
1629 echo
1631 cat <<\_ASBOX
1632 ## ---------------- ##
1633 ## Cache variables. ##
1634 ## ---------------- ##
1635 _ASBOX
1636 echo
1637 # The following way of writing the cache mishandles newlines in values,
1639 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1640 eval ac_val=\$$ac_var
1641 case $ac_val in #(
1642 *${as_nl}*)
1643 case $ac_var in #(
1644 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1645 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 esac
1647 case $ac_var in #(
1648 _ | IFS | as_nl) ;; #(
1649 *) $as_unset $ac_var ;;
1650 esac ;;
1651 esac
1652 done
1653 (set) 2>&1 |
1654 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1655 *${as_nl}ac_space=\ *)
1656 sed -n \
1657 "s/'\''/'\''\\\\'\'''\''/g;
1658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 ;; #(
1661 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663 esac |
1664 sort
1666 echo
1668 cat <<\_ASBOX
1669 ## ----------------- ##
1670 ## Output variables. ##
1671 ## ----------------- ##
1672 _ASBOX
1673 echo
1674 for ac_var in $ac_subst_vars
1676 eval ac_val=\$$ac_var
1677 case $ac_val in
1678 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 esac
1680 echo "$ac_var='\''$ac_val'\''"
1681 done | sort
1682 echo
1684 if test -n "$ac_subst_files"; then
1685 cat <<\_ASBOX
1686 ## ------------------- ##
1687 ## File substitutions. ##
1688 ## ------------------- ##
1689 _ASBOX
1690 echo
1691 for ac_var in $ac_subst_files
1693 eval ac_val=\$$ac_var
1694 case $ac_val in
1695 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 esac
1697 echo "$ac_var='\''$ac_val'\''"
1698 done | sort
1699 echo
1702 if test -s confdefs.h; then
1703 cat <<\_ASBOX
1704 ## ----------- ##
1705 ## confdefs.h. ##
1706 ## ----------- ##
1707 _ASBOX
1708 echo
1709 cat confdefs.h
1710 echo
1712 test "$ac_signal" != 0 &&
1713 echo "$as_me: caught signal $ac_signal"
1714 echo "$as_me: exit $exit_status"
1715 } >&5
1716 rm -f core *.core core.conftest.* &&
1717 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 exit $exit_status
1720 for ac_signal in 1 2 13 15; do
1721 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1722 done
1723 ac_signal=0
1725 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1726 rm -f -r conftest* confdefs.h
1728 # Predefined preprocessor variables.
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_NAME "$PACKAGE_NAME"
1732 _ACEOF
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_STRING "$PACKAGE_STRING"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1752 _ACEOF
1755 # Let the site file select an alternate cache file if it wants to.
1756 # Prefer explicitly selected file to automatically selected ones.
1757 if test -n "$CONFIG_SITE"; then
1758 set x "$CONFIG_SITE"
1759 elif test "x$prefix" != xNONE; then
1760 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1761 else
1762 set x "$ac_default_prefix/share/config.site" \
1763 "$ac_default_prefix/etc/config.site"
1765 shift
1766 for ac_site_file
1768 if test -r "$ac_site_file"; then
1769 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1770 echo "$as_me: loading site script $ac_site_file" >&6;}
1771 sed 's/^/| /' "$ac_site_file" >&5
1772 . "$ac_site_file"
1774 done
1776 if test -r "$cache_file"; then
1777 # Some versions of bash will fail to source /dev/null (special
1778 # files actually), so we avoid doing that.
1779 if test -f "$cache_file"; then
1780 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1781 echo "$as_me: loading cache $cache_file" >&6;}
1782 case $cache_file in
1783 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1784 *) . "./$cache_file";;
1785 esac
1787 else
1788 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1789 echo "$as_me: creating cache $cache_file" >&6;}
1790 >$cache_file
1793 # Check that the precious variables saved in the cache have kept the same
1794 # value.
1795 ac_cache_corrupted=false
1796 for ac_var in $ac_precious_vars; do
1797 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1798 eval ac_new_set=\$ac_env_${ac_var}_set
1799 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1800 eval ac_new_val=\$ac_env_${ac_var}_value
1801 case $ac_old_set,$ac_new_set in
1802 set,)
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1805 ac_cache_corrupted=: ;;
1806 ,set)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,);;
1812 if test "x$ac_old_val" != "x$ac_new_val"; then
1813 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1814 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1815 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1816 echo "$as_me: former value: $ac_old_val" >&2;}
1817 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1818 echo "$as_me: current value: $ac_new_val" >&2;}
1819 ac_cache_corrupted=:
1820 fi;;
1821 esac
1822 # Pass precious variables to config.status.
1823 if test "$ac_new_set" = set; then
1824 case $ac_new_val in
1825 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1826 *) ac_arg=$ac_var=$ac_new_val ;;
1827 esac
1828 case " $ac_configure_args " in
1829 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1830 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1831 esac
1833 done
1834 if $ac_cache_corrupted; then
1835 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1836 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1837 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1838 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1839 { (exit 1); exit 1; }; }
1866 ac_ext=c
1867 ac_cpp='$CPP $CPPFLAGS'
1868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1874 ac_config_headers="$ac_config_headers include/config.h"
1876 ac_aux_dir=
1877 for ac_dir in tools "$srcdir"/tools; do
1878 if test -f "$ac_dir/install-sh"; then
1879 ac_aux_dir=$ac_dir
1880 ac_install_sh="$ac_aux_dir/install-sh -c"
1881 break
1882 elif test -f "$ac_dir/install.sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install.sh -c"
1885 break
1886 elif test -f "$ac_dir/shtool"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/shtool install -c"
1889 break
1891 done
1892 if test -z "$ac_aux_dir"; then
1893 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1894 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1895 { (exit 1); exit 1; }; }
1898 # These three variables are undocumented and unsupported,
1899 # and are intended to be withdrawn in a future Autoconf release.
1900 # They can cause serious problems if a builder's source tree is in a directory
1901 # whose full name contains unusual characters.
1902 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1903 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1904 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1909 # Check whether --enable-win16 was given.
1910 if test "${enable_win16+set}" = set; then
1911 enableval=$enable_win16;
1914 # Check whether --enable-win64 was given.
1915 if test "${enable_win64+set}" = set; then
1916 enableval=$enable_win64;
1919 # Check whether --enable-maintainer-mode was given.
1920 if test "${enable_maintainer_mode+set}" = set; then
1921 enableval=$enable_maintainer_mode;
1922 else
1923 MAINTAINER_MODE=\#
1929 # Check whether --with-alsa was given.
1930 if test "${with_alsa+set}" = set; then
1931 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1935 # Check whether --with-audioio was given.
1936 if test "${with_audioio+set}" = set; then
1937 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1941 # Check whether --with-capi was given.
1942 if test "${with_capi+set}" = set; then
1943 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1947 # Check whether --with-cms was given.
1948 if test "${with_cms+set}" = set; then
1949 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1953 # Check whether --with-coreaudio was given.
1954 if test "${with_coreaudio+set}" = set; then
1955 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1959 # Check whether --with-cups was given.
1960 if test "${with_cups+set}" = set; then
1961 withval=$with_cups;
1965 # Check whether --with-curses was given.
1966 if test "${with_curses+set}" = set; then
1967 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1971 # Check whether --with-esd was given.
1972 if test "${with_esd+set}" = set; then
1973 withval=$with_esd;
1977 # Check whether --with-fontconfig was given.
1978 if test "${with_fontconfig+set}" = set; then
1979 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1983 # Check whether --with-freetype was given.
1984 if test "${with_freetype+set}" = set; then
1985 withval=$with_freetype;
1989 # Check whether --with-gphoto was given.
1990 if test "${with_gphoto+set}" = set; then
1991 withval=$with_gphoto;
1995 # Check whether --with-glu was given.
1996 if test "${with_glu+set}" = set; then
1997 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2001 # Check whether --with-hal was given.
2002 if test "${with_hal+set}" = set; then
2003 withval=$with_hal;
2007 # Check whether --with-jack was given.
2008 if test "${with_jack+set}" = set; then
2009 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2013 # Check whether --with-jpeg was given.
2014 if test "${with_jpeg+set}" = set; then
2015 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2019 # Check whether --with-ldap was given.
2020 if test "${with_ldap+set}" = set; then
2021 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2025 # Check whether --with-nas was given.
2026 if test "${with_nas+set}" = set; then
2027 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2031 # Check whether --with-opengl was given.
2032 if test "${with_opengl+set}" = set; then
2033 withval=$with_opengl;
2037 # Check whether --with-openssl was given.
2038 if test "${with_openssl+set}" = set; then
2039 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2043 # Check whether --with-oss was given.
2044 if test "${with_oss+set}" = set; then
2045 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2049 # Check whether --with-png was given.
2050 if test "${with_png+set}" = set; then
2051 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2055 # Check whether --with-sane was given.
2056 if test "${with_sane+set}" = set; then
2057 withval=$with_sane;
2061 # Check whether --with-xcomposite was given.
2062 if test "${with_xcomposite+set}" = set; then
2063 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2067 # Check whether --with-xcursor was given.
2068 if test "${with_xcursor+set}" = set; then
2069 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2073 # Check whether --with-xinerama was given.
2074 if test "${with_xinerama+set}" = set; then
2075 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2079 # Check whether --with-xinput was given.
2080 if test "${with_xinput+set}" = set; then
2081 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2085 # Check whether --with-xml was given.
2086 if test "${with_xml+set}" = set; then
2087 withval=$with_xml;
2091 # Check whether --with-xrandr was given.
2092 if test "${with_xrandr+set}" = set; then
2093 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2097 # Check whether --with-xrender was given.
2098 if test "${with_xrender+set}" = set; then
2099 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2103 # Check whether --with-xshape was given.
2104 if test "${with_xshape+set}" = set; then
2105 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2109 # Check whether --with-xshm was given.
2110 if test "${with_xshm+set}" = set; then
2111 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2115 # Check whether --with-xslt was given.
2116 if test "${with_xslt+set}" = set; then
2117 withval=$with_xslt;
2121 # Check whether --with-xxf86vm was given.
2122 if test "${with_xxf86vm+set}" = set; then
2123 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2128 # Check whether --with-wine-tools was given.
2129 if test "${with_wine_tools+set}" = set; then
2130 withval=$with_wine_tools;
2133 # Check whether --enable-tests was given.
2134 if test "${enable_tests+set}" = set; then
2135 enableval=$enable_tests;
2139 # Make sure we can run config.sub.
2140 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2141 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2142 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2143 { (exit 1); exit 1; }; }
2145 { echo "$as_me:$LINENO: checking build system type" >&5
2146 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2147 if test "${ac_cv_build+set}" = set; then
2148 echo $ECHO_N "(cached) $ECHO_C" >&6
2149 else
2150 ac_build_alias=$build_alias
2151 test "x$ac_build_alias" = x &&
2152 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2153 test "x$ac_build_alias" = x &&
2154 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2155 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2156 { (exit 1); exit 1; }; }
2157 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2158 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2159 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2160 { (exit 1); exit 1; }; }
2163 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2164 echo "${ECHO_T}$ac_cv_build" >&6; }
2165 case $ac_cv_build in
2166 *-*-*) ;;
2167 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2168 echo "$as_me: error: invalid value of canonical build" >&2;}
2169 { (exit 1); exit 1; }; };;
2170 esac
2171 build=$ac_cv_build
2172 ac_save_IFS=$IFS; IFS='-'
2173 set x $ac_cv_build
2174 shift
2175 build_cpu=$1
2176 build_vendor=$2
2177 shift; shift
2178 # Remember, the first character of IFS is used to create $*,
2179 # except with old shells:
2180 build_os=$*
2181 IFS=$ac_save_IFS
2182 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2185 { echo "$as_me:$LINENO: checking host system type" >&5
2186 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2187 if test "${ac_cv_host+set}" = set; then
2188 echo $ECHO_N "(cached) $ECHO_C" >&6
2189 else
2190 if test "x$host_alias" = x; then
2191 ac_cv_host=$ac_cv_build
2192 else
2193 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2194 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2195 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2196 { (exit 1); exit 1; }; }
2200 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2201 echo "${ECHO_T}$ac_cv_host" >&6; }
2202 case $ac_cv_host in
2203 *-*-*) ;;
2204 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2205 echo "$as_me: error: invalid value of canonical host" >&2;}
2206 { (exit 1); exit 1; }; };;
2207 esac
2208 host=$ac_cv_host
2209 ac_save_IFS=$IFS; IFS='-'
2210 set x $ac_cv_host
2211 shift
2212 host_cpu=$1
2213 host_vendor=$2
2214 shift; shift
2215 # Remember, the first character of IFS is used to create $*,
2216 # except with old shells:
2217 host_os=$*
2218 IFS=$ac_save_IFS
2219 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2222 case $host in
2223 x86_64*linux*)
2224 if test "x$enable_win64" != "xyes"
2225 then
2226 test -n "$CC" || CC="gcc -m32"
2227 test -n "$CXX"|| CXX="g++ -m32"
2228 test -n "$LD" || LD="ld -m elf_i386"
2229 test -n "$AS" || AS="as --32"
2230 host_cpu="i386"
2233 esac
2235 case $host_cpu in
2236 *i[3456789]86*)
2237 if test "x$enable_win16" != "xno"
2238 then
2239 enable_win16="yes"
2242 esac
2244 WIN16_FILES="\$(WIN16_FILES)"
2246 WIN16_INSTALL="\$(WIN16_INSTALL)"
2248 if test "x$enable_win16" != "xyes"
2249 then
2250 WIN16_FILES=""
2251 WIN16_INSTALL=""
2254 if test "x$enable_tests" == "xno"
2255 then
2256 WINETEST=""
2258 else
2259 WINETEST="winetest"
2263 case "$srcdir" in
2264 .) ;;
2265 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2266 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2267 You need to run 'make distclean' in the source tree first." >&5
2268 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2269 You need to run 'make distclean' in the source tree first." >&2;}
2270 { (exit 1); exit 1; }; }
2271 fi ;;
2272 esac
2275 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2276 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2277 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2278 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2279 echo $ECHO_N "(cached) $ECHO_C" >&6
2280 else
2281 cat >conftest.make <<\_ACEOF
2282 SHELL = /bin/sh
2283 all:
2284 @echo '@@@%%%=$(MAKE)=@@@%%%'
2285 _ACEOF
2286 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2287 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2288 *@@@%%%=?*=@@@%%%*)
2289 eval ac_cv_prog_make_${ac_make}_set=yes;;
2291 eval ac_cv_prog_make_${ac_make}_set=no;;
2292 esac
2293 rm -f conftest.make
2295 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2296 { echo "$as_me:$LINENO: result: yes" >&5
2297 echo "${ECHO_T}yes" >&6; }
2298 SET_MAKE=
2299 else
2300 { echo "$as_me:$LINENO: result: no" >&5
2301 echo "${ECHO_T}no" >&6; }
2302 SET_MAKE="MAKE=${MAKE-make}"
2305 ac_ext=c
2306 ac_cpp='$CPP $CPPFLAGS'
2307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2308 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2309 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2310 if test -n "$ac_tool_prefix"; then
2311 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2312 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2315 if test "${ac_cv_prog_CC+set}" = set; then
2316 echo $ECHO_N "(cached) $ECHO_C" >&6
2317 else
2318 if test -n "$CC"; then
2319 ac_cv_prog_CC="$CC" # Let the user override the test.
2320 else
2321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2322 for as_dir in $PATH
2324 IFS=$as_save_IFS
2325 test -z "$as_dir" && as_dir=.
2326 for ac_exec_ext in '' $ac_executable_extensions; do
2327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2328 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2330 break 2
2332 done
2333 done
2334 IFS=$as_save_IFS
2338 CC=$ac_cv_prog_CC
2339 if test -n "$CC"; then
2340 { echo "$as_me:$LINENO: result: $CC" >&5
2341 echo "${ECHO_T}$CC" >&6; }
2342 else
2343 { echo "$as_me:$LINENO: result: no" >&5
2344 echo "${ECHO_T}no" >&6; }
2349 if test -z "$ac_cv_prog_CC"; then
2350 ac_ct_CC=$CC
2351 # Extract the first word of "gcc", so it can be a program name with args.
2352 set dummy gcc; ac_word=$2
2353 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2355 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2356 echo $ECHO_N "(cached) $ECHO_C" >&6
2357 else
2358 if test -n "$ac_ct_CC"; then
2359 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2360 else
2361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2362 for as_dir in $PATH
2364 IFS=$as_save_IFS
2365 test -z "$as_dir" && as_dir=.
2366 for ac_exec_ext in '' $ac_executable_extensions; do
2367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2368 ac_cv_prog_ac_ct_CC="gcc"
2369 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2370 break 2
2372 done
2373 done
2374 IFS=$as_save_IFS
2378 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2379 if test -n "$ac_ct_CC"; then
2380 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2381 echo "${ECHO_T}$ac_ct_CC" >&6; }
2382 else
2383 { echo "$as_me:$LINENO: result: no" >&5
2384 echo "${ECHO_T}no" >&6; }
2387 if test "x$ac_ct_CC" = x; then
2388 CC=""
2389 else
2390 case $cross_compiling:$ac_tool_warned in
2391 yes:)
2392 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2393 whose name does not start with the host triplet. If you think this
2394 configuration is useful to you, please write to autoconf@gnu.org." >&5
2395 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2396 whose name does not start with the host triplet. If you think this
2397 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2398 ac_tool_warned=yes ;;
2399 esac
2400 CC=$ac_ct_CC
2402 else
2403 CC="$ac_cv_prog_CC"
2406 if test -z "$CC"; then
2407 if test -n "$ac_tool_prefix"; then
2408 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2409 set dummy ${ac_tool_prefix}cc; ac_word=$2
2410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2412 if test "${ac_cv_prog_CC+set}" = set; then
2413 echo $ECHO_N "(cached) $ECHO_C" >&6
2414 else
2415 if test -n "$CC"; then
2416 ac_cv_prog_CC="$CC" # Let the user override the test.
2417 else
2418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419 for as_dir in $PATH
2421 IFS=$as_save_IFS
2422 test -z "$as_dir" && as_dir=.
2423 for ac_exec_ext in '' $ac_executable_extensions; do
2424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2425 ac_cv_prog_CC="${ac_tool_prefix}cc"
2426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2427 break 2
2429 done
2430 done
2431 IFS=$as_save_IFS
2435 CC=$ac_cv_prog_CC
2436 if test -n "$CC"; then
2437 { echo "$as_me:$LINENO: result: $CC" >&5
2438 echo "${ECHO_T}$CC" >&6; }
2439 else
2440 { echo "$as_me:$LINENO: result: no" >&5
2441 echo "${ECHO_T}no" >&6; }
2447 if test -z "$CC"; then
2448 # Extract the first word of "cc", so it can be a program name with args.
2449 set dummy cc; ac_word=$2
2450 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2452 if test "${ac_cv_prog_CC+set}" = set; then
2453 echo $ECHO_N "(cached) $ECHO_C" >&6
2454 else
2455 if test -n "$CC"; then
2456 ac_cv_prog_CC="$CC" # Let the user override the test.
2457 else
2458 ac_prog_rejected=no
2459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460 for as_dir in $PATH
2462 IFS=$as_save_IFS
2463 test -z "$as_dir" && as_dir=.
2464 for ac_exec_ext in '' $ac_executable_extensions; do
2465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2466 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2467 ac_prog_rejected=yes
2468 continue
2470 ac_cv_prog_CC="cc"
2471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2474 done
2475 done
2476 IFS=$as_save_IFS
2478 if test $ac_prog_rejected = yes; then
2479 # We found a bogon in the path, so make sure we never use it.
2480 set dummy $ac_cv_prog_CC
2481 shift
2482 if test $# != 0; then
2483 # We chose a different compiler from the bogus one.
2484 # However, it has the same basename, so the bogon will be chosen
2485 # first if we set CC to just the basename; use the full file name.
2486 shift
2487 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2492 CC=$ac_cv_prog_CC
2493 if test -n "$CC"; then
2494 { echo "$as_me:$LINENO: result: $CC" >&5
2495 echo "${ECHO_T}$CC" >&6; }
2496 else
2497 { echo "$as_me:$LINENO: result: no" >&5
2498 echo "${ECHO_T}no" >&6; }
2503 if test -z "$CC"; then
2504 if test -n "$ac_tool_prefix"; then
2505 for ac_prog in cl.exe
2507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2508 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2511 if test "${ac_cv_prog_CC+set}" = set; then
2512 echo $ECHO_N "(cached) $ECHO_C" >&6
2513 else
2514 if test -n "$CC"; then
2515 ac_cv_prog_CC="$CC" # Let the user override the test.
2516 else
2517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518 for as_dir in $PATH
2520 IFS=$as_save_IFS
2521 test -z "$as_dir" && as_dir=.
2522 for ac_exec_ext in '' $ac_executable_extensions; do
2523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2524 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2526 break 2
2528 done
2529 done
2530 IFS=$as_save_IFS
2534 CC=$ac_cv_prog_CC
2535 if test -n "$CC"; then
2536 { echo "$as_me:$LINENO: result: $CC" >&5
2537 echo "${ECHO_T}$CC" >&6; }
2538 else
2539 { echo "$as_me:$LINENO: result: no" >&5
2540 echo "${ECHO_T}no" >&6; }
2544 test -n "$CC" && break
2545 done
2547 if test -z "$CC"; then
2548 ac_ct_CC=$CC
2549 for ac_prog in cl.exe
2551 # Extract the first word of "$ac_prog", so it can be a program name with args.
2552 set dummy $ac_prog; ac_word=$2
2553 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2555 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2556 echo $ECHO_N "(cached) $ECHO_C" >&6
2557 else
2558 if test -n "$ac_ct_CC"; then
2559 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2560 else
2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562 for as_dir in $PATH
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
2567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568 ac_cv_prog_ac_ct_CC="$ac_prog"
2569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2572 done
2573 done
2574 IFS=$as_save_IFS
2578 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2579 if test -n "$ac_ct_CC"; then
2580 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2581 echo "${ECHO_T}$ac_ct_CC" >&6; }
2582 else
2583 { echo "$as_me:$LINENO: result: no" >&5
2584 echo "${ECHO_T}no" >&6; }
2588 test -n "$ac_ct_CC" && break
2589 done
2591 if test "x$ac_ct_CC" = x; then
2592 CC=""
2593 else
2594 case $cross_compiling:$ac_tool_warned in
2595 yes:)
2596 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2597 whose name does not start with the host triplet. If you think this
2598 configuration is useful to you, please write to autoconf@gnu.org." >&5
2599 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2600 whose name does not start with the host triplet. If you think this
2601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2602 ac_tool_warned=yes ;;
2603 esac
2604 CC=$ac_ct_CC
2611 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2612 See \`config.log' for more details." >&5
2613 echo "$as_me: error: no acceptable C compiler found in \$PATH
2614 See \`config.log' for more details." >&2;}
2615 { (exit 1); exit 1; }; }
2617 # Provide some information about the compiler.
2618 echo "$as_me:$LINENO: checking for C compiler version" >&5
2619 ac_compiler=`set X $ac_compile; echo $2`
2620 { (ac_try="$ac_compiler --version >&5"
2621 case "(($ac_try" in
2622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2623 *) ac_try_echo=$ac_try;;
2624 esac
2625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2626 (eval "$ac_compiler --version >&5") 2>&5
2627 ac_status=$?
2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2629 (exit $ac_status); }
2630 { (ac_try="$ac_compiler -v >&5"
2631 case "(($ac_try" in
2632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2633 *) ac_try_echo=$ac_try;;
2634 esac
2635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2636 (eval "$ac_compiler -v >&5") 2>&5
2637 ac_status=$?
2638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2639 (exit $ac_status); }
2640 { (ac_try="$ac_compiler -V >&5"
2641 case "(($ac_try" in
2642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2643 *) ac_try_echo=$ac_try;;
2644 esac
2645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2646 (eval "$ac_compiler -V >&5") 2>&5
2647 ac_status=$?
2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649 (exit $ac_status); }
2651 cat >conftest.$ac_ext <<_ACEOF
2652 /* confdefs.h. */
2653 _ACEOF
2654 cat confdefs.h >>conftest.$ac_ext
2655 cat >>conftest.$ac_ext <<_ACEOF
2656 /* end confdefs.h. */
2659 main ()
2663 return 0;
2665 _ACEOF
2666 ac_clean_files_save=$ac_clean_files
2667 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2668 # Try to create an executable without -o first, disregard a.out.
2669 # It will help us diagnose broken compilers, and finding out an intuition
2670 # of exeext.
2671 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2672 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2673 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2675 # List of possible output files, starting from the most likely.
2676 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2677 # only as a last resort. b.out is created by i960 compilers.
2678 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2680 # The IRIX 6 linker writes into existing files which may not be
2681 # executable, retaining their permissions. Remove them first so a
2682 # subsequent execution test works.
2683 ac_rmfiles=
2684 for ac_file in $ac_files
2686 case $ac_file in
2687 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2688 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2689 esac
2690 done
2691 rm -f $ac_rmfiles
2693 if { (ac_try="$ac_link_default"
2694 case "(($ac_try" in
2695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2696 *) ac_try_echo=$ac_try;;
2697 esac
2698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2699 (eval "$ac_link_default") 2>&5
2700 ac_status=$?
2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2702 (exit $ac_status); }; then
2703 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2704 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2705 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2706 # so that the user can short-circuit this test for compilers unknown to
2707 # Autoconf.
2708 for ac_file in $ac_files ''
2710 test -f "$ac_file" || continue
2711 case $ac_file in
2712 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2714 [ab].out )
2715 # We found the default executable, but exeext='' is most
2716 # certainly right.
2717 break;;
2718 *.* )
2719 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2720 then :; else
2721 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2723 # We set ac_cv_exeext here because the later test for it is not
2724 # safe: cross compilers may not add the suffix if given an `-o'
2725 # argument, so we may need to know it at that point already.
2726 # Even if this section looks crufty: it has the advantage of
2727 # actually working.
2728 break;;
2730 break;;
2731 esac
2732 done
2733 test "$ac_cv_exeext" = no && ac_cv_exeext=
2735 else
2736 ac_file=''
2739 { echo "$as_me:$LINENO: result: $ac_file" >&5
2740 echo "${ECHO_T}$ac_file" >&6; }
2741 if test -z "$ac_file"; then
2742 echo "$as_me: failed program was:" >&5
2743 sed 's/^/| /' conftest.$ac_ext >&5
2745 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2746 See \`config.log' for more details." >&5
2747 echo "$as_me: error: C compiler cannot create executables
2748 See \`config.log' for more details." >&2;}
2749 { (exit 77); exit 77; }; }
2752 ac_exeext=$ac_cv_exeext
2754 # Check that the compiler produces executables we can run. If not, either
2755 # the compiler is broken, or we cross compile.
2756 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2757 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2758 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2759 # If not cross compiling, check that we can run a simple program.
2760 if test "$cross_compiling" != yes; then
2761 if { ac_try='./$ac_file'
2762 { (case "(($ac_try" in
2763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2765 esac
2766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2767 (eval "$ac_try") 2>&5
2768 ac_status=$?
2769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); }; }; then
2771 cross_compiling=no
2772 else
2773 if test "$cross_compiling" = maybe; then
2774 cross_compiling=yes
2775 else
2776 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2777 If you meant to cross compile, use \`--host'.
2778 See \`config.log' for more details." >&5
2779 echo "$as_me: error: cannot run C compiled programs.
2780 If you meant to cross compile, use \`--host'.
2781 See \`config.log' for more details." >&2;}
2782 { (exit 1); exit 1; }; }
2786 { echo "$as_me:$LINENO: result: yes" >&5
2787 echo "${ECHO_T}yes" >&6; }
2789 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2790 ac_clean_files=$ac_clean_files_save
2791 # Check that the compiler produces executables we can run. If not, either
2792 # the compiler is broken, or we cross compile.
2793 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2794 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2795 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2796 echo "${ECHO_T}$cross_compiling" >&6; }
2798 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2799 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2800 if { (ac_try="$ac_link"
2801 case "(($ac_try" in
2802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2803 *) ac_try_echo=$ac_try;;
2804 esac
2805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2806 (eval "$ac_link") 2>&5
2807 ac_status=$?
2808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809 (exit $ac_status); }; then
2810 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2811 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2812 # work properly (i.e., refer to `conftest.exe'), while it won't with
2813 # `rm'.
2814 for ac_file in conftest.exe conftest conftest.*; do
2815 test -f "$ac_file" || continue
2816 case $ac_file in
2817 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2818 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 break;;
2820 * ) break;;
2821 esac
2822 done
2823 else
2824 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2825 See \`config.log' for more details." >&5
2826 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2827 See \`config.log' for more details." >&2;}
2828 { (exit 1); exit 1; }; }
2831 rm -f conftest$ac_cv_exeext
2832 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2833 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2835 rm -f conftest.$ac_ext
2836 EXEEXT=$ac_cv_exeext
2837 ac_exeext=$EXEEXT
2838 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2839 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2840 if test "${ac_cv_objext+set}" = set; then
2841 echo $ECHO_N "(cached) $ECHO_C" >&6
2842 else
2843 cat >conftest.$ac_ext <<_ACEOF
2844 /* confdefs.h. */
2845 _ACEOF
2846 cat confdefs.h >>conftest.$ac_ext
2847 cat >>conftest.$ac_ext <<_ACEOF
2848 /* end confdefs.h. */
2851 main ()
2855 return 0;
2857 _ACEOF
2858 rm -f conftest.o conftest.obj
2859 if { (ac_try="$ac_compile"
2860 case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863 esac
2864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2865 (eval "$ac_compile") 2>&5
2866 ac_status=$?
2867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2868 (exit $ac_status); }; then
2869 for ac_file in conftest.o conftest.obj conftest.*; do
2870 test -f "$ac_file" || continue;
2871 case $ac_file in
2872 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2873 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2874 break;;
2875 esac
2876 done
2877 else
2878 echo "$as_me: failed program was:" >&5
2879 sed 's/^/| /' conftest.$ac_ext >&5
2881 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2882 See \`config.log' for more details." >&5
2883 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2884 See \`config.log' for more details." >&2;}
2885 { (exit 1); exit 1; }; }
2888 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2890 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2891 echo "${ECHO_T}$ac_cv_objext" >&6; }
2892 OBJEXT=$ac_cv_objext
2893 ac_objext=$OBJEXT
2894 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2895 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2896 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2897 echo $ECHO_N "(cached) $ECHO_C" >&6
2898 else
2899 cat >conftest.$ac_ext <<_ACEOF
2900 /* confdefs.h. */
2901 _ACEOF
2902 cat confdefs.h >>conftest.$ac_ext
2903 cat >>conftest.$ac_ext <<_ACEOF
2904 /* end confdefs.h. */
2907 main ()
2909 #ifndef __GNUC__
2910 choke me
2911 #endif
2914 return 0;
2916 _ACEOF
2917 rm -f conftest.$ac_objext
2918 if { (ac_try="$ac_compile"
2919 case "(($ac_try" in
2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921 *) ac_try_echo=$ac_try;;
2922 esac
2923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2924 (eval "$ac_compile") 2>conftest.er1
2925 ac_status=$?
2926 grep -v '^ *+' conftest.er1 >conftest.err
2927 rm -f conftest.er1
2928 cat conftest.err >&5
2929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2930 (exit $ac_status); } && {
2931 test -z "$ac_c_werror_flag" ||
2932 test ! -s conftest.err
2933 } && test -s conftest.$ac_objext; then
2934 ac_compiler_gnu=yes
2935 else
2936 echo "$as_me: failed program was:" >&5
2937 sed 's/^/| /' conftest.$ac_ext >&5
2939 ac_compiler_gnu=no
2942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2943 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2946 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2947 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2948 GCC=`test $ac_compiler_gnu = yes && echo yes`
2949 ac_test_CFLAGS=${CFLAGS+set}
2950 ac_save_CFLAGS=$CFLAGS
2951 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2952 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2953 if test "${ac_cv_prog_cc_g+set}" = set; then
2954 echo $ECHO_N "(cached) $ECHO_C" >&6
2955 else
2956 ac_save_c_werror_flag=$ac_c_werror_flag
2957 ac_c_werror_flag=yes
2958 ac_cv_prog_cc_g=no
2959 CFLAGS="-g"
2960 cat >conftest.$ac_ext <<_ACEOF
2961 /* confdefs.h. */
2962 _ACEOF
2963 cat confdefs.h >>conftest.$ac_ext
2964 cat >>conftest.$ac_ext <<_ACEOF
2965 /* end confdefs.h. */
2968 main ()
2972 return 0;
2974 _ACEOF
2975 rm -f conftest.$ac_objext
2976 if { (ac_try="$ac_compile"
2977 case "(($ac_try" in
2978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2979 *) ac_try_echo=$ac_try;;
2980 esac
2981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2982 (eval "$ac_compile") 2>conftest.er1
2983 ac_status=$?
2984 grep -v '^ *+' conftest.er1 >conftest.err
2985 rm -f conftest.er1
2986 cat conftest.err >&5
2987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2988 (exit $ac_status); } && {
2989 test -z "$ac_c_werror_flag" ||
2990 test ! -s conftest.err
2991 } && test -s conftest.$ac_objext; then
2992 ac_cv_prog_cc_g=yes
2993 else
2994 echo "$as_me: failed program was:" >&5
2995 sed 's/^/| /' conftest.$ac_ext >&5
2997 CFLAGS=""
2998 cat >conftest.$ac_ext <<_ACEOF
2999 /* confdefs.h. */
3000 _ACEOF
3001 cat confdefs.h >>conftest.$ac_ext
3002 cat >>conftest.$ac_ext <<_ACEOF
3003 /* end confdefs.h. */
3006 main ()
3010 return 0;
3012 _ACEOF
3013 rm -f conftest.$ac_objext
3014 if { (ac_try="$ac_compile"
3015 case "(($ac_try" in
3016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3017 *) ac_try_echo=$ac_try;;
3018 esac
3019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3020 (eval "$ac_compile") 2>conftest.er1
3021 ac_status=$?
3022 grep -v '^ *+' conftest.er1 >conftest.err
3023 rm -f conftest.er1
3024 cat conftest.err >&5
3025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3026 (exit $ac_status); } && {
3027 test -z "$ac_c_werror_flag" ||
3028 test ! -s conftest.err
3029 } && test -s conftest.$ac_objext; then
3031 else
3032 echo "$as_me: failed program was:" >&5
3033 sed 's/^/| /' conftest.$ac_ext >&5
3035 ac_c_werror_flag=$ac_save_c_werror_flag
3036 CFLAGS="-g"
3037 cat >conftest.$ac_ext <<_ACEOF
3038 /* confdefs.h. */
3039 _ACEOF
3040 cat confdefs.h >>conftest.$ac_ext
3041 cat >>conftest.$ac_ext <<_ACEOF
3042 /* end confdefs.h. */
3045 main ()
3049 return 0;
3051 _ACEOF
3052 rm -f conftest.$ac_objext
3053 if { (ac_try="$ac_compile"
3054 case "(($ac_try" in
3055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3056 *) ac_try_echo=$ac_try;;
3057 esac
3058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3059 (eval "$ac_compile") 2>conftest.er1
3060 ac_status=$?
3061 grep -v '^ *+' conftest.er1 >conftest.err
3062 rm -f conftest.er1
3063 cat conftest.err >&5
3064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3065 (exit $ac_status); } && {
3066 test -z "$ac_c_werror_flag" ||
3067 test ! -s conftest.err
3068 } && test -s conftest.$ac_objext; then
3069 ac_cv_prog_cc_g=yes
3070 else
3071 echo "$as_me: failed program was:" >&5
3072 sed 's/^/| /' conftest.$ac_ext >&5
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 ac_c_werror_flag=$ac_save_c_werror_flag
3086 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3087 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3088 if test "$ac_test_CFLAGS" = set; then
3089 CFLAGS=$ac_save_CFLAGS
3090 elif test $ac_cv_prog_cc_g = yes; then
3091 if test "$GCC" = yes; then
3092 CFLAGS="-g -O2"
3093 else
3094 CFLAGS="-g"
3096 else
3097 if test "$GCC" = yes; then
3098 CFLAGS="-O2"
3099 else
3100 CFLAGS=
3103 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3104 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3105 if test "${ac_cv_prog_cc_c89+set}" = set; then
3106 echo $ECHO_N "(cached) $ECHO_C" >&6
3107 else
3108 ac_cv_prog_cc_c89=no
3109 ac_save_CC=$CC
3110 cat >conftest.$ac_ext <<_ACEOF
3111 /* confdefs.h. */
3112 _ACEOF
3113 cat confdefs.h >>conftest.$ac_ext
3114 cat >>conftest.$ac_ext <<_ACEOF
3115 /* end confdefs.h. */
3116 #include <stdarg.h>
3117 #include <stdio.h>
3118 #include <sys/types.h>
3119 #include <sys/stat.h>
3120 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3121 struct buf { int x; };
3122 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3123 static char *e (p, i)
3124 char **p;
3125 int i;
3127 return p[i];
3129 static char *f (char * (*g) (char **, int), char **p, ...)
3131 char *s;
3132 va_list v;
3133 va_start (v,p);
3134 s = g (p, va_arg (v,int));
3135 va_end (v);
3136 return s;
3139 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3140 function prototypes and stuff, but not '\xHH' hex character constants.
3141 These don't provoke an error unfortunately, instead are silently treated
3142 as 'x'. The following induces an error, until -std is added to get
3143 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3144 array size at least. It's necessary to write '\x00'==0 to get something
3145 that's true only with -std. */
3146 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3148 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3149 inside strings and character constants. */
3150 #define FOO(x) 'x'
3151 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3153 int test (int i, double x);
3154 struct s1 {int (*f) (int a);};
3155 struct s2 {int (*f) (double a);};
3156 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3157 int argc;
3158 char **argv;
3160 main ()
3162 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3164 return 0;
3166 _ACEOF
3167 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3168 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3170 CC="$ac_save_CC $ac_arg"
3171 rm -f conftest.$ac_objext
3172 if { (ac_try="$ac_compile"
3173 case "(($ac_try" in
3174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3175 *) ac_try_echo=$ac_try;;
3176 esac
3177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3179 ac_status=$?
3180 grep -v '^ *+' conftest.er1 >conftest.err
3181 rm -f conftest.er1
3182 cat conftest.err >&5
3183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3188 ac_cv_prog_cc_c89=$ac_arg
3189 else
3190 echo "$as_me: failed program was:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3196 rm -f core conftest.err conftest.$ac_objext
3197 test "x$ac_cv_prog_cc_c89" != "xno" && break
3198 done
3199 rm -f conftest.$ac_ext
3200 CC=$ac_save_CC
3203 # AC_CACHE_VAL
3204 case "x$ac_cv_prog_cc_c89" in
3206 { echo "$as_me:$LINENO: result: none needed" >&5
3207 echo "${ECHO_T}none needed" >&6; } ;;
3208 xno)
3209 { echo "$as_me:$LINENO: result: unsupported" >&5
3210 echo "${ECHO_T}unsupported" >&6; } ;;
3212 CC="$CC $ac_cv_prog_cc_c89"
3213 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3214 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3215 esac
3218 ac_ext=c
3219 ac_cpp='$CPP $CPPFLAGS'
3220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3224 ac_ext=cpp
3225 ac_cpp='$CXXCPP $CPPFLAGS'
3226 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3227 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3228 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3229 if test -z "$CXX"; then
3230 if test -n "$CCC"; then
3231 CXX=$CCC
3232 else
3233 if test -n "$ac_tool_prefix"; then
3234 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3237 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3238 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3240 if test "${ac_cv_prog_CXX+set}" = set; then
3241 echo $ECHO_N "(cached) $ECHO_C" >&6
3242 else
3243 if test -n "$CXX"; then
3244 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3245 else
3246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3247 for as_dir in $PATH
3249 IFS=$as_save_IFS
3250 test -z "$as_dir" && as_dir=.
3251 for ac_exec_ext in '' $ac_executable_extensions; do
3252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3253 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3255 break 2
3257 done
3258 done
3259 IFS=$as_save_IFS
3263 CXX=$ac_cv_prog_CXX
3264 if test -n "$CXX"; then
3265 { echo "$as_me:$LINENO: result: $CXX" >&5
3266 echo "${ECHO_T}$CXX" >&6; }
3267 else
3268 { echo "$as_me:$LINENO: result: no" >&5
3269 echo "${ECHO_T}no" >&6; }
3273 test -n "$CXX" && break
3274 done
3276 if test -z "$CXX"; then
3277 ac_ct_CXX=$CXX
3278 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3280 # Extract the first word of "$ac_prog", so it can be a program name with args.
3281 set dummy $ac_prog; ac_word=$2
3282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3284 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3285 echo $ECHO_N "(cached) $ECHO_C" >&6
3286 else
3287 if test -n "$ac_ct_CXX"; then
3288 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3289 else
3290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3291 for as_dir in $PATH
3293 IFS=$as_save_IFS
3294 test -z "$as_dir" && as_dir=.
3295 for ac_exec_ext in '' $ac_executable_extensions; do
3296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3297 ac_cv_prog_ac_ct_CXX="$ac_prog"
3298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3299 break 2
3301 done
3302 done
3303 IFS=$as_save_IFS
3307 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3308 if test -n "$ac_ct_CXX"; then
3309 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3310 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3311 else
3312 { echo "$as_me:$LINENO: result: no" >&5
3313 echo "${ECHO_T}no" >&6; }
3317 test -n "$ac_ct_CXX" && break
3318 done
3320 if test "x$ac_ct_CXX" = x; then
3321 CXX="g++"
3322 else
3323 case $cross_compiling:$ac_tool_warned in
3324 yes:)
3325 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3326 whose name does not start with the host triplet. If you think this
3327 configuration is useful to you, please write to autoconf@gnu.org." >&5
3328 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3329 whose name does not start with the host triplet. If you think this
3330 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3331 ac_tool_warned=yes ;;
3332 esac
3333 CXX=$ac_ct_CXX
3339 # Provide some information about the compiler.
3340 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3341 ac_compiler=`set X $ac_compile; echo $2`
3342 { (ac_try="$ac_compiler --version >&5"
3343 case "(($ac_try" in
3344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3345 *) ac_try_echo=$ac_try;;
3346 esac
3347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3348 (eval "$ac_compiler --version >&5") 2>&5
3349 ac_status=$?
3350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3351 (exit $ac_status); }
3352 { (ac_try="$ac_compiler -v >&5"
3353 case "(($ac_try" in
3354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3355 *) ac_try_echo=$ac_try;;
3356 esac
3357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3358 (eval "$ac_compiler -v >&5") 2>&5
3359 ac_status=$?
3360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3361 (exit $ac_status); }
3362 { (ac_try="$ac_compiler -V >&5"
3363 case "(($ac_try" in
3364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3365 *) ac_try_echo=$ac_try;;
3366 esac
3367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3368 (eval "$ac_compiler -V >&5") 2>&5
3369 ac_status=$?
3370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3371 (exit $ac_status); }
3373 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3374 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3375 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3376 echo $ECHO_N "(cached) $ECHO_C" >&6
3377 else
3378 cat >conftest.$ac_ext <<_ACEOF
3379 /* confdefs.h. */
3380 _ACEOF
3381 cat confdefs.h >>conftest.$ac_ext
3382 cat >>conftest.$ac_ext <<_ACEOF
3383 /* end confdefs.h. */
3386 main ()
3388 #ifndef __GNUC__
3389 choke me
3390 #endif
3393 return 0;
3395 _ACEOF
3396 rm -f conftest.$ac_objext
3397 if { (ac_try="$ac_compile"
3398 case "(($ac_try" in
3399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3400 *) ac_try_echo=$ac_try;;
3401 esac
3402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3403 (eval "$ac_compile") 2>conftest.er1
3404 ac_status=$?
3405 grep -v '^ *+' conftest.er1 >conftest.err
3406 rm -f conftest.er1
3407 cat conftest.err >&5
3408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3409 (exit $ac_status); } && {
3410 test -z "$ac_cxx_werror_flag" ||
3411 test ! -s conftest.err
3412 } && test -s conftest.$ac_objext; then
3413 ac_compiler_gnu=yes
3414 else
3415 echo "$as_me: failed program was:" >&5
3416 sed 's/^/| /' conftest.$ac_ext >&5
3418 ac_compiler_gnu=no
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3425 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3426 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3427 GXX=`test $ac_compiler_gnu = yes && echo yes`
3428 ac_test_CXXFLAGS=${CXXFLAGS+set}
3429 ac_save_CXXFLAGS=$CXXFLAGS
3430 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3431 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3432 if test "${ac_cv_prog_cxx_g+set}" = set; then
3433 echo $ECHO_N "(cached) $ECHO_C" >&6
3434 else
3435 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3436 ac_cxx_werror_flag=yes
3437 ac_cv_prog_cxx_g=no
3438 CXXFLAGS="-g"
3439 cat >conftest.$ac_ext <<_ACEOF
3440 /* confdefs.h. */
3441 _ACEOF
3442 cat confdefs.h >>conftest.$ac_ext
3443 cat >>conftest.$ac_ext <<_ACEOF
3444 /* end confdefs.h. */
3447 main ()
3451 return 0;
3453 _ACEOF
3454 rm -f conftest.$ac_objext
3455 if { (ac_try="$ac_compile"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3461 (eval "$ac_compile") 2>conftest.er1
3462 ac_status=$?
3463 grep -v '^ *+' conftest.er1 >conftest.err
3464 rm -f conftest.er1
3465 cat conftest.err >&5
3466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3467 (exit $ac_status); } && {
3468 test -z "$ac_cxx_werror_flag" ||
3469 test ! -s conftest.err
3470 } && test -s conftest.$ac_objext; then
3471 ac_cv_prog_cxx_g=yes
3472 else
3473 echo "$as_me: failed program was:" >&5
3474 sed 's/^/| /' conftest.$ac_ext >&5
3476 CXXFLAGS=""
3477 cat >conftest.$ac_ext <<_ACEOF
3478 /* confdefs.h. */
3479 _ACEOF
3480 cat confdefs.h >>conftest.$ac_ext
3481 cat >>conftest.$ac_ext <<_ACEOF
3482 /* end confdefs.h. */
3485 main ()
3489 return 0;
3491 _ACEOF
3492 rm -f conftest.$ac_objext
3493 if { (ac_try="$ac_compile"
3494 case "(($ac_try" in
3495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3496 *) ac_try_echo=$ac_try;;
3497 esac
3498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3499 (eval "$ac_compile") 2>conftest.er1
3500 ac_status=$?
3501 grep -v '^ *+' conftest.er1 >conftest.err
3502 rm -f conftest.er1
3503 cat conftest.err >&5
3504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3505 (exit $ac_status); } && {
3506 test -z "$ac_cxx_werror_flag" ||
3507 test ! -s conftest.err
3508 } && test -s conftest.$ac_objext; then
3510 else
3511 echo "$as_me: failed program was:" >&5
3512 sed 's/^/| /' conftest.$ac_ext >&5
3514 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3515 CXXFLAGS="-g"
3516 cat >conftest.$ac_ext <<_ACEOF
3517 /* confdefs.h. */
3518 _ACEOF
3519 cat confdefs.h >>conftest.$ac_ext
3520 cat >>conftest.$ac_ext <<_ACEOF
3521 /* end confdefs.h. */
3524 main ()
3528 return 0;
3530 _ACEOF
3531 rm -f conftest.$ac_objext
3532 if { (ac_try="$ac_compile"
3533 case "(($ac_try" in
3534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3535 *) ac_try_echo=$ac_try;;
3536 esac
3537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3538 (eval "$ac_compile") 2>conftest.er1
3539 ac_status=$?
3540 grep -v '^ *+' conftest.er1 >conftest.err
3541 rm -f conftest.er1
3542 cat conftest.err >&5
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); } && {
3545 test -z "$ac_cxx_werror_flag" ||
3546 test ! -s conftest.err
3547 } && test -s conftest.$ac_objext; then
3548 ac_cv_prog_cxx_g=yes
3549 else
3550 echo "$as_me: failed program was:" >&5
3551 sed 's/^/| /' conftest.$ac_ext >&5
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3565 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3566 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3567 if test "$ac_test_CXXFLAGS" = set; then
3568 CXXFLAGS=$ac_save_CXXFLAGS
3569 elif test $ac_cv_prog_cxx_g = yes; then
3570 if test "$GXX" = yes; then
3571 CXXFLAGS="-g -O2"
3572 else
3573 CXXFLAGS="-g"
3575 else
3576 if test "$GXX" = yes; then
3577 CXXFLAGS="-O2"
3578 else
3579 CXXFLAGS=
3582 ac_ext=c
3583 ac_cpp='$CPP $CPPFLAGS'
3584 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3585 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3586 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3588 if test -n "$ac_tool_prefix"; then
3589 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3590 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3593 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3594 echo $ECHO_N "(cached) $ECHO_C" >&6
3595 else
3596 if test -n "$CPPBIN"; then
3597 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3598 else
3599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3600 for as_dir in $PATH
3602 IFS=$as_save_IFS
3603 test -z "$as_dir" && as_dir=.
3604 for ac_exec_ext in '' $ac_executable_extensions; do
3605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3606 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3608 break 2
3610 done
3611 done
3612 IFS=$as_save_IFS
3616 CPPBIN=$ac_cv_prog_CPPBIN
3617 if test -n "$CPPBIN"; then
3618 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3619 echo "${ECHO_T}$CPPBIN" >&6; }
3620 else
3621 { echo "$as_me:$LINENO: result: no" >&5
3622 echo "${ECHO_T}no" >&6; }
3627 if test -z "$ac_cv_prog_CPPBIN"; then
3628 ac_ct_CPPBIN=$CPPBIN
3629 # Extract the first word of "cpp", so it can be a program name with args.
3630 set dummy cpp; ac_word=$2
3631 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3632 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3633 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3634 echo $ECHO_N "(cached) $ECHO_C" >&6
3635 else
3636 if test -n "$ac_ct_CPPBIN"; then
3637 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3638 else
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3640 for as_dir in $PATH
3642 IFS=$as_save_IFS
3643 test -z "$as_dir" && as_dir=.
3644 for ac_exec_ext in '' $ac_executable_extensions; do
3645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3646 ac_cv_prog_ac_ct_CPPBIN="cpp"
3647 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3648 break 2
3650 done
3651 done
3652 IFS=$as_save_IFS
3656 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3657 if test -n "$ac_ct_CPPBIN"; then
3658 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3659 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3660 else
3661 { echo "$as_me:$LINENO: result: no" >&5
3662 echo "${ECHO_T}no" >&6; }
3665 if test "x$ac_ct_CPPBIN" = x; then
3666 CPPBIN="cpp"
3667 else
3668 case $cross_compiling:$ac_tool_warned in
3669 yes:)
3670 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3671 whose name does not start with the host triplet. If you think this
3672 configuration is useful to you, please write to autoconf@gnu.org." >&5
3673 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3674 whose name does not start with the host triplet. If you think this
3675 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3676 ac_tool_warned=yes ;;
3677 esac
3678 CPPBIN=$ac_ct_CPPBIN
3680 else
3681 CPPBIN="$ac_cv_prog_CPPBIN"
3685 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3686 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3687 if test "${wine_cv_toolsdir+set}" = set; then
3688 echo $ECHO_N "(cached) $ECHO_C" >&6
3689 else
3690 if test -z "$with_wine_tools"; then
3691 if test "$cross_compiling" = "yes"; then
3692 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3693 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3694 { (exit 1); exit 1; }; }
3695 else
3696 wine_cv_toolsdir="\$(TOPOBJDIR)"
3698 elif test -d "$with_wine_tools/tools/winebuild"; then
3699 case $with_wine_tools in
3700 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3701 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3702 esac
3703 else
3704 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3705 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3706 { (exit 1); exit 1; }; }
3709 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3710 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3711 TOOLSDIR=$wine_cv_toolsdir
3715 ac_ext=c
3716 ac_cpp='$CPP $CPPFLAGS'
3717 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3718 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3719 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3721 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3722 # On Suns, sometimes $CPP names a directory.
3723 if test -n "$CPP" && test -d "$CPP"; then
3724 CPP=
3726 if test -z "$CPP"; then
3727 if test "${ac_cv_prog_CPP+set}" = set; then
3728 echo $ECHO_N "(cached) $ECHO_C" >&6
3729 else
3730 # Double quotes because CPP needs to be expanded
3731 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3733 ac_preproc_ok=false
3734 for ac_c_preproc_warn_flag in '' yes
3736 # Use a header file that comes with gcc, so configuring glibc
3737 # with a fresh cross-compiler works.
3738 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3739 # <limits.h> exists even on freestanding compilers.
3740 # On the NeXT, cc -E runs the code through the compiler's parser,
3741 # not just through cpp. "Syntax error" is here to catch this case.
3742 cat >conftest.$ac_ext <<_ACEOF
3743 /* confdefs.h. */
3744 _ACEOF
3745 cat confdefs.h >>conftest.$ac_ext
3746 cat >>conftest.$ac_ext <<_ACEOF
3747 /* end confdefs.h. */
3748 #ifdef __STDC__
3749 # include <limits.h>
3750 #else
3751 # include <assert.h>
3752 #endif
3753 Syntax error
3754 _ACEOF
3755 if { (ac_try="$ac_cpp conftest.$ac_ext"
3756 case "(($ac_try" in
3757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3758 *) ac_try_echo=$ac_try;;
3759 esac
3760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3761 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3762 ac_status=$?
3763 grep -v '^ *+' conftest.er1 >conftest.err
3764 rm -f conftest.er1
3765 cat conftest.err >&5
3766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3767 (exit $ac_status); } >/dev/null && {
3768 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3769 test ! -s conftest.err
3770 }; then
3772 else
3773 echo "$as_me: failed program was:" >&5
3774 sed 's/^/| /' conftest.$ac_ext >&5
3776 # Broken: fails on valid input.
3777 continue
3780 rm -f conftest.err conftest.$ac_ext
3782 # OK, works on sane cases. Now check whether nonexistent headers
3783 # can be detected and how.
3784 cat >conftest.$ac_ext <<_ACEOF
3785 /* confdefs.h. */
3786 _ACEOF
3787 cat confdefs.h >>conftest.$ac_ext
3788 cat >>conftest.$ac_ext <<_ACEOF
3789 /* end confdefs.h. */
3790 #include <ac_nonexistent.h>
3791 _ACEOF
3792 if { (ac_try="$ac_cpp conftest.$ac_ext"
3793 case "(($ac_try" in
3794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3795 *) ac_try_echo=$ac_try;;
3796 esac
3797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3798 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3799 ac_status=$?
3800 grep -v '^ *+' conftest.er1 >conftest.err
3801 rm -f conftest.er1
3802 cat conftest.err >&5
3803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804 (exit $ac_status); } >/dev/null && {
3805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3806 test ! -s conftest.err
3807 }; then
3808 # Broken: success on invalid input.
3809 continue
3810 else
3811 echo "$as_me: failed program was:" >&5
3812 sed 's/^/| /' conftest.$ac_ext >&5
3814 # Passes both tests.
3815 ac_preproc_ok=:
3816 break
3819 rm -f conftest.err conftest.$ac_ext
3821 done
3822 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3823 rm -f conftest.err conftest.$ac_ext
3824 if $ac_preproc_ok; then
3825 break
3828 done
3829 ac_cv_prog_CPP=$CPP
3832 CPP=$ac_cv_prog_CPP
3833 else
3834 ac_cv_prog_CPP=$CPP
3836 { echo "$as_me:$LINENO: result: $CPP" >&5
3837 echo "${ECHO_T}$CPP" >&6; }
3838 ac_preproc_ok=false
3839 for ac_c_preproc_warn_flag in '' yes
3841 # Use a header file that comes with gcc, so configuring glibc
3842 # with a fresh cross-compiler works.
3843 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3844 # <limits.h> exists even on freestanding compilers.
3845 # On the NeXT, cc -E runs the code through the compiler's parser,
3846 # not just through cpp. "Syntax error" is here to catch this case.
3847 cat >conftest.$ac_ext <<_ACEOF
3848 /* confdefs.h. */
3849 _ACEOF
3850 cat confdefs.h >>conftest.$ac_ext
3851 cat >>conftest.$ac_ext <<_ACEOF
3852 /* end confdefs.h. */
3853 #ifdef __STDC__
3854 # include <limits.h>
3855 #else
3856 # include <assert.h>
3857 #endif
3858 Syntax error
3859 _ACEOF
3860 if { (ac_try="$ac_cpp conftest.$ac_ext"
3861 case "(($ac_try" in
3862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3863 *) ac_try_echo=$ac_try;;
3864 esac
3865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3866 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3867 ac_status=$?
3868 grep -v '^ *+' conftest.er1 >conftest.err
3869 rm -f conftest.er1
3870 cat conftest.err >&5
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); } >/dev/null && {
3873 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3874 test ! -s conftest.err
3875 }; then
3877 else
3878 echo "$as_me: failed program was:" >&5
3879 sed 's/^/| /' conftest.$ac_ext >&5
3881 # Broken: fails on valid input.
3882 continue
3885 rm -f conftest.err conftest.$ac_ext
3887 # OK, works on sane cases. Now check whether nonexistent headers
3888 # can be detected and how.
3889 cat >conftest.$ac_ext <<_ACEOF
3890 /* confdefs.h. */
3891 _ACEOF
3892 cat confdefs.h >>conftest.$ac_ext
3893 cat >>conftest.$ac_ext <<_ACEOF
3894 /* end confdefs.h. */
3895 #include <ac_nonexistent.h>
3896 _ACEOF
3897 if { (ac_try="$ac_cpp conftest.$ac_ext"
3898 case "(($ac_try" in
3899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3900 *) ac_try_echo=$ac_try;;
3901 esac
3902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3903 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3904 ac_status=$?
3905 grep -v '^ *+' conftest.er1 >conftest.err
3906 rm -f conftest.er1
3907 cat conftest.err >&5
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } >/dev/null && {
3910 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3911 test ! -s conftest.err
3912 }; then
3913 # Broken: success on invalid input.
3914 continue
3915 else
3916 echo "$as_me: failed program was:" >&5
3917 sed 's/^/| /' conftest.$ac_ext >&5
3919 # Passes both tests.
3920 ac_preproc_ok=:
3921 break
3924 rm -f conftest.err conftest.$ac_ext
3926 done
3927 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3928 rm -f conftest.err conftest.$ac_ext
3929 if $ac_preproc_ok; then
3931 else
3932 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3933 See \`config.log' for more details." >&5
3934 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3935 See \`config.log' for more details." >&2;}
3936 { (exit 1); exit 1; }; }
3939 ac_ext=c
3940 ac_cpp='$CPP $CPPFLAGS'
3941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3942 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3946 { echo "$as_me:$LINENO: checking for X" >&5
3947 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3950 # Check whether --with-x was given.
3951 if test "${with_x+set}" = set; then
3952 withval=$with_x;
3955 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3956 if test "x$with_x" = xno; then
3957 # The user explicitly disabled X.
3958 have_x=disabled
3959 else
3960 case $x_includes,$x_libraries in #(
3961 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3962 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3963 { (exit 1); exit 1; }; };; #(
3964 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3965 echo $ECHO_N "(cached) $ECHO_C" >&6
3966 else
3967 # One or both of the vars are not set, and there is no cached value.
3968 ac_x_includes=no ac_x_libraries=no
3969 rm -f -r conftest.dir
3970 if mkdir conftest.dir; then
3971 cd conftest.dir
3972 cat >Imakefile <<'_ACEOF'
3973 incroot:
3974 @echo incroot='${INCROOT}'
3975 usrlibdir:
3976 @echo usrlibdir='${USRLIBDIR}'
3977 libdir:
3978 @echo libdir='${LIBDIR}'
3979 _ACEOF
3980 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3981 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3982 for ac_var in incroot usrlibdir libdir; do
3983 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3984 done
3985 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3986 for ac_extension in a so sl; do
3987 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3988 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3989 ac_im_usrlibdir=$ac_im_libdir; break
3991 done
3992 # Screen out bogus values from the imake configuration. They are
3993 # bogus both because they are the default anyway, and because
3994 # using them would break gcc on systems where it needs fixed includes.
3995 case $ac_im_incroot in
3996 /usr/include) ac_x_includes= ;;
3997 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3998 esac
3999 case $ac_im_usrlibdir in
4000 /usr/lib | /lib) ;;
4001 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4002 esac
4004 cd ..
4005 rm -f -r conftest.dir
4008 # Standard set of common directories for X headers.
4009 # Check X11 before X11Rn because it is often a symlink to the current release.
4010 ac_x_header_dirs='
4011 /usr/X11/include
4012 /usr/X11R6/include
4013 /usr/X11R5/include
4014 /usr/X11R4/include
4016 /usr/include/X11
4017 /usr/include/X11R6
4018 /usr/include/X11R5
4019 /usr/include/X11R4
4021 /usr/local/X11/include
4022 /usr/local/X11R6/include
4023 /usr/local/X11R5/include
4024 /usr/local/X11R4/include
4026 /usr/local/include/X11
4027 /usr/local/include/X11R6
4028 /usr/local/include/X11R5
4029 /usr/local/include/X11R4
4031 /usr/X386/include
4032 /usr/x386/include
4033 /usr/XFree86/include/X11
4035 /usr/include
4036 /usr/local/include
4037 /usr/unsupported/include
4038 /usr/athena/include
4039 /usr/local/x11r5/include
4040 /usr/lpp/Xamples/include
4042 /usr/openwin/include
4043 /usr/openwin/share/include'
4045 if test "$ac_x_includes" = no; then
4046 # Guess where to find include files, by looking for Xlib.h.
4047 # First, try using that file with no special directory specified.
4048 cat >conftest.$ac_ext <<_ACEOF
4049 /* confdefs.h. */
4050 _ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h. */
4054 #include <X11/Xlib.h>
4055 _ACEOF
4056 if { (ac_try="$ac_cpp conftest.$ac_ext"
4057 case "(($ac_try" in
4058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4059 *) ac_try_echo=$ac_try;;
4060 esac
4061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4062 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4063 ac_status=$?
4064 grep -v '^ *+' conftest.er1 >conftest.err
4065 rm -f conftest.er1
4066 cat conftest.err >&5
4067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4068 (exit $ac_status); } >/dev/null && {
4069 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4070 test ! -s conftest.err
4071 }; then
4072 # We can compile using X headers with no special include directory.
4073 ac_x_includes=
4074 else
4075 echo "$as_me: failed program was:" >&5
4076 sed 's/^/| /' conftest.$ac_ext >&5
4078 for ac_dir in $ac_x_header_dirs; do
4079 if test -r "$ac_dir/X11/Xlib.h"; then
4080 ac_x_includes=$ac_dir
4081 break
4083 done
4086 rm -f conftest.err conftest.$ac_ext
4087 fi # $ac_x_includes = no
4089 if test "$ac_x_libraries" = no; then
4090 # Check for the libraries.
4091 # See if we find them without any special options.
4092 # Don't add to $LIBS permanently.
4093 ac_save_LIBS=$LIBS
4094 LIBS="-lX11 $LIBS"
4095 cat >conftest.$ac_ext <<_ACEOF
4096 /* confdefs.h. */
4097 _ACEOF
4098 cat confdefs.h >>conftest.$ac_ext
4099 cat >>conftest.$ac_ext <<_ACEOF
4100 /* end confdefs.h. */
4101 #include <X11/Xlib.h>
4103 main ()
4105 XrmInitialize ()
4107 return 0;
4109 _ACEOF
4110 rm -f conftest.$ac_objext conftest$ac_exeext
4111 if { (ac_try="$ac_link"
4112 case "(($ac_try" in
4113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4114 *) ac_try_echo=$ac_try;;
4115 esac
4116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4117 (eval "$ac_link") 2>conftest.er1
4118 ac_status=$?
4119 grep -v '^ *+' conftest.er1 >conftest.err
4120 rm -f conftest.er1
4121 cat conftest.err >&5
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); } && {
4124 test -z "$ac_c_werror_flag" ||
4125 test ! -s conftest.err
4126 } && test -s conftest$ac_exeext &&
4127 $as_test_x conftest$ac_exeext; then
4128 LIBS=$ac_save_LIBS
4129 # We can link X programs with no special library path.
4130 ac_x_libraries=
4131 else
4132 echo "$as_me: failed program was:" >&5
4133 sed 's/^/| /' conftest.$ac_ext >&5
4135 LIBS=$ac_save_LIBS
4136 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4138 # Don't even attempt the hair of trying to link an X program!
4139 for ac_extension in a so sl; do
4140 if test -r "$ac_dir/libX11.$ac_extension"; then
4141 ac_x_libraries=$ac_dir
4142 break 2
4144 done
4145 done
4148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4149 conftest$ac_exeext conftest.$ac_ext
4150 fi # $ac_x_libraries = no
4152 case $ac_x_includes,$ac_x_libraries in #(
4153 no,* | *,no | *\'*)
4154 # Didn't find X, or a directory has "'" in its name.
4155 ac_cv_have_x="have_x=no";; #(
4157 # Record where we found X for the cache.
4158 ac_cv_have_x="have_x=yes\
4159 ac_x_includes='$ac_x_includes'\
4160 ac_x_libraries='$ac_x_libraries'"
4161 esac
4163 ;; #(
4164 *) have_x=yes;;
4165 esac
4166 eval "$ac_cv_have_x"
4167 fi # $with_x != no
4169 if test "$have_x" != yes; then
4170 { echo "$as_me:$LINENO: result: $have_x" >&5
4171 echo "${ECHO_T}$have_x" >&6; }
4172 no_x=yes
4173 else
4174 # If each of the values was on the command line, it overrides each guess.
4175 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4176 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4177 # Update the cache value to reflect the command line values.
4178 ac_cv_have_x="have_x=yes\
4179 ac_x_includes='$x_includes'\
4180 ac_x_libraries='$x_libraries'"
4181 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4182 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4185 if test "$no_x" = yes; then
4186 # Not all programs may use this symbol, but it does not hurt to define it.
4188 cat >>confdefs.h <<\_ACEOF
4189 #define X_DISPLAY_MISSING 1
4190 _ACEOF
4192 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4193 else
4194 if test -n "$x_includes"; then
4195 X_CFLAGS="$X_CFLAGS -I$x_includes"
4198 # It would also be nice to do this for all -L options, not just this one.
4199 if test -n "$x_libraries"; then
4200 X_LIBS="$X_LIBS -L$x_libraries"
4201 # For Solaris; some versions of Sun CC require a space after -R and
4202 # others require no space. Words are not sufficient . . . .
4203 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4204 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4205 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4206 ac_xsave_c_werror_flag=$ac_c_werror_flag
4207 ac_c_werror_flag=yes
4208 cat >conftest.$ac_ext <<_ACEOF
4209 /* confdefs.h. */
4210 _ACEOF
4211 cat confdefs.h >>conftest.$ac_ext
4212 cat >>conftest.$ac_ext <<_ACEOF
4213 /* end confdefs.h. */
4216 main ()
4220 return 0;
4222 _ACEOF
4223 rm -f conftest.$ac_objext conftest$ac_exeext
4224 if { (ac_try="$ac_link"
4225 case "(($ac_try" in
4226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4227 *) ac_try_echo=$ac_try;;
4228 esac
4229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4230 (eval "$ac_link") 2>conftest.er1
4231 ac_status=$?
4232 grep -v '^ *+' conftest.er1 >conftest.err
4233 rm -f conftest.er1
4234 cat conftest.err >&5
4235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4236 (exit $ac_status); } && {
4237 test -z "$ac_c_werror_flag" ||
4238 test ! -s conftest.err
4239 } && test -s conftest$ac_exeext &&
4240 $as_test_x conftest$ac_exeext; then
4241 { echo "$as_me:$LINENO: result: no" >&5
4242 echo "${ECHO_T}no" >&6; }
4243 X_LIBS="$X_LIBS -R$x_libraries"
4244 else
4245 echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4248 LIBS="$ac_xsave_LIBS -R $x_libraries"
4249 cat >conftest.$ac_ext <<_ACEOF
4250 /* confdefs.h. */
4251 _ACEOF
4252 cat confdefs.h >>conftest.$ac_ext
4253 cat >>conftest.$ac_ext <<_ACEOF
4254 /* end confdefs.h. */
4257 main ()
4261 return 0;
4263 _ACEOF
4264 rm -f conftest.$ac_objext conftest$ac_exeext
4265 if { (ac_try="$ac_link"
4266 case "(($ac_try" in
4267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4268 *) ac_try_echo=$ac_try;;
4269 esac
4270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4271 (eval "$ac_link") 2>conftest.er1
4272 ac_status=$?
4273 grep -v '^ *+' conftest.er1 >conftest.err
4274 rm -f conftest.er1
4275 cat conftest.err >&5
4276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4277 (exit $ac_status); } && {
4278 test -z "$ac_c_werror_flag" ||
4279 test ! -s conftest.err
4280 } && test -s conftest$ac_exeext &&
4281 $as_test_x conftest$ac_exeext; then
4282 { echo "$as_me:$LINENO: result: yes" >&5
4283 echo "${ECHO_T}yes" >&6; }
4284 X_LIBS="$X_LIBS -R $x_libraries"
4285 else
4286 echo "$as_me: failed program was:" >&5
4287 sed 's/^/| /' conftest.$ac_ext >&5
4289 { echo "$as_me:$LINENO: result: neither works" >&5
4290 echo "${ECHO_T}neither works" >&6; }
4293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4294 conftest$ac_exeext conftest.$ac_ext
4297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4298 conftest$ac_exeext conftest.$ac_ext
4299 ac_c_werror_flag=$ac_xsave_c_werror_flag
4300 LIBS=$ac_xsave_LIBS
4303 # Check for system-dependent libraries X programs must link with.
4304 # Do this before checking for the system-independent R6 libraries
4305 # (-lICE), since we may need -lsocket or whatever for X linking.
4307 if test "$ISC" = yes; then
4308 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4309 else
4310 # Martyn Johnson says this is needed for Ultrix, if the X
4311 # libraries were built with DECnet support. And Karl Berry says
4312 # the Alpha needs dnet_stub (dnet does not exist).
4313 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4314 cat >conftest.$ac_ext <<_ACEOF
4315 /* confdefs.h. */
4316 _ACEOF
4317 cat confdefs.h >>conftest.$ac_ext
4318 cat >>conftest.$ac_ext <<_ACEOF
4319 /* end confdefs.h. */
4321 /* Override any GCC internal prototype to avoid an error.
4322 Use char because int might match the return type of a GCC
4323 builtin and then its argument prototype would still apply. */
4324 #ifdef __cplusplus
4325 extern "C"
4326 #endif
4327 char XOpenDisplay ();
4329 main ()
4331 return XOpenDisplay ();
4333 return 0;
4335 _ACEOF
4336 rm -f conftest.$ac_objext conftest$ac_exeext
4337 if { (ac_try="$ac_link"
4338 case "(($ac_try" in
4339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4340 *) ac_try_echo=$ac_try;;
4341 esac
4342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4343 (eval "$ac_link") 2>conftest.er1
4344 ac_status=$?
4345 grep -v '^ *+' conftest.er1 >conftest.err
4346 rm -f conftest.er1
4347 cat conftest.err >&5
4348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4349 (exit $ac_status); } && {
4350 test -z "$ac_c_werror_flag" ||
4351 test ! -s conftest.err
4352 } && test -s conftest$ac_exeext &&
4353 $as_test_x conftest$ac_exeext; then
4355 else
4356 echo "$as_me: failed program was:" >&5
4357 sed 's/^/| /' conftest.$ac_ext >&5
4359 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4360 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4361 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4363 else
4364 ac_check_lib_save_LIBS=$LIBS
4365 LIBS="-ldnet $LIBS"
4366 cat >conftest.$ac_ext <<_ACEOF
4367 /* confdefs.h. */
4368 _ACEOF
4369 cat confdefs.h >>conftest.$ac_ext
4370 cat >>conftest.$ac_ext <<_ACEOF
4371 /* end confdefs.h. */
4373 /* Override any GCC internal prototype to avoid an error.
4374 Use char because int might match the return type of a GCC
4375 builtin and then its argument prototype would still apply. */
4376 #ifdef __cplusplus
4377 extern "C"
4378 #endif
4379 char dnet_ntoa ();
4381 main ()
4383 return dnet_ntoa ();
4385 return 0;
4387 _ACEOF
4388 rm -f conftest.$ac_objext conftest$ac_exeext
4389 if { (ac_try="$ac_link"
4390 case "(($ac_try" in
4391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4392 *) ac_try_echo=$ac_try;;
4393 esac
4394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4395 (eval "$ac_link") 2>conftest.er1
4396 ac_status=$?
4397 grep -v '^ *+' conftest.er1 >conftest.err
4398 rm -f conftest.er1
4399 cat conftest.err >&5
4400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4401 (exit $ac_status); } && {
4402 test -z "$ac_c_werror_flag" ||
4403 test ! -s conftest.err
4404 } && test -s conftest$ac_exeext &&
4405 $as_test_x conftest$ac_exeext; then
4406 ac_cv_lib_dnet_dnet_ntoa=yes
4407 else
4408 echo "$as_me: failed program was:" >&5
4409 sed 's/^/| /' conftest.$ac_ext >&5
4411 ac_cv_lib_dnet_dnet_ntoa=no
4414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4415 conftest$ac_exeext conftest.$ac_ext
4416 LIBS=$ac_check_lib_save_LIBS
4418 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4419 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4420 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4421 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4424 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4425 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4426 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4427 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4428 echo $ECHO_N "(cached) $ECHO_C" >&6
4429 else
4430 ac_check_lib_save_LIBS=$LIBS
4431 LIBS="-ldnet_stub $LIBS"
4432 cat >conftest.$ac_ext <<_ACEOF
4433 /* confdefs.h. */
4434 _ACEOF
4435 cat confdefs.h >>conftest.$ac_ext
4436 cat >>conftest.$ac_ext <<_ACEOF
4437 /* end confdefs.h. */
4439 /* Override any GCC internal prototype to avoid an error.
4440 Use char because int might match the return type of a GCC
4441 builtin and then its argument prototype would still apply. */
4442 #ifdef __cplusplus
4443 extern "C"
4444 #endif
4445 char dnet_ntoa ();
4447 main ()
4449 return dnet_ntoa ();
4451 return 0;
4453 _ACEOF
4454 rm -f conftest.$ac_objext conftest$ac_exeext
4455 if { (ac_try="$ac_link"
4456 case "(($ac_try" in
4457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4458 *) ac_try_echo=$ac_try;;
4459 esac
4460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4461 (eval "$ac_link") 2>conftest.er1
4462 ac_status=$?
4463 grep -v '^ *+' conftest.er1 >conftest.err
4464 rm -f conftest.er1
4465 cat conftest.err >&5
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467 (exit $ac_status); } && {
4468 test -z "$ac_c_werror_flag" ||
4469 test ! -s conftest.err
4470 } && test -s conftest$ac_exeext &&
4471 $as_test_x conftest$ac_exeext; then
4472 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4473 else
4474 echo "$as_me: failed program was:" >&5
4475 sed 's/^/| /' conftest.$ac_ext >&5
4477 ac_cv_lib_dnet_stub_dnet_ntoa=no
4480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4481 conftest$ac_exeext conftest.$ac_ext
4482 LIBS=$ac_check_lib_save_LIBS
4484 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4485 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4486 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4487 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4494 conftest$ac_exeext conftest.$ac_ext
4495 LIBS="$ac_xsave_LIBS"
4497 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4498 # to get the SysV transport functions.
4499 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4500 # needs -lnsl.
4501 # The nsl library prevents programs from opening the X display
4502 # on Irix 5.2, according to T.E. Dickey.
4503 # The functions gethostbyname, getservbyname, and inet_addr are
4504 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4505 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4506 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4507 if test "${ac_cv_func_gethostbyname+set}" = set; then
4508 echo $ECHO_N "(cached) $ECHO_C" >&6
4509 else
4510 cat >conftest.$ac_ext <<_ACEOF
4511 /* confdefs.h. */
4512 _ACEOF
4513 cat confdefs.h >>conftest.$ac_ext
4514 cat >>conftest.$ac_ext <<_ACEOF
4515 /* end confdefs.h. */
4516 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4518 #define gethostbyname innocuous_gethostbyname
4520 /* System header to define __stub macros and hopefully few prototypes,
4521 which can conflict with char gethostbyname (); below.
4522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4523 <limits.h> exists even on freestanding compilers. */
4525 #ifdef __STDC__
4526 # include <limits.h>
4527 #else
4528 # include <assert.h>
4529 #endif
4531 #undef gethostbyname
4533 /* Override any GCC internal prototype to avoid an error.
4534 Use char because int might match the return type of a GCC
4535 builtin and then its argument prototype would still apply. */
4536 #ifdef __cplusplus
4537 extern "C"
4538 #endif
4539 char gethostbyname ();
4540 /* The GNU C library defines this for functions which it implements
4541 to always fail with ENOSYS. Some functions are actually named
4542 something starting with __ and the normal name is an alias. */
4543 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4544 choke me
4545 #endif
4548 main ()
4550 return gethostbyname ();
4552 return 0;
4554 _ACEOF
4555 rm -f conftest.$ac_objext conftest$ac_exeext
4556 if { (ac_try="$ac_link"
4557 case "(($ac_try" in
4558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4559 *) ac_try_echo=$ac_try;;
4560 esac
4561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4562 (eval "$ac_link") 2>conftest.er1
4563 ac_status=$?
4564 grep -v '^ *+' conftest.er1 >conftest.err
4565 rm -f conftest.er1
4566 cat conftest.err >&5
4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); } && {
4569 test -z "$ac_c_werror_flag" ||
4570 test ! -s conftest.err
4571 } && test -s conftest$ac_exeext &&
4572 $as_test_x conftest$ac_exeext; then
4573 ac_cv_func_gethostbyname=yes
4574 else
4575 echo "$as_me: failed program was:" >&5
4576 sed 's/^/| /' conftest.$ac_ext >&5
4578 ac_cv_func_gethostbyname=no
4581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4582 conftest$ac_exeext conftest.$ac_ext
4584 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4585 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4587 if test $ac_cv_func_gethostbyname = no; then
4588 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4589 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4590 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4591 echo $ECHO_N "(cached) $ECHO_C" >&6
4592 else
4593 ac_check_lib_save_LIBS=$LIBS
4594 LIBS="-lnsl $LIBS"
4595 cat >conftest.$ac_ext <<_ACEOF
4596 /* confdefs.h. */
4597 _ACEOF
4598 cat confdefs.h >>conftest.$ac_ext
4599 cat >>conftest.$ac_ext <<_ACEOF
4600 /* end confdefs.h. */
4602 /* Override any GCC internal prototype to avoid an error.
4603 Use char because int might match the return type of a GCC
4604 builtin and then its argument prototype would still apply. */
4605 #ifdef __cplusplus
4606 extern "C"
4607 #endif
4608 char gethostbyname ();
4610 main ()
4612 return gethostbyname ();
4614 return 0;
4616 _ACEOF
4617 rm -f conftest.$ac_objext conftest$ac_exeext
4618 if { (ac_try="$ac_link"
4619 case "(($ac_try" in
4620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4621 *) ac_try_echo=$ac_try;;
4622 esac
4623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4624 (eval "$ac_link") 2>conftest.er1
4625 ac_status=$?
4626 grep -v '^ *+' conftest.er1 >conftest.err
4627 rm -f conftest.er1
4628 cat conftest.err >&5
4629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4630 (exit $ac_status); } && {
4631 test -z "$ac_c_werror_flag" ||
4632 test ! -s conftest.err
4633 } && test -s conftest$ac_exeext &&
4634 $as_test_x conftest$ac_exeext; then
4635 ac_cv_lib_nsl_gethostbyname=yes
4636 else
4637 echo "$as_me: failed program was:" >&5
4638 sed 's/^/| /' conftest.$ac_ext >&5
4640 ac_cv_lib_nsl_gethostbyname=no
4643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4644 conftest$ac_exeext conftest.$ac_ext
4645 LIBS=$ac_check_lib_save_LIBS
4647 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4648 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4649 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4650 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4653 if test $ac_cv_lib_nsl_gethostbyname = no; then
4654 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4655 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4656 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4657 echo $ECHO_N "(cached) $ECHO_C" >&6
4658 else
4659 ac_check_lib_save_LIBS=$LIBS
4660 LIBS="-lbsd $LIBS"
4661 cat >conftest.$ac_ext <<_ACEOF
4662 /* confdefs.h. */
4663 _ACEOF
4664 cat confdefs.h >>conftest.$ac_ext
4665 cat >>conftest.$ac_ext <<_ACEOF
4666 /* end confdefs.h. */
4668 /* Override any GCC internal prototype to avoid an error.
4669 Use char because int might match the return type of a GCC
4670 builtin and then its argument prototype would still apply. */
4671 #ifdef __cplusplus
4672 extern "C"
4673 #endif
4674 char gethostbyname ();
4676 main ()
4678 return gethostbyname ();
4680 return 0;
4682 _ACEOF
4683 rm -f conftest.$ac_objext conftest$ac_exeext
4684 if { (ac_try="$ac_link"
4685 case "(($ac_try" in
4686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4687 *) ac_try_echo=$ac_try;;
4688 esac
4689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4690 (eval "$ac_link") 2>conftest.er1
4691 ac_status=$?
4692 grep -v '^ *+' conftest.er1 >conftest.err
4693 rm -f conftest.er1
4694 cat conftest.err >&5
4695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4696 (exit $ac_status); } && {
4697 test -z "$ac_c_werror_flag" ||
4698 test ! -s conftest.err
4699 } && test -s conftest$ac_exeext &&
4700 $as_test_x conftest$ac_exeext; then
4701 ac_cv_lib_bsd_gethostbyname=yes
4702 else
4703 echo "$as_me: failed program was:" >&5
4704 sed 's/^/| /' conftest.$ac_ext >&5
4706 ac_cv_lib_bsd_gethostbyname=no
4709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4710 conftest$ac_exeext conftest.$ac_ext
4711 LIBS=$ac_check_lib_save_LIBS
4713 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4714 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4715 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4716 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4722 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4723 # socket/setsockopt and other routines are undefined under SCO ODT
4724 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4725 # on later versions), says Simon Leinen: it contains gethostby*
4726 # variants that don't use the name server (or something). -lsocket
4727 # must be given before -lnsl if both are needed. We assume that
4728 # if connect needs -lnsl, so does gethostbyname.
4729 { echo "$as_me:$LINENO: checking for connect" >&5
4730 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4731 if test "${ac_cv_func_connect+set}" = set; then
4732 echo $ECHO_N "(cached) $ECHO_C" >&6
4733 else
4734 cat >conftest.$ac_ext <<_ACEOF
4735 /* confdefs.h. */
4736 _ACEOF
4737 cat confdefs.h >>conftest.$ac_ext
4738 cat >>conftest.$ac_ext <<_ACEOF
4739 /* end confdefs.h. */
4740 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4741 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4742 #define connect innocuous_connect
4744 /* System header to define __stub macros and hopefully few prototypes,
4745 which can conflict with char connect (); below.
4746 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4747 <limits.h> exists even on freestanding compilers. */
4749 #ifdef __STDC__
4750 # include <limits.h>
4751 #else
4752 # include <assert.h>
4753 #endif
4755 #undef connect
4757 /* Override any GCC internal prototype to avoid an error.
4758 Use char because int might match the return type of a GCC
4759 builtin and then its argument prototype would still apply. */
4760 #ifdef __cplusplus
4761 extern "C"
4762 #endif
4763 char connect ();
4764 /* The GNU C library defines this for functions which it implements
4765 to always fail with ENOSYS. Some functions are actually named
4766 something starting with __ and the normal name is an alias. */
4767 #if defined __stub_connect || defined __stub___connect
4768 choke me
4769 #endif
4772 main ()
4774 return connect ();
4776 return 0;
4778 _ACEOF
4779 rm -f conftest.$ac_objext conftest$ac_exeext
4780 if { (ac_try="$ac_link"
4781 case "(($ac_try" in
4782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4783 *) ac_try_echo=$ac_try;;
4784 esac
4785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4786 (eval "$ac_link") 2>conftest.er1
4787 ac_status=$?
4788 grep -v '^ *+' conftest.er1 >conftest.err
4789 rm -f conftest.er1
4790 cat conftest.err >&5
4791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4792 (exit $ac_status); } && {
4793 test -z "$ac_c_werror_flag" ||
4794 test ! -s conftest.err
4795 } && test -s conftest$ac_exeext &&
4796 $as_test_x conftest$ac_exeext; then
4797 ac_cv_func_connect=yes
4798 else
4799 echo "$as_me: failed program was:" >&5
4800 sed 's/^/| /' conftest.$ac_ext >&5
4802 ac_cv_func_connect=no
4805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4806 conftest$ac_exeext conftest.$ac_ext
4808 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4809 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4811 if test $ac_cv_func_connect = no; then
4812 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4813 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4814 if test "${ac_cv_lib_socket_connect+set}" = set; then
4815 echo $ECHO_N "(cached) $ECHO_C" >&6
4816 else
4817 ac_check_lib_save_LIBS=$LIBS
4818 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4819 cat >conftest.$ac_ext <<_ACEOF
4820 /* confdefs.h. */
4821 _ACEOF
4822 cat confdefs.h >>conftest.$ac_ext
4823 cat >>conftest.$ac_ext <<_ACEOF
4824 /* end confdefs.h. */
4826 /* Override any GCC internal prototype to avoid an error.
4827 Use char because int might match the return type of a GCC
4828 builtin and then its argument prototype would still apply. */
4829 #ifdef __cplusplus
4830 extern "C"
4831 #endif
4832 char connect ();
4834 main ()
4836 return connect ();
4838 return 0;
4840 _ACEOF
4841 rm -f conftest.$ac_objext conftest$ac_exeext
4842 if { (ac_try="$ac_link"
4843 case "(($ac_try" in
4844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4845 *) ac_try_echo=$ac_try;;
4846 esac
4847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4848 (eval "$ac_link") 2>conftest.er1
4849 ac_status=$?
4850 grep -v '^ *+' conftest.er1 >conftest.err
4851 rm -f conftest.er1
4852 cat conftest.err >&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); } && {
4855 test -z "$ac_c_werror_flag" ||
4856 test ! -s conftest.err
4857 } && test -s conftest$ac_exeext &&
4858 $as_test_x conftest$ac_exeext; then
4859 ac_cv_lib_socket_connect=yes
4860 else
4861 echo "$as_me: failed program was:" >&5
4862 sed 's/^/| /' conftest.$ac_ext >&5
4864 ac_cv_lib_socket_connect=no
4867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4868 conftest$ac_exeext conftest.$ac_ext
4869 LIBS=$ac_check_lib_save_LIBS
4871 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4872 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4873 if test $ac_cv_lib_socket_connect = yes; then
4874 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4879 # Guillermo Gomez says -lposix is necessary on A/UX.
4880 { echo "$as_me:$LINENO: checking for remove" >&5
4881 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4882 if test "${ac_cv_func_remove+set}" = set; then
4883 echo $ECHO_N "(cached) $ECHO_C" >&6
4884 else
4885 cat >conftest.$ac_ext <<_ACEOF
4886 /* confdefs.h. */
4887 _ACEOF
4888 cat confdefs.h >>conftest.$ac_ext
4889 cat >>conftest.$ac_ext <<_ACEOF
4890 /* end confdefs.h. */
4891 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4893 #define remove innocuous_remove
4895 /* System header to define __stub macros and hopefully few prototypes,
4896 which can conflict with char remove (); below.
4897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4898 <limits.h> exists even on freestanding compilers. */
4900 #ifdef __STDC__
4901 # include <limits.h>
4902 #else
4903 # include <assert.h>
4904 #endif
4906 #undef remove
4908 /* Override any GCC internal prototype to avoid an error.
4909 Use char because int might match the return type of a GCC
4910 builtin and then its argument prototype would still apply. */
4911 #ifdef __cplusplus
4912 extern "C"
4913 #endif
4914 char remove ();
4915 /* The GNU C library defines this for functions which it implements
4916 to always fail with ENOSYS. Some functions are actually named
4917 something starting with __ and the normal name is an alias. */
4918 #if defined __stub_remove || defined __stub___remove
4919 choke me
4920 #endif
4923 main ()
4925 return remove ();
4927 return 0;
4929 _ACEOF
4930 rm -f conftest.$ac_objext conftest$ac_exeext
4931 if { (ac_try="$ac_link"
4932 case "(($ac_try" in
4933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4934 *) ac_try_echo=$ac_try;;
4935 esac
4936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4937 (eval "$ac_link") 2>conftest.er1
4938 ac_status=$?
4939 grep -v '^ *+' conftest.er1 >conftest.err
4940 rm -f conftest.er1
4941 cat conftest.err >&5
4942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4943 (exit $ac_status); } && {
4944 test -z "$ac_c_werror_flag" ||
4945 test ! -s conftest.err
4946 } && test -s conftest$ac_exeext &&
4947 $as_test_x conftest$ac_exeext; then
4948 ac_cv_func_remove=yes
4949 else
4950 echo "$as_me: failed program was:" >&5
4951 sed 's/^/| /' conftest.$ac_ext >&5
4953 ac_cv_func_remove=no
4956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4957 conftest$ac_exeext conftest.$ac_ext
4959 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4960 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4962 if test $ac_cv_func_remove = no; then
4963 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4964 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4965 if test "${ac_cv_lib_posix_remove+set}" = set; then
4966 echo $ECHO_N "(cached) $ECHO_C" >&6
4967 else
4968 ac_check_lib_save_LIBS=$LIBS
4969 LIBS="-lposix $LIBS"
4970 cat >conftest.$ac_ext <<_ACEOF
4971 /* confdefs.h. */
4972 _ACEOF
4973 cat confdefs.h >>conftest.$ac_ext
4974 cat >>conftest.$ac_ext <<_ACEOF
4975 /* end confdefs.h. */
4977 /* Override any GCC internal prototype to avoid an error.
4978 Use char because int might match the return type of a GCC
4979 builtin and then its argument prototype would still apply. */
4980 #ifdef __cplusplus
4981 extern "C"
4982 #endif
4983 char remove ();
4985 main ()
4987 return remove ();
4989 return 0;
4991 _ACEOF
4992 rm -f conftest.$ac_objext conftest$ac_exeext
4993 if { (ac_try="$ac_link"
4994 case "(($ac_try" in
4995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4996 *) ac_try_echo=$ac_try;;
4997 esac
4998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4999 (eval "$ac_link") 2>conftest.er1
5000 ac_status=$?
5001 grep -v '^ *+' conftest.er1 >conftest.err
5002 rm -f conftest.er1
5003 cat conftest.err >&5
5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } && {
5006 test -z "$ac_c_werror_flag" ||
5007 test ! -s conftest.err
5008 } && test -s conftest$ac_exeext &&
5009 $as_test_x conftest$ac_exeext; then
5010 ac_cv_lib_posix_remove=yes
5011 else
5012 echo "$as_me: failed program was:" >&5
5013 sed 's/^/| /' conftest.$ac_ext >&5
5015 ac_cv_lib_posix_remove=no
5018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5019 conftest$ac_exeext conftest.$ac_ext
5020 LIBS=$ac_check_lib_save_LIBS
5022 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5023 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5024 if test $ac_cv_lib_posix_remove = yes; then
5025 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5030 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5031 { echo "$as_me:$LINENO: checking for shmat" >&5
5032 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5033 if test "${ac_cv_func_shmat+set}" = set; then
5034 echo $ECHO_N "(cached) $ECHO_C" >&6
5035 else
5036 cat >conftest.$ac_ext <<_ACEOF
5037 /* confdefs.h. */
5038 _ACEOF
5039 cat confdefs.h >>conftest.$ac_ext
5040 cat >>conftest.$ac_ext <<_ACEOF
5041 /* end confdefs.h. */
5042 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5044 #define shmat innocuous_shmat
5046 /* System header to define __stub macros and hopefully few prototypes,
5047 which can conflict with char shmat (); below.
5048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5049 <limits.h> exists even on freestanding compilers. */
5051 #ifdef __STDC__
5052 # include <limits.h>
5053 #else
5054 # include <assert.h>
5055 #endif
5057 #undef shmat
5059 /* Override any GCC internal prototype to avoid an error.
5060 Use char because int might match the return type of a GCC
5061 builtin and then its argument prototype would still apply. */
5062 #ifdef __cplusplus
5063 extern "C"
5064 #endif
5065 char shmat ();
5066 /* The GNU C library defines this for functions which it implements
5067 to always fail with ENOSYS. Some functions are actually named
5068 something starting with __ and the normal name is an alias. */
5069 #if defined __stub_shmat || defined __stub___shmat
5070 choke me
5071 #endif
5074 main ()
5076 return shmat ();
5078 return 0;
5080 _ACEOF
5081 rm -f conftest.$ac_objext conftest$ac_exeext
5082 if { (ac_try="$ac_link"
5083 case "(($ac_try" in
5084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5085 *) ac_try_echo=$ac_try;;
5086 esac
5087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5088 (eval "$ac_link") 2>conftest.er1
5089 ac_status=$?
5090 grep -v '^ *+' conftest.er1 >conftest.err
5091 rm -f conftest.er1
5092 cat conftest.err >&5
5093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } && {
5095 test -z "$ac_c_werror_flag" ||
5096 test ! -s conftest.err
5097 } && test -s conftest$ac_exeext &&
5098 $as_test_x conftest$ac_exeext; then
5099 ac_cv_func_shmat=yes
5100 else
5101 echo "$as_me: failed program was:" >&5
5102 sed 's/^/| /' conftest.$ac_ext >&5
5104 ac_cv_func_shmat=no
5107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5108 conftest$ac_exeext conftest.$ac_ext
5110 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5111 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5113 if test $ac_cv_func_shmat = no; then
5114 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5115 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5116 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5117 echo $ECHO_N "(cached) $ECHO_C" >&6
5118 else
5119 ac_check_lib_save_LIBS=$LIBS
5120 LIBS="-lipc $LIBS"
5121 cat >conftest.$ac_ext <<_ACEOF
5122 /* confdefs.h. */
5123 _ACEOF
5124 cat confdefs.h >>conftest.$ac_ext
5125 cat >>conftest.$ac_ext <<_ACEOF
5126 /* end confdefs.h. */
5128 /* Override any GCC internal prototype to avoid an error.
5129 Use char because int might match the return type of a GCC
5130 builtin and then its argument prototype would still apply. */
5131 #ifdef __cplusplus
5132 extern "C"
5133 #endif
5134 char shmat ();
5136 main ()
5138 return shmat ();
5140 return 0;
5142 _ACEOF
5143 rm -f conftest.$ac_objext conftest$ac_exeext
5144 if { (ac_try="$ac_link"
5145 case "(($ac_try" in
5146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5147 *) ac_try_echo=$ac_try;;
5148 esac
5149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5150 (eval "$ac_link") 2>conftest.er1
5151 ac_status=$?
5152 grep -v '^ *+' conftest.er1 >conftest.err
5153 rm -f conftest.er1
5154 cat conftest.err >&5
5155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5156 (exit $ac_status); } && {
5157 test -z "$ac_c_werror_flag" ||
5158 test ! -s conftest.err
5159 } && test -s conftest$ac_exeext &&
5160 $as_test_x conftest$ac_exeext; then
5161 ac_cv_lib_ipc_shmat=yes
5162 else
5163 echo "$as_me: failed program was:" >&5
5164 sed 's/^/| /' conftest.$ac_ext >&5
5166 ac_cv_lib_ipc_shmat=no
5169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5170 conftest$ac_exeext conftest.$ac_ext
5171 LIBS=$ac_check_lib_save_LIBS
5173 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5174 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5175 if test $ac_cv_lib_ipc_shmat = yes; then
5176 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5182 # Check for libraries that X11R6 Xt/Xaw programs need.
5183 ac_save_LDFLAGS=$LDFLAGS
5184 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5185 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5186 # check for ICE first), but we must link in the order -lSM -lICE or
5187 # we get undefined symbols. So assume we have SM if we have ICE.
5188 # These have to be linked with before -lX11, unlike the other
5189 # libraries we check for below, so use a different variable.
5190 # John Interrante, Karl Berry
5191 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5192 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5193 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5194 echo $ECHO_N "(cached) $ECHO_C" >&6
5195 else
5196 ac_check_lib_save_LIBS=$LIBS
5197 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5198 cat >conftest.$ac_ext <<_ACEOF
5199 /* confdefs.h. */
5200 _ACEOF
5201 cat confdefs.h >>conftest.$ac_ext
5202 cat >>conftest.$ac_ext <<_ACEOF
5203 /* end confdefs.h. */
5205 /* Override any GCC internal prototype to avoid an error.
5206 Use char because int might match the return type of a GCC
5207 builtin and then its argument prototype would still apply. */
5208 #ifdef __cplusplus
5209 extern "C"
5210 #endif
5211 char IceConnectionNumber ();
5213 main ()
5215 return IceConnectionNumber ();
5217 return 0;
5219 _ACEOF
5220 rm -f conftest.$ac_objext conftest$ac_exeext
5221 if { (ac_try="$ac_link"
5222 case "(($ac_try" in
5223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5224 *) ac_try_echo=$ac_try;;
5225 esac
5226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 (eval "$ac_link") 2>conftest.er1
5228 ac_status=$?
5229 grep -v '^ *+' conftest.er1 >conftest.err
5230 rm -f conftest.er1
5231 cat conftest.err >&5
5232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5233 (exit $ac_status); } && {
5234 test -z "$ac_c_werror_flag" ||
5235 test ! -s conftest.err
5236 } && test -s conftest$ac_exeext &&
5237 $as_test_x conftest$ac_exeext; then
5238 ac_cv_lib_ICE_IceConnectionNumber=yes
5239 else
5240 echo "$as_me: failed program was:" >&5
5241 sed 's/^/| /' conftest.$ac_ext >&5
5243 ac_cv_lib_ICE_IceConnectionNumber=no
5246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5247 conftest$ac_exeext conftest.$ac_ext
5248 LIBS=$ac_check_lib_save_LIBS
5250 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5251 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5252 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5253 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5256 LDFLAGS=$ac_save_LDFLAGS
5261 for ac_prog in flex
5263 # Extract the first word of "$ac_prog", so it can be a program name with args.
5264 set dummy $ac_prog; ac_word=$2
5265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5267 if test "${ac_cv_prog_FLEX+set}" = set; then
5268 echo $ECHO_N "(cached) $ECHO_C" >&6
5269 else
5270 if test -n "$FLEX"; then
5271 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5272 else
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
5278 for ac_exec_ext in '' $ac_executable_extensions; do
5279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280 ac_cv_prog_FLEX="$ac_prog"
5281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5282 break 2
5284 done
5285 done
5286 IFS=$as_save_IFS
5290 FLEX=$ac_cv_prog_FLEX
5291 if test -n "$FLEX"; then
5292 { echo "$as_me:$LINENO: result: $FLEX" >&5
5293 echo "${ECHO_T}$FLEX" >&6; }
5294 else
5295 { echo "$as_me:$LINENO: result: no" >&5
5296 echo "${ECHO_T}no" >&6; }
5300 test -n "$FLEX" && break
5301 done
5302 test -n "$FLEX" || FLEX="none"
5304 if test "$FLEX" = "none"
5305 then
5306 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5307 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5308 { (exit 1); exit 1; }; }
5311 for ac_prog in bison
5313 # Extract the first word of "$ac_prog", so it can be a program name with args.
5314 set dummy $ac_prog; ac_word=$2
5315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5317 if test "${ac_cv_prog_BISON+set}" = set; then
5318 echo $ECHO_N "(cached) $ECHO_C" >&6
5319 else
5320 if test -n "$BISON"; then
5321 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5322 else
5323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5324 for as_dir in $PATH
5326 IFS=$as_save_IFS
5327 test -z "$as_dir" && as_dir=.
5328 for ac_exec_ext in '' $ac_executable_extensions; do
5329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5330 ac_cv_prog_BISON="$ac_prog"
5331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5332 break 2
5334 done
5335 done
5336 IFS=$as_save_IFS
5340 BISON=$ac_cv_prog_BISON
5341 if test -n "$BISON"; then
5342 { echo "$as_me:$LINENO: result: $BISON" >&5
5343 echo "${ECHO_T}$BISON" >&6; }
5344 else
5345 { echo "$as_me:$LINENO: result: no" >&5
5346 echo "${ECHO_T}no" >&6; }
5350 test -n "$BISON" && break
5351 done
5352 test -n "$BISON" || BISON="none"
5354 if test "$BISON" = "none"
5355 then
5356 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5357 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5358 { (exit 1); exit 1; }; }
5361 if test -n "$ac_tool_prefix"; then
5362 for ac_prog in gas as
5364 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5365 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5368 if test "${ac_cv_prog_AS+set}" = set; then
5369 echo $ECHO_N "(cached) $ECHO_C" >&6
5370 else
5371 if test -n "$AS"; then
5372 ac_cv_prog_AS="$AS" # Let the user override the test.
5373 else
5374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5375 for as_dir in $PATH
5377 IFS=$as_save_IFS
5378 test -z "$as_dir" && as_dir=.
5379 for ac_exec_ext in '' $ac_executable_extensions; do
5380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5381 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5383 break 2
5385 done
5386 done
5387 IFS=$as_save_IFS
5391 AS=$ac_cv_prog_AS
5392 if test -n "$AS"; then
5393 { echo "$as_me:$LINENO: result: $AS" >&5
5394 echo "${ECHO_T}$AS" >&6; }
5395 else
5396 { echo "$as_me:$LINENO: result: no" >&5
5397 echo "${ECHO_T}no" >&6; }
5401 test -n "$AS" && break
5402 done
5404 if test -z "$AS"; then
5405 ac_ct_AS=$AS
5406 for ac_prog in gas as
5408 # Extract the first word of "$ac_prog", so it can be a program name with args.
5409 set dummy $ac_prog; ac_word=$2
5410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5412 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5413 echo $ECHO_N "(cached) $ECHO_C" >&6
5414 else
5415 if test -n "$ac_ct_AS"; then
5416 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5417 else
5418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5419 for as_dir in $PATH
5421 IFS=$as_save_IFS
5422 test -z "$as_dir" && as_dir=.
5423 for ac_exec_ext in '' $ac_executable_extensions; do
5424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5425 ac_cv_prog_ac_ct_AS="$ac_prog"
5426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5427 break 2
5429 done
5430 done
5431 IFS=$as_save_IFS
5435 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5436 if test -n "$ac_ct_AS"; then
5437 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5438 echo "${ECHO_T}$ac_ct_AS" >&6; }
5439 else
5440 { echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6; }
5445 test -n "$ac_ct_AS" && break
5446 done
5448 if test "x$ac_ct_AS" = x; then
5449 AS="as"
5450 else
5451 case $cross_compiling:$ac_tool_warned in
5452 yes:)
5453 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5454 whose name does not start with the host triplet. If you think this
5455 configuration is useful to you, please write to autoconf@gnu.org." >&5
5456 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5457 whose name does not start with the host triplet. If you think this
5458 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5459 ac_tool_warned=yes ;;
5460 esac
5461 AS=$ac_ct_AS
5465 if test -n "$ac_tool_prefix"; then
5466 for ac_prog in ld gld
5468 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5469 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5472 if test "${ac_cv_prog_LD+set}" = set; then
5473 echo $ECHO_N "(cached) $ECHO_C" >&6
5474 else
5475 if test -n "$LD"; then
5476 ac_cv_prog_LD="$LD" # Let the user override the test.
5477 else
5478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5479 for as_dir in $PATH
5481 IFS=$as_save_IFS
5482 test -z "$as_dir" && as_dir=.
5483 for ac_exec_ext in '' $ac_executable_extensions; do
5484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5485 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5487 break 2
5489 done
5490 done
5491 IFS=$as_save_IFS
5495 LD=$ac_cv_prog_LD
5496 if test -n "$LD"; then
5497 { echo "$as_me:$LINENO: result: $LD" >&5
5498 echo "${ECHO_T}$LD" >&6; }
5499 else
5500 { echo "$as_me:$LINENO: result: no" >&5
5501 echo "${ECHO_T}no" >&6; }
5505 test -n "$LD" && break
5506 done
5508 if test -z "$LD"; then
5509 ac_ct_LD=$LD
5510 for ac_prog in ld gld
5512 # Extract the first word of "$ac_prog", so it can be a program name with args.
5513 set dummy $ac_prog; ac_word=$2
5514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5516 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5517 echo $ECHO_N "(cached) $ECHO_C" >&6
5518 else
5519 if test -n "$ac_ct_LD"; then
5520 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5521 else
5522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5523 for as_dir in $PATH
5525 IFS=$as_save_IFS
5526 test -z "$as_dir" && as_dir=.
5527 for ac_exec_ext in '' $ac_executable_extensions; do
5528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5529 ac_cv_prog_ac_ct_LD="$ac_prog"
5530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5531 break 2
5533 done
5534 done
5535 IFS=$as_save_IFS
5539 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5540 if test -n "$ac_ct_LD"; then
5541 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5542 echo "${ECHO_T}$ac_ct_LD" >&6; }
5543 else
5544 { echo "$as_me:$LINENO: result: no" >&5
5545 echo "${ECHO_T}no" >&6; }
5549 test -n "$ac_ct_LD" && break
5550 done
5552 if test "x$ac_ct_LD" = x; then
5553 LD="ld"
5554 else
5555 case $cross_compiling:$ac_tool_warned in
5556 yes:)
5557 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5558 whose name does not start with the host triplet. If you think this
5559 configuration is useful to you, please write to autoconf@gnu.org." >&5
5560 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5561 whose name does not start with the host triplet. If you think this
5562 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5563 ac_tool_warned=yes ;;
5564 esac
5565 LD=$ac_ct_LD
5569 if test -n "$ac_tool_prefix"; then
5570 for ac_prog in nm gnm
5572 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5573 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5576 if test "${ac_cv_prog_NM+set}" = set; then
5577 echo $ECHO_N "(cached) $ECHO_C" >&6
5578 else
5579 if test -n "$NM"; then
5580 ac_cv_prog_NM="$NM" # Let the user override the test.
5581 else
5582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5583 for as_dir in $PATH
5585 IFS=$as_save_IFS
5586 test -z "$as_dir" && as_dir=.
5587 for ac_exec_ext in '' $ac_executable_extensions; do
5588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5589 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5591 break 2
5593 done
5594 done
5595 IFS=$as_save_IFS
5599 NM=$ac_cv_prog_NM
5600 if test -n "$NM"; then
5601 { echo "$as_me:$LINENO: result: $NM" >&5
5602 echo "${ECHO_T}$NM" >&6; }
5603 else
5604 { echo "$as_me:$LINENO: result: no" >&5
5605 echo "${ECHO_T}no" >&6; }
5609 test -n "$NM" && break
5610 done
5612 if test -z "$NM"; then
5613 ac_ct_NM=$NM
5614 for ac_prog in nm gnm
5616 # Extract the first word of "$ac_prog", so it can be a program name with args.
5617 set dummy $ac_prog; ac_word=$2
5618 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5620 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5621 echo $ECHO_N "(cached) $ECHO_C" >&6
5622 else
5623 if test -n "$ac_ct_NM"; then
5624 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5625 else
5626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5627 for as_dir in $PATH
5629 IFS=$as_save_IFS
5630 test -z "$as_dir" && as_dir=.
5631 for ac_exec_ext in '' $ac_executable_extensions; do
5632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5633 ac_cv_prog_ac_ct_NM="$ac_prog"
5634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5635 break 2
5637 done
5638 done
5639 IFS=$as_save_IFS
5643 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5644 if test -n "$ac_ct_NM"; then
5645 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5646 echo "${ECHO_T}$ac_ct_NM" >&6; }
5647 else
5648 { echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6; }
5653 test -n "$ac_ct_NM" && break
5654 done
5656 if test "x$ac_ct_NM" = x; then
5657 NM="nm"
5658 else
5659 case $cross_compiling:$ac_tool_warned in
5660 yes:)
5661 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5662 whose name does not start with the host triplet. If you think this
5663 configuration is useful to you, please write to autoconf@gnu.org." >&5
5664 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5665 whose name does not start with the host triplet. If you think this
5666 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5667 ac_tool_warned=yes ;;
5668 esac
5669 NM=$ac_ct_NM
5673 if test -n "$ac_tool_prefix"; then
5674 for ac_prog in ar gar
5676 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5677 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5678 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5679 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5680 if test "${ac_cv_prog_AR+set}" = set; then
5681 echo $ECHO_N "(cached) $ECHO_C" >&6
5682 else
5683 if test -n "$AR"; then
5684 ac_cv_prog_AR="$AR" # Let the user override the test.
5685 else
5686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5687 for as_dir in $PATH
5689 IFS=$as_save_IFS
5690 test -z "$as_dir" && as_dir=.
5691 for ac_exec_ext in '' $ac_executable_extensions; do
5692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5693 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5694 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5695 break 2
5697 done
5698 done
5699 IFS=$as_save_IFS
5703 AR=$ac_cv_prog_AR
5704 if test -n "$AR"; then
5705 { echo "$as_me:$LINENO: result: $AR" >&5
5706 echo "${ECHO_T}$AR" >&6; }
5707 else
5708 { echo "$as_me:$LINENO: result: no" >&5
5709 echo "${ECHO_T}no" >&6; }
5713 test -n "$AR" && break
5714 done
5716 if test -z "$AR"; then
5717 ac_ct_AR=$AR
5718 for ac_prog in ar gar
5720 # Extract the first word of "$ac_prog", so it can be a program name with args.
5721 set dummy $ac_prog; ac_word=$2
5722 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5723 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5724 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6
5726 else
5727 if test -n "$ac_ct_AR"; then
5728 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5729 else
5730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5731 for as_dir in $PATH
5733 IFS=$as_save_IFS
5734 test -z "$as_dir" && as_dir=.
5735 for ac_exec_ext in '' $ac_executable_extensions; do
5736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5737 ac_cv_prog_ac_ct_AR="$ac_prog"
5738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5739 break 2
5741 done
5742 done
5743 IFS=$as_save_IFS
5747 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5748 if test -n "$ac_ct_AR"; then
5749 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5750 echo "${ECHO_T}$ac_ct_AR" >&6; }
5751 else
5752 { echo "$as_me:$LINENO: result: no" >&5
5753 echo "${ECHO_T}no" >&6; }
5757 test -n "$ac_ct_AR" && break
5758 done
5760 if test "x$ac_ct_AR" = x; then
5761 AR="ar"
5762 else
5763 case $cross_compiling:$ac_tool_warned in
5764 yes:)
5765 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5766 whose name does not start with the host triplet. If you think this
5767 configuration is useful to you, please write to autoconf@gnu.org." >&5
5768 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5769 whose name does not start with the host triplet. If you think this
5770 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5771 ac_tool_warned=yes ;;
5772 esac
5773 AR=$ac_ct_AR
5777 ARFLAGS=rc
5779 if test -n "$ac_tool_prefix"; then
5780 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5781 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5782 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5784 if test "${ac_cv_prog_RANLIB+set}" = set; then
5785 echo $ECHO_N "(cached) $ECHO_C" >&6
5786 else
5787 if test -n "$RANLIB"; then
5788 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5789 else
5790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5791 for as_dir in $PATH
5793 IFS=$as_save_IFS
5794 test -z "$as_dir" && as_dir=.
5795 for ac_exec_ext in '' $ac_executable_extensions; do
5796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5797 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5799 break 2
5801 done
5802 done
5803 IFS=$as_save_IFS
5807 RANLIB=$ac_cv_prog_RANLIB
5808 if test -n "$RANLIB"; then
5809 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5810 echo "${ECHO_T}$RANLIB" >&6; }
5811 else
5812 { echo "$as_me:$LINENO: result: no" >&5
5813 echo "${ECHO_T}no" >&6; }
5818 if test -z "$ac_cv_prog_RANLIB"; then
5819 ac_ct_RANLIB=$RANLIB
5820 # Extract the first word of "ranlib", so it can be a program name with args.
5821 set dummy ranlib; ac_word=$2
5822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5824 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5825 echo $ECHO_N "(cached) $ECHO_C" >&6
5826 else
5827 if test -n "$ac_ct_RANLIB"; then
5828 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5829 else
5830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831 for as_dir in $PATH
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5837 ac_cv_prog_ac_ct_RANLIB="ranlib"
5838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5841 done
5842 done
5843 IFS=$as_save_IFS
5847 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5848 if test -n "$ac_ct_RANLIB"; then
5849 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5850 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5851 else
5852 { echo "$as_me:$LINENO: result: no" >&5
5853 echo "${ECHO_T}no" >&6; }
5856 if test "x$ac_ct_RANLIB" = x; then
5857 RANLIB=":"
5858 else
5859 case $cross_compiling:$ac_tool_warned in
5860 yes:)
5861 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5862 whose name does not start with the host triplet. If you think this
5863 configuration is useful to you, please write to autoconf@gnu.org." >&5
5864 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5865 whose name does not start with the host triplet. If you think this
5866 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5867 ac_tool_warned=yes ;;
5868 esac
5869 RANLIB=$ac_ct_RANLIB
5871 else
5872 RANLIB="$ac_cv_prog_RANLIB"
5875 if test -n "$ac_tool_prefix"; then
5876 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5877 set dummy ${ac_tool_prefix}strip; ac_word=$2
5878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5880 if test "${ac_cv_prog_STRIP+set}" = set; then
5881 echo $ECHO_N "(cached) $ECHO_C" >&6
5882 else
5883 if test -n "$STRIP"; then
5884 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5885 else
5886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5887 for as_dir in $PATH
5889 IFS=$as_save_IFS
5890 test -z "$as_dir" && as_dir=.
5891 for ac_exec_ext in '' $ac_executable_extensions; do
5892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5893 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5894 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5895 break 2
5897 done
5898 done
5899 IFS=$as_save_IFS
5903 STRIP=$ac_cv_prog_STRIP
5904 if test -n "$STRIP"; then
5905 { echo "$as_me:$LINENO: result: $STRIP" >&5
5906 echo "${ECHO_T}$STRIP" >&6; }
5907 else
5908 { echo "$as_me:$LINENO: result: no" >&5
5909 echo "${ECHO_T}no" >&6; }
5914 if test -z "$ac_cv_prog_STRIP"; then
5915 ac_ct_STRIP=$STRIP
5916 # Extract the first word of "strip", so it can be a program name with args.
5917 set dummy strip; ac_word=$2
5918 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5919 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5920 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5921 echo $ECHO_N "(cached) $ECHO_C" >&6
5922 else
5923 if test -n "$ac_ct_STRIP"; then
5924 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5925 else
5926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5927 for as_dir in $PATH
5929 IFS=$as_save_IFS
5930 test -z "$as_dir" && as_dir=.
5931 for ac_exec_ext in '' $ac_executable_extensions; do
5932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5933 ac_cv_prog_ac_ct_STRIP="strip"
5934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5935 break 2
5937 done
5938 done
5939 IFS=$as_save_IFS
5943 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5944 if test -n "$ac_ct_STRIP"; then
5945 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5946 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5947 else
5948 { echo "$as_me:$LINENO: result: no" >&5
5949 echo "${ECHO_T}no" >&6; }
5952 if test "x$ac_ct_STRIP" = x; then
5953 STRIP="strip"
5954 else
5955 case $cross_compiling:$ac_tool_warned in
5956 yes:)
5957 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5958 whose name does not start with the host triplet. If you think this
5959 configuration is useful to you, please write to autoconf@gnu.org." >&5
5960 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5961 whose name does not start with the host triplet. If you think this
5962 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5963 ac_tool_warned=yes ;;
5964 esac
5965 STRIP=$ac_ct_STRIP
5967 else
5968 STRIP="$ac_cv_prog_STRIP"
5971 if test -n "$ac_tool_prefix"; then
5972 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5973 set dummy ${ac_tool_prefix}windres; ac_word=$2
5974 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5976 if test "${ac_cv_prog_WINDRES+set}" = set; then
5977 echo $ECHO_N "(cached) $ECHO_C" >&6
5978 else
5979 if test -n "$WINDRES"; then
5980 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5981 else
5982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983 for as_dir in $PATH
5985 IFS=$as_save_IFS
5986 test -z "$as_dir" && as_dir=.
5987 for ac_exec_ext in '' $ac_executable_extensions; do
5988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5989 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5991 break 2
5993 done
5994 done
5995 IFS=$as_save_IFS
5999 WINDRES=$ac_cv_prog_WINDRES
6000 if test -n "$WINDRES"; then
6001 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6002 echo "${ECHO_T}$WINDRES" >&6; }
6003 else
6004 { echo "$as_me:$LINENO: result: no" >&5
6005 echo "${ECHO_T}no" >&6; }
6010 if test -z "$ac_cv_prog_WINDRES"; then
6011 ac_ct_WINDRES=$WINDRES
6012 # Extract the first word of "windres", so it can be a program name with args.
6013 set dummy windres; ac_word=$2
6014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6016 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6017 echo $ECHO_N "(cached) $ECHO_C" >&6
6018 else
6019 if test -n "$ac_ct_WINDRES"; then
6020 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6021 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_ac_ct_WINDRES="windres"
6030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6031 break 2
6033 done
6034 done
6035 IFS=$as_save_IFS
6039 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6040 if test -n "$ac_ct_WINDRES"; then
6041 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6042 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6043 else
6044 { echo "$as_me:$LINENO: result: no" >&5
6045 echo "${ECHO_T}no" >&6; }
6048 if test "x$ac_ct_WINDRES" = x; then
6049 WINDRES="false"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6054 whose name does not start with the host triplet. If you think this
6055 configuration is useful to you, please write to autoconf@gnu.org." >&5
6056 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6057 whose name does not start with the host triplet. If you think this
6058 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6059 ac_tool_warned=yes ;;
6060 esac
6061 WINDRES=$ac_ct_WINDRES
6063 else
6064 WINDRES="$ac_cv_prog_WINDRES"
6067 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6068 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6069 LN_S=$as_ln_s
6070 if test "$LN_S" = "ln -s"; then
6071 { echo "$as_me:$LINENO: result: yes" >&5
6072 echo "${ECHO_T}yes" >&6; }
6073 else
6074 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6075 echo "${ECHO_T}no, using $LN_S" >&6; }
6078 { echo "$as_me:$LINENO: checking whether ln works" >&5
6079 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6080 rm -f conf$$ conf$$.file
6081 echo >conf$$.file
6082 if ln conf$$.file conf$$ 2>/dev/null; then
6083 LN=ln
6085 { echo "$as_me:$LINENO: result: yes" >&5
6086 echo "${ECHO_T}yes" >&6; }
6087 else
6088 LN="cp -p"
6090 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6091 echo "${ECHO_T}no, using $LN" >&6; }
6093 rm -f conf$$ conf$$.file
6094 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6095 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097 echo $ECHO_N "(cached) $ECHO_C" >&6
6098 else
6099 # Extract the first word of "grep ggrep" to use in msg output
6100 if test -z "$GREP"; then
6101 set dummy grep ggrep; ac_prog_name=$2
6102 if test "${ac_cv_path_GREP+set}" = set; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6104 else
6105 ac_path_GREP_found=false
6106 # Loop through the user's path and test for each of PROGNAME-LIST
6107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6108 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6110 IFS=$as_save_IFS
6111 test -z "$as_dir" && as_dir=.
6112 for ac_prog in grep ggrep; do
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6115 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6116 # Check for GNU ac_path_GREP and select it if it is found.
6117 # Check for GNU $ac_path_GREP
6118 case `"$ac_path_GREP" --version 2>&1` in
6119 *GNU*)
6120 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6122 ac_count=0
6123 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6124 while :
6126 cat "conftest.in" "conftest.in" >"conftest.tmp"
6127 mv "conftest.tmp" "conftest.in"
6128 cp "conftest.in" "conftest.nl"
6129 echo 'GREP' >> "conftest.nl"
6130 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6131 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6132 ac_count=`expr $ac_count + 1`
6133 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6134 # Best one so far, save it but keep looking for a better one
6135 ac_cv_path_GREP="$ac_path_GREP"
6136 ac_path_GREP_max=$ac_count
6138 # 10*(2^10) chars as input seems more than enough
6139 test $ac_count -gt 10 && break
6140 done
6141 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6142 esac
6145 $ac_path_GREP_found && break 3
6146 done
6147 done
6149 done
6150 IFS=$as_save_IFS
6155 GREP="$ac_cv_path_GREP"
6156 if test -z "$GREP"; then
6157 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6158 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6159 { (exit 1); exit 1; }; }
6162 else
6163 ac_cv_path_GREP=$GREP
6168 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6169 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6170 GREP="$ac_cv_path_GREP"
6173 { echo "$as_me:$LINENO: checking for egrep" >&5
6174 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6175 if test "${ac_cv_path_EGREP+set}" = set; then
6176 echo $ECHO_N "(cached) $ECHO_C" >&6
6177 else
6178 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6179 then ac_cv_path_EGREP="$GREP -E"
6180 else
6181 # Extract the first word of "egrep" to use in msg output
6182 if test -z "$EGREP"; then
6183 set dummy egrep; ac_prog_name=$2
6184 if test "${ac_cv_path_EGREP+set}" = set; then
6185 echo $ECHO_N "(cached) $ECHO_C" >&6
6186 else
6187 ac_path_EGREP_found=false
6188 # Loop through the user's path and test for each of PROGNAME-LIST
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
6194 for ac_prog in egrep; do
6195 for ac_exec_ext in '' $ac_executable_extensions; do
6196 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6197 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6198 # Check for GNU ac_path_EGREP and select it if it is found.
6199 # Check for GNU $ac_path_EGREP
6200 case `"$ac_path_EGREP" --version 2>&1` in
6201 *GNU*)
6202 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6204 ac_count=0
6205 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6206 while :
6208 cat "conftest.in" "conftest.in" >"conftest.tmp"
6209 mv "conftest.tmp" "conftest.in"
6210 cp "conftest.in" "conftest.nl"
6211 echo 'EGREP' >> "conftest.nl"
6212 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6213 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6214 ac_count=`expr $ac_count + 1`
6215 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6216 # Best one so far, save it but keep looking for a better one
6217 ac_cv_path_EGREP="$ac_path_EGREP"
6218 ac_path_EGREP_max=$ac_count
6220 # 10*(2^10) chars as input seems more than enough
6221 test $ac_count -gt 10 && break
6222 done
6223 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6224 esac
6227 $ac_path_EGREP_found && break 3
6228 done
6229 done
6231 done
6232 IFS=$as_save_IFS
6237 EGREP="$ac_cv_path_EGREP"
6238 if test -z "$EGREP"; then
6239 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6240 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6241 { (exit 1); exit 1; }; }
6244 else
6245 ac_cv_path_EGREP=$EGREP
6251 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6252 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6253 EGREP="$ac_cv_path_EGREP"
6256 # Extract the first word of "ldconfig", so it can be a program name with args.
6257 set dummy ldconfig; ac_word=$2
6258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6260 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6261 echo $ECHO_N "(cached) $ECHO_C" >&6
6262 else
6263 case $LDCONFIG in
6264 [\\/]* | ?:[\\/]*)
6265 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in /sbin /usr/sbin $PATH
6271 IFS=$as_save_IFS
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6276 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 break 2
6279 done
6280 done
6281 IFS=$as_save_IFS
6283 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6285 esac
6287 LDCONFIG=$ac_cv_path_LDCONFIG
6288 if test -n "$LDCONFIG"; then
6289 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6290 echo "${ECHO_T}$LDCONFIG" >&6; }
6291 else
6292 { echo "$as_me:$LINENO: result: no" >&5
6293 echo "${ECHO_T}no" >&6; }
6297 # Find a good install program. We prefer a C program (faster),
6298 # so one script is as good as another. But avoid the broken or
6299 # incompatible versions:
6300 # SysV /etc/install, /usr/sbin/install
6301 # SunOS /usr/etc/install
6302 # IRIX /sbin/install
6303 # AIX /bin/install
6304 # AmigaOS /C/install, which installs bootblocks on floppy discs
6305 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6306 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6307 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6308 # OS/2's system install, which has a completely different semantic
6309 # ./install, which can be erroneously created by make from ./install.sh.
6310 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6311 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6312 if test -z "$INSTALL"; then
6313 if test "${ac_cv_path_install+set}" = set; then
6314 echo $ECHO_N "(cached) $ECHO_C" >&6
6315 else
6316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6317 for as_dir in $PATH
6319 IFS=$as_save_IFS
6320 test -z "$as_dir" && as_dir=.
6321 # Account for people who put trailing slashes in PATH elements.
6322 case $as_dir/ in
6323 ./ | .// | /cC/* | \
6324 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6325 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6326 /usr/ucb/* ) ;;
6328 # OSF1 and SCO ODT 3.0 have their own names for install.
6329 # Don't use installbsd from OSF since it installs stuff as root
6330 # by default.
6331 for ac_prog in ginstall scoinst install; do
6332 for ac_exec_ext in '' $ac_executable_extensions; do
6333 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6334 if test $ac_prog = install &&
6335 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6336 # AIX install. It has an incompatible calling convention.
6338 elif test $ac_prog = install &&
6339 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6340 # program-specific install script used by HP pwplus--don't use.
6342 else
6343 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6344 break 3
6347 done
6348 done
6350 esac
6351 done
6352 IFS=$as_save_IFS
6356 if test "${ac_cv_path_install+set}" = set; then
6357 INSTALL=$ac_cv_path_install
6358 else
6359 # As a last resort, use the slow shell script. Don't cache a
6360 # value for INSTALL within a source directory, because that will
6361 # break other packages using the cache if that directory is
6362 # removed, or if the value is a relative name.
6363 INSTALL=$ac_install_sh
6366 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6367 echo "${ECHO_T}$INSTALL" >&6; }
6369 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6370 # It thinks the first close brace ends the variable substitution.
6371 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6373 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6375 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6377 case "$INSTALL" in
6378 [\\/$]* | ?:[\\/]* ) ;;
6379 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6380 esac
6382 for ac_prog in lclint lint
6384 # Extract the first word of "$ac_prog", so it can be a program name with args.
6385 set dummy $ac_prog; ac_word=$2
6386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6388 if test "${ac_cv_prog_LINT+set}" = set; then
6389 echo $ECHO_N "(cached) $ECHO_C" >&6
6390 else
6391 if test -n "$LINT"; then
6392 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6393 else
6394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6395 for as_dir in $PATH
6397 IFS=$as_save_IFS
6398 test -z "$as_dir" && as_dir=.
6399 for ac_exec_ext in '' $ac_executable_extensions; do
6400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6401 ac_cv_prog_LINT="$ac_prog"
6402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6403 break 2
6405 done
6406 done
6407 IFS=$as_save_IFS
6411 LINT=$ac_cv_prog_LINT
6412 if test -n "$LINT"; then
6413 { echo "$as_me:$LINENO: result: $LINT" >&5
6414 echo "${ECHO_T}$LINT" >&6; }
6415 else
6416 { echo "$as_me:$LINENO: result: no" >&5
6417 echo "${ECHO_T}no" >&6; }
6421 test -n "$LINT" && break
6422 done
6424 if test "$LINT" = "lint"
6425 then
6426 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6431 for ac_prog in fontforge
6433 # Extract the first word of "$ac_prog", so it can be a program name with args.
6434 set dummy $ac_prog; ac_word=$2
6435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6437 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6438 echo $ECHO_N "(cached) $ECHO_C" >&6
6439 else
6440 if test -n "$FONTFORGE"; then
6441 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6442 else
6443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6444 for as_dir in $PATH
6446 IFS=$as_save_IFS
6447 test -z "$as_dir" && as_dir=.
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6450 ac_cv_prog_FONTFORGE="$ac_prog"
6451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 break 2
6454 done
6455 done
6456 IFS=$as_save_IFS
6460 FONTFORGE=$ac_cv_prog_FONTFORGE
6461 if test -n "$FONTFORGE"; then
6462 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6463 echo "${ECHO_T}$FONTFORGE" >&6; }
6464 else
6465 { echo "$as_me:$LINENO: result: no" >&5
6466 echo "${ECHO_T}no" >&6; }
6470 test -n "$FONTFORGE" && break
6471 done
6472 test -n "$FONTFORGE" || FONTFORGE="false"
6474 for ac_prog in pkg-config
6476 # Extract the first word of "$ac_prog", so it can be a program name with args.
6477 set dummy $ac_prog; ac_word=$2
6478 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6480 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6481 echo $ECHO_N "(cached) $ECHO_C" >&6
6482 else
6483 if test -n "$PKG_CONFIG"; then
6484 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6485 else
6486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487 for as_dir in $PATH
6489 IFS=$as_save_IFS
6490 test -z "$as_dir" && as_dir=.
6491 for ac_exec_ext in '' $ac_executable_extensions; do
6492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493 ac_cv_prog_PKG_CONFIG="$ac_prog"
6494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6495 break 2
6497 done
6498 done
6499 IFS=$as_save_IFS
6503 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6504 if test -n "$PKG_CONFIG"; then
6505 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6506 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6507 else
6508 { echo "$as_me:$LINENO: result: no" >&5
6509 echo "${ECHO_T}no" >&6; }
6513 test -n "$PKG_CONFIG" && break
6514 done
6515 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6517 for ac_prog in rsvg
6519 # Extract the first word of "$ac_prog", so it can be a program name with args.
6520 set dummy $ac_prog; ac_word=$2
6521 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6523 if test "${ac_cv_prog_RSVG+set}" = set; then
6524 echo $ECHO_N "(cached) $ECHO_C" >&6
6525 else
6526 if test -n "$RSVG"; then
6527 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6528 else
6529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530 for as_dir in $PATH
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6536 ac_cv_prog_RSVG="$ac_prog"
6537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 break 2
6540 done
6541 done
6542 IFS=$as_save_IFS
6546 RSVG=$ac_cv_prog_RSVG
6547 if test -n "$RSVG"; then
6548 { echo "$as_me:$LINENO: result: $RSVG" >&5
6549 echo "${ECHO_T}$RSVG" >&6; }
6550 else
6551 { echo "$as_me:$LINENO: result: no" >&5
6552 echo "${ECHO_T}no" >&6; }
6556 test -n "$RSVG" && break
6557 done
6558 test -n "$RSVG" || RSVG="false"
6560 for ac_prog in icotool
6562 # Extract the first word of "$ac_prog", so it can be a program name with args.
6563 set dummy $ac_prog; ac_word=$2
6564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6566 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6567 echo $ECHO_N "(cached) $ECHO_C" >&6
6568 else
6569 if test -n "$ICOTOOL"; then
6570 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6571 else
6572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6573 for as_dir in $PATH
6575 IFS=$as_save_IFS
6576 test -z "$as_dir" && as_dir=.
6577 for ac_exec_ext in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6579 ac_cv_prog_ICOTOOL="$ac_prog"
6580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6581 break 2
6583 done
6584 done
6585 IFS=$as_save_IFS
6589 ICOTOOL=$ac_cv_prog_ICOTOOL
6590 if test -n "$ICOTOOL"; then
6591 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6592 echo "${ECHO_T}$ICOTOOL" >&6; }
6593 else
6594 { echo "$as_me:$LINENO: result: no" >&5
6595 echo "${ECHO_T}no" >&6; }
6599 test -n "$ICOTOOL" && break
6600 done
6601 test -n "$ICOTOOL" || ICOTOOL="false"
6604 if test "${enable_maintainer_mode+set}" = set
6605 then
6606 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6607 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6608 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6611 case $host_cpu in
6612 *i[3456789]86*)
6613 # Extract the first word of "prelink", so it can be a program name with args.
6614 set dummy prelink; ac_word=$2
6615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6617 if test "${ac_cv_path_PRELINK+set}" = set; then
6618 echo $ECHO_N "(cached) $ECHO_C" >&6
6619 else
6620 case $PRELINK in
6621 [\\/]* | ?:[\\/]*)
6622 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6626 for as_dir in /sbin /usr/sbin $PATH
6628 IFS=$as_save_IFS
6629 test -z "$as_dir" && as_dir=.
6630 for ac_exec_ext in '' $ac_executable_extensions; do
6631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6632 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6634 break 2
6636 done
6637 done
6638 IFS=$as_save_IFS
6640 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6642 esac
6644 PRELINK=$ac_cv_path_PRELINK
6645 if test -n "$PRELINK"; then
6646 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6647 echo "${ECHO_T}$PRELINK" >&6; }
6648 else
6649 { echo "$as_me:$LINENO: result: no" >&5
6650 echo "${ECHO_T}no" >&6; }
6655 esac
6659 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6660 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6661 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6
6663 else
6664 ac_check_lib_save_LIBS=$LIBS
6665 LIBS="-li386 $LIBS"
6666 cat >conftest.$ac_ext <<_ACEOF
6667 /* confdefs.h. */
6668 _ACEOF
6669 cat confdefs.h >>conftest.$ac_ext
6670 cat >>conftest.$ac_ext <<_ACEOF
6671 /* end confdefs.h. */
6673 /* Override any GCC internal prototype to avoid an error.
6674 Use char because int might match the return type of a GCC
6675 builtin and then its argument prototype would still apply. */
6676 #ifdef __cplusplus
6677 extern "C"
6678 #endif
6679 char i386_set_ldt ();
6681 main ()
6683 return i386_set_ldt ();
6685 return 0;
6687 _ACEOF
6688 rm -f conftest.$ac_objext conftest$ac_exeext
6689 if { (ac_try="$ac_link"
6690 case "(($ac_try" in
6691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6692 *) ac_try_echo=$ac_try;;
6693 esac
6694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6695 (eval "$ac_link") 2>conftest.er1
6696 ac_status=$?
6697 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -f conftest.er1
6699 cat conftest.err >&5
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); } && {
6702 test -z "$ac_c_werror_flag" ||
6703 test ! -s conftest.err
6704 } && test -s conftest$ac_exeext &&
6705 $as_test_x conftest$ac_exeext; then
6706 ac_cv_lib_i386_i386_set_ldt=yes
6707 else
6708 echo "$as_me: failed program was:" >&5
6709 sed 's/^/| /' conftest.$ac_ext >&5
6711 ac_cv_lib_i386_i386_set_ldt=no
6714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6715 conftest$ac_exeext conftest.$ac_ext
6716 LIBS=$ac_check_lib_save_LIBS
6718 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6719 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6720 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6721 cat >>confdefs.h <<_ACEOF
6722 #define HAVE_LIBI386 1
6723 _ACEOF
6725 LIBS="-li386 $LIBS"
6730 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6731 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6732 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6733 echo $ECHO_N "(cached) $ECHO_C" >&6
6734 else
6735 ac_check_lib_save_LIBS=$LIBS
6736 LIBS="-lossaudio $LIBS"
6737 cat >conftest.$ac_ext <<_ACEOF
6738 /* confdefs.h. */
6739 _ACEOF
6740 cat confdefs.h >>conftest.$ac_ext
6741 cat >>conftest.$ac_ext <<_ACEOF
6742 /* end confdefs.h. */
6744 /* Override any GCC internal prototype to avoid an error.
6745 Use char because int might match the return type of a GCC
6746 builtin and then its argument prototype would still apply. */
6747 #ifdef __cplusplus
6748 extern "C"
6749 #endif
6750 char _oss_ioctl ();
6752 main ()
6754 return _oss_ioctl ();
6756 return 0;
6758 _ACEOF
6759 rm -f conftest.$ac_objext conftest$ac_exeext
6760 if { (ac_try="$ac_link"
6761 case "(($ac_try" in
6762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6763 *) ac_try_echo=$ac_try;;
6764 esac
6765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6766 (eval "$ac_link") 2>conftest.er1
6767 ac_status=$?
6768 grep -v '^ *+' conftest.er1 >conftest.err
6769 rm -f conftest.er1
6770 cat conftest.err >&5
6771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6772 (exit $ac_status); } && {
6773 test -z "$ac_c_werror_flag" ||
6774 test ! -s conftest.err
6775 } && test -s conftest$ac_exeext &&
6776 $as_test_x conftest$ac_exeext; then
6777 ac_cv_lib_ossaudio__oss_ioctl=yes
6778 else
6779 echo "$as_me: failed program was:" >&5
6780 sed 's/^/| /' conftest.$ac_ext >&5
6782 ac_cv_lib_ossaudio__oss_ioctl=no
6785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6786 conftest$ac_exeext conftest.$ac_ext
6787 LIBS=$ac_check_lib_save_LIBS
6789 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6790 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6791 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6792 cat >>confdefs.h <<_ACEOF
6793 #define HAVE_LIBOSSAUDIO 1
6794 _ACEOF
6796 LIBS="-lossaudio $LIBS"
6800 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6801 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6802 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6803 echo $ECHO_N "(cached) $ECHO_C" >&6
6804 else
6805 ac_check_lib_save_LIBS=$LIBS
6806 LIBS="-lpthread $LIBS"
6807 cat >conftest.$ac_ext <<_ACEOF
6808 /* confdefs.h. */
6809 _ACEOF
6810 cat confdefs.h >>conftest.$ac_ext
6811 cat >>conftest.$ac_ext <<_ACEOF
6812 /* end confdefs.h. */
6814 /* Override any GCC internal prototype to avoid an error.
6815 Use char because int might match the return type of a GCC
6816 builtin and then its argument prototype would still apply. */
6817 #ifdef __cplusplus
6818 extern "C"
6819 #endif
6820 char pthread_create ();
6822 main ()
6824 return pthread_create ();
6826 return 0;
6828 _ACEOF
6829 rm -f conftest.$ac_objext conftest$ac_exeext
6830 if { (ac_try="$ac_link"
6831 case "(($ac_try" in
6832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6833 *) ac_try_echo=$ac_try;;
6834 esac
6835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6836 (eval "$ac_link") 2>conftest.er1
6837 ac_status=$?
6838 grep -v '^ *+' conftest.er1 >conftest.err
6839 rm -f conftest.er1
6840 cat conftest.err >&5
6841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6842 (exit $ac_status); } && {
6843 test -z "$ac_c_werror_flag" ||
6844 test ! -s conftest.err
6845 } && test -s conftest$ac_exeext &&
6846 $as_test_x conftest$ac_exeext; then
6847 ac_cv_lib_pthread_pthread_create=yes
6848 else
6849 echo "$as_me: failed program was:" >&5
6850 sed 's/^/| /' conftest.$ac_ext >&5
6852 ac_cv_lib_pthread_pthread_create=no
6855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6856 conftest$ac_exeext conftest.$ac_ext
6857 LIBS=$ac_check_lib_save_LIBS
6859 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6860 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6861 if test $ac_cv_lib_pthread_pthread_create = yes; then
6862 LIBPTHREAD="-lpthread"
6867 XLIB=""
6869 OPENGL_LIBS=""
6873 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6874 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6875 if test "${ac_cv_header_stdc+set}" = set; then
6876 echo $ECHO_N "(cached) $ECHO_C" >&6
6877 else
6878 cat >conftest.$ac_ext <<_ACEOF
6879 /* confdefs.h. */
6880 _ACEOF
6881 cat confdefs.h >>conftest.$ac_ext
6882 cat >>conftest.$ac_ext <<_ACEOF
6883 /* end confdefs.h. */
6884 #include <stdlib.h>
6885 #include <stdarg.h>
6886 #include <string.h>
6887 #include <float.h>
6890 main ()
6894 return 0;
6896 _ACEOF
6897 rm -f conftest.$ac_objext
6898 if { (ac_try="$ac_compile"
6899 case "(($ac_try" in
6900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6901 *) ac_try_echo=$ac_try;;
6902 esac
6903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6904 (eval "$ac_compile") 2>conftest.er1
6905 ac_status=$?
6906 grep -v '^ *+' conftest.er1 >conftest.err
6907 rm -f conftest.er1
6908 cat conftest.err >&5
6909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6910 (exit $ac_status); } && {
6911 test -z "$ac_c_werror_flag" ||
6912 test ! -s conftest.err
6913 } && test -s conftest.$ac_objext; then
6914 ac_cv_header_stdc=yes
6915 else
6916 echo "$as_me: failed program was:" >&5
6917 sed 's/^/| /' conftest.$ac_ext >&5
6919 ac_cv_header_stdc=no
6922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6924 if test $ac_cv_header_stdc = yes; then
6925 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6926 cat >conftest.$ac_ext <<_ACEOF
6927 /* confdefs.h. */
6928 _ACEOF
6929 cat confdefs.h >>conftest.$ac_ext
6930 cat >>conftest.$ac_ext <<_ACEOF
6931 /* end confdefs.h. */
6932 #include <string.h>
6934 _ACEOF
6935 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6936 $EGREP "memchr" >/dev/null 2>&1; then
6938 else
6939 ac_cv_header_stdc=no
6941 rm -f conftest*
6945 if test $ac_cv_header_stdc = yes; then
6946 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6947 cat >conftest.$ac_ext <<_ACEOF
6948 /* confdefs.h. */
6949 _ACEOF
6950 cat confdefs.h >>conftest.$ac_ext
6951 cat >>conftest.$ac_ext <<_ACEOF
6952 /* end confdefs.h. */
6953 #include <stdlib.h>
6955 _ACEOF
6956 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6957 $EGREP "free" >/dev/null 2>&1; then
6959 else
6960 ac_cv_header_stdc=no
6962 rm -f conftest*
6966 if test $ac_cv_header_stdc = yes; then
6967 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6968 if test "$cross_compiling" = yes; then
6970 else
6971 cat >conftest.$ac_ext <<_ACEOF
6972 /* confdefs.h. */
6973 _ACEOF
6974 cat confdefs.h >>conftest.$ac_ext
6975 cat >>conftest.$ac_ext <<_ACEOF
6976 /* end confdefs.h. */
6977 #include <ctype.h>
6978 #include <stdlib.h>
6979 #if ((' ' & 0x0FF) == 0x020)
6980 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6981 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6982 #else
6983 # define ISLOWER(c) \
6984 (('a' <= (c) && (c) <= 'i') \
6985 || ('j' <= (c) && (c) <= 'r') \
6986 || ('s' <= (c) && (c) <= 'z'))
6987 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6988 #endif
6990 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6992 main ()
6994 int i;
6995 for (i = 0; i < 256; i++)
6996 if (XOR (islower (i), ISLOWER (i))
6997 || toupper (i) != TOUPPER (i))
6998 return 2;
6999 return 0;
7001 _ACEOF
7002 rm -f conftest$ac_exeext
7003 if { (ac_try="$ac_link"
7004 case "(($ac_try" in
7005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7006 *) ac_try_echo=$ac_try;;
7007 esac
7008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7009 (eval "$ac_link") 2>&5
7010 ac_status=$?
7011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7013 { (case "(($ac_try" in
7014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7015 *) ac_try_echo=$ac_try;;
7016 esac
7017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7018 (eval "$ac_try") 2>&5
7019 ac_status=$?
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); }; }; then
7023 else
7024 echo "$as_me: program exited with status $ac_status" >&5
7025 echo "$as_me: failed program was:" >&5
7026 sed 's/^/| /' conftest.$ac_ext >&5
7028 ( exit $ac_status )
7029 ac_cv_header_stdc=no
7031 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7037 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7038 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7039 if test $ac_cv_header_stdc = yes; then
7041 cat >>confdefs.h <<\_ACEOF
7042 #define STDC_HEADERS 1
7043 _ACEOF
7047 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7057 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7058 inttypes.h stdint.h unistd.h
7060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7064 echo $ECHO_N "(cached) $ECHO_C" >&6
7065 else
7066 cat >conftest.$ac_ext <<_ACEOF
7067 /* confdefs.h. */
7068 _ACEOF
7069 cat confdefs.h >>conftest.$ac_ext
7070 cat >>conftest.$ac_ext <<_ACEOF
7071 /* end confdefs.h. */
7072 $ac_includes_default
7074 #include <$ac_header>
7075 _ACEOF
7076 rm -f conftest.$ac_objext
7077 if { (ac_try="$ac_compile"
7078 case "(($ac_try" in
7079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7080 *) ac_try_echo=$ac_try;;
7081 esac
7082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7083 (eval "$ac_compile") 2>conftest.er1
7084 ac_status=$?
7085 grep -v '^ *+' conftest.er1 >conftest.err
7086 rm -f conftest.er1
7087 cat conftest.err >&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } && {
7090 test -z "$ac_c_werror_flag" ||
7091 test ! -s conftest.err
7092 } && test -s conftest.$ac_objext; then
7093 eval "$as_ac_Header=yes"
7094 else
7095 echo "$as_me: failed program was:" >&5
7096 sed 's/^/| /' conftest.$ac_ext >&5
7098 eval "$as_ac_Header=no"
7101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7103 ac_res=`eval echo '${'$as_ac_Header'}'`
7104 { echo "$as_me:$LINENO: result: $ac_res" >&5
7105 echo "${ECHO_T}$ac_res" >&6; }
7106 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7107 cat >>confdefs.h <<_ACEOF
7108 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7109 _ACEOF
7113 done
7227 for ac_header in \
7228 AudioUnit/AudioUnit.h \
7229 Carbon/Carbon.h \
7230 CoreAudio/CoreAudio.h \
7231 DiskArbitration/DiskArbitration.h \
7232 IOKit/IOKitLib.h \
7233 alias.h \
7234 alsa/asoundlib.h \
7235 arpa/inet.h \
7236 arpa/nameser.h \
7237 asm/types.h \
7238 capi20.h \
7239 curses.h \
7240 direct.h \
7241 dlfcn.h \
7242 elf.h \
7243 float.h \
7244 fontconfig/fontconfig.h \
7245 getopt.h \
7246 ieeefp.h \
7247 io.h \
7248 jack/jack.h \
7249 jpeglib.h \
7250 lber.h \
7251 lcms.h \
7252 lcms/lcms.h \
7253 ldap.h \
7254 libaudioio.h \
7255 link.h \
7256 linux/cdrom.h \
7257 linux/compiler.h \
7258 linux/hdreg.h \
7259 linux/input.h \
7260 linux/ioctl.h \
7261 linux/joystick.h \
7262 linux/major.h \
7263 linux/param.h \
7264 linux/serial.h \
7265 linux/ucdrom.h \
7266 mach/mach.h \
7267 mach/machine.h \
7268 machine/cpu.h \
7269 machine/limits.h \
7270 machine/soundcard.h \
7271 mntent.h \
7272 ncurses.h \
7273 netdb.h \
7274 netinet/in.h \
7275 netinet/in_systm.h \
7276 netinet/tcp.h \
7277 netinet/tcp_fsm.h \
7278 openssl/err.h \
7279 openssl/ssl.h \
7280 png.h \
7281 poll.h \
7282 process.h \
7283 pthread.h \
7284 pwd.h \
7285 regex.h \
7286 sched.h \
7287 scsi/scsi.h \
7288 scsi/scsi_ioctl.h \
7289 scsi/sg.h \
7290 soundcard.h \
7291 stdint.h \
7292 strings.h \
7293 sys/asoundlib.h \
7294 sys/cdio.h \
7295 sys/elf32.h \
7296 sys/epoll.h \
7297 sys/errno.h \
7298 sys/event.h \
7299 sys/exec_elf.h \
7300 sys/filio.h \
7301 sys/ioctl.h \
7302 sys/ipc.h \
7303 sys/limits.h \
7304 sys/link.h \
7305 sys/lwp.h \
7306 sys/mman.h \
7307 sys/modem.h \
7308 sys/msg.h \
7309 sys/mtio.h \
7310 sys/param.h \
7311 sys/poll.h \
7312 sys/prctl.h \
7313 sys/ptrace.h \
7314 sys/reg.h \
7315 sys/resource.h \
7316 sys/scsiio.h \
7317 sys/shm.h \
7318 sys/signal.h \
7319 sys/socket.h \
7320 sys/socketvar.h \
7321 sys/sockio.h \
7322 sys/soundcard.h \
7323 sys/statvfs.h \
7324 sys/strtio.h \
7325 sys/syscall.h \
7326 sys/sysctl.h \
7327 sys/time.h \
7328 sys/times.h \
7329 sys/uio.h \
7330 sys/un.h \
7331 sys/vm86.h \
7332 sys/wait.h \
7333 syscall.h \
7334 termios.h \
7335 unistd.h \
7336 utime.h \
7337 valgrind/memcheck.h \
7338 valgrind/valgrind.h
7341 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7343 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7344 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7346 echo $ECHO_N "(cached) $ECHO_C" >&6
7348 ac_res=`eval echo '${'$as_ac_Header'}'`
7349 { echo "$as_me:$LINENO: result: $ac_res" >&5
7350 echo "${ECHO_T}$ac_res" >&6; }
7351 else
7352 # Is the header compilable?
7353 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7354 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7355 cat >conftest.$ac_ext <<_ACEOF
7356 /* confdefs.h. */
7357 _ACEOF
7358 cat confdefs.h >>conftest.$ac_ext
7359 cat >>conftest.$ac_ext <<_ACEOF
7360 /* end confdefs.h. */
7361 $ac_includes_default
7362 #include <$ac_header>
7363 _ACEOF
7364 rm -f conftest.$ac_objext
7365 if { (ac_try="$ac_compile"
7366 case "(($ac_try" in
7367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7368 *) ac_try_echo=$ac_try;;
7369 esac
7370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7371 (eval "$ac_compile") 2>conftest.er1
7372 ac_status=$?
7373 grep -v '^ *+' conftest.er1 >conftest.err
7374 rm -f conftest.er1
7375 cat conftest.err >&5
7376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377 (exit $ac_status); } && {
7378 test -z "$ac_c_werror_flag" ||
7379 test ! -s conftest.err
7380 } && test -s conftest.$ac_objext; then
7381 ac_header_compiler=yes
7382 else
7383 echo "$as_me: failed program was:" >&5
7384 sed 's/^/| /' conftest.$ac_ext >&5
7386 ac_header_compiler=no
7389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7390 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7391 echo "${ECHO_T}$ac_header_compiler" >&6; }
7393 # Is the header present?
7394 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7395 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7396 cat >conftest.$ac_ext <<_ACEOF
7397 /* confdefs.h. */
7398 _ACEOF
7399 cat confdefs.h >>conftest.$ac_ext
7400 cat >>conftest.$ac_ext <<_ACEOF
7401 /* end confdefs.h. */
7402 #include <$ac_header>
7403 _ACEOF
7404 if { (ac_try="$ac_cpp conftest.$ac_ext"
7405 case "(($ac_try" in
7406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7407 *) ac_try_echo=$ac_try;;
7408 esac
7409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7410 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7411 ac_status=$?
7412 grep -v '^ *+' conftest.er1 >conftest.err
7413 rm -f conftest.er1
7414 cat conftest.err >&5
7415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7416 (exit $ac_status); } >/dev/null && {
7417 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7418 test ! -s conftest.err
7419 }; then
7420 ac_header_preproc=yes
7421 else
7422 echo "$as_me: failed program was:" >&5
7423 sed 's/^/| /' conftest.$ac_ext >&5
7425 ac_header_preproc=no
7428 rm -f conftest.err conftest.$ac_ext
7429 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7430 echo "${ECHO_T}$ac_header_preproc" >&6; }
7432 # So? What about this header?
7433 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7434 yes:no: )
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7436 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7438 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7439 ac_header_preproc=yes
7441 no:yes:* )
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7443 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7445 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7447 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7449 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7451 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7452 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7453 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7454 ( cat <<\_ASBOX
7455 ## ------------------------------------ ##
7456 ## Report this to wine-devel@winehq.org ##
7457 ## ------------------------------------ ##
7458 _ASBOX
7459 ) | sed "s/^/$as_me: WARNING: /" >&2
7461 esac
7462 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7463 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7464 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7465 echo $ECHO_N "(cached) $ECHO_C" >&6
7466 else
7467 eval "$as_ac_Header=\$ac_header_preproc"
7469 ac_res=`eval echo '${'$as_ac_Header'}'`
7470 { echo "$as_me:$LINENO: result: $ac_res" >&5
7471 echo "${ECHO_T}$ac_res" >&6; }
7474 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7475 cat >>confdefs.h <<_ACEOF
7476 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7477 _ACEOF
7481 done
7483 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7484 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7485 if test "${ac_cv_header_stat_broken+set}" = set; then
7486 echo $ECHO_N "(cached) $ECHO_C" >&6
7487 else
7488 cat >conftest.$ac_ext <<_ACEOF
7489 /* confdefs.h. */
7490 _ACEOF
7491 cat confdefs.h >>conftest.$ac_ext
7492 cat >>conftest.$ac_ext <<_ACEOF
7493 /* end confdefs.h. */
7494 #include <sys/types.h>
7495 #include <sys/stat.h>
7497 #if defined S_ISBLK && defined S_IFDIR
7498 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7499 #endif
7501 #if defined S_ISBLK && defined S_IFCHR
7502 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7503 #endif
7505 #if defined S_ISLNK && defined S_IFREG
7506 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7507 #endif
7509 #if defined S_ISSOCK && defined S_IFREG
7510 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7511 #endif
7513 _ACEOF
7514 rm -f conftest.$ac_objext
7515 if { (ac_try="$ac_compile"
7516 case "(($ac_try" in
7517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7518 *) ac_try_echo=$ac_try;;
7519 esac
7520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7521 (eval "$ac_compile") 2>conftest.er1
7522 ac_status=$?
7523 grep -v '^ *+' conftest.er1 >conftest.err
7524 rm -f conftest.er1
7525 cat conftest.err >&5
7526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7527 (exit $ac_status); } && {
7528 test -z "$ac_c_werror_flag" ||
7529 test ! -s conftest.err
7530 } && test -s conftest.$ac_objext; then
7531 ac_cv_header_stat_broken=no
7532 else
7533 echo "$as_me: failed program was:" >&5
7534 sed 's/^/| /' conftest.$ac_ext >&5
7536 ac_cv_header_stat_broken=yes
7539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7541 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7542 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7543 if test $ac_cv_header_stat_broken = yes; then
7545 cat >>confdefs.h <<\_ACEOF
7546 #define STAT_MACROS_BROKEN 1
7547 _ACEOF
7557 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7559 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7563 echo $ECHO_N "(cached) $ECHO_C" >&6
7564 else
7565 cat >conftest.$ac_ext <<_ACEOF
7566 /* confdefs.h. */
7567 _ACEOF
7568 cat confdefs.h >>conftest.$ac_ext
7569 cat >>conftest.$ac_ext <<_ACEOF
7570 /* end confdefs.h. */
7571 #include <sys/types.h>
7572 #ifdef HAVE_SYS_PARAM_H
7573 # include <sys/param.h>
7574 #endif
7576 #include <$ac_header>
7577 _ACEOF
7578 rm -f conftest.$ac_objext
7579 if { (ac_try="$ac_compile"
7580 case "(($ac_try" in
7581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7582 *) ac_try_echo=$ac_try;;
7583 esac
7584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7585 (eval "$ac_compile") 2>conftest.er1
7586 ac_status=$?
7587 grep -v '^ *+' conftest.er1 >conftest.err
7588 rm -f conftest.er1
7589 cat conftest.err >&5
7590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7591 (exit $ac_status); } && {
7592 test -z "$ac_c_werror_flag" ||
7593 test ! -s conftest.err
7594 } && test -s conftest.$ac_objext; then
7595 eval "$as_ac_Header=yes"
7596 else
7597 echo "$as_me: failed program was:" >&5
7598 sed 's/^/| /' conftest.$ac_ext >&5
7600 eval "$as_ac_Header=no"
7603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7605 ac_res=`eval echo '${'$as_ac_Header'}'`
7606 { echo "$as_me:$LINENO: result: $ac_res" >&5
7607 echo "${ECHO_T}$ac_res" >&6; }
7608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7609 cat >>confdefs.h <<_ACEOF
7610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7611 _ACEOF
7615 done
7630 for ac_header in \
7631 netinet/ip.h \
7632 net/if.h \
7633 net/if_arp.h \
7634 net/if_dl.h \
7635 net/if_types.h \
7636 net/route.h \
7637 netinet/if_ether.h \
7638 netinet/in_pcb.h \
7639 netinet/ip_icmp.h \
7640 netinet/ip_var.h \
7641 netinet/udp.h \
7642 netipx/ipx.h \
7645 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7646 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7647 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7649 echo $ECHO_N "(cached) $ECHO_C" >&6
7650 else
7651 cat >conftest.$ac_ext <<_ACEOF
7652 /* confdefs.h. */
7653 _ACEOF
7654 cat confdefs.h >>conftest.$ac_ext
7655 cat >>conftest.$ac_ext <<_ACEOF
7656 /* end confdefs.h. */
7657 #include <sys/types.h>
7658 #ifdef HAVE_SYS_SOCKET_H
7659 # include <sys/socket.h>
7660 #endif
7661 #ifdef HAVE_SYS_SOCKETVAR_H
7662 # include <sys/socketvar.h>
7663 #endif
7664 #ifdef HAVE_NETINET_IN_H
7665 # include <netinet/in.h>
7666 #endif
7667 #ifdef HAVE_NETINET_IP_H
7668 # include <netinet/ip.h>
7669 #endif
7671 #include <$ac_header>
7672 _ACEOF
7673 rm -f conftest.$ac_objext
7674 if { (ac_try="$ac_compile"
7675 case "(($ac_try" in
7676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7677 *) ac_try_echo=$ac_try;;
7678 esac
7679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7680 (eval "$ac_compile") 2>conftest.er1
7681 ac_status=$?
7682 grep -v '^ *+' conftest.er1 >conftest.err
7683 rm -f conftest.er1
7684 cat conftest.err >&5
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } && {
7687 test -z "$ac_c_werror_flag" ||
7688 test ! -s conftest.err
7689 } && test -s conftest.$ac_objext; then
7690 eval "$as_ac_Header=yes"
7691 else
7692 echo "$as_me: failed program was:" >&5
7693 sed 's/^/| /' conftest.$ac_ext >&5
7695 eval "$as_ac_Header=no"
7698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7700 ac_res=`eval echo '${'$as_ac_Header'}'`
7701 { echo "$as_me:$LINENO: result: $ac_res" >&5
7702 echo "${ECHO_T}$ac_res" >&6; }
7703 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7704 cat >>confdefs.h <<_ACEOF
7705 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7706 _ACEOF
7710 done
7717 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7719 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7720 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7722 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7723 echo $ECHO_N "(cached) $ECHO_C" >&6
7724 else
7725 cat >conftest.$ac_ext <<_ACEOF
7726 /* confdefs.h. */
7727 _ACEOF
7728 cat confdefs.h >>conftest.$ac_ext
7729 cat >>conftest.$ac_ext <<_ACEOF
7730 /* end confdefs.h. */
7731 #include <sys/types.h>
7732 #ifdef HAVE_ALIAS_H
7733 # include <alias.h>
7734 #endif
7735 #ifdef HAVE_SYS_SOCKET_H
7736 # include <sys/socket.h>
7737 #endif
7738 #ifdef HAVE_SYS_SOCKETVAR_H
7739 # include <sys/socketvar.h>
7740 #endif
7741 #ifdef HAVE_NETINET_IN_H
7742 # include <netinet/in.h>
7743 #endif
7744 #ifdef HAVE_NETINET_IP_H
7745 # include <netinet/ip.h>
7746 #endif
7747 #ifdef HAVE_NETINET_IP_VAR_H
7748 # include <netinet/ip_var.h>
7749 #endif
7750 #ifdef HAVE_NETINET_IP_ICMP_H
7751 # include <netinet/ip_icmp.h>
7752 #endif
7753 #ifdef HAVE_NETINET_UDP_H
7754 # include <netinet/udp.h>
7755 #endif
7756 #ifdef HAVE_NETINET_TCP_H
7757 # include <netinet/tcp.h>
7758 #endif
7760 #include <$ac_header>
7761 _ACEOF
7762 rm -f conftest.$ac_objext
7763 if { (ac_try="$ac_compile"
7764 case "(($ac_try" in
7765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7766 *) ac_try_echo=$ac_try;;
7767 esac
7768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7769 (eval "$ac_compile") 2>conftest.er1
7770 ac_status=$?
7771 grep -v '^ *+' conftest.er1 >conftest.err
7772 rm -f conftest.er1
7773 cat conftest.err >&5
7774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7775 (exit $ac_status); } && {
7776 test -z "$ac_c_werror_flag" ||
7777 test ! -s conftest.err
7778 } && test -s conftest.$ac_objext; then
7779 eval "$as_ac_Header=yes"
7780 else
7781 echo "$as_me: failed program was:" >&5
7782 sed 's/^/| /' conftest.$ac_ext >&5
7784 eval "$as_ac_Header=no"
7787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7789 ac_res=`eval echo '${'$as_ac_Header'}'`
7790 { echo "$as_me:$LINENO: result: $ac_res" >&5
7791 echo "${ECHO_T}$ac_res" >&6; }
7792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7793 cat >>confdefs.h <<_ACEOF
7794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7795 _ACEOF
7799 done
7803 for ac_header in linux/ipx.h
7805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7809 echo $ECHO_N "(cached) $ECHO_C" >&6
7810 else
7811 cat >conftest.$ac_ext <<_ACEOF
7812 /* confdefs.h. */
7813 _ACEOF
7814 cat confdefs.h >>conftest.$ac_ext
7815 cat >>conftest.$ac_ext <<_ACEOF
7816 /* end confdefs.h. */
7817 #include <sys/types.h>
7818 #ifdef HAVE_ASM_TYPES_H
7819 # include <asm/types.h>
7820 #endif
7821 #ifdef HAVE_SYS_SOCKET_H
7822 # include <sys/socket.h>
7823 #endif
7825 #include <$ac_header>
7826 _ACEOF
7827 rm -f conftest.$ac_objext
7828 if { (ac_try="$ac_compile"
7829 case "(($ac_try" in
7830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7831 *) ac_try_echo=$ac_try;;
7832 esac
7833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7834 (eval "$ac_compile") 2>conftest.er1
7835 ac_status=$?
7836 grep -v '^ *+' conftest.er1 >conftest.err
7837 rm -f conftest.er1
7838 cat conftest.err >&5
7839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7840 (exit $ac_status); } && {
7841 test -z "$ac_c_werror_flag" ||
7842 test ! -s conftest.err
7843 } && test -s conftest.$ac_objext; then
7844 eval "$as_ac_Header=yes"
7845 else
7846 echo "$as_me: failed program was:" >&5
7847 sed 's/^/| /' conftest.$ac_ext >&5
7849 eval "$as_ac_Header=no"
7852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7854 ac_res=`eval echo '${'$as_ac_Header'}'`
7855 { echo "$as_me:$LINENO: result: $ac_res" >&5
7856 echo "${ECHO_T}$ac_res" >&6; }
7857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7858 cat >>confdefs.h <<_ACEOF
7859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7860 _ACEOF
7864 done
7868 for ac_header in resolv.h
7870 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7871 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7872 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6
7875 else
7876 cat >conftest.$ac_ext <<_ACEOF
7877 /* confdefs.h. */
7878 _ACEOF
7879 cat confdefs.h >>conftest.$ac_ext
7880 cat >>conftest.$ac_ext <<_ACEOF
7881 /* end confdefs.h. */
7882 #include <sys/types.h>
7883 #ifdef HAVE_SYS_SOCKET_H
7884 # include <sys/socket.h>
7885 #endif
7886 #ifdef HAVE_NETINET_IN_H
7887 # include <netinet/in.h>
7888 #endif
7889 #ifdef HAVE_ARPA_NAMESER_H
7890 # include <arpa/nameser.h>
7891 #endif
7893 #include <$ac_header>
7894 _ACEOF
7895 rm -f conftest.$ac_objext
7896 if { (ac_try="$ac_compile"
7897 case "(($ac_try" in
7898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7899 *) ac_try_echo=$ac_try;;
7900 esac
7901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7902 (eval "$ac_compile") 2>conftest.er1
7903 ac_status=$?
7904 grep -v '^ *+' conftest.er1 >conftest.err
7905 rm -f conftest.er1
7906 cat conftest.err >&5
7907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7908 (exit $ac_status); } && {
7909 test -z "$ac_c_werror_flag" ||
7910 test ! -s conftest.err
7911 } && test -s conftest.$ac_objext; then
7912 eval "$as_ac_Header=yes"
7913 else
7914 echo "$as_me: failed program was:" >&5
7915 sed 's/^/| /' conftest.$ac_ext >&5
7917 eval "$as_ac_Header=no"
7920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7922 ac_res=`eval echo '${'$as_ac_Header'}'`
7923 { echo "$as_me:$LINENO: result: $ac_res" >&5
7924 echo "${ECHO_T}$ac_res" >&6; }
7925 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7926 cat >>confdefs.h <<_ACEOF
7927 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7928 _ACEOF
7932 done
7936 for ac_header in ucontext.h
7938 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7939 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7942 echo $ECHO_N "(cached) $ECHO_C" >&6
7943 else
7944 cat >conftest.$ac_ext <<_ACEOF
7945 /* confdefs.h. */
7946 _ACEOF
7947 cat confdefs.h >>conftest.$ac_ext
7948 cat >>conftest.$ac_ext <<_ACEOF
7949 /* end confdefs.h. */
7950 #include <signal.h>
7952 #include <$ac_header>
7953 _ACEOF
7954 rm -f conftest.$ac_objext
7955 if { (ac_try="$ac_compile"
7956 case "(($ac_try" in
7957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7958 *) ac_try_echo=$ac_try;;
7959 esac
7960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7961 (eval "$ac_compile") 2>conftest.er1
7962 ac_status=$?
7963 grep -v '^ *+' conftest.er1 >conftest.err
7964 rm -f conftest.er1
7965 cat conftest.err >&5
7966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7967 (exit $ac_status); } && {
7968 test -z "$ac_c_werror_flag" ||
7969 test ! -s conftest.err
7970 } && test -s conftest.$ac_objext; then
7971 eval "$as_ac_Header=yes"
7972 else
7973 echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.$ac_ext >&5
7976 eval "$as_ac_Header=no"
7979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7981 ac_res=`eval echo '${'$as_ac_Header'}'`
7982 { echo "$as_me:$LINENO: result: $ac_res" >&5
7983 echo "${ECHO_T}$ac_res" >&6; }
7984 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7985 cat >>confdefs.h <<_ACEOF
7986 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7987 _ACEOF
7991 done
7995 for ac_header in sys/thr.h
7997 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7998 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8000 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8001 echo $ECHO_N "(cached) $ECHO_C" >&6
8002 else
8003 cat >conftest.$ac_ext <<_ACEOF
8004 /* confdefs.h. */
8005 _ACEOF
8006 cat confdefs.h >>conftest.$ac_ext
8007 cat >>conftest.$ac_ext <<_ACEOF
8008 /* end confdefs.h. */
8009 #include <sys/types.h>
8010 #ifdef HAVE_UCONTEXT_H
8011 #include <ucontext.h>
8012 #endif
8014 #include <$ac_header>
8015 _ACEOF
8016 rm -f conftest.$ac_objext
8017 if { (ac_try="$ac_compile"
8018 case "(($ac_try" in
8019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8020 *) ac_try_echo=$ac_try;;
8021 esac
8022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8023 (eval "$ac_compile") 2>conftest.er1
8024 ac_status=$?
8025 grep -v '^ *+' conftest.er1 >conftest.err
8026 rm -f conftest.er1
8027 cat conftest.err >&5
8028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 (exit $ac_status); } && {
8030 test -z "$ac_c_werror_flag" ||
8031 test ! -s conftest.err
8032 } && test -s conftest.$ac_objext; then
8033 eval "$as_ac_Header=yes"
8034 else
8035 echo "$as_me: failed program was:" >&5
8036 sed 's/^/| /' conftest.$ac_ext >&5
8038 eval "$as_ac_Header=no"
8041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8043 ac_res=`eval echo '${'$as_ac_Header'}'`
8044 { echo "$as_me:$LINENO: result: $ac_res" >&5
8045 echo "${ECHO_T}$ac_res" >&6; }
8046 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8047 cat >>confdefs.h <<_ACEOF
8048 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8049 _ACEOF
8053 done
8057 for ac_header in pthread_np.h
8059 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8060 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8061 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8063 echo $ECHO_N "(cached) $ECHO_C" >&6
8064 else
8065 cat >conftest.$ac_ext <<_ACEOF
8066 /* confdefs.h. */
8067 _ACEOF
8068 cat confdefs.h >>conftest.$ac_ext
8069 cat >>conftest.$ac_ext <<_ACEOF
8070 /* end confdefs.h. */
8071 #ifdef HAVE_PTHREAD_H
8072 #include <pthread.h>
8073 #endif
8075 #include <$ac_header>
8076 _ACEOF
8077 rm -f conftest.$ac_objext
8078 if { (ac_try="$ac_compile"
8079 case "(($ac_try" in
8080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8081 *) ac_try_echo=$ac_try;;
8082 esac
8083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8084 (eval "$ac_compile") 2>conftest.er1
8085 ac_status=$?
8086 grep -v '^ *+' conftest.er1 >conftest.err
8087 rm -f conftest.er1
8088 cat conftest.err >&5
8089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); } && {
8091 test -z "$ac_c_werror_flag" ||
8092 test ! -s conftest.err
8093 } && test -s conftest.$ac_objext; then
8094 eval "$as_ac_Header=yes"
8095 else
8096 echo "$as_me: failed program was:" >&5
8097 sed 's/^/| /' conftest.$ac_ext >&5
8099 eval "$as_ac_Header=no"
8102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8104 ac_res=`eval echo '${'$as_ac_Header'}'`
8105 { echo "$as_me:$LINENO: result: $ac_res" >&5
8106 echo "${ECHO_T}$ac_res" >&6; }
8107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8108 cat >>confdefs.h <<_ACEOF
8109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8110 _ACEOF
8114 done
8118 for ac_header in linux/videodev.h
8120 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8121 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8123 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8124 echo $ECHO_N "(cached) $ECHO_C" >&6
8125 else
8126 cat >conftest.$ac_ext <<_ACEOF
8127 /* confdefs.h. */
8128 _ACEOF
8129 cat confdefs.h >>conftest.$ac_ext
8130 cat >>conftest.$ac_ext <<_ACEOF
8131 /* end confdefs.h. */
8132 #ifdef HAVE_SYS_TIME_H
8133 #include <sys/time.h>
8134 #endif
8135 #include <sys/types.h>
8136 #ifdef HAVE_ASM_TYPES_H
8137 #include <asm/types.h>
8138 #endif
8140 #include <$ac_header>
8141 _ACEOF
8142 rm -f conftest.$ac_objext
8143 if { (ac_try="$ac_compile"
8144 case "(($ac_try" in
8145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8146 *) ac_try_echo=$ac_try;;
8147 esac
8148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8149 (eval "$ac_compile") 2>conftest.er1
8150 ac_status=$?
8151 grep -v '^ *+' conftest.er1 >conftest.err
8152 rm -f conftest.er1
8153 cat conftest.err >&5
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); } && {
8156 test -z "$ac_c_werror_flag" ||
8157 test ! -s conftest.err
8158 } && test -s conftest.$ac_objext; then
8159 eval "$as_ac_Header=yes"
8160 else
8161 echo "$as_me: failed program was:" >&5
8162 sed 's/^/| /' conftest.$ac_ext >&5
8164 eval "$as_ac_Header=no"
8167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8169 ac_res=`eval echo '${'$as_ac_Header'}'`
8170 { echo "$as_me:$LINENO: result: $ac_res" >&5
8171 echo "${ECHO_T}$ac_res" >&6; }
8172 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8173 cat >>confdefs.h <<_ACEOF
8174 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8175 _ACEOF
8179 done
8183 for ac_header in linux/capi.h
8185 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8186 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8189 echo $ECHO_N "(cached) $ECHO_C" >&6
8190 else
8191 cat >conftest.$ac_ext <<_ACEOF
8192 /* confdefs.h. */
8193 _ACEOF
8194 cat confdefs.h >>conftest.$ac_ext
8195 cat >>conftest.$ac_ext <<_ACEOF
8196 /* end confdefs.h. */
8197 #define __user
8199 #include <$ac_header>
8200 _ACEOF
8201 rm -f conftest.$ac_objext
8202 if { (ac_try="$ac_compile"
8203 case "(($ac_try" in
8204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8205 *) ac_try_echo=$ac_try;;
8206 esac
8207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8208 (eval "$ac_compile") 2>conftest.er1
8209 ac_status=$?
8210 grep -v '^ *+' conftest.er1 >conftest.err
8211 rm -f conftest.er1
8212 cat conftest.err >&5
8213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); } && {
8215 test -z "$ac_c_werror_flag" ||
8216 test ! -s conftest.err
8217 } && test -s conftest.$ac_objext; then
8218 eval "$as_ac_Header=yes"
8219 else
8220 echo "$as_me: failed program was:" >&5
8221 sed 's/^/| /' conftest.$ac_ext >&5
8223 eval "$as_ac_Header=no"
8226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8228 ac_res=`eval echo '${'$as_ac_Header'}'`
8229 { echo "$as_me:$LINENO: result: $ac_res" >&5
8230 echo "${ECHO_T}$ac_res" >&6; }
8231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8232 cat >>confdefs.h <<_ACEOF
8233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8234 _ACEOF
8238 done
8242 DLLEXT=""
8244 DLLFLAGS="-D_REENTRANT"
8246 LDSHARED=""
8248 LDDLLFLAGS=""
8250 LIBEXT="so"
8252 IMPLIBEXT="def"
8254 LDRPATH_INSTALL=""
8256 LDRPATH_LOCAL=""
8258 # Extract the first word of "ldd", so it can be a program name with args.
8259 set dummy ldd; ac_word=$2
8260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8262 if test "${ac_cv_path_LDD+set}" = set; then
8263 echo $ECHO_N "(cached) $ECHO_C" >&6
8264 else
8265 case $LDD in
8266 [\\/]* | ?:[\\/]*)
8267 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8271 as_dummy="/sbin:/usr/sbin:$PATH"
8272 for as_dir in $as_dummy
8274 IFS=$as_save_IFS
8275 test -z "$as_dir" && as_dir=.
8276 for ac_exec_ext in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8278 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8280 break 2
8282 done
8283 done
8284 IFS=$as_save_IFS
8286 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8288 esac
8290 LDD=$ac_cv_path_LDD
8291 if test -n "$LDD"; then
8292 { echo "$as_me:$LINENO: result: $LDD" >&5
8293 echo "${ECHO_T}$LDD" >&6; }
8294 else
8295 { echo "$as_me:$LINENO: result: no" >&5
8296 echo "${ECHO_T}no" >&6; }
8301 case $host_os in
8302 cygwin*|mingw32*)
8303 if test -n "$ac_tool_prefix"; then
8304 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8305 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8308 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8309 echo $ECHO_N "(cached) $ECHO_C" >&6
8310 else
8311 if test -n "$DLLTOOL"; then
8312 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8313 else
8314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315 for as_dir in $PATH
8317 IFS=$as_save_IFS
8318 test -z "$as_dir" && as_dir=.
8319 for ac_exec_ext in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8323 break 2
8325 done
8326 done
8327 IFS=$as_save_IFS
8331 DLLTOOL=$ac_cv_prog_DLLTOOL
8332 if test -n "$DLLTOOL"; then
8333 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8334 echo "${ECHO_T}$DLLTOOL" >&6; }
8335 else
8336 { echo "$as_me:$LINENO: result: no" >&5
8337 echo "${ECHO_T}no" >&6; }
8342 if test -z "$ac_cv_prog_DLLTOOL"; then
8343 ac_ct_DLLTOOL=$DLLTOOL
8344 # Extract the first word of "dlltool", so it can be a program name with args.
8345 set dummy dlltool; ac_word=$2
8346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8348 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8349 echo $ECHO_N "(cached) $ECHO_C" >&6
8350 else
8351 if test -n "$ac_ct_DLLTOOL"; then
8352 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8353 else
8354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8355 for as_dir in $PATH
8357 IFS=$as_save_IFS
8358 test -z "$as_dir" && as_dir=.
8359 for ac_exec_ext in '' $ac_executable_extensions; do
8360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8361 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8363 break 2
8365 done
8366 done
8367 IFS=$as_save_IFS
8371 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8372 if test -n "$ac_ct_DLLTOOL"; then
8373 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8374 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8375 else
8376 { echo "$as_me:$LINENO: result: no" >&5
8377 echo "${ECHO_T}no" >&6; }
8380 if test "x$ac_ct_DLLTOOL" = x; then
8381 DLLTOOL="false"
8382 else
8383 case $cross_compiling:$ac_tool_warned in
8384 yes:)
8385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8386 whose name does not start with the host triplet. If you think this
8387 configuration is useful to you, please write to autoconf@gnu.org." >&5
8388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8389 whose name does not start with the host triplet. If you think this
8390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8391 ac_tool_warned=yes ;;
8392 esac
8393 DLLTOOL=$ac_ct_DLLTOOL
8395 else
8396 DLLTOOL="$ac_cv_prog_DLLTOOL"
8399 if test -n "$ac_tool_prefix"; then
8400 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8401 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8402 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8404 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8405 echo $ECHO_N "(cached) $ECHO_C" >&6
8406 else
8407 if test -n "$DLLWRAP"; then
8408 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8409 else
8410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411 for as_dir in $PATH
8413 IFS=$as_save_IFS
8414 test -z "$as_dir" && as_dir=.
8415 for ac_exec_ext in '' $ac_executable_extensions; do
8416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8417 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8419 break 2
8421 done
8422 done
8423 IFS=$as_save_IFS
8427 DLLWRAP=$ac_cv_prog_DLLWRAP
8428 if test -n "$DLLWRAP"; then
8429 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8430 echo "${ECHO_T}$DLLWRAP" >&6; }
8431 else
8432 { echo "$as_me:$LINENO: result: no" >&5
8433 echo "${ECHO_T}no" >&6; }
8438 if test -z "$ac_cv_prog_DLLWRAP"; then
8439 ac_ct_DLLWRAP=$DLLWRAP
8440 # Extract the first word of "dllwrap", so it can be a program name with args.
8441 set dummy dllwrap; ac_word=$2
8442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8444 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8445 echo $ECHO_N "(cached) $ECHO_C" >&6
8446 else
8447 if test -n "$ac_ct_DLLWRAP"; then
8448 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8449 else
8450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8451 for as_dir in $PATH
8453 IFS=$as_save_IFS
8454 test -z "$as_dir" && as_dir=.
8455 for ac_exec_ext in '' $ac_executable_extensions; do
8456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8457 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8459 break 2
8461 done
8462 done
8463 IFS=$as_save_IFS
8467 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8468 if test -n "$ac_ct_DLLWRAP"; then
8469 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8470 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8471 else
8472 { echo "$as_me:$LINENO: result: no" >&5
8473 echo "${ECHO_T}no" >&6; }
8476 if test "x$ac_ct_DLLWRAP" = x; then
8477 DLLWRAP="false"
8478 else
8479 case $cross_compiling:$ac_tool_warned in
8480 yes:)
8481 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8482 whose name does not start with the host triplet. If you think this
8483 configuration is useful to you, please write to autoconf@gnu.org." >&5
8484 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8485 whose name does not start with the host triplet. If you think this
8486 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8487 ac_tool_warned=yes ;;
8488 esac
8489 DLLWRAP=$ac_ct_DLLWRAP
8491 else
8492 DLLWRAP="$ac_cv_prog_DLLWRAP"
8495 if test -n "$ac_tool_prefix"; then
8496 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8497 set dummy ${ac_tool_prefix}ar; ac_word=$2
8498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8500 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8501 echo $ECHO_N "(cached) $ECHO_C" >&6
8502 else
8503 if test -n "$MINGWAR"; then
8504 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8505 else
8506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507 for as_dir in $PATH
8509 IFS=$as_save_IFS
8510 test -z "$as_dir" && as_dir=.
8511 for ac_exec_ext in '' $ac_executable_extensions; do
8512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8513 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8515 break 2
8517 done
8518 done
8519 IFS=$as_save_IFS
8523 MINGWAR=$ac_cv_prog_MINGWAR
8524 if test -n "$MINGWAR"; then
8525 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8526 echo "${ECHO_T}$MINGWAR" >&6; }
8527 else
8528 { echo "$as_me:$LINENO: result: no" >&5
8529 echo "${ECHO_T}no" >&6; }
8534 if test -z "$ac_cv_prog_MINGWAR"; then
8535 ac_ct_MINGWAR=$MINGWAR
8536 # Extract the first word of "ar", so it can be a program name with args.
8537 set dummy ar; ac_word=$2
8538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8540 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8541 echo $ECHO_N "(cached) $ECHO_C" >&6
8542 else
8543 if test -n "$ac_ct_MINGWAR"; then
8544 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8545 else
8546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547 for as_dir in $PATH
8549 IFS=$as_save_IFS
8550 test -z "$as_dir" && as_dir=.
8551 for ac_exec_ext in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553 ac_cv_prog_ac_ct_MINGWAR="ar"
8554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8555 break 2
8557 done
8558 done
8559 IFS=$as_save_IFS
8563 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8564 if test -n "$ac_ct_MINGWAR"; then
8565 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8566 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8567 else
8568 { echo "$as_me:$LINENO: result: no" >&5
8569 echo "${ECHO_T}no" >&6; }
8572 if test "x$ac_ct_MINGWAR" = x; then
8573 MINGWAR="false"
8574 else
8575 case $cross_compiling:$ac_tool_warned in
8576 yes:)
8577 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8578 whose name does not start with the host triplet. If you think this
8579 configuration is useful to you, please write to autoconf@gnu.org." >&5
8580 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8581 whose name does not start with the host triplet. If you think this
8582 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8583 ac_tool_warned=yes ;;
8584 esac
8585 MINGWAR=$ac_ct_MINGWAR
8587 else
8588 MINGWAR="$ac_cv_prog_MINGWAR"
8591 if test "$DLLWRAP" = "false"; then
8592 LIBEXT="a"
8593 else
8594 LIBEXT="dll"
8596 IMPLIBEXT="a"
8597 WIN16_FILES=""
8598 WIN16_INSTALL=""
8600 darwin*|macosx*)
8601 DLLEXT=".so"
8602 LIBEXT="dylib"
8603 DLLFLAGS="$DLLFLAGS -fPIC"
8604 LDDLLFLAGS="-bundle -multiply_defined suppress"
8605 LIBWINE_LDFLAGS="-multiply_defined suppress"
8606 LDSHARED="\$(CC) -dynamiclib"
8607 STRIP="$STRIP -x"
8608 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8609 SECURITYLIB="-framework Security -framework CoreFoundation"
8611 COREFOUNDATIONLIB="-framework CoreFoundation"
8613 IOKITLIB="-framework IOKit -framework CoreFoundation"
8615 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8617 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8618 then
8619 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8622 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8623 then
8624 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8627 case $host_cpu in
8628 *powerpc*)
8629 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8630 esac
8631 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8632 then
8633 CARBONLIB="-framework Carbon"
8635 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8639 DLLFLAGS="$DLLFLAGS -fPIC"
8640 DLLEXT=".so"
8641 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8642 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8643 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8644 echo $ECHO_N "(cached) $ECHO_C" >&6
8645 else
8646 ac_wine_try_cflags_saved=$CFLAGS
8647 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8648 cat >conftest.$ac_ext <<_ACEOF
8649 void myfunc() {}
8650 _ACEOF
8651 rm -f conftest.$ac_objext conftest$ac_exeext
8652 if { (ac_try="$ac_link"
8653 case "(($ac_try" in
8654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8655 *) ac_try_echo=$ac_try;;
8656 esac
8657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8658 (eval "$ac_link") 2>conftest.er1
8659 ac_status=$?
8660 grep -v '^ *+' conftest.er1 >conftest.err
8661 rm -f conftest.er1
8662 cat conftest.err >&5
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); } && {
8665 test -z "$ac_c_werror_flag" ||
8666 test ! -s conftest.err
8667 } && test -s conftest$ac_exeext &&
8668 $as_test_x conftest$ac_exeext; then
8669 ac_cv_c_dll_gnuelf="yes"
8670 else
8671 echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8674 ac_cv_c_dll_gnuelf="no"
8677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8678 conftest$ac_exeext conftest.$ac_ext
8679 CFLAGS=$ac_wine_try_cflags_saved
8681 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8682 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8683 if test "$ac_cv_c_dll_gnuelf" = "yes"
8684 then
8685 LDSHARED="\$(CC) -shared"
8686 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8687 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8689 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6
8691 else
8692 ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8694 cat >conftest.$ac_ext <<_ACEOF
8695 /* confdefs.h. */
8696 _ACEOF
8697 cat confdefs.h >>conftest.$ac_ext
8698 cat >>conftest.$ac_ext <<_ACEOF
8699 /* end confdefs.h. */
8702 main ()
8706 return 0;
8708 _ACEOF
8709 rm -f conftest.$ac_objext conftest$ac_exeext
8710 if { (ac_try="$ac_link"
8711 case "(($ac_try" in
8712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8713 *) ac_try_echo=$ac_try;;
8714 esac
8715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716 (eval "$ac_link") 2>conftest.er1
8717 ac_status=$?
8718 grep -v '^ *+' conftest.er1 >conftest.err
8719 rm -f conftest.er1
8720 cat conftest.err >&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); } && {
8723 test -z "$ac_c_werror_flag" ||
8724 test ! -s conftest.err
8725 } && test -s conftest$ac_exeext &&
8726 $as_test_x conftest$ac_exeext; then
8727 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8728 else
8729 echo "$as_me: failed program was:" >&5
8730 sed 's/^/| /' conftest.$ac_ext >&5
8732 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8736 conftest$ac_exeext conftest.$ac_ext
8737 CFLAGS=$ac_wine_try_cflags_saved
8739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8741 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8742 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8743 else
8744 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8746 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8747 echo $ECHO_N "(cached) $ECHO_C" >&6
8748 else
8749 ac_wine_try_cflags_saved=$CFLAGS
8750 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8751 cat >conftest.$ac_ext <<_ACEOF
8752 /* confdefs.h. */
8753 _ACEOF
8754 cat confdefs.h >>conftest.$ac_ext
8755 cat >>conftest.$ac_ext <<_ACEOF
8756 /* end confdefs.h. */
8759 main ()
8763 return 0;
8765 _ACEOF
8766 rm -f conftest.$ac_objext conftest$ac_exeext
8767 if { (ac_try="$ac_link"
8768 case "(($ac_try" in
8769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8770 *) ac_try_echo=$ac_try;;
8771 esac
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773 (eval "$ac_link") 2>conftest.er1
8774 ac_status=$?
8775 grep -v '^ *+' conftest.er1 >conftest.err
8776 rm -f conftest.er1
8777 cat conftest.err >&5
8778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779 (exit $ac_status); } && {
8780 test -z "$ac_c_werror_flag" ||
8781 test ! -s conftest.err
8782 } && test -s conftest$ac_exeext &&
8783 $as_test_x conftest$ac_exeext; then
8784 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8785 else
8786 echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8789 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793 conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8797 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8798 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8799 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8805 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8806 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8807 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8809 else
8810 ac_wine_try_cflags_saved=$CFLAGS
8811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8812 cat >conftest.$ac_ext <<_ACEOF
8813 /* confdefs.h. */
8814 _ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8820 main ()
8824 return 0;
8826 _ACEOF
8827 rm -f conftest.$ac_objext conftest$ac_exeext
8828 if { (ac_try="$ac_link"
8829 case "(($ac_try" in
8830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8831 *) ac_try_echo=$ac_try;;
8832 esac
8833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834 (eval "$ac_link") 2>conftest.er1
8835 ac_status=$?
8836 grep -v '^ *+' conftest.er1 >conftest.err
8837 rm -f conftest.er1
8838 cat conftest.err >&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } && {
8841 test -z "$ac_c_werror_flag" ||
8842 test ! -s conftest.err
8843 } && test -s conftest$ac_exeext &&
8844 $as_test_x conftest$ac_exeext; then
8845 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8846 else
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.$ac_ext >&5
8850 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8854 conftest$ac_exeext conftest.$ac_ext
8855 CFLAGS=$ac_wine_try_cflags_saved
8857 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8858 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8860 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8864 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8865 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8867 echo $ECHO_N "(cached) $ECHO_C" >&6
8868 else
8869 ac_wine_try_cflags_saved=$CFLAGS
8870 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8871 cat >conftest.$ac_ext <<_ACEOF
8872 /* confdefs.h. */
8873 _ACEOF
8874 cat confdefs.h >>conftest.$ac_ext
8875 cat >>conftest.$ac_ext <<_ACEOF
8876 /* end confdefs.h. */
8879 main ()
8883 return 0;
8885 _ACEOF
8886 rm -f conftest.$ac_objext conftest$ac_exeext
8887 if { (ac_try="$ac_link"
8888 case "(($ac_try" in
8889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8890 *) ac_try_echo=$ac_try;;
8891 esac
8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8893 (eval "$ac_link") 2>conftest.er1
8894 ac_status=$?
8895 grep -v '^ *+' conftest.er1 >conftest.err
8896 rm -f conftest.er1
8897 cat conftest.err >&5
8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899 (exit $ac_status); } && {
8900 test -z "$ac_c_werror_flag" ||
8901 test ! -s conftest.err
8902 } && test -s conftest$ac_exeext &&
8903 $as_test_x conftest$ac_exeext; then
8904 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8905 else
8906 echo "$as_me: failed program was:" >&5
8907 sed 's/^/| /' conftest.$ac_ext >&5
8909 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8913 conftest$ac_exeext conftest.$ac_ext
8914 CFLAGS=$ac_wine_try_cflags_saved
8916 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8917 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8919 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 echo '{ global: *; };' >conftest.map
8924 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8926 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8928 else
8929 ac_wine_try_cflags_saved=$CFLAGS
8930 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8931 cat >conftest.$ac_ext <<_ACEOF
8932 /* confdefs.h. */
8933 _ACEOF
8934 cat confdefs.h >>conftest.$ac_ext
8935 cat >>conftest.$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8939 main ()
8943 return 0;
8945 _ACEOF
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8948 case "(($ac_try" in
8949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8950 *) ac_try_echo=$ac_try;;
8951 esac
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 (eval "$ac_link") 2>conftest.er1
8954 ac_status=$?
8955 grep -v '^ *+' conftest.er1 >conftest.err
8956 rm -f conftest.er1
8957 cat conftest.err >&5
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); } && {
8960 test -z "$ac_c_werror_flag" ||
8961 test ! -s conftest.err
8962 } && test -s conftest$ac_exeext &&
8963 $as_test_x conftest$ac_exeext; then
8964 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8965 else
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.$ac_ext >&5
8969 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8973 conftest$ac_exeext conftest.$ac_ext
8974 CFLAGS=$ac_wine_try_cflags_saved
8976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8977 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8978 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8979 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8982 rm -f conftest.map
8984 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8985 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8986 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8988 else
8989 ac_wine_try_cflags_saved=$CFLAGS
8990 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8991 cat >conftest.$ac_ext <<_ACEOF
8992 /* confdefs.h. */
8993 _ACEOF
8994 cat confdefs.h >>conftest.$ac_ext
8995 cat >>conftest.$ac_ext <<_ACEOF
8996 /* end confdefs.h. */
8999 main ()
9003 return 0;
9005 _ACEOF
9006 rm -f conftest.$ac_objext conftest$ac_exeext
9007 if { (ac_try="$ac_link"
9008 case "(($ac_try" in
9009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9010 *) ac_try_echo=$ac_try;;
9011 esac
9012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9013 (eval "$ac_link") 2>conftest.er1
9014 ac_status=$?
9015 grep -v '^ *+' conftest.er1 >conftest.err
9016 rm -f conftest.er1
9017 cat conftest.err >&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } && {
9020 test -z "$ac_c_werror_flag" ||
9021 test ! -s conftest.err
9022 } && test -s conftest$ac_exeext &&
9023 $as_test_x conftest$ac_exeext; then
9024 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9025 else
9026 echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9029 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033 conftest$ac_exeext conftest.$ac_ext
9034 CFLAGS=$ac_wine_try_cflags_saved
9036 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9037 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9038 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9039 LDEXECFLAGS="-Wl,--export-dynamic"
9044 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9045 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9046 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9048 echo $ECHO_N "(cached) $ECHO_C" >&6
9049 else
9050 ac_wine_try_cflags_saved=$CFLAGS
9051 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h. */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9060 main ()
9064 return 0;
9066 _ACEOF
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9069 case "(($ac_try" in
9070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9071 *) ac_try_echo=$ac_try;;
9072 esac
9073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9074 (eval "$ac_link") 2>conftest.er1
9075 ac_status=$?
9076 grep -v '^ *+' conftest.er1 >conftest.err
9077 rm -f conftest.er1
9078 cat conftest.err >&5
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); } && {
9081 test -z "$ac_c_werror_flag" ||
9082 test ! -s conftest.err
9083 } && test -s conftest$ac_exeext &&
9084 $as_test_x conftest$ac_exeext; then
9085 eval "$as_ac_var=yes"
9086 else
9087 echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.$ac_ext >&5
9090 eval "$as_ac_var=no"
9093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9094 conftest$ac_exeext conftest.$ac_ext
9095 CFLAGS=$ac_wine_try_cflags_saved
9097 ac_res=`eval echo '${'$as_ac_var'}'`
9098 { echo "$as_me:$LINENO: result: $ac_res" >&5
9099 echo "${ECHO_T}$ac_res" >&6; }
9100 if test `eval echo '${'$as_ac_var'}'` = yes; then
9101 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9102 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9103 else
9104 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9105 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9108 echo $ECHO_N "(cached) $ECHO_C" >&6
9109 else
9110 ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h. */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9120 main ()
9124 return 0;
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131 *) ac_try_echo=$ac_try;;
9132 esac
9133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9134 (eval "$ac_link") 2>conftest.er1
9135 ac_status=$?
9136 grep -v '^ *+' conftest.er1 >conftest.err
9137 rm -f conftest.er1
9138 cat conftest.err >&5
9139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140 (exit $ac_status); } && {
9141 test -z "$ac_c_werror_flag" ||
9142 test ! -s conftest.err
9143 } && test -s conftest$ac_exeext &&
9144 $as_test_x conftest$ac_exeext; then
9145 eval "$as_ac_var=yes"
9146 else
9147 echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9150 eval "$as_ac_var=no"
9153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9154 conftest$ac_exeext conftest.$ac_ext
9155 CFLAGS=$ac_wine_try_cflags_saved
9157 ac_res=`eval echo '${'$as_ac_var'}'`
9158 { echo "$as_me:$LINENO: result: $ac_res" >&5
9159 echo "${ECHO_T}$ac_res" >&6; }
9160 if test `eval echo '${'$as_ac_var'}'` = yes; then
9161 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9162 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9168 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9169 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9170 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9171 echo $ECHO_N "(cached) $ECHO_C" >&6
9172 else
9173 ac_wine_try_cflags_saved=$CFLAGS
9174 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9175 cat >conftest.$ac_ext <<_ACEOF
9176 /* confdefs.h. */
9177 _ACEOF
9178 cat confdefs.h >>conftest.$ac_ext
9179 cat >>conftest.$ac_ext <<_ACEOF
9180 /* end confdefs.h. */
9183 main ()
9187 return 0;
9189 _ACEOF
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9192 case "(($ac_try" in
9193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9194 *) ac_try_echo=$ac_try;;
9195 esac
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197 (eval "$ac_link") 2>conftest.er1
9198 ac_status=$?
9199 grep -v '^ *+' conftest.er1 >conftest.err
9200 rm -f conftest.er1
9201 cat conftest.err >&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest$ac_exeext &&
9207 $as_test_x conftest$ac_exeext; then
9208 ac_cv_cflags__Wl___enable_new_dtags=yes
9209 else
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.$ac_ext >&5
9213 ac_cv_cflags__Wl___enable_new_dtags=no
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217 conftest$ac_exeext conftest.$ac_ext
9218 CFLAGS=$ac_wine_try_cflags_saved
9220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9221 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9222 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9223 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9227 case $host_cpu in
9228 *i[3456789]86* | x86_64)
9229 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9230 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9231 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9233 else
9234 ac_wine_try_cflags_saved=$CFLAGS
9235 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9236 cat >conftest.$ac_ext <<_ACEOF
9237 /* confdefs.h. */
9238 _ACEOF
9239 cat confdefs.h >>conftest.$ac_ext
9240 cat >>conftest.$ac_ext <<_ACEOF
9241 /* end confdefs.h. */
9244 main ()
9248 return 0;
9250 _ACEOF
9251 rm -f conftest.$ac_objext conftest$ac_exeext
9252 if { (ac_try="$ac_link"
9253 case "(($ac_try" in
9254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9255 *) ac_try_echo=$ac_try;;
9256 esac
9257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9258 (eval "$ac_link") 2>conftest.er1
9259 ac_status=$?
9260 grep -v '^ *+' conftest.er1 >conftest.err
9261 rm -f conftest.er1
9262 cat conftest.err >&5
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && {
9265 test -z "$ac_c_werror_flag" ||
9266 test ! -s conftest.err
9267 } && test -s conftest$ac_exeext &&
9268 $as_test_x conftest$ac_exeext; then
9269 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9270 else
9271 echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9274 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278 conftest$ac_exeext conftest.$ac_ext
9279 CFLAGS=$ac_wine_try_cflags_saved
9281 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9282 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9283 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9284 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9288 esac
9290 else
9291 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9292 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9293 if test "${ac_cv_c_dll_unixware+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9295 else
9296 ac_wine_try_cflags_saved=$CFLAGS
9297 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 void myfunc() {}
9300 _ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9303 case "(($ac_try" in
9304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9305 *) ac_try_echo=$ac_try;;
9306 esac
9307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9308 (eval "$ac_link") 2>conftest.er1
9309 ac_status=$?
9310 grep -v '^ *+' conftest.er1 >conftest.err
9311 rm -f conftest.er1
9312 cat conftest.err >&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } && {
9315 test -z "$ac_c_werror_flag" ||
9316 test ! -s conftest.err
9317 } && test -s conftest$ac_exeext &&
9318 $as_test_x conftest$ac_exeext; then
9319 ac_cv_c_dll_unixware="yes"
9320 else
9321 echo "$as_me: failed program was:" >&5
9322 sed 's/^/| /' conftest.$ac_ext >&5
9324 ac_cv_c_dll_unixware="no"
9327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9328 conftest$ac_exeext conftest.$ac_ext
9329 CFLAGS=$ac_wine_try_cflags_saved
9331 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9332 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9333 if test "$ac_cv_c_dll_unixware" = "yes"
9334 then
9335 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9336 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9338 else
9339 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9340 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9341 if test "${ac_cv_c_dll_hpux+set}" = set; then
9342 echo $ECHO_N "(cached) $ECHO_C" >&6
9343 else
9344 ac_wine_try_cflags_saved=$CFLAGS
9345 CFLAGS="$CFLAGS -shared"
9346 cat >conftest.$ac_ext <<_ACEOF
9347 void myfunc() {}
9348 _ACEOF
9349 rm -f conftest.$ac_objext conftest$ac_exeext
9350 if { (ac_try="$ac_link"
9351 case "(($ac_try" in
9352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9353 *) ac_try_echo=$ac_try;;
9354 esac
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356 (eval "$ac_link") 2>conftest.er1
9357 ac_status=$?
9358 grep -v '^ *+' conftest.er1 >conftest.err
9359 rm -f conftest.er1
9360 cat conftest.err >&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext &&
9366 $as_test_x conftest$ac_exeext; then
9367 ac_cv_c_dll_hpux="yes"
9368 else
9369 echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9372 ac_cv_c_dll_hpux="no"
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 CFLAGS=$ac_wine_try_cflags_saved
9379 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9380 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9381 if test "$ac_cv_c_dll_hpux" = "yes"
9382 then
9383 LIBEXT="sl"
9384 DLLEXT=".sl"
9385 LDDLLFLAGS="-shared -fPIC"
9386 LDSHARED="\$(CC) -shared"
9391 CROSSTEST=""
9393 if test "$cross_compiling" = "no"
9394 then
9395 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9397 # Extract the first word of "$ac_prog", so it can be a program name with args.
9398 set dummy $ac_prog; ac_word=$2
9399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9401 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9402 echo $ECHO_N "(cached) $ECHO_C" >&6
9403 else
9404 if test -n "$CROSSCC"; then
9405 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9406 else
9407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9408 for as_dir in $PATH
9410 IFS=$as_save_IFS
9411 test -z "$as_dir" && as_dir=.
9412 for ac_exec_ext in '' $ac_executable_extensions; do
9413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9414 ac_cv_prog_CROSSCC="$ac_prog"
9415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9416 break 2
9418 done
9419 done
9420 IFS=$as_save_IFS
9424 CROSSCC=$ac_cv_prog_CROSSCC
9425 if test -n "$CROSSCC"; then
9426 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9427 echo "${ECHO_T}$CROSSCC" >&6; }
9428 else
9429 { echo "$as_me:$LINENO: result: no" >&5
9430 echo "${ECHO_T}no" >&6; }
9434 test -n "$CROSSCC" && break
9435 done
9436 test -n "$CROSSCC" || CROSSCC="false"
9438 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 if test -n "$DLLTOOL"; then
9448 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9449 else
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9451 for as_dir in $PATH
9453 IFS=$as_save_IFS
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_DLLTOOL="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 break 2
9461 done
9462 done
9463 IFS=$as_save_IFS
9467 DLLTOOL=$ac_cv_prog_DLLTOOL
9468 if test -n "$DLLTOOL"; then
9469 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9470 echo "${ECHO_T}$DLLTOOL" >&6; }
9471 else
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$DLLTOOL" && break
9478 done
9479 test -n "$DLLTOOL" || DLLTOOL="false"
9481 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9489 else
9490 if test -n "$CROSSWINDRES"; then
9491 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9492 else
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 for as_dir in $PATH
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_CROSSWINDRES="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 break 2
9504 done
9505 done
9506 IFS=$as_save_IFS
9510 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9511 if test -n "$CROSSWINDRES"; then
9512 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9513 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9514 else
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$CROSSWINDRES" && break
9521 done
9522 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9524 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 else
9533 if test -n "$MINGWAR"; then
9534 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9535 else
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9537 for as_dir in $PATH
9539 IFS=$as_save_IFS
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_MINGWAR="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 break 2
9547 done
9548 done
9549 IFS=$as_save_IFS
9553 MINGWAR=$ac_cv_prog_MINGWAR
9554 if test -n "$MINGWAR"; then
9555 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9556 echo "${ECHO_T}$MINGWAR" >&6; }
9557 else
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$MINGWAR" && break
9564 done
9565 test -n "$MINGWAR" || MINGWAR="false"
9567 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9570 esac
9572 enable_winequartz_drv=${enable_winequartz_drv:-no}
9574 if test "$LIBEXT" = "a"; then
9575 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9576 It is currently not possible to build Wine without shared library
9577 (.so) support to allow transparent switch between .so and .dll files.
9578 If you are using Linux, you will need a newer binutils.
9579 " >&5
9580 echo "$as_me: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9584 " >&2;}
9585 { (exit 1); exit 1; }; }
9589 if test "$have_x" = "yes"
9590 then
9591 XLIB="-lXext -lX11"
9592 ac_save_CPPFLAGS="$CPPFLAGS"
9593 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9595 { echo "$as_me:$LINENO: checking for -lX11" >&5
9596 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_soname_X11+set}" = set; then
9598 echo $ECHO_N "(cached) $ECHO_C" >&6
9599 else
9600 ac_check_soname_save_LIBS=$LIBS
9601 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9602 cat >conftest.$ac_ext <<_ACEOF
9603 /* confdefs.h. */
9604 _ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9612 #ifdef __cplusplus
9613 extern "C"
9614 #endif
9615 char XCreateWindow ();
9617 main ()
9619 return XCreateWindow ();
9621 return 0;
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628 *) ac_try_echo=$ac_try;;
9629 esac
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631 (eval "$ac_link") 2>conftest.er1
9632 ac_status=$?
9633 grep -v '^ *+' conftest.er1 >conftest.err
9634 rm -f conftest.er1
9635 cat conftest.err >&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } && {
9638 test -z "$ac_c_werror_flag" ||
9639 test ! -s conftest.err
9640 } && test -s conftest$ac_exeext &&
9641 $as_test_x conftest$ac_exeext; then
9642 case "$LIBEXT" in
9643 dll) ;;
9644 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9645 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9646 esac
9647 else
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.$ac_ext >&5
9654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655 conftest$ac_exeext conftest.$ac_ext
9656 LIBS=$ac_check_soname_save_LIBS
9658 if test "x$ac_cv_lib_soname_X11" = "x"; then
9659 { echo "$as_me:$LINENO: result: not found" >&5
9660 echo "${ECHO_T}not found" >&6; }
9662 else
9663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9664 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9666 cat >>confdefs.h <<_ACEOF
9667 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9668 _ACEOF
9673 { echo "$as_me:$LINENO: checking for -lXext" >&5
9674 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9675 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9676 echo $ECHO_N "(cached) $ECHO_C" >&6
9677 else
9678 ac_check_soname_save_LIBS=$LIBS
9679 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680 cat >conftest.$ac_ext <<_ACEOF
9681 /* confdefs.h. */
9682 _ACEOF
9683 cat confdefs.h >>conftest.$ac_ext
9684 cat >>conftest.$ac_ext <<_ACEOF
9685 /* end confdefs.h. */
9687 /* Override any GCC internal prototype to avoid an error.
9688 Use char because int might match the return type of a GCC
9689 builtin and then its argument prototype would still apply. */
9690 #ifdef __cplusplus
9691 extern "C"
9692 #endif
9693 char XextCreateExtension ();
9695 main ()
9697 return XextCreateExtension ();
9699 return 0;
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706 *) ac_try_echo=$ac_try;;
9707 esac
9708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9709 (eval "$ac_link") 2>conftest.er1
9710 ac_status=$?
9711 grep -v '^ *+' conftest.er1 >conftest.err
9712 rm -f conftest.er1
9713 cat conftest.err >&5
9714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715 (exit $ac_status); } && {
9716 test -z "$ac_c_werror_flag" ||
9717 test ! -s conftest.err
9718 } && test -s conftest$ac_exeext &&
9719 $as_test_x conftest$ac_exeext; then
9720 case "$LIBEXT" in
9721 dll) ;;
9722 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9723 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9724 esac
9725 else
9726 echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_soname_save_LIBS
9736 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9737 { echo "$as_me:$LINENO: result: not found" >&5
9738 echo "${ECHO_T}not found" >&6; }
9740 else
9741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9742 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9746 _ACEOF
9764 for ac_header in X11/Xlib.h \
9765 X11/XKBlib.h \
9766 X11/Xutil.h \
9767 X11/Xcursor/Xcursor.h \
9768 X11/extensions/shape.h \
9769 X11/extensions/XInput.h \
9770 X11/extensions/XShm.h \
9771 X11/extensions/Xcomposite.h \
9772 X11/extensions/Xinerama.h \
9773 X11/extensions/Xrandr.h \
9774 X11/extensions/Xrender.h \
9775 X11/extensions/xf86vmode.h
9777 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9778 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9782 else
9783 cat >conftest.$ac_ext <<_ACEOF
9784 /* confdefs.h. */
9785 _ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h. */
9789 #ifdef HAVE_X11_XLIB_H
9790 # include <X11/Xlib.h>
9791 #endif
9792 #ifdef HAVE_X11_XUTIL_H
9793 # include <X11/Xutil.h>
9794 #endif
9796 #include <$ac_header>
9797 _ACEOF
9798 rm -f conftest.$ac_objext
9799 if { (ac_try="$ac_compile"
9800 case "(($ac_try" in
9801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9802 *) ac_try_echo=$ac_try;;
9803 esac
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805 (eval "$ac_compile") 2>conftest.er1
9806 ac_status=$?
9807 grep -v '^ *+' conftest.er1 >conftest.err
9808 rm -f conftest.er1
9809 cat conftest.err >&5
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); } && {
9812 test -z "$ac_c_werror_flag" ||
9813 test ! -s conftest.err
9814 } && test -s conftest.$ac_objext; then
9815 eval "$as_ac_Header=yes"
9816 else
9817 echo "$as_me: failed program was:" >&5
9818 sed 's/^/| /' conftest.$ac_ext >&5
9820 eval "$as_ac_Header=no"
9823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9825 ac_res=`eval echo '${'$as_ac_Header'}'`
9826 { echo "$as_me:$LINENO: result: $ac_res" >&5
9827 echo "${ECHO_T}$ac_res" >&6; }
9828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9829 cat >>confdefs.h <<_ACEOF
9830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9831 _ACEOF
9835 done
9838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9839 then
9840 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9841 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9843 echo $ECHO_N "(cached) $ECHO_C" >&6
9844 else
9845 ac_check_lib_save_LIBS=$LIBS
9846 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9847 cat >conftest.$ac_ext <<_ACEOF
9848 /* confdefs.h. */
9849 _ACEOF
9850 cat confdefs.h >>conftest.$ac_ext
9851 cat >>conftest.$ac_ext <<_ACEOF
9852 /* end confdefs.h. */
9854 /* Override any GCC internal prototype to avoid an error.
9855 Use char because int might match the return type of a GCC
9856 builtin and then its argument prototype would still apply. */
9857 #ifdef __cplusplus
9858 extern "C"
9859 #endif
9860 char XkbQueryExtension ();
9862 main ()
9864 return XkbQueryExtension ();
9866 return 0;
9868 _ACEOF
9869 rm -f conftest.$ac_objext conftest$ac_exeext
9870 if { (ac_try="$ac_link"
9871 case "(($ac_try" in
9872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9873 *) ac_try_echo=$ac_try;;
9874 esac
9875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9876 (eval "$ac_link") 2>conftest.er1
9877 ac_status=$?
9878 grep -v '^ *+' conftest.er1 >conftest.err
9879 rm -f conftest.er1
9880 cat conftest.err >&5
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); } && {
9883 test -z "$ac_c_werror_flag" ||
9884 test ! -s conftest.err
9885 } && test -s conftest$ac_exeext &&
9886 $as_test_x conftest$ac_exeext; then
9887 ac_cv_lib_X11_XkbQueryExtension=yes
9888 else
9889 echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.$ac_ext >&5
9892 ac_cv_lib_X11_XkbQueryExtension=no
9895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9896 conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9899 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9900 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9901 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9903 cat >>confdefs.h <<\_ACEOF
9904 #define HAVE_XKB 1
9905 _ACEOF
9911 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9912 then
9913 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9914 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9915 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9916 echo $ECHO_N "(cached) $ECHO_C" >&6
9917 else
9918 ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9920 cat >conftest.$ac_ext <<_ACEOF
9921 /* confdefs.h. */
9922 _ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9927 /* Override any GCC internal prototype to avoid an error.
9928 Use char because int might match the return type of a GCC
9929 builtin and then its argument prototype would still apply. */
9930 #ifdef __cplusplus
9931 extern "C"
9932 #endif
9933 char XcursorImageLoadCursor ();
9935 main ()
9937 return XcursorImageLoadCursor ();
9939 return 0;
9941 _ACEOF
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9944 case "(($ac_try" in
9945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9946 *) ac_try_echo=$ac_try;;
9947 esac
9948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9949 (eval "$ac_link") 2>conftest.er1
9950 ac_status=$?
9951 grep -v '^ *+' conftest.er1 >conftest.err
9952 rm -f conftest.er1
9953 cat conftest.err >&5
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && {
9956 test -z "$ac_c_werror_flag" ||
9957 test ! -s conftest.err
9958 } && test -s conftest$ac_exeext &&
9959 $as_test_x conftest$ac_exeext; then
9960 case "$LIBEXT" in
9961 dll) ;;
9962 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9963 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9964 esac
9965 else
9966 echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.$ac_ext >&5
9972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9973 conftest$ac_exeext conftest.$ac_ext
9974 LIBS=$ac_check_soname_save_LIBS
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 { echo "$as_me:$LINENO: result: not found" >&5
9978 echo "${ECHO_T}not found" >&6; }
9980 else
9981 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9982 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9984 cat >>confdefs.h <<_ACEOF
9985 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9986 _ACEOF
9992 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993 case "x$with_xcursor" in
9994 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9995 xno) ;;
9996 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9997 This is an error since --with-xcursor was requested." >&5
9998 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&2;}
10000 { (exit 1); exit 1; }; } ;;
10001 esac
10005 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10006 then
10007 { echo "$as_me:$LINENO: checking for -lXi" >&5
10008 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10009 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10010 echo $ECHO_N "(cached) $ECHO_C" >&6
10011 else
10012 ac_check_soname_save_LIBS=$LIBS
10013 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10014 cat >conftest.$ac_ext <<_ACEOF
10015 /* confdefs.h. */
10016 _ACEOF
10017 cat confdefs.h >>conftest.$ac_ext
10018 cat >>conftest.$ac_ext <<_ACEOF
10019 /* end confdefs.h. */
10021 /* Override any GCC internal prototype to avoid an error.
10022 Use char because int might match the return type of a GCC
10023 builtin and then its argument prototype would still apply. */
10024 #ifdef __cplusplus
10025 extern "C"
10026 #endif
10027 char XOpenDevice ();
10029 main ()
10031 return XOpenDevice ();
10033 return 0;
10035 _ACEOF
10036 rm -f conftest.$ac_objext conftest$ac_exeext
10037 if { (ac_try="$ac_link"
10038 case "(($ac_try" in
10039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10040 *) ac_try_echo=$ac_try;;
10041 esac
10042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10043 (eval "$ac_link") 2>conftest.er1
10044 ac_status=$?
10045 grep -v '^ *+' conftest.er1 >conftest.err
10046 rm -f conftest.er1
10047 cat conftest.err >&5
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && {
10050 test -z "$ac_c_werror_flag" ||
10051 test ! -s conftest.err
10052 } && test -s conftest$ac_exeext &&
10053 $as_test_x conftest$ac_exeext; then
10054 case "$LIBEXT" in
10055 dll) ;;
10056 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10057 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10058 esac
10059 else
10060 echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067 conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_soname_save_LIBS
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 { echo "$as_me:$LINENO: result: not found" >&5
10072 echo "${ECHO_T}not found" >&6; }
10074 else
10075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10076 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10080 _ACEOF
10086 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087 case "x$with_xinput" in
10088 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10089 xno) ;;
10090 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10091 This is an error since --with-xinput was requested." >&5
10092 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&2;}
10094 { (exit 1); exit 1; }; } ;;
10095 esac
10099 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10100 then
10101 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10102 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10103 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10104 echo $ECHO_N "(cached) $ECHO_C" >&6
10105 else
10106 ac_check_lib_save_LIBS=$LIBS
10107 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10108 cat >conftest.$ac_ext <<_ACEOF
10109 /* confdefs.h. */
10110 _ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10118 #ifdef __cplusplus
10119 extern "C"
10120 #endif
10121 char XShmQueryExtension ();
10123 main ()
10125 return XShmQueryExtension ();
10127 return 0;
10129 _ACEOF
10130 rm -f conftest.$ac_objext conftest$ac_exeext
10131 if { (ac_try="$ac_link"
10132 case "(($ac_try" in
10133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10134 *) ac_try_echo=$ac_try;;
10135 esac
10136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10137 (eval "$ac_link") 2>conftest.er1
10138 ac_status=$?
10139 grep -v '^ *+' conftest.er1 >conftest.err
10140 rm -f conftest.er1
10141 cat conftest.err >&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && {
10144 test -z "$ac_c_werror_flag" ||
10145 test ! -s conftest.err
10146 } && test -s conftest$ac_exeext &&
10147 $as_test_x conftest$ac_exeext; then
10148 ac_cv_lib_Xext_XShmQueryExtension=yes
10149 else
10150 echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.$ac_ext >&5
10153 ac_cv_lib_Xext_XShmQueryExtension=no
10156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10157 conftest$ac_exeext conftest.$ac_ext
10158 LIBS=$ac_check_lib_save_LIBS
10160 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10161 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10162 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10164 cat >>confdefs.h <<\_ACEOF
10165 #define HAVE_LIBXXSHM 1
10166 _ACEOF
10171 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10172 case "x$with_xshm" in
10173 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10174 xno) ;;
10175 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10176 This is an error since --with-xshm was requested." >&5
10177 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&2;}
10179 { (exit 1); exit 1; }; } ;;
10180 esac
10184 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10185 then
10186 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10187 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10190 else
10191 ac_check_lib_save_LIBS=$LIBS
10192 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.$ac_ext <<_ACEOF
10194 /* confdefs.h. */
10195 _ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10203 #ifdef __cplusplus
10204 extern "C"
10205 #endif
10206 char XShapeQueryExtension ();
10208 main ()
10210 return XShapeQueryExtension ();
10212 return 0;
10214 _ACEOF
10215 rm -f conftest.$ac_objext conftest$ac_exeext
10216 if { (ac_try="$ac_link"
10217 case "(($ac_try" in
10218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10219 *) ac_try_echo=$ac_try;;
10220 esac
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222 (eval "$ac_link") 2>conftest.er1
10223 ac_status=$?
10224 grep -v '^ *+' conftest.er1 >conftest.err
10225 rm -f conftest.er1
10226 cat conftest.err >&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest$ac_exeext &&
10232 $as_test_x conftest$ac_exeext; then
10233 ac_cv_lib_Xext_XShapeQueryExtension=yes
10234 else
10235 echo "$as_me: failed program was:" >&5
10236 sed 's/^/| /' conftest.$ac_ext >&5
10238 ac_cv_lib_Xext_XShapeQueryExtension=no
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242 conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10245 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10246 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10247 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10249 cat >>confdefs.h <<\_ACEOF
10250 #define HAVE_LIBXSHAPE 1
10251 _ACEOF
10256 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10257 case "x$with_xshape" in
10258 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10259 xno) ;;
10260 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10261 This is an error since --with-xshape was requested." >&5
10262 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&2;}
10264 { (exit 1); exit 1; }; } ;;
10265 esac
10269 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10270 then
10271 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10272 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10274 echo $ECHO_N "(cached) $ECHO_C" >&6
10275 else
10276 ac_check_soname_save_LIBS=$LIBS
10277 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10278 cat >conftest.$ac_ext <<_ACEOF
10279 /* confdefs.h. */
10280 _ACEOF
10281 cat confdefs.h >>conftest.$ac_ext
10282 cat >>conftest.$ac_ext <<_ACEOF
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10288 #ifdef __cplusplus
10289 extern "C"
10290 #endif
10291 char XF86VidModeQueryExtension ();
10293 main ()
10295 return XF86VidModeQueryExtension ();
10297 return 0;
10299 _ACEOF
10300 rm -f conftest.$ac_objext conftest$ac_exeext
10301 if { (ac_try="$ac_link"
10302 case "(($ac_try" in
10303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10304 *) ac_try_echo=$ac_try;;
10305 esac
10306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10307 (eval "$ac_link") 2>conftest.er1
10308 ac_status=$?
10309 grep -v '^ *+' conftest.er1 >conftest.err
10310 rm -f conftest.er1
10311 cat conftest.err >&5
10312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10313 (exit $ac_status); } && {
10314 test -z "$ac_c_werror_flag" ||
10315 test ! -s conftest.err
10316 } && test -s conftest$ac_exeext &&
10317 $as_test_x conftest$ac_exeext; then
10318 case "$LIBEXT" in
10319 dll) ;;
10320 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10321 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10322 esac
10323 else
10324 echo "$as_me: failed program was:" >&5
10325 sed 's/^/| /' conftest.$ac_ext >&5
10330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10331 conftest$ac_exeext conftest.$ac_ext
10332 LIBS=$ac_check_soname_save_LIBS
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 { echo "$as_me:$LINENO: result: not found" >&5
10336 echo "${ECHO_T}not found" >&6; }
10338 else
10339 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10340 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10342 cat >>confdefs.h <<_ACEOF
10343 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10344 _ACEOF
10350 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351 case "x$with_xxf86vm" in
10352 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10353 xno) ;;
10354 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10355 This is an error since --with-xxf86vm was requested." >&5
10356 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&2;}
10358 { (exit 1); exit 1; }; } ;;
10359 esac
10363 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10364 then
10365 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10366 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6
10369 else
10370 ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372 cat >conftest.$ac_ext <<_ACEOF
10373 /* confdefs.h. */
10374 _ACEOF
10375 cat confdefs.h >>conftest.$ac_ext
10376 cat >>conftest.$ac_ext <<_ACEOF
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char XRenderQueryExtension ();
10387 main ()
10389 return XRenderQueryExtension ();
10391 return 0;
10393 _ACEOF
10394 rm -f conftest.$ac_objext conftest$ac_exeext
10395 if { (ac_try="$ac_link"
10396 case "(($ac_try" in
10397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10398 *) ac_try_echo=$ac_try;;
10399 esac
10400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10401 (eval "$ac_link") 2>conftest.er1
10402 ac_status=$?
10403 grep -v '^ *+' conftest.er1 >conftest.err
10404 rm -f conftest.er1
10405 cat conftest.err >&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } && {
10408 test -z "$ac_c_werror_flag" ||
10409 test ! -s conftest.err
10410 } && test -s conftest$ac_exeext &&
10411 $as_test_x conftest$ac_exeext; then
10412 case "$LIBEXT" in
10413 dll) ;;
10414 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10415 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10416 esac
10417 else
10418 echo "$as_me: failed program was:" >&5
10419 sed 's/^/| /' conftest.$ac_ext >&5
10424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_soname_save_LIBS
10428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10429 { echo "$as_me:$LINENO: result: not found" >&5
10430 echo "${ECHO_T}not found" >&6; }
10432 else
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10434 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10438 _ACEOF
10440 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10441 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10444 else
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10448 /* confdefs.h. */
10449 _ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char XRenderSetPictureTransform ();
10462 main ()
10464 return XRenderSetPictureTransform ();
10466 return 0;
10468 _ACEOF
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10473 *) ac_try_echo=$ac_try;;
10474 esac
10475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476 (eval "$ac_link") 2>conftest.er1
10477 ac_status=$?
10478 grep -v '^ *+' conftest.er1 >conftest.err
10479 rm -f conftest.er1
10480 cat conftest.err >&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); } && {
10483 test -z "$ac_c_werror_flag" ||
10484 test ! -s conftest.err
10485 } && test -s conftest$ac_exeext &&
10486 $as_test_x conftest$ac_exeext; then
10487 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10488 else
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.$ac_ext >&5
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10496 conftest$ac_exeext conftest.$ac_ext
10497 LIBS=$ac_check_lib_save_LIBS
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10501 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10503 cat >>confdefs.h <<\_ACEOF
10504 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10505 _ACEOF
10513 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10514 case "x$with_xrender" in
10515 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10516 xno) ;;
10517 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10518 This is an error since --with-xrender was requested." >&5
10519 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&2;}
10521 { (exit 1); exit 1; }; } ;;
10522 esac
10526 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10527 then
10528 cat >conftest.$ac_ext <<_ACEOF
10529 /* confdefs.h. */
10530 _ACEOF
10531 cat confdefs.h >>conftest.$ac_ext
10532 cat >>conftest.$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10534 #include <X11/Xlib.h>
10535 #include <X11/extensions/Xrandr.h>
10537 main ()
10539 static typeof(XRRSetScreenConfigAndRate) * func;
10541 return 0;
10543 _ACEOF
10544 rm -f conftest.$ac_objext
10545 if { (ac_try="$ac_compile"
10546 case "(($ac_try" in
10547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10549 esac
10550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10551 (eval "$ac_compile") 2>conftest.er1
10552 ac_status=$?
10553 grep -v '^ *+' conftest.er1 >conftest.err
10554 rm -f conftest.er1
10555 cat conftest.err >&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && {
10558 test -z "$ac_c_werror_flag" ||
10559 test ! -s conftest.err
10560 } && test -s conftest.$ac_objext; then
10561 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10562 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10563 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10564 echo $ECHO_N "(cached) $ECHO_C" >&6
10565 else
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10569 /* confdefs.h. */
10570 _ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char XRRQueryExtension ();
10583 main ()
10585 return XRRQueryExtension ();
10587 return 0;
10589 _ACEOF
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10594 *) ac_try_echo=$ac_try;;
10595 esac
10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10597 (eval "$ac_link") 2>conftest.er1
10598 ac_status=$?
10599 grep -v '^ *+' conftest.er1 >conftest.err
10600 rm -f conftest.er1
10601 cat conftest.err >&5
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); } && {
10604 test -z "$ac_c_werror_flag" ||
10605 test ! -s conftest.err
10606 } && test -s conftest$ac_exeext &&
10607 $as_test_x conftest$ac_exeext; then
10608 case "$LIBEXT" in
10609 dll) ;;
10610 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10611 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10612 esac
10613 else
10614 echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.$ac_ext >&5
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621 conftest$ac_exeext conftest.$ac_ext
10622 LIBS=$ac_check_soname_save_LIBS
10624 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10625 { echo "$as_me:$LINENO: result: not found" >&5
10626 echo "${ECHO_T}not found" >&6; }
10628 else
10629 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10630 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10632 cat >>confdefs.h <<_ACEOF
10633 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10634 _ACEOF
10639 else
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.$ac_ext >&5
10646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 case "x$with_xrandr" in
10650 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10651 xno) ;;
10652 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10653 This is an error since --with-xrandr was requested." >&5
10654 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&2;}
10656 { (exit 1); exit 1; }; } ;;
10657 esac
10661 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10662 then
10663 cat >conftest.$ac_ext <<_ACEOF
10664 /* confdefs.h. */
10665 _ACEOF
10666 cat confdefs.h >>conftest.$ac_ext
10667 cat >>conftest.$ac_ext <<_ACEOF
10668 /* end confdefs.h. */
10669 #include <X11/Xlib.h>
10670 #include <X11/extensions/Xinerama.h>
10672 main ()
10674 static typeof(XineramaQueryScreens) * func;
10676 return 0;
10678 _ACEOF
10679 rm -f conftest.$ac_objext
10680 if { (ac_try="$ac_compile"
10681 case "(($ac_try" in
10682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10683 *) ac_try_echo=$ac_try;;
10684 esac
10685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10686 (eval "$ac_compile") 2>conftest.er1
10687 ac_status=$?
10688 grep -v '^ *+' conftest.er1 >conftest.err
10689 rm -f conftest.er1
10690 cat conftest.err >&5
10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692 (exit $ac_status); } && {
10693 test -z "$ac_c_werror_flag" ||
10694 test ! -s conftest.err
10695 } && test -s conftest.$ac_objext; then
10696 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10697 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10700 else
10701 ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h. */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XineramaQueryScreens ();
10718 main ()
10720 return XineramaQueryScreens ();
10722 return 0;
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729 *) ac_try_echo=$ac_try;;
10730 esac
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10733 ac_status=$?
10734 grep -v '^ *+' conftest.er1 >conftest.err
10735 rm -f conftest.er1
10736 cat conftest.err >&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest$ac_exeext &&
10742 $as_test_x conftest$ac_exeext; then
10743 case "$LIBEXT" in
10744 dll) ;;
10745 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10746 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10747 esac
10748 else
10749 echo "$as_me: failed program was:" >&5
10750 sed 's/^/| /' conftest.$ac_ext >&5
10755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_soname_save_LIBS
10759 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10760 { echo "$as_me:$LINENO: result: not found" >&5
10761 echo "${ECHO_T}not found" >&6; }
10763 else
10764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10765 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10767 cat >>confdefs.h <<_ACEOF
10768 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10769 _ACEOF
10774 else
10775 echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.$ac_ext >&5
10781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 case "x$with_xinerama" in
10785 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10786 xno) ;;
10787 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10788 This is an error since --with-xinerama was requested." >&5
10789 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&2;}
10791 { (exit 1); exit 1; }; } ;;
10792 esac
10796 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10797 then
10798 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10799 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10800 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10801 echo $ECHO_N "(cached) $ECHO_C" >&6
10802 else
10803 ac_check_soname_save_LIBS=$LIBS
10804 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10805 cat >conftest.$ac_ext <<_ACEOF
10806 /* confdefs.h. */
10807 _ACEOF
10808 cat confdefs.h >>conftest.$ac_ext
10809 cat >>conftest.$ac_ext <<_ACEOF
10810 /* end confdefs.h. */
10812 /* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10815 #ifdef __cplusplus
10816 extern "C"
10817 #endif
10818 char XCompositeRedirectWindow ();
10820 main ()
10822 return XCompositeRedirectWindow ();
10824 return 0;
10826 _ACEOF
10827 rm -f conftest.$ac_objext conftest$ac_exeext
10828 if { (ac_try="$ac_link"
10829 case "(($ac_try" in
10830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10832 esac
10833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834 (eval "$ac_link") 2>conftest.er1
10835 ac_status=$?
10836 grep -v '^ *+' conftest.er1 >conftest.err
10837 rm -f conftest.er1
10838 cat conftest.err >&5
10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } && {
10841 test -z "$ac_c_werror_flag" ||
10842 test ! -s conftest.err
10843 } && test -s conftest$ac_exeext &&
10844 $as_test_x conftest$ac_exeext; then
10845 case "$LIBEXT" in
10846 dll) ;;
10847 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10848 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10849 esac
10850 else
10851 echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 { echo "$as_me:$LINENO: result: not found" >&5
10863 echo "${ECHO_T}not found" >&6; }
10865 else
10866 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10867 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10871 _ACEOF
10877 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878 case "x$with_xcomposite" in
10879 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10880 xno) ;;
10881 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10882 This is an error since --with-xcomposite was requested." >&5
10883 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&2;}
10885 { (exit 1); exit 1; }; } ;;
10886 esac
10890 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10891 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10892 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6
10894 else
10895 cat >conftest.$ac_ext <<_ACEOF
10896 /* confdefs.h. */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #ifdef HAVE_X11_XLIB_H
10902 #include <X11/Xlib.h>
10903 #endif
10906 main ()
10908 static XICCallback ac_aggr;
10909 if (ac_aggr.callback)
10910 return 0;
10912 return 0;
10914 _ACEOF
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10919 *) ac_try_echo=$ac_try;;
10920 esac
10921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10922 (eval "$ac_compile") 2>conftest.er1
10923 ac_status=$?
10924 grep -v '^ *+' conftest.er1 >conftest.err
10925 rm -f conftest.er1
10926 cat conftest.err >&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); } && {
10929 test -z "$ac_c_werror_flag" ||
10930 test ! -s conftest.err
10931 } && test -s conftest.$ac_objext; then
10932 ac_cv_member_XICCallback_callback=yes
10933 else
10934 echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.$ac_ext >&5
10937 cat >conftest.$ac_ext <<_ACEOF
10938 /* confdefs.h. */
10939 _ACEOF
10940 cat confdefs.h >>conftest.$ac_ext
10941 cat >>conftest.$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #ifdef HAVE_X11_XLIB_H
10944 #include <X11/Xlib.h>
10945 #endif
10948 main ()
10950 static XICCallback ac_aggr;
10951 if (sizeof ac_aggr.callback)
10952 return 0;
10954 return 0;
10956 _ACEOF
10957 rm -f conftest.$ac_objext
10958 if { (ac_try="$ac_compile"
10959 case "(($ac_try" in
10960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10961 *) ac_try_echo=$ac_try;;
10962 esac
10963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10964 (eval "$ac_compile") 2>conftest.er1
10965 ac_status=$?
10966 grep -v '^ *+' conftest.er1 >conftest.err
10967 rm -f conftest.er1
10968 cat conftest.err >&5
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); } && {
10971 test -z "$ac_c_werror_flag" ||
10972 test ! -s conftest.err
10973 } && test -s conftest.$ac_objext; then
10974 ac_cv_member_XICCallback_callback=yes
10975 else
10976 echo "$as_me: failed program was:" >&5
10977 sed 's/^/| /' conftest.$ac_ext >&5
10979 ac_cv_member_XICCallback_callback=no
10982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10988 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10989 if test $ac_cv_member_XICCallback_callback = yes; then
10991 cat >>confdefs.h <<_ACEOF
10992 #define HAVE_XICCALLBACK_CALLBACK 1
10993 _ACEOF
11000 opengl_msg=""
11001 if test "x$with_opengl" != "xno"
11002 then
11007 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11009 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6
11014 else
11015 cat >conftest.$ac_ext <<_ACEOF
11016 /* confdefs.h. */
11017 _ACEOF
11018 cat confdefs.h >>conftest.$ac_ext
11019 cat >>conftest.$ac_ext <<_ACEOF
11020 /* end confdefs.h. */
11021 #ifdef HAVE_GL_GLX_H
11022 # include <GL/glx.h>
11023 #endif
11025 #include <$ac_header>
11026 _ACEOF
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11031 *) ac_try_echo=$ac_try;;
11032 esac
11033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11034 (eval "$ac_compile") 2>conftest.er1
11035 ac_status=$?
11036 grep -v '^ *+' conftest.er1 >conftest.err
11037 rm -f conftest.er1
11038 cat conftest.err >&5
11039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040 (exit $ac_status); } && {
11041 test -z "$ac_c_werror_flag" ||
11042 test ! -s conftest.err
11043 } && test -s conftest.$ac_objext; then
11044 eval "$as_ac_Header=yes"
11045 else
11046 echo "$as_me: failed program was:" >&5
11047 sed 's/^/| /' conftest.$ac_ext >&5
11049 eval "$as_ac_Header=no"
11052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11054 ac_res=`eval echo '${'$as_ac_Header'}'`
11055 { echo "$as_me:$LINENO: result: $ac_res" >&5
11056 echo "${ECHO_T}$ac_res" >&6; }
11057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058 cat >>confdefs.h <<_ACEOF
11059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11060 _ACEOF
11064 done
11066 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11067 then
11068 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11069 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11070 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11071 echo $ECHO_N "(cached) $ECHO_C" >&6
11072 else
11073 cat >conftest.$ac_ext <<_ACEOF
11074 /* confdefs.h. */
11075 _ACEOF
11076 cat confdefs.h >>conftest.$ac_ext
11077 cat >>conftest.$ac_ext <<_ACEOF
11078 /* end confdefs.h. */
11079 #include <GL/gl.h>
11081 main ()
11083 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11085 return 0;
11087 _ACEOF
11088 rm -f conftest.$ac_objext
11089 if { (ac_try="$ac_compile"
11090 case "(($ac_try" in
11091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092 *) ac_try_echo=$ac_try;;
11093 esac
11094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095 (eval "$ac_compile") 2>conftest.er1
11096 ac_status=$?
11097 grep -v '^ *+' conftest.er1 >conftest.err
11098 rm -f conftest.er1
11099 cat conftest.err >&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); } && {
11102 test -z "$ac_c_werror_flag" ||
11103 test ! -s conftest.err
11104 } && test -s conftest.$ac_objext; then
11105 wine_cv_opengl_header_version_OK="yes"
11106 else
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11110 wine_cv_opengl_header_version_OK="no"
11113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11115 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11116 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11118 if test "$wine_cv_opengl_header_version_OK" = "yes"
11119 then
11120 { echo "$as_me:$LINENO: checking for -lGL" >&5
11121 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11122 if test "${ac_cv_lib_soname_GL+set}" = set; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6
11124 else
11125 ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11127 cat >conftest.$ac_ext <<_ACEOF
11128 /* confdefs.h. */
11129 _ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char glXCreateContext ();
11142 main ()
11144 return glXCreateContext ();
11146 return 0;
11148 _ACEOF
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11153 *) ac_try_echo=$ac_try;;
11154 esac
11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11156 (eval "$ac_link") 2>conftest.er1
11157 ac_status=$?
11158 grep -v '^ *+' conftest.er1 >conftest.err
11159 rm -f conftest.er1
11160 cat conftest.err >&5
11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest$ac_exeext &&
11166 $as_test_x conftest$ac_exeext; then
11167 case "$LIBEXT" in
11168 dll) ;;
11169 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11170 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11171 esac
11172 else
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.$ac_ext >&5
11179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11180 conftest$ac_exeext conftest.$ac_ext
11181 LIBS=$ac_check_soname_save_LIBS
11183 if test "x$ac_cv_lib_soname_GL" = "x"; then
11184 { echo "$as_me:$LINENO: result: not found" >&5
11185 echo "${ECHO_T}not found" >&6; }
11186 { echo "$as_me:$LINENO: checking for -lGL" >&5
11187 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_GL+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11190 else
11191 ac_check_soname_save_LIBS=$LIBS
11192 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11193 cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h. */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11203 #ifdef __cplusplus
11204 extern "C"
11205 #endif
11206 char glXCreateContext ();
11208 main ()
11210 return glXCreateContext ();
11212 return 0;
11214 _ACEOF
11215 rm -f conftest.$ac_objext conftest$ac_exeext
11216 if { (ac_try="$ac_link"
11217 case "(($ac_try" in
11218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11219 *) ac_try_echo=$ac_try;;
11220 esac
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222 (eval "$ac_link") 2>conftest.er1
11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
11225 rm -f conftest.er1
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext &&
11232 $as_test_x conftest$ac_exeext; then
11233 case "$LIBEXT" in
11234 dll) ;;
11235 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11236 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11237 esac
11238 else
11239 echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_GL" = "x"; then
11250 { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11252 if test -f /usr/X11R6/lib/libGL.a
11253 then
11254 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11255 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11256 else
11257 opengl_msg="No OpenGL library found on this system."
11259 else
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11265 _ACEOF
11267 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11271 _ACEOF
11275 else
11276 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11281 _ACEOF
11283 OPENGL_LIBS="-lGL"
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11287 _ACEOF
11291 if test "$ac_cv_header_GL_glu_h" = "yes"
11292 then
11293 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11294 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11295 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11296 echo $ECHO_N "(cached) $ECHO_C" >&6
11297 else
11298 ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11300 cat >conftest.$ac_ext <<_ACEOF
11301 /* confdefs.h. */
11302 _ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char gluLookAt ();
11315 main ()
11317 return gluLookAt ();
11319 return 0;
11321 _ACEOF
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11326 *) ac_try_echo=$ac_try;;
11327 esac
11328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11329 (eval "$ac_link") 2>conftest.er1
11330 ac_status=$?
11331 grep -v '^ *+' conftest.er1 >conftest.err
11332 rm -f conftest.er1
11333 cat conftest.err >&5
11334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335 (exit $ac_status); } && {
11336 test -z "$ac_c_werror_flag" ||
11337 test ! -s conftest.err
11338 } && test -s conftest$ac_exeext &&
11339 $as_test_x conftest$ac_exeext; then
11340 case "$LIBEXT" in
11341 dll) ;;
11342 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11343 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11344 esac
11345 else
11346 echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.$ac_ext >&5
11352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11353 conftest$ac_exeext conftest.$ac_ext
11354 LIBS=$ac_check_soname_save_LIBS
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 { echo "$as_me:$LINENO: result: not found" >&5
11358 echo "${ECHO_T}not found" >&6; }
11360 else
11361 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11362 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11364 cat >>confdefs.h <<_ACEOF
11365 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11366 _ACEOF
11372 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373 case "x$with_glu" in
11374 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11375 xno) ;;
11376 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11377 This is an error since --with-glu was requested." >&5
11378 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&2;}
11380 { (exit 1); exit 1; }; } ;;
11381 esac
11384 else
11385 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11387 else
11388 opengl_msg="OpenGL development headers not found."
11391 if test -n "$opengl_msg"; then
11392 case "x$with_opengl" in
11393 x) wine_warnings="$wine_warnings|$opengl_msg
11394 OpenGL and Direct3D won't be supported." ;;
11395 xno) ;;
11396 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11397 OpenGL and Direct3D won't be supported.
11398 This is an error since --with-opengl was requested." >&5
11399 echo "$as_me: error: $opengl_msg
11400 OpenGL and Direct3D won't be supported.
11401 This is an error since --with-opengl was requested." >&2;}
11402 { (exit 1); exit 1; }; } ;;
11403 esac
11407 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11408 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11410 NASLIBS=""
11413 for ac_header in audio/audiolib.h
11415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11417 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11420 echo $ECHO_N "(cached) $ECHO_C" >&6
11422 ac_res=`eval echo '${'$as_ac_Header'}'`
11423 { echo "$as_me:$LINENO: result: $ac_res" >&5
11424 echo "${ECHO_T}$ac_res" >&6; }
11425 else
11426 # Is the header compilable?
11427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11429 cat >conftest.$ac_ext <<_ACEOF
11430 /* confdefs.h. */
11431 _ACEOF
11432 cat confdefs.h >>conftest.$ac_ext
11433 cat >>conftest.$ac_ext <<_ACEOF
11434 /* end confdefs.h. */
11435 $ac_includes_default
11436 #include <$ac_header>
11437 _ACEOF
11438 rm -f conftest.$ac_objext
11439 if { (ac_try="$ac_compile"
11440 case "(($ac_try" in
11441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11442 *) ac_try_echo=$ac_try;;
11443 esac
11444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11445 (eval "$ac_compile") 2>conftest.er1
11446 ac_status=$?
11447 grep -v '^ *+' conftest.er1 >conftest.err
11448 rm -f conftest.er1
11449 cat conftest.err >&5
11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451 (exit $ac_status); } && {
11452 test -z "$ac_c_werror_flag" ||
11453 test ! -s conftest.err
11454 } && test -s conftest.$ac_objext; then
11455 ac_header_compiler=yes
11456 else
11457 echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.$ac_ext >&5
11460 ac_header_compiler=no
11463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11465 echo "${ECHO_T}$ac_header_compiler" >&6; }
11467 # Is the header present?
11468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11470 cat >conftest.$ac_ext <<_ACEOF
11471 /* confdefs.h. */
11472 _ACEOF
11473 cat confdefs.h >>conftest.$ac_ext
11474 cat >>conftest.$ac_ext <<_ACEOF
11475 /* end confdefs.h. */
11476 #include <$ac_header>
11477 _ACEOF
11478 if { (ac_try="$ac_cpp conftest.$ac_ext"
11479 case "(($ac_try" in
11480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11481 *) ac_try_echo=$ac_try;;
11482 esac
11483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11485 ac_status=$?
11486 grep -v '^ *+' conftest.er1 >conftest.err
11487 rm -f conftest.er1
11488 cat conftest.err >&5
11489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11490 (exit $ac_status); } >/dev/null && {
11491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11492 test ! -s conftest.err
11493 }; then
11494 ac_header_preproc=yes
11495 else
11496 echo "$as_me: failed program was:" >&5
11497 sed 's/^/| /' conftest.$ac_ext >&5
11499 ac_header_preproc=no
11502 rm -f conftest.err conftest.$ac_ext
11503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11504 echo "${ECHO_T}$ac_header_preproc" >&6; }
11506 # So? What about this header?
11507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11508 yes:no: )
11509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11513 ac_header_preproc=yes
11515 no:yes:* )
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11528 ( cat <<\_ASBOX
11529 ## ------------------------------------ ##
11530 ## Report this to wine-devel@winehq.org ##
11531 ## ------------------------------------ ##
11532 _ASBOX
11533 ) | sed "s/^/$as_me: WARNING: /" >&2
11535 esac
11536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11539 echo $ECHO_N "(cached) $ECHO_C" >&6
11540 else
11541 eval "$as_ac_Header=\$ac_header_preproc"
11543 ac_res=`eval echo '${'$as_ac_Header'}'`
11544 { echo "$as_me:$LINENO: result: $ac_res" >&5
11545 echo "${ECHO_T}$ac_res" >&6; }
11548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11549 cat >>confdefs.h <<_ACEOF
11550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11551 _ACEOF
11553 for ac_header in audio/soundlib.h
11555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11559 echo $ECHO_N "(cached) $ECHO_C" >&6
11560 else
11561 cat >conftest.$ac_ext <<_ACEOF
11562 /* confdefs.h. */
11563 _ACEOF
11564 cat confdefs.h >>conftest.$ac_ext
11565 cat >>conftest.$ac_ext <<_ACEOF
11566 /* end confdefs.h. */
11567 #include <audio/audiolib.h>
11569 #include <$ac_header>
11570 _ACEOF
11571 rm -f conftest.$ac_objext
11572 if { (ac_try="$ac_compile"
11573 case "(($ac_try" in
11574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11575 *) ac_try_echo=$ac_try;;
11576 esac
11577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11578 (eval "$ac_compile") 2>conftest.er1
11579 ac_status=$?
11580 grep -v '^ *+' conftest.er1 >conftest.err
11581 rm -f conftest.er1
11582 cat conftest.err >&5
11583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); } && {
11585 test -z "$ac_c_werror_flag" ||
11586 test ! -s conftest.err
11587 } && test -s conftest.$ac_objext; then
11588 eval "$as_ac_Header=yes"
11589 else
11590 echo "$as_me: failed program was:" >&5
11591 sed 's/^/| /' conftest.$ac_ext >&5
11593 eval "$as_ac_Header=no"
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11598 ac_res=`eval echo '${'$as_ac_Header'}'`
11599 { echo "$as_me:$LINENO: result: $ac_res" >&5
11600 echo "${ECHO_T}$ac_res" >&6; }
11601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11602 cat >>confdefs.h <<_ACEOF
11603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11604 _ACEOF
11608 done
11610 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11611 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11612 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11613 echo $ECHO_N "(cached) $ECHO_C" >&6
11614 else
11615 ac_check_lib_save_LIBS=$LIBS
11616 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11617 cat >conftest.$ac_ext <<_ACEOF
11618 /* confdefs.h. */
11619 _ACEOF
11620 cat confdefs.h >>conftest.$ac_ext
11621 cat >>conftest.$ac_ext <<_ACEOF
11622 /* end confdefs.h. */
11624 /* Override any GCC internal prototype to avoid an error.
11625 Use char because int might match the return type of a GCC
11626 builtin and then its argument prototype would still apply. */
11627 #ifdef __cplusplus
11628 extern "C"
11629 #endif
11630 char AuCreateFlow ();
11632 main ()
11634 return AuCreateFlow ();
11636 return 0;
11638 _ACEOF
11639 rm -f conftest.$ac_objext conftest$ac_exeext
11640 if { (ac_try="$ac_link"
11641 case "(($ac_try" in
11642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11643 *) ac_try_echo=$ac_try;;
11644 esac
11645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11646 (eval "$ac_link") 2>conftest.er1
11647 ac_status=$?
11648 grep -v '^ *+' conftest.er1 >conftest.err
11649 rm -f conftest.er1
11650 cat conftest.err >&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && {
11653 test -z "$ac_c_werror_flag" ||
11654 test ! -s conftest.err
11655 } && test -s conftest$ac_exeext &&
11656 $as_test_x conftest$ac_exeext; then
11657 ac_cv_lib_audio_AuCreateFlow=yes
11658 else
11659 echo "$as_me: failed program was:" >&5
11660 sed 's/^/| /' conftest.$ac_ext >&5
11662 ac_cv_lib_audio_AuCreateFlow=no
11665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11666 conftest$ac_exeext conftest.$ac_ext
11667 LIBS=$ac_check_lib_save_LIBS
11669 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11670 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11671 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11673 cat >>confdefs.h <<\_ACEOF
11674 #define HAVE_NAS 1
11675 _ACEOF
11677 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11678 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11679 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11680 echo $ECHO_N "(cached) $ECHO_C" >&6
11681 else
11682 ac_check_lib_save_LIBS=$LIBS
11683 LIBS="-lXau $X_LIBS $LIBS"
11684 cat >conftest.$ac_ext <<_ACEOF
11685 /* confdefs.h. */
11686 _ACEOF
11687 cat confdefs.h >>conftest.$ac_ext
11688 cat >>conftest.$ac_ext <<_ACEOF
11689 /* end confdefs.h. */
11691 /* Override any GCC internal prototype to avoid an error.
11692 Use char because int might match the return type of a GCC
11693 builtin and then its argument prototype would still apply. */
11694 #ifdef __cplusplus
11695 extern "C"
11696 #endif
11697 char XauGetBestAuthByAddr ();
11699 main ()
11701 return XauGetBestAuthByAddr ();
11703 return 0;
11705 _ACEOF
11706 rm -f conftest.$ac_objext conftest$ac_exeext
11707 if { (ac_try="$ac_link"
11708 case "(($ac_try" in
11709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11710 *) ac_try_echo=$ac_try;;
11711 esac
11712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11713 (eval "$ac_link") 2>conftest.er1
11714 ac_status=$?
11715 grep -v '^ *+' conftest.er1 >conftest.err
11716 rm -f conftest.er1
11717 cat conftest.err >&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } && {
11720 test -z "$ac_c_werror_flag" ||
11721 test ! -s conftest.err
11722 } && test -s conftest$ac_exeext &&
11723 $as_test_x conftest$ac_exeext; then
11724 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11725 else
11726 echo "$as_me: failed program was:" >&5
11727 sed 's/^/| /' conftest.$ac_ext >&5
11729 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11733 conftest$ac_exeext conftest.$ac_ext
11734 LIBS=$ac_check_lib_save_LIBS
11736 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11737 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11738 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11739 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11740 else
11741 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11749 done
11752 CPPFLAGS="$ac_save_CPPFLAGS"
11753 else
11754 XLIB=""
11755 X_CFLAGS=""
11756 X_LIBS=""
11757 enable_winex11_drv=${enable_winex11_drv:-no}
11758 enable_opengl32=${enable_opengl32:-no}
11759 enable_glu32=${enable_glu32:-no}
11761 if test "x$XLIB" = "x"; then
11762 case "x$with_x" in
11763 xno) ;;
11764 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11765 without X support, which probably isn't what you want. You will need to install
11766 development packages of Xlib/Xfree86 at the very least.
11767 Use the --without-x option if you really want this." >&5
11768 echo "$as_me: error: X development files not found. Wine will be built
11769 without X support, which probably isn't what you want. You will need to install
11770 development packages of Xlib/Xfree86 at the very least.
11771 Use the --without-x option if you really want this." >&2;}
11772 { (exit 1); exit 1; }; } ;;
11773 esac
11778 XML2LIBS=""
11780 XML2INCL=""
11782 XSLTLIBS=""
11784 XSLTINCL=""
11786 if test "x$with_xml" != "xno"
11787 then
11788 ac_save_CPPFLAGS="$CPPFLAGS"
11789 if test "$PKG_CONFIG" != "false"
11790 then
11791 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11792 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11793 else
11794 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11795 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11797 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11799 for ac_header in libxml/parser.h
11801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11806 echo $ECHO_N "(cached) $ECHO_C" >&6
11808 ac_res=`eval echo '${'$as_ac_Header'}'`
11809 { echo "$as_me:$LINENO: result: $ac_res" >&5
11810 echo "${ECHO_T}$ac_res" >&6; }
11811 else
11812 # Is the header compilable?
11813 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11814 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11815 cat >conftest.$ac_ext <<_ACEOF
11816 /* confdefs.h. */
11817 _ACEOF
11818 cat confdefs.h >>conftest.$ac_ext
11819 cat >>conftest.$ac_ext <<_ACEOF
11820 /* end confdefs.h. */
11821 $ac_includes_default
11822 #include <$ac_header>
11823 _ACEOF
11824 rm -f conftest.$ac_objext
11825 if { (ac_try="$ac_compile"
11826 case "(($ac_try" in
11827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11828 *) ac_try_echo=$ac_try;;
11829 esac
11830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11831 (eval "$ac_compile") 2>conftest.er1
11832 ac_status=$?
11833 grep -v '^ *+' conftest.er1 >conftest.err
11834 rm -f conftest.er1
11835 cat conftest.err >&5
11836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11837 (exit $ac_status); } && {
11838 test -z "$ac_c_werror_flag" ||
11839 test ! -s conftest.err
11840 } && test -s conftest.$ac_objext; then
11841 ac_header_compiler=yes
11842 else
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.$ac_ext >&5
11846 ac_header_compiler=no
11849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11851 echo "${ECHO_T}$ac_header_compiler" >&6; }
11853 # Is the header present?
11854 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11855 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11856 cat >conftest.$ac_ext <<_ACEOF
11857 /* confdefs.h. */
11858 _ACEOF
11859 cat confdefs.h >>conftest.$ac_ext
11860 cat >>conftest.$ac_ext <<_ACEOF
11861 /* end confdefs.h. */
11862 #include <$ac_header>
11863 _ACEOF
11864 if { (ac_try="$ac_cpp conftest.$ac_ext"
11865 case "(($ac_try" in
11866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11867 *) ac_try_echo=$ac_try;;
11868 esac
11869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11870 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } >/dev/null && {
11877 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 }; then
11880 ac_header_preproc=yes
11881 else
11882 echo "$as_me: failed program was:" >&5
11883 sed 's/^/| /' conftest.$ac_ext >&5
11885 ac_header_preproc=no
11888 rm -f conftest.err conftest.$ac_ext
11889 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11890 echo "${ECHO_T}$ac_header_preproc" >&6; }
11892 # So? What about this header?
11893 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11894 yes:no: )
11895 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11896 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11898 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11899 ac_header_preproc=yes
11901 no:yes:* )
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11903 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11905 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11907 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11909 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11911 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11913 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11914 ( cat <<\_ASBOX
11915 ## ------------------------------------ ##
11916 ## Report this to wine-devel@winehq.org ##
11917 ## ------------------------------------ ##
11918 _ASBOX
11919 ) | sed "s/^/$as_me: WARNING: /" >&2
11921 esac
11922 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11923 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11924 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11926 else
11927 eval "$as_ac_Header=\$ac_header_preproc"
11929 ac_res=`eval echo '${'$as_ac_Header'}'`
11930 { echo "$as_me:$LINENO: result: $ac_res" >&5
11931 echo "${ECHO_T}$ac_res" >&6; }
11934 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11935 cat >>confdefs.h <<_ACEOF
11936 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11937 _ACEOF
11938 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11939 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11940 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11941 echo $ECHO_N "(cached) $ECHO_C" >&6
11942 else
11943 ac_check_lib_save_LIBS=$LIBS
11944 LIBS="-lxml2 $ac_xml_libs $LIBS"
11945 cat >conftest.$ac_ext <<_ACEOF
11946 /* confdefs.h. */
11947 _ACEOF
11948 cat confdefs.h >>conftest.$ac_ext
11949 cat >>conftest.$ac_ext <<_ACEOF
11950 /* end confdefs.h. */
11952 /* Override any GCC internal prototype to avoid an error.
11953 Use char because int might match the return type of a GCC
11954 builtin and then its argument prototype would still apply. */
11955 #ifdef __cplusplus
11956 extern "C"
11957 #endif
11958 char xmlParseMemory ();
11960 main ()
11962 return xmlParseMemory ();
11964 return 0;
11966 _ACEOF
11967 rm -f conftest.$ac_objext conftest$ac_exeext
11968 if { (ac_try="$ac_link"
11969 case "(($ac_try" in
11970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11971 *) ac_try_echo=$ac_try;;
11972 esac
11973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11974 (eval "$ac_link") 2>conftest.er1
11975 ac_status=$?
11976 grep -v '^ *+' conftest.er1 >conftest.err
11977 rm -f conftest.er1
11978 cat conftest.err >&5
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); } && {
11981 test -z "$ac_c_werror_flag" ||
11982 test ! -s conftest.err
11983 } && test -s conftest$ac_exeext &&
11984 $as_test_x conftest$ac_exeext; then
11985 ac_cv_lib_xml2_xmlParseMemory=yes
11986 else
11987 echo "$as_me: failed program was:" >&5
11988 sed 's/^/| /' conftest.$ac_ext >&5
11990 ac_cv_lib_xml2_xmlParseMemory=no
11993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11994 conftest$ac_exeext conftest.$ac_ext
11995 LIBS=$ac_check_lib_save_LIBS
11997 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11998 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11999 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12001 cat >>confdefs.h <<\_ACEOF
12002 #define HAVE_LIBXML2 1
12003 _ACEOF
12005 XML2LIBS="$ac_xml_libs"
12006 XML2INCL="$ac_xml_cflags"
12009 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12010 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12011 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12012 echo $ECHO_N "(cached) $ECHO_C" >&6
12013 else
12014 ac_check_lib_save_LIBS=$LIBS
12015 LIBS="-lxml2 $ac_xml_libs $LIBS"
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12023 /* Override any GCC internal prototype to avoid an error.
12024 Use char because int might match the return type of a GCC
12025 builtin and then its argument prototype would still apply. */
12026 #ifdef __cplusplus
12027 extern "C"
12028 #endif
12029 char xmlReadMemory ();
12031 main ()
12033 return xmlReadMemory ();
12035 return 0;
12037 _ACEOF
12038 rm -f conftest.$ac_objext conftest$ac_exeext
12039 if { (ac_try="$ac_link"
12040 case "(($ac_try" in
12041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12043 esac
12044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12045 (eval "$ac_link") 2>conftest.er1
12046 ac_status=$?
12047 grep -v '^ *+' conftest.er1 >conftest.err
12048 rm -f conftest.er1
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } && {
12052 test -z "$ac_c_werror_flag" ||
12053 test ! -s conftest.err
12054 } && test -s conftest$ac_exeext &&
12055 $as_test_x conftest$ac_exeext; then
12056 ac_cv_lib_xml2_xmlReadMemory=yes
12057 else
12058 echo "$as_me: failed program was:" >&5
12059 sed 's/^/| /' conftest.$ac_ext >&5
12061 ac_cv_lib_xml2_xmlReadMemory=no
12064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12065 conftest$ac_exeext conftest.$ac_ext
12066 LIBS=$ac_check_lib_save_LIBS
12068 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12069 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12070 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12072 cat >>confdefs.h <<\_ACEOF
12073 #define HAVE_XMLREADMEMORY 1
12074 _ACEOF
12078 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12079 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12080 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12081 echo $ECHO_N "(cached) $ECHO_C" >&6
12082 else
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-lxml2 $ac_xml_libs $LIBS"
12085 cat >conftest.$ac_ext <<_ACEOF
12086 /* confdefs.h. */
12087 _ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12092 /* Override any GCC internal prototype to avoid an error.
12093 Use char because int might match the return type of a GCC
12094 builtin and then its argument prototype would still apply. */
12095 #ifdef __cplusplus
12096 extern "C"
12097 #endif
12098 char xmlNewDocPI ();
12100 main ()
12102 return xmlNewDocPI ();
12104 return 0;
12106 _ACEOF
12107 rm -f conftest.$ac_objext conftest$ac_exeext
12108 if { (ac_try="$ac_link"
12109 case "(($ac_try" in
12110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12111 *) ac_try_echo=$ac_try;;
12112 esac
12113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12114 (eval "$ac_link") 2>conftest.er1
12115 ac_status=$?
12116 grep -v '^ *+' conftest.er1 >conftest.err
12117 rm -f conftest.er1
12118 cat conftest.err >&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); } && {
12121 test -z "$ac_c_werror_flag" ||
12122 test ! -s conftest.err
12123 } && test -s conftest$ac_exeext &&
12124 $as_test_x conftest$ac_exeext; then
12125 ac_cv_lib_xml2_xmlNewDocPI=yes
12126 else
12127 echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.$ac_ext >&5
12130 ac_cv_lib_xml2_xmlNewDocPI=no
12133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12134 conftest$ac_exeext conftest.$ac_ext
12135 LIBS=$ac_check_lib_save_LIBS
12137 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12138 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12139 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12141 cat >>confdefs.h <<\_ACEOF
12142 #define HAVE_XMLNEWDOCPI 1
12143 _ACEOF
12150 done
12152 CPPFLAGS="$ac_save_CPPFLAGS"
12154 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12155 case "x$with_xml" in
12156 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12157 xno) ;;
12158 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12159 This is an error since --with-xml was requested." >&5
12160 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12161 This is an error since --with-xml was requested." >&2;}
12162 { (exit 1); exit 1; }; } ;;
12163 esac
12167 if test "x$with_xslt" != "xno"
12168 then
12169 if test "$PKG_CONFIG" != "false"
12170 then
12171 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12172 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12173 else
12174 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12175 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12177 ac_save_CPPFLAGS="$CPPFLAGS"
12178 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12181 for ac_header in libxslt/pattern.h libxslt/transform.h
12183 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12187 echo $ECHO_N "(cached) $ECHO_C" >&6
12188 else
12189 cat >conftest.$ac_ext <<_ACEOF
12190 /* confdefs.h. */
12191 _ACEOF
12192 cat confdefs.h >>conftest.$ac_ext
12193 cat >>conftest.$ac_ext <<_ACEOF
12194 /* end confdefs.h. */
12195 #ifdef HAVE_LIBXSLT_PATTERN_H
12196 # include <libxslt/pattern.h>
12197 #endif
12199 #include <$ac_header>
12200 _ACEOF
12201 rm -f conftest.$ac_objext
12202 if { (ac_try="$ac_compile"
12203 case "(($ac_try" in
12204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12205 *) ac_try_echo=$ac_try;;
12206 esac
12207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12208 (eval "$ac_compile") 2>conftest.er1
12209 ac_status=$?
12210 grep -v '^ *+' conftest.er1 >conftest.err
12211 rm -f conftest.er1
12212 cat conftest.err >&5
12213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12214 (exit $ac_status); } && {
12215 test -z "$ac_c_werror_flag" ||
12216 test ! -s conftest.err
12217 } && test -s conftest.$ac_objext; then
12218 eval "$as_ac_Header=yes"
12219 else
12220 echo "$as_me: failed program was:" >&5
12221 sed 's/^/| /' conftest.$ac_ext >&5
12223 eval "$as_ac_Header=no"
12226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12228 ac_res=`eval echo '${'$as_ac_Header'}'`
12229 { echo "$as_me:$LINENO: result: $ac_res" >&5
12230 echo "${ECHO_T}$ac_res" >&6; }
12231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12232 cat >>confdefs.h <<_ACEOF
12233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12234 _ACEOF
12238 done
12240 CPPFLAGS="$ac_save_CPPFLAGS"
12241 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12242 then
12243 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12244 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12245 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12246 echo $ECHO_N "(cached) $ECHO_C" >&6
12247 else
12248 ac_check_lib_save_LIBS=$LIBS
12249 LIBS="-lxslt $ac_xslt_libs $LIBS"
12250 cat >conftest.$ac_ext <<_ACEOF
12251 /* confdefs.h. */
12252 _ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12260 #ifdef __cplusplus
12261 extern "C"
12262 #endif
12263 char xsltCompilePattern ();
12265 main ()
12267 return xsltCompilePattern ();
12269 return 0;
12271 _ACEOF
12272 rm -f conftest.$ac_objext conftest$ac_exeext
12273 if { (ac_try="$ac_link"
12274 case "(($ac_try" in
12275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12276 *) ac_try_echo=$ac_try;;
12277 esac
12278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12279 (eval "$ac_link") 2>conftest.er1
12280 ac_status=$?
12281 grep -v '^ *+' conftest.er1 >conftest.err
12282 rm -f conftest.er1
12283 cat conftest.err >&5
12284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285 (exit $ac_status); } && {
12286 test -z "$ac_c_werror_flag" ||
12287 test ! -s conftest.err
12288 } && test -s conftest$ac_exeext &&
12289 $as_test_x conftest$ac_exeext; then
12290 ac_cv_lib_xslt_xsltCompilePattern=yes
12291 else
12292 echo "$as_me: failed program was:" >&5
12293 sed 's/^/| /' conftest.$ac_ext >&5
12295 ac_cv_lib_xslt_xsltCompilePattern=no
12298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12299 conftest$ac_exeext conftest.$ac_ext
12300 LIBS=$ac_check_lib_save_LIBS
12302 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12303 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12304 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12306 cat >>confdefs.h <<\_ACEOF
12307 #define HAVE_LIBXSLT 1
12308 _ACEOF
12310 XSLTLIBS="$ac_xslt_libs"
12311 XSLTINCL="$ac_xslt_cflags"
12312 ac_save_LIBS="$LIBS"
12313 LIBS="$LIBS $ac_xslt_libs"
12315 for ac_func in xsltInit
12317 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12318 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12319 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12320 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 cat >conftest.$ac_ext <<_ACEOF
12324 /* confdefs.h. */
12325 _ACEOF
12326 cat confdefs.h >>conftest.$ac_ext
12327 cat >>conftest.$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12330 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12331 #define $ac_func innocuous_$ac_func
12333 /* System header to define __stub macros and hopefully few prototypes,
12334 which can conflict with char $ac_func (); below.
12335 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12336 <limits.h> exists even on freestanding compilers. */
12338 #ifdef __STDC__
12339 # include <limits.h>
12340 #else
12341 # include <assert.h>
12342 #endif
12344 #undef $ac_func
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12349 #ifdef __cplusplus
12350 extern "C"
12351 #endif
12352 char $ac_func ();
12353 /* The GNU C library defines this for functions which it implements
12354 to always fail with ENOSYS. Some functions are actually named
12355 something starting with __ and the normal name is an alias. */
12356 #if defined __stub_$ac_func || defined __stub___$ac_func
12357 choke me
12358 #endif
12361 main ()
12363 return $ac_func ();
12365 return 0;
12367 _ACEOF
12368 rm -f conftest.$ac_objext conftest$ac_exeext
12369 if { (ac_try="$ac_link"
12370 case "(($ac_try" in
12371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12372 *) ac_try_echo=$ac_try;;
12373 esac
12374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12375 (eval "$ac_link") 2>conftest.er1
12376 ac_status=$?
12377 grep -v '^ *+' conftest.er1 >conftest.err
12378 rm -f conftest.er1
12379 cat conftest.err >&5
12380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } && {
12382 test -z "$ac_c_werror_flag" ||
12383 test ! -s conftest.err
12384 } && test -s conftest$ac_exeext &&
12385 $as_test_x conftest$ac_exeext; then
12386 eval "$as_ac_var=yes"
12387 else
12388 echo "$as_me: failed program was:" >&5
12389 sed 's/^/| /' conftest.$ac_ext >&5
12391 eval "$as_ac_var=no"
12394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12395 conftest$ac_exeext conftest.$ac_ext
12397 ac_res=`eval echo '${'$as_ac_var'}'`
12398 { echo "$as_me:$LINENO: result: $ac_res" >&5
12399 echo "${ECHO_T}$ac_res" >&6; }
12400 if test `eval echo '${'$as_ac_var'}'` = yes; then
12401 cat >>confdefs.h <<_ACEOF
12402 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12403 _ACEOF
12406 done
12408 LIBS="$ac_save_LIBS"
12413 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12414 case "x$with_xslt" in
12415 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12416 xno) ;;
12417 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12418 This is an error since --with-xslt was requested." >&5
12419 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12420 This is an error since --with-xslt was requested." >&2;}
12421 { (exit 1); exit 1; }; } ;;
12422 esac
12426 HALINCL=""
12428 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12429 then
12430 ac_save_CPPFLAGS="$CPPFLAGS"
12431 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12432 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12433 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12436 for ac_header in dbus/dbus.h hal/libhal.h
12438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12445 ac_res=`eval echo '${'$as_ac_Header'}'`
12446 { echo "$as_me:$LINENO: result: $ac_res" >&5
12447 echo "${ECHO_T}$ac_res" >&6; }
12448 else
12449 # Is the header compilable?
12450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12452 cat >conftest.$ac_ext <<_ACEOF
12453 /* confdefs.h. */
12454 _ACEOF
12455 cat confdefs.h >>conftest.$ac_ext
12456 cat >>conftest.$ac_ext <<_ACEOF
12457 /* end confdefs.h. */
12458 $ac_includes_default
12459 #include <$ac_header>
12460 _ACEOF
12461 rm -f conftest.$ac_objext
12462 if { (ac_try="$ac_compile"
12463 case "(($ac_try" in
12464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12465 *) ac_try_echo=$ac_try;;
12466 esac
12467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12468 (eval "$ac_compile") 2>conftest.er1
12469 ac_status=$?
12470 grep -v '^ *+' conftest.er1 >conftest.err
12471 rm -f conftest.er1
12472 cat conftest.err >&5
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); } && {
12475 test -z "$ac_c_werror_flag" ||
12476 test ! -s conftest.err
12477 } && test -s conftest.$ac_objext; then
12478 ac_header_compiler=yes
12479 else
12480 echo "$as_me: failed program was:" >&5
12481 sed 's/^/| /' conftest.$ac_ext >&5
12483 ac_header_compiler=no
12486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12488 echo "${ECHO_T}$ac_header_compiler" >&6; }
12490 # Is the header present?
12491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12493 cat >conftest.$ac_ext <<_ACEOF
12494 /* confdefs.h. */
12495 _ACEOF
12496 cat confdefs.h >>conftest.$ac_ext
12497 cat >>conftest.$ac_ext <<_ACEOF
12498 /* end confdefs.h. */
12499 #include <$ac_header>
12500 _ACEOF
12501 if { (ac_try="$ac_cpp conftest.$ac_ext"
12502 case "(($ac_try" in
12503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12504 *) ac_try_echo=$ac_try;;
12505 esac
12506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12508 ac_status=$?
12509 grep -v '^ *+' conftest.er1 >conftest.err
12510 rm -f conftest.er1
12511 cat conftest.err >&5
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); } >/dev/null && {
12514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12515 test ! -s conftest.err
12516 }; then
12517 ac_header_preproc=yes
12518 else
12519 echo "$as_me: failed program was:" >&5
12520 sed 's/^/| /' conftest.$ac_ext >&5
12522 ac_header_preproc=no
12525 rm -f conftest.err conftest.$ac_ext
12526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12527 echo "${ECHO_T}$ac_header_preproc" >&6; }
12529 # So? What about this header?
12530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12531 yes:no: )
12532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12536 ac_header_preproc=yes
12538 no:yes:* )
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12551 ( cat <<\_ASBOX
12552 ## ------------------------------------ ##
12553 ## Report this to wine-devel@winehq.org ##
12554 ## ------------------------------------ ##
12555 _ASBOX
12556 ) | sed "s/^/$as_me: WARNING: /" >&2
12558 esac
12559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12562 echo $ECHO_N "(cached) $ECHO_C" >&6
12563 else
12564 eval "$as_ac_Header=\$ac_header_preproc"
12566 ac_res=`eval echo '${'$as_ac_Header'}'`
12567 { echo "$as_me:$LINENO: result: $ac_res" >&5
12568 echo "${ECHO_T}$ac_res" >&6; }
12571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12572 cat >>confdefs.h <<_ACEOF
12573 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12574 _ACEOF
12578 done
12580 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12581 then
12582 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12583 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12584 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12585 echo $ECHO_N "(cached) $ECHO_C" >&6
12586 else
12587 ac_check_lib_save_LIBS=$LIBS
12588 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12589 cat >conftest.$ac_ext <<_ACEOF
12590 /* confdefs.h. */
12591 _ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12596 /* Override any GCC internal prototype to avoid an error.
12597 Use char because int might match the return type of a GCC
12598 builtin and then its argument prototype would still apply. */
12599 #ifdef __cplusplus
12600 extern "C"
12601 #endif
12602 char dbus_connection_close ();
12604 main ()
12606 return dbus_connection_close ();
12608 return 0;
12610 _ACEOF
12611 rm -f conftest.$ac_objext conftest$ac_exeext
12612 if { (ac_try="$ac_link"
12613 case "(($ac_try" in
12614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12615 *) ac_try_echo=$ac_try;;
12616 esac
12617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12618 (eval "$ac_link") 2>conftest.er1
12619 ac_status=$?
12620 grep -v '^ *+' conftest.er1 >conftest.err
12621 rm -f conftest.er1
12622 cat conftest.err >&5
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); } && {
12625 test -z "$ac_c_werror_flag" ||
12626 test ! -s conftest.err
12627 } && test -s conftest$ac_exeext &&
12628 $as_test_x conftest$ac_exeext; then
12629 ac_cv_lib_dbus_1_dbus_connection_close=yes
12630 else
12631 echo "$as_me: failed program was:" >&5
12632 sed 's/^/| /' conftest.$ac_ext >&5
12634 ac_cv_lib_dbus_1_dbus_connection_close=no
12637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12638 conftest$ac_exeext conftest.$ac_ext
12639 LIBS=$ac_check_lib_save_LIBS
12641 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12642 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12643 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12644 { echo "$as_me:$LINENO: checking for -lhal" >&5
12645 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12646 if test "${ac_cv_lib_soname_hal+set}" = set; then
12647 echo $ECHO_N "(cached) $ECHO_C" >&6
12648 else
12649 ac_check_soname_save_LIBS=$LIBS
12650 LIBS="-lhal $ac_hal_libs $LIBS"
12651 cat >conftest.$ac_ext <<_ACEOF
12652 /* confdefs.h. */
12653 _ACEOF
12654 cat confdefs.h >>conftest.$ac_ext
12655 cat >>conftest.$ac_ext <<_ACEOF
12656 /* end confdefs.h. */
12658 /* Override any GCC internal prototype to avoid an error.
12659 Use char because int might match the return type of a GCC
12660 builtin and then its argument prototype would still apply. */
12661 #ifdef __cplusplus
12662 extern "C"
12663 #endif
12664 char libhal_ctx_new ();
12666 main ()
12668 return libhal_ctx_new ();
12670 return 0;
12672 _ACEOF
12673 rm -f conftest.$ac_objext conftest$ac_exeext
12674 if { (ac_try="$ac_link"
12675 case "(($ac_try" in
12676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12677 *) ac_try_echo=$ac_try;;
12678 esac
12679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12680 (eval "$ac_link") 2>conftest.er1
12681 ac_status=$?
12682 grep -v '^ *+' conftest.er1 >conftest.err
12683 rm -f conftest.er1
12684 cat conftest.err >&5
12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686 (exit $ac_status); } && {
12687 test -z "$ac_c_werror_flag" ||
12688 test ! -s conftest.err
12689 } && test -s conftest$ac_exeext &&
12690 $as_test_x conftest$ac_exeext; then
12691 case "$LIBEXT" in
12692 dll) ;;
12693 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12694 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12695 esac
12696 else
12697 echo "$as_me: failed program was:" >&5
12698 sed 's/^/| /' conftest.$ac_ext >&5
12703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12704 conftest$ac_exeext conftest.$ac_ext
12705 LIBS=$ac_check_soname_save_LIBS
12707 if test "x$ac_cv_lib_soname_hal" = "x"; then
12708 { echo "$as_me:$LINENO: result: not found" >&5
12709 echo "${ECHO_T}not found" >&6; }
12711 else
12712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12713 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12715 cat >>confdefs.h <<_ACEOF
12716 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12717 _ACEOF
12719 HALINCL="$ac_hal_cflags"
12725 CPPFLAGS="$ac_save_CPPFLAGS"
12727 if test "x$ac_cv_lib_soname_hal" = "x"; then
12728 case "x$with_hal" in
12729 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12730 xno) ;;
12731 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12732 This is an error since --with-hal was requested." >&5
12733 echo "$as_me: error: libhal development files not found, no dynamic device support.
12734 This is an error since --with-hal was requested." >&2;}
12735 { (exit 1); exit 1; }; } ;;
12736 esac
12740 CURSESLIBS=""
12741 if test "$ac_cv_header_ncurses_h" = "yes"
12742 then
12743 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12744 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12745 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12746 echo $ECHO_N "(cached) $ECHO_C" >&6
12747 else
12748 ac_check_soname_save_LIBS=$LIBS
12749 LIBS="-lncurses $LIBS"
12750 cat >conftest.$ac_ext <<_ACEOF
12751 /* confdefs.h. */
12752 _ACEOF
12753 cat confdefs.h >>conftest.$ac_ext
12754 cat >>conftest.$ac_ext <<_ACEOF
12755 /* end confdefs.h. */
12757 /* Override any GCC internal prototype to avoid an error.
12758 Use char because int might match the return type of a GCC
12759 builtin and then its argument prototype would still apply. */
12760 #ifdef __cplusplus
12761 extern "C"
12762 #endif
12763 char waddch ();
12765 main ()
12767 return waddch ();
12769 return 0;
12771 _ACEOF
12772 rm -f conftest.$ac_objext conftest$ac_exeext
12773 if { (ac_try="$ac_link"
12774 case "(($ac_try" in
12775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12776 *) ac_try_echo=$ac_try;;
12777 esac
12778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12779 (eval "$ac_link") 2>conftest.er1
12780 ac_status=$?
12781 grep -v '^ *+' conftest.er1 >conftest.err
12782 rm -f conftest.er1
12783 cat conftest.err >&5
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } && {
12786 test -z "$ac_c_werror_flag" ||
12787 test ! -s conftest.err
12788 } && test -s conftest$ac_exeext &&
12789 $as_test_x conftest$ac_exeext; then
12790 case "$LIBEXT" in
12791 dll) ;;
12792 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12793 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12794 esac
12795 else
12796 echo "$as_me: failed program was:" >&5
12797 sed 's/^/| /' conftest.$ac_ext >&5
12802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12803 conftest$ac_exeext conftest.$ac_ext
12804 LIBS=$ac_check_soname_save_LIBS
12806 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12807 { echo "$as_me:$LINENO: result: not found" >&5
12808 echo "${ECHO_T}not found" >&6; }
12810 else
12811 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12812 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12814 cat >>confdefs.h <<_ACEOF
12815 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12816 _ACEOF
12818 CURSESLIBS="-lncurses"
12821 elif test "$ac_cv_header_curses_h" = "yes"
12822 then
12823 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12824 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12825 if test "${ac_cv_lib_soname_curses+set}" = set; then
12826 echo $ECHO_N "(cached) $ECHO_C" >&6
12827 else
12828 ac_check_soname_save_LIBS=$LIBS
12829 LIBS="-lcurses $LIBS"
12830 cat >conftest.$ac_ext <<_ACEOF
12831 /* confdefs.h. */
12832 _ACEOF
12833 cat confdefs.h >>conftest.$ac_ext
12834 cat >>conftest.$ac_ext <<_ACEOF
12835 /* end confdefs.h. */
12837 /* Override any GCC internal prototype to avoid an error.
12838 Use char because int might match the return type of a GCC
12839 builtin and then its argument prototype would still apply. */
12840 #ifdef __cplusplus
12841 extern "C"
12842 #endif
12843 char waddch ();
12845 main ()
12847 return waddch ();
12849 return 0;
12851 _ACEOF
12852 rm -f conftest.$ac_objext conftest$ac_exeext
12853 if { (ac_try="$ac_link"
12854 case "(($ac_try" in
12855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12856 *) ac_try_echo=$ac_try;;
12857 esac
12858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12859 (eval "$ac_link") 2>conftest.er1
12860 ac_status=$?
12861 grep -v '^ *+' conftest.er1 >conftest.err
12862 rm -f conftest.er1
12863 cat conftest.err >&5
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); } && {
12866 test -z "$ac_c_werror_flag" ||
12867 test ! -s conftest.err
12868 } && test -s conftest$ac_exeext &&
12869 $as_test_x conftest$ac_exeext; then
12870 case "$LIBEXT" in
12871 dll) ;;
12872 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12873 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12874 esac
12875 else
12876 echo "$as_me: failed program was:" >&5
12877 sed 's/^/| /' conftest.$ac_ext >&5
12882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12883 conftest$ac_exeext conftest.$ac_ext
12884 LIBS=$ac_check_soname_save_LIBS
12886 if test "x$ac_cv_lib_soname_curses" = "x"; then
12887 { echo "$as_me:$LINENO: result: not found" >&5
12888 echo "${ECHO_T}not found" >&6; }
12890 else
12891 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12892 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12894 cat >>confdefs.h <<_ACEOF
12895 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12896 _ACEOF
12898 CURSESLIBS="-lcurses"
12902 ac_save_LIBS="$LIBS"
12903 LIBS="$LIBS $CURSESLIBS"
12905 for ac_func in mousemask
12907 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12908 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12909 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12910 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12911 echo $ECHO_N "(cached) $ECHO_C" >&6
12912 else
12913 cat >conftest.$ac_ext <<_ACEOF
12914 /* confdefs.h. */
12915 _ACEOF
12916 cat confdefs.h >>conftest.$ac_ext
12917 cat >>conftest.$ac_ext <<_ACEOF
12918 /* end confdefs.h. */
12919 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12921 #define $ac_func innocuous_$ac_func
12923 /* System header to define __stub macros and hopefully few prototypes,
12924 which can conflict with char $ac_func (); below.
12925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12926 <limits.h> exists even on freestanding compilers. */
12928 #ifdef __STDC__
12929 # include <limits.h>
12930 #else
12931 # include <assert.h>
12932 #endif
12934 #undef $ac_func
12936 /* Override any GCC internal prototype to avoid an error.
12937 Use char because int might match the return type of a GCC
12938 builtin and then its argument prototype would still apply. */
12939 #ifdef __cplusplus
12940 extern "C"
12941 #endif
12942 char $ac_func ();
12943 /* The GNU C library defines this for functions which it implements
12944 to always fail with ENOSYS. Some functions are actually named
12945 something starting with __ and the normal name is an alias. */
12946 #if defined __stub_$ac_func || defined __stub___$ac_func
12947 choke me
12948 #endif
12951 main ()
12953 return $ac_func ();
12955 return 0;
12957 _ACEOF
12958 rm -f conftest.$ac_objext conftest$ac_exeext
12959 if { (ac_try="$ac_link"
12960 case "(($ac_try" in
12961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12962 *) ac_try_echo=$ac_try;;
12963 esac
12964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12965 (eval "$ac_link") 2>conftest.er1
12966 ac_status=$?
12967 grep -v '^ *+' conftest.er1 >conftest.err
12968 rm -f conftest.er1
12969 cat conftest.err >&5
12970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12971 (exit $ac_status); } && {
12972 test -z "$ac_c_werror_flag" ||
12973 test ! -s conftest.err
12974 } && test -s conftest$ac_exeext &&
12975 $as_test_x conftest$ac_exeext; then
12976 eval "$as_ac_var=yes"
12977 else
12978 echo "$as_me: failed program was:" >&5
12979 sed 's/^/| /' conftest.$ac_ext >&5
12981 eval "$as_ac_var=no"
12984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12985 conftest$ac_exeext conftest.$ac_ext
12987 ac_res=`eval echo '${'$as_ac_var'}'`
12988 { echo "$as_me:$LINENO: result: $ac_res" >&5
12989 echo "${ECHO_T}$ac_res" >&6; }
12990 if test `eval echo '${'$as_ac_var'}'` = yes; then
12991 cat >>confdefs.h <<_ACEOF
12992 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12993 _ACEOF
12996 done
12998 LIBS="$ac_save_LIBS"
12999 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13000 case "x$with_curses" in
13001 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13002 xno) ;;
13003 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13004 This is an error since --with-curses was requested." >&5
13005 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13006 This is an error since --with-curses was requested." >&2;}
13007 { (exit 1); exit 1; }; } ;;
13008 esac
13012 # Extract the first word of "sane-config", so it can be a program name with args.
13013 set dummy sane-config; ac_word=$2
13014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13016 if test "${ac_cv_prog_sane_devel+set}" = set; then
13017 echo $ECHO_N "(cached) $ECHO_C" >&6
13018 else
13019 if test -n "$sane_devel"; then
13020 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13021 else
13022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13023 for as_dir in $PATH
13025 IFS=$as_save_IFS
13026 test -z "$as_dir" && as_dir=.
13027 for ac_exec_ext in '' $ac_executable_extensions; do
13028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13029 ac_cv_prog_sane_devel="sane-config"
13030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13031 break 2
13033 done
13034 done
13035 IFS=$as_save_IFS
13037 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13040 sane_devel=$ac_cv_prog_sane_devel
13041 if test -n "$sane_devel"; then
13042 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13043 echo "${ECHO_T}$sane_devel" >&6; }
13044 else
13045 { echo "$as_me:$LINENO: result: no" >&5
13046 echo "${ECHO_T}no" >&6; }
13050 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13051 then
13052 ac_sane_incl="`$sane_devel --cflags`"
13053 ac_sane_libs="`$sane_devel --ldflags`"
13054 ac_save_CPPFLAGS="$CPPFLAGS"
13055 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13056 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13057 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13058 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13059 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13060 echo $ECHO_N "(cached) $ECHO_C" >&6
13062 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13063 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13064 else
13065 # Is the header compilable?
13066 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13067 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13068 cat >conftest.$ac_ext <<_ACEOF
13069 /* confdefs.h. */
13070 _ACEOF
13071 cat confdefs.h >>conftest.$ac_ext
13072 cat >>conftest.$ac_ext <<_ACEOF
13073 /* end confdefs.h. */
13074 $ac_includes_default
13075 #include <sane/sane.h>
13076 _ACEOF
13077 rm -f conftest.$ac_objext
13078 if { (ac_try="$ac_compile"
13079 case "(($ac_try" in
13080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13081 *) ac_try_echo=$ac_try;;
13082 esac
13083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13084 (eval "$ac_compile") 2>conftest.er1
13085 ac_status=$?
13086 grep -v '^ *+' conftest.er1 >conftest.err
13087 rm -f conftest.er1
13088 cat conftest.err >&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); } && {
13091 test -z "$ac_c_werror_flag" ||
13092 test ! -s conftest.err
13093 } && test -s conftest.$ac_objext; then
13094 ac_header_compiler=yes
13095 else
13096 echo "$as_me: failed program was:" >&5
13097 sed 's/^/| /' conftest.$ac_ext >&5
13099 ac_header_compiler=no
13102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13103 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13104 echo "${ECHO_T}$ac_header_compiler" >&6; }
13106 # Is the header present?
13107 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13108 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13109 cat >conftest.$ac_ext <<_ACEOF
13110 /* confdefs.h. */
13111 _ACEOF
13112 cat confdefs.h >>conftest.$ac_ext
13113 cat >>conftest.$ac_ext <<_ACEOF
13114 /* end confdefs.h. */
13115 #include <sane/sane.h>
13116 _ACEOF
13117 if { (ac_try="$ac_cpp conftest.$ac_ext"
13118 case "(($ac_try" in
13119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13120 *) ac_try_echo=$ac_try;;
13121 esac
13122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13123 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13124 ac_status=$?
13125 grep -v '^ *+' conftest.er1 >conftest.err
13126 rm -f conftest.er1
13127 cat conftest.err >&5
13128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13129 (exit $ac_status); } >/dev/null && {
13130 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13131 test ! -s conftest.err
13132 }; then
13133 ac_header_preproc=yes
13134 else
13135 echo "$as_me: failed program was:" >&5
13136 sed 's/^/| /' conftest.$ac_ext >&5
13138 ac_header_preproc=no
13141 rm -f conftest.err conftest.$ac_ext
13142 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13143 echo "${ECHO_T}$ac_header_preproc" >&6; }
13145 # So? What about this header?
13146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13147 yes:no: )
13148 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13149 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13150 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13151 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13152 ac_header_preproc=yes
13154 no:yes:* )
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13156 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13158 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13159 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13160 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13161 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13162 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13163 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13164 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13165 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13166 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13167 ( cat <<\_ASBOX
13168 ## ------------------------------------ ##
13169 ## Report this to wine-devel@winehq.org ##
13170 ## ------------------------------------ ##
13171 _ASBOX
13172 ) | sed "s/^/$as_me: WARNING: /" >&2
13174 esac
13175 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13176 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13177 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13178 echo $ECHO_N "(cached) $ECHO_C" >&6
13179 else
13180 ac_cv_header_sane_sane_h=$ac_header_preproc
13182 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13183 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13186 if test $ac_cv_header_sane_sane_h = yes; then
13187 { echo "$as_me:$LINENO: checking for -lsane" >&5
13188 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13189 if test "${ac_cv_lib_soname_sane+set}" = set; then
13190 echo $ECHO_N "(cached) $ECHO_C" >&6
13191 else
13192 ac_check_soname_save_LIBS=$LIBS
13193 LIBS="-lsane $ac_sane_libs $LIBS"
13194 cat >conftest.$ac_ext <<_ACEOF
13195 /* confdefs.h. */
13196 _ACEOF
13197 cat confdefs.h >>conftest.$ac_ext
13198 cat >>conftest.$ac_ext <<_ACEOF
13199 /* end confdefs.h. */
13201 /* Override any GCC internal prototype to avoid an error.
13202 Use char because int might match the return type of a GCC
13203 builtin and then its argument prototype would still apply. */
13204 #ifdef __cplusplus
13205 extern "C"
13206 #endif
13207 char sane_init ();
13209 main ()
13211 return sane_init ();
13213 return 0;
13215 _ACEOF
13216 rm -f conftest.$ac_objext conftest$ac_exeext
13217 if { (ac_try="$ac_link"
13218 case "(($ac_try" in
13219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13220 *) ac_try_echo=$ac_try;;
13221 esac
13222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13223 (eval "$ac_link") 2>conftest.er1
13224 ac_status=$?
13225 grep -v '^ *+' conftest.er1 >conftest.err
13226 rm -f conftest.er1
13227 cat conftest.err >&5
13228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13229 (exit $ac_status); } && {
13230 test -z "$ac_c_werror_flag" ||
13231 test ! -s conftest.err
13232 } && test -s conftest$ac_exeext &&
13233 $as_test_x conftest$ac_exeext; then
13234 case "$LIBEXT" in
13235 dll) ;;
13236 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13237 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13238 esac
13239 else
13240 echo "$as_me: failed program was:" >&5
13241 sed 's/^/| /' conftest.$ac_ext >&5
13246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13247 conftest$ac_exeext conftest.$ac_ext
13248 LIBS=$ac_check_soname_save_LIBS
13250 if test "x$ac_cv_lib_soname_sane" = "x"; then
13251 { echo "$as_me:$LINENO: result: not found" >&5
13252 echo "${ECHO_T}not found" >&6; }
13254 else
13255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13256 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13258 cat >>confdefs.h <<_ACEOF
13259 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13260 _ACEOF
13262 SANEINCL="$ac_sane_incl"
13269 CPPFLAGS="$ac_save_CPPFLAGS"
13271 if test "x$ac_cv_lib_soname_sane" = "x"; then
13272 case "x$with_sane" in
13273 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13274 xno) ;;
13275 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13276 This is an error since --with-sane was requested." >&5
13277 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13278 This is an error since --with-sane was requested." >&2;}
13279 { (exit 1); exit 1; }; } ;;
13280 esac
13284 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13285 set dummy gphoto2-config; ac_word=$2
13286 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13287 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13288 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13289 echo $ECHO_N "(cached) $ECHO_C" >&6
13290 else
13291 if test -n "$gphoto2_devel"; then
13292 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13293 else
13294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13295 for as_dir in $PATH
13297 IFS=$as_save_IFS
13298 test -z "$as_dir" && as_dir=.
13299 for ac_exec_ext in '' $ac_executable_extensions; do
13300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13301 ac_cv_prog_gphoto2_devel="gphoto2-config"
13302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13303 break 2
13305 done
13306 done
13307 IFS=$as_save_IFS
13309 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13312 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13313 if test -n "$gphoto2_devel"; then
13314 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13315 echo "${ECHO_T}$gphoto2_devel" >&6; }
13316 else
13317 { echo "$as_me:$LINENO: result: no" >&5
13318 echo "${ECHO_T}no" >&6; }
13322 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13323 set dummy gphoto2-port-config; ac_word=$2
13324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13326 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13327 echo $ECHO_N "(cached) $ECHO_C" >&6
13328 else
13329 if test -n "$gphoto2port_devel"; then
13330 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13331 else
13332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13333 for as_dir in $PATH
13335 IFS=$as_save_IFS
13336 test -z "$as_dir" && as_dir=.
13337 for ac_exec_ext in '' $ac_executable_extensions; do
13338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13339 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13340 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13341 break 2
13343 done
13344 done
13345 IFS=$as_save_IFS
13347 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13350 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13351 if test -n "$gphoto2port_devel"; then
13352 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13353 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13354 else
13355 { echo "$as_me:$LINENO: result: no" >&5
13356 echo "${ECHO_T}no" >&6; }
13360 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13361 then
13362 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13363 ac_gphoto2_libs=""
13364 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13366 case "$i" in
13367 -L/usr/lib|-L/usr/lib64) ;;
13368 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13369 esac
13370 done
13371 ac_save_CPPFLAGS="$CPPFLAGS"
13372 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13373 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13374 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13375 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13376 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13377 echo $ECHO_N "(cached) $ECHO_C" >&6
13379 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13380 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13381 else
13382 # Is the header compilable?
13383 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13384 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13385 cat >conftest.$ac_ext <<_ACEOF
13386 /* confdefs.h. */
13387 _ACEOF
13388 cat confdefs.h >>conftest.$ac_ext
13389 cat >>conftest.$ac_ext <<_ACEOF
13390 /* end confdefs.h. */
13391 $ac_includes_default
13392 #include <gphoto2-camera.h>
13393 _ACEOF
13394 rm -f conftest.$ac_objext
13395 if { (ac_try="$ac_compile"
13396 case "(($ac_try" in
13397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13398 *) ac_try_echo=$ac_try;;
13399 esac
13400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13401 (eval "$ac_compile") 2>conftest.er1
13402 ac_status=$?
13403 grep -v '^ *+' conftest.er1 >conftest.err
13404 rm -f conftest.er1
13405 cat conftest.err >&5
13406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407 (exit $ac_status); } && {
13408 test -z "$ac_c_werror_flag" ||
13409 test ! -s conftest.err
13410 } && test -s conftest.$ac_objext; then
13411 ac_header_compiler=yes
13412 else
13413 echo "$as_me: failed program was:" >&5
13414 sed 's/^/| /' conftest.$ac_ext >&5
13416 ac_header_compiler=no
13419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13420 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13421 echo "${ECHO_T}$ac_header_compiler" >&6; }
13423 # Is the header present?
13424 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13425 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13426 cat >conftest.$ac_ext <<_ACEOF
13427 /* confdefs.h. */
13428 _ACEOF
13429 cat confdefs.h >>conftest.$ac_ext
13430 cat >>conftest.$ac_ext <<_ACEOF
13431 /* end confdefs.h. */
13432 #include <gphoto2-camera.h>
13433 _ACEOF
13434 if { (ac_try="$ac_cpp conftest.$ac_ext"
13435 case "(($ac_try" in
13436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13437 *) ac_try_echo=$ac_try;;
13438 esac
13439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13441 ac_status=$?
13442 grep -v '^ *+' conftest.er1 >conftest.err
13443 rm -f conftest.er1
13444 cat conftest.err >&5
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } >/dev/null && {
13447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13449 }; then
13450 ac_header_preproc=yes
13451 else
13452 echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13455 ac_header_preproc=no
13458 rm -f conftest.err conftest.$ac_ext
13459 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13460 echo "${ECHO_T}$ac_header_preproc" >&6; }
13462 # So? What about this header?
13463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13464 yes:no: )
13465 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13466 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13467 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13468 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13469 ac_header_preproc=yes
13471 no:yes:* )
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13475 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13476 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13477 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13478 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13479 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13480 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13481 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13483 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13484 ( cat <<\_ASBOX
13485 ## ------------------------------------ ##
13486 ## Report this to wine-devel@winehq.org ##
13487 ## ------------------------------------ ##
13488 _ASBOX
13489 ) | sed "s/^/$as_me: WARNING: /" >&2
13491 esac
13492 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13493 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13494 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13496 else
13497 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13499 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13500 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13503 if test $ac_cv_header_gphoto2_camera_h = yes; then
13504 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13505 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13506 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13508 else
13509 ac_check_lib_save_LIBS=$LIBS
13510 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13511 cat >conftest.$ac_ext <<_ACEOF
13512 /* confdefs.h. */
13513 _ACEOF
13514 cat confdefs.h >>conftest.$ac_ext
13515 cat >>conftest.$ac_ext <<_ACEOF
13516 /* end confdefs.h. */
13518 /* Override any GCC internal prototype to avoid an error.
13519 Use char because int might match the return type of a GCC
13520 builtin and then its argument prototype would still apply. */
13521 #ifdef __cplusplus
13522 extern "C"
13523 #endif
13524 char gp_camera_new ();
13526 main ()
13528 return gp_camera_new ();
13530 return 0;
13532 _ACEOF
13533 rm -f conftest.$ac_objext conftest$ac_exeext
13534 if { (ac_try="$ac_link"
13535 case "(($ac_try" in
13536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13537 *) ac_try_echo=$ac_try;;
13538 esac
13539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 (eval "$ac_link") 2>conftest.er1
13541 ac_status=$?
13542 grep -v '^ *+' conftest.er1 >conftest.err
13543 rm -f conftest.er1
13544 cat conftest.err >&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && {
13547 test -z "$ac_c_werror_flag" ||
13548 test ! -s conftest.err
13549 } && test -s conftest$ac_exeext &&
13550 $as_test_x conftest$ac_exeext; then
13551 ac_cv_lib_gphoto2_gp_camera_new=yes
13552 else
13553 echo "$as_me: failed program was:" >&5
13554 sed 's/^/| /' conftest.$ac_ext >&5
13556 ac_cv_lib_gphoto2_gp_camera_new=no
13559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13560 conftest$ac_exeext conftest.$ac_ext
13561 LIBS=$ac_check_lib_save_LIBS
13563 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13564 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13565 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13567 cat >>confdefs.h <<\_ACEOF
13568 #define HAVE_GPHOTO2 1
13569 _ACEOF
13571 GPHOTO2LIBS="$ac_gphoto2_libs"
13573 GPHOTO2INCL="$ac_gphoto2_incl"
13580 CPPFLAGS="$ac_save_CPPFLAGS"
13582 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13583 case "x$with_gphoto" in
13584 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13585 xno) ;;
13586 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13587 This is an error since --with-gphoto was requested." >&5
13588 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13589 This is an error since --with-gphoto was requested." >&2;}
13590 { (exit 1); exit 1; }; } ;;
13591 esac
13596 RESOLVLIBS=""
13598 if test "$ac_cv_header_resolv_h" = "yes"
13599 then
13600 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13601 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13602 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13603 echo $ECHO_N "(cached) $ECHO_C" >&6
13604 else
13605 ac_check_lib_save_LIBS=$LIBS
13606 LIBS="-lresolv $LIBS"
13607 cat >conftest.$ac_ext <<_ACEOF
13608 /* confdefs.h. */
13609 _ACEOF
13610 cat confdefs.h >>conftest.$ac_ext
13611 cat >>conftest.$ac_ext <<_ACEOF
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char res_query ();
13622 main ()
13624 return res_query ();
13626 return 0;
13628 _ACEOF
13629 rm -f conftest.$ac_objext conftest$ac_exeext
13630 if { (ac_try="$ac_link"
13631 case "(($ac_try" in
13632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13633 *) ac_try_echo=$ac_try;;
13634 esac
13635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13636 (eval "$ac_link") 2>conftest.er1
13637 ac_status=$?
13638 grep -v '^ *+' conftest.er1 >conftest.err
13639 rm -f conftest.er1
13640 cat conftest.err >&5
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); } && {
13643 test -z "$ac_c_werror_flag" ||
13644 test ! -s conftest.err
13645 } && test -s conftest$ac_exeext &&
13646 $as_test_x conftest$ac_exeext; then
13647 ac_cv_lib_resolv_res_query=yes
13648 else
13649 echo "$as_me: failed program was:" >&5
13650 sed 's/^/| /' conftest.$ac_ext >&5
13652 ac_cv_lib_resolv_res_query=no
13655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13656 conftest$ac_exeext conftest.$ac_ext
13657 LIBS=$ac_check_lib_save_LIBS
13659 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13660 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13661 if test $ac_cv_lib_resolv_res_query = yes; then
13663 cat >>confdefs.h <<\_ACEOF
13664 #define HAVE_RESOLV 1
13665 _ACEOF
13667 RESOLVLIBS="-lresolv"
13672 LCMSLIBS=""
13674 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13675 then
13676 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13677 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13678 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13679 echo $ECHO_N "(cached) $ECHO_C" >&6
13680 else
13681 ac_check_lib_save_LIBS=$LIBS
13682 LIBS="-llcms $LIBS"
13683 cat >conftest.$ac_ext <<_ACEOF
13684 /* confdefs.h. */
13685 _ACEOF
13686 cat confdefs.h >>conftest.$ac_ext
13687 cat >>conftest.$ac_ext <<_ACEOF
13688 /* end confdefs.h. */
13690 /* Override any GCC internal prototype to avoid an error.
13691 Use char because int might match the return type of a GCC
13692 builtin and then its argument prototype would still apply. */
13693 #ifdef __cplusplus
13694 extern "C"
13695 #endif
13696 char cmsOpenProfileFromFile ();
13698 main ()
13700 return cmsOpenProfileFromFile ();
13702 return 0;
13704 _ACEOF
13705 rm -f conftest.$ac_objext conftest$ac_exeext
13706 if { (ac_try="$ac_link"
13707 case "(($ac_try" in
13708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13709 *) ac_try_echo=$ac_try;;
13710 esac
13711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13712 (eval "$ac_link") 2>conftest.er1
13713 ac_status=$?
13714 grep -v '^ *+' conftest.er1 >conftest.err
13715 rm -f conftest.er1
13716 cat conftest.err >&5
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); } && {
13719 test -z "$ac_c_werror_flag" ||
13720 test ! -s conftest.err
13721 } && test -s conftest$ac_exeext &&
13722 $as_test_x conftest$ac_exeext; then
13723 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13724 else
13725 echo "$as_me: failed program was:" >&5
13726 sed 's/^/| /' conftest.$ac_ext >&5
13728 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13732 conftest$ac_exeext conftest.$ac_ext
13733 LIBS=$ac_check_lib_save_LIBS
13735 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13736 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13737 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13739 cat >>confdefs.h <<\_ACEOF
13740 #define HAVE_LCMS 1
13741 _ACEOF
13743 LCMSLIBS="-llcms"
13747 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13748 case "x$with_cms" in
13749 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13750 xno) ;;
13751 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13752 This is an error since --with-cms was requested." >&5
13753 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13754 This is an error since --with-cms was requested." >&2;}
13755 { (exit 1); exit 1; }; } ;;
13756 esac
13760 for ac_prog in freetype-config freetype2-config
13762 # Extract the first word of "$ac_prog", so it can be a program name with args.
13763 set dummy $ac_prog; ac_word=$2
13764 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13766 if test "${ac_cv_prog_ft_devel+set}" = set; then
13767 echo $ECHO_N "(cached) $ECHO_C" >&6
13768 else
13769 if test -n "$ft_devel"; then
13770 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13771 else
13772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13773 for as_dir in $PATH
13775 IFS=$as_save_IFS
13776 test -z "$as_dir" && as_dir=.
13777 for ac_exec_ext in '' $ac_executable_extensions; do
13778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13779 ac_cv_prog_ft_devel="$ac_prog"
13780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13781 break 2
13783 done
13784 done
13785 IFS=$as_save_IFS
13789 ft_devel=$ac_cv_prog_ft_devel
13790 if test -n "$ft_devel"; then
13791 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13792 echo "${ECHO_T}$ft_devel" >&6; }
13793 else
13794 { echo "$as_me:$LINENO: result: no" >&5
13795 echo "${ECHO_T}no" >&6; }
13799 test -n "$ft_devel" && break
13800 done
13801 test -n "$ft_devel" || ft_devel="false"
13803 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13804 then
13805 ac_freetype_libs=`$ft_devel --libs`
13806 ac_freetype_incl=`$ft_devel --cflags`
13807 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13808 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13809 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13810 echo $ECHO_N "(cached) $ECHO_C" >&6
13811 else
13812 ac_check_soname_save_LIBS=$LIBS
13813 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13814 cat >conftest.$ac_ext <<_ACEOF
13815 /* confdefs.h. */
13816 _ACEOF
13817 cat confdefs.h >>conftest.$ac_ext
13818 cat >>conftest.$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char FT_Init_FreeType ();
13829 main ()
13831 return FT_Init_FreeType ();
13833 return 0;
13835 _ACEOF
13836 rm -f conftest.$ac_objext conftest$ac_exeext
13837 if { (ac_try="$ac_link"
13838 case "(($ac_try" in
13839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13840 *) ac_try_echo=$ac_try;;
13841 esac
13842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13843 (eval "$ac_link") 2>conftest.er1
13844 ac_status=$?
13845 grep -v '^ *+' conftest.er1 >conftest.err
13846 rm -f conftest.er1
13847 cat conftest.err >&5
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); } && {
13850 test -z "$ac_c_werror_flag" ||
13851 test ! -s conftest.err
13852 } && test -s conftest$ac_exeext &&
13853 $as_test_x conftest$ac_exeext; then
13854 case "$LIBEXT" in
13855 dll) ;;
13856 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13857 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13858 esac
13859 else
13860 echo "$as_me: failed program was:" >&5
13861 sed 's/^/| /' conftest.$ac_ext >&5
13866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13867 conftest$ac_exeext conftest.$ac_ext
13868 LIBS=$ac_check_soname_save_LIBS
13870 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13871 { echo "$as_me:$LINENO: result: not found" >&5
13872 echo "${ECHO_T}not found" >&6; }
13873 ft_lib=no
13874 else
13875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13876 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13878 cat >>confdefs.h <<_ACEOF
13879 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13880 _ACEOF
13882 ft_lib=yes
13885 if test "$ft_lib" = "yes"
13886 then
13887 ac_save_CPPFLAGS="$CPPFLAGS"
13888 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13901 for ac_header in ft2build.h \
13902 freetype/freetype.h \
13903 freetype/ftglyph.h \
13904 freetype/fttypes.h \
13905 freetype/tttables.h \
13906 freetype/ftnames.h \
13907 freetype/ftsnames.h \
13908 freetype/ttnameid.h \
13909 freetype/ftoutln.h \
13910 freetype/ftwinfnt.h \
13911 freetype/ftmodapi.h \
13912 freetype/internal/sfnt.h
13914 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13915 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13916 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13918 echo $ECHO_N "(cached) $ECHO_C" >&6
13919 else
13920 cat >conftest.$ac_ext <<_ACEOF
13921 /* confdefs.h. */
13922 _ACEOF
13923 cat confdefs.h >>conftest.$ac_ext
13924 cat >>conftest.$ac_ext <<_ACEOF
13925 /* end confdefs.h. */
13926 #ifdef HAVE_FT2BUILD_H
13927 # include <ft2build.h>
13928 #endif
13930 #include <$ac_header>
13931 _ACEOF
13932 rm -f conftest.$ac_objext
13933 if { (ac_try="$ac_compile"
13934 case "(($ac_try" in
13935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13936 *) ac_try_echo=$ac_try;;
13937 esac
13938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13939 (eval "$ac_compile") 2>conftest.er1
13940 ac_status=$?
13941 grep -v '^ *+' conftest.er1 >conftest.err
13942 rm -f conftest.er1
13943 cat conftest.err >&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); } && {
13946 test -z "$ac_c_werror_flag" ||
13947 test ! -s conftest.err
13948 } && test -s conftest.$ac_objext; then
13949 eval "$as_ac_Header=yes"
13950 else
13951 echo "$as_me: failed program was:" >&5
13952 sed 's/^/| /' conftest.$ac_ext >&5
13954 eval "$as_ac_Header=no"
13957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13959 ac_res=`eval echo '${'$as_ac_Header'}'`
13960 { echo "$as_me:$LINENO: result: $ac_res" >&5
13961 echo "${ECHO_T}$ac_res" >&6; }
13962 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13963 cat >>confdefs.h <<_ACEOF
13964 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13965 _ACEOF
13969 done
13971 cat >conftest.$ac_ext <<_ACEOF
13972 /* confdefs.h. */
13973 _ACEOF
13974 cat confdefs.h >>conftest.$ac_ext
13975 cat >>conftest.$ac_ext <<_ACEOF
13976 /* end confdefs.h. */
13977 #include <ft2build.h>
13978 #include <freetype/fttrigon.h>
13979 _ACEOF
13980 if { (ac_try="$ac_cpp conftest.$ac_ext"
13981 case "(($ac_try" in
13982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13983 *) ac_try_echo=$ac_try;;
13984 esac
13985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13986 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13987 ac_status=$?
13988 grep -v '^ *+' conftest.er1 >conftest.err
13989 rm -f conftest.er1
13990 cat conftest.err >&5
13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); } >/dev/null && {
13993 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13994 test ! -s conftest.err
13995 }; then
13997 cat >>confdefs.h <<\_ACEOF
13998 #define HAVE_FREETYPE_FTTRIGON_H 1
13999 _ACEOF
14001 wine_cv_fttrigon=yes
14002 else
14003 echo "$as_me: failed program was:" >&5
14004 sed 's/^/| /' conftest.$ac_ext >&5
14006 wine_cv_fttrigon=no
14009 rm -f conftest.err conftest.$ac_ext
14010 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14011 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14012 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14013 echo $ECHO_N "(cached) $ECHO_C" >&6
14014 else
14015 cat >conftest.$ac_ext <<_ACEOF
14016 /* confdefs.h. */
14017 _ACEOF
14018 cat confdefs.h >>conftest.$ac_ext
14019 cat >>conftest.$ac_ext <<_ACEOF
14020 /* end confdefs.h. */
14021 #include <freetype/ftmodapi.h>
14023 typedef FT_TrueTypeEngineType ac__type_new_;
14025 main ()
14027 if ((ac__type_new_ *) 0)
14028 return 0;
14029 if (sizeof (ac__type_new_))
14030 return 0;
14032 return 0;
14034 _ACEOF
14035 rm -f conftest.$ac_objext
14036 if { (ac_try="$ac_compile"
14037 case "(($ac_try" in
14038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14039 *) ac_try_echo=$ac_try;;
14040 esac
14041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14042 (eval "$ac_compile") 2>conftest.er1
14043 ac_status=$?
14044 grep -v '^ *+' conftest.er1 >conftest.err
14045 rm -f conftest.er1
14046 cat conftest.err >&5
14047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14048 (exit $ac_status); } && {
14049 test -z "$ac_c_werror_flag" ||
14050 test ! -s conftest.err
14051 } && test -s conftest.$ac_objext; then
14052 ac_cv_type_FT_TrueTypeEngineType=yes
14053 else
14054 echo "$as_me: failed program was:" >&5
14055 sed 's/^/| /' conftest.$ac_ext >&5
14057 ac_cv_type_FT_TrueTypeEngineType=no
14060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14062 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14063 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14064 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14066 cat >>confdefs.h <<_ACEOF
14067 #define HAVE_FT_TRUETYPEENGINETYPE 1
14068 _ACEOF
14073 ac_save_CFLAGS="$CFLAGS"
14074 CFLAGS="$CFLAGS $ac_freetype_libs"
14076 for ac_func in FT_Load_Sfnt_Table
14078 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14079 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14080 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14081 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14082 echo $ECHO_N "(cached) $ECHO_C" >&6
14083 else
14084 cat >conftest.$ac_ext <<_ACEOF
14085 /* confdefs.h. */
14086 _ACEOF
14087 cat confdefs.h >>conftest.$ac_ext
14088 cat >>conftest.$ac_ext <<_ACEOF
14089 /* end confdefs.h. */
14090 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14092 #define $ac_func innocuous_$ac_func
14094 /* System header to define __stub macros and hopefully few prototypes,
14095 which can conflict with char $ac_func (); below.
14096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14097 <limits.h> exists even on freestanding compilers. */
14099 #ifdef __STDC__
14100 # include <limits.h>
14101 #else
14102 # include <assert.h>
14103 #endif
14105 #undef $ac_func
14107 /* Override any GCC internal prototype to avoid an error.
14108 Use char because int might match the return type of a GCC
14109 builtin and then its argument prototype would still apply. */
14110 #ifdef __cplusplus
14111 extern "C"
14112 #endif
14113 char $ac_func ();
14114 /* The GNU C library defines this for functions which it implements
14115 to always fail with ENOSYS. Some functions are actually named
14116 something starting with __ and the normal name is an alias. */
14117 #if defined __stub_$ac_func || defined __stub___$ac_func
14118 choke me
14119 #endif
14122 main ()
14124 return $ac_func ();
14126 return 0;
14128 _ACEOF
14129 rm -f conftest.$ac_objext conftest$ac_exeext
14130 if { (ac_try="$ac_link"
14131 case "(($ac_try" in
14132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14133 *) ac_try_echo=$ac_try;;
14134 esac
14135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14136 (eval "$ac_link") 2>conftest.er1
14137 ac_status=$?
14138 grep -v '^ *+' conftest.er1 >conftest.err
14139 rm -f conftest.er1
14140 cat conftest.err >&5
14141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14142 (exit $ac_status); } && {
14143 test -z "$ac_c_werror_flag" ||
14144 test ! -s conftest.err
14145 } && test -s conftest$ac_exeext &&
14146 $as_test_x conftest$ac_exeext; then
14147 eval "$as_ac_var=yes"
14148 else
14149 echo "$as_me: failed program was:" >&5
14150 sed 's/^/| /' conftest.$ac_ext >&5
14152 eval "$as_ac_var=no"
14155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14156 conftest$ac_exeext conftest.$ac_ext
14158 ac_res=`eval echo '${'$as_ac_var'}'`
14159 { echo "$as_me:$LINENO: result: $ac_res" >&5
14160 echo "${ECHO_T}$ac_res" >&6; }
14161 if test `eval echo '${'$as_ac_var'}'` = yes; then
14162 cat >>confdefs.h <<_ACEOF
14163 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14164 _ACEOF
14167 done
14169 CFLAGS="$ac_save_CFLAGS"
14170 CPPFLAGS="$ac_save_CPPFLAGS"
14171 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14172 then
14174 cat >>confdefs.h <<\_ACEOF
14175 #define HAVE_FREETYPE 1
14176 _ACEOF
14178 FREETYPELIBS="$ac_freetype_libs"
14180 FREETYPEINCL="$ac_freetype_incl"
14185 if test "x$FREETYPELIBS" = "x"; then
14186 case "x$with_freetype" in
14187 xno) ;;
14188 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14189 Fonts will not be built. Dialog text may be invisible or unaligned.
14190 Use the --without-freetype option if you really want this." >&5
14191 echo "$as_me: error: FreeType development files not found.
14192 Fonts will not be built. Dialog text may be invisible or unaligned.
14193 Use the --without-freetype option if you really want this." >&2;}
14194 { (exit 1); exit 1; }; } ;;
14195 esac
14198 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14200 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14201 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14202 if test "${ac_cv_c_ppdev+set}" = set; then
14203 echo $ECHO_N "(cached) $ECHO_C" >&6
14204 else
14205 cat >conftest.$ac_ext <<_ACEOF
14206 /* confdefs.h. */
14207 _ACEOF
14208 cat confdefs.h >>conftest.$ac_ext
14209 cat >>conftest.$ac_ext <<_ACEOF
14210 /* end confdefs.h. */
14211 #include <linux/ppdev.h>
14213 main ()
14215 ioctl (1,PPCLAIM,0)
14217 return 0;
14219 _ACEOF
14220 rm -f conftest.$ac_objext
14221 if { (ac_try="$ac_compile"
14222 case "(($ac_try" in
14223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14224 *) ac_try_echo=$ac_try;;
14225 esac
14226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14227 (eval "$ac_compile") 2>conftest.er1
14228 ac_status=$?
14229 grep -v '^ *+' conftest.er1 >conftest.err
14230 rm -f conftest.er1
14231 cat conftest.err >&5
14232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14233 (exit $ac_status); } && {
14234 test -z "$ac_c_werror_flag" ||
14235 test ! -s conftest.err
14236 } && test -s conftest.$ac_objext; then
14237 ac_cv_c_ppdev="yes"
14238 else
14239 echo "$as_me: failed program was:" >&5
14240 sed 's/^/| /' conftest.$ac_ext >&5
14242 ac_cv_c_ppdev="no"
14245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14247 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14248 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14249 if test "$ac_cv_c_ppdev" = "yes"
14250 then
14252 cat >>confdefs.h <<\_ACEOF
14253 #define HAVE_PPDEV 1
14254 _ACEOF
14258 { echo "$as_me:$LINENO: checking for va_copy" >&5
14259 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14260 if test "${ac_cv_c_va_copy+set}" = set; then
14261 echo $ECHO_N "(cached) $ECHO_C" >&6
14262 else
14263 cat >conftest.$ac_ext <<_ACEOF
14264 /* confdefs.h. */
14265 _ACEOF
14266 cat confdefs.h >>conftest.$ac_ext
14267 cat >>conftest.$ac_ext <<_ACEOF
14268 /* end confdefs.h. */
14269 #include <stdarg.h>
14271 main ()
14273 va_list ap1, ap2; va_copy(ap1,ap2);
14275 return 0;
14277 _ACEOF
14278 rm -f conftest.$ac_objext conftest$ac_exeext
14279 if { (ac_try="$ac_link"
14280 case "(($ac_try" in
14281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14282 *) ac_try_echo=$ac_try;;
14283 esac
14284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14285 (eval "$ac_link") 2>conftest.er1
14286 ac_status=$?
14287 grep -v '^ *+' conftest.er1 >conftest.err
14288 rm -f conftest.er1
14289 cat conftest.err >&5
14290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14291 (exit $ac_status); } && {
14292 test -z "$ac_c_werror_flag" ||
14293 test ! -s conftest.err
14294 } && test -s conftest$ac_exeext &&
14295 $as_test_x conftest$ac_exeext; then
14296 ac_cv_c_va_copy="yes"
14297 else
14298 echo "$as_me: failed program was:" >&5
14299 sed 's/^/| /' conftest.$ac_ext >&5
14301 ac_cv_c_va_copy="no"
14304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14305 conftest$ac_exeext conftest.$ac_ext
14308 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14309 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14310 if test "$ac_cv_c_va_copy" = "yes"
14311 then
14313 cat >>confdefs.h <<\_ACEOF
14314 #define HAVE_VA_COPY 1
14315 _ACEOF
14318 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14319 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14320 if test "${ac_cv_c___va_copy+set}" = set; then
14321 echo $ECHO_N "(cached) $ECHO_C" >&6
14322 else
14323 cat >conftest.$ac_ext <<_ACEOF
14324 /* confdefs.h. */
14325 _ACEOF
14326 cat confdefs.h >>conftest.$ac_ext
14327 cat >>conftest.$ac_ext <<_ACEOF
14328 /* end confdefs.h. */
14329 #include <stdarg.h>
14331 main ()
14333 va_list ap1, ap2; __va_copy(ap1,ap2);
14335 return 0;
14337 _ACEOF
14338 rm -f conftest.$ac_objext conftest$ac_exeext
14339 if { (ac_try="$ac_link"
14340 case "(($ac_try" in
14341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14342 *) ac_try_echo=$ac_try;;
14343 esac
14344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14345 (eval "$ac_link") 2>conftest.er1
14346 ac_status=$?
14347 grep -v '^ *+' conftest.er1 >conftest.err
14348 rm -f conftest.er1
14349 cat conftest.err >&5
14350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14351 (exit $ac_status); } && {
14352 test -z "$ac_c_werror_flag" ||
14353 test ! -s conftest.err
14354 } && test -s conftest$ac_exeext &&
14355 $as_test_x conftest$ac_exeext; then
14356 ac_cv_c___va_copy="yes"
14357 else
14358 echo "$as_me: failed program was:" >&5
14359 sed 's/^/| /' conftest.$ac_ext >&5
14361 ac_cv_c___va_copy="no"
14364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14365 conftest$ac_exeext conftest.$ac_ext
14368 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14369 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14370 if test "$ac_cv_c___va_copy" = "yes"
14371 then
14373 cat >>confdefs.h <<\_ACEOF
14374 #define HAVE___VA_COPY 1
14375 _ACEOF
14379 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14380 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14381 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14382 echo $ECHO_N "(cached) $ECHO_C" >&6
14383 else
14384 cat >conftest.$ac_ext <<_ACEOF
14385 /* confdefs.h. */
14386 _ACEOF
14387 cat confdefs.h >>conftest.$ac_ext
14388 cat >>conftest.$ac_ext <<_ACEOF
14389 /* end confdefs.h. */
14390 #define _GNU_SOURCE
14391 #include <pthread.h>
14393 typedef pthread_rwlock_t ac__type_new_;
14395 main ()
14397 if ((ac__type_new_ *) 0)
14398 return 0;
14399 if (sizeof (ac__type_new_))
14400 return 0;
14402 return 0;
14404 _ACEOF
14405 rm -f conftest.$ac_objext
14406 if { (ac_try="$ac_compile"
14407 case "(($ac_try" in
14408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14409 *) ac_try_echo=$ac_try;;
14410 esac
14411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14412 (eval "$ac_compile") 2>conftest.er1
14413 ac_status=$?
14414 grep -v '^ *+' conftest.er1 >conftest.err
14415 rm -f conftest.er1
14416 cat conftest.err >&5
14417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14418 (exit $ac_status); } && {
14419 test -z "$ac_c_werror_flag" ||
14420 test ! -s conftest.err
14421 } && test -s conftest.$ac_objext; then
14422 ac_cv_type_pthread_rwlock_t=yes
14423 else
14424 echo "$as_me: failed program was:" >&5
14425 sed 's/^/| /' conftest.$ac_ext >&5
14427 ac_cv_type_pthread_rwlock_t=no
14430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14432 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14433 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14434 if test $ac_cv_type_pthread_rwlock_t = yes; then
14436 cat >>confdefs.h <<_ACEOF
14437 #define HAVE_PTHREAD_RWLOCK_T 1
14438 _ACEOF
14442 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14443 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14444 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14445 echo $ECHO_N "(cached) $ECHO_C" >&6
14446 else
14447 cat >conftest.$ac_ext <<_ACEOF
14448 /* confdefs.h. */
14449 _ACEOF
14450 cat confdefs.h >>conftest.$ac_ext
14451 cat >>conftest.$ac_ext <<_ACEOF
14452 /* end confdefs.h. */
14453 #define _GNU_SOURCE
14454 #include <pthread.h>
14456 typedef pthread_rwlockattr_t ac__type_new_;
14458 main ()
14460 if ((ac__type_new_ *) 0)
14461 return 0;
14462 if (sizeof (ac__type_new_))
14463 return 0;
14465 return 0;
14467 _ACEOF
14468 rm -f conftest.$ac_objext
14469 if { (ac_try="$ac_compile"
14470 case "(($ac_try" in
14471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14472 *) ac_try_echo=$ac_try;;
14473 esac
14474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14475 (eval "$ac_compile") 2>conftest.er1
14476 ac_status=$?
14477 grep -v '^ *+' conftest.er1 >conftest.err
14478 rm -f conftest.er1
14479 cat conftest.err >&5
14480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14481 (exit $ac_status); } && {
14482 test -z "$ac_c_werror_flag" ||
14483 test ! -s conftest.err
14484 } && test -s conftest.$ac_objext; then
14485 ac_cv_type_pthread_rwlockattr_t=yes
14486 else
14487 echo "$as_me: failed program was:" >&5
14488 sed 's/^/| /' conftest.$ac_ext >&5
14490 ac_cv_type_pthread_rwlockattr_t=no
14493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14495 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14496 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14497 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14499 cat >>confdefs.h <<_ACEOF
14500 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14501 _ACEOF
14507 ac_wine_check_funcs_save_LIBS="$LIBS"
14508 LIBS="$LIBS $LIBPTHREAD"
14513 for ac_func in \
14514 pthread_attr_get_np \
14515 pthread_getattr_np \
14516 pthread_get_stackaddr_np \
14517 pthread_get_stacksize_np
14519 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14520 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14521 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14522 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14523 echo $ECHO_N "(cached) $ECHO_C" >&6
14524 else
14525 cat >conftest.$ac_ext <<_ACEOF
14526 /* confdefs.h. */
14527 _ACEOF
14528 cat confdefs.h >>conftest.$ac_ext
14529 cat >>conftest.$ac_ext <<_ACEOF
14530 /* end confdefs.h. */
14531 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14532 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14533 #define $ac_func innocuous_$ac_func
14535 /* System header to define __stub macros and hopefully few prototypes,
14536 which can conflict with char $ac_func (); below.
14537 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14538 <limits.h> exists even on freestanding compilers. */
14540 #ifdef __STDC__
14541 # include <limits.h>
14542 #else
14543 # include <assert.h>
14544 #endif
14546 #undef $ac_func
14548 /* Override any GCC internal prototype to avoid an error.
14549 Use char because int might match the return type of a GCC
14550 builtin and then its argument prototype would still apply. */
14551 #ifdef __cplusplus
14552 extern "C"
14553 #endif
14554 char $ac_func ();
14555 /* The GNU C library defines this for functions which it implements
14556 to always fail with ENOSYS. Some functions are actually named
14557 something starting with __ and the normal name is an alias. */
14558 #if defined __stub_$ac_func || defined __stub___$ac_func
14559 choke me
14560 #endif
14563 main ()
14565 return $ac_func ();
14567 return 0;
14569 _ACEOF
14570 rm -f conftest.$ac_objext conftest$ac_exeext
14571 if { (ac_try="$ac_link"
14572 case "(($ac_try" in
14573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14574 *) ac_try_echo=$ac_try;;
14575 esac
14576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14577 (eval "$ac_link") 2>conftest.er1
14578 ac_status=$?
14579 grep -v '^ *+' conftest.er1 >conftest.err
14580 rm -f conftest.er1
14581 cat conftest.err >&5
14582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14583 (exit $ac_status); } && {
14584 test -z "$ac_c_werror_flag" ||
14585 test ! -s conftest.err
14586 } && test -s conftest$ac_exeext &&
14587 $as_test_x conftest$ac_exeext; then
14588 eval "$as_ac_var=yes"
14589 else
14590 echo "$as_me: failed program was:" >&5
14591 sed 's/^/| /' conftest.$ac_ext >&5
14593 eval "$as_ac_var=no"
14596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14597 conftest$ac_exeext conftest.$ac_ext
14599 ac_res=`eval echo '${'$as_ac_var'}'`
14600 { echo "$as_me:$LINENO: result: $ac_res" >&5
14601 echo "${ECHO_T}$ac_res" >&6; }
14602 if test `eval echo '${'$as_ac_var'}'` = yes; then
14603 cat >>confdefs.h <<_ACEOF
14604 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14605 _ACEOF
14608 done
14610 LIBS="$ac_wine_check_funcs_save_LIBS"
14612 # Extract the first word of "esd-config", so it can be a program name with args.
14613 set dummy esd-config; ac_word=$2
14614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14616 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14617 echo $ECHO_N "(cached) $ECHO_C" >&6
14618 else
14619 case $ESDCONFIG in
14620 [\\/]* | ?:[\\/]*)
14621 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14625 for as_dir in $PATH
14627 IFS=$as_save_IFS
14628 test -z "$as_dir" && as_dir=.
14629 for ac_exec_ext in '' $ac_executable_extensions; do
14630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14631 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14633 break 2
14635 done
14636 done
14637 IFS=$as_save_IFS
14640 esac
14642 ESDCONFIG=$ac_cv_path_ESDCONFIG
14643 if test -n "$ESDCONFIG"; then
14644 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14645 echo "${ECHO_T}$ESDCONFIG" >&6; }
14646 else
14647 { echo "$as_me:$LINENO: result: no" >&5
14648 echo "${ECHO_T}no" >&6; }
14652 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14653 then
14654 ac_esd_incl=""
14655 for i in `$ESDCONFIG --cflags`
14657 case "$i" in
14658 -I*) ac_esd_incl="$ac_esd_incl $i";;
14659 esac
14660 done
14661 ac_esd_libs=`$ESDCONFIG --libs`
14662 save_CFLAGS="$CFLAGS"
14663 CFLAGS="$CFLAGS $ac_esd_incl"
14664 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14665 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14666 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14667 echo $ECHO_N "(cached) $ECHO_C" >&6
14668 else
14669 ac_check_lib_save_LIBS=$LIBS
14670 LIBS="-lesd $ac_esd_libs $LIBS"
14671 cat >conftest.$ac_ext <<_ACEOF
14672 /* confdefs.h. */
14673 _ACEOF
14674 cat confdefs.h >>conftest.$ac_ext
14675 cat >>conftest.$ac_ext <<_ACEOF
14676 /* end confdefs.h. */
14678 /* Override any GCC internal prototype to avoid an error.
14679 Use char because int might match the return type of a GCC
14680 builtin and then its argument prototype would still apply. */
14681 #ifdef __cplusplus
14682 extern "C"
14683 #endif
14684 char esd_open_sound ();
14686 main ()
14688 return esd_open_sound ();
14690 return 0;
14692 _ACEOF
14693 rm -f conftest.$ac_objext conftest$ac_exeext
14694 if { (ac_try="$ac_link"
14695 case "(($ac_try" in
14696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14697 *) ac_try_echo=$ac_try;;
14698 esac
14699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14700 (eval "$ac_link") 2>conftest.er1
14701 ac_status=$?
14702 grep -v '^ *+' conftest.er1 >conftest.err
14703 rm -f conftest.er1
14704 cat conftest.err >&5
14705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14706 (exit $ac_status); } && {
14707 test -z "$ac_c_werror_flag" ||
14708 test ! -s conftest.err
14709 } && test -s conftest$ac_exeext &&
14710 $as_test_x conftest$ac_exeext; then
14711 ac_cv_lib_esd_esd_open_sound=yes
14712 else
14713 echo "$as_me: failed program was:" >&5
14714 sed 's/^/| /' conftest.$ac_ext >&5
14716 ac_cv_lib_esd_esd_open_sound=no
14719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14720 conftest$ac_exeext conftest.$ac_ext
14721 LIBS=$ac_check_lib_save_LIBS
14723 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14724 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14725 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14726 ESDINCL="$ac_esd_incl"
14728 ESDLIBS="$ac_esd_libs"
14731 cat >>confdefs.h <<\_ACEOF
14732 #define HAVE_ESD 1
14733 _ACEOF
14737 CFLAGS="$save_CFLAGS"
14740 ALSALIBS=""
14742 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14743 then
14744 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14745 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14746 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14747 echo $ECHO_N "(cached) $ECHO_C" >&6
14748 else
14749 ac_check_lib_save_LIBS=$LIBS
14750 LIBS="-lasound $LIBS"
14751 cat >conftest.$ac_ext <<_ACEOF
14752 /* confdefs.h. */
14753 _ACEOF
14754 cat confdefs.h >>conftest.$ac_ext
14755 cat >>conftest.$ac_ext <<_ACEOF
14756 /* end confdefs.h. */
14758 /* Override any GCC internal prototype to avoid an error.
14759 Use char because int might match the return type of a GCC
14760 builtin and then its argument prototype would still apply. */
14761 #ifdef __cplusplus
14762 extern "C"
14763 #endif
14764 char snd_pcm_hw_params_get_access ();
14766 main ()
14768 return snd_pcm_hw_params_get_access ();
14770 return 0;
14772 _ACEOF
14773 rm -f conftest.$ac_objext conftest$ac_exeext
14774 if { (ac_try="$ac_link"
14775 case "(($ac_try" in
14776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14777 *) ac_try_echo=$ac_try;;
14778 esac
14779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14780 (eval "$ac_link") 2>conftest.er1
14781 ac_status=$?
14782 grep -v '^ *+' conftest.er1 >conftest.err
14783 rm -f conftest.er1
14784 cat conftest.err >&5
14785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14786 (exit $ac_status); } && {
14787 test -z "$ac_c_werror_flag" ||
14788 test ! -s conftest.err
14789 } && test -s conftest$ac_exeext &&
14790 $as_test_x conftest$ac_exeext; then
14791 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14792 else
14793 echo "$as_me: failed program was:" >&5
14794 sed 's/^/| /' conftest.$ac_ext >&5
14796 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14800 conftest$ac_exeext conftest.$ac_ext
14801 LIBS=$ac_check_lib_save_LIBS
14803 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14804 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14805 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14806 cat >conftest.$ac_ext <<_ACEOF
14807 /* confdefs.h. */
14808 _ACEOF
14809 cat confdefs.h >>conftest.$ac_ext
14810 cat >>conftest.$ac_ext <<_ACEOF
14811 /* end confdefs.h. */
14812 #ifdef HAVE_ALSA_ASOUNDLIB_H
14813 #include <alsa/asoundlib.h>
14814 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14815 #include <sys/asoundlib.h>
14816 #endif
14818 main ()
14820 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14822 return 0;
14824 _ACEOF
14825 rm -f conftest.$ac_objext
14826 if { (ac_try="$ac_compile"
14827 case "(($ac_try" in
14828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14829 *) ac_try_echo=$ac_try;;
14830 esac
14831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14832 (eval "$ac_compile") 2>conftest.er1
14833 ac_status=$?
14834 grep -v '^ *+' conftest.er1 >conftest.err
14835 rm -f conftest.er1
14836 cat conftest.err >&5
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); } && {
14839 test -z "$ac_c_werror_flag" ||
14840 test ! -s conftest.err
14841 } && test -s conftest.$ac_objext; then
14843 cat >>confdefs.h <<\_ACEOF
14844 #define HAVE_ALSA 1
14845 _ACEOF
14847 ALSALIBS="-lasound"
14848 else
14849 echo "$as_me: failed program was:" >&5
14850 sed 's/^/| /' conftest.$ac_ext >&5
14855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14860 AUDIOIOLIBS=""
14862 if test "$ac_cv_header_libaudioio_h" = "yes"
14863 then
14864 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14865 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14866 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14867 echo $ECHO_N "(cached) $ECHO_C" >&6
14868 else
14869 ac_check_lib_save_LIBS=$LIBS
14870 LIBS="-laudioio $LIBS"
14871 cat >conftest.$ac_ext <<_ACEOF
14872 /* confdefs.h. */
14873 _ACEOF
14874 cat confdefs.h >>conftest.$ac_ext
14875 cat >>conftest.$ac_ext <<_ACEOF
14876 /* end confdefs.h. */
14878 /* Override any GCC internal prototype to avoid an error.
14879 Use char because int might match the return type of a GCC
14880 builtin and then its argument prototype would still apply. */
14881 #ifdef __cplusplus
14882 extern "C"
14883 #endif
14884 char AudioIOGetVersion ();
14886 main ()
14888 return AudioIOGetVersion ();
14890 return 0;
14892 _ACEOF
14893 rm -f conftest.$ac_objext conftest$ac_exeext
14894 if { (ac_try="$ac_link"
14895 case "(($ac_try" in
14896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14897 *) ac_try_echo=$ac_try;;
14898 esac
14899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14900 (eval "$ac_link") 2>conftest.er1
14901 ac_status=$?
14902 grep -v '^ *+' conftest.er1 >conftest.err
14903 rm -f conftest.er1
14904 cat conftest.err >&5
14905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14906 (exit $ac_status); } && {
14907 test -z "$ac_c_werror_flag" ||
14908 test ! -s conftest.err
14909 } && test -s conftest$ac_exeext &&
14910 $as_test_x conftest$ac_exeext; then
14911 ac_cv_lib_audioio_AudioIOGetVersion=yes
14912 else
14913 echo "$as_me: failed program was:" >&5
14914 sed 's/^/| /' conftest.$ac_ext >&5
14916 ac_cv_lib_audioio_AudioIOGetVersion=no
14919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14920 conftest$ac_exeext conftest.$ac_ext
14921 LIBS=$ac_check_lib_save_LIBS
14923 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14924 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14925 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14926 AUDIOIOLIBS="-laudioio"
14928 cat >>confdefs.h <<\_ACEOF
14929 #define HAVE_LIBAUDIOIO 1
14930 _ACEOF
14937 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14938 then
14939 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14940 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14941 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14942 echo $ECHO_N "(cached) $ECHO_C" >&6
14943 else
14944 ac_check_soname_save_LIBS=$LIBS
14945 LIBS="-lcapi20 $LIBS"
14946 cat >conftest.$ac_ext <<_ACEOF
14947 /* confdefs.h. */
14948 _ACEOF
14949 cat confdefs.h >>conftest.$ac_ext
14950 cat >>conftest.$ac_ext <<_ACEOF
14951 /* end confdefs.h. */
14953 /* Override any GCC internal prototype to avoid an error.
14954 Use char because int might match the return type of a GCC
14955 builtin and then its argument prototype would still apply. */
14956 #ifdef __cplusplus
14957 extern "C"
14958 #endif
14959 char capi20_register ();
14961 main ()
14963 return capi20_register ();
14965 return 0;
14967 _ACEOF
14968 rm -f conftest.$ac_objext conftest$ac_exeext
14969 if { (ac_try="$ac_link"
14970 case "(($ac_try" in
14971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14972 *) ac_try_echo=$ac_try;;
14973 esac
14974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14975 (eval "$ac_link") 2>conftest.er1
14976 ac_status=$?
14977 grep -v '^ *+' conftest.er1 >conftest.err
14978 rm -f conftest.er1
14979 cat conftest.err >&5
14980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14981 (exit $ac_status); } && {
14982 test -z "$ac_c_werror_flag" ||
14983 test ! -s conftest.err
14984 } && test -s conftest$ac_exeext &&
14985 $as_test_x conftest$ac_exeext; then
14986 case "$LIBEXT" in
14987 dll) ;;
14988 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'` ;;
14989 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14990 esac
14991 else
14992 echo "$as_me: failed program was:" >&5
14993 sed 's/^/| /' conftest.$ac_ext >&5
14998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14999 conftest$ac_exeext conftest.$ac_ext
15000 LIBS=$ac_check_soname_save_LIBS
15002 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15003 { echo "$as_me:$LINENO: result: not found" >&5
15004 echo "${ECHO_T}not found" >&6; }
15006 else
15007 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15008 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15010 cat >>confdefs.h <<_ACEOF
15011 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15012 _ACEOF
15018 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15019 case "x$with_capi" in
15020 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15021 xno) ;;
15022 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15023 This is an error since --with-capi was requested." >&5
15024 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15025 This is an error since --with-capi was requested." >&2;}
15026 { (exit 1); exit 1; }; } ;;
15027 esac
15031 CUPSINCL=""
15033 if test "x$with_cups" != "xno"
15034 then
15035 ac_save_CPPFLAGS="$CPPFLAGS"
15036 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15037 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15038 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15040 for ac_header in cups/cups.h
15042 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15047 echo $ECHO_N "(cached) $ECHO_C" >&6
15049 ac_res=`eval echo '${'$as_ac_Header'}'`
15050 { echo "$as_me:$LINENO: result: $ac_res" >&5
15051 echo "${ECHO_T}$ac_res" >&6; }
15052 else
15053 # Is the header compilable?
15054 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15055 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15056 cat >conftest.$ac_ext <<_ACEOF
15057 /* confdefs.h. */
15058 _ACEOF
15059 cat confdefs.h >>conftest.$ac_ext
15060 cat >>conftest.$ac_ext <<_ACEOF
15061 /* end confdefs.h. */
15062 $ac_includes_default
15063 #include <$ac_header>
15064 _ACEOF
15065 rm -f conftest.$ac_objext
15066 if { (ac_try="$ac_compile"
15067 case "(($ac_try" in
15068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15069 *) ac_try_echo=$ac_try;;
15070 esac
15071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15072 (eval "$ac_compile") 2>conftest.er1
15073 ac_status=$?
15074 grep -v '^ *+' conftest.er1 >conftest.err
15075 rm -f conftest.er1
15076 cat conftest.err >&5
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); } && {
15079 test -z "$ac_c_werror_flag" ||
15080 test ! -s conftest.err
15081 } && test -s conftest.$ac_objext; then
15082 ac_header_compiler=yes
15083 else
15084 echo "$as_me: failed program was:" >&5
15085 sed 's/^/| /' conftest.$ac_ext >&5
15087 ac_header_compiler=no
15090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15091 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15092 echo "${ECHO_T}$ac_header_compiler" >&6; }
15094 # Is the header present?
15095 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15096 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15097 cat >conftest.$ac_ext <<_ACEOF
15098 /* confdefs.h. */
15099 _ACEOF
15100 cat confdefs.h >>conftest.$ac_ext
15101 cat >>conftest.$ac_ext <<_ACEOF
15102 /* end confdefs.h. */
15103 #include <$ac_header>
15104 _ACEOF
15105 if { (ac_try="$ac_cpp conftest.$ac_ext"
15106 case "(($ac_try" in
15107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15108 *) ac_try_echo=$ac_try;;
15109 esac
15110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15111 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15112 ac_status=$?
15113 grep -v '^ *+' conftest.er1 >conftest.err
15114 rm -f conftest.er1
15115 cat conftest.err >&5
15116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15117 (exit $ac_status); } >/dev/null && {
15118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15119 test ! -s conftest.err
15120 }; then
15121 ac_header_preproc=yes
15122 else
15123 echo "$as_me: failed program was:" >&5
15124 sed 's/^/| /' conftest.$ac_ext >&5
15126 ac_header_preproc=no
15129 rm -f conftest.err conftest.$ac_ext
15130 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15131 echo "${ECHO_T}$ac_header_preproc" >&6; }
15133 # So? What about this header?
15134 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15135 yes:no: )
15136 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15137 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15138 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15139 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15140 ac_header_preproc=yes
15142 no:yes:* )
15143 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15144 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15146 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15147 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15148 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15149 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15150 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15151 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15152 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15153 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15154 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15155 ( cat <<\_ASBOX
15156 ## ------------------------------------ ##
15157 ## Report this to wine-devel@winehq.org ##
15158 ## ------------------------------------ ##
15159 _ASBOX
15160 ) | sed "s/^/$as_me: WARNING: /" >&2
15162 esac
15163 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15164 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15166 echo $ECHO_N "(cached) $ECHO_C" >&6
15167 else
15168 eval "$as_ac_Header=\$ac_header_preproc"
15170 ac_res=`eval echo '${'$as_ac_Header'}'`
15171 { echo "$as_me:$LINENO: result: $ac_res" >&5
15172 echo "${ECHO_T}$ac_res" >&6; }
15175 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15176 cat >>confdefs.h <<_ACEOF
15177 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15178 _ACEOF
15179 { echo "$as_me:$LINENO: checking for -lcups" >&5
15180 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15181 if test "${ac_cv_lib_soname_cups+set}" = set; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6
15183 else
15184 ac_check_soname_save_LIBS=$LIBS
15185 LIBS="-lcups $ac_cups_libs $LIBS"
15186 cat >conftest.$ac_ext <<_ACEOF
15187 /* confdefs.h. */
15188 _ACEOF
15189 cat confdefs.h >>conftest.$ac_ext
15190 cat >>conftest.$ac_ext <<_ACEOF
15191 /* end confdefs.h. */
15193 /* Override any GCC internal prototype to avoid an error.
15194 Use char because int might match the return type of a GCC
15195 builtin and then its argument prototype would still apply. */
15196 #ifdef __cplusplus
15197 extern "C"
15198 #endif
15199 char cupsGetDefault ();
15201 main ()
15203 return cupsGetDefault ();
15205 return 0;
15207 _ACEOF
15208 rm -f conftest.$ac_objext conftest$ac_exeext
15209 if { (ac_try="$ac_link"
15210 case "(($ac_try" in
15211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15212 *) ac_try_echo=$ac_try;;
15213 esac
15214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15215 (eval "$ac_link") 2>conftest.er1
15216 ac_status=$?
15217 grep -v '^ *+' conftest.er1 >conftest.err
15218 rm -f conftest.er1
15219 cat conftest.err >&5
15220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15221 (exit $ac_status); } && {
15222 test -z "$ac_c_werror_flag" ||
15223 test ! -s conftest.err
15224 } && test -s conftest$ac_exeext &&
15225 $as_test_x conftest$ac_exeext; then
15226 case "$LIBEXT" in
15227 dll) ;;
15228 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'` ;;
15229 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15230 esac
15231 else
15232 echo "$as_me: failed program was:" >&5
15233 sed 's/^/| /' conftest.$ac_ext >&5
15238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15239 conftest$ac_exeext conftest.$ac_ext
15240 LIBS=$ac_check_soname_save_LIBS
15242 if test "x$ac_cv_lib_soname_cups" = "x"; then
15243 { echo "$as_me:$LINENO: result: not found" >&5
15244 echo "${ECHO_T}not found" >&6; }
15246 else
15247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15248 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15250 cat >>confdefs.h <<_ACEOF
15251 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15252 _ACEOF
15254 CUPSINCL="$ac_cups_cflags"
15259 done
15261 CPPFLAGS="$ac_save_CPPFLAGS"
15263 if test "x$ac_cv_lib_soname_cups" = "x"; then
15264 case "x$with_cups" in
15265 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15266 xno) ;;
15267 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15268 This is an error since --with-cups was requested." >&5
15269 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15270 This is an error since --with-cups was requested." >&2;}
15271 { (exit 1); exit 1; }; } ;;
15272 esac
15276 if test "$ac_cv_header_jack_jack_h" = "yes"
15277 then
15278 { echo "$as_me:$LINENO: checking for -ljack" >&5
15279 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15280 if test "${ac_cv_lib_soname_jack+set}" = set; then
15281 echo $ECHO_N "(cached) $ECHO_C" >&6
15282 else
15283 ac_check_soname_save_LIBS=$LIBS
15284 LIBS="-ljack $LIBS"
15285 cat >conftest.$ac_ext <<_ACEOF
15286 /* confdefs.h. */
15287 _ACEOF
15288 cat confdefs.h >>conftest.$ac_ext
15289 cat >>conftest.$ac_ext <<_ACEOF
15290 /* end confdefs.h. */
15292 /* Override any GCC internal prototype to avoid an error.
15293 Use char because int might match the return type of a GCC
15294 builtin and then its argument prototype would still apply. */
15295 #ifdef __cplusplus
15296 extern "C"
15297 #endif
15298 char jack_client_new ();
15300 main ()
15302 return jack_client_new ();
15304 return 0;
15306 _ACEOF
15307 rm -f conftest.$ac_objext conftest$ac_exeext
15308 if { (ac_try="$ac_link"
15309 case "(($ac_try" in
15310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15311 *) ac_try_echo=$ac_try;;
15312 esac
15313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15314 (eval "$ac_link") 2>conftest.er1
15315 ac_status=$?
15316 grep -v '^ *+' conftest.er1 >conftest.err
15317 rm -f conftest.er1
15318 cat conftest.err >&5
15319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15320 (exit $ac_status); } && {
15321 test -z "$ac_c_werror_flag" ||
15322 test ! -s conftest.err
15323 } && test -s conftest$ac_exeext &&
15324 $as_test_x conftest$ac_exeext; then
15325 case "$LIBEXT" in
15326 dll) ;;
15327 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'` ;;
15328 *) 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'` ;;
15329 esac
15330 else
15331 echo "$as_me: failed program was:" >&5
15332 sed 's/^/| /' conftest.$ac_ext >&5
15337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15338 conftest$ac_exeext conftest.$ac_ext
15339 LIBS=$ac_check_soname_save_LIBS
15341 if test "x$ac_cv_lib_soname_jack" = "x"; then
15342 { echo "$as_me:$LINENO: result: not found" >&5
15343 echo "${ECHO_T}not found" >&6; }
15345 else
15346 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15347 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15349 cat >>confdefs.h <<_ACEOF
15350 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15351 _ACEOF
15358 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15359 then
15360 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15361 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15362 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15363 echo $ECHO_N "(cached) $ECHO_C" >&6
15364 else
15365 ac_check_soname_save_LIBS=$LIBS
15366 LIBS="-lfontconfig $LIBS"
15367 cat >conftest.$ac_ext <<_ACEOF
15368 /* confdefs.h. */
15369 _ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15377 #ifdef __cplusplus
15378 extern "C"
15379 #endif
15380 char FcInit ();
15382 main ()
15384 return FcInit ();
15386 return 0;
15388 _ACEOF
15389 rm -f conftest.$ac_objext conftest$ac_exeext
15390 if { (ac_try="$ac_link"
15391 case "(($ac_try" in
15392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15393 *) ac_try_echo=$ac_try;;
15394 esac
15395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15396 (eval "$ac_link") 2>conftest.er1
15397 ac_status=$?
15398 grep -v '^ *+' conftest.er1 >conftest.err
15399 rm -f conftest.er1
15400 cat conftest.err >&5
15401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402 (exit $ac_status); } && {
15403 test -z "$ac_c_werror_flag" ||
15404 test ! -s conftest.err
15405 } && test -s conftest$ac_exeext &&
15406 $as_test_x conftest$ac_exeext; then
15407 case "$LIBEXT" in
15408 dll) ;;
15409 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'` ;;
15410 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15411 esac
15412 else
15413 echo "$as_me: failed program was:" >&5
15414 sed 's/^/| /' conftest.$ac_ext >&5
15419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15420 conftest$ac_exeext conftest.$ac_ext
15421 LIBS=$ac_check_soname_save_LIBS
15423 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15424 { echo "$as_me:$LINENO: result: not found" >&5
15425 echo "${ECHO_T}not found" >&6; }
15427 else
15428 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15429 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15431 cat >>confdefs.h <<_ACEOF
15432 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15433 _ACEOF
15438 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15439 then
15440 ac_save_CPPFLAGS="$CPPFLAGS"
15441 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15442 $as_unset ac_cv_header_fontconfig_fontconfig_h
15444 for ac_header in fontconfig/fontconfig.h
15446 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15451 echo $ECHO_N "(cached) $ECHO_C" >&6
15453 ac_res=`eval echo '${'$as_ac_Header'}'`
15454 { echo "$as_me:$LINENO: result: $ac_res" >&5
15455 echo "${ECHO_T}$ac_res" >&6; }
15456 else
15457 # Is the header compilable?
15458 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15459 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15460 cat >conftest.$ac_ext <<_ACEOF
15461 /* confdefs.h. */
15462 _ACEOF
15463 cat confdefs.h >>conftest.$ac_ext
15464 cat >>conftest.$ac_ext <<_ACEOF
15465 /* end confdefs.h. */
15466 $ac_includes_default
15467 #include <$ac_header>
15468 _ACEOF
15469 rm -f conftest.$ac_objext
15470 if { (ac_try="$ac_compile"
15471 case "(($ac_try" in
15472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15473 *) ac_try_echo=$ac_try;;
15474 esac
15475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15476 (eval "$ac_compile") 2>conftest.er1
15477 ac_status=$?
15478 grep -v '^ *+' conftest.er1 >conftest.err
15479 rm -f conftest.er1
15480 cat conftest.err >&5
15481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15482 (exit $ac_status); } && {
15483 test -z "$ac_c_werror_flag" ||
15484 test ! -s conftest.err
15485 } && test -s conftest.$ac_objext; then
15486 ac_header_compiler=yes
15487 else
15488 echo "$as_me: failed program was:" >&5
15489 sed 's/^/| /' conftest.$ac_ext >&5
15491 ac_header_compiler=no
15494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15495 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15496 echo "${ECHO_T}$ac_header_compiler" >&6; }
15498 # Is the header present?
15499 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15501 cat >conftest.$ac_ext <<_ACEOF
15502 /* confdefs.h. */
15503 _ACEOF
15504 cat confdefs.h >>conftest.$ac_ext
15505 cat >>conftest.$ac_ext <<_ACEOF
15506 /* end confdefs.h. */
15507 #include <$ac_header>
15508 _ACEOF
15509 if { (ac_try="$ac_cpp conftest.$ac_ext"
15510 case "(($ac_try" in
15511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15512 *) ac_try_echo=$ac_try;;
15513 esac
15514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15516 ac_status=$?
15517 grep -v '^ *+' conftest.er1 >conftest.err
15518 rm -f conftest.er1
15519 cat conftest.err >&5
15520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15521 (exit $ac_status); } >/dev/null && {
15522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15523 test ! -s conftest.err
15524 }; then
15525 ac_header_preproc=yes
15526 else
15527 echo "$as_me: failed program was:" >&5
15528 sed 's/^/| /' conftest.$ac_ext >&5
15530 ac_header_preproc=no
15533 rm -f conftest.err conftest.$ac_ext
15534 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15535 echo "${ECHO_T}$ac_header_preproc" >&6; }
15537 # So? What about this header?
15538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15539 yes:no: )
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15544 ac_header_preproc=yes
15546 no:yes:* )
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15559 ( cat <<\_ASBOX
15560 ## ------------------------------------ ##
15561 ## Report this to wine-devel@winehq.org ##
15562 ## ------------------------------------ ##
15563 _ASBOX
15564 ) | sed "s/^/$as_me: WARNING: /" >&2
15566 esac
15567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15570 echo $ECHO_N "(cached) $ECHO_C" >&6
15571 else
15572 eval "$as_ac_Header=\$ac_header_preproc"
15574 ac_res=`eval echo '${'$as_ac_Header'}'`
15575 { echo "$as_me:$LINENO: result: $ac_res" >&5
15576 echo "${ECHO_T}$ac_res" >&6; }
15579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15580 cat >>confdefs.h <<_ACEOF
15581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15582 _ACEOF
15586 done
15588 CPPFLAGS="$ac_save_CPPFLAGS"
15589 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15590 then
15591 FONTCONFIGINCL="$X_CFLAGS"
15593 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15594 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15595 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15596 echo $ECHO_N "(cached) $ECHO_C" >&6
15597 else
15598 ac_check_soname_save_LIBS=$LIBS
15599 LIBS="-lfontconfig $X_LIBS $LIBS"
15600 cat >conftest.$ac_ext <<_ACEOF
15601 /* confdefs.h. */
15602 _ACEOF
15603 cat confdefs.h >>conftest.$ac_ext
15604 cat >>conftest.$ac_ext <<_ACEOF
15605 /* end confdefs.h. */
15607 /* Override any GCC internal prototype to avoid an error.
15608 Use char because int might match the return type of a GCC
15609 builtin and then its argument prototype would still apply. */
15610 #ifdef __cplusplus
15611 extern "C"
15612 #endif
15613 char FcInit ();
15615 main ()
15617 return FcInit ();
15619 return 0;
15621 _ACEOF
15622 rm -f conftest.$ac_objext conftest$ac_exeext
15623 if { (ac_try="$ac_link"
15624 case "(($ac_try" in
15625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15626 *) ac_try_echo=$ac_try;;
15627 esac
15628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15629 (eval "$ac_link") 2>conftest.er1
15630 ac_status=$?
15631 grep -v '^ *+' conftest.er1 >conftest.err
15632 rm -f conftest.er1
15633 cat conftest.err >&5
15634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15635 (exit $ac_status); } && {
15636 test -z "$ac_c_werror_flag" ||
15637 test ! -s conftest.err
15638 } && test -s conftest$ac_exeext &&
15639 $as_test_x conftest$ac_exeext; then
15640 case "$LIBEXT" in
15641 dll) ;;
15642 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'` ;;
15643 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15644 esac
15645 else
15646 echo "$as_me: failed program was:" >&5
15647 sed 's/^/| /' conftest.$ac_ext >&5
15652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15653 conftest$ac_exeext conftest.$ac_ext
15654 LIBS=$ac_check_soname_save_LIBS
15656 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15657 { echo "$as_me:$LINENO: result: not found" >&5
15658 echo "${ECHO_T}not found" >&6; }
15660 else
15661 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15662 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15664 cat >>confdefs.h <<_ACEOF
15665 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15666 _ACEOF
15673 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15674 case "x$with_fontconfig" in
15675 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15676 xno) ;;
15677 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15678 This is an error since --with-fontconfig was requested." >&5
15679 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15680 This is an error since --with-fontconfig was requested." >&2;}
15681 { (exit 1); exit 1; }; } ;;
15682 esac
15686 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15687 then
15688 { echo "$as_me:$LINENO: checking for -lssl" >&5
15689 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15690 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15691 echo $ECHO_N "(cached) $ECHO_C" >&6
15692 else
15693 ac_check_soname_save_LIBS=$LIBS
15694 LIBS="-lssl $LIBS"
15695 cat >conftest.$ac_ext <<_ACEOF
15696 /* confdefs.h. */
15697 _ACEOF
15698 cat confdefs.h >>conftest.$ac_ext
15699 cat >>conftest.$ac_ext <<_ACEOF
15700 /* end confdefs.h. */
15702 /* Override any GCC internal prototype to avoid an error.
15703 Use char because int might match the return type of a GCC
15704 builtin and then its argument prototype would still apply. */
15705 #ifdef __cplusplus
15706 extern "C"
15707 #endif
15708 char SSL_library_init ();
15710 main ()
15712 return SSL_library_init ();
15714 return 0;
15716 _ACEOF
15717 rm -f conftest.$ac_objext conftest$ac_exeext
15718 if { (ac_try="$ac_link"
15719 case "(($ac_try" in
15720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15721 *) ac_try_echo=$ac_try;;
15722 esac
15723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15724 (eval "$ac_link") 2>conftest.er1
15725 ac_status=$?
15726 grep -v '^ *+' conftest.er1 >conftest.err
15727 rm -f conftest.er1
15728 cat conftest.err >&5
15729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15730 (exit $ac_status); } && {
15731 test -z "$ac_c_werror_flag" ||
15732 test ! -s conftest.err
15733 } && test -s conftest$ac_exeext &&
15734 $as_test_x conftest$ac_exeext; then
15735 case "$LIBEXT" in
15736 dll) ;;
15737 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'` ;;
15738 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15739 esac
15740 else
15741 echo "$as_me: failed program was:" >&5
15742 sed 's/^/| /' conftest.$ac_ext >&5
15747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15748 conftest$ac_exeext conftest.$ac_ext
15749 LIBS=$ac_check_soname_save_LIBS
15751 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15752 { echo "$as_me:$LINENO: result: not found" >&5
15753 echo "${ECHO_T}not found" >&6; }
15755 else
15756 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15757 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15759 cat >>confdefs.h <<_ACEOF
15760 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15761 _ACEOF
15766 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15767 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15768 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15769 echo $ECHO_N "(cached) $ECHO_C" >&6
15770 else
15771 ac_check_soname_save_LIBS=$LIBS
15772 LIBS="-lcrypto $LIBS"
15773 cat >conftest.$ac_ext <<_ACEOF
15774 /* confdefs.h. */
15775 _ACEOF
15776 cat confdefs.h >>conftest.$ac_ext
15777 cat >>conftest.$ac_ext <<_ACEOF
15778 /* end confdefs.h. */
15780 /* Override any GCC internal prototype to avoid an error.
15781 Use char because int might match the return type of a GCC
15782 builtin and then its argument prototype would still apply. */
15783 #ifdef __cplusplus
15784 extern "C"
15785 #endif
15786 char BIO_new_socket ();
15788 main ()
15790 return BIO_new_socket ();
15792 return 0;
15794 _ACEOF
15795 rm -f conftest.$ac_objext conftest$ac_exeext
15796 if { (ac_try="$ac_link"
15797 case "(($ac_try" in
15798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15799 *) ac_try_echo=$ac_try;;
15800 esac
15801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15802 (eval "$ac_link") 2>conftest.er1
15803 ac_status=$?
15804 grep -v '^ *+' conftest.er1 >conftest.err
15805 rm -f conftest.er1
15806 cat conftest.err >&5
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); } && {
15809 test -z "$ac_c_werror_flag" ||
15810 test ! -s conftest.err
15811 } && test -s conftest$ac_exeext &&
15812 $as_test_x conftest$ac_exeext; then
15813 case "$LIBEXT" in
15814 dll) ;;
15815 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'` ;;
15816 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15817 esac
15818 else
15819 echo "$as_me: failed program was:" >&5
15820 sed 's/^/| /' conftest.$ac_ext >&5
15825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15826 conftest$ac_exeext conftest.$ac_ext
15827 LIBS=$ac_check_soname_save_LIBS
15829 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15830 { echo "$as_me:$LINENO: result: not found" >&5
15831 echo "${ECHO_T}not found" >&6; }
15833 else
15834 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15835 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15837 cat >>confdefs.h <<_ACEOF
15838 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15839 _ACEOF
15845 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15846 case "x$with_openssl" in
15847 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15848 xno) ;;
15849 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15850 This is an error since --with-openssl was requested." >&5
15851 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15852 This is an error since --with-openssl was requested." >&2;}
15853 { (exit 1); exit 1; }; } ;;
15854 esac
15858 if test "$ac_cv_header_jpeglib_h" = "yes"
15859 then
15860 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15861 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15862 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15863 echo $ECHO_N "(cached) $ECHO_C" >&6
15864 else
15865 ac_check_soname_save_LIBS=$LIBS
15866 LIBS="-ljpeg $LIBS"
15867 cat >conftest.$ac_ext <<_ACEOF
15868 /* confdefs.h. */
15869 _ACEOF
15870 cat confdefs.h >>conftest.$ac_ext
15871 cat >>conftest.$ac_ext <<_ACEOF
15872 /* end confdefs.h. */
15874 /* Override any GCC internal prototype to avoid an error.
15875 Use char because int might match the return type of a GCC
15876 builtin and then its argument prototype would still apply. */
15877 #ifdef __cplusplus
15878 extern "C"
15879 #endif
15880 char jpeg_start_decompress ();
15882 main ()
15884 return jpeg_start_decompress ();
15886 return 0;
15888 _ACEOF
15889 rm -f conftest.$ac_objext conftest$ac_exeext
15890 if { (ac_try="$ac_link"
15891 case "(($ac_try" in
15892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15893 *) ac_try_echo=$ac_try;;
15894 esac
15895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15896 (eval "$ac_link") 2>conftest.er1
15897 ac_status=$?
15898 grep -v '^ *+' conftest.er1 >conftest.err
15899 rm -f conftest.er1
15900 cat conftest.err >&5
15901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15902 (exit $ac_status); } && {
15903 test -z "$ac_c_werror_flag" ||
15904 test ! -s conftest.err
15905 } && test -s conftest$ac_exeext &&
15906 $as_test_x conftest$ac_exeext; then
15907 case "$LIBEXT" in
15908 dll) ;;
15909 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'` ;;
15910 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15911 esac
15912 else
15913 echo "$as_me: failed program was:" >&5
15914 sed 's/^/| /' conftest.$ac_ext >&5
15919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15920 conftest$ac_exeext conftest.$ac_ext
15921 LIBS=$ac_check_soname_save_LIBS
15923 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15924 { echo "$as_me:$LINENO: result: not found" >&5
15925 echo "${ECHO_T}not found" >&6; }
15927 else
15928 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15929 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15931 cat >>confdefs.h <<_ACEOF
15932 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15933 _ACEOF
15939 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15940 case "x$with_jpeg" in
15941 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15942 xno) ;;
15943 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15944 This is an error since --with-jpeg was requested." >&5
15945 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15946 This is an error since --with-jpeg was requested." >&2;}
15947 { (exit 1); exit 1; }; } ;;
15948 esac
15952 if test "$ac_cv_header_png_h" = "yes"
15953 then
15954 { echo "$as_me:$LINENO: checking for -lpng" >&5
15955 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15956 if test "${ac_cv_lib_soname_png+set}" = set; then
15957 echo $ECHO_N "(cached) $ECHO_C" >&6
15958 else
15959 ac_check_soname_save_LIBS=$LIBS
15960 LIBS="-lpng -lm $LIBS"
15961 cat >conftest.$ac_ext <<_ACEOF
15962 /* confdefs.h. */
15963 _ACEOF
15964 cat confdefs.h >>conftest.$ac_ext
15965 cat >>conftest.$ac_ext <<_ACEOF
15966 /* end confdefs.h. */
15968 /* Override any GCC internal prototype to avoid an error.
15969 Use char because int might match the return type of a GCC
15970 builtin and then its argument prototype would still apply. */
15971 #ifdef __cplusplus
15972 extern "C"
15973 #endif
15974 char png_create_read_struct ();
15976 main ()
15978 return png_create_read_struct ();
15980 return 0;
15982 _ACEOF
15983 rm -f conftest.$ac_objext conftest$ac_exeext
15984 if { (ac_try="$ac_link"
15985 case "(($ac_try" in
15986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15987 *) ac_try_echo=$ac_try;;
15988 esac
15989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15990 (eval "$ac_link") 2>conftest.er1
15991 ac_status=$?
15992 grep -v '^ *+' conftest.er1 >conftest.err
15993 rm -f conftest.er1
15994 cat conftest.err >&5
15995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15996 (exit $ac_status); } && {
15997 test -z "$ac_c_werror_flag" ||
15998 test ! -s conftest.err
15999 } && test -s conftest$ac_exeext &&
16000 $as_test_x conftest$ac_exeext; then
16001 case "$LIBEXT" in
16002 dll) ;;
16003 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'` ;;
16004 *) 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'` ;;
16005 esac
16006 else
16007 echo "$as_me: failed program was:" >&5
16008 sed 's/^/| /' conftest.$ac_ext >&5
16013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16014 conftest$ac_exeext conftest.$ac_ext
16015 LIBS=$ac_check_soname_save_LIBS
16017 if test "x$ac_cv_lib_soname_png" = "x"; then
16018 { echo "$as_me:$LINENO: result: not found" >&5
16019 echo "${ECHO_T}not found" >&6; }
16021 else
16022 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16023 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16025 cat >>confdefs.h <<_ACEOF
16026 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16027 _ACEOF
16033 if test "x$ac_cv_lib_soname_png" = "x"; then
16034 case "x$with_png" in
16035 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16036 xno) ;;
16037 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16038 This is an error since --with-png was requested." >&5
16039 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16040 This is an error since --with-png was requested." >&2;}
16041 { (exit 1); exit 1; }; } ;;
16042 esac
16046 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16047 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16048 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16049 echo $ECHO_N "(cached) $ECHO_C" >&6
16050 else
16051 ac_check_soname_save_LIBS=$LIBS
16052 LIBS="-lodbc $LIBS"
16053 cat >conftest.$ac_ext <<_ACEOF
16054 /* confdefs.h. */
16055 _ACEOF
16056 cat confdefs.h >>conftest.$ac_ext
16057 cat >>conftest.$ac_ext <<_ACEOF
16058 /* end confdefs.h. */
16060 /* Override any GCC internal prototype to avoid an error.
16061 Use char because int might match the return type of a GCC
16062 builtin and then its argument prototype would still apply. */
16063 #ifdef __cplusplus
16064 extern "C"
16065 #endif
16066 char SQLConnect ();
16068 main ()
16070 return SQLConnect ();
16072 return 0;
16074 _ACEOF
16075 rm -f conftest.$ac_objext conftest$ac_exeext
16076 if { (ac_try="$ac_link"
16077 case "(($ac_try" in
16078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16079 *) ac_try_echo=$ac_try;;
16080 esac
16081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16082 (eval "$ac_link") 2>conftest.er1
16083 ac_status=$?
16084 grep -v '^ *+' conftest.er1 >conftest.err
16085 rm -f conftest.er1
16086 cat conftest.err >&5
16087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16088 (exit $ac_status); } && {
16089 test -z "$ac_c_werror_flag" ||
16090 test ! -s conftest.err
16091 } && test -s conftest$ac_exeext &&
16092 $as_test_x conftest$ac_exeext; then
16093 case "$LIBEXT" in
16094 dll) ;;
16095 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'` ;;
16096 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16097 esac
16098 else
16099 echo "$as_me: failed program was:" >&5
16100 sed 's/^/| /' conftest.$ac_ext >&5
16105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16106 conftest$ac_exeext conftest.$ac_ext
16107 LIBS=$ac_check_soname_save_LIBS
16109 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16110 { echo "$as_me:$LINENO: result: not found" >&5
16111 echo "${ECHO_T}not found" >&6; }
16112 cat >>confdefs.h <<_ACEOF
16113 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16114 _ACEOF
16116 else
16117 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16118 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16120 cat >>confdefs.h <<_ACEOF
16121 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16122 _ACEOF
16128 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16129 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16130 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16131 "$ac_cv_header_soundcard_h" != "yes" -a \
16132 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16133 then
16134 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16138 EXTRACFLAGS=""
16140 if test "x${GCC}" = "xyes"
16141 then
16142 EXTRACFLAGS="-Wall -pipe"
16144 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16145 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16146 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16147 echo $ECHO_N "(cached) $ECHO_C" >&6
16148 else
16149 if test "$cross_compiling" = yes; then
16150 ac_cv_c_gcc_strength_bug="yes"
16151 else
16152 cat >conftest.$ac_ext <<_ACEOF
16153 /* confdefs.h. */
16154 _ACEOF
16155 cat confdefs.h >>conftest.$ac_ext
16156 cat >>conftest.$ac_ext <<_ACEOF
16157 /* end confdefs.h. */
16158 int L[4] = {0,1,2,3};
16160 main ()
16162 static int Array[3];
16163 unsigned int B = 3;
16164 int i;
16165 for(i=0; i<B; i++) Array[i] = i - 3;
16166 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16167 L[i] = 4;
16168 exit( Array[1] != -2 || L[2] != 3)
16170 return 0;
16172 _ACEOF
16173 rm -f conftest$ac_exeext
16174 if { (ac_try="$ac_link"
16175 case "(($ac_try" in
16176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16177 *) ac_try_echo=$ac_try;;
16178 esac
16179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16180 (eval "$ac_link") 2>&5
16181 ac_status=$?
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16184 { (case "(($ac_try" in
16185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16186 *) ac_try_echo=$ac_try;;
16187 esac
16188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16189 (eval "$ac_try") 2>&5
16190 ac_status=$?
16191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16192 (exit $ac_status); }; }; then
16193 ac_cv_c_gcc_strength_bug="no"
16194 else
16195 echo "$as_me: program exited with status $ac_status" >&5
16196 echo "$as_me: failed program was:" >&5
16197 sed 's/^/| /' conftest.$ac_ext >&5
16199 ( exit $ac_status )
16200 ac_cv_c_gcc_strength_bug="yes"
16202 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16207 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16208 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16209 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16210 then
16211 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16215 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16216 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16217 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16218 echo $ECHO_N "(cached) $ECHO_C" >&6
16219 else
16220 ac_wine_try_cflags_saved=$CFLAGS
16221 CFLAGS="$CFLAGS -fshort-wchar"
16222 cat >conftest.$ac_ext <<_ACEOF
16223 /* confdefs.h. */
16224 _ACEOF
16225 cat confdefs.h >>conftest.$ac_ext
16226 cat >>conftest.$ac_ext <<_ACEOF
16227 /* end confdefs.h. */
16230 main ()
16234 return 0;
16236 _ACEOF
16237 rm -f conftest.$ac_objext conftest$ac_exeext
16238 if { (ac_try="$ac_link"
16239 case "(($ac_try" in
16240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16241 *) ac_try_echo=$ac_try;;
16242 esac
16243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16244 (eval "$ac_link") 2>conftest.er1
16245 ac_status=$?
16246 grep -v '^ *+' conftest.er1 >conftest.err
16247 rm -f conftest.er1
16248 cat conftest.err >&5
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); } && {
16251 test -z "$ac_c_werror_flag" ||
16252 test ! -s conftest.err
16253 } && test -s conftest$ac_exeext &&
16254 $as_test_x conftest$ac_exeext; then
16255 ac_cv_cflags__fshort_wchar=yes
16256 else
16257 echo "$as_me: failed program was:" >&5
16258 sed 's/^/| /' conftest.$ac_ext >&5
16260 ac_cv_cflags__fshort_wchar=no
16263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16264 conftest$ac_exeext conftest.$ac_ext
16265 CFLAGS=$ac_wine_try_cflags_saved
16267 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16268 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16269 if test $ac_cv_cflags__fshort_wchar = yes; then
16271 cat >>confdefs.h <<\_ACEOF
16272 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16273 _ACEOF
16277 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16278 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16279 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16280 echo $ECHO_N "(cached) $ECHO_C" >&6
16281 else
16282 ac_wine_try_cflags_saved=$CFLAGS
16283 CFLAGS="$CFLAGS -fno-strict-aliasing"
16284 cat >conftest.$ac_ext <<_ACEOF
16285 /* confdefs.h. */
16286 _ACEOF
16287 cat confdefs.h >>conftest.$ac_ext
16288 cat >>conftest.$ac_ext <<_ACEOF
16289 /* end confdefs.h. */
16292 main ()
16296 return 0;
16298 _ACEOF
16299 rm -f conftest.$ac_objext conftest$ac_exeext
16300 if { (ac_try="$ac_link"
16301 case "(($ac_try" in
16302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16303 *) ac_try_echo=$ac_try;;
16304 esac
16305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16306 (eval "$ac_link") 2>conftest.er1
16307 ac_status=$?
16308 grep -v '^ *+' conftest.er1 >conftest.err
16309 rm -f conftest.er1
16310 cat conftest.err >&5
16311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16312 (exit $ac_status); } && {
16313 test -z "$ac_c_werror_flag" ||
16314 test ! -s conftest.err
16315 } && test -s conftest$ac_exeext &&
16316 $as_test_x conftest$ac_exeext; then
16317 ac_cv_cflags__fno_strict_aliasing=yes
16318 else
16319 echo "$as_me: failed program was:" >&5
16320 sed 's/^/| /' conftest.$ac_ext >&5
16322 ac_cv_cflags__fno_strict_aliasing=no
16325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16326 conftest$ac_exeext conftest.$ac_ext
16327 CFLAGS=$ac_wine_try_cflags_saved
16329 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16330 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16331 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16332 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16335 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16336 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16337 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16338 echo $ECHO_N "(cached) $ECHO_C" >&6
16339 else
16340 ac_wine_try_cflags_saved=$CFLAGS
16341 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16342 cat >conftest.$ac_ext <<_ACEOF
16343 /* confdefs.h. */
16344 _ACEOF
16345 cat confdefs.h >>conftest.$ac_ext
16346 cat >>conftest.$ac_ext <<_ACEOF
16347 /* end confdefs.h. */
16350 main ()
16354 return 0;
16356 _ACEOF
16357 rm -f conftest.$ac_objext conftest$ac_exeext
16358 if { (ac_try="$ac_link"
16359 case "(($ac_try" in
16360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16361 *) ac_try_echo=$ac_try;;
16362 esac
16363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16364 (eval "$ac_link") 2>conftest.er1
16365 ac_status=$?
16366 grep -v '^ *+' conftest.er1 >conftest.err
16367 rm -f conftest.er1
16368 cat conftest.err >&5
16369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16370 (exit $ac_status); } && {
16371 test -z "$ac_c_werror_flag" ||
16372 test ! -s conftest.err
16373 } && test -s conftest$ac_exeext &&
16374 $as_test_x conftest$ac_exeext; then
16375 ac_cv_cflags__Wdeclaration_after_statement=yes
16376 else
16377 echo "$as_me: failed program was:" >&5
16378 sed 's/^/| /' conftest.$ac_ext >&5
16380 ac_cv_cflags__Wdeclaration_after_statement=no
16383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16384 conftest$ac_exeext conftest.$ac_ext
16385 CFLAGS=$ac_wine_try_cflags_saved
16387 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16388 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16389 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16390 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16393 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16394 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16395 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16396 echo $ECHO_N "(cached) $ECHO_C" >&6
16397 else
16398 ac_wine_try_cflags_saved=$CFLAGS
16399 CFLAGS="$CFLAGS -Wwrite-strings"
16400 cat >conftest.$ac_ext <<_ACEOF
16401 /* confdefs.h. */
16402 _ACEOF
16403 cat confdefs.h >>conftest.$ac_ext
16404 cat >>conftest.$ac_ext <<_ACEOF
16405 /* end confdefs.h. */
16408 main ()
16412 return 0;
16414 _ACEOF
16415 rm -f conftest.$ac_objext conftest$ac_exeext
16416 if { (ac_try="$ac_link"
16417 case "(($ac_try" in
16418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16419 *) ac_try_echo=$ac_try;;
16420 esac
16421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16422 (eval "$ac_link") 2>conftest.er1
16423 ac_status=$?
16424 grep -v '^ *+' conftest.er1 >conftest.err
16425 rm -f conftest.er1
16426 cat conftest.err >&5
16427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428 (exit $ac_status); } && {
16429 test -z "$ac_c_werror_flag" ||
16430 test ! -s conftest.err
16431 } && test -s conftest$ac_exeext &&
16432 $as_test_x conftest$ac_exeext; then
16433 ac_cv_cflags__Wwrite_strings=yes
16434 else
16435 echo "$as_me: failed program was:" >&5
16436 sed 's/^/| /' conftest.$ac_ext >&5
16438 ac_cv_cflags__Wwrite_strings=no
16441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16442 conftest$ac_exeext conftest.$ac_ext
16443 CFLAGS=$ac_wine_try_cflags_saved
16445 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16446 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16447 if test $ac_cv_cflags__Wwrite_strings = yes; then
16448 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16451 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16452 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16453 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16454 echo $ECHO_N "(cached) $ECHO_C" >&6
16455 else
16456 ac_wine_try_cflags_saved=$CFLAGS
16457 CFLAGS="$CFLAGS -Wtype-limits"
16458 cat >conftest.$ac_ext <<_ACEOF
16459 /* confdefs.h. */
16460 _ACEOF
16461 cat confdefs.h >>conftest.$ac_ext
16462 cat >>conftest.$ac_ext <<_ACEOF
16463 /* end confdefs.h. */
16466 main ()
16470 return 0;
16472 _ACEOF
16473 rm -f conftest.$ac_objext conftest$ac_exeext
16474 if { (ac_try="$ac_link"
16475 case "(($ac_try" in
16476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16477 *) ac_try_echo=$ac_try;;
16478 esac
16479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16480 (eval "$ac_link") 2>conftest.er1
16481 ac_status=$?
16482 grep -v '^ *+' conftest.er1 >conftest.err
16483 rm -f conftest.er1
16484 cat conftest.err >&5
16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); } && {
16487 test -z "$ac_c_werror_flag" ||
16488 test ! -s conftest.err
16489 } && test -s conftest$ac_exeext &&
16490 $as_test_x conftest$ac_exeext; then
16491 ac_cv_cflags__Wtype_limits=yes
16492 else
16493 echo "$as_me: failed program was:" >&5
16494 sed 's/^/| /' conftest.$ac_ext >&5
16496 ac_cv_cflags__Wtype_limits=no
16499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16500 conftest$ac_exeext conftest.$ac_ext
16501 CFLAGS=$ac_wine_try_cflags_saved
16503 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16504 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16505 if test $ac_cv_cflags__Wtype_limits = yes; then
16506 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16510 saved_CFLAGS="$CFLAGS"
16511 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16512 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16513 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16514 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16515 echo $ECHO_N "(cached) $ECHO_C" >&6
16516 else
16517 cat >conftest.$ac_ext <<_ACEOF
16518 /* confdefs.h. */
16519 _ACEOF
16520 cat confdefs.h >>conftest.$ac_ext
16521 cat >>conftest.$ac_ext <<_ACEOF
16522 /* end confdefs.h. */
16523 #include <string.h>
16525 main ()
16529 return 0;
16531 _ACEOF
16532 rm -f conftest.$ac_objext
16533 if { (ac_try="$ac_compile"
16534 case "(($ac_try" in
16535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16536 *) ac_try_echo=$ac_try;;
16537 esac
16538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16539 (eval "$ac_compile") 2>conftest.er1
16540 ac_status=$?
16541 grep -v '^ *+' conftest.er1 >conftest.err
16542 rm -f conftest.er1
16543 cat conftest.err >&5
16544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16545 (exit $ac_status); } && {
16546 test -z "$ac_c_werror_flag" ||
16547 test ! -s conftest.err
16548 } && test -s conftest.$ac_objext; then
16549 ac_cv_c_string_h_warnings=no
16550 else
16551 echo "$as_me: failed program was:" >&5
16552 sed 's/^/| /' conftest.$ac_ext >&5
16554 ac_cv_c_string_h_warnings=yes
16557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16559 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16560 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16561 CFLAGS="$saved_CFLAGS"
16562 if test "$ac_cv_c_string_h_warnings" = "no"
16563 then
16564 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16567 BUILTINFLAG=""
16569 saved_CFLAGS="$CFLAGS"
16570 CFLAGS="$CFLAGS -Werror"
16571 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16572 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16573 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16574 echo $ECHO_N "(cached) $ECHO_C" >&6
16575 else
16576 cat >conftest.$ac_ext <<_ACEOF
16577 /* confdefs.h. */
16578 _ACEOF
16579 cat confdefs.h >>conftest.$ac_ext
16580 cat >>conftest.$ac_ext <<_ACEOF
16581 /* end confdefs.h. */
16584 main ()
16586 int iswlower(unsigned short);
16588 return 0;
16590 _ACEOF
16591 rm -f conftest.$ac_objext
16592 if { (ac_try="$ac_compile"
16593 case "(($ac_try" in
16594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16595 *) ac_try_echo=$ac_try;;
16596 esac
16597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16598 (eval "$ac_compile") 2>conftest.er1
16599 ac_status=$?
16600 grep -v '^ *+' conftest.er1 >conftest.err
16601 rm -f conftest.er1
16602 cat conftest.err >&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } && {
16605 test -z "$ac_c_werror_flag" ||
16606 test ! -s conftest.err
16607 } && test -s conftest.$ac_objext; then
16608 ac_cv_c_builtin_wchar_ctype=no
16609 else
16610 echo "$as_me: failed program was:" >&5
16611 sed 's/^/| /' conftest.$ac_ext >&5
16613 ac_cv_c_builtin_wchar_ctype=yes
16616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16618 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16619 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16620 CFLAGS="$saved_CFLAGS"
16621 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16622 then
16623 BUILTINFLAG="-fno-builtin"
16628 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16629 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16630 if test "${ac_cv_asm_func_def+set}" = set; then
16631 echo $ECHO_N "(cached) $ECHO_C" >&6
16632 else
16633 cat >conftest.$ac_ext <<_ACEOF
16634 /* confdefs.h. */
16635 _ACEOF
16636 cat confdefs.h >>conftest.$ac_ext
16637 cat >>conftest.$ac_ext <<_ACEOF
16638 /* end confdefs.h. */
16641 main ()
16643 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16645 return 0;
16647 _ACEOF
16648 rm -f conftest.$ac_objext conftest$ac_exeext
16649 if { (ac_try="$ac_link"
16650 case "(($ac_try" in
16651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16652 *) ac_try_echo=$ac_try;;
16653 esac
16654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16655 (eval "$ac_link") 2>conftest.er1
16656 ac_status=$?
16657 grep -v '^ *+' conftest.er1 >conftest.err
16658 rm -f conftest.er1
16659 cat conftest.err >&5
16660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16661 (exit $ac_status); } && {
16662 test -z "$ac_c_werror_flag" ||
16663 test ! -s conftest.err
16664 } && test -s conftest$ac_exeext &&
16665 $as_test_x conftest$ac_exeext; then
16666 ac_cv_asm_func_def=".def"
16667 else
16668 echo "$as_me: failed program was:" >&5
16669 sed 's/^/| /' conftest.$ac_ext >&5
16671 cat >conftest.$ac_ext <<_ACEOF
16672 /* confdefs.h. */
16673 _ACEOF
16674 cat confdefs.h >>conftest.$ac_ext
16675 cat >>conftest.$ac_ext <<_ACEOF
16676 /* end confdefs.h. */
16679 main ()
16681 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16683 return 0;
16685 _ACEOF
16686 rm -f conftest.$ac_objext conftest$ac_exeext
16687 if { (ac_try="$ac_link"
16688 case "(($ac_try" in
16689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16690 *) ac_try_echo=$ac_try;;
16691 esac
16692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16693 (eval "$ac_link") 2>conftest.er1
16694 ac_status=$?
16695 grep -v '^ *+' conftest.er1 >conftest.err
16696 rm -f conftest.er1
16697 cat conftest.err >&5
16698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16699 (exit $ac_status); } && {
16700 test -z "$ac_c_werror_flag" ||
16701 test ! -s conftest.err
16702 } && test -s conftest$ac_exeext &&
16703 $as_test_x conftest$ac_exeext; then
16704 ac_cv_asm_func_def=".type @function"
16705 else
16706 echo "$as_me: failed program was:" >&5
16707 sed 's/^/| /' conftest.$ac_ext >&5
16709 cat >conftest.$ac_ext <<_ACEOF
16710 /* confdefs.h. */
16711 _ACEOF
16712 cat confdefs.h >>conftest.$ac_ext
16713 cat >>conftest.$ac_ext <<_ACEOF
16714 /* end confdefs.h. */
16717 main ()
16719 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16721 return 0;
16723 _ACEOF
16724 rm -f conftest.$ac_objext conftest$ac_exeext
16725 if { (ac_try="$ac_link"
16726 case "(($ac_try" in
16727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16728 *) ac_try_echo=$ac_try;;
16729 esac
16730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16731 (eval "$ac_link") 2>conftest.er1
16732 ac_status=$?
16733 grep -v '^ *+' conftest.er1 >conftest.err
16734 rm -f conftest.er1
16735 cat conftest.err >&5
16736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16737 (exit $ac_status); } && {
16738 test -z "$ac_c_werror_flag" ||
16739 test ! -s conftest.err
16740 } && test -s conftest$ac_exeext &&
16741 $as_test_x conftest$ac_exeext; then
16742 ac_cv_asm_func_def=".type 2"
16743 else
16744 echo "$as_me: failed program was:" >&5
16745 sed 's/^/| /' conftest.$ac_ext >&5
16747 ac_cv_asm_func_def="unknown"
16750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16751 conftest$ac_exeext conftest.$ac_ext
16754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16755 conftest$ac_exeext conftest.$ac_ext
16758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16759 conftest$ac_exeext conftest.$ac_ext
16761 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16762 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16766 case "$ac_cv_asm_func_def" in
16767 ".def")
16768 cat >>confdefs.h <<\_ACEOF
16769 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16770 _ACEOF
16772 ".type @function")
16773 cat >>confdefs.h <<\_ACEOF
16774 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16775 _ACEOF
16777 ".type 2")
16778 cat >>confdefs.h <<\_ACEOF
16779 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16780 _ACEOF
16783 cat >>confdefs.h <<\_ACEOF
16784 #define __ASM_FUNC(name) ""
16785 _ACEOF
16787 esac
16790 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16791 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16792 if test "${ac_cv_c_extern_prefix+set}" = set; then
16793 echo $ECHO_N "(cached) $ECHO_C" >&6
16794 else
16795 cat >conftest.$ac_ext <<_ACEOF
16796 /* confdefs.h. */
16797 _ACEOF
16798 cat confdefs.h >>conftest.$ac_ext
16799 cat >>conftest.$ac_ext <<_ACEOF
16800 /* end confdefs.h. */
16801 extern int ac_test;
16803 main ()
16805 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16807 return 0;
16809 _ACEOF
16810 rm -f conftest.$ac_objext conftest$ac_exeext
16811 if { (ac_try="$ac_link"
16812 case "(($ac_try" in
16813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16814 *) ac_try_echo=$ac_try;;
16815 esac
16816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16817 (eval "$ac_link") 2>conftest.er1
16818 ac_status=$?
16819 grep -v '^ *+' conftest.er1 >conftest.err
16820 rm -f conftest.er1
16821 cat conftest.err >&5
16822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16823 (exit $ac_status); } && {
16824 test -z "$ac_c_werror_flag" ||
16825 test ! -s conftest.err
16826 } && test -s conftest$ac_exeext &&
16827 $as_test_x conftest$ac_exeext; then
16828 ac_cv_c_extern_prefix="yes"
16829 else
16830 echo "$as_me: failed program was:" >&5
16831 sed 's/^/| /' conftest.$ac_ext >&5
16833 ac_cv_c_extern_prefix="no"
16836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16837 conftest$ac_exeext conftest.$ac_ext
16839 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16840 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16844 if test "$ac_cv_c_extern_prefix" = "yes"
16845 then
16846 cat >>confdefs.h <<\_ACEOF
16847 #define __ASM_NAME(name) "_" name
16848 _ACEOF
16850 else
16851 cat >>confdefs.h <<\_ACEOF
16852 #define __ASM_NAME(name) name
16853 _ACEOF
16858 LDPATH=""
16860 case $build_os in
16861 cygwin*|mingw32*)
16862 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16864 darwin*|macosx*)
16866 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16867 then
16868 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16872 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16874 esac
16876 case $host_os in
16877 mingw32*)
16878 CRTLIBS="-lmsvcrt"
16880 SOCKETLIBS="-lws2_32"
16883 esac
16885 MAIN_BINARY="wine-pthread"
16886 case $host_cpu in
16887 *i[3456789]86*)
16888 case $host_os in
16889 linux* | k*bsd*-gnu)
16890 MAIN_BINARY="wine-glibc"
16892 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16894 freebsd*)
16895 MAIN_BINARY="wine-freebsd"
16897 EXTRA_BINARIES="wine-pthread"
16899 esac
16901 esac
16973 for ac_func in \
16974 _pclose \
16975 _popen \
16976 _snprintf \
16977 _spawnvp \
16978 _strdup \
16979 _stricmp \
16980 _strnicmp \
16981 _strtoi64 \
16982 _strtoui64 \
16983 _vsnprintf \
16984 asctime_r \
16985 chsize \
16986 clone \
16987 dlopen \
16988 epoll_create \
16989 ffs \
16990 finite \
16991 fork \
16992 fpclass \
16993 fstatfs \
16994 fstatvfs \
16995 ftruncate \
16996 futimes \
16997 futimesat \
16998 getdirentries \
16999 getopt_long \
17000 getpagesize \
17001 getpwuid \
17002 gettid \
17003 gettimeofday \
17004 getuid \
17005 inet_pton \
17006 kqueue \
17007 lstat \
17008 memmove \
17009 mmap \
17010 pclose \
17011 poll \
17012 popen \
17013 prctl \
17014 pread \
17015 pwrite \
17016 readlink \
17017 rfork \
17018 sched_yield \
17019 select \
17020 setproctitle \
17021 setrlimit \
17022 settimeofday \
17023 sigaltstack \
17024 sigprocmask \
17025 snprintf \
17026 spawnvp \
17027 statfs \
17028 statvfs \
17029 strcasecmp \
17030 strdup \
17031 strerror \
17032 strncasecmp \
17033 strtold \
17034 strtoll \
17035 strtoull \
17036 tcgetattr \
17037 thr_kill2 \
17038 timegm \
17039 usleep \
17040 vsnprintf \
17041 wait4 \
17042 waitpid \
17045 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17046 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17047 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17048 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17049 echo $ECHO_N "(cached) $ECHO_C" >&6
17050 else
17051 cat >conftest.$ac_ext <<_ACEOF
17052 /* confdefs.h. */
17053 _ACEOF
17054 cat confdefs.h >>conftest.$ac_ext
17055 cat >>conftest.$ac_ext <<_ACEOF
17056 /* end confdefs.h. */
17057 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17058 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17059 #define $ac_func innocuous_$ac_func
17061 /* System header to define __stub macros and hopefully few prototypes,
17062 which can conflict with char $ac_func (); below.
17063 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17064 <limits.h> exists even on freestanding compilers. */
17066 #ifdef __STDC__
17067 # include <limits.h>
17068 #else
17069 # include <assert.h>
17070 #endif
17072 #undef $ac_func
17074 /* Override any GCC internal prototype to avoid an error.
17075 Use char because int might match the return type of a GCC
17076 builtin and then its argument prototype would still apply. */
17077 #ifdef __cplusplus
17078 extern "C"
17079 #endif
17080 char $ac_func ();
17081 /* The GNU C library defines this for functions which it implements
17082 to always fail with ENOSYS. Some functions are actually named
17083 something starting with __ and the normal name is an alias. */
17084 #if defined __stub_$ac_func || defined __stub___$ac_func
17085 choke me
17086 #endif
17089 main ()
17091 return $ac_func ();
17093 return 0;
17095 _ACEOF
17096 rm -f conftest.$ac_objext conftest$ac_exeext
17097 if { (ac_try="$ac_link"
17098 case "(($ac_try" in
17099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17100 *) ac_try_echo=$ac_try;;
17101 esac
17102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17103 (eval "$ac_link") 2>conftest.er1
17104 ac_status=$?
17105 grep -v '^ *+' conftest.er1 >conftest.err
17106 rm -f conftest.er1
17107 cat conftest.err >&5
17108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17109 (exit $ac_status); } && {
17110 test -z "$ac_c_werror_flag" ||
17111 test ! -s conftest.err
17112 } && test -s conftest$ac_exeext &&
17113 $as_test_x conftest$ac_exeext; then
17114 eval "$as_ac_var=yes"
17115 else
17116 echo "$as_me: failed program was:" >&5
17117 sed 's/^/| /' conftest.$ac_ext >&5
17119 eval "$as_ac_var=no"
17122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17123 conftest$ac_exeext conftest.$ac_ext
17125 ac_res=`eval echo '${'$as_ac_var'}'`
17126 { echo "$as_me:$LINENO: result: $ac_res" >&5
17127 echo "${ECHO_T}$ac_res" >&6; }
17128 if test `eval echo '${'$as_ac_var'}'` = yes; then
17129 cat >>confdefs.h <<_ACEOF
17130 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17131 _ACEOF
17134 done
17137 if test "$ac_cv_func_dlopen" = no
17138 then
17139 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17140 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17141 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17142 echo $ECHO_N "(cached) $ECHO_C" >&6
17143 else
17144 ac_check_lib_save_LIBS=$LIBS
17145 LIBS="-ldl $LIBS"
17146 cat >conftest.$ac_ext <<_ACEOF
17147 /* confdefs.h. */
17148 _ACEOF
17149 cat confdefs.h >>conftest.$ac_ext
17150 cat >>conftest.$ac_ext <<_ACEOF
17151 /* end confdefs.h. */
17153 /* Override any GCC internal prototype to avoid an error.
17154 Use char because int might match the return type of a GCC
17155 builtin and then its argument prototype would still apply. */
17156 #ifdef __cplusplus
17157 extern "C"
17158 #endif
17159 char dlopen ();
17161 main ()
17163 return dlopen ();
17165 return 0;
17167 _ACEOF
17168 rm -f conftest.$ac_objext conftest$ac_exeext
17169 if { (ac_try="$ac_link"
17170 case "(($ac_try" in
17171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17172 *) ac_try_echo=$ac_try;;
17173 esac
17174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17175 (eval "$ac_link") 2>conftest.er1
17176 ac_status=$?
17177 grep -v '^ *+' conftest.er1 >conftest.err
17178 rm -f conftest.er1
17179 cat conftest.err >&5
17180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17181 (exit $ac_status); } && {
17182 test -z "$ac_c_werror_flag" ||
17183 test ! -s conftest.err
17184 } && test -s conftest$ac_exeext &&
17185 $as_test_x conftest$ac_exeext; then
17186 ac_cv_lib_dl_dlopen=yes
17187 else
17188 echo "$as_me: failed program was:" >&5
17189 sed 's/^/| /' conftest.$ac_ext >&5
17191 ac_cv_lib_dl_dlopen=no
17194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17195 conftest$ac_exeext conftest.$ac_ext
17196 LIBS=$ac_check_lib_save_LIBS
17198 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17199 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17200 if test $ac_cv_lib_dl_dlopen = yes; then
17201 cat >>confdefs.h <<\_ACEOF
17202 #define HAVE_DLOPEN 1
17203 _ACEOF
17204 LIBDL="-ldl"
17209 ac_wine_check_funcs_save_LIBS="$LIBS"
17210 LIBS="$LIBS $LIBDL"
17212 for ac_func in dladdr
17214 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17215 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17216 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17217 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17218 echo $ECHO_N "(cached) $ECHO_C" >&6
17219 else
17220 cat >conftest.$ac_ext <<_ACEOF
17221 /* confdefs.h. */
17222 _ACEOF
17223 cat confdefs.h >>conftest.$ac_ext
17224 cat >>conftest.$ac_ext <<_ACEOF
17225 /* end confdefs.h. */
17226 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17227 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17228 #define $ac_func innocuous_$ac_func
17230 /* System header to define __stub macros and hopefully few prototypes,
17231 which can conflict with char $ac_func (); below.
17232 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17233 <limits.h> exists even on freestanding compilers. */
17235 #ifdef __STDC__
17236 # include <limits.h>
17237 #else
17238 # include <assert.h>
17239 #endif
17241 #undef $ac_func
17243 /* Override any GCC internal prototype to avoid an error.
17244 Use char because int might match the return type of a GCC
17245 builtin and then its argument prototype would still apply. */
17246 #ifdef __cplusplus
17247 extern "C"
17248 #endif
17249 char $ac_func ();
17250 /* The GNU C library defines this for functions which it implements
17251 to always fail with ENOSYS. Some functions are actually named
17252 something starting with __ and the normal name is an alias. */
17253 #if defined __stub_$ac_func || defined __stub___$ac_func
17254 choke me
17255 #endif
17258 main ()
17260 return $ac_func ();
17262 return 0;
17264 _ACEOF
17265 rm -f conftest.$ac_objext conftest$ac_exeext
17266 if { (ac_try="$ac_link"
17267 case "(($ac_try" in
17268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17269 *) ac_try_echo=$ac_try;;
17270 esac
17271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17272 (eval "$ac_link") 2>conftest.er1
17273 ac_status=$?
17274 grep -v '^ *+' conftest.er1 >conftest.err
17275 rm -f conftest.er1
17276 cat conftest.err >&5
17277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17278 (exit $ac_status); } && {
17279 test -z "$ac_c_werror_flag" ||
17280 test ! -s conftest.err
17281 } && test -s conftest$ac_exeext &&
17282 $as_test_x conftest$ac_exeext; then
17283 eval "$as_ac_var=yes"
17284 else
17285 echo "$as_me: failed program was:" >&5
17286 sed 's/^/| /' conftest.$ac_ext >&5
17288 eval "$as_ac_var=no"
17291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17292 conftest$ac_exeext conftest.$ac_ext
17294 ac_res=`eval echo '${'$as_ac_var'}'`
17295 { echo "$as_me:$LINENO: result: $ac_res" >&5
17296 echo "${ECHO_T}$ac_res" >&6; }
17297 if test `eval echo '${'$as_ac_var'}'` = yes; then
17298 cat >>confdefs.h <<_ACEOF
17299 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17300 _ACEOF
17303 done
17305 LIBS="$ac_wine_check_funcs_save_LIBS"
17307 if test "$ac_cv_func_poll" = no
17308 then
17309 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17310 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17311 if test "${ac_cv_lib_poll_poll+set}" = set; then
17312 echo $ECHO_N "(cached) $ECHO_C" >&6
17313 else
17314 ac_check_lib_save_LIBS=$LIBS
17315 LIBS="-lpoll $LIBS"
17316 cat >conftest.$ac_ext <<_ACEOF
17317 /* confdefs.h. */
17318 _ACEOF
17319 cat confdefs.h >>conftest.$ac_ext
17320 cat >>conftest.$ac_ext <<_ACEOF
17321 /* end confdefs.h. */
17323 /* Override any GCC internal prototype to avoid an error.
17324 Use char because int might match the return type of a GCC
17325 builtin and then its argument prototype would still apply. */
17326 #ifdef __cplusplus
17327 extern "C"
17328 #endif
17329 char poll ();
17331 main ()
17333 return poll ();
17335 return 0;
17337 _ACEOF
17338 rm -f conftest.$ac_objext conftest$ac_exeext
17339 if { (ac_try="$ac_link"
17340 case "(($ac_try" in
17341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17342 *) ac_try_echo=$ac_try;;
17343 esac
17344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17345 (eval "$ac_link") 2>conftest.er1
17346 ac_status=$?
17347 grep -v '^ *+' conftest.er1 >conftest.err
17348 rm -f conftest.er1
17349 cat conftest.err >&5
17350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17351 (exit $ac_status); } && {
17352 test -z "$ac_c_werror_flag" ||
17353 test ! -s conftest.err
17354 } && test -s conftest$ac_exeext &&
17355 $as_test_x conftest$ac_exeext; then
17356 ac_cv_lib_poll_poll=yes
17357 else
17358 echo "$as_me: failed program was:" >&5
17359 sed 's/^/| /' conftest.$ac_ext >&5
17361 ac_cv_lib_poll_poll=no
17364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17365 conftest$ac_exeext conftest.$ac_ext
17366 LIBS=$ac_check_lib_save_LIBS
17368 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17369 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17370 if test $ac_cv_lib_poll_poll = yes; then
17371 cat >>confdefs.h <<\_ACEOF
17372 #define HAVE_POLL 1
17373 _ACEOF
17374 LIBPOLL="-lpoll"
17380 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17381 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17382 if test "${ac_cv_search_gethostbyname+set}" = set; then
17383 echo $ECHO_N "(cached) $ECHO_C" >&6
17384 else
17385 ac_func_search_save_LIBS=$LIBS
17386 cat >conftest.$ac_ext <<_ACEOF
17387 /* confdefs.h. */
17388 _ACEOF
17389 cat confdefs.h >>conftest.$ac_ext
17390 cat >>conftest.$ac_ext <<_ACEOF
17391 /* end confdefs.h. */
17393 /* Override any GCC internal prototype to avoid an error.
17394 Use char because int might match the return type of a GCC
17395 builtin and then its argument prototype would still apply. */
17396 #ifdef __cplusplus
17397 extern "C"
17398 #endif
17399 char gethostbyname ();
17401 main ()
17403 return gethostbyname ();
17405 return 0;
17407 _ACEOF
17408 for ac_lib in '' nsl; do
17409 if test -z "$ac_lib"; then
17410 ac_res="none required"
17411 else
17412 ac_res=-l$ac_lib
17413 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17415 rm -f conftest.$ac_objext conftest$ac_exeext
17416 if { (ac_try="$ac_link"
17417 case "(($ac_try" in
17418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17419 *) ac_try_echo=$ac_try;;
17420 esac
17421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17422 (eval "$ac_link") 2>conftest.er1
17423 ac_status=$?
17424 grep -v '^ *+' conftest.er1 >conftest.err
17425 rm -f conftest.er1
17426 cat conftest.err >&5
17427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17428 (exit $ac_status); } && {
17429 test -z "$ac_c_werror_flag" ||
17430 test ! -s conftest.err
17431 } && test -s conftest$ac_exeext &&
17432 $as_test_x conftest$ac_exeext; then
17433 ac_cv_search_gethostbyname=$ac_res
17434 else
17435 echo "$as_me: failed program was:" >&5
17436 sed 's/^/| /' conftest.$ac_ext >&5
17441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17442 conftest$ac_exeext
17443 if test "${ac_cv_search_gethostbyname+set}" = set; then
17444 break
17446 done
17447 if test "${ac_cv_search_gethostbyname+set}" = set; then
17449 else
17450 ac_cv_search_gethostbyname=no
17452 rm conftest.$ac_ext
17453 LIBS=$ac_func_search_save_LIBS
17455 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17456 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17457 ac_res=$ac_cv_search_gethostbyname
17458 if test "$ac_res" != no; then
17459 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17464 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17465 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17466 if test "${ac_cv_search_connect+set}" = set; then
17467 echo $ECHO_N "(cached) $ECHO_C" >&6
17468 else
17469 ac_func_search_save_LIBS=$LIBS
17470 cat >conftest.$ac_ext <<_ACEOF
17471 /* confdefs.h. */
17472 _ACEOF
17473 cat confdefs.h >>conftest.$ac_ext
17474 cat >>conftest.$ac_ext <<_ACEOF
17475 /* end confdefs.h. */
17477 /* Override any GCC internal prototype to avoid an error.
17478 Use char because int might match the return type of a GCC
17479 builtin and then its argument prototype would still apply. */
17480 #ifdef __cplusplus
17481 extern "C"
17482 #endif
17483 char connect ();
17485 main ()
17487 return connect ();
17489 return 0;
17491 _ACEOF
17492 for ac_lib in '' socket; do
17493 if test -z "$ac_lib"; then
17494 ac_res="none required"
17495 else
17496 ac_res=-l$ac_lib
17497 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17499 rm -f conftest.$ac_objext conftest$ac_exeext
17500 if { (ac_try="$ac_link"
17501 case "(($ac_try" in
17502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17503 *) ac_try_echo=$ac_try;;
17504 esac
17505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17506 (eval "$ac_link") 2>conftest.er1
17507 ac_status=$?
17508 grep -v '^ *+' conftest.er1 >conftest.err
17509 rm -f conftest.er1
17510 cat conftest.err >&5
17511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512 (exit $ac_status); } && {
17513 test -z "$ac_c_werror_flag" ||
17514 test ! -s conftest.err
17515 } && test -s conftest$ac_exeext &&
17516 $as_test_x conftest$ac_exeext; then
17517 ac_cv_search_connect=$ac_res
17518 else
17519 echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17526 conftest$ac_exeext
17527 if test "${ac_cv_search_connect+set}" = set; then
17528 break
17530 done
17531 if test "${ac_cv_search_connect+set}" = set; then
17533 else
17534 ac_cv_search_connect=no
17536 rm conftest.$ac_ext
17537 LIBS=$ac_func_search_save_LIBS
17539 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17540 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17541 ac_res=$ac_cv_search_connect
17542 if test "$ac_res" != no; then
17543 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17548 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17549 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17550 if test "${ac_cv_search_inet_aton+set}" = set; then
17551 echo $ECHO_N "(cached) $ECHO_C" >&6
17552 else
17553 ac_func_search_save_LIBS=$LIBS
17554 cat >conftest.$ac_ext <<_ACEOF
17555 /* confdefs.h. */
17556 _ACEOF
17557 cat confdefs.h >>conftest.$ac_ext
17558 cat >>conftest.$ac_ext <<_ACEOF
17559 /* end confdefs.h. */
17561 /* Override any GCC internal prototype to avoid an error.
17562 Use char because int might match the return type of a GCC
17563 builtin and then its argument prototype would still apply. */
17564 #ifdef __cplusplus
17565 extern "C"
17566 #endif
17567 char inet_aton ();
17569 main ()
17571 return inet_aton ();
17573 return 0;
17575 _ACEOF
17576 for ac_lib in '' resolv; do
17577 if test -z "$ac_lib"; then
17578 ac_res="none required"
17579 else
17580 ac_res=-l$ac_lib
17581 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17583 rm -f conftest.$ac_objext conftest$ac_exeext
17584 if { (ac_try="$ac_link"
17585 case "(($ac_try" in
17586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17587 *) ac_try_echo=$ac_try;;
17588 esac
17589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17590 (eval "$ac_link") 2>conftest.er1
17591 ac_status=$?
17592 grep -v '^ *+' conftest.er1 >conftest.err
17593 rm -f conftest.er1
17594 cat conftest.err >&5
17595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17596 (exit $ac_status); } && {
17597 test -z "$ac_c_werror_flag" ||
17598 test ! -s conftest.err
17599 } && test -s conftest$ac_exeext &&
17600 $as_test_x conftest$ac_exeext; then
17601 ac_cv_search_inet_aton=$ac_res
17602 else
17603 echo "$as_me: failed program was:" >&5
17604 sed 's/^/| /' conftest.$ac_ext >&5
17609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17610 conftest$ac_exeext
17611 if test "${ac_cv_search_inet_aton+set}" = set; then
17612 break
17614 done
17615 if test "${ac_cv_search_inet_aton+set}" = set; then
17617 else
17618 ac_cv_search_inet_aton=no
17620 rm conftest.$ac_ext
17621 LIBS=$ac_func_search_save_LIBS
17623 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17624 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17625 ac_res=$ac_cv_search_inet_aton
17626 if test "$ac_res" != no; then
17627 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17640 for ac_func in \
17641 getaddrinfo \
17642 getnameinfo \
17643 getnetbyname \
17644 getprotobyname \
17645 getprotobynumber \
17646 getservbyport \
17647 inet_network \
17648 sendmsg \
17651 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17652 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17653 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17654 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
17656 else
17657 cat >conftest.$ac_ext <<_ACEOF
17658 /* confdefs.h. */
17659 _ACEOF
17660 cat confdefs.h >>conftest.$ac_ext
17661 cat >>conftest.$ac_ext <<_ACEOF
17662 /* end confdefs.h. */
17663 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17664 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17665 #define $ac_func innocuous_$ac_func
17667 /* System header to define __stub macros and hopefully few prototypes,
17668 which can conflict with char $ac_func (); below.
17669 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17670 <limits.h> exists even on freestanding compilers. */
17672 #ifdef __STDC__
17673 # include <limits.h>
17674 #else
17675 # include <assert.h>
17676 #endif
17678 #undef $ac_func
17680 /* Override any GCC internal prototype to avoid an error.
17681 Use char because int might match the return type of a GCC
17682 builtin and then its argument prototype would still apply. */
17683 #ifdef __cplusplus
17684 extern "C"
17685 #endif
17686 char $ac_func ();
17687 /* The GNU C library defines this for functions which it implements
17688 to always fail with ENOSYS. Some functions are actually named
17689 something starting with __ and the normal name is an alias. */
17690 #if defined __stub_$ac_func || defined __stub___$ac_func
17691 choke me
17692 #endif
17695 main ()
17697 return $ac_func ();
17699 return 0;
17701 _ACEOF
17702 rm -f conftest.$ac_objext conftest$ac_exeext
17703 if { (ac_try="$ac_link"
17704 case "(($ac_try" in
17705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17706 *) ac_try_echo=$ac_try;;
17707 esac
17708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17709 (eval "$ac_link") 2>conftest.er1
17710 ac_status=$?
17711 grep -v '^ *+' conftest.er1 >conftest.err
17712 rm -f conftest.er1
17713 cat conftest.err >&5
17714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715 (exit $ac_status); } && {
17716 test -z "$ac_c_werror_flag" ||
17717 test ! -s conftest.err
17718 } && test -s conftest$ac_exeext &&
17719 $as_test_x conftest$ac_exeext; then
17720 eval "$as_ac_var=yes"
17721 else
17722 echo "$as_me: failed program was:" >&5
17723 sed 's/^/| /' conftest.$ac_ext >&5
17725 eval "$as_ac_var=no"
17728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17729 conftest$ac_exeext conftest.$ac_ext
17731 ac_res=`eval echo '${'$as_ac_var'}'`
17732 { echo "$as_me:$LINENO: result: $ac_res" >&5
17733 echo "${ECHO_T}$ac_res" >&6; }
17734 if test `eval echo '${'$as_ac_var'}'` = yes; then
17735 cat >>confdefs.h <<_ACEOF
17736 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17737 _ACEOF
17740 done
17743 LDAPLIBS=""
17745 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17746 then
17747 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17748 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17749 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17750 echo $ECHO_N "(cached) $ECHO_C" >&6
17751 else
17752 cat >conftest.$ac_ext <<_ACEOF
17753 /* confdefs.h. */
17754 _ACEOF
17755 cat confdefs.h >>conftest.$ac_ext
17756 cat >>conftest.$ac_ext <<_ACEOF
17757 /* end confdefs.h. */
17758 #include <ldap.h>
17760 typedef LDAPSortKey ac__type_new_;
17762 main ()
17764 if ((ac__type_new_ *) 0)
17765 return 0;
17766 if (sizeof (ac__type_new_))
17767 return 0;
17769 return 0;
17771 _ACEOF
17772 rm -f conftest.$ac_objext
17773 if { (ac_try="$ac_compile"
17774 case "(($ac_try" in
17775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17776 *) ac_try_echo=$ac_try;;
17777 esac
17778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17779 (eval "$ac_compile") 2>conftest.er1
17780 ac_status=$?
17781 grep -v '^ *+' conftest.er1 >conftest.err
17782 rm -f conftest.er1
17783 cat conftest.err >&5
17784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17785 (exit $ac_status); } && {
17786 test -z "$ac_c_werror_flag" ||
17787 test ! -s conftest.err
17788 } && test -s conftest.$ac_objext; then
17789 ac_cv_type_LDAPSortKey=yes
17790 else
17791 echo "$as_me: failed program was:" >&5
17792 sed 's/^/| /' conftest.$ac_ext >&5
17794 ac_cv_type_LDAPSortKey=no
17797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17799 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17800 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17801 if test $ac_cv_type_LDAPSortKey = yes; then
17802 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17803 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17804 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17805 echo $ECHO_N "(cached) $ECHO_C" >&6
17806 else
17807 ac_check_lib_save_LIBS=$LIBS
17808 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17809 cat >conftest.$ac_ext <<_ACEOF
17810 /* confdefs.h. */
17811 _ACEOF
17812 cat confdefs.h >>conftest.$ac_ext
17813 cat >>conftest.$ac_ext <<_ACEOF
17814 /* end confdefs.h. */
17816 /* Override any GCC internal prototype to avoid an error.
17817 Use char because int might match the return type of a GCC
17818 builtin and then its argument prototype would still apply. */
17819 #ifdef __cplusplus
17820 extern "C"
17821 #endif
17822 char ldap_initialize ();
17824 main ()
17826 return ldap_initialize ();
17828 return 0;
17830 _ACEOF
17831 rm -f conftest.$ac_objext conftest$ac_exeext
17832 if { (ac_try="$ac_link"
17833 case "(($ac_try" in
17834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17835 *) ac_try_echo=$ac_try;;
17836 esac
17837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17838 (eval "$ac_link") 2>conftest.er1
17839 ac_status=$?
17840 grep -v '^ *+' conftest.er1 >conftest.err
17841 rm -f conftest.er1
17842 cat conftest.err >&5
17843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17844 (exit $ac_status); } && {
17845 test -z "$ac_c_werror_flag" ||
17846 test ! -s conftest.err
17847 } && test -s conftest$ac_exeext &&
17848 $as_test_x conftest$ac_exeext; then
17849 ac_cv_lib_ldap_r_ldap_initialize=yes
17850 else
17851 echo "$as_me: failed program was:" >&5
17852 sed 's/^/| /' conftest.$ac_ext >&5
17854 ac_cv_lib_ldap_r_ldap_initialize=no
17857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17858 conftest$ac_exeext conftest.$ac_ext
17859 LIBS=$ac_check_lib_save_LIBS
17861 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17862 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17863 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17864 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17865 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17866 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17867 echo $ECHO_N "(cached) $ECHO_C" >&6
17868 else
17869 ac_check_lib_save_LIBS=$LIBS
17870 LIBS="-llber $LIBPTHREAD $LIBS"
17871 cat >conftest.$ac_ext <<_ACEOF
17872 /* confdefs.h. */
17873 _ACEOF
17874 cat confdefs.h >>conftest.$ac_ext
17875 cat >>conftest.$ac_ext <<_ACEOF
17876 /* end confdefs.h. */
17878 /* Override any GCC internal prototype to avoid an error.
17879 Use char because int might match the return type of a GCC
17880 builtin and then its argument prototype would still apply. */
17881 #ifdef __cplusplus
17882 extern "C"
17883 #endif
17884 char ber_init ();
17886 main ()
17888 return ber_init ();
17890 return 0;
17892 _ACEOF
17893 rm -f conftest.$ac_objext conftest$ac_exeext
17894 if { (ac_try="$ac_link"
17895 case "(($ac_try" in
17896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17897 *) ac_try_echo=$ac_try;;
17898 esac
17899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17900 (eval "$ac_link") 2>conftest.er1
17901 ac_status=$?
17902 grep -v '^ *+' conftest.er1 >conftest.err
17903 rm -f conftest.er1
17904 cat conftest.err >&5
17905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17906 (exit $ac_status); } && {
17907 test -z "$ac_c_werror_flag" ||
17908 test ! -s conftest.err
17909 } && test -s conftest$ac_exeext &&
17910 $as_test_x conftest$ac_exeext; then
17911 ac_cv_lib_lber_ber_init=yes
17912 else
17913 echo "$as_me: failed program was:" >&5
17914 sed 's/^/| /' conftest.$ac_ext >&5
17916 ac_cv_lib_lber_ber_init=no
17919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17920 conftest$ac_exeext conftest.$ac_ext
17921 LIBS=$ac_check_lib_save_LIBS
17923 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17924 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17925 if test $ac_cv_lib_lber_ber_init = yes; then
17927 cat >>confdefs.h <<\_ACEOF
17928 #define HAVE_LDAP 1
17929 _ACEOF
17931 LDAPLIBS="-lldap_r -llber"
17938 ac_wine_check_funcs_save_LIBS="$LIBS"
17939 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17948 for ac_func in \
17949 ldap_count_references \
17950 ldap_first_reference \
17951 ldap_next_reference \
17952 ldap_parse_reference \
17953 ldap_parse_sort_control \
17954 ldap_parse_sortresponse_control \
17955 ldap_parse_vlv_control \
17956 ldap_parse_vlvresponse_control
17958 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17959 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17960 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17961 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17962 echo $ECHO_N "(cached) $ECHO_C" >&6
17963 else
17964 cat >conftest.$ac_ext <<_ACEOF
17965 /* confdefs.h. */
17966 _ACEOF
17967 cat confdefs.h >>conftest.$ac_ext
17968 cat >>conftest.$ac_ext <<_ACEOF
17969 /* end confdefs.h. */
17970 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17971 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17972 #define $ac_func innocuous_$ac_func
17974 /* System header to define __stub macros and hopefully few prototypes,
17975 which can conflict with char $ac_func (); below.
17976 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17977 <limits.h> exists even on freestanding compilers. */
17979 #ifdef __STDC__
17980 # include <limits.h>
17981 #else
17982 # include <assert.h>
17983 #endif
17985 #undef $ac_func
17987 /* Override any GCC internal prototype to avoid an error.
17988 Use char because int might match the return type of a GCC
17989 builtin and then its argument prototype would still apply. */
17990 #ifdef __cplusplus
17991 extern "C"
17992 #endif
17993 char $ac_func ();
17994 /* The GNU C library defines this for functions which it implements
17995 to always fail with ENOSYS. Some functions are actually named
17996 something starting with __ and the normal name is an alias. */
17997 #if defined __stub_$ac_func || defined __stub___$ac_func
17998 choke me
17999 #endif
18002 main ()
18004 return $ac_func ();
18006 return 0;
18008 _ACEOF
18009 rm -f conftest.$ac_objext conftest$ac_exeext
18010 if { (ac_try="$ac_link"
18011 case "(($ac_try" in
18012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18013 *) ac_try_echo=$ac_try;;
18014 esac
18015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18016 (eval "$ac_link") 2>conftest.er1
18017 ac_status=$?
18018 grep -v '^ *+' conftest.er1 >conftest.err
18019 rm -f conftest.er1
18020 cat conftest.err >&5
18021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18022 (exit $ac_status); } && {
18023 test -z "$ac_c_werror_flag" ||
18024 test ! -s conftest.err
18025 } && test -s conftest$ac_exeext &&
18026 $as_test_x conftest$ac_exeext; then
18027 eval "$as_ac_var=yes"
18028 else
18029 echo "$as_me: failed program was:" >&5
18030 sed 's/^/| /' conftest.$ac_ext >&5
18032 eval "$as_ac_var=no"
18035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18036 conftest$ac_exeext conftest.$ac_ext
18038 ac_res=`eval echo '${'$as_ac_var'}'`
18039 { echo "$as_me:$LINENO: result: $ac_res" >&5
18040 echo "${ECHO_T}$ac_res" >&6; }
18041 if test `eval echo '${'$as_ac_var'}'` = yes; then
18042 cat >>confdefs.h <<_ACEOF
18043 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18044 _ACEOF
18047 done
18049 LIBS="$ac_wine_check_funcs_save_LIBS"
18051 if test "x$LDAPLIBS" = "x"; then
18052 case "x$with_ldap" in
18053 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18054 xno) ;;
18055 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18056 This is an error since --with-ldap was requested." >&5
18057 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18058 This is an error since --with-ldap was requested." >&2;}
18059 { (exit 1); exit 1; }; } ;;
18060 esac
18065 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18066 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18067 if test "${ac_cv_c_const+set}" = set; then
18068 echo $ECHO_N "(cached) $ECHO_C" >&6
18069 else
18070 cat >conftest.$ac_ext <<_ACEOF
18071 /* confdefs.h. */
18072 _ACEOF
18073 cat confdefs.h >>conftest.$ac_ext
18074 cat >>conftest.$ac_ext <<_ACEOF
18075 /* end confdefs.h. */
18078 main ()
18080 /* FIXME: Include the comments suggested by Paul. */
18081 #ifndef __cplusplus
18082 /* Ultrix mips cc rejects this. */
18083 typedef int charset[2];
18084 const charset cs;
18085 /* SunOS 4.1.1 cc rejects this. */
18086 char const *const *pcpcc;
18087 char **ppc;
18088 /* NEC SVR4.0.2 mips cc rejects this. */
18089 struct point {int x, y;};
18090 static struct point const zero = {0,0};
18091 /* AIX XL C 1.02.0.0 rejects this.
18092 It does not let you subtract one const X* pointer from another in
18093 an arm of an if-expression whose if-part is not a constant
18094 expression */
18095 const char *g = "string";
18096 pcpcc = &g + (g ? g-g : 0);
18097 /* HPUX 7.0 cc rejects these. */
18098 ++pcpcc;
18099 ppc = (char**) pcpcc;
18100 pcpcc = (char const *const *) ppc;
18101 { /* SCO 3.2v4 cc rejects this. */
18102 char *t;
18103 char const *s = 0 ? (char *) 0 : (char const *) 0;
18105 *t++ = 0;
18106 if (s) return 0;
18108 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18109 int x[] = {25, 17};
18110 const int *foo = &x[0];
18111 ++foo;
18113 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18114 typedef const int *iptr;
18115 iptr p = 0;
18116 ++p;
18118 { /* AIX XL C 1.02.0.0 rejects this saying
18119 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18120 struct s { int j; const int *ap[3]; };
18121 struct s *b; b->j = 5;
18123 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18124 const int foo = 10;
18125 if (!foo) return 0;
18127 return !cs[0] && !zero.x;
18128 #endif
18131 return 0;
18133 _ACEOF
18134 rm -f conftest.$ac_objext
18135 if { (ac_try="$ac_compile"
18136 case "(($ac_try" in
18137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18138 *) ac_try_echo=$ac_try;;
18139 esac
18140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18141 (eval "$ac_compile") 2>conftest.er1
18142 ac_status=$?
18143 grep -v '^ *+' conftest.er1 >conftest.err
18144 rm -f conftest.er1
18145 cat conftest.err >&5
18146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18147 (exit $ac_status); } && {
18148 test -z "$ac_c_werror_flag" ||
18149 test ! -s conftest.err
18150 } && test -s conftest.$ac_objext; then
18151 ac_cv_c_const=yes
18152 else
18153 echo "$as_me: failed program was:" >&5
18154 sed 's/^/| /' conftest.$ac_ext >&5
18156 ac_cv_c_const=no
18159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18161 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18162 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18163 if test $ac_cv_c_const = no; then
18165 cat >>confdefs.h <<\_ACEOF
18166 #define const
18167 _ACEOF
18171 { echo "$as_me:$LINENO: checking for inline" >&5
18172 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18173 if test "${ac_cv_c_inline+set}" = set; then
18174 echo $ECHO_N "(cached) $ECHO_C" >&6
18175 else
18176 ac_cv_c_inline=no
18177 for ac_kw in inline __inline__ __inline; do
18178 cat >conftest.$ac_ext <<_ACEOF
18179 /* confdefs.h. */
18180 _ACEOF
18181 cat confdefs.h >>conftest.$ac_ext
18182 cat >>conftest.$ac_ext <<_ACEOF
18183 /* end confdefs.h. */
18184 #ifndef __cplusplus
18185 typedef int foo_t;
18186 static $ac_kw foo_t static_foo () {return 0; }
18187 $ac_kw foo_t foo () {return 0; }
18188 #endif
18190 _ACEOF
18191 rm -f conftest.$ac_objext
18192 if { (ac_try="$ac_compile"
18193 case "(($ac_try" in
18194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18195 *) ac_try_echo=$ac_try;;
18196 esac
18197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18198 (eval "$ac_compile") 2>conftest.er1
18199 ac_status=$?
18200 grep -v '^ *+' conftest.er1 >conftest.err
18201 rm -f conftest.er1
18202 cat conftest.err >&5
18203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18204 (exit $ac_status); } && {
18205 test -z "$ac_c_werror_flag" ||
18206 test ! -s conftest.err
18207 } && test -s conftest.$ac_objext; then
18208 ac_cv_c_inline=$ac_kw
18209 else
18210 echo "$as_me: failed program was:" >&5
18211 sed 's/^/| /' conftest.$ac_ext >&5
18216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18217 test "$ac_cv_c_inline" != no && break
18218 done
18221 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18222 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18225 case $ac_cv_c_inline in
18226 inline | yes) ;;
18228 case $ac_cv_c_inline in
18229 no) ac_val=;;
18230 *) ac_val=$ac_cv_c_inline;;
18231 esac
18232 cat >>confdefs.h <<_ACEOF
18233 #ifndef __cplusplus
18234 #define inline $ac_val
18235 #endif
18236 _ACEOF
18238 esac
18240 { echo "$as_me:$LINENO: checking for mode_t" >&5
18241 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18242 if test "${ac_cv_type_mode_t+set}" = set; then
18243 echo $ECHO_N "(cached) $ECHO_C" >&6
18244 else
18245 cat >conftest.$ac_ext <<_ACEOF
18246 /* confdefs.h. */
18247 _ACEOF
18248 cat confdefs.h >>conftest.$ac_ext
18249 cat >>conftest.$ac_ext <<_ACEOF
18250 /* end confdefs.h. */
18251 $ac_includes_default
18252 typedef mode_t ac__type_new_;
18254 main ()
18256 if ((ac__type_new_ *) 0)
18257 return 0;
18258 if (sizeof (ac__type_new_))
18259 return 0;
18261 return 0;
18263 _ACEOF
18264 rm -f conftest.$ac_objext
18265 if { (ac_try="$ac_compile"
18266 case "(($ac_try" in
18267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18268 *) ac_try_echo=$ac_try;;
18269 esac
18270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18271 (eval "$ac_compile") 2>conftest.er1
18272 ac_status=$?
18273 grep -v '^ *+' conftest.er1 >conftest.err
18274 rm -f conftest.er1
18275 cat conftest.err >&5
18276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18277 (exit $ac_status); } && {
18278 test -z "$ac_c_werror_flag" ||
18279 test ! -s conftest.err
18280 } && test -s conftest.$ac_objext; then
18281 ac_cv_type_mode_t=yes
18282 else
18283 echo "$as_me: failed program was:" >&5
18284 sed 's/^/| /' conftest.$ac_ext >&5
18286 ac_cv_type_mode_t=no
18289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18291 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18292 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18293 if test $ac_cv_type_mode_t = yes; then
18295 cat >>confdefs.h <<_ACEOF
18296 #define HAVE_MODE_T 1
18297 _ACEOF
18301 { echo "$as_me:$LINENO: checking for off_t" >&5
18302 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18303 if test "${ac_cv_type_off_t+set}" = set; then
18304 echo $ECHO_N "(cached) $ECHO_C" >&6
18305 else
18306 cat >conftest.$ac_ext <<_ACEOF
18307 /* confdefs.h. */
18308 _ACEOF
18309 cat confdefs.h >>conftest.$ac_ext
18310 cat >>conftest.$ac_ext <<_ACEOF
18311 /* end confdefs.h. */
18312 $ac_includes_default
18313 typedef off_t ac__type_new_;
18315 main ()
18317 if ((ac__type_new_ *) 0)
18318 return 0;
18319 if (sizeof (ac__type_new_))
18320 return 0;
18322 return 0;
18324 _ACEOF
18325 rm -f conftest.$ac_objext
18326 if { (ac_try="$ac_compile"
18327 case "(($ac_try" in
18328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18329 *) ac_try_echo=$ac_try;;
18330 esac
18331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18332 (eval "$ac_compile") 2>conftest.er1
18333 ac_status=$?
18334 grep -v '^ *+' conftest.er1 >conftest.err
18335 rm -f conftest.er1
18336 cat conftest.err >&5
18337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18338 (exit $ac_status); } && {
18339 test -z "$ac_c_werror_flag" ||
18340 test ! -s conftest.err
18341 } && test -s conftest.$ac_objext; then
18342 ac_cv_type_off_t=yes
18343 else
18344 echo "$as_me: failed program was:" >&5
18345 sed 's/^/| /' conftest.$ac_ext >&5
18347 ac_cv_type_off_t=no
18350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18352 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18353 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18354 if test $ac_cv_type_off_t = yes; then
18356 cat >>confdefs.h <<_ACEOF
18357 #define HAVE_OFF_T 1
18358 _ACEOF
18362 { echo "$as_me:$LINENO: checking for pid_t" >&5
18363 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18364 if test "${ac_cv_type_pid_t+set}" = set; then
18365 echo $ECHO_N "(cached) $ECHO_C" >&6
18366 else
18367 cat >conftest.$ac_ext <<_ACEOF
18368 /* confdefs.h. */
18369 _ACEOF
18370 cat confdefs.h >>conftest.$ac_ext
18371 cat >>conftest.$ac_ext <<_ACEOF
18372 /* end confdefs.h. */
18373 $ac_includes_default
18374 typedef pid_t ac__type_new_;
18376 main ()
18378 if ((ac__type_new_ *) 0)
18379 return 0;
18380 if (sizeof (ac__type_new_))
18381 return 0;
18383 return 0;
18385 _ACEOF
18386 rm -f conftest.$ac_objext
18387 if { (ac_try="$ac_compile"
18388 case "(($ac_try" in
18389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18390 *) ac_try_echo=$ac_try;;
18391 esac
18392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18393 (eval "$ac_compile") 2>conftest.er1
18394 ac_status=$?
18395 grep -v '^ *+' conftest.er1 >conftest.err
18396 rm -f conftest.er1
18397 cat conftest.err >&5
18398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18399 (exit $ac_status); } && {
18400 test -z "$ac_c_werror_flag" ||
18401 test ! -s conftest.err
18402 } && test -s conftest.$ac_objext; then
18403 ac_cv_type_pid_t=yes
18404 else
18405 echo "$as_me: failed program was:" >&5
18406 sed 's/^/| /' conftest.$ac_ext >&5
18408 ac_cv_type_pid_t=no
18411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18413 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18414 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18415 if test $ac_cv_type_pid_t = yes; then
18417 cat >>confdefs.h <<_ACEOF
18418 #define HAVE_PID_T 1
18419 _ACEOF
18423 { echo "$as_me:$LINENO: checking for size_t" >&5
18424 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18425 if test "${ac_cv_type_size_t+set}" = set; then
18426 echo $ECHO_N "(cached) $ECHO_C" >&6
18427 else
18428 cat >conftest.$ac_ext <<_ACEOF
18429 /* confdefs.h. */
18430 _ACEOF
18431 cat confdefs.h >>conftest.$ac_ext
18432 cat >>conftest.$ac_ext <<_ACEOF
18433 /* end confdefs.h. */
18434 $ac_includes_default
18435 typedef size_t ac__type_new_;
18437 main ()
18439 if ((ac__type_new_ *) 0)
18440 return 0;
18441 if (sizeof (ac__type_new_))
18442 return 0;
18444 return 0;
18446 _ACEOF
18447 rm -f conftest.$ac_objext
18448 if { (ac_try="$ac_compile"
18449 case "(($ac_try" in
18450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18451 *) ac_try_echo=$ac_try;;
18452 esac
18453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18454 (eval "$ac_compile") 2>conftest.er1
18455 ac_status=$?
18456 grep -v '^ *+' conftest.er1 >conftest.err
18457 rm -f conftest.er1
18458 cat conftest.err >&5
18459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18460 (exit $ac_status); } && {
18461 test -z "$ac_c_werror_flag" ||
18462 test ! -s conftest.err
18463 } && test -s conftest.$ac_objext; then
18464 ac_cv_type_size_t=yes
18465 else
18466 echo "$as_me: failed program was:" >&5
18467 sed 's/^/| /' conftest.$ac_ext >&5
18469 ac_cv_type_size_t=no
18472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18474 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18475 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18476 if test $ac_cv_type_size_t = yes; then
18478 cat >>confdefs.h <<_ACEOF
18479 #define HAVE_SIZE_T 1
18480 _ACEOF
18484 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18485 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18486 if test "${ac_cv_type_ssize_t+set}" = set; then
18487 echo $ECHO_N "(cached) $ECHO_C" >&6
18488 else
18489 cat >conftest.$ac_ext <<_ACEOF
18490 /* confdefs.h. */
18491 _ACEOF
18492 cat confdefs.h >>conftest.$ac_ext
18493 cat >>conftest.$ac_ext <<_ACEOF
18494 /* end confdefs.h. */
18495 $ac_includes_default
18496 typedef ssize_t ac__type_new_;
18498 main ()
18500 if ((ac__type_new_ *) 0)
18501 return 0;
18502 if (sizeof (ac__type_new_))
18503 return 0;
18505 return 0;
18507 _ACEOF
18508 rm -f conftest.$ac_objext
18509 if { (ac_try="$ac_compile"
18510 case "(($ac_try" in
18511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18512 *) ac_try_echo=$ac_try;;
18513 esac
18514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18515 (eval "$ac_compile") 2>conftest.er1
18516 ac_status=$?
18517 grep -v '^ *+' conftest.er1 >conftest.err
18518 rm -f conftest.er1
18519 cat conftest.err >&5
18520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18521 (exit $ac_status); } && {
18522 test -z "$ac_c_werror_flag" ||
18523 test ! -s conftest.err
18524 } && test -s conftest.$ac_objext; then
18525 ac_cv_type_ssize_t=yes
18526 else
18527 echo "$as_me: failed program was:" >&5
18528 sed 's/^/| /' conftest.$ac_ext >&5
18530 ac_cv_type_ssize_t=no
18533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18535 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18536 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18537 if test $ac_cv_type_ssize_t = yes; then
18539 cat >>confdefs.h <<_ACEOF
18540 #define HAVE_SSIZE_T 1
18541 _ACEOF
18545 { echo "$as_me:$LINENO: checking for long long" >&5
18546 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18547 if test "${ac_cv_type_long_long+set}" = set; then
18548 echo $ECHO_N "(cached) $ECHO_C" >&6
18549 else
18550 cat >conftest.$ac_ext <<_ACEOF
18551 /* confdefs.h. */
18552 _ACEOF
18553 cat confdefs.h >>conftest.$ac_ext
18554 cat >>conftest.$ac_ext <<_ACEOF
18555 /* end confdefs.h. */
18556 $ac_includes_default
18557 typedef long long ac__type_new_;
18559 main ()
18561 if ((ac__type_new_ *) 0)
18562 return 0;
18563 if (sizeof (ac__type_new_))
18564 return 0;
18566 return 0;
18568 _ACEOF
18569 rm -f conftest.$ac_objext
18570 if { (ac_try="$ac_compile"
18571 case "(($ac_try" in
18572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18573 *) ac_try_echo=$ac_try;;
18574 esac
18575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18576 (eval "$ac_compile") 2>conftest.er1
18577 ac_status=$?
18578 grep -v '^ *+' conftest.er1 >conftest.err
18579 rm -f conftest.er1
18580 cat conftest.err >&5
18581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18582 (exit $ac_status); } && {
18583 test -z "$ac_c_werror_flag" ||
18584 test ! -s conftest.err
18585 } && test -s conftest.$ac_objext; then
18586 ac_cv_type_long_long=yes
18587 else
18588 echo "$as_me: failed program was:" >&5
18589 sed 's/^/| /' conftest.$ac_ext >&5
18591 ac_cv_type_long_long=no
18594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18596 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18597 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18598 if test $ac_cv_type_long_long = yes; then
18600 cat >>confdefs.h <<_ACEOF
18601 #define HAVE_LONG_LONG 1
18602 _ACEOF
18606 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18607 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18608 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18609 echo $ECHO_N "(cached) $ECHO_C" >&6
18610 else
18611 cat >conftest.$ac_ext <<_ACEOF
18612 /* confdefs.h. */
18613 _ACEOF
18614 cat confdefs.h >>conftest.$ac_ext
18615 cat >>conftest.$ac_ext <<_ACEOF
18616 /* end confdefs.h. */
18617 $ac_includes_default
18618 typedef fsblkcnt_t ac__type_new_;
18620 main ()
18622 if ((ac__type_new_ *) 0)
18623 return 0;
18624 if (sizeof (ac__type_new_))
18625 return 0;
18627 return 0;
18629 _ACEOF
18630 rm -f conftest.$ac_objext
18631 if { (ac_try="$ac_compile"
18632 case "(($ac_try" in
18633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18634 *) ac_try_echo=$ac_try;;
18635 esac
18636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18637 (eval "$ac_compile") 2>conftest.er1
18638 ac_status=$?
18639 grep -v '^ *+' conftest.er1 >conftest.err
18640 rm -f conftest.er1
18641 cat conftest.err >&5
18642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18643 (exit $ac_status); } && {
18644 test -z "$ac_c_werror_flag" ||
18645 test ! -s conftest.err
18646 } && test -s conftest.$ac_objext; then
18647 ac_cv_type_fsblkcnt_t=yes
18648 else
18649 echo "$as_me: failed program was:" >&5
18650 sed 's/^/| /' conftest.$ac_ext >&5
18652 ac_cv_type_fsblkcnt_t=no
18655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18657 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18658 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18659 if test $ac_cv_type_fsblkcnt_t = yes; then
18661 cat >>confdefs.h <<_ACEOF
18662 #define HAVE_FSBLKCNT_T 1
18663 _ACEOF
18667 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18668 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18669 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18670 echo $ECHO_N "(cached) $ECHO_C" >&6
18671 else
18672 cat >conftest.$ac_ext <<_ACEOF
18673 /* confdefs.h. */
18674 _ACEOF
18675 cat confdefs.h >>conftest.$ac_ext
18676 cat >>conftest.$ac_ext <<_ACEOF
18677 /* end confdefs.h. */
18678 $ac_includes_default
18679 typedef fsfilcnt_t ac__type_new_;
18681 main ()
18683 if ((ac__type_new_ *) 0)
18684 return 0;
18685 if (sizeof (ac__type_new_))
18686 return 0;
18688 return 0;
18690 _ACEOF
18691 rm -f conftest.$ac_objext
18692 if { (ac_try="$ac_compile"
18693 case "(($ac_try" in
18694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18695 *) ac_try_echo=$ac_try;;
18696 esac
18697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18698 (eval "$ac_compile") 2>conftest.er1
18699 ac_status=$?
18700 grep -v '^ *+' conftest.er1 >conftest.err
18701 rm -f conftest.er1
18702 cat conftest.err >&5
18703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18704 (exit $ac_status); } && {
18705 test -z "$ac_c_werror_flag" ||
18706 test ! -s conftest.err
18707 } && test -s conftest.$ac_objext; then
18708 ac_cv_type_fsfilcnt_t=yes
18709 else
18710 echo "$as_me: failed program was:" >&5
18711 sed 's/^/| /' conftest.$ac_ext >&5
18713 ac_cv_type_fsfilcnt_t=no
18716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18718 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18719 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18720 if test $ac_cv_type_fsfilcnt_t = yes; then
18722 cat >>confdefs.h <<_ACEOF
18723 #define HAVE_FSFILCNT_T 1
18724 _ACEOF
18729 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18730 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18731 if test "${ac_cv_type_sigset_t+set}" = set; then
18732 echo $ECHO_N "(cached) $ECHO_C" >&6
18733 else
18734 cat >conftest.$ac_ext <<_ACEOF
18735 /* confdefs.h. */
18736 _ACEOF
18737 cat confdefs.h >>conftest.$ac_ext
18738 cat >>conftest.$ac_ext <<_ACEOF
18739 /* end confdefs.h. */
18740 #include <signal.h>
18742 typedef sigset_t ac__type_new_;
18744 main ()
18746 if ((ac__type_new_ *) 0)
18747 return 0;
18748 if (sizeof (ac__type_new_))
18749 return 0;
18751 return 0;
18753 _ACEOF
18754 rm -f conftest.$ac_objext
18755 if { (ac_try="$ac_compile"
18756 case "(($ac_try" in
18757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18758 *) ac_try_echo=$ac_try;;
18759 esac
18760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18761 (eval "$ac_compile") 2>conftest.er1
18762 ac_status=$?
18763 grep -v '^ *+' conftest.er1 >conftest.err
18764 rm -f conftest.er1
18765 cat conftest.err >&5
18766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767 (exit $ac_status); } && {
18768 test -z "$ac_c_werror_flag" ||
18769 test ! -s conftest.err
18770 } && test -s conftest.$ac_objext; then
18771 ac_cv_type_sigset_t=yes
18772 else
18773 echo "$as_me: failed program was:" >&5
18774 sed 's/^/| /' conftest.$ac_ext >&5
18776 ac_cv_type_sigset_t=no
18779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18781 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18782 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18783 if test $ac_cv_type_sigset_t = yes; then
18785 cat >>confdefs.h <<_ACEOF
18786 #define HAVE_SIGSET_T 1
18787 _ACEOF
18792 { echo "$as_me:$LINENO: checking for request_sense" >&5
18793 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18794 if test "${ac_cv_type_request_sense+set}" = set; then
18795 echo $ECHO_N "(cached) $ECHO_C" >&6
18796 else
18797 cat >conftest.$ac_ext <<_ACEOF
18798 /* confdefs.h. */
18799 _ACEOF
18800 cat confdefs.h >>conftest.$ac_ext
18801 cat >>conftest.$ac_ext <<_ACEOF
18802 /* end confdefs.h. */
18803 #include <linux/cdrom.h>
18805 typedef request_sense ac__type_new_;
18807 main ()
18809 if ((ac__type_new_ *) 0)
18810 return 0;
18811 if (sizeof (ac__type_new_))
18812 return 0;
18814 return 0;
18816 _ACEOF
18817 rm -f conftest.$ac_objext
18818 if { (ac_try="$ac_compile"
18819 case "(($ac_try" in
18820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18821 *) ac_try_echo=$ac_try;;
18822 esac
18823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18824 (eval "$ac_compile") 2>conftest.er1
18825 ac_status=$?
18826 grep -v '^ *+' conftest.er1 >conftest.err
18827 rm -f conftest.er1
18828 cat conftest.err >&5
18829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18830 (exit $ac_status); } && {
18831 test -z "$ac_c_werror_flag" ||
18832 test ! -s conftest.err
18833 } && test -s conftest.$ac_objext; then
18834 ac_cv_type_request_sense=yes
18835 else
18836 echo "$as_me: failed program was:" >&5
18837 sed 's/^/| /' conftest.$ac_ext >&5
18839 ac_cv_type_request_sense=no
18842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18844 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18845 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18846 if test $ac_cv_type_request_sense = yes; then
18848 cat >>confdefs.h <<_ACEOF
18849 #define HAVE_REQUEST_SENSE 1
18850 _ACEOF
18856 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18857 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18858 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18859 echo $ECHO_N "(cached) $ECHO_C" >&6
18860 else
18861 cat >conftest.$ac_ext <<_ACEOF
18862 /* confdefs.h. */
18863 _ACEOF
18864 cat confdefs.h >>conftest.$ac_ext
18865 cat >>conftest.$ac_ext <<_ACEOF
18866 /* end confdefs.h. */
18867 #ifdef HAVE_LINUX_INPUT_H
18868 #include <linux/input.h>
18869 #endif
18872 main ()
18874 static struct ff_effect ac_aggr;
18875 if (ac_aggr.direction)
18876 return 0;
18878 return 0;
18880 _ACEOF
18881 rm -f conftest.$ac_objext
18882 if { (ac_try="$ac_compile"
18883 case "(($ac_try" in
18884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18885 *) ac_try_echo=$ac_try;;
18886 esac
18887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18888 (eval "$ac_compile") 2>conftest.er1
18889 ac_status=$?
18890 grep -v '^ *+' conftest.er1 >conftest.err
18891 rm -f conftest.er1
18892 cat conftest.err >&5
18893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18894 (exit $ac_status); } && {
18895 test -z "$ac_c_werror_flag" ||
18896 test ! -s conftest.err
18897 } && test -s conftest.$ac_objext; then
18898 ac_cv_member_struct_ff_effect_direction=yes
18899 else
18900 echo "$as_me: failed program was:" >&5
18901 sed 's/^/| /' conftest.$ac_ext >&5
18903 cat >conftest.$ac_ext <<_ACEOF
18904 /* confdefs.h. */
18905 _ACEOF
18906 cat confdefs.h >>conftest.$ac_ext
18907 cat >>conftest.$ac_ext <<_ACEOF
18908 /* end confdefs.h. */
18909 #ifdef HAVE_LINUX_INPUT_H
18910 #include <linux/input.h>
18911 #endif
18914 main ()
18916 static struct ff_effect ac_aggr;
18917 if (sizeof ac_aggr.direction)
18918 return 0;
18920 return 0;
18922 _ACEOF
18923 rm -f conftest.$ac_objext
18924 if { (ac_try="$ac_compile"
18925 case "(($ac_try" in
18926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18927 *) ac_try_echo=$ac_try;;
18928 esac
18929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18930 (eval "$ac_compile") 2>conftest.er1
18931 ac_status=$?
18932 grep -v '^ *+' conftest.er1 >conftest.err
18933 rm -f conftest.er1
18934 cat conftest.err >&5
18935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); } && {
18937 test -z "$ac_c_werror_flag" ||
18938 test ! -s conftest.err
18939 } && test -s conftest.$ac_objext; then
18940 ac_cv_member_struct_ff_effect_direction=yes
18941 else
18942 echo "$as_me: failed program was:" >&5
18943 sed 's/^/| /' conftest.$ac_ext >&5
18945 ac_cv_member_struct_ff_effect_direction=no
18948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18953 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18954 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18955 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18957 cat >>confdefs.h <<_ACEOF
18958 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18959 _ACEOF
18965 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18966 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18967 if test "${wine_cv_have_sigaddset+set}" = set; then
18968 echo $ECHO_N "(cached) $ECHO_C" >&6
18969 else
18970 cat >conftest.$ac_ext <<_ACEOF
18971 /* confdefs.h. */
18972 _ACEOF
18973 cat confdefs.h >>conftest.$ac_ext
18974 cat >>conftest.$ac_ext <<_ACEOF
18975 /* end confdefs.h. */
18976 #include <signal.h>
18978 main ()
18980 sigset_t set; sigaddset(&set,SIGTERM);
18982 return 0;
18984 _ACEOF
18985 rm -f conftest.$ac_objext conftest$ac_exeext
18986 if { (ac_try="$ac_link"
18987 case "(($ac_try" in
18988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18989 *) ac_try_echo=$ac_try;;
18990 esac
18991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18992 (eval "$ac_link") 2>conftest.er1
18993 ac_status=$?
18994 grep -v '^ *+' conftest.er1 >conftest.err
18995 rm -f conftest.er1
18996 cat conftest.err >&5
18997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18998 (exit $ac_status); } && {
18999 test -z "$ac_c_werror_flag" ||
19000 test ! -s conftest.err
19001 } && test -s conftest$ac_exeext &&
19002 $as_test_x conftest$ac_exeext; then
19003 wine_cv_have_sigaddset=yes
19004 else
19005 echo "$as_me: failed program was:" >&5
19006 sed 's/^/| /' conftest.$ac_ext >&5
19008 wine_cv_have_sigaddset=no
19011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19012 conftest$ac_exeext conftest.$ac_ext
19014 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19015 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19016 if test "$wine_cv_have_sigaddset" = "yes"
19017 then
19019 cat >>confdefs.h <<\_ACEOF
19020 #define HAVE_SIGADDSET 1
19021 _ACEOF
19026 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19027 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19028 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19029 echo $ECHO_N "(cached) $ECHO_C" >&6
19030 else
19031 cat >conftest.$ac_ext <<_ACEOF
19032 /* confdefs.h. */
19033 _ACEOF
19034 cat confdefs.h >>conftest.$ac_ext
19035 cat >>conftest.$ac_ext <<_ACEOF
19036 /* end confdefs.h. */
19037 #include <netdb.h>
19039 main ()
19042 char *name=0;
19043 struct hostent he;
19044 struct hostent *result;
19045 char *buf=0;
19046 int bufsize=0;
19047 int res,errnr;
19048 char *addr=0;
19049 int addrlen=0;
19050 int addrtype=0;
19051 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19052 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19055 return 0;
19057 _ACEOF
19058 rm -f conftest.$ac_objext conftest$ac_exeext
19059 if { (ac_try="$ac_link"
19060 case "(($ac_try" in
19061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19062 *) ac_try_echo=$ac_try;;
19063 esac
19064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19065 (eval "$ac_link") 2>conftest.er1
19066 ac_status=$?
19067 grep -v '^ *+' conftest.er1 >conftest.err
19068 rm -f conftest.er1
19069 cat conftest.err >&5
19070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19071 (exit $ac_status); } && {
19072 test -z "$ac_c_werror_flag" ||
19073 test ! -s conftest.err
19074 } && test -s conftest$ac_exeext &&
19075 $as_test_x conftest$ac_exeext; then
19076 wine_cv_linux_gethostbyname_r_6=yes
19077 else
19078 echo "$as_me: failed program was:" >&5
19079 sed 's/^/| /' conftest.$ac_ext >&5
19081 wine_cv_linux_gethostbyname_r_6=no
19085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19086 conftest$ac_exeext conftest.$ac_ext
19089 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19090 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19091 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19092 then
19094 cat >>confdefs.h <<\_ACEOF
19095 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19096 _ACEOF
19100 if test "$ac_cv_header_linux_joystick_h" = "yes"
19101 then
19102 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19103 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19104 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19105 echo $ECHO_N "(cached) $ECHO_C" >&6
19106 else
19107 cat >conftest.$ac_ext <<_ACEOF
19108 /* confdefs.h. */
19109 _ACEOF
19110 cat confdefs.h >>conftest.$ac_ext
19111 cat >>conftest.$ac_ext <<_ACEOF
19112 /* end confdefs.h. */
19114 #include <sys/ioctl.h>
19115 #include <sys/types.h>
19116 #include <linux/joystick.h>
19118 struct js_event blub;
19119 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19120 #error "no 2.2 header"
19121 #endif
19124 main ()
19126 /*empty*/
19128 return 0;
19130 _ACEOF
19131 rm -f conftest.$ac_objext
19132 if { (ac_try="$ac_compile"
19133 case "(($ac_try" in
19134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19135 *) ac_try_echo=$ac_try;;
19136 esac
19137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19138 (eval "$ac_compile") 2>conftest.er1
19139 ac_status=$?
19140 grep -v '^ *+' conftest.er1 >conftest.err
19141 rm -f conftest.er1
19142 cat conftest.err >&5
19143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19144 (exit $ac_status); } && {
19145 test -z "$ac_c_werror_flag" ||
19146 test ! -s conftest.err
19147 } && test -s conftest.$ac_objext; then
19148 wine_cv_linux_joystick_22_api=yes
19149 else
19150 echo "$as_me: failed program was:" >&5
19151 sed 's/^/| /' conftest.$ac_ext >&5
19153 wine_cv_linux_joystick_22_api=no
19156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19159 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19160 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19161 if test "$wine_cv_linux_joystick_22_api" = "yes"
19162 then
19164 cat >>confdefs.h <<\_ACEOF
19165 #define HAVE_LINUX_22_JOYSTICK_API 1
19166 _ACEOF
19172 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19173 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19174 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19175 echo $ECHO_N "(cached) $ECHO_C" >&6
19176 else
19177 cat >conftest.$ac_ext <<_ACEOF
19178 /* confdefs.h. */
19179 _ACEOF
19180 cat confdefs.h >>conftest.$ac_ext
19181 cat >>conftest.$ac_ext <<_ACEOF
19182 /* end confdefs.h. */
19183 #include <sys/types.h>
19184 #ifdef HAVE_SYS_PARAM_H
19185 # include <sys/param.h>
19186 #endif
19187 #ifdef HAVE_SYS_MOUNT_H
19188 # include <sys/mount.h>
19189 #endif
19190 #ifdef HAVE_SYS_VFS_H
19191 # include <sys/vfs.h>
19192 #endif
19193 #ifdef HAVE_SYS_STATFS_H
19194 # include <sys/statfs.h>
19195 #endif
19198 main ()
19200 static struct statfs ac_aggr;
19201 if (ac_aggr.f_bfree)
19202 return 0;
19204 return 0;
19206 _ACEOF
19207 rm -f conftest.$ac_objext
19208 if { (ac_try="$ac_compile"
19209 case "(($ac_try" in
19210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19211 *) ac_try_echo=$ac_try;;
19212 esac
19213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19214 (eval "$ac_compile") 2>conftest.er1
19215 ac_status=$?
19216 grep -v '^ *+' conftest.er1 >conftest.err
19217 rm -f conftest.er1
19218 cat conftest.err >&5
19219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220 (exit $ac_status); } && {
19221 test -z "$ac_c_werror_flag" ||
19222 test ! -s conftest.err
19223 } && test -s conftest.$ac_objext; then
19224 ac_cv_member_struct_statfs_f_bfree=yes
19225 else
19226 echo "$as_me: failed program was:" >&5
19227 sed 's/^/| /' conftest.$ac_ext >&5
19229 cat >conftest.$ac_ext <<_ACEOF
19230 /* confdefs.h. */
19231 _ACEOF
19232 cat confdefs.h >>conftest.$ac_ext
19233 cat >>conftest.$ac_ext <<_ACEOF
19234 /* end confdefs.h. */
19235 #include <sys/types.h>
19236 #ifdef HAVE_SYS_PARAM_H
19237 # include <sys/param.h>
19238 #endif
19239 #ifdef HAVE_SYS_MOUNT_H
19240 # include <sys/mount.h>
19241 #endif
19242 #ifdef HAVE_SYS_VFS_H
19243 # include <sys/vfs.h>
19244 #endif
19245 #ifdef HAVE_SYS_STATFS_H
19246 # include <sys/statfs.h>
19247 #endif
19250 main ()
19252 static struct statfs ac_aggr;
19253 if (sizeof ac_aggr.f_bfree)
19254 return 0;
19256 return 0;
19258 _ACEOF
19259 rm -f conftest.$ac_objext
19260 if { (ac_try="$ac_compile"
19261 case "(($ac_try" in
19262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19263 *) ac_try_echo=$ac_try;;
19264 esac
19265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19266 (eval "$ac_compile") 2>conftest.er1
19267 ac_status=$?
19268 grep -v '^ *+' conftest.er1 >conftest.err
19269 rm -f conftest.er1
19270 cat conftest.err >&5
19271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19272 (exit $ac_status); } && {
19273 test -z "$ac_c_werror_flag" ||
19274 test ! -s conftest.err
19275 } && test -s conftest.$ac_objext; then
19276 ac_cv_member_struct_statfs_f_bfree=yes
19277 else
19278 echo "$as_me: failed program was:" >&5
19279 sed 's/^/| /' conftest.$ac_ext >&5
19281 ac_cv_member_struct_statfs_f_bfree=no
19284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19289 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19290 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19291 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19293 cat >>confdefs.h <<_ACEOF
19294 #define HAVE_STRUCT_STATFS_F_BFREE 1
19295 _ACEOF
19299 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19300 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19301 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19302 echo $ECHO_N "(cached) $ECHO_C" >&6
19303 else
19304 cat >conftest.$ac_ext <<_ACEOF
19305 /* confdefs.h. */
19306 _ACEOF
19307 cat confdefs.h >>conftest.$ac_ext
19308 cat >>conftest.$ac_ext <<_ACEOF
19309 /* end confdefs.h. */
19310 #include <sys/types.h>
19311 #ifdef HAVE_SYS_PARAM_H
19312 # include <sys/param.h>
19313 #endif
19314 #ifdef HAVE_SYS_MOUNT_H
19315 # include <sys/mount.h>
19316 #endif
19317 #ifdef HAVE_SYS_VFS_H
19318 # include <sys/vfs.h>
19319 #endif
19320 #ifdef HAVE_SYS_STATFS_H
19321 # include <sys/statfs.h>
19322 #endif
19325 main ()
19327 static struct statfs ac_aggr;
19328 if (ac_aggr.f_bavail)
19329 return 0;
19331 return 0;
19333 _ACEOF
19334 rm -f conftest.$ac_objext
19335 if { (ac_try="$ac_compile"
19336 case "(($ac_try" in
19337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19338 *) ac_try_echo=$ac_try;;
19339 esac
19340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19341 (eval "$ac_compile") 2>conftest.er1
19342 ac_status=$?
19343 grep -v '^ *+' conftest.er1 >conftest.err
19344 rm -f conftest.er1
19345 cat conftest.err >&5
19346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); } && {
19348 test -z "$ac_c_werror_flag" ||
19349 test ! -s conftest.err
19350 } && test -s conftest.$ac_objext; then
19351 ac_cv_member_struct_statfs_f_bavail=yes
19352 else
19353 echo "$as_me: failed program was:" >&5
19354 sed 's/^/| /' conftest.$ac_ext >&5
19356 cat >conftest.$ac_ext <<_ACEOF
19357 /* confdefs.h. */
19358 _ACEOF
19359 cat confdefs.h >>conftest.$ac_ext
19360 cat >>conftest.$ac_ext <<_ACEOF
19361 /* end confdefs.h. */
19362 #include <sys/types.h>
19363 #ifdef HAVE_SYS_PARAM_H
19364 # include <sys/param.h>
19365 #endif
19366 #ifdef HAVE_SYS_MOUNT_H
19367 # include <sys/mount.h>
19368 #endif
19369 #ifdef HAVE_SYS_VFS_H
19370 # include <sys/vfs.h>
19371 #endif
19372 #ifdef HAVE_SYS_STATFS_H
19373 # include <sys/statfs.h>
19374 #endif
19377 main ()
19379 static struct statfs ac_aggr;
19380 if (sizeof ac_aggr.f_bavail)
19381 return 0;
19383 return 0;
19385 _ACEOF
19386 rm -f conftest.$ac_objext
19387 if { (ac_try="$ac_compile"
19388 case "(($ac_try" in
19389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19390 *) ac_try_echo=$ac_try;;
19391 esac
19392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19393 (eval "$ac_compile") 2>conftest.er1
19394 ac_status=$?
19395 grep -v '^ *+' conftest.er1 >conftest.err
19396 rm -f conftest.er1
19397 cat conftest.err >&5
19398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19399 (exit $ac_status); } && {
19400 test -z "$ac_c_werror_flag" ||
19401 test ! -s conftest.err
19402 } && test -s conftest.$ac_objext; then
19403 ac_cv_member_struct_statfs_f_bavail=yes
19404 else
19405 echo "$as_me: failed program was:" >&5
19406 sed 's/^/| /' conftest.$ac_ext >&5
19408 ac_cv_member_struct_statfs_f_bavail=no
19411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19416 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19417 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19418 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19420 cat >>confdefs.h <<_ACEOF
19421 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19422 _ACEOF
19426 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19427 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19428 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19429 echo $ECHO_N "(cached) $ECHO_C" >&6
19430 else
19431 cat >conftest.$ac_ext <<_ACEOF
19432 /* confdefs.h. */
19433 _ACEOF
19434 cat confdefs.h >>conftest.$ac_ext
19435 cat >>conftest.$ac_ext <<_ACEOF
19436 /* end confdefs.h. */
19437 #include <sys/types.h>
19438 #ifdef HAVE_SYS_PARAM_H
19439 # include <sys/param.h>
19440 #endif
19441 #ifdef HAVE_SYS_MOUNT_H
19442 # include <sys/mount.h>
19443 #endif
19444 #ifdef HAVE_SYS_VFS_H
19445 # include <sys/vfs.h>
19446 #endif
19447 #ifdef HAVE_SYS_STATFS_H
19448 # include <sys/statfs.h>
19449 #endif
19452 main ()
19454 static struct statfs ac_aggr;
19455 if (ac_aggr.f_frsize)
19456 return 0;
19458 return 0;
19460 _ACEOF
19461 rm -f conftest.$ac_objext
19462 if { (ac_try="$ac_compile"
19463 case "(($ac_try" in
19464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19465 *) ac_try_echo=$ac_try;;
19466 esac
19467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19468 (eval "$ac_compile") 2>conftest.er1
19469 ac_status=$?
19470 grep -v '^ *+' conftest.er1 >conftest.err
19471 rm -f conftest.er1
19472 cat conftest.err >&5
19473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19474 (exit $ac_status); } && {
19475 test -z "$ac_c_werror_flag" ||
19476 test ! -s conftest.err
19477 } && test -s conftest.$ac_objext; then
19478 ac_cv_member_struct_statfs_f_frsize=yes
19479 else
19480 echo "$as_me: failed program was:" >&5
19481 sed 's/^/| /' conftest.$ac_ext >&5
19483 cat >conftest.$ac_ext <<_ACEOF
19484 /* confdefs.h. */
19485 _ACEOF
19486 cat confdefs.h >>conftest.$ac_ext
19487 cat >>conftest.$ac_ext <<_ACEOF
19488 /* end confdefs.h. */
19489 #include <sys/types.h>
19490 #ifdef HAVE_SYS_PARAM_H
19491 # include <sys/param.h>
19492 #endif
19493 #ifdef HAVE_SYS_MOUNT_H
19494 # include <sys/mount.h>
19495 #endif
19496 #ifdef HAVE_SYS_VFS_H
19497 # include <sys/vfs.h>
19498 #endif
19499 #ifdef HAVE_SYS_STATFS_H
19500 # include <sys/statfs.h>
19501 #endif
19504 main ()
19506 static struct statfs ac_aggr;
19507 if (sizeof ac_aggr.f_frsize)
19508 return 0;
19510 return 0;
19512 _ACEOF
19513 rm -f conftest.$ac_objext
19514 if { (ac_try="$ac_compile"
19515 case "(($ac_try" in
19516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19517 *) ac_try_echo=$ac_try;;
19518 esac
19519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19520 (eval "$ac_compile") 2>conftest.er1
19521 ac_status=$?
19522 grep -v '^ *+' conftest.er1 >conftest.err
19523 rm -f conftest.er1
19524 cat conftest.err >&5
19525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19526 (exit $ac_status); } && {
19527 test -z "$ac_c_werror_flag" ||
19528 test ! -s conftest.err
19529 } && test -s conftest.$ac_objext; then
19530 ac_cv_member_struct_statfs_f_frsize=yes
19531 else
19532 echo "$as_me: failed program was:" >&5
19533 sed 's/^/| /' conftest.$ac_ext >&5
19535 ac_cv_member_struct_statfs_f_frsize=no
19538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19543 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19544 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19545 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19547 cat >>confdefs.h <<_ACEOF
19548 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19549 _ACEOF
19553 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19554 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19555 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19556 echo $ECHO_N "(cached) $ECHO_C" >&6
19557 else
19558 cat >conftest.$ac_ext <<_ACEOF
19559 /* confdefs.h. */
19560 _ACEOF
19561 cat confdefs.h >>conftest.$ac_ext
19562 cat >>conftest.$ac_ext <<_ACEOF
19563 /* end confdefs.h. */
19564 #include <sys/types.h>
19565 #ifdef HAVE_SYS_PARAM_H
19566 # include <sys/param.h>
19567 #endif
19568 #ifdef HAVE_SYS_MOUNT_H
19569 # include <sys/mount.h>
19570 #endif
19571 #ifdef HAVE_SYS_VFS_H
19572 # include <sys/vfs.h>
19573 #endif
19574 #ifdef HAVE_SYS_STATFS_H
19575 # include <sys/statfs.h>
19576 #endif
19579 main ()
19581 static struct statfs ac_aggr;
19582 if (ac_aggr.f_ffree)
19583 return 0;
19585 return 0;
19587 _ACEOF
19588 rm -f conftest.$ac_objext
19589 if { (ac_try="$ac_compile"
19590 case "(($ac_try" in
19591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19592 *) ac_try_echo=$ac_try;;
19593 esac
19594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19595 (eval "$ac_compile") 2>conftest.er1
19596 ac_status=$?
19597 grep -v '^ *+' conftest.er1 >conftest.err
19598 rm -f conftest.er1
19599 cat conftest.err >&5
19600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19601 (exit $ac_status); } && {
19602 test -z "$ac_c_werror_flag" ||
19603 test ! -s conftest.err
19604 } && test -s conftest.$ac_objext; then
19605 ac_cv_member_struct_statfs_f_ffree=yes
19606 else
19607 echo "$as_me: failed program was:" >&5
19608 sed 's/^/| /' conftest.$ac_ext >&5
19610 cat >conftest.$ac_ext <<_ACEOF
19611 /* confdefs.h. */
19612 _ACEOF
19613 cat confdefs.h >>conftest.$ac_ext
19614 cat >>conftest.$ac_ext <<_ACEOF
19615 /* end confdefs.h. */
19616 #include <sys/types.h>
19617 #ifdef HAVE_SYS_PARAM_H
19618 # include <sys/param.h>
19619 #endif
19620 #ifdef HAVE_SYS_MOUNT_H
19621 # include <sys/mount.h>
19622 #endif
19623 #ifdef HAVE_SYS_VFS_H
19624 # include <sys/vfs.h>
19625 #endif
19626 #ifdef HAVE_SYS_STATFS_H
19627 # include <sys/statfs.h>
19628 #endif
19631 main ()
19633 static struct statfs ac_aggr;
19634 if (sizeof ac_aggr.f_ffree)
19635 return 0;
19637 return 0;
19639 _ACEOF
19640 rm -f conftest.$ac_objext
19641 if { (ac_try="$ac_compile"
19642 case "(($ac_try" in
19643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19644 *) ac_try_echo=$ac_try;;
19645 esac
19646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19647 (eval "$ac_compile") 2>conftest.er1
19648 ac_status=$?
19649 grep -v '^ *+' conftest.er1 >conftest.err
19650 rm -f conftest.er1
19651 cat conftest.err >&5
19652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19653 (exit $ac_status); } && {
19654 test -z "$ac_c_werror_flag" ||
19655 test ! -s conftest.err
19656 } && test -s conftest.$ac_objext; then
19657 ac_cv_member_struct_statfs_f_ffree=yes
19658 else
19659 echo "$as_me: failed program was:" >&5
19660 sed 's/^/| /' conftest.$ac_ext >&5
19662 ac_cv_member_struct_statfs_f_ffree=no
19665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19670 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19671 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19672 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19674 cat >>confdefs.h <<_ACEOF
19675 #define HAVE_STRUCT_STATFS_F_FFREE 1
19676 _ACEOF
19680 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19681 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19682 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19683 echo $ECHO_N "(cached) $ECHO_C" >&6
19684 else
19685 cat >conftest.$ac_ext <<_ACEOF
19686 /* confdefs.h. */
19687 _ACEOF
19688 cat confdefs.h >>conftest.$ac_ext
19689 cat >>conftest.$ac_ext <<_ACEOF
19690 /* end confdefs.h. */
19691 #include <sys/types.h>
19692 #ifdef HAVE_SYS_PARAM_H
19693 # include <sys/param.h>
19694 #endif
19695 #ifdef HAVE_SYS_MOUNT_H
19696 # include <sys/mount.h>
19697 #endif
19698 #ifdef HAVE_SYS_VFS_H
19699 # include <sys/vfs.h>
19700 #endif
19701 #ifdef HAVE_SYS_STATFS_H
19702 # include <sys/statfs.h>
19703 #endif
19706 main ()
19708 static struct statfs ac_aggr;
19709 if (ac_aggr.f_favail)
19710 return 0;
19712 return 0;
19714 _ACEOF
19715 rm -f conftest.$ac_objext
19716 if { (ac_try="$ac_compile"
19717 case "(($ac_try" in
19718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19719 *) ac_try_echo=$ac_try;;
19720 esac
19721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19722 (eval "$ac_compile") 2>conftest.er1
19723 ac_status=$?
19724 grep -v '^ *+' conftest.er1 >conftest.err
19725 rm -f conftest.er1
19726 cat conftest.err >&5
19727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19728 (exit $ac_status); } && {
19729 test -z "$ac_c_werror_flag" ||
19730 test ! -s conftest.err
19731 } && test -s conftest.$ac_objext; then
19732 ac_cv_member_struct_statfs_f_favail=yes
19733 else
19734 echo "$as_me: failed program was:" >&5
19735 sed 's/^/| /' conftest.$ac_ext >&5
19737 cat >conftest.$ac_ext <<_ACEOF
19738 /* confdefs.h. */
19739 _ACEOF
19740 cat confdefs.h >>conftest.$ac_ext
19741 cat >>conftest.$ac_ext <<_ACEOF
19742 /* end confdefs.h. */
19743 #include <sys/types.h>
19744 #ifdef HAVE_SYS_PARAM_H
19745 # include <sys/param.h>
19746 #endif
19747 #ifdef HAVE_SYS_MOUNT_H
19748 # include <sys/mount.h>
19749 #endif
19750 #ifdef HAVE_SYS_VFS_H
19751 # include <sys/vfs.h>
19752 #endif
19753 #ifdef HAVE_SYS_STATFS_H
19754 # include <sys/statfs.h>
19755 #endif
19758 main ()
19760 static struct statfs ac_aggr;
19761 if (sizeof ac_aggr.f_favail)
19762 return 0;
19764 return 0;
19766 _ACEOF
19767 rm -f conftest.$ac_objext
19768 if { (ac_try="$ac_compile"
19769 case "(($ac_try" in
19770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19771 *) ac_try_echo=$ac_try;;
19772 esac
19773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19774 (eval "$ac_compile") 2>conftest.er1
19775 ac_status=$?
19776 grep -v '^ *+' conftest.er1 >conftest.err
19777 rm -f conftest.er1
19778 cat conftest.err >&5
19779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19780 (exit $ac_status); } && {
19781 test -z "$ac_c_werror_flag" ||
19782 test ! -s conftest.err
19783 } && test -s conftest.$ac_objext; then
19784 ac_cv_member_struct_statfs_f_favail=yes
19785 else
19786 echo "$as_me: failed program was:" >&5
19787 sed 's/^/| /' conftest.$ac_ext >&5
19789 ac_cv_member_struct_statfs_f_favail=no
19792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19797 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19798 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19799 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19801 cat >>confdefs.h <<_ACEOF
19802 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19803 _ACEOF
19807 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19808 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19809 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19810 echo $ECHO_N "(cached) $ECHO_C" >&6
19811 else
19812 cat >conftest.$ac_ext <<_ACEOF
19813 /* confdefs.h. */
19814 _ACEOF
19815 cat confdefs.h >>conftest.$ac_ext
19816 cat >>conftest.$ac_ext <<_ACEOF
19817 /* end confdefs.h. */
19818 #include <sys/types.h>
19819 #ifdef HAVE_SYS_PARAM_H
19820 # include <sys/param.h>
19821 #endif
19822 #ifdef HAVE_SYS_MOUNT_H
19823 # include <sys/mount.h>
19824 #endif
19825 #ifdef HAVE_SYS_VFS_H
19826 # include <sys/vfs.h>
19827 #endif
19828 #ifdef HAVE_SYS_STATFS_H
19829 # include <sys/statfs.h>
19830 #endif
19833 main ()
19835 static struct statfs ac_aggr;
19836 if (ac_aggr.f_namelen)
19837 return 0;
19839 return 0;
19841 _ACEOF
19842 rm -f conftest.$ac_objext
19843 if { (ac_try="$ac_compile"
19844 case "(($ac_try" in
19845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19846 *) ac_try_echo=$ac_try;;
19847 esac
19848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19849 (eval "$ac_compile") 2>conftest.er1
19850 ac_status=$?
19851 grep -v '^ *+' conftest.er1 >conftest.err
19852 rm -f conftest.er1
19853 cat conftest.err >&5
19854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19855 (exit $ac_status); } && {
19856 test -z "$ac_c_werror_flag" ||
19857 test ! -s conftest.err
19858 } && test -s conftest.$ac_objext; then
19859 ac_cv_member_struct_statfs_f_namelen=yes
19860 else
19861 echo "$as_me: failed program was:" >&5
19862 sed 's/^/| /' conftest.$ac_ext >&5
19864 cat >conftest.$ac_ext <<_ACEOF
19865 /* confdefs.h. */
19866 _ACEOF
19867 cat confdefs.h >>conftest.$ac_ext
19868 cat >>conftest.$ac_ext <<_ACEOF
19869 /* end confdefs.h. */
19870 #include <sys/types.h>
19871 #ifdef HAVE_SYS_PARAM_H
19872 # include <sys/param.h>
19873 #endif
19874 #ifdef HAVE_SYS_MOUNT_H
19875 # include <sys/mount.h>
19876 #endif
19877 #ifdef HAVE_SYS_VFS_H
19878 # include <sys/vfs.h>
19879 #endif
19880 #ifdef HAVE_SYS_STATFS_H
19881 # include <sys/statfs.h>
19882 #endif
19885 main ()
19887 static struct statfs ac_aggr;
19888 if (sizeof ac_aggr.f_namelen)
19889 return 0;
19891 return 0;
19893 _ACEOF
19894 rm -f conftest.$ac_objext
19895 if { (ac_try="$ac_compile"
19896 case "(($ac_try" in
19897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19898 *) ac_try_echo=$ac_try;;
19899 esac
19900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19901 (eval "$ac_compile") 2>conftest.er1
19902 ac_status=$?
19903 grep -v '^ *+' conftest.er1 >conftest.err
19904 rm -f conftest.er1
19905 cat conftest.err >&5
19906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907 (exit $ac_status); } && {
19908 test -z "$ac_c_werror_flag" ||
19909 test ! -s conftest.err
19910 } && test -s conftest.$ac_objext; then
19911 ac_cv_member_struct_statfs_f_namelen=yes
19912 else
19913 echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19916 ac_cv_member_struct_statfs_f_namelen=no
19919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19924 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19925 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19926 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19928 cat >>confdefs.h <<_ACEOF
19929 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19930 _ACEOF
19936 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19937 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19938 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19939 echo $ECHO_N "(cached) $ECHO_C" >&6
19940 else
19941 cat >conftest.$ac_ext <<_ACEOF
19942 /* confdefs.h. */
19943 _ACEOF
19944 cat confdefs.h >>conftest.$ac_ext
19945 cat >>conftest.$ac_ext <<_ACEOF
19946 /* end confdefs.h. */
19947 #ifdef HAVE_SYS_STATVFS_H
19948 #include <sys/statvfs.h>
19949 #endif
19952 main ()
19954 static struct statvfs ac_aggr;
19955 if (ac_aggr.f_blocks)
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19968 (eval "$ac_compile") 2>conftest.er1
19969 ac_status=$?
19970 grep -v '^ *+' conftest.er1 >conftest.err
19971 rm -f conftest.er1
19972 cat conftest.err >&5
19973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19974 (exit $ac_status); } && {
19975 test -z "$ac_c_werror_flag" ||
19976 test ! -s conftest.err
19977 } && test -s conftest.$ac_objext; then
19978 ac_cv_member_struct_statvfs_f_blocks=yes
19979 else
19980 echo "$as_me: failed program was:" >&5
19981 sed 's/^/| /' conftest.$ac_ext >&5
19983 cat >conftest.$ac_ext <<_ACEOF
19984 /* confdefs.h. */
19985 _ACEOF
19986 cat confdefs.h >>conftest.$ac_ext
19987 cat >>conftest.$ac_ext <<_ACEOF
19988 /* end confdefs.h. */
19989 #ifdef HAVE_SYS_STATVFS_H
19990 #include <sys/statvfs.h>
19991 #endif
19994 main ()
19996 static struct statvfs ac_aggr;
19997 if (sizeof ac_aggr.f_blocks)
19998 return 0;
20000 return 0;
20002 _ACEOF
20003 rm -f conftest.$ac_objext
20004 if { (ac_try="$ac_compile"
20005 case "(($ac_try" in
20006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20007 *) ac_try_echo=$ac_try;;
20008 esac
20009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20010 (eval "$ac_compile") 2>conftest.er1
20011 ac_status=$?
20012 grep -v '^ *+' conftest.er1 >conftest.err
20013 rm -f conftest.er1
20014 cat conftest.err >&5
20015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20016 (exit $ac_status); } && {
20017 test -z "$ac_c_werror_flag" ||
20018 test ! -s conftest.err
20019 } && test -s conftest.$ac_objext; then
20020 ac_cv_member_struct_statvfs_f_blocks=yes
20021 else
20022 echo "$as_me: failed program was:" >&5
20023 sed 's/^/| /' conftest.$ac_ext >&5
20025 ac_cv_member_struct_statvfs_f_blocks=no
20028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20033 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20034 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20035 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20037 cat >>confdefs.h <<_ACEOF
20038 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20039 _ACEOF
20045 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20046 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20047 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20048 echo $ECHO_N "(cached) $ECHO_C" >&6
20049 else
20050 cat >conftest.$ac_ext <<_ACEOF
20051 /* confdefs.h. */
20052 _ACEOF
20053 cat confdefs.h >>conftest.$ac_ext
20054 cat >>conftest.$ac_ext <<_ACEOF
20055 /* end confdefs.h. */
20056 #include <sys/types.h>
20057 #ifdef HAVE_SYS_SOCKET_H
20058 # include <sys/socket.h>
20059 #endif
20060 #ifdef HAVE_SYS_UN_H
20061 # include <sys/un.h>
20062 #endif
20065 main ()
20067 static struct msghdr ac_aggr;
20068 if (ac_aggr.msg_accrights)
20069 return 0;
20071 return 0;
20073 _ACEOF
20074 rm -f conftest.$ac_objext
20075 if { (ac_try="$ac_compile"
20076 case "(($ac_try" in
20077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20078 *) ac_try_echo=$ac_try;;
20079 esac
20080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20081 (eval "$ac_compile") 2>conftest.er1
20082 ac_status=$?
20083 grep -v '^ *+' conftest.er1 >conftest.err
20084 rm -f conftest.er1
20085 cat conftest.err >&5
20086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20087 (exit $ac_status); } && {
20088 test -z "$ac_c_werror_flag" ||
20089 test ! -s conftest.err
20090 } && test -s conftest.$ac_objext; then
20091 ac_cv_member_struct_msghdr_msg_accrights=yes
20092 else
20093 echo "$as_me: failed program was:" >&5
20094 sed 's/^/| /' conftest.$ac_ext >&5
20096 cat >conftest.$ac_ext <<_ACEOF
20097 /* confdefs.h. */
20098 _ACEOF
20099 cat confdefs.h >>conftest.$ac_ext
20100 cat >>conftest.$ac_ext <<_ACEOF
20101 /* end confdefs.h. */
20102 #include <sys/types.h>
20103 #ifdef HAVE_SYS_SOCKET_H
20104 # include <sys/socket.h>
20105 #endif
20106 #ifdef HAVE_SYS_UN_H
20107 # include <sys/un.h>
20108 #endif
20111 main ()
20113 static struct msghdr ac_aggr;
20114 if (sizeof ac_aggr.msg_accrights)
20115 return 0;
20117 return 0;
20119 _ACEOF
20120 rm -f conftest.$ac_objext
20121 if { (ac_try="$ac_compile"
20122 case "(($ac_try" in
20123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20124 *) ac_try_echo=$ac_try;;
20125 esac
20126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20127 (eval "$ac_compile") 2>conftest.er1
20128 ac_status=$?
20129 grep -v '^ *+' conftest.er1 >conftest.err
20130 rm -f conftest.er1
20131 cat conftest.err >&5
20132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20133 (exit $ac_status); } && {
20134 test -z "$ac_c_werror_flag" ||
20135 test ! -s conftest.err
20136 } && test -s conftest.$ac_objext; then
20137 ac_cv_member_struct_msghdr_msg_accrights=yes
20138 else
20139 echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20142 ac_cv_member_struct_msghdr_msg_accrights=no
20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20150 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20151 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20152 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20154 cat >>confdefs.h <<_ACEOF
20155 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20156 _ACEOF
20160 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20161 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20162 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20163 echo $ECHO_N "(cached) $ECHO_C" >&6
20164 else
20165 cat >conftest.$ac_ext <<_ACEOF
20166 /* confdefs.h. */
20167 _ACEOF
20168 cat confdefs.h >>conftest.$ac_ext
20169 cat >>conftest.$ac_ext <<_ACEOF
20170 /* end confdefs.h. */
20171 #include <sys/types.h>
20172 #ifdef HAVE_SYS_SOCKET_H
20173 # include <sys/socket.h>
20174 #endif
20175 #ifdef HAVE_SYS_UN_H
20176 # include <sys/un.h>
20177 #endif
20180 main ()
20182 static struct sockaddr ac_aggr;
20183 if (ac_aggr.sa_len)
20184 return 0;
20186 return 0;
20188 _ACEOF
20189 rm -f conftest.$ac_objext
20190 if { (ac_try="$ac_compile"
20191 case "(($ac_try" in
20192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20193 *) ac_try_echo=$ac_try;;
20194 esac
20195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20196 (eval "$ac_compile") 2>conftest.er1
20197 ac_status=$?
20198 grep -v '^ *+' conftest.er1 >conftest.err
20199 rm -f conftest.er1
20200 cat conftest.err >&5
20201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20202 (exit $ac_status); } && {
20203 test -z "$ac_c_werror_flag" ||
20204 test ! -s conftest.err
20205 } && test -s conftest.$ac_objext; then
20206 ac_cv_member_struct_sockaddr_sa_len=yes
20207 else
20208 echo "$as_me: failed program was:" >&5
20209 sed 's/^/| /' conftest.$ac_ext >&5
20211 cat >conftest.$ac_ext <<_ACEOF
20212 /* confdefs.h. */
20213 _ACEOF
20214 cat confdefs.h >>conftest.$ac_ext
20215 cat >>conftest.$ac_ext <<_ACEOF
20216 /* end confdefs.h. */
20217 #include <sys/types.h>
20218 #ifdef HAVE_SYS_SOCKET_H
20219 # include <sys/socket.h>
20220 #endif
20221 #ifdef HAVE_SYS_UN_H
20222 # include <sys/un.h>
20223 #endif
20226 main ()
20228 static struct sockaddr ac_aggr;
20229 if (sizeof ac_aggr.sa_len)
20230 return 0;
20232 return 0;
20234 _ACEOF
20235 rm -f conftest.$ac_objext
20236 if { (ac_try="$ac_compile"
20237 case "(($ac_try" in
20238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20239 *) ac_try_echo=$ac_try;;
20240 esac
20241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20242 (eval "$ac_compile") 2>conftest.er1
20243 ac_status=$?
20244 grep -v '^ *+' conftest.er1 >conftest.err
20245 rm -f conftest.er1
20246 cat conftest.err >&5
20247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20248 (exit $ac_status); } && {
20249 test -z "$ac_c_werror_flag" ||
20250 test ! -s conftest.err
20251 } && test -s conftest.$ac_objext; then
20252 ac_cv_member_struct_sockaddr_sa_len=yes
20253 else
20254 echo "$as_me: failed program was:" >&5
20255 sed 's/^/| /' conftest.$ac_ext >&5
20257 ac_cv_member_struct_sockaddr_sa_len=no
20260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20265 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20266 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20267 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20269 cat >>confdefs.h <<_ACEOF
20270 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20271 _ACEOF
20275 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20276 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20277 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20278 echo $ECHO_N "(cached) $ECHO_C" >&6
20279 else
20280 cat >conftest.$ac_ext <<_ACEOF
20281 /* confdefs.h. */
20282 _ACEOF
20283 cat confdefs.h >>conftest.$ac_ext
20284 cat >>conftest.$ac_ext <<_ACEOF
20285 /* end confdefs.h. */
20286 #include <sys/types.h>
20287 #ifdef HAVE_SYS_SOCKET_H
20288 # include <sys/socket.h>
20289 #endif
20290 #ifdef HAVE_SYS_UN_H
20291 # include <sys/un.h>
20292 #endif
20295 main ()
20297 static struct sockaddr_un ac_aggr;
20298 if (ac_aggr.sun_len)
20299 return 0;
20301 return 0;
20303 _ACEOF
20304 rm -f conftest.$ac_objext
20305 if { (ac_try="$ac_compile"
20306 case "(($ac_try" in
20307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20308 *) ac_try_echo=$ac_try;;
20309 esac
20310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20311 (eval "$ac_compile") 2>conftest.er1
20312 ac_status=$?
20313 grep -v '^ *+' conftest.er1 >conftest.err
20314 rm -f conftest.er1
20315 cat conftest.err >&5
20316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20317 (exit $ac_status); } && {
20318 test -z "$ac_c_werror_flag" ||
20319 test ! -s conftest.err
20320 } && test -s conftest.$ac_objext; then
20321 ac_cv_member_struct_sockaddr_un_sun_len=yes
20322 else
20323 echo "$as_me: failed program was:" >&5
20324 sed 's/^/| /' conftest.$ac_ext >&5
20326 cat >conftest.$ac_ext <<_ACEOF
20327 /* confdefs.h. */
20328 _ACEOF
20329 cat confdefs.h >>conftest.$ac_ext
20330 cat >>conftest.$ac_ext <<_ACEOF
20331 /* end confdefs.h. */
20332 #include <sys/types.h>
20333 #ifdef HAVE_SYS_SOCKET_H
20334 # include <sys/socket.h>
20335 #endif
20336 #ifdef HAVE_SYS_UN_H
20337 # include <sys/un.h>
20338 #endif
20341 main ()
20343 static struct sockaddr_un ac_aggr;
20344 if (sizeof ac_aggr.sun_len)
20345 return 0;
20347 return 0;
20349 _ACEOF
20350 rm -f conftest.$ac_objext
20351 if { (ac_try="$ac_compile"
20352 case "(($ac_try" in
20353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20354 *) ac_try_echo=$ac_try;;
20355 esac
20356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20357 (eval "$ac_compile") 2>conftest.er1
20358 ac_status=$?
20359 grep -v '^ *+' conftest.er1 >conftest.err
20360 rm -f conftest.er1
20361 cat conftest.err >&5
20362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20363 (exit $ac_status); } && {
20364 test -z "$ac_c_werror_flag" ||
20365 test ! -s conftest.err
20366 } && test -s conftest.$ac_objext; then
20367 ac_cv_member_struct_sockaddr_un_sun_len=yes
20368 else
20369 echo "$as_me: failed program was:" >&5
20370 sed 's/^/| /' conftest.$ac_ext >&5
20372 ac_cv_member_struct_sockaddr_un_sun_len=no
20375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20380 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20381 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20382 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20384 cat >>confdefs.h <<_ACEOF
20385 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20386 _ACEOF
20392 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20393 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20394 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20395 echo $ECHO_N "(cached) $ECHO_C" >&6
20396 else
20397 cat >conftest.$ac_ext <<_ACEOF
20398 /* confdefs.h. */
20399 _ACEOF
20400 cat confdefs.h >>conftest.$ac_ext
20401 cat >>conftest.$ac_ext <<_ACEOF
20402 /* end confdefs.h. */
20403 #include <sys/types.h>
20404 #ifdef HAVE_SCSI_SG_H
20405 #include <scsi/sg.h>
20406 #endif
20409 main ()
20411 static scsireq_t ac_aggr;
20412 if (ac_aggr.cmd)
20413 return 0;
20415 return 0;
20417 _ACEOF
20418 rm -f conftest.$ac_objext
20419 if { (ac_try="$ac_compile"
20420 case "(($ac_try" in
20421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20422 *) ac_try_echo=$ac_try;;
20423 esac
20424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20425 (eval "$ac_compile") 2>conftest.er1
20426 ac_status=$?
20427 grep -v '^ *+' conftest.er1 >conftest.err
20428 rm -f conftest.er1
20429 cat conftest.err >&5
20430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20431 (exit $ac_status); } && {
20432 test -z "$ac_c_werror_flag" ||
20433 test ! -s conftest.err
20434 } && test -s conftest.$ac_objext; then
20435 ac_cv_member_scsireq_t_cmd=yes
20436 else
20437 echo "$as_me: failed program was:" >&5
20438 sed 's/^/| /' conftest.$ac_ext >&5
20440 cat >conftest.$ac_ext <<_ACEOF
20441 /* confdefs.h. */
20442 _ACEOF
20443 cat confdefs.h >>conftest.$ac_ext
20444 cat >>conftest.$ac_ext <<_ACEOF
20445 /* end confdefs.h. */
20446 #include <sys/types.h>
20447 #ifdef HAVE_SCSI_SG_H
20448 #include <scsi/sg.h>
20449 #endif
20452 main ()
20454 static scsireq_t ac_aggr;
20455 if (sizeof ac_aggr.cmd)
20456 return 0;
20458 return 0;
20460 _ACEOF
20461 rm -f conftest.$ac_objext
20462 if { (ac_try="$ac_compile"
20463 case "(($ac_try" in
20464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20465 *) ac_try_echo=$ac_try;;
20466 esac
20467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20468 (eval "$ac_compile") 2>conftest.er1
20469 ac_status=$?
20470 grep -v '^ *+' conftest.er1 >conftest.err
20471 rm -f conftest.er1
20472 cat conftest.err >&5
20473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20474 (exit $ac_status); } && {
20475 test -z "$ac_c_werror_flag" ||
20476 test ! -s conftest.err
20477 } && test -s conftest.$ac_objext; then
20478 ac_cv_member_scsireq_t_cmd=yes
20479 else
20480 echo "$as_me: failed program was:" >&5
20481 sed 's/^/| /' conftest.$ac_ext >&5
20483 ac_cv_member_scsireq_t_cmd=no
20486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20491 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20492 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20493 if test $ac_cv_member_scsireq_t_cmd = yes; then
20495 cat >>confdefs.h <<_ACEOF
20496 #define HAVE_SCSIREQ_T_CMD 1
20497 _ACEOF
20501 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20502 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20503 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20504 echo $ECHO_N "(cached) $ECHO_C" >&6
20505 else
20506 cat >conftest.$ac_ext <<_ACEOF
20507 /* confdefs.h. */
20508 _ACEOF
20509 cat confdefs.h >>conftest.$ac_ext
20510 cat >>conftest.$ac_ext <<_ACEOF
20511 /* end confdefs.h. */
20512 #include <sys/types.h>
20513 #ifdef HAVE_SCSI_SG_H
20514 #include <scsi/sg.h>
20515 #endif
20518 main ()
20520 static sg_io_hdr_t ac_aggr;
20521 if (ac_aggr.interface_id)
20522 return 0;
20524 return 0;
20526 _ACEOF
20527 rm -f conftest.$ac_objext
20528 if { (ac_try="$ac_compile"
20529 case "(($ac_try" in
20530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20531 *) ac_try_echo=$ac_try;;
20532 esac
20533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20534 (eval "$ac_compile") 2>conftest.er1
20535 ac_status=$?
20536 grep -v '^ *+' conftest.er1 >conftest.err
20537 rm -f conftest.er1
20538 cat conftest.err >&5
20539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20540 (exit $ac_status); } && {
20541 test -z "$ac_c_werror_flag" ||
20542 test ! -s conftest.err
20543 } && test -s conftest.$ac_objext; then
20544 ac_cv_member_sg_io_hdr_t_interface_id=yes
20545 else
20546 echo "$as_me: failed program was:" >&5
20547 sed 's/^/| /' conftest.$ac_ext >&5
20549 cat >conftest.$ac_ext <<_ACEOF
20550 /* confdefs.h. */
20551 _ACEOF
20552 cat confdefs.h >>conftest.$ac_ext
20553 cat >>conftest.$ac_ext <<_ACEOF
20554 /* end confdefs.h. */
20555 #include <sys/types.h>
20556 #ifdef HAVE_SCSI_SG_H
20557 #include <scsi/sg.h>
20558 #endif
20561 main ()
20563 static sg_io_hdr_t ac_aggr;
20564 if (sizeof ac_aggr.interface_id)
20565 return 0;
20567 return 0;
20569 _ACEOF
20570 rm -f conftest.$ac_objext
20571 if { (ac_try="$ac_compile"
20572 case "(($ac_try" in
20573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20574 *) ac_try_echo=$ac_try;;
20575 esac
20576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20577 (eval "$ac_compile") 2>conftest.er1
20578 ac_status=$?
20579 grep -v '^ *+' conftest.er1 >conftest.err
20580 rm -f conftest.er1
20581 cat conftest.err >&5
20582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20583 (exit $ac_status); } && {
20584 test -z "$ac_c_werror_flag" ||
20585 test ! -s conftest.err
20586 } && test -s conftest.$ac_objext; then
20587 ac_cv_member_sg_io_hdr_t_interface_id=yes
20588 else
20589 echo "$as_me: failed program was:" >&5
20590 sed 's/^/| /' conftest.$ac_ext >&5
20592 ac_cv_member_sg_io_hdr_t_interface_id=no
20595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20600 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20601 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20602 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20604 cat >>confdefs.h <<_ACEOF
20605 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20606 _ACEOF
20612 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20613 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20614 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20615 echo $ECHO_N "(cached) $ECHO_C" >&6
20616 else
20617 cat >conftest.$ac_ext <<_ACEOF
20618 /* confdefs.h. */
20619 _ACEOF
20620 cat confdefs.h >>conftest.$ac_ext
20621 cat >>conftest.$ac_ext <<_ACEOF
20622 /* end confdefs.h. */
20623 #include <signal.h>
20626 main ()
20628 static siginfo_t ac_aggr;
20629 if (ac_aggr.si_fd)
20630 return 0;
20632 return 0;
20634 _ACEOF
20635 rm -f conftest.$ac_objext
20636 if { (ac_try="$ac_compile"
20637 case "(($ac_try" in
20638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20639 *) ac_try_echo=$ac_try;;
20640 esac
20641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20642 (eval "$ac_compile") 2>conftest.er1
20643 ac_status=$?
20644 grep -v '^ *+' conftest.er1 >conftest.err
20645 rm -f conftest.er1
20646 cat conftest.err >&5
20647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20648 (exit $ac_status); } && {
20649 test -z "$ac_c_werror_flag" ||
20650 test ! -s conftest.err
20651 } && test -s conftest.$ac_objext; then
20652 ac_cv_member_siginfo_t_si_fd=yes
20653 else
20654 echo "$as_me: failed program was:" >&5
20655 sed 's/^/| /' conftest.$ac_ext >&5
20657 cat >conftest.$ac_ext <<_ACEOF
20658 /* confdefs.h. */
20659 _ACEOF
20660 cat confdefs.h >>conftest.$ac_ext
20661 cat >>conftest.$ac_ext <<_ACEOF
20662 /* end confdefs.h. */
20663 #include <signal.h>
20666 main ()
20668 static siginfo_t ac_aggr;
20669 if (sizeof ac_aggr.si_fd)
20670 return 0;
20672 return 0;
20674 _ACEOF
20675 rm -f conftest.$ac_objext
20676 if { (ac_try="$ac_compile"
20677 case "(($ac_try" in
20678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20679 *) ac_try_echo=$ac_try;;
20680 esac
20681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20682 (eval "$ac_compile") 2>conftest.er1
20683 ac_status=$?
20684 grep -v '^ *+' conftest.er1 >conftest.err
20685 rm -f conftest.er1
20686 cat conftest.err >&5
20687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20688 (exit $ac_status); } && {
20689 test -z "$ac_c_werror_flag" ||
20690 test ! -s conftest.err
20691 } && test -s conftest.$ac_objext; then
20692 ac_cv_member_siginfo_t_si_fd=yes
20693 else
20694 echo "$as_me: failed program was:" >&5
20695 sed 's/^/| /' conftest.$ac_ext >&5
20697 ac_cv_member_siginfo_t_si_fd=no
20700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20705 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20706 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20707 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20709 cat >>confdefs.h <<_ACEOF
20710 #define HAVE_SIGINFO_T_SI_FD 1
20711 _ACEOF
20717 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20718 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20719 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20720 echo $ECHO_N "(cached) $ECHO_C" >&6
20721 else
20722 cat >conftest.$ac_ext <<_ACEOF
20723 /* confdefs.h. */
20724 _ACEOF
20725 cat confdefs.h >>conftest.$ac_ext
20726 cat >>conftest.$ac_ext <<_ACEOF
20727 /* end confdefs.h. */
20728 #include <sys/types.h>
20729 #ifdef HAVE_SYS_MTIO_H
20730 #include <sys/mtio.h>
20731 #endif
20734 main ()
20736 static struct mtget ac_aggr;
20737 if (ac_aggr.mt_blksiz)
20738 return 0;
20740 return 0;
20742 _ACEOF
20743 rm -f conftest.$ac_objext
20744 if { (ac_try="$ac_compile"
20745 case "(($ac_try" in
20746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20747 *) ac_try_echo=$ac_try;;
20748 esac
20749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20750 (eval "$ac_compile") 2>conftest.er1
20751 ac_status=$?
20752 grep -v '^ *+' conftest.er1 >conftest.err
20753 rm -f conftest.er1
20754 cat conftest.err >&5
20755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20756 (exit $ac_status); } && {
20757 test -z "$ac_c_werror_flag" ||
20758 test ! -s conftest.err
20759 } && test -s conftest.$ac_objext; then
20760 ac_cv_member_struct_mtget_mt_blksiz=yes
20761 else
20762 echo "$as_me: failed program was:" >&5
20763 sed 's/^/| /' conftest.$ac_ext >&5
20765 cat >conftest.$ac_ext <<_ACEOF
20766 /* confdefs.h. */
20767 _ACEOF
20768 cat confdefs.h >>conftest.$ac_ext
20769 cat >>conftest.$ac_ext <<_ACEOF
20770 /* end confdefs.h. */
20771 #include <sys/types.h>
20772 #ifdef HAVE_SYS_MTIO_H
20773 #include <sys/mtio.h>
20774 #endif
20777 main ()
20779 static struct mtget ac_aggr;
20780 if (sizeof ac_aggr.mt_blksiz)
20781 return 0;
20783 return 0;
20785 _ACEOF
20786 rm -f conftest.$ac_objext
20787 if { (ac_try="$ac_compile"
20788 case "(($ac_try" in
20789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20790 *) ac_try_echo=$ac_try;;
20791 esac
20792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20793 (eval "$ac_compile") 2>conftest.er1
20794 ac_status=$?
20795 grep -v '^ *+' conftest.er1 >conftest.err
20796 rm -f conftest.er1
20797 cat conftest.err >&5
20798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20799 (exit $ac_status); } && {
20800 test -z "$ac_c_werror_flag" ||
20801 test ! -s conftest.err
20802 } && test -s conftest.$ac_objext; then
20803 ac_cv_member_struct_mtget_mt_blksiz=yes
20804 else
20805 echo "$as_me: failed program was:" >&5
20806 sed 's/^/| /' conftest.$ac_ext >&5
20808 ac_cv_member_struct_mtget_mt_blksiz=no
20811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20816 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20817 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20818 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20820 cat >>confdefs.h <<_ACEOF
20821 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20822 _ACEOF
20826 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20827 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20828 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20829 echo $ECHO_N "(cached) $ECHO_C" >&6
20830 else
20831 cat >conftest.$ac_ext <<_ACEOF
20832 /* confdefs.h. */
20833 _ACEOF
20834 cat confdefs.h >>conftest.$ac_ext
20835 cat >>conftest.$ac_ext <<_ACEOF
20836 /* end confdefs.h. */
20837 #include <sys/types.h>
20838 #ifdef HAVE_SYS_MTIO_H
20839 #include <sys/mtio.h>
20840 #endif
20843 main ()
20845 static struct mtget ac_aggr;
20846 if (ac_aggr.mt_gstat)
20847 return 0;
20849 return 0;
20851 _ACEOF
20852 rm -f conftest.$ac_objext
20853 if { (ac_try="$ac_compile"
20854 case "(($ac_try" in
20855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20856 *) ac_try_echo=$ac_try;;
20857 esac
20858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20859 (eval "$ac_compile") 2>conftest.er1
20860 ac_status=$?
20861 grep -v '^ *+' conftest.er1 >conftest.err
20862 rm -f conftest.er1
20863 cat conftest.err >&5
20864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20865 (exit $ac_status); } && {
20866 test -z "$ac_c_werror_flag" ||
20867 test ! -s conftest.err
20868 } && test -s conftest.$ac_objext; then
20869 ac_cv_member_struct_mtget_mt_gstat=yes
20870 else
20871 echo "$as_me: failed program was:" >&5
20872 sed 's/^/| /' conftest.$ac_ext >&5
20874 cat >conftest.$ac_ext <<_ACEOF
20875 /* confdefs.h. */
20876 _ACEOF
20877 cat confdefs.h >>conftest.$ac_ext
20878 cat >>conftest.$ac_ext <<_ACEOF
20879 /* end confdefs.h. */
20880 #include <sys/types.h>
20881 #ifdef HAVE_SYS_MTIO_H
20882 #include <sys/mtio.h>
20883 #endif
20886 main ()
20888 static struct mtget ac_aggr;
20889 if (sizeof ac_aggr.mt_gstat)
20890 return 0;
20892 return 0;
20894 _ACEOF
20895 rm -f conftest.$ac_objext
20896 if { (ac_try="$ac_compile"
20897 case "(($ac_try" in
20898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20899 *) ac_try_echo=$ac_try;;
20900 esac
20901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20902 (eval "$ac_compile") 2>conftest.er1
20903 ac_status=$?
20904 grep -v '^ *+' conftest.er1 >conftest.err
20905 rm -f conftest.er1
20906 cat conftest.err >&5
20907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20908 (exit $ac_status); } && {
20909 test -z "$ac_c_werror_flag" ||
20910 test ! -s conftest.err
20911 } && test -s conftest.$ac_objext; then
20912 ac_cv_member_struct_mtget_mt_gstat=yes
20913 else
20914 echo "$as_me: failed program was:" >&5
20915 sed 's/^/| /' conftest.$ac_ext >&5
20917 ac_cv_member_struct_mtget_mt_gstat=no
20920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20925 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20926 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20927 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20929 cat >>confdefs.h <<_ACEOF
20930 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20931 _ACEOF
20935 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20936 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20937 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20938 echo $ECHO_N "(cached) $ECHO_C" >&6
20939 else
20940 cat >conftest.$ac_ext <<_ACEOF
20941 /* confdefs.h. */
20942 _ACEOF
20943 cat confdefs.h >>conftest.$ac_ext
20944 cat >>conftest.$ac_ext <<_ACEOF
20945 /* end confdefs.h. */
20946 #include <sys/types.h>
20947 #ifdef HAVE_SYS_MTIO_H
20948 #include <sys/mtio.h>
20949 #endif
20952 main ()
20954 static struct mtget ac_aggr;
20955 if (ac_aggr.mt_blkno)
20956 return 0;
20958 return 0;
20960 _ACEOF
20961 rm -f conftest.$ac_objext
20962 if { (ac_try="$ac_compile"
20963 case "(($ac_try" in
20964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20965 *) ac_try_echo=$ac_try;;
20966 esac
20967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20968 (eval "$ac_compile") 2>conftest.er1
20969 ac_status=$?
20970 grep -v '^ *+' conftest.er1 >conftest.err
20971 rm -f conftest.er1
20972 cat conftest.err >&5
20973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20974 (exit $ac_status); } && {
20975 test -z "$ac_c_werror_flag" ||
20976 test ! -s conftest.err
20977 } && test -s conftest.$ac_objext; then
20978 ac_cv_member_struct_mtget_mt_blkno=yes
20979 else
20980 echo "$as_me: failed program was:" >&5
20981 sed 's/^/| /' conftest.$ac_ext >&5
20983 cat >conftest.$ac_ext <<_ACEOF
20984 /* confdefs.h. */
20985 _ACEOF
20986 cat confdefs.h >>conftest.$ac_ext
20987 cat >>conftest.$ac_ext <<_ACEOF
20988 /* end confdefs.h. */
20989 #include <sys/types.h>
20990 #ifdef HAVE_SYS_MTIO_H
20991 #include <sys/mtio.h>
20992 #endif
20995 main ()
20997 static struct mtget ac_aggr;
20998 if (sizeof ac_aggr.mt_blkno)
20999 return 0;
21001 return 0;
21003 _ACEOF
21004 rm -f conftest.$ac_objext
21005 if { (ac_try="$ac_compile"
21006 case "(($ac_try" in
21007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21008 *) ac_try_echo=$ac_try;;
21009 esac
21010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21011 (eval "$ac_compile") 2>conftest.er1
21012 ac_status=$?
21013 grep -v '^ *+' conftest.er1 >conftest.err
21014 rm -f conftest.er1
21015 cat conftest.err >&5
21016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21017 (exit $ac_status); } && {
21018 test -z "$ac_c_werror_flag" ||
21019 test ! -s conftest.err
21020 } && test -s conftest.$ac_objext; then
21021 ac_cv_member_struct_mtget_mt_blkno=yes
21022 else
21023 echo "$as_me: failed program was:" >&5
21024 sed 's/^/| /' conftest.$ac_ext >&5
21026 ac_cv_member_struct_mtget_mt_blkno=no
21029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21035 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21036 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21038 cat >>confdefs.h <<_ACEOF
21039 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21040 _ACEOF
21046 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21047 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21048 if test "${ac_cv_member_struct_option_name+set}" = set; then
21049 echo $ECHO_N "(cached) $ECHO_C" >&6
21050 else
21051 cat >conftest.$ac_ext <<_ACEOF
21052 /* confdefs.h. */
21053 _ACEOF
21054 cat confdefs.h >>conftest.$ac_ext
21055 cat >>conftest.$ac_ext <<_ACEOF
21056 /* end confdefs.h. */
21057 #ifdef HAVE_GETOPT_H
21058 #include <getopt.h>
21059 #endif
21062 main ()
21064 static struct option ac_aggr;
21065 if (ac_aggr.name)
21066 return 0;
21068 return 0;
21070 _ACEOF
21071 rm -f conftest.$ac_objext
21072 if { (ac_try="$ac_compile"
21073 case "(($ac_try" in
21074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21075 *) ac_try_echo=$ac_try;;
21076 esac
21077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21078 (eval "$ac_compile") 2>conftest.er1
21079 ac_status=$?
21080 grep -v '^ *+' conftest.er1 >conftest.err
21081 rm -f conftest.er1
21082 cat conftest.err >&5
21083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084 (exit $ac_status); } && {
21085 test -z "$ac_c_werror_flag" ||
21086 test ! -s conftest.err
21087 } && test -s conftest.$ac_objext; then
21088 ac_cv_member_struct_option_name=yes
21089 else
21090 echo "$as_me: failed program was:" >&5
21091 sed 's/^/| /' conftest.$ac_ext >&5
21093 cat >conftest.$ac_ext <<_ACEOF
21094 /* confdefs.h. */
21095 _ACEOF
21096 cat confdefs.h >>conftest.$ac_ext
21097 cat >>conftest.$ac_ext <<_ACEOF
21098 /* end confdefs.h. */
21099 #ifdef HAVE_GETOPT_H
21100 #include <getopt.h>
21101 #endif
21104 main ()
21106 static struct option ac_aggr;
21107 if (sizeof ac_aggr.name)
21108 return 0;
21110 return 0;
21112 _ACEOF
21113 rm -f conftest.$ac_objext
21114 if { (ac_try="$ac_compile"
21115 case "(($ac_try" in
21116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21117 *) ac_try_echo=$ac_try;;
21118 esac
21119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21120 (eval "$ac_compile") 2>conftest.er1
21121 ac_status=$?
21122 grep -v '^ *+' conftest.er1 >conftest.err
21123 rm -f conftest.er1
21124 cat conftest.err >&5
21125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21126 (exit $ac_status); } && {
21127 test -z "$ac_c_werror_flag" ||
21128 test ! -s conftest.err
21129 } && test -s conftest.$ac_objext; then
21130 ac_cv_member_struct_option_name=yes
21131 else
21132 echo "$as_me: failed program was:" >&5
21133 sed 's/^/| /' conftest.$ac_ext >&5
21135 ac_cv_member_struct_option_name=no
21138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21143 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21144 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21145 if test $ac_cv_member_struct_option_name = yes; then
21147 cat >>confdefs.h <<_ACEOF
21148 #define HAVE_STRUCT_OPTION_NAME 1
21149 _ACEOF
21155 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21156 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21157 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21158 echo $ECHO_N "(cached) $ECHO_C" >&6
21159 else
21160 cat >conftest.$ac_ext <<_ACEOF
21161 /* confdefs.h. */
21162 _ACEOF
21163 cat confdefs.h >>conftest.$ac_ext
21164 cat >>conftest.$ac_ext <<_ACEOF
21165 /* end confdefs.h. */
21166 $ac_includes_default
21168 main ()
21170 static struct stat ac_aggr;
21171 if (ac_aggr.st_blocks)
21172 return 0;
21174 return 0;
21176 _ACEOF
21177 rm -f conftest.$ac_objext
21178 if { (ac_try="$ac_compile"
21179 case "(($ac_try" in
21180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21181 *) ac_try_echo=$ac_try;;
21182 esac
21183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21184 (eval "$ac_compile") 2>conftest.er1
21185 ac_status=$?
21186 grep -v '^ *+' conftest.er1 >conftest.err
21187 rm -f conftest.er1
21188 cat conftest.err >&5
21189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21190 (exit $ac_status); } && {
21191 test -z "$ac_c_werror_flag" ||
21192 test ! -s conftest.err
21193 } && test -s conftest.$ac_objext; then
21194 ac_cv_member_struct_stat_st_blocks=yes
21195 else
21196 echo "$as_me: failed program was:" >&5
21197 sed 's/^/| /' conftest.$ac_ext >&5
21199 cat >conftest.$ac_ext <<_ACEOF
21200 /* confdefs.h. */
21201 _ACEOF
21202 cat confdefs.h >>conftest.$ac_ext
21203 cat >>conftest.$ac_ext <<_ACEOF
21204 /* end confdefs.h. */
21205 $ac_includes_default
21207 main ()
21209 static struct stat ac_aggr;
21210 if (sizeof ac_aggr.st_blocks)
21211 return 0;
21213 return 0;
21215 _ACEOF
21216 rm -f conftest.$ac_objext
21217 if { (ac_try="$ac_compile"
21218 case "(($ac_try" in
21219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21220 *) ac_try_echo=$ac_try;;
21221 esac
21222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21223 (eval "$ac_compile") 2>conftest.er1
21224 ac_status=$?
21225 grep -v '^ *+' conftest.er1 >conftest.err
21226 rm -f conftest.er1
21227 cat conftest.err >&5
21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 (exit $ac_status); } && {
21230 test -z "$ac_c_werror_flag" ||
21231 test ! -s conftest.err
21232 } && test -s conftest.$ac_objext; then
21233 ac_cv_member_struct_stat_st_blocks=yes
21234 else
21235 echo "$as_me: failed program was:" >&5
21236 sed 's/^/| /' conftest.$ac_ext >&5
21238 ac_cv_member_struct_stat_st_blocks=no
21241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21246 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21247 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21248 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21250 cat >>confdefs.h <<_ACEOF
21251 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21252 _ACEOF
21256 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21257 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21258 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21259 echo $ECHO_N "(cached) $ECHO_C" >&6
21260 else
21261 cat >conftest.$ac_ext <<_ACEOF
21262 /* confdefs.h. */
21263 _ACEOF
21264 cat confdefs.h >>conftest.$ac_ext
21265 cat >>conftest.$ac_ext <<_ACEOF
21266 /* end confdefs.h. */
21267 $ac_includes_default
21269 main ()
21271 static struct stat ac_aggr;
21272 if (ac_aggr.st_mtim)
21273 return 0;
21275 return 0;
21277 _ACEOF
21278 rm -f conftest.$ac_objext
21279 if { (ac_try="$ac_compile"
21280 case "(($ac_try" in
21281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21282 *) ac_try_echo=$ac_try;;
21283 esac
21284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21285 (eval "$ac_compile") 2>conftest.er1
21286 ac_status=$?
21287 grep -v '^ *+' conftest.er1 >conftest.err
21288 rm -f conftest.er1
21289 cat conftest.err >&5
21290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21291 (exit $ac_status); } && {
21292 test -z "$ac_c_werror_flag" ||
21293 test ! -s conftest.err
21294 } && test -s conftest.$ac_objext; then
21295 ac_cv_member_struct_stat_st_mtim=yes
21296 else
21297 echo "$as_me: failed program was:" >&5
21298 sed 's/^/| /' conftest.$ac_ext >&5
21300 cat >conftest.$ac_ext <<_ACEOF
21301 /* confdefs.h. */
21302 _ACEOF
21303 cat confdefs.h >>conftest.$ac_ext
21304 cat >>conftest.$ac_ext <<_ACEOF
21305 /* end confdefs.h. */
21306 $ac_includes_default
21308 main ()
21310 static struct stat ac_aggr;
21311 if (sizeof ac_aggr.st_mtim)
21312 return 0;
21314 return 0;
21316 _ACEOF
21317 rm -f conftest.$ac_objext
21318 if { (ac_try="$ac_compile"
21319 case "(($ac_try" in
21320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21321 *) ac_try_echo=$ac_try;;
21322 esac
21323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21324 (eval "$ac_compile") 2>conftest.er1
21325 ac_status=$?
21326 grep -v '^ *+' conftest.er1 >conftest.err
21327 rm -f conftest.er1
21328 cat conftest.err >&5
21329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21330 (exit $ac_status); } && {
21331 test -z "$ac_c_werror_flag" ||
21332 test ! -s conftest.err
21333 } && test -s conftest.$ac_objext; then
21334 ac_cv_member_struct_stat_st_mtim=yes
21335 else
21336 echo "$as_me: failed program was:" >&5
21337 sed 's/^/| /' conftest.$ac_ext >&5
21339 ac_cv_member_struct_stat_st_mtim=no
21342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21347 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21348 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21349 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21351 cat >>confdefs.h <<_ACEOF
21352 #define HAVE_STRUCT_STAT_ST_MTIM 1
21353 _ACEOF
21357 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21358 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21359 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21360 echo $ECHO_N "(cached) $ECHO_C" >&6
21361 else
21362 cat >conftest.$ac_ext <<_ACEOF
21363 /* confdefs.h. */
21364 _ACEOF
21365 cat confdefs.h >>conftest.$ac_ext
21366 cat >>conftest.$ac_ext <<_ACEOF
21367 /* end confdefs.h. */
21368 $ac_includes_default
21370 main ()
21372 static struct stat ac_aggr;
21373 if (ac_aggr.st_ctim)
21374 return 0;
21376 return 0;
21378 _ACEOF
21379 rm -f conftest.$ac_objext
21380 if { (ac_try="$ac_compile"
21381 case "(($ac_try" in
21382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21383 *) ac_try_echo=$ac_try;;
21384 esac
21385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21386 (eval "$ac_compile") 2>conftest.er1
21387 ac_status=$?
21388 grep -v '^ *+' conftest.er1 >conftest.err
21389 rm -f conftest.er1
21390 cat conftest.err >&5
21391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21392 (exit $ac_status); } && {
21393 test -z "$ac_c_werror_flag" ||
21394 test ! -s conftest.err
21395 } && test -s conftest.$ac_objext; then
21396 ac_cv_member_struct_stat_st_ctim=yes
21397 else
21398 echo "$as_me: failed program was:" >&5
21399 sed 's/^/| /' conftest.$ac_ext >&5
21401 cat >conftest.$ac_ext <<_ACEOF
21402 /* confdefs.h. */
21403 _ACEOF
21404 cat confdefs.h >>conftest.$ac_ext
21405 cat >>conftest.$ac_ext <<_ACEOF
21406 /* end confdefs.h. */
21407 $ac_includes_default
21409 main ()
21411 static struct stat ac_aggr;
21412 if (sizeof ac_aggr.st_ctim)
21413 return 0;
21415 return 0;
21417 _ACEOF
21418 rm -f conftest.$ac_objext
21419 if { (ac_try="$ac_compile"
21420 case "(($ac_try" in
21421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21422 *) ac_try_echo=$ac_try;;
21423 esac
21424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21425 (eval "$ac_compile") 2>conftest.er1
21426 ac_status=$?
21427 grep -v '^ *+' conftest.er1 >conftest.err
21428 rm -f conftest.er1
21429 cat conftest.err >&5
21430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); } && {
21432 test -z "$ac_c_werror_flag" ||
21433 test ! -s conftest.err
21434 } && test -s conftest.$ac_objext; then
21435 ac_cv_member_struct_stat_st_ctim=yes
21436 else
21437 echo "$as_me: failed program was:" >&5
21438 sed 's/^/| /' conftest.$ac_ext >&5
21440 ac_cv_member_struct_stat_st_ctim=no
21443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21448 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21449 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21450 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21452 cat >>confdefs.h <<_ACEOF
21453 #define HAVE_STRUCT_STAT_ST_CTIM 1
21454 _ACEOF
21458 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21459 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21460 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21461 echo $ECHO_N "(cached) $ECHO_C" >&6
21462 else
21463 cat >conftest.$ac_ext <<_ACEOF
21464 /* confdefs.h. */
21465 _ACEOF
21466 cat confdefs.h >>conftest.$ac_ext
21467 cat >>conftest.$ac_ext <<_ACEOF
21468 /* end confdefs.h. */
21469 $ac_includes_default
21471 main ()
21473 static struct stat ac_aggr;
21474 if (ac_aggr.st_atim)
21475 return 0;
21477 return 0;
21479 _ACEOF
21480 rm -f conftest.$ac_objext
21481 if { (ac_try="$ac_compile"
21482 case "(($ac_try" in
21483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21484 *) ac_try_echo=$ac_try;;
21485 esac
21486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21487 (eval "$ac_compile") 2>conftest.er1
21488 ac_status=$?
21489 grep -v '^ *+' conftest.er1 >conftest.err
21490 rm -f conftest.er1
21491 cat conftest.err >&5
21492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493 (exit $ac_status); } && {
21494 test -z "$ac_c_werror_flag" ||
21495 test ! -s conftest.err
21496 } && test -s conftest.$ac_objext; then
21497 ac_cv_member_struct_stat_st_atim=yes
21498 else
21499 echo "$as_me: failed program was:" >&5
21500 sed 's/^/| /' conftest.$ac_ext >&5
21502 cat >conftest.$ac_ext <<_ACEOF
21503 /* confdefs.h. */
21504 _ACEOF
21505 cat confdefs.h >>conftest.$ac_ext
21506 cat >>conftest.$ac_ext <<_ACEOF
21507 /* end confdefs.h. */
21508 $ac_includes_default
21510 main ()
21512 static struct stat ac_aggr;
21513 if (sizeof ac_aggr.st_atim)
21514 return 0;
21516 return 0;
21518 _ACEOF
21519 rm -f conftest.$ac_objext
21520 if { (ac_try="$ac_compile"
21521 case "(($ac_try" in
21522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21523 *) ac_try_echo=$ac_try;;
21524 esac
21525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21526 (eval "$ac_compile") 2>conftest.er1
21527 ac_status=$?
21528 grep -v '^ *+' conftest.er1 >conftest.err
21529 rm -f conftest.er1
21530 cat conftest.err >&5
21531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532 (exit $ac_status); } && {
21533 test -z "$ac_c_werror_flag" ||
21534 test ! -s conftest.err
21535 } && test -s conftest.$ac_objext; then
21536 ac_cv_member_struct_stat_st_atim=yes
21537 else
21538 echo "$as_me: failed program was:" >&5
21539 sed 's/^/| /' conftest.$ac_ext >&5
21541 ac_cv_member_struct_stat_st_atim=no
21544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21549 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21550 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21551 if test $ac_cv_member_struct_stat_st_atim = yes; then
21553 cat >>confdefs.h <<_ACEOF
21554 #define HAVE_STRUCT_STAT_ST_ATIM 1
21555 _ACEOF
21561 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21562 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21563 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21564 echo $ECHO_N "(cached) $ECHO_C" >&6
21565 else
21566 cat >conftest.$ac_ext <<_ACEOF
21567 /* confdefs.h. */
21568 _ACEOF
21569 cat confdefs.h >>conftest.$ac_ext
21570 cat >>conftest.$ac_ext <<_ACEOF
21571 /* end confdefs.h. */
21572 #ifdef HAVE_SYS_TYPES_H
21573 #include <sys/types.h>
21574 #endif
21575 #ifdef HAVE_NETINET_IN_H
21576 #include <netinet/in.h>
21577 #endif
21580 main ()
21582 static struct sockaddr_in6 ac_aggr;
21583 if (ac_aggr.sin6_scope_id)
21584 return 0;
21586 return 0;
21588 _ACEOF
21589 rm -f conftest.$ac_objext
21590 if { (ac_try="$ac_compile"
21591 case "(($ac_try" in
21592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21593 *) ac_try_echo=$ac_try;;
21594 esac
21595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21596 (eval "$ac_compile") 2>conftest.er1
21597 ac_status=$?
21598 grep -v '^ *+' conftest.er1 >conftest.err
21599 rm -f conftest.er1
21600 cat conftest.err >&5
21601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21602 (exit $ac_status); } && {
21603 test -z "$ac_c_werror_flag" ||
21604 test ! -s conftest.err
21605 } && test -s conftest.$ac_objext; then
21606 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21607 else
21608 echo "$as_me: failed program was:" >&5
21609 sed 's/^/| /' conftest.$ac_ext >&5
21611 cat >conftest.$ac_ext <<_ACEOF
21612 /* confdefs.h. */
21613 _ACEOF
21614 cat confdefs.h >>conftest.$ac_ext
21615 cat >>conftest.$ac_ext <<_ACEOF
21616 /* end confdefs.h. */
21617 #ifdef HAVE_SYS_TYPES_H
21618 #include <sys/types.h>
21619 #endif
21620 #ifdef HAVE_NETINET_IN_H
21621 #include <netinet/in.h>
21622 #endif
21625 main ()
21627 static struct sockaddr_in6 ac_aggr;
21628 if (sizeof ac_aggr.sin6_scope_id)
21629 return 0;
21631 return 0;
21633 _ACEOF
21634 rm -f conftest.$ac_objext
21635 if { (ac_try="$ac_compile"
21636 case "(($ac_try" in
21637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21638 *) ac_try_echo=$ac_try;;
21639 esac
21640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21641 (eval "$ac_compile") 2>conftest.er1
21642 ac_status=$?
21643 grep -v '^ *+' conftest.er1 >conftest.err
21644 rm -f conftest.er1
21645 cat conftest.err >&5
21646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21647 (exit $ac_status); } && {
21648 test -z "$ac_c_werror_flag" ||
21649 test ! -s conftest.err
21650 } && test -s conftest.$ac_objext; then
21651 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21652 else
21653 echo "$as_me: failed program was:" >&5
21654 sed 's/^/| /' conftest.$ac_ext >&5
21656 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21664 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21665 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21666 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21668 cat >>confdefs.h <<_ACEOF
21669 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21670 _ACEOF
21676 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21677 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21678 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21679 echo $ECHO_N "(cached) $ECHO_C" >&6
21680 else
21681 cat >conftest.$ac_ext <<_ACEOF
21682 /* confdefs.h. */
21683 _ACEOF
21684 cat confdefs.h >>conftest.$ac_ext
21685 cat >>conftest.$ac_ext <<_ACEOF
21686 /* end confdefs.h. */
21687 #ifdef HAVE_SYS_TYPES_H
21688 #include <sys/types.h>
21689 #endif
21690 #ifdef HAVE_NETINET_IN_H
21691 # include <netinet/in.h>
21692 #endif
21693 #ifdef HAVE_ARPA_NAMESER_H
21694 # include <arpa/nameser.h>
21695 #endif
21698 main ()
21700 static ns_msg ac_aggr;
21701 if (ac_aggr._msg_ptr)
21702 return 0;
21704 return 0;
21706 _ACEOF
21707 rm -f conftest.$ac_objext
21708 if { (ac_try="$ac_compile"
21709 case "(($ac_try" in
21710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21711 *) ac_try_echo=$ac_try;;
21712 esac
21713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21714 (eval "$ac_compile") 2>conftest.er1
21715 ac_status=$?
21716 grep -v '^ *+' conftest.er1 >conftest.err
21717 rm -f conftest.er1
21718 cat conftest.err >&5
21719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21720 (exit $ac_status); } && {
21721 test -z "$ac_c_werror_flag" ||
21722 test ! -s conftest.err
21723 } && test -s conftest.$ac_objext; then
21724 ac_cv_member_ns_msg__msg_ptr=yes
21725 else
21726 echo "$as_me: failed program was:" >&5
21727 sed 's/^/| /' conftest.$ac_ext >&5
21729 cat >conftest.$ac_ext <<_ACEOF
21730 /* confdefs.h. */
21731 _ACEOF
21732 cat confdefs.h >>conftest.$ac_ext
21733 cat >>conftest.$ac_ext <<_ACEOF
21734 /* end confdefs.h. */
21735 #ifdef HAVE_SYS_TYPES_H
21736 #include <sys/types.h>
21737 #endif
21738 #ifdef HAVE_NETINET_IN_H
21739 # include <netinet/in.h>
21740 #endif
21741 #ifdef HAVE_ARPA_NAMESER_H
21742 # include <arpa/nameser.h>
21743 #endif
21746 main ()
21748 static ns_msg ac_aggr;
21749 if (sizeof ac_aggr._msg_ptr)
21750 return 0;
21752 return 0;
21754 _ACEOF
21755 rm -f conftest.$ac_objext
21756 if { (ac_try="$ac_compile"
21757 case "(($ac_try" in
21758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21759 *) ac_try_echo=$ac_try;;
21760 esac
21761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21762 (eval "$ac_compile") 2>conftest.er1
21763 ac_status=$?
21764 grep -v '^ *+' conftest.er1 >conftest.err
21765 rm -f conftest.er1
21766 cat conftest.err >&5
21767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21768 (exit $ac_status); } && {
21769 test -z "$ac_c_werror_flag" ||
21770 test ! -s conftest.err
21771 } && test -s conftest.$ac_objext; then
21772 ac_cv_member_ns_msg__msg_ptr=yes
21773 else
21774 echo "$as_me: failed program was:" >&5
21775 sed 's/^/| /' conftest.$ac_ext >&5
21777 ac_cv_member_ns_msg__msg_ptr=no
21780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21785 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21786 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21787 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21789 cat >>confdefs.h <<_ACEOF
21790 #define HAVE_NS_MSG__MSG_PTR 1
21791 _ACEOF
21797 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21798 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21799 if test "${ac_cv_have_timezone+set}" = set; then
21800 echo $ECHO_N "(cached) $ECHO_C" >&6
21801 else
21802 cat >conftest.$ac_ext <<_ACEOF
21803 /* confdefs.h. */
21804 _ACEOF
21805 cat confdefs.h >>conftest.$ac_ext
21806 cat >>conftest.$ac_ext <<_ACEOF
21807 /* end confdefs.h. */
21808 #include <time.h>
21810 main ()
21812 timezone = 1
21814 return 0;
21816 _ACEOF
21817 rm -f conftest.$ac_objext conftest$ac_exeext
21818 if { (ac_try="$ac_link"
21819 case "(($ac_try" in
21820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21821 *) ac_try_echo=$ac_try;;
21822 esac
21823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21824 (eval "$ac_link") 2>conftest.er1
21825 ac_status=$?
21826 grep -v '^ *+' conftest.er1 >conftest.err
21827 rm -f conftest.er1
21828 cat conftest.err >&5
21829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21830 (exit $ac_status); } && {
21831 test -z "$ac_c_werror_flag" ||
21832 test ! -s conftest.err
21833 } && test -s conftest$ac_exeext &&
21834 $as_test_x conftest$ac_exeext; then
21835 ac_cv_have_timezone="yes"
21836 else
21837 echo "$as_me: failed program was:" >&5
21838 sed 's/^/| /' conftest.$ac_ext >&5
21840 ac_cv_have_timezone="no"
21843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21844 conftest$ac_exeext conftest.$ac_ext
21846 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21847 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21848 if test "$ac_cv_have_timezone" = "yes"
21849 then
21851 cat >>confdefs.h <<\_ACEOF
21852 #define HAVE_TIMEZONE 1
21853 _ACEOF
21856 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21857 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21858 if test "${ac_cv_have_daylight+set}" = set; then
21859 echo $ECHO_N "(cached) $ECHO_C" >&6
21860 else
21861 cat >conftest.$ac_ext <<_ACEOF
21862 /* confdefs.h. */
21863 _ACEOF
21864 cat confdefs.h >>conftest.$ac_ext
21865 cat >>conftest.$ac_ext <<_ACEOF
21866 /* end confdefs.h. */
21867 #include <time.h>
21869 main ()
21871 daylight = 1
21873 return 0;
21875 _ACEOF
21876 rm -f conftest.$ac_objext conftest$ac_exeext
21877 if { (ac_try="$ac_link"
21878 case "(($ac_try" in
21879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21880 *) ac_try_echo=$ac_try;;
21881 esac
21882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21883 (eval "$ac_link") 2>conftest.er1
21884 ac_status=$?
21885 grep -v '^ *+' conftest.er1 >conftest.err
21886 rm -f conftest.er1
21887 cat conftest.err >&5
21888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21889 (exit $ac_status); } && {
21890 test -z "$ac_c_werror_flag" ||
21891 test ! -s conftest.err
21892 } && test -s conftest$ac_exeext &&
21893 $as_test_x conftest$ac_exeext; then
21894 ac_cv_have_daylight="yes"
21895 else
21896 echo "$as_me: failed program was:" >&5
21897 sed 's/^/| /' conftest.$ac_ext >&5
21899 ac_cv_have_daylight="no"
21902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21903 conftest$ac_exeext conftest.$ac_ext
21905 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21906 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21907 if test "$ac_cv_have_daylight" = "yes"
21908 then
21910 cat >>confdefs.h <<\_ACEOF
21911 #define HAVE_DAYLIGHT 1
21912 _ACEOF
21916 { echo "$as_me:$LINENO: checking for isinf" >&5
21917 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21918 if test "${ac_cv_have_isinf+set}" = set; then
21919 echo $ECHO_N "(cached) $ECHO_C" >&6
21920 else
21921 cat >conftest.$ac_ext <<_ACEOF
21922 /* confdefs.h. */
21923 _ACEOF
21924 cat confdefs.h >>conftest.$ac_ext
21925 cat >>conftest.$ac_ext <<_ACEOF
21926 /* end confdefs.h. */
21927 #include <math.h>
21929 main ()
21931 float f = 0.0; int i=isinf(f)
21933 return 0;
21935 _ACEOF
21936 rm -f conftest.$ac_objext conftest$ac_exeext
21937 if { (ac_try="$ac_link"
21938 case "(($ac_try" in
21939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21940 *) ac_try_echo=$ac_try;;
21941 esac
21942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21943 (eval "$ac_link") 2>conftest.er1
21944 ac_status=$?
21945 grep -v '^ *+' conftest.er1 >conftest.err
21946 rm -f conftest.er1
21947 cat conftest.err >&5
21948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21949 (exit $ac_status); } && {
21950 test -z "$ac_c_werror_flag" ||
21951 test ! -s conftest.err
21952 } && test -s conftest$ac_exeext &&
21953 $as_test_x conftest$ac_exeext; then
21954 ac_cv_have_isinf="yes"
21955 else
21956 echo "$as_me: failed program was:" >&5
21957 sed 's/^/| /' conftest.$ac_ext >&5
21959 ac_cv_have_isinf="no"
21962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21963 conftest$ac_exeext conftest.$ac_ext
21965 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21966 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21967 if test "$ac_cv_have_isinf" = "yes"
21968 then
21970 cat >>confdefs.h <<\_ACEOF
21971 #define HAVE_ISINF 1
21972 _ACEOF
21977 case $host_cpu in
21978 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21979 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21980 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21981 echo $ECHO_N "(cached) $ECHO_C" >&6
21982 else
21983 cat >conftest.$ac_ext <<_ACEOF
21984 /* confdefs.h. */
21985 _ACEOF
21986 cat confdefs.h >>conftest.$ac_ext
21987 cat >>conftest.$ac_ext <<_ACEOF
21988 /* end confdefs.h. */
21989 #ifndef __i386__
21991 #endif
21992 _ACEOF
21993 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21994 $EGREP "yes" >/dev/null 2>&1; then
21995 ac_cv_cpp_def___i386__=yes
21996 else
21997 ac_cv_cpp_def___i386__=no
21999 rm -f conftest*
22002 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22003 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22004 if test $ac_cv_cpp_def___i386__ = yes; then
22005 CFLAGS="$CFLAGS -D__i386__"
22006 LINTFLAGS="$LINTFLAGS -D__i386__"
22009 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22010 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22011 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22012 echo $ECHO_N "(cached) $ECHO_C" >&6
22013 else
22014 cat >conftest.$ac_ext <<_ACEOF
22015 /* confdefs.h. */
22016 _ACEOF
22017 cat confdefs.h >>conftest.$ac_ext
22018 cat >>conftest.$ac_ext <<_ACEOF
22019 /* end confdefs.h. */
22020 #ifndef __x86_64__
22022 #endif
22023 _ACEOF
22024 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22025 $EGREP "yes" >/dev/null 2>&1; then
22026 ac_cv_cpp_def___x86_64__=yes
22027 else
22028 ac_cv_cpp_def___x86_64__=no
22030 rm -f conftest*
22033 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22034 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22035 if test $ac_cv_cpp_def___x86_64__ = yes; then
22036 CFLAGS="$CFLAGS -D__x86_64__"
22037 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22040 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22041 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22042 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22043 echo $ECHO_N "(cached) $ECHO_C" >&6
22044 else
22045 cat >conftest.$ac_ext <<_ACEOF
22046 /* confdefs.h. */
22047 _ACEOF
22048 cat confdefs.h >>conftest.$ac_ext
22049 cat >>conftest.$ac_ext <<_ACEOF
22050 /* end confdefs.h. */
22051 #ifndef __ALPHA__
22053 #endif
22054 _ACEOF
22055 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22056 $EGREP "yes" >/dev/null 2>&1; then
22057 ac_cv_cpp_def___ALPHA__=yes
22058 else
22059 ac_cv_cpp_def___ALPHA__=no
22061 rm -f conftest*
22064 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22065 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22066 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22067 CFLAGS="$CFLAGS -D__ALPHA__"
22068 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22071 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22072 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22073 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22074 echo $ECHO_N "(cached) $ECHO_C" >&6
22075 else
22076 cat >conftest.$ac_ext <<_ACEOF
22077 /* confdefs.h. */
22078 _ACEOF
22079 cat confdefs.h >>conftest.$ac_ext
22080 cat >>conftest.$ac_ext <<_ACEOF
22081 /* end confdefs.h. */
22082 #ifndef __sparc__
22084 #endif
22085 _ACEOF
22086 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22087 $EGREP "yes" >/dev/null 2>&1; then
22088 ac_cv_cpp_def___sparc__=yes
22089 else
22090 ac_cv_cpp_def___sparc__=no
22092 rm -f conftest*
22095 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22096 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22097 if test $ac_cv_cpp_def___sparc__ = yes; then
22098 CFLAGS="$CFLAGS -D__sparc__"
22099 LINTFLAGS="$LINTFLAGS -D__sparc__"
22102 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22103 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22104 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22105 echo $ECHO_N "(cached) $ECHO_C" >&6
22106 else
22107 cat >conftest.$ac_ext <<_ACEOF
22108 /* confdefs.h. */
22109 _ACEOF
22110 cat confdefs.h >>conftest.$ac_ext
22111 cat >>conftest.$ac_ext <<_ACEOF
22112 /* end confdefs.h. */
22113 #ifndef __powerpc__
22115 #endif
22116 _ACEOF
22117 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22118 $EGREP "yes" >/dev/null 2>&1; then
22119 ac_cv_cpp_def___powerpc__=yes
22120 else
22121 ac_cv_cpp_def___powerpc__=no
22123 rm -f conftest*
22126 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22127 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22128 if test $ac_cv_cpp_def___powerpc__ = yes; then
22129 CFLAGS="$CFLAGS -D__powerpc__"
22130 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22133 esac
22135 case $host_vendor in
22136 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22137 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22138 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22139 echo $ECHO_N "(cached) $ECHO_C" >&6
22140 else
22141 cat >conftest.$ac_ext <<_ACEOF
22142 /* confdefs.h. */
22143 _ACEOF
22144 cat confdefs.h >>conftest.$ac_ext
22145 cat >>conftest.$ac_ext <<_ACEOF
22146 /* end confdefs.h. */
22147 #ifndef __sun__
22149 #endif
22150 _ACEOF
22151 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22152 $EGREP "yes" >/dev/null 2>&1; then
22153 ac_cv_cpp_def___sun__=yes
22154 else
22155 ac_cv_cpp_def___sun__=no
22157 rm -f conftest*
22160 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22161 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22162 if test $ac_cv_cpp_def___sun__ = yes; then
22163 CFLAGS="$CFLAGS -D__sun__"
22164 LINTFLAGS="$LINTFLAGS -D__sun__"
22167 esac
22170 DEPENDENCIES="### Dependencies:
22172 .INIT: Makefile
22173 .BEGIN: Makefile
22174 Makefile: dummy
22175 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22177 \$(OBJS): \$(IDL_GEN_HEADERS)
22178 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22179 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22180 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22181 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22184 ALL_MAKERULES=""
22186 ALL_MAKEFILES=""
22188 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22191 ALL_TOP_DIRS=""
22193 ALL_DLL_DIRS=""
22195 ALL_IMPLIB_DIRS=""
22197 ALL_TEST_DIRS=""
22199 ALL_PROGRAM_DIRS=""
22201 ALL_PROGRAM_INSTALL_DIRS=""
22203 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22209 ac_config_commands="$ac_config_commands include/stamp-h"
22212 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22214 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22216 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22218 ac_config_commands="$ac_config_commands dlls/user32/resources"
22220 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22222 ac_config_commands="$ac_config_commands include/wine"
22225 ALL_MAKERULES="$ALL_MAKERULES \\
22226 Make.rules"
22227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22228 Make.rules: Make.rules.in"
22229 MAKE_RULES=Make.rules
22230 ac_config_files="$ac_config_files Make.rules"
22232 ALL_MAKERULES="$ALL_MAKERULES \\
22233 dlls/Makedll.rules"
22234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22235 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22236 MAKE_DLL_RULES=dlls/Makedll.rules
22237 ac_config_files="$ac_config_files dlls/Makedll.rules"
22239 ALL_MAKERULES="$ALL_MAKERULES \\
22240 dlls/Makeimplib.rules"
22241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22242 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22243 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22244 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22246 ALL_MAKERULES="$ALL_MAKERULES \\
22247 dlls/Maketest.rules"
22248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22249 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22250 MAKE_TEST_RULES=dlls/Maketest.rules
22251 ac_config_files="$ac_config_files dlls/Maketest.rules"
22253 ALL_MAKERULES="$ALL_MAKERULES \\
22254 programs/Makeprog.rules"
22255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22256 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22257 MAKE_PROG_RULES=programs/Makeprog.rules
22258 ac_config_files="$ac_config_files programs/Makeprog.rules"
22263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22264 Makefile: Makefile.in Make.rules"
22265 ac_config_files="$ac_config_files Makefile"
22267 ALL_MAKEFILES="$ALL_MAKEFILES \\
22268 dlls/Makefile"
22269 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22270 dlls"
22271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22272 dlls/Makefile: dlls/Makefile.in Make.rules"
22273 ac_config_files="$ac_config_files dlls/Makefile"
22275 ALL_MAKEFILES="$ALL_MAKEFILES \\
22276 dlls/acledit/Makefile"
22277 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22278 acledit"
22279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22280 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22281 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22283 ALL_MAKEFILES="$ALL_MAKEFILES \\
22284 dlls/activeds/Makefile"
22285 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22286 activeds"
22287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22288 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22289 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22291 ALL_MAKEFILES="$ALL_MAKEFILES \\
22292 dlls/actxprxy/Makefile"
22293 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22294 actxprxy"
22295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22296 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22297 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22299 ALL_MAKEFILES="$ALL_MAKEFILES \\
22300 dlls/adsiid/Makefile"
22301 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22302 adsiid"
22303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22304 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22305 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22307 ALL_MAKEFILES="$ALL_MAKEFILES \\
22308 dlls/advapi32/Makefile"
22309 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22310 advapi32"
22311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22312 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22313 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22315 ALL_MAKEFILES="$ALL_MAKEFILES \\
22316 dlls/advapi32/tests/Makefile"
22317 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22318 advapi32/tests"
22319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22320 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22321 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22323 ALL_MAKEFILES="$ALL_MAKEFILES \\
22324 dlls/advpack/Makefile"
22325 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22326 advpack"
22327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22328 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22329 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22331 ALL_MAKEFILES="$ALL_MAKEFILES \\
22332 dlls/advpack/tests/Makefile"
22333 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22334 advpack/tests"
22335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22336 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22337 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22339 ALL_MAKEFILES="$ALL_MAKEFILES \\
22340 dlls/amstream/Makefile"
22341 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22342 amstream"
22343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22344 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22345 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22347 ALL_MAKEFILES="$ALL_MAKEFILES \\
22348 dlls/appwiz.cpl/Makefile"
22349 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22350 appwiz.cpl"
22351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22352 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22353 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22355 ALL_MAKEFILES="$ALL_MAKEFILES \\
22356 dlls/atl/Makefile"
22357 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22358 atl"
22359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22360 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22361 ac_config_files="$ac_config_files dlls/atl/Makefile"
22363 ALL_MAKEFILES="$ALL_MAKEFILES \\
22364 dlls/avicap32/Makefile"
22365 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22366 avicap32"
22367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22368 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22369 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22371 ALL_MAKEFILES="$ALL_MAKEFILES \\
22372 dlls/avifil32/Makefile"
22373 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22374 avifil32"
22375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22376 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22377 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22379 ALL_MAKEFILES="$ALL_MAKEFILES \\
22380 dlls/browseui/Makefile"
22381 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22382 browseui"
22383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22384 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22385 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22387 ALL_MAKEFILES="$ALL_MAKEFILES \\
22388 dlls/browseui/tests/Makefile"
22389 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22390 browseui/tests"
22391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22392 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22393 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22395 ALL_MAKEFILES="$ALL_MAKEFILES \\
22396 dlls/cabinet/Makefile"
22397 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22398 cabinet"
22399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22400 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22401 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22403 ALL_MAKEFILES="$ALL_MAKEFILES \\
22404 dlls/cabinet/tests/Makefile"
22405 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22406 cabinet/tests"
22407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22408 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22409 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22411 ALL_MAKEFILES="$ALL_MAKEFILES \\
22412 dlls/capi2032/Makefile"
22413 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22414 capi2032"
22415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22416 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22417 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22419 ALL_MAKEFILES="$ALL_MAKEFILES \\
22420 dlls/cards/Makefile"
22421 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22422 cards"
22423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22424 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22425 ac_config_files="$ac_config_files dlls/cards/Makefile"
22427 ALL_MAKEFILES="$ALL_MAKEFILES \\
22428 dlls/cfgmgr32/Makefile"
22429 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22430 cfgmgr32"
22431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22432 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22433 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22435 ALL_MAKEFILES="$ALL_MAKEFILES \\
22436 dlls/clusapi/Makefile"
22437 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22438 clusapi"
22439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22440 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22441 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22443 ALL_MAKEFILES="$ALL_MAKEFILES \\
22444 dlls/comcat/Makefile"
22445 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22446 comcat"
22447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22448 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22449 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22451 ALL_MAKEFILES="$ALL_MAKEFILES \\
22452 dlls/comcat/tests/Makefile"
22453 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22454 comcat/tests"
22455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22456 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22457 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22459 ALL_MAKEFILES="$ALL_MAKEFILES \\
22460 dlls/comctl32/Makefile"
22461 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22462 comctl32"
22463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22464 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22465 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22467 ALL_MAKEFILES="$ALL_MAKEFILES \\
22468 dlls/comctl32/tests/Makefile"
22469 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22470 comctl32/tests"
22471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22472 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22473 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22475 ALL_MAKEFILES="$ALL_MAKEFILES \\
22476 dlls/comdlg32/Makefile"
22477 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22478 comdlg32"
22479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22480 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22481 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22483 ALL_MAKEFILES="$ALL_MAKEFILES \\
22484 dlls/comdlg32/tests/Makefile"
22485 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22486 comdlg32/tests"
22487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22488 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22489 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22491 ALL_MAKEFILES="$ALL_MAKEFILES \\
22492 dlls/compstui/Makefile"
22493 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22494 compstui"
22495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22496 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22497 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22499 ALL_MAKEFILES="$ALL_MAKEFILES \\
22500 dlls/credui/Makefile"
22501 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22502 credui"
22503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22504 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22505 ac_config_files="$ac_config_files dlls/credui/Makefile"
22507 ALL_MAKEFILES="$ALL_MAKEFILES \\
22508 dlls/credui/tests/Makefile"
22509 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22510 credui/tests"
22511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22512 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22513 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22515 ALL_MAKEFILES="$ALL_MAKEFILES \\
22516 dlls/crtdll/Makefile"
22517 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22518 crtdll"
22519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22520 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22521 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22523 ALL_MAKEFILES="$ALL_MAKEFILES \\
22524 dlls/crypt32/Makefile"
22525 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22526 crypt32"
22527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22528 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22529 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22531 ALL_MAKEFILES="$ALL_MAKEFILES \\
22532 dlls/crypt32/tests/Makefile"
22533 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22534 crypt32/tests"
22535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22536 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22537 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22539 ALL_MAKEFILES="$ALL_MAKEFILES \\
22540 dlls/cryptdlg/Makefile"
22541 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22542 cryptdlg"
22543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22544 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22545 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22547 ALL_MAKEFILES="$ALL_MAKEFILES \\
22548 dlls/cryptdll/Makefile"
22549 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22550 cryptdll"
22551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22552 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22553 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22555 ALL_MAKEFILES="$ALL_MAKEFILES \\
22556 dlls/cryptnet/Makefile"
22557 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22558 cryptnet"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22561 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22563 ALL_MAKEFILES="$ALL_MAKEFILES \\
22564 dlls/cryptnet/tests/Makefile"
22565 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22566 cryptnet/tests"
22567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22568 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22569 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22571 ALL_MAKEFILES="$ALL_MAKEFILES \\
22572 dlls/cryptui/Makefile"
22573 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22574 cryptui"
22575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22576 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22577 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22579 ALL_MAKEFILES="$ALL_MAKEFILES \\
22580 dlls/ctapi32/Makefile"
22581 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22582 ctapi32"
22583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22584 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22585 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22587 ALL_MAKEFILES="$ALL_MAKEFILES \\
22588 dlls/ctl3d32/Makefile"
22589 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22590 ctl3d32"
22591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22592 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22593 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22595 ALL_MAKEFILES="$ALL_MAKEFILES \\
22596 dlls/d3d10/Makefile"
22597 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22598 d3d10"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22601 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22603 ALL_MAKEFILES="$ALL_MAKEFILES \\
22604 dlls/d3d8/Makefile"
22605 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22606 d3d8"
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22609 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612 dlls/d3d8/tests/Makefile"
22613 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22614 d3d8/tests"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22617 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620 dlls/d3d9/Makefile"
22621 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22622 d3d9"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22625 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628 dlls/d3d9/tests/Makefile"
22629 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22630 d3d9/tests"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22633 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636 dlls/d3dim/Makefile"
22637 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22638 d3dim"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22641 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644 dlls/d3drm/Makefile"
22645 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22646 d3drm"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22649 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652 dlls/d3drm/tests/Makefile"
22653 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22654 d3drm/tests"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22657 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660 dlls/d3dx8/Makefile"
22661 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22662 d3dx8"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22665 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668 dlls/d3dx8/tests/Makefile"
22669 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22670 d3dx8/tests"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22673 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/d3dx9_24/Makefile"
22677 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22678 d3dx9_24"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22681 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684 dlls/d3dx9_25/Makefile"
22685 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686 d3dx9_25"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692 dlls/d3dx9_26/Makefile"
22693 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22694 d3dx9_26"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/d3dx9_27/Makefile"
22701 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702 d3dx9_27"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708 dlls/d3dx9_28/Makefile"
22709 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22710 d3dx9_28"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22713 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716 dlls/d3dx9_29/Makefile"
22717 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718 d3dx9_29"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/d3dx9_30/Makefile"
22725 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726 d3dx9_30"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732 dlls/d3dx9_31/Makefile"
22733 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22734 d3dx9_31"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22737 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740 dlls/d3dx9_32/Makefile"
22741 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742 d3dx9_32"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/d3dx9_33/Makefile"
22749 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22750 d3dx9_33"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22753 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756 dlls/d3dx9_34/Makefile"
22757 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758 d3dx9_34"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764 dlls/d3dx9_35/Makefile"
22765 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766 d3dx9_35"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/d3dx9_36/Makefile"
22773 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22774 d3dx9_36"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22777 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780 dlls/d3dx9_36/tests/Makefile"
22781 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22782 d3dx9_36/tests"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22785 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788 dlls/d3dx9_37/Makefile"
22789 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22790 d3dx9_37"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22793 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/d3dxof/Makefile"
22797 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22798 d3dxof"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22801 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804 dlls/d3dxof/tests/Makefile"
22805 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22806 d3dxof/tests"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22809 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812 dlls/dbghelp/Makefile"
22813 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22814 dbghelp"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22817 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/dciman32/Makefile"
22821 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822 dciman32"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828 dlls/ddraw/Makefile"
22829 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22830 ddraw"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22833 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836 dlls/ddraw/tests/Makefile"
22837 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22838 ddraw/tests"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22841 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/ddrawex/Makefile"
22845 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22846 ddrawex"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22849 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852 dlls/devenum/Makefile"
22853 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22854 devenum"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22857 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860 dlls/dinput/Makefile"
22861 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22862 dinput"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22865 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/dinput/tests/Makefile"
22869 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22870 dinput/tests"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22873 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876 dlls/dinput8/Makefile"
22877 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22878 dinput8"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22881 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884 dlls/dmband/Makefile"
22885 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886 dmband"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/dmcompos/Makefile"
22893 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894 dmcompos"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900 dlls/dmime/Makefile"
22901 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902 dmime"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908 dlls/dmloader/Makefile"
22909 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22910 dmloader"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/dmscript/Makefile"
22917 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918 dmscript"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924 dlls/dmstyle/Makefile"
22925 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22926 dmstyle"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22929 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932 dlls/dmsynth/Makefile"
22933 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934 dmsynth"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/dmusic/Makefile"
22941 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942 dmusic"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948 dlls/dmusic32/Makefile"
22949 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950 dmusic32"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956 dlls/dnsapi/Makefile"
22957 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22958 dnsapi"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22961 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/dnsapi/tests/Makefile"
22965 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22966 dnsapi/tests"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22969 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972 dlls/dplay/Makefile"
22973 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22974 dplay"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22977 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/dplayx/Makefile"
22981 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22982 dplayx"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/dplayx/tests/Makefile"
22989 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22990 dplayx/tests"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22993 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/dpnaddr/Makefile"
22997 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998 dpnaddr"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/dpnet/Makefile"
23005 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006 dpnet"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/dpnhpast/Makefile"
23013 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014 dpnhpast"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/dpnlobby/Makefile"
23021 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23022 dpnlobby"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23025 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/dpwsockx/Makefile"
23029 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030 dpwsockx"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/dsound/Makefile"
23037 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038 dsound"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/dsound/tests/Makefile"
23045 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23046 dsound/tests"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23049 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/dssenh/Makefile"
23053 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054 dssenh"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/dswave/Makefile"
23061 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062 dswave"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/dwmapi/Makefile"
23069 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 dwmapi"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/dxdiagn/Makefile"
23077 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078 dxdiagn"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/dxerr8/Makefile"
23085 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23086 dxerr8"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23089 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/dxerr9/Makefile"
23093 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23094 dxerr9"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23097 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/dxguid/Makefile"
23101 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23102 dxguid"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23105 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/faultrep/Makefile"
23109 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23110 faultrep"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23113 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/fusion/Makefile"
23117 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 fusion"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/fusion/tests/Makefile"
23125 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23126 fusion/tests"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23129 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/gdi32/Makefile"
23133 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134 gdi32"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/gdi32/tests/Makefile"
23141 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23142 gdi32/tests"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/gdiplus/Makefile"
23149 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 gdiplus"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/gdiplus/tests/Makefile"
23157 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23158 gdiplus/tests"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23161 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/glu32/Makefile"
23165 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 glu32"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/gphoto2.ds/Makefile"
23173 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 gphoto2.ds"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/gpkcsp/Makefile"
23181 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 gpkcsp"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/hal/Makefile"
23189 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 hal"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/hal/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/hhctrl.ocx/Makefile"
23197 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198 hhctrl.ocx"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/hid/Makefile"
23205 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 hid"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/hid/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/hlink/Makefile"
23213 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 hlink"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/hlink/tests/Makefile"
23221 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23222 hlink/tests"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23225 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/hnetcfg/Makefile"
23229 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230 hnetcfg"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/iccvid/Makefile"
23237 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 iccvid"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/icmp/Makefile"
23245 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 icmp"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/ifsmgr.vxd/Makefile"
23253 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 ifsmgr.vxd"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/imaadp32.acm/Makefile"
23261 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262 imaadp32.acm"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/imagehlp/Makefile"
23269 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 imagehlp"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/imm32/Makefile"
23277 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 imm32"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/imm32/tests/Makefile"
23285 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23286 imm32/tests"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23289 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/inetcomm/Makefile"
23293 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23294 inetcomm"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/inetcomm/tests/Makefile"
23301 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23302 inetcomm/tests"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23305 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/inetmib1/Makefile"
23309 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310 inetmib1"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/inetmib1/tests/Makefile"
23317 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23318 inetmib1/tests"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23321 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/infosoft/Makefile"
23325 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326 infosoft"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/infosoft/tests/Makefile"
23333 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23334 infosoft/tests"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23337 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/initpki/Makefile"
23341 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342 initpki"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/inkobj/Makefile"
23349 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 inkobj"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/inseng/Makefile"
23357 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358 inseng"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/iphlpapi/Makefile"
23365 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 iphlpapi"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/iphlpapi/tests/Makefile"
23373 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23374 iphlpapi/tests"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23377 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/itircl/Makefile"
23381 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382 itircl"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/itss/Makefile"
23389 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23390 itss"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/itss/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/itss/tests/Makefile"
23397 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23398 itss/tests"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23401 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/jscript/Makefile"
23405 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406 jscript"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/jscript/tests/Makefile"
23413 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23414 jscript/tests"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23417 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/kernel32/Makefile"
23421 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422 kernel32"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/kernel32/tests/Makefile"
23429 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23430 kernel32/tests"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23433 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/localspl/Makefile"
23437 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23438 localspl"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23441 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/localspl/tests/Makefile"
23445 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23446 localspl/tests"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23449 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/localui/Makefile"
23453 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23454 localui"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23457 ac_config_files="$ac_config_files dlls/localui/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/localui/tests/Makefile"
23461 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23462 localui/tests"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23465 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/lz32/Makefile"
23469 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23470 lz32"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23473 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/lz32/tests/Makefile"
23477 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23478 lz32/tests"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23481 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/mapi32/Makefile"
23485 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23486 mapi32"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23489 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/mapi32/tests/Makefile"
23493 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23494 mapi32/tests"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23497 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/mciavi32/Makefile"
23501 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502 mciavi32"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/mcicda/Makefile"
23509 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 mcicda"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/mciseq/Makefile"
23517 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 mciseq"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/mciwave/Makefile"
23525 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526 mciwave"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/midimap/Makefile"
23533 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 midimap"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/mlang/Makefile"
23541 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542 mlang"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/mlang/tests/Makefile"
23549 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23550 mlang/tests"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23553 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/mmdevldr.vxd/Makefile"
23557 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558 mmdevldr.vxd"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/monodebg.vxd/Makefile"
23565 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 monodebg.vxd"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/mountmgr.sys/Makefile"
23573 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 mountmgr.sys"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/mpr/Makefile"
23581 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 mpr"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/mprapi/Makefile"
23589 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 mprapi"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/msacm32.drv/Makefile"
23597 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 msacm32.drv"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/msacm32/Makefile"
23605 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 msacm32"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/msacm32/tests/Makefile"
23613 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23614 msacm32/tests"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23617 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/msadp32.acm/Makefile"
23621 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622 msadp32.acm"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/mscat32/Makefile"
23629 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 mscat32"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/mscms/Makefile"
23637 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638 mscms"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/mscms/tests/Makefile"
23645 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23646 mscms/tests"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23649 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/mscoree/Makefile"
23653 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 mscoree"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/msdmo/Makefile"
23661 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 msdmo"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/msftedit/Makefile"
23669 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 msftedit"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/msg711.acm/Makefile"
23677 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 msg711.acm"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/mshtml.tlb/Makefile"
23685 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23686 mshtml.tlb"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23689 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/mshtml/Makefile"
23693 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 mshtml"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/mshtml/tests/Makefile"
23701 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23702 mshtml/tests"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23705 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/msi/Makefile"
23709 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 msi"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/msi/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/msi/tests/Makefile"
23717 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23718 msi/tests"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23721 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/msimg32/Makefile"
23725 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 msimg32"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/msimtf/Makefile"
23733 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 msimtf"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/msisip/Makefile"
23741 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 msisip"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/msisys.ocx/Makefile"
23749 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 msisys.ocx"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/msnet32/Makefile"
23757 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 msnet32"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/msrle32/Makefile"
23765 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 msrle32"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/mssip32/Makefile"
23773 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23774 mssip32"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23777 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/mstask/Makefile"
23781 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782 mstask"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/mstask/tests/Makefile"
23789 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23790 mstask/tests"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23793 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/msvcirt/Makefile"
23797 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798 msvcirt"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/msvcr71/Makefile"
23805 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 msvcr71"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/msvcrt/Makefile"
23813 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814 msvcrt"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/msvcrt/tests/Makefile"
23821 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23822 msvcrt/tests"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23825 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/msvcrt20/Makefile"
23829 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830 msvcrt20"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/msvcrt40/Makefile"
23837 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 msvcrt40"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/msvcrtd/Makefile"
23845 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846 msvcrtd"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/msvcrtd/tests/Makefile"
23853 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23854 msvcrtd/tests"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23857 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/msvfw32/Makefile"
23861 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862 msvfw32"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/msvidc32/Makefile"
23869 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 msvidc32"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/mswsock/Makefile"
23877 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878 mswsock"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/msxml3/Makefile"
23885 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886 msxml3"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/msxml3/tests/Makefile"
23893 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23894 msxml3/tests"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23897 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/nddeapi/Makefile"
23901 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902 nddeapi"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/netapi32/Makefile"
23909 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910 netapi32"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/netapi32/tests/Makefile"
23917 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23918 netapi32/tests"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23921 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/newdev/Makefile"
23925 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 newdev"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/ntdll/Makefile"
23933 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934 ntdll"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/ntdll/tests/Makefile"
23941 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23942 ntdll/tests"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23945 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/ntdsapi/Makefile"
23949 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950 ntdsapi"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/ntdsapi/tests/Makefile"
23957 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23958 ntdsapi/tests"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23961 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/ntoskrnl.exe/Makefile"
23965 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966 ntoskrnl.exe"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/ntprint/Makefile"
23973 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 ntprint"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/ntprint/tests/Makefile"
23981 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23982 ntprint/tests"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23985 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/objsel/Makefile"
23989 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 objsel"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/odbc32/Makefile"
23997 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 odbc32"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/odbccp32/Makefile"
24005 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 odbccp32"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/odbccp32/tests/Makefile"
24013 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24014 odbccp32/tests"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/ole32/Makefile"
24021 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 ole32"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/ole32/tests/Makefile"
24029 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24030 ole32/tests"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24033 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/oleacc/Makefile"
24037 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038 oleacc"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/oleaut32/Makefile"
24045 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 oleaut32"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/oleaut32/tests/Makefile"
24053 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24054 oleaut32/tests"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24057 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/olecli32/Makefile"
24061 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 olecli32"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/oledlg/Makefile"
24069 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 oledlg"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/olepro32/Makefile"
24077 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 olepro32"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/olesvr32/Makefile"
24085 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 olesvr32"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/olethk32/Makefile"
24093 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 olethk32"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/opengl32/Makefile"
24101 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 opengl32"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/opengl32/tests/Makefile"
24109 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24110 opengl32/tests"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24113 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/pdh/Makefile"
24117 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118 pdh"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/pdh/tests/Makefile"
24125 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24126 pdh/tests"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24129 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/powrprof/Makefile"
24133 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 powrprof"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/printui/Makefile"
24141 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 printui"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/printui/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/propsys/Makefile"
24149 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 propsys"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/psapi/Makefile"
24157 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 psapi"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/psapi/tests/Makefile"
24165 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24166 psapi/tests"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24169 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/pstorec/Makefile"
24173 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 pstorec"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/qcap/Makefile"
24181 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 qcap"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/qedit/Makefile"
24189 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190 qedit"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/qedit/tests/Makefile"
24197 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24198 qedit/tests"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24201 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/qmgr/Makefile"
24205 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 qmgr"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/qmgr/tests/Makefile"
24213 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24214 qmgr/tests"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24217 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/qmgrprxy/Makefile"
24221 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222 qmgrprxy"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/quartz/Makefile"
24229 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 quartz"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/quartz/tests/Makefile"
24237 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24238 quartz/tests"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24241 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/query/Makefile"
24245 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 query"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/query/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/rasapi32/Makefile"
24253 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 rasapi32"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/rasapi32/tests/Makefile"
24261 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24262 rasapi32/tests"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24265 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/resutils/Makefile"
24269 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 resutils"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/riched20/Makefile"
24277 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 riched20"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/riched20/tests/Makefile"
24285 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24286 riched20/tests"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/riched32/Makefile"
24293 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 riched32"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/riched32/tests/Makefile"
24301 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24302 riched32/tests"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/rpcrt4/Makefile"
24309 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 rpcrt4"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/rpcrt4/tests/Makefile"
24317 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24318 rpcrt4/tests"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24321 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/rsabase/Makefile"
24325 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 rsabase"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/rsaenh/Makefile"
24333 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 rsaenh"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/rsaenh/tests/Makefile"
24341 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24342 rsaenh/tests"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24345 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/sane.ds/Makefile"
24349 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 sane.ds"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/sccbase/Makefile"
24357 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 sccbase"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/schannel/Makefile"
24365 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 schannel"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/schannel/tests/Makefile"
24373 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374 schannel/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/secur32/Makefile"
24381 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 secur32"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/secur32/tests/Makefile"
24389 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24390 secur32/tests"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24393 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/security/Makefile"
24397 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 security"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/security/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/sensapi/Makefile"
24405 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 sensapi"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/serialui/Makefile"
24413 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 serialui"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/serialui/tests/Makefile"
24421 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24422 serialui/tests"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24425 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/setupapi/Makefile"
24429 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 setupapi"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/setupapi/tests/Makefile"
24437 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24438 setupapi/tests"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24441 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/sfc/Makefile"
24445 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 sfc"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/sfc_os/Makefile"
24453 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 sfc_os"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/shdoclc/Makefile"
24461 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 shdoclc"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/shdocvw/Makefile"
24469 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 shdocvw"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/shdocvw/tests/Makefile"
24477 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24478 shdocvw/tests"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/shell32/Makefile"
24485 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 shell32"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/shell32/tests/Makefile"
24493 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24494 shell32/tests"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24497 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/shfolder/Makefile"
24501 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 shfolder"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/shlwapi/Makefile"
24509 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 shlwapi"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/shlwapi/tests/Makefile"
24517 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24518 shlwapi/tests"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/slbcsp/Makefile"
24525 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 slbcsp"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/slc/Makefile"
24533 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 slc"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/slc/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/snmpapi/Makefile"
24541 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 snmpapi"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/snmpapi/tests/Makefile"
24549 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24550 snmpapi/tests"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24553 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/softpub/Makefile"
24557 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 softpub"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/spoolss/Makefile"
24565 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 spoolss"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/spoolss/tests/Makefile"
24573 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24574 spoolss/tests"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24577 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/stdole2.tlb/Makefile"
24581 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 stdole2.tlb"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/stdole32.tlb/Makefile"
24589 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 stdole32.tlb"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/sti/Makefile"
24597 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 sti"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/sti/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/strmiids/Makefile"
24605 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24606 strmiids"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24609 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/svrapi/Makefile"
24613 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 svrapi"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/sxs/Makefile"
24621 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 sxs"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/tapi32/Makefile"
24629 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 tapi32"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/twain_32/Makefile"
24637 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 twain_32"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/unicows/Makefile"
24645 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 unicows"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/url/Makefile"
24653 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 url"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/url/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/urlmon/Makefile"
24661 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 urlmon"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/urlmon/tests/Makefile"
24669 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670 urlmon/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/user32/Makefile"
24677 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 user32"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/user32/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/user32/tests/Makefile"
24685 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24686 user32/tests"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24689 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/userenv/Makefile"
24693 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 userenv"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/userenv/tests/Makefile"
24701 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24702 userenv/tests"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24705 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/usp10/Makefile"
24709 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 usp10"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/usp10/tests/Makefile"
24717 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24718 usp10/tests"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24721 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/uuid/Makefile"
24725 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24726 uuid"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24729 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/uxtheme/Makefile"
24733 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 uxtheme"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/uxtheme/tests/Makefile"
24741 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 uxtheme/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/vdhcp.vxd/Makefile"
24749 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 vdhcp.vxd"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/vdmdbg/Makefile"
24757 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 vdmdbg"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/version/Makefile"
24765 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 version"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/version/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/version/tests/Makefile"
24773 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24774 version/tests"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24777 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/vmm.vxd/Makefile"
24781 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 vmm.vxd"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/vnbt.vxd/Makefile"
24789 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 vnbt.vxd"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/vnetbios.vxd/Makefile"
24797 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 vnetbios.vxd"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/vtdapi.vxd/Makefile"
24805 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 vtdapi.vxd"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/vwin32.vxd/Makefile"
24813 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 vwin32.vxd"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/w32skrnl/Makefile"
24821 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 w32skrnl"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/winealsa.drv/Makefile"
24829 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 winealsa.drv"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/wineaudioio.drv/Makefile"
24837 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 wineaudioio.drv"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/winecoreaudio.drv/Makefile"
24845 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 winecoreaudio.drv"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/winecrt0/Makefile"
24853 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24854 winecrt0"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24857 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/wined3d/Makefile"
24861 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 wined3d"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/winedos/Makefile"
24869 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 winedos"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/wineesd.drv/Makefile"
24877 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 wineesd.drv"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/winejack.drv/Makefile"
24885 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 winejack.drv"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/winejoystick.drv/Makefile"
24893 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 winejoystick.drv"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/winemp3.acm/Makefile"
24901 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 winemp3.acm"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/winenas.drv/Makefile"
24909 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 winenas.drv"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/wineoss.drv/Makefile"
24917 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 wineoss.drv"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/wineps.drv/Makefile"
24925 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 wineps.drv"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/winequartz.drv/Makefile"
24933 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 winequartz.drv"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/winex11.drv/Makefile"
24941 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 winex11.drv"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/wing32/Makefile"
24949 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 wing32"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/winhttp/Makefile"
24957 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 winhttp"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/winhttp/tests/Makefile"
24965 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24966 winhttp/tests"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24969 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/wininet/Makefile"
24973 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 wininet"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/wininet/tests/Makefile"
24981 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 wininet/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/winmm/Makefile"
24989 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 winmm"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/winmm/tests/Makefile"
24997 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24998 winmm/tests"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25001 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/winnls32/Makefile"
25005 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 winnls32"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/winscard/Makefile"
25013 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 winscard"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/winspool.drv/Makefile"
25021 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 winspool.drv"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/winspool.drv/tests/Makefile"
25029 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25030 winspool.drv/tests"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25033 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/wintab32/Makefile"
25037 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 wintab32"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/wintrust/Makefile"
25045 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 wintrust"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/wintrust/tests/Makefile"
25053 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054 wintrust/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/wldap32/Makefile"
25061 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 wldap32"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/wmi/Makefile"
25069 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 wmi"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/wnaspi32/Makefile"
25077 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 wnaspi32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/wow32/Makefile"
25085 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 wow32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/ws2_32/Makefile"
25093 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 ws2_32"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/ws2_32/tests/Makefile"
25101 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25102 ws2_32/tests"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25105 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/wsock32/Makefile"
25109 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 wsock32"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/wtsapi32/Makefile"
25117 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 wtsapi32"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 documentation/Makefile"
25125 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25126 documentation"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 documentation/Makefile: documentation/Makefile.in Make.rules"
25129 ac_config_files="$ac_config_files documentation/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 fonts/Makefile"
25133 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25134 fonts"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 fonts/Makefile: fonts/Makefile.in Make.rules"
25137 ac_config_files="$ac_config_files fonts/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 include/Makefile"
25141 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25142 include"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 include/Makefile: include/Makefile.in Make.rules"
25145 ac_config_files="$ac_config_files include/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 libs/Makefile"
25149 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25150 libs"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 libs/Makefile: libs/Makefile.in Make.rules"
25153 ac_config_files="$ac_config_files libs/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 libs/port/Makefile"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25160 ac_config_files="$ac_config_files libs/port/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 libs/wine/Makefile"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25167 ac_config_files="$ac_config_files libs/wine/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 libs/wpp/Makefile"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25174 ac_config_files="$ac_config_files libs/wpp/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 loader/Makefile"
25178 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25179 loader"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 loader/Makefile: loader/Makefile.in Make.rules"
25182 ac_config_files="$ac_config_files loader/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 programs/Makefile"
25186 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25187 programs"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 programs/Makefile: programs/Makefile.in Make.rules"
25190 ac_config_files="$ac_config_files programs/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 programs/clock/Makefile"
25194 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25195 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25196 clock"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25199 ac_config_files="$ac_config_files programs/clock/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 programs/cmd/Makefile"
25203 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25204 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25205 cmd"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25208 ac_config_files="$ac_config_files programs/cmd/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 programs/cmdlgtst/Makefile"
25212 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25213 cmdlgtst"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25216 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 programs/control/Makefile"
25220 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25221 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25222 control"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25225 ac_config_files="$ac_config_files programs/control/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 programs/eject/Makefile"
25229 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25230 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25231 eject"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25234 ac_config_files="$ac_config_files programs/eject/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 programs/expand/Makefile"
25238 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25239 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25240 expand"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25243 ac_config_files="$ac_config_files programs/expand/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 programs/explorer/Makefile"
25247 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25248 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25249 explorer"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25252 ac_config_files="$ac_config_files programs/explorer/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 programs/hh/Makefile"
25256 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25257 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25261 ac_config_files="$ac_config_files programs/hh/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 programs/icinfo/Makefile"
25265 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25266 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25267 icinfo"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25270 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 programs/iexplore/Makefile"
25274 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25275 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25276 iexplore"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25279 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 programs/msiexec/Makefile"
25283 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25284 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25285 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25286 msiexec"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25289 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 programs/net/Makefile"
25293 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25294 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25295 net"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25298 ac_config_files="$ac_config_files programs/net/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 programs/notepad/Makefile"
25302 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25303 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25304 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25305 notepad"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25308 ac_config_files="$ac_config_files programs/notepad/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 programs/oleview/Makefile"
25312 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25313 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25314 oleview"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25317 ac_config_files="$ac_config_files programs/oleview/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 programs/progman/Makefile"
25321 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25322 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25323 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25324 progman"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25327 ac_config_files="$ac_config_files programs/progman/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 programs/reg/Makefile"
25331 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25332 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25333 reg"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25336 ac_config_files="$ac_config_files programs/reg/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 programs/regedit/Makefile"
25340 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25341 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25342 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25343 regedit"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25346 ac_config_files="$ac_config_files programs/regedit/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 programs/regsvr32/Makefile"
25350 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25351 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25352 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25353 regsvr32"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25356 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 programs/rpcss/Makefile"
25360 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25361 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25362 rpcss"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25365 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 programs/rundll32/Makefile"
25369 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25370 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25371 rundll32"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25374 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 programs/secedit/Makefile"
25378 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25379 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25380 secedit"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25383 ac_config_files="$ac_config_files programs/secedit/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 programs/services/Makefile"
25387 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25388 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25389 services"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25392 ac_config_files="$ac_config_files programs/services/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 programs/spoolsv/Makefile"
25396 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25397 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25398 spoolsv"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25401 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 programs/start/Makefile"
25405 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25406 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25407 start"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25410 ac_config_files="$ac_config_files programs/start/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 programs/svchost/Makefile"
25414 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25415 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25416 svchost"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25419 ac_config_files="$ac_config_files programs/svchost/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 programs/taskmgr/Makefile"
25423 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25424 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25425 taskmgr"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25428 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 programs/uninstaller/Makefile"
25432 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25433 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25434 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25435 uninstaller"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25438 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 programs/view/Makefile"
25442 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25443 view"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25446 ac_config_files="$ac_config_files programs/view/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 programs/wineboot/Makefile"
25450 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25451 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25452 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25453 wineboot"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25456 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 programs/winebrowser/Makefile"
25460 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25461 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25462 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25463 winebrowser"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25466 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 programs/winecfg/Makefile"
25470 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25471 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25472 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25473 winecfg"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25476 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 programs/wineconsole/Makefile"
25480 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25481 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25482 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25483 wineconsole"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25486 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 programs/winedbg/Makefile"
25490 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25491 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25492 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25493 winedbg"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25496 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 programs/winedevice/Makefile"
25500 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25501 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25502 winedevice"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25505 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 programs/winefile/Makefile"
25509 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25510 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25511 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25512 winefile"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25515 ac_config_files="$ac_config_files programs/winefile/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 programs/winemenubuilder/Makefile"
25519 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25520 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25521 winemenubuilder"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25524 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 programs/winemine/Makefile"
25528 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25529 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25530 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25531 winemine"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25534 ac_config_files="$ac_config_files programs/winemine/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 programs/winepath/Makefile"
25538 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25539 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25540 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25541 winepath"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25544 ac_config_files="$ac_config_files programs/winepath/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 programs/winetest/Makefile"
25548 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25549 winetest"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25552 ac_config_files="$ac_config_files programs/winetest/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 programs/winevdm/Makefile"
25556 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25557 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25558 winevdm"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25561 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 programs/winhlp32/Makefile"
25565 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25566 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25567 winhlp32"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25570 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 programs/winver/Makefile"
25574 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25575 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25576 winver"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25579 ac_config_files="$ac_config_files programs/winver/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 programs/wordpad/Makefile"
25583 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25584 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25585 wordpad"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25588 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 programs/write/Makefile"
25592 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25593 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25594 write"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25597 ac_config_files="$ac_config_files programs/write/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 programs/xcopy/Makefile"
25601 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25602 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25603 xcopy"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25606 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 server/Makefile"
25610 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25611 server"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 server/Makefile: server/Makefile.in Make.rules"
25614 ac_config_files="$ac_config_files server/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 tools/Makefile"
25618 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25619 tools"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 tools/Makefile: tools/Makefile.in Make.rules"
25622 ac_config_files="$ac_config_files tools/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 tools/widl/Makefile"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25629 ac_config_files="$ac_config_files tools/widl/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 tools/winebuild/Makefile"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25636 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 tools/winedump/Makefile"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25643 ac_config_files="$ac_config_files tools/winedump/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 tools/winegcc/Makefile"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25650 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 tools/wmc/Makefile"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25657 ac_config_files="$ac_config_files tools/wmc/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 tools/wrc/Makefile"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25664 ac_config_files="$ac_config_files tools/wrc/Makefile"
25667 if test "x$enable_tests" == "xno"
25668 then
25669 ALL_TEST_DIRS=""
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.3, 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.3
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 WINETEST!$WINETEST$ac_delim
26779 SET_MAKE!$SET_MAKE$ac_delim
26780 CC!$CC$ac_delim
26781 CFLAGS!$CFLAGS$ac_delim
26782 LDFLAGS!$LDFLAGS$ac_delim
26783 CPPFLAGS!$CPPFLAGS$ac_delim
26784 ac_ct_CC!$ac_ct_CC$ac_delim
26785 EXEEXT!$EXEEXT$ac_delim
26786 OBJEXT!$OBJEXT$ac_delim
26787 CXX!$CXX$ac_delim
26788 CXXFLAGS!$CXXFLAGS$ac_delim
26789 ac_ct_CXX!$ac_ct_CXX$ac_delim
26790 CPPBIN!$CPPBIN$ac_delim
26791 TOOLSDIR!$TOOLSDIR$ac_delim
26792 XMKMF!$XMKMF$ac_delim
26793 CPP!$CPP$ac_delim
26794 X_CFLAGS!$X_CFLAGS$ac_delim
26795 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26796 X_LIBS!$X_LIBS$ac_delim
26797 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26798 FLEX!$FLEX$ac_delim
26799 BISON!$BISON$ac_delim
26800 AS!$AS$ac_delim
26801 ac_ct_AS!$ac_ct_AS$ac_delim
26802 LD!$LD$ac_delim
26803 ac_ct_LD!$ac_ct_LD$ac_delim
26804 NM!$NM$ac_delim
26805 ac_ct_NM!$ac_ct_NM$ac_delim
26806 AR!$AR$ac_delim
26807 ac_ct_AR!$ac_ct_AR$ac_delim
26808 ARFLAGS!$ARFLAGS$ac_delim
26809 RANLIB!$RANLIB$ac_delim
26810 STRIP!$STRIP$ac_delim
26811 WINDRES!$WINDRES$ac_delim
26812 _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_S!$LN_S$ac_delim
26874 LN!$LN$ac_delim
26875 GREP!$GREP$ac_delim
26876 EGREP!$EGREP$ac_delim
26877 LDCONFIG!$LDCONFIG$ac_delim
26878 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26879 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26880 INSTALL_DATA!$INSTALL_DATA$ac_delim
26881 LINT!$LINT$ac_delim
26882 LINTFLAGS!$LINTFLAGS$ac_delim
26883 FONTFORGE!$FONTFORGE$ac_delim
26884 PKG_CONFIG!$PKG_CONFIG$ac_delim
26885 RSVG!$RSVG$ac_delim
26886 ICOTOOL!$ICOTOOL$ac_delim
26887 PRELINK!$PRELINK$ac_delim
26888 LIBPTHREAD!$LIBPTHREAD$ac_delim
26889 XLIB!$XLIB$ac_delim
26890 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26891 DLLEXT!$DLLEXT$ac_delim
26892 DLLFLAGS!$DLLFLAGS$ac_delim
26893 LDSHARED!$LDSHARED$ac_delim
26894 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26895 LIBEXT!$LIBEXT$ac_delim
26896 IMPLIBEXT!$IMPLIBEXT$ac_delim
26897 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26898 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26899 LDD!$LDD$ac_delim
26900 DLLTOOL!$DLLTOOL$ac_delim
26901 DLLWRAP!$DLLWRAP$ac_delim
26902 MINGWAR!$MINGWAR$ac_delim
26903 SECURITYLIB!$SECURITYLIB$ac_delim
26904 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26905 IOKITLIB!$IOKITLIB$ac_delim
26906 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26907 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26908 COREAUDIO!$COREAUDIO$ac_delim
26909 CARBONLIB!$CARBONLIB$ac_delim
26910 CROSSTEST!$CROSSTEST$ac_delim
26911 CROSSCC!$CROSSCC$ac_delim
26912 CROSSWINDRES!$CROSSWINDRES$ac_delim
26913 NASLIBS!$NASLIBS$ac_delim
26914 XML2LIBS!$XML2LIBS$ac_delim
26915 XML2INCL!$XML2INCL$ac_delim
26916 XSLTLIBS!$XSLTLIBS$ac_delim
26917 XSLTINCL!$XSLTINCL$ac_delim
26918 HALINCL!$HALINCL$ac_delim
26919 sane_devel!$sane_devel$ac_delim
26920 SANEINCL!$SANEINCL$ac_delim
26921 gphoto2_devel!$gphoto2_devel$ac_delim
26922 gphoto2port_devel!$gphoto2port_devel$ac_delim
26923 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26924 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26925 RESOLVLIBS!$RESOLVLIBS$ac_delim
26926 LCMSLIBS!$LCMSLIBS$ac_delim
26927 ft_devel!$ft_devel$ac_delim
26928 FREETYPELIBS!$FREETYPELIBS$ac_delim
26929 FREETYPEINCL!$FREETYPEINCL$ac_delim
26930 ESDCONFIG!$ESDCONFIG$ac_delim
26931 ESDINCL!$ESDINCL$ac_delim
26932 ESDLIBS!$ESDLIBS$ac_delim
26933 ALSALIBS!$ALSALIBS$ac_delim
26934 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26935 CUPSINCL!$CUPSINCL$ac_delim
26936 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26937 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26938 BUILTINFLAG!$BUILTINFLAG$ac_delim
26939 LDPATH!$LDPATH$ac_delim
26940 CRTLIBS!$CRTLIBS$ac_delim
26941 SOCKETLIBS!$SOCKETLIBS$ac_delim
26942 MAIN_BINARY!$MAIN_BINARY$ac_delim
26943 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26944 LIBDL!$LIBDL$ac_delim
26945 LIBPOLL!$LIBPOLL$ac_delim
26946 LDAPLIBS!$LDAPLIBS$ac_delim
26947 DEPENDENCIES!$DEPENDENCIES$ac_delim
26948 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26949 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26950 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26951 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26952 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26953 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26954 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26955 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26956 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26957 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26958 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