push 18e7434c914c4b496a7d961dbc3fc7a912612215
[wine/hacks.git] / configure
blobc8a4bb647110979844a98db1b00e1cc01fb91918
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 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1389 --disable-tests do not build the testsuites
1391 Optional Packages:
1392 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1393 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1394 --without-alsa do not use the Alsa sound support
1395 --without-audioio do not use the AudioIO sound support
1396 --without-capi do not use CAPI (ISDN support)
1397 --without-cms do not use CMS (color management support)
1398 --without-coreaudio do not use the CoreAudio sound support
1399 --without-cups do not use CUPS
1400 --without-curses do not use (n)curses
1401 --without-esd do not use the EsounD sound support
1402 --without-fontconfig do not use fontconfig
1403 --without-freetype do not use the FreeType library
1404 --without-gphoto do not use gphoto (Digital Camera support)
1405 --without-glu do not use the GLU library
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 CPP C preprocessor
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.3
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.3, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval=$enable_maintainer_mode;
1923 else
1924 MAINTAINER_MODE=\#
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962 withval=$with_cups;
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974 withval=$with_esd;
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2002 # Check whether --with-hal was given.
2003 if test "${with_hal+set}" = set; then
2004 withval=$with_hal;
2008 # Check whether --with-jack was given.
2009 if test "${with_jack+set}" = set; then
2010 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2014 # Check whether --with-jpeg was given.
2015 if test "${with_jpeg+set}" = set; then
2016 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2020 # Check whether --with-ldap was given.
2021 if test "${with_ldap+set}" = set; then
2022 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2026 # Check whether --with-nas was given.
2027 if test "${with_nas+set}" = set; then
2028 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2032 # Check whether --with-opengl was given.
2033 if test "${with_opengl+set}" = set; then
2034 withval=$with_opengl;
2038 # Check whether --with-openssl was given.
2039 if test "${with_openssl+set}" = set; then
2040 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2044 # Check whether --with-oss was given.
2045 if test "${with_oss+set}" = set; then
2046 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
2050 # Check whether --with-png was given.
2051 if test "${with_png+set}" = set; then
2052 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2056 # Check whether --with-sane was given.
2057 if test "${with_sane+set}" = set; then
2058 withval=$with_sane;
2062 # Check whether --with-xcomposite was given.
2063 if test "${with_xcomposite+set}" = set; then
2064 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2068 # Check whether --with-xcursor was given.
2069 if test "${with_xcursor+set}" = set; then
2070 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2074 # Check whether --with-xinerama was given.
2075 if test "${with_xinerama+set}" = set; then
2076 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2080 # Check whether --with-xinput was given.
2081 if test "${with_xinput+set}" = set; then
2082 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2086 # Check whether --with-xml was given.
2087 if test "${with_xml+set}" = set; then
2088 withval=$with_xml;
2092 # Check whether --with-xrandr was given.
2093 if test "${with_xrandr+set}" = set; then
2094 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2098 # Check whether --with-xrender was given.
2099 if test "${with_xrender+set}" = set; then
2100 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2104 # Check whether --with-xshape was given.
2105 if test "${with_xshape+set}" = set; then
2106 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2110 # Check whether --with-xshm was given.
2111 if test "${with_xshm+set}" = set; then
2112 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2116 # Check whether --with-xslt was given.
2117 if test "${with_xslt+set}" = set; then
2118 withval=$with_xslt;
2122 # Check whether --with-xxf86vm was given.
2123 if test "${with_xxf86vm+set}" = set; then
2124 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2129 # Check whether --with-wine-tools was given.
2130 if test "${with_wine_tools+set}" = set; then
2131 withval=$with_wine_tools;
2134 # Check whether --enable-tests was given.
2135 if test "${enable_tests+set}" = set; then
2136 enableval=$enable_tests;
2140 # Make sure we can run config.sub.
2141 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2142 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2143 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2144 { (exit 1); exit 1; }; }
2146 { echo "$as_me:$LINENO: checking build system type" >&5
2147 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2148 if test "${ac_cv_build+set}" = set; then
2149 echo $ECHO_N "(cached) $ECHO_C" >&6
2150 else
2151 ac_build_alias=$build_alias
2152 test "x$ac_build_alias" = x &&
2153 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2154 test "x$ac_build_alias" = x &&
2155 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2156 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2157 { (exit 1); exit 1; }; }
2158 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2159 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2160 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2161 { (exit 1); exit 1; }; }
2164 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2165 echo "${ECHO_T}$ac_cv_build" >&6; }
2166 case $ac_cv_build in
2167 *-*-*) ;;
2168 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2169 echo "$as_me: error: invalid value of canonical build" >&2;}
2170 { (exit 1); exit 1; }; };;
2171 esac
2172 build=$ac_cv_build
2173 ac_save_IFS=$IFS; IFS='-'
2174 set x $ac_cv_build
2175 shift
2176 build_cpu=$1
2177 build_vendor=$2
2178 shift; shift
2179 # Remember, the first character of IFS is used to create $*,
2180 # except with old shells:
2181 build_os=$*
2182 IFS=$ac_save_IFS
2183 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2186 { echo "$as_me:$LINENO: checking host system type" >&5
2187 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2188 if test "${ac_cv_host+set}" = set; then
2189 echo $ECHO_N "(cached) $ECHO_C" >&6
2190 else
2191 if test "x$host_alias" = x; then
2192 ac_cv_host=$ac_cv_build
2193 else
2194 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2195 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2196 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2197 { (exit 1); exit 1; }; }
2201 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2202 echo "${ECHO_T}$ac_cv_host" >&6; }
2203 case $ac_cv_host in
2204 *-*-*) ;;
2205 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2206 echo "$as_me: error: invalid value of canonical host" >&2;}
2207 { (exit 1); exit 1; }; };;
2208 esac
2209 host=$ac_cv_host
2210 ac_save_IFS=$IFS; IFS='-'
2211 set x $ac_cv_host
2212 shift
2213 host_cpu=$1
2214 host_vendor=$2
2215 shift; shift
2216 # Remember, the first character of IFS is used to create $*,
2217 # except with old shells:
2218 host_os=$*
2219 IFS=$ac_save_IFS
2220 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2223 case $host in
2224 x86_64*linux*)
2225 if test "x$enable_win64" != "xyes"
2226 then
2227 test -n "$CC" || CC="gcc -m32"
2228 test -n "$CXX"|| CXX="g++ -m32"
2229 test -n "$LD" || LD="ld -m elf_i386"
2230 test -n "$AS" || AS="as --32"
2231 host_cpu="i386"
2234 esac
2236 case $host_cpu in
2237 *i[3456789]86*)
2238 if test "x$enable_win16" != "xno"
2239 then
2240 enable_win16="yes"
2243 esac
2245 WIN16_FILES="\$(WIN16_FILES)"
2247 WIN16_INSTALL="\$(WIN16_INSTALL)"
2249 if test "x$enable_win16" != "xyes"
2250 then
2251 WIN16_FILES=""
2252 WIN16_INSTALL=""
2255 if test "x$enable_tests" == "xno"
2256 then
2257 WINETEST=""
2259 else
2260 WINETEST="winetest"
2264 case "$srcdir" in
2265 .) ;;
2266 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2267 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2268 You need to run 'make distclean' in the source tree first." >&5
2269 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2270 You need to run 'make distclean' in the source tree first." >&2;}
2271 { (exit 1); exit 1; }; }
2272 fi ;;
2273 esac
2276 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2277 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2278 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2279 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2280 echo $ECHO_N "(cached) $ECHO_C" >&6
2281 else
2282 cat >conftest.make <<\_ACEOF
2283 SHELL = /bin/sh
2284 all:
2285 @echo '@@@%%%=$(MAKE)=@@@%%%'
2286 _ACEOF
2287 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2288 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2289 *@@@%%%=?*=@@@%%%*)
2290 eval ac_cv_prog_make_${ac_make}_set=yes;;
2292 eval ac_cv_prog_make_${ac_make}_set=no;;
2293 esac
2294 rm -f conftest.make
2296 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2297 { echo "$as_me:$LINENO: result: yes" >&5
2298 echo "${ECHO_T}yes" >&6; }
2299 SET_MAKE=
2300 else
2301 { echo "$as_me:$LINENO: result: no" >&5
2302 echo "${ECHO_T}no" >&6; }
2303 SET_MAKE="MAKE=${MAKE-make}"
2306 ac_ext=c
2307 ac_cpp='$CPP $CPPFLAGS'
2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2311 if test -n "$ac_tool_prefix"; then
2312 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2313 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2314 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2316 if test "${ac_cv_prog_CC+set}" = set; then
2317 echo $ECHO_N "(cached) $ECHO_C" >&6
2318 else
2319 if test -n "$CC"; then
2320 ac_cv_prog_CC="$CC" # Let the user override the test.
2321 else
2322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323 for as_dir in $PATH
2325 IFS=$as_save_IFS
2326 test -z "$as_dir" && as_dir=.
2327 for ac_exec_ext in '' $ac_executable_extensions; do
2328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2329 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2331 break 2
2333 done
2334 done
2335 IFS=$as_save_IFS
2339 CC=$ac_cv_prog_CC
2340 if test -n "$CC"; then
2341 { echo "$as_me:$LINENO: result: $CC" >&5
2342 echo "${ECHO_T}$CC" >&6; }
2343 else
2344 { echo "$as_me:$LINENO: result: no" >&5
2345 echo "${ECHO_T}no" >&6; }
2350 if test -z "$ac_cv_prog_CC"; then
2351 ac_ct_CC=$CC
2352 # Extract the first word of "gcc", so it can be a program name with args.
2353 set dummy gcc; ac_word=$2
2354 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2356 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2357 echo $ECHO_N "(cached) $ECHO_C" >&6
2358 else
2359 if test -n "$ac_ct_CC"; then
2360 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2361 else
2362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2363 for as_dir in $PATH
2365 IFS=$as_save_IFS
2366 test -z "$as_dir" && as_dir=.
2367 for ac_exec_ext in '' $ac_executable_extensions; do
2368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2369 ac_cv_prog_ac_ct_CC="gcc"
2370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2371 break 2
2373 done
2374 done
2375 IFS=$as_save_IFS
2379 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2380 if test -n "$ac_ct_CC"; then
2381 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2382 echo "${ECHO_T}$ac_ct_CC" >&6; }
2383 else
2384 { echo "$as_me:$LINENO: result: no" >&5
2385 echo "${ECHO_T}no" >&6; }
2388 if test "x$ac_ct_CC" = x; then
2389 CC=""
2390 else
2391 case $cross_compiling:$ac_tool_warned in
2392 yes:)
2393 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2394 whose name does not start with the host triplet. If you think this
2395 configuration is useful to you, please write to autoconf@gnu.org." >&5
2396 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2397 whose name does not start with the host triplet. If you think this
2398 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2399 ac_tool_warned=yes ;;
2400 esac
2401 CC=$ac_ct_CC
2403 else
2404 CC="$ac_cv_prog_CC"
2407 if test -z "$CC"; then
2408 if test -n "$ac_tool_prefix"; then
2409 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2410 set dummy ${ac_tool_prefix}cc; ac_word=$2
2411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2413 if test "${ac_cv_prog_CC+set}" = set; then
2414 echo $ECHO_N "(cached) $ECHO_C" >&6
2415 else
2416 if test -n "$CC"; then
2417 ac_cv_prog_CC="$CC" # Let the user override the test.
2418 else
2419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2420 for as_dir in $PATH
2422 IFS=$as_save_IFS
2423 test -z "$as_dir" && as_dir=.
2424 for ac_exec_ext in '' $ac_executable_extensions; do
2425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2426 ac_cv_prog_CC="${ac_tool_prefix}cc"
2427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2428 break 2
2430 done
2431 done
2432 IFS=$as_save_IFS
2436 CC=$ac_cv_prog_CC
2437 if test -n "$CC"; then
2438 { echo "$as_me:$LINENO: result: $CC" >&5
2439 echo "${ECHO_T}$CC" >&6; }
2440 else
2441 { echo "$as_me:$LINENO: result: no" >&5
2442 echo "${ECHO_T}no" >&6; }
2448 if test -z "$CC"; then
2449 # Extract the first word of "cc", so it can be a program name with args.
2450 set dummy cc; ac_word=$2
2451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2453 if test "${ac_cv_prog_CC+set}" = set; then
2454 echo $ECHO_N "(cached) $ECHO_C" >&6
2455 else
2456 if test -n "$CC"; then
2457 ac_cv_prog_CC="$CC" # Let the user override the test.
2458 else
2459 ac_prog_rejected=no
2460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2461 for as_dir in $PATH
2463 IFS=$as_save_IFS
2464 test -z "$as_dir" && as_dir=.
2465 for ac_exec_ext in '' $ac_executable_extensions; do
2466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2467 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2468 ac_prog_rejected=yes
2469 continue
2471 ac_cv_prog_CC="cc"
2472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2473 break 2
2475 done
2476 done
2477 IFS=$as_save_IFS
2479 if test $ac_prog_rejected = yes; then
2480 # We found a bogon in the path, so make sure we never use it.
2481 set dummy $ac_cv_prog_CC
2482 shift
2483 if test $# != 0; then
2484 # We chose a different compiler from the bogus one.
2485 # However, it has the same basename, so the bogon will be chosen
2486 # first if we set CC to just the basename; use the full file name.
2487 shift
2488 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2493 CC=$ac_cv_prog_CC
2494 if test -n "$CC"; then
2495 { echo "$as_me:$LINENO: result: $CC" >&5
2496 echo "${ECHO_T}$CC" >&6; }
2497 else
2498 { echo "$as_me:$LINENO: result: no" >&5
2499 echo "${ECHO_T}no" >&6; }
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 for ac_prog in cl.exe
2508 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2509 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2510 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2512 if test "${ac_cv_prog_CC+set}" = set; then
2513 echo $ECHO_N "(cached) $ECHO_C" >&6
2514 else
2515 if test -n "$CC"; then
2516 ac_cv_prog_CC="$CC" # Let the user override the test.
2517 else
2518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2519 for as_dir in $PATH
2521 IFS=$as_save_IFS
2522 test -z "$as_dir" && as_dir=.
2523 for ac_exec_ext in '' $ac_executable_extensions; do
2524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2525 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2526 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2527 break 2
2529 done
2530 done
2531 IFS=$as_save_IFS
2535 CC=$ac_cv_prog_CC
2536 if test -n "$CC"; then
2537 { echo "$as_me:$LINENO: result: $CC" >&5
2538 echo "${ECHO_T}$CC" >&6; }
2539 else
2540 { echo "$as_me:$LINENO: result: no" >&5
2541 echo "${ECHO_T}no" >&6; }
2545 test -n "$CC" && break
2546 done
2548 if test -z "$CC"; then
2549 ac_ct_CC=$CC
2550 for ac_prog in cl.exe
2552 # Extract the first word of "$ac_prog", so it can be a program name with args.
2553 set dummy $ac_prog; ac_word=$2
2554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2556 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2557 echo $ECHO_N "(cached) $ECHO_C" >&6
2558 else
2559 if test -n "$ac_ct_CC"; then
2560 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2561 else
2562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563 for as_dir in $PATH
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 ac_cv_prog_ac_ct_CC="$ac_prog"
2570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2571 break 2
2573 done
2574 done
2575 IFS=$as_save_IFS
2579 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2580 if test -n "$ac_ct_CC"; then
2581 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2582 echo "${ECHO_T}$ac_ct_CC" >&6; }
2583 else
2584 { echo "$as_me:$LINENO: result: no" >&5
2585 echo "${ECHO_T}no" >&6; }
2589 test -n "$ac_ct_CC" && break
2590 done
2592 if test "x$ac_ct_CC" = x; then
2593 CC=""
2594 else
2595 case $cross_compiling:$ac_tool_warned in
2596 yes:)
2597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2598 whose name does not start with the host triplet. If you think this
2599 configuration is useful to you, please write to autoconf@gnu.org." >&5
2600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2601 whose name does not start with the host triplet. If you think this
2602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2603 ac_tool_warned=yes ;;
2604 esac
2605 CC=$ac_ct_CC
2612 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2613 See \`config.log' for more details." >&5
2614 echo "$as_me: error: no acceptable C compiler found in \$PATH
2615 See \`config.log' for more details." >&2;}
2616 { (exit 1); exit 1; }; }
2618 # Provide some information about the compiler.
2619 echo "$as_me:$LINENO: checking for C compiler version" >&5
2620 ac_compiler=`set X $ac_compile; echo $2`
2621 { (ac_try="$ac_compiler --version >&5"
2622 case "(($ac_try" in
2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2625 esac
2626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2627 (eval "$ac_compiler --version >&5") 2>&5
2628 ac_status=$?
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); }
2631 { (ac_try="$ac_compiler -v >&5"
2632 case "(($ac_try" in
2633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2634 *) ac_try_echo=$ac_try;;
2635 esac
2636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2637 (eval "$ac_compiler -v >&5") 2>&5
2638 ac_status=$?
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); }
2641 { (ac_try="$ac_compiler -V >&5"
2642 case "(($ac_try" in
2643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2644 *) ac_try_echo=$ac_try;;
2645 esac
2646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2647 (eval "$ac_compiler -V >&5") 2>&5
2648 ac_status=$?
2649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2650 (exit $ac_status); }
2652 cat >conftest.$ac_ext <<_ACEOF
2653 /* confdefs.h. */
2654 _ACEOF
2655 cat confdefs.h >>conftest.$ac_ext
2656 cat >>conftest.$ac_ext <<_ACEOF
2657 /* end confdefs.h. */
2660 main ()
2664 return 0;
2666 _ACEOF
2667 ac_clean_files_save=$ac_clean_files
2668 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2669 # Try to create an executable without -o first, disregard a.out.
2670 # It will help us diagnose broken compilers, and finding out an intuition
2671 # of exeext.
2672 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2673 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2674 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2676 # List of possible output files, starting from the most likely.
2677 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2678 # only as a last resort. b.out is created by i960 compilers.
2679 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2681 # The IRIX 6 linker writes into existing files which may not be
2682 # executable, retaining their permissions. Remove them first so a
2683 # subsequent execution test works.
2684 ac_rmfiles=
2685 for ac_file in $ac_files
2687 case $ac_file in
2688 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2689 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2690 esac
2691 done
2692 rm -f $ac_rmfiles
2694 if { (ac_try="$ac_link_default"
2695 case "(($ac_try" in
2696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2698 esac
2699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2700 (eval "$ac_link_default") 2>&5
2701 ac_status=$?
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); }; then
2704 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2705 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2706 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2707 # so that the user can short-circuit this test for compilers unknown to
2708 # Autoconf.
2709 for ac_file in $ac_files ''
2711 test -f "$ac_file" || continue
2712 case $ac_file in
2713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2715 [ab].out )
2716 # We found the default executable, but exeext='' is most
2717 # certainly right.
2718 break;;
2719 *.* )
2720 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2721 then :; else
2722 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2724 # We set ac_cv_exeext here because the later test for it is not
2725 # safe: cross compilers may not add the suffix if given an `-o'
2726 # argument, so we may need to know it at that point already.
2727 # Even if this section looks crufty: it has the advantage of
2728 # actually working.
2729 break;;
2731 break;;
2732 esac
2733 done
2734 test "$ac_cv_exeext" = no && ac_cv_exeext=
2736 else
2737 ac_file=''
2740 { echo "$as_me:$LINENO: result: $ac_file" >&5
2741 echo "${ECHO_T}$ac_file" >&6; }
2742 if test -z "$ac_file"; then
2743 echo "$as_me: failed program was:" >&5
2744 sed 's/^/| /' conftest.$ac_ext >&5
2746 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2747 See \`config.log' for more details." >&5
2748 echo "$as_me: error: C compiler cannot create executables
2749 See \`config.log' for more details." >&2;}
2750 { (exit 77); exit 77; }; }
2753 ac_exeext=$ac_cv_exeext
2755 # Check that the compiler produces executables we can run. If not, either
2756 # the compiler is broken, or we cross compile.
2757 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2758 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2759 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2760 # If not cross compiling, check that we can run a simple program.
2761 if test "$cross_compiling" != yes; then
2762 if { ac_try='./$ac_file'
2763 { (case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766 esac
2767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2768 (eval "$ac_try") 2>&5
2769 ac_status=$?
2770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 (exit $ac_status); }; }; then
2772 cross_compiling=no
2773 else
2774 if test "$cross_compiling" = maybe; then
2775 cross_compiling=yes
2776 else
2777 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2778 If you meant to cross compile, use \`--host'.
2779 See \`config.log' for more details." >&5
2780 echo "$as_me: error: cannot run C compiled programs.
2781 If you meant to cross compile, use \`--host'.
2782 See \`config.log' for more details." >&2;}
2783 { (exit 1); exit 1; }; }
2787 { echo "$as_me:$LINENO: result: yes" >&5
2788 echo "${ECHO_T}yes" >&6; }
2790 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2791 ac_clean_files=$ac_clean_files_save
2792 # Check that the compiler produces executables we can run. If not, either
2793 # the compiler is broken, or we cross compile.
2794 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2795 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2796 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2797 echo "${ECHO_T}$cross_compiling" >&6; }
2799 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2800 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2801 if { (ac_try="$ac_link"
2802 case "(($ac_try" in
2803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2804 *) ac_try_echo=$ac_try;;
2805 esac
2806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2807 (eval "$ac_link") 2>&5
2808 ac_status=$?
2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2810 (exit $ac_status); }; then
2811 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2812 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2813 # work properly (i.e., refer to `conftest.exe'), while it won't with
2814 # `rm'.
2815 for ac_file in conftest.exe conftest conftest.*; do
2816 test -f "$ac_file" || continue
2817 case $ac_file in
2818 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2819 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2820 break;;
2821 * ) break;;
2822 esac
2823 done
2824 else
2825 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2826 See \`config.log' for more details." >&5
2827 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2828 See \`config.log' for more details." >&2;}
2829 { (exit 1); exit 1; }; }
2832 rm -f conftest$ac_cv_exeext
2833 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2834 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2836 rm -f conftest.$ac_ext
2837 EXEEXT=$ac_cv_exeext
2838 ac_exeext=$EXEEXT
2839 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2840 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2841 if test "${ac_cv_objext+set}" = set; then
2842 echo $ECHO_N "(cached) $ECHO_C" >&6
2843 else
2844 cat >conftest.$ac_ext <<_ACEOF
2845 /* confdefs.h. */
2846 _ACEOF
2847 cat confdefs.h >>conftest.$ac_ext
2848 cat >>conftest.$ac_ext <<_ACEOF
2849 /* end confdefs.h. */
2852 main ()
2856 return 0;
2858 _ACEOF
2859 rm -f conftest.o conftest.obj
2860 if { (ac_try="$ac_compile"
2861 case "(($ac_try" in
2862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2863 *) ac_try_echo=$ac_try;;
2864 esac
2865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2866 (eval "$ac_compile") 2>&5
2867 ac_status=$?
2868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; then
2870 for ac_file in conftest.o conftest.obj conftest.*; do
2871 test -f "$ac_file" || continue;
2872 case $ac_file in
2873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2874 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2875 break;;
2876 esac
2877 done
2878 else
2879 echo "$as_me: failed program was:" >&5
2880 sed 's/^/| /' conftest.$ac_ext >&5
2882 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2883 See \`config.log' for more details." >&5
2884 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }
2889 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2891 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2892 echo "${ECHO_T}$ac_cv_objext" >&6; }
2893 OBJEXT=$ac_cv_objext
2894 ac_objext=$OBJEXT
2895 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2896 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2897 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2898 echo $ECHO_N "(cached) $ECHO_C" >&6
2899 else
2900 cat >conftest.$ac_ext <<_ACEOF
2901 /* confdefs.h. */
2902 _ACEOF
2903 cat confdefs.h >>conftest.$ac_ext
2904 cat >>conftest.$ac_ext <<_ACEOF
2905 /* end confdefs.h. */
2908 main ()
2910 #ifndef __GNUC__
2911 choke me
2912 #endif
2915 return 0;
2917 _ACEOF
2918 rm -f conftest.$ac_objext
2919 if { (ac_try="$ac_compile"
2920 case "(($ac_try" in
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2923 esac
2924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2925 (eval "$ac_compile") 2>conftest.er1
2926 ac_status=$?
2927 grep -v '^ *+' conftest.er1 >conftest.err
2928 rm -f conftest.er1
2929 cat conftest.err >&5
2930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2931 (exit $ac_status); } && {
2932 test -z "$ac_c_werror_flag" ||
2933 test ! -s conftest.err
2934 } && test -s conftest.$ac_objext; then
2935 ac_compiler_gnu=yes
2936 else
2937 echo "$as_me: failed program was:" >&5
2938 sed 's/^/| /' conftest.$ac_ext >&5
2940 ac_compiler_gnu=no
2943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2944 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2947 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2948 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2949 GCC=`test $ac_compiler_gnu = yes && echo yes`
2950 ac_test_CFLAGS=${CFLAGS+set}
2951 ac_save_CFLAGS=$CFLAGS
2952 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2953 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2954 if test "${ac_cv_prog_cc_g+set}" = set; then
2955 echo $ECHO_N "(cached) $ECHO_C" >&6
2956 else
2957 ac_save_c_werror_flag=$ac_c_werror_flag
2958 ac_c_werror_flag=yes
2959 ac_cv_prog_cc_g=no
2960 CFLAGS="-g"
2961 cat >conftest.$ac_ext <<_ACEOF
2962 /* confdefs.h. */
2963 _ACEOF
2964 cat confdefs.h >>conftest.$ac_ext
2965 cat >>conftest.$ac_ext <<_ACEOF
2966 /* end confdefs.h. */
2969 main ()
2973 return 0;
2975 _ACEOF
2976 rm -f conftest.$ac_objext
2977 if { (ac_try="$ac_compile"
2978 case "(($ac_try" in
2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2980 *) ac_try_echo=$ac_try;;
2981 esac
2982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2983 (eval "$ac_compile") 2>conftest.er1
2984 ac_status=$?
2985 grep -v '^ *+' conftest.er1 >conftest.err
2986 rm -f conftest.er1
2987 cat conftest.err >&5
2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989 (exit $ac_status); } && {
2990 test -z "$ac_c_werror_flag" ||
2991 test ! -s conftest.err
2992 } && test -s conftest.$ac_objext; then
2993 ac_cv_prog_cc_g=yes
2994 else
2995 echo "$as_me: failed program was:" >&5
2996 sed 's/^/| /' conftest.$ac_ext >&5
2998 CFLAGS=""
2999 cat >conftest.$ac_ext <<_ACEOF
3000 /* confdefs.h. */
3001 _ACEOF
3002 cat confdefs.h >>conftest.$ac_ext
3003 cat >>conftest.$ac_ext <<_ACEOF
3004 /* end confdefs.h. */
3007 main ()
3011 return 0;
3013 _ACEOF
3014 rm -f conftest.$ac_objext
3015 if { (ac_try="$ac_compile"
3016 case "(($ac_try" in
3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3018 *) ac_try_echo=$ac_try;;
3019 esac
3020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3021 (eval "$ac_compile") 2>conftest.er1
3022 ac_status=$?
3023 grep -v '^ *+' conftest.er1 >conftest.err
3024 rm -f conftest.er1
3025 cat conftest.err >&5
3026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3027 (exit $ac_status); } && {
3028 test -z "$ac_c_werror_flag" ||
3029 test ! -s conftest.err
3030 } && test -s conftest.$ac_objext; then
3032 else
3033 echo "$as_me: failed program was:" >&5
3034 sed 's/^/| /' conftest.$ac_ext >&5
3036 ac_c_werror_flag=$ac_save_c_werror_flag
3037 CFLAGS="-g"
3038 cat >conftest.$ac_ext <<_ACEOF
3039 /* confdefs.h. */
3040 _ACEOF
3041 cat confdefs.h >>conftest.$ac_ext
3042 cat >>conftest.$ac_ext <<_ACEOF
3043 /* end confdefs.h. */
3046 main ()
3050 return 0;
3052 _ACEOF
3053 rm -f conftest.$ac_objext
3054 if { (ac_try="$ac_compile"
3055 case "(($ac_try" in
3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3057 *) ac_try_echo=$ac_try;;
3058 esac
3059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3060 (eval "$ac_compile") 2>conftest.er1
3061 ac_status=$?
3062 grep -v '^ *+' conftest.er1 >conftest.err
3063 rm -f conftest.er1
3064 cat conftest.err >&5
3065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3066 (exit $ac_status); } && {
3067 test -z "$ac_c_werror_flag" ||
3068 test ! -s conftest.err
3069 } && test -s conftest.$ac_objext; then
3070 ac_cv_prog_cc_g=yes
3071 else
3072 echo "$as_me: failed program was:" >&5
3073 sed 's/^/| /' conftest.$ac_ext >&5
3078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 ac_c_werror_flag=$ac_save_c_werror_flag
3087 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3088 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3089 if test "$ac_test_CFLAGS" = set; then
3090 CFLAGS=$ac_save_CFLAGS
3091 elif test $ac_cv_prog_cc_g = yes; then
3092 if test "$GCC" = yes; then
3093 CFLAGS="-g -O2"
3094 else
3095 CFLAGS="-g"
3097 else
3098 if test "$GCC" = yes; then
3099 CFLAGS="-O2"
3100 else
3101 CFLAGS=
3104 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3105 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3106 if test "${ac_cv_prog_cc_c89+set}" = set; then
3107 echo $ECHO_N "(cached) $ECHO_C" >&6
3108 else
3109 ac_cv_prog_cc_c89=no
3110 ac_save_CC=$CC
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3117 #include <stdarg.h>
3118 #include <stdio.h>
3119 #include <sys/types.h>
3120 #include <sys/stat.h>
3121 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3122 struct buf { int x; };
3123 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3124 static char *e (p, i)
3125 char **p;
3126 int i;
3128 return p[i];
3130 static char *f (char * (*g) (char **, int), char **p, ...)
3132 char *s;
3133 va_list v;
3134 va_start (v,p);
3135 s = g (p, va_arg (v,int));
3136 va_end (v);
3137 return s;
3140 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3141 function prototypes and stuff, but not '\xHH' hex character constants.
3142 These don't provoke an error unfortunately, instead are silently treated
3143 as 'x'. The following induces an error, until -std is added to get
3144 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3145 array size at least. It's necessary to write '\x00'==0 to get something
3146 that's true only with -std. */
3147 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3149 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3150 inside strings and character constants. */
3151 #define FOO(x) 'x'
3152 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3154 int test (int i, double x);
3155 struct s1 {int (*f) (int a);};
3156 struct s2 {int (*f) (double a);};
3157 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3158 int argc;
3159 char **argv;
3161 main ()
3163 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3165 return 0;
3167 _ACEOF
3168 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3169 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3171 CC="$ac_save_CC $ac_arg"
3172 rm -f conftest.$ac_objext
3173 if { (ac_try="$ac_compile"
3174 case "(($ac_try" in
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3177 esac
3178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3179 (eval "$ac_compile") 2>conftest.er1
3180 ac_status=$?
3181 grep -v '^ *+' conftest.er1 >conftest.err
3182 rm -f conftest.er1
3183 cat conftest.err >&5
3184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3185 (exit $ac_status); } && {
3186 test -z "$ac_c_werror_flag" ||
3187 test ! -s conftest.err
3188 } && test -s conftest.$ac_objext; then
3189 ac_cv_prog_cc_c89=$ac_arg
3190 else
3191 echo "$as_me: failed program was:" >&5
3192 sed 's/^/| /' conftest.$ac_ext >&5
3197 rm -f core conftest.err conftest.$ac_objext
3198 test "x$ac_cv_prog_cc_c89" != "xno" && break
3199 done
3200 rm -f conftest.$ac_ext
3201 CC=$ac_save_CC
3204 # AC_CACHE_VAL
3205 case "x$ac_cv_prog_cc_c89" in
3207 { echo "$as_me:$LINENO: result: none needed" >&5
3208 echo "${ECHO_T}none needed" >&6; } ;;
3209 xno)
3210 { echo "$as_me:$LINENO: result: unsupported" >&5
3211 echo "${ECHO_T}unsupported" >&6; } ;;
3213 CC="$CC $ac_cv_prog_cc_c89"
3214 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3215 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3216 esac
3219 ac_ext=c
3220 ac_cpp='$CPP $CPPFLAGS'
3221 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3222 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3223 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3225 ac_ext=cpp
3226 ac_cpp='$CXXCPP $CPPFLAGS'
3227 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3230 if test -z "$CXX"; then
3231 if test -n "$CCC"; then
3232 CXX=$CCC
3233 else
3234 if test -n "$ac_tool_prefix"; then
3235 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3237 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3238 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3241 if test "${ac_cv_prog_CXX+set}" = set; then
3242 echo $ECHO_N "(cached) $ECHO_C" >&6
3243 else
3244 if test -n "$CXX"; then
3245 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3246 else
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248 for as_dir in $PATH
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
3252 for ac_exec_ext in '' $ac_executable_extensions; do
3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3254 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3256 break 2
3258 done
3259 done
3260 IFS=$as_save_IFS
3264 CXX=$ac_cv_prog_CXX
3265 if test -n "$CXX"; then
3266 { echo "$as_me:$LINENO: result: $CXX" >&5
3267 echo "${ECHO_T}$CXX" >&6; }
3268 else
3269 { echo "$as_me:$LINENO: result: no" >&5
3270 echo "${ECHO_T}no" >&6; }
3274 test -n "$CXX" && break
3275 done
3277 if test -z "$CXX"; then
3278 ac_ct_CXX=$CXX
3279 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3281 # Extract the first word of "$ac_prog", so it can be a program name with args.
3282 set dummy $ac_prog; ac_word=$2
3283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3285 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3286 echo $ECHO_N "(cached) $ECHO_C" >&6
3287 else
3288 if test -n "$ac_ct_CXX"; then
3289 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3290 else
3291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3292 for as_dir in $PATH
3294 IFS=$as_save_IFS
3295 test -z "$as_dir" && as_dir=.
3296 for ac_exec_ext in '' $ac_executable_extensions; do
3297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3298 ac_cv_prog_ac_ct_CXX="$ac_prog"
3299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3300 break 2
3302 done
3303 done
3304 IFS=$as_save_IFS
3308 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3309 if test -n "$ac_ct_CXX"; then
3310 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3311 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3312 else
3313 { echo "$as_me:$LINENO: result: no" >&5
3314 echo "${ECHO_T}no" >&6; }
3318 test -n "$ac_ct_CXX" && break
3319 done
3321 if test "x$ac_ct_CXX" = x; then
3322 CXX="g++"
3323 else
3324 case $cross_compiling:$ac_tool_warned in
3325 yes:)
3326 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3327 whose name does not start with the host triplet. If you think this
3328 configuration is useful to you, please write to autoconf@gnu.org." >&5
3329 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3330 whose name does not start with the host triplet. If you think this
3331 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3332 ac_tool_warned=yes ;;
3333 esac
3334 CXX=$ac_ct_CXX
3340 # Provide some information about the compiler.
3341 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3342 ac_compiler=`set X $ac_compile; echo $2`
3343 { (ac_try="$ac_compiler --version >&5"
3344 case "(($ac_try" in
3345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3347 esac
3348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3349 (eval "$ac_compiler --version >&5") 2>&5
3350 ac_status=$?
3351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352 (exit $ac_status); }
3353 { (ac_try="$ac_compiler -v >&5"
3354 case "(($ac_try" in
3355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356 *) ac_try_echo=$ac_try;;
3357 esac
3358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3359 (eval "$ac_compiler -v >&5") 2>&5
3360 ac_status=$?
3361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3362 (exit $ac_status); }
3363 { (ac_try="$ac_compiler -V >&5"
3364 case "(($ac_try" in
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3367 esac
3368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3369 (eval "$ac_compiler -V >&5") 2>&5
3370 ac_status=$?
3371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3372 (exit $ac_status); }
3374 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3375 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3376 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3377 echo $ECHO_N "(cached) $ECHO_C" >&6
3378 else
3379 cat >conftest.$ac_ext <<_ACEOF
3380 /* confdefs.h. */
3381 _ACEOF
3382 cat confdefs.h >>conftest.$ac_ext
3383 cat >>conftest.$ac_ext <<_ACEOF
3384 /* end confdefs.h. */
3387 main ()
3389 #ifndef __GNUC__
3390 choke me
3391 #endif
3394 return 0;
3396 _ACEOF
3397 rm -f conftest.$ac_objext
3398 if { (ac_try="$ac_compile"
3399 case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;;
3402 esac
3403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3404 (eval "$ac_compile") 2>conftest.er1
3405 ac_status=$?
3406 grep -v '^ *+' conftest.er1 >conftest.err
3407 rm -f conftest.er1
3408 cat conftest.err >&5
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); } && {
3411 test -z "$ac_cxx_werror_flag" ||
3412 test ! -s conftest.err
3413 } && test -s conftest.$ac_objext; then
3414 ac_compiler_gnu=yes
3415 else
3416 echo "$as_me: failed program was:" >&5
3417 sed 's/^/| /' conftest.$ac_ext >&5
3419 ac_compiler_gnu=no
3422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3423 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3426 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3427 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3428 GXX=`test $ac_compiler_gnu = yes && echo yes`
3429 ac_test_CXXFLAGS=${CXXFLAGS+set}
3430 ac_save_CXXFLAGS=$CXXFLAGS
3431 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3432 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3433 if test "${ac_cv_prog_cxx_g+set}" = set; then
3434 echo $ECHO_N "(cached) $ECHO_C" >&6
3435 else
3436 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3437 ac_cxx_werror_flag=yes
3438 ac_cv_prog_cxx_g=no
3439 CXXFLAGS="-g"
3440 cat >conftest.$ac_ext <<_ACEOF
3441 /* confdefs.h. */
3442 _ACEOF
3443 cat confdefs.h >>conftest.$ac_ext
3444 cat >>conftest.$ac_ext <<_ACEOF
3445 /* end confdefs.h. */
3448 main ()
3452 return 0;
3454 _ACEOF
3455 rm -f conftest.$ac_objext
3456 if { (ac_try="$ac_compile"
3457 case "(($ac_try" in
3458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3459 *) ac_try_echo=$ac_try;;
3460 esac
3461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3462 (eval "$ac_compile") 2>conftest.er1
3463 ac_status=$?
3464 grep -v '^ *+' conftest.er1 >conftest.err
3465 rm -f conftest.er1
3466 cat conftest.err >&5
3467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); } && {
3469 test -z "$ac_cxx_werror_flag" ||
3470 test ! -s conftest.err
3471 } && test -s conftest.$ac_objext; then
3472 ac_cv_prog_cxx_g=yes
3473 else
3474 echo "$as_me: failed program was:" >&5
3475 sed 's/^/| /' conftest.$ac_ext >&5
3477 CXXFLAGS=""
3478 cat >conftest.$ac_ext <<_ACEOF
3479 /* confdefs.h. */
3480 _ACEOF
3481 cat confdefs.h >>conftest.$ac_ext
3482 cat >>conftest.$ac_ext <<_ACEOF
3483 /* end confdefs.h. */
3486 main ()
3490 return 0;
3492 _ACEOF
3493 rm -f conftest.$ac_objext
3494 if { (ac_try="$ac_compile"
3495 case "(($ac_try" in
3496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 *) ac_try_echo=$ac_try;;
3498 esac
3499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3500 (eval "$ac_compile") 2>conftest.er1
3501 ac_status=$?
3502 grep -v '^ *+' conftest.er1 >conftest.err
3503 rm -f conftest.er1
3504 cat conftest.err >&5
3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 (exit $ac_status); } && {
3507 test -z "$ac_cxx_werror_flag" ||
3508 test ! -s conftest.err
3509 } && test -s conftest.$ac_objext; then
3511 else
3512 echo "$as_me: failed program was:" >&5
3513 sed 's/^/| /' conftest.$ac_ext >&5
3515 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3516 CXXFLAGS="-g"
3517 cat >conftest.$ac_ext <<_ACEOF
3518 /* confdefs.h. */
3519 _ACEOF
3520 cat confdefs.h >>conftest.$ac_ext
3521 cat >>conftest.$ac_ext <<_ACEOF
3522 /* end confdefs.h. */
3525 main ()
3529 return 0;
3531 _ACEOF
3532 rm -f conftest.$ac_objext
3533 if { (ac_try="$ac_compile"
3534 case "(($ac_try" in
3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3536 *) ac_try_echo=$ac_try;;
3537 esac
3538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3539 (eval "$ac_compile") 2>conftest.er1
3540 ac_status=$?
3541 grep -v '^ *+' conftest.er1 >conftest.err
3542 rm -f conftest.er1
3543 cat conftest.err >&5
3544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3545 (exit $ac_status); } && {
3546 test -z "$ac_cxx_werror_flag" ||
3547 test ! -s conftest.err
3548 } && test -s conftest.$ac_objext; then
3549 ac_cv_prog_cxx_g=yes
3550 else
3551 echo "$as_me: failed program was:" >&5
3552 sed 's/^/| /' conftest.$ac_ext >&5
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3566 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3567 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3568 if test "$ac_test_CXXFLAGS" = set; then
3569 CXXFLAGS=$ac_save_CXXFLAGS
3570 elif test $ac_cv_prog_cxx_g = yes; then
3571 if test "$GXX" = yes; then
3572 CXXFLAGS="-g -O2"
3573 else
3574 CXXFLAGS="-g"
3576 else
3577 if test "$GXX" = yes; then
3578 CXXFLAGS="-O2"
3579 else
3580 CXXFLAGS=
3583 ac_ext=c
3584 ac_cpp='$CPP $CPPFLAGS'
3585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3586 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3589 if test -n "$ac_tool_prefix"; then
3590 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3591 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3594 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3595 echo $ECHO_N "(cached) $ECHO_C" >&6
3596 else
3597 if test -n "$CPPBIN"; then
3598 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3599 else
3600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3601 for as_dir in $PATH
3603 IFS=$as_save_IFS
3604 test -z "$as_dir" && as_dir=.
3605 for ac_exec_ext in '' $ac_executable_extensions; do
3606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3607 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3609 break 2
3611 done
3612 done
3613 IFS=$as_save_IFS
3617 CPPBIN=$ac_cv_prog_CPPBIN
3618 if test -n "$CPPBIN"; then
3619 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3620 echo "${ECHO_T}$CPPBIN" >&6; }
3621 else
3622 { echo "$as_me:$LINENO: result: no" >&5
3623 echo "${ECHO_T}no" >&6; }
3628 if test -z "$ac_cv_prog_CPPBIN"; then
3629 ac_ct_CPPBIN=$CPPBIN
3630 # Extract the first word of "cpp", so it can be a program name with args.
3631 set dummy cpp; ac_word=$2
3632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3634 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6
3636 else
3637 if test -n "$ac_ct_CPPBIN"; then
3638 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3639 else
3640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3641 for as_dir in $PATH
3643 IFS=$as_save_IFS
3644 test -z "$as_dir" && as_dir=.
3645 for ac_exec_ext in '' $ac_executable_extensions; do
3646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3647 ac_cv_prog_ac_ct_CPPBIN="cpp"
3648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3649 break 2
3651 done
3652 done
3653 IFS=$as_save_IFS
3657 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3658 if test -n "$ac_ct_CPPBIN"; then
3659 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3660 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3661 else
3662 { echo "$as_me:$LINENO: result: no" >&5
3663 echo "${ECHO_T}no" >&6; }
3666 if test "x$ac_ct_CPPBIN" = x; then
3667 CPPBIN="cpp"
3668 else
3669 case $cross_compiling:$ac_tool_warned in
3670 yes:)
3671 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3672 whose name does not start with the host triplet. If you think this
3673 configuration is useful to you, please write to autoconf@gnu.org." >&5
3674 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3675 whose name does not start with the host triplet. If you think this
3676 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3677 ac_tool_warned=yes ;;
3678 esac
3679 CPPBIN=$ac_ct_CPPBIN
3681 else
3682 CPPBIN="$ac_cv_prog_CPPBIN"
3686 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3687 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3688 if test "${wine_cv_toolsdir+set}" = set; then
3689 echo $ECHO_N "(cached) $ECHO_C" >&6
3690 else
3691 if test -z "$with_wine_tools"; then
3692 if test "$cross_compiling" = "yes"; then
3693 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3694 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3695 { (exit 1); exit 1; }; }
3696 else
3697 wine_cv_toolsdir="\$(TOPOBJDIR)"
3699 elif test -d "$with_wine_tools/tools/winebuild"; then
3700 case $with_wine_tools in
3701 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3702 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3703 esac
3704 else
3705 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3706 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3707 { (exit 1); exit 1; }; }
3710 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3711 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3712 TOOLSDIR=$wine_cv_toolsdir
3716 ac_ext=c
3717 ac_cpp='$CPP $CPPFLAGS'
3718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3721 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3722 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3723 # On Suns, sometimes $CPP names a directory.
3724 if test -n "$CPP" && test -d "$CPP"; then
3725 CPP=
3727 if test -z "$CPP"; then
3728 if test "${ac_cv_prog_CPP+set}" = set; then
3729 echo $ECHO_N "(cached) $ECHO_C" >&6
3730 else
3731 # Double quotes because CPP needs to be expanded
3732 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3734 ac_preproc_ok=false
3735 for ac_c_preproc_warn_flag in '' yes
3737 # Use a header file that comes with gcc, so configuring glibc
3738 # with a fresh cross-compiler works.
3739 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3740 # <limits.h> exists even on freestanding compilers.
3741 # On the NeXT, cc -E runs the code through the compiler's parser,
3742 # not just through cpp. "Syntax error" is here to catch this case.
3743 cat >conftest.$ac_ext <<_ACEOF
3744 /* confdefs.h. */
3745 _ACEOF
3746 cat confdefs.h >>conftest.$ac_ext
3747 cat >>conftest.$ac_ext <<_ACEOF
3748 /* end confdefs.h. */
3749 #ifdef __STDC__
3750 # include <limits.h>
3751 #else
3752 # include <assert.h>
3753 #endif
3754 Syntax error
3755 _ACEOF
3756 if { (ac_try="$ac_cpp conftest.$ac_ext"
3757 case "(($ac_try" in
3758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3759 *) ac_try_echo=$ac_try;;
3760 esac
3761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3762 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3763 ac_status=$?
3764 grep -v '^ *+' conftest.er1 >conftest.err
3765 rm -f conftest.er1
3766 cat conftest.err >&5
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 (exit $ac_status); } >/dev/null && {
3769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3770 test ! -s conftest.err
3771 }; then
3773 else
3774 echo "$as_me: failed program was:" >&5
3775 sed 's/^/| /' conftest.$ac_ext >&5
3777 # Broken: fails on valid input.
3778 continue
3781 rm -f conftest.err conftest.$ac_ext
3783 # OK, works on sane cases. Now check whether nonexistent headers
3784 # can be detected and how.
3785 cat >conftest.$ac_ext <<_ACEOF
3786 /* confdefs.h. */
3787 _ACEOF
3788 cat confdefs.h >>conftest.$ac_ext
3789 cat >>conftest.$ac_ext <<_ACEOF
3790 /* end confdefs.h. */
3791 #include <ac_nonexistent.h>
3792 _ACEOF
3793 if { (ac_try="$ac_cpp conftest.$ac_ext"
3794 case "(($ac_try" in
3795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3796 *) ac_try_echo=$ac_try;;
3797 esac
3798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3799 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3800 ac_status=$?
3801 grep -v '^ *+' conftest.er1 >conftest.err
3802 rm -f conftest.er1
3803 cat conftest.err >&5
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); } >/dev/null && {
3806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3807 test ! -s conftest.err
3808 }; then
3809 # Broken: success on invalid input.
3810 continue
3811 else
3812 echo "$as_me: failed program was:" >&5
3813 sed 's/^/| /' conftest.$ac_ext >&5
3815 # Passes both tests.
3816 ac_preproc_ok=:
3817 break
3820 rm -f conftest.err conftest.$ac_ext
3822 done
3823 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3824 rm -f conftest.err conftest.$ac_ext
3825 if $ac_preproc_ok; then
3826 break
3829 done
3830 ac_cv_prog_CPP=$CPP
3833 CPP=$ac_cv_prog_CPP
3834 else
3835 ac_cv_prog_CPP=$CPP
3837 { echo "$as_me:$LINENO: result: $CPP" >&5
3838 echo "${ECHO_T}$CPP" >&6; }
3839 ac_preproc_ok=false
3840 for ac_c_preproc_warn_flag in '' yes
3842 # Use a header file that comes with gcc, so configuring glibc
3843 # with a fresh cross-compiler works.
3844 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3845 # <limits.h> exists even on freestanding compilers.
3846 # On the NeXT, cc -E runs the code through the compiler's parser,
3847 # not just through cpp. "Syntax error" is here to catch this case.
3848 cat >conftest.$ac_ext <<_ACEOF
3849 /* confdefs.h. */
3850 _ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h. */
3854 #ifdef __STDC__
3855 # include <limits.h>
3856 #else
3857 # include <assert.h>
3858 #endif
3859 Syntax error
3860 _ACEOF
3861 if { (ac_try="$ac_cpp conftest.$ac_ext"
3862 case "(($ac_try" in
3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3864 *) ac_try_echo=$ac_try;;
3865 esac
3866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3868 ac_status=$?
3869 grep -v '^ *+' conftest.er1 >conftest.err
3870 rm -f conftest.er1
3871 cat conftest.err >&5
3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3873 (exit $ac_status); } >/dev/null && {
3874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3875 test ! -s conftest.err
3876 }; then
3878 else
3879 echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 # Broken: fails on valid input.
3883 continue
3886 rm -f conftest.err conftest.$ac_ext
3888 # OK, works on sane cases. Now check whether nonexistent headers
3889 # can be detected and how.
3890 cat >conftest.$ac_ext <<_ACEOF
3891 /* confdefs.h. */
3892 _ACEOF
3893 cat confdefs.h >>conftest.$ac_ext
3894 cat >>conftest.$ac_ext <<_ACEOF
3895 /* end confdefs.h. */
3896 #include <ac_nonexistent.h>
3897 _ACEOF
3898 if { (ac_try="$ac_cpp conftest.$ac_ext"
3899 case "(($ac_try" in
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3902 esac
3903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3905 ac_status=$?
3906 grep -v '^ *+' conftest.er1 >conftest.err
3907 rm -f conftest.er1
3908 cat conftest.err >&5
3909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3910 (exit $ac_status); } >/dev/null && {
3911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3912 test ! -s conftest.err
3913 }; then
3914 # Broken: success on invalid input.
3915 continue
3916 else
3917 echo "$as_me: failed program was:" >&5
3918 sed 's/^/| /' conftest.$ac_ext >&5
3920 # Passes both tests.
3921 ac_preproc_ok=:
3922 break
3925 rm -f conftest.err conftest.$ac_ext
3927 done
3928 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3929 rm -f conftest.err conftest.$ac_ext
3930 if $ac_preproc_ok; then
3932 else
3933 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3934 See \`config.log' for more details." >&5
3935 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3936 See \`config.log' for more details." >&2;}
3937 { (exit 1); exit 1; }; }
3940 ac_ext=c
3941 ac_cpp='$CPP $CPPFLAGS'
3942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3943 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3947 { echo "$as_me:$LINENO: checking for X" >&5
3948 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3951 # Check whether --with-x was given.
3952 if test "${with_x+set}" = set; then
3953 withval=$with_x;
3956 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3957 if test "x$with_x" = xno; then
3958 # The user explicitly disabled X.
3959 have_x=disabled
3960 else
3961 case $x_includes,$x_libraries in #(
3962 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3963 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3964 { (exit 1); exit 1; }; };; #(
3965 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3966 echo $ECHO_N "(cached) $ECHO_C" >&6
3967 else
3968 # One or both of the vars are not set, and there is no cached value.
3969 ac_x_includes=no ac_x_libraries=no
3970 rm -f -r conftest.dir
3971 if mkdir conftest.dir; then
3972 cd conftest.dir
3973 cat >Imakefile <<'_ACEOF'
3974 incroot:
3975 @echo incroot='${INCROOT}'
3976 usrlibdir:
3977 @echo usrlibdir='${USRLIBDIR}'
3978 libdir:
3979 @echo libdir='${LIBDIR}'
3980 _ACEOF
3981 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3982 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3983 for ac_var in incroot usrlibdir libdir; do
3984 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3985 done
3986 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3987 for ac_extension in a so sl; do
3988 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3989 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3990 ac_im_usrlibdir=$ac_im_libdir; break
3992 done
3993 # Screen out bogus values from the imake configuration. They are
3994 # bogus both because they are the default anyway, and because
3995 # using them would break gcc on systems where it needs fixed includes.
3996 case $ac_im_incroot in
3997 /usr/include) ac_x_includes= ;;
3998 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3999 esac
4000 case $ac_im_usrlibdir in
4001 /usr/lib | /lib) ;;
4002 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4003 esac
4005 cd ..
4006 rm -f -r conftest.dir
4009 # Standard set of common directories for X headers.
4010 # Check X11 before X11Rn because it is often a symlink to the current release.
4011 ac_x_header_dirs='
4012 /usr/X11/include
4013 /usr/X11R6/include
4014 /usr/X11R5/include
4015 /usr/X11R4/include
4017 /usr/include/X11
4018 /usr/include/X11R6
4019 /usr/include/X11R5
4020 /usr/include/X11R4
4022 /usr/local/X11/include
4023 /usr/local/X11R6/include
4024 /usr/local/X11R5/include
4025 /usr/local/X11R4/include
4027 /usr/local/include/X11
4028 /usr/local/include/X11R6
4029 /usr/local/include/X11R5
4030 /usr/local/include/X11R4
4032 /usr/X386/include
4033 /usr/x386/include
4034 /usr/XFree86/include/X11
4036 /usr/include
4037 /usr/local/include
4038 /usr/unsupported/include
4039 /usr/athena/include
4040 /usr/local/x11r5/include
4041 /usr/lpp/Xamples/include
4043 /usr/openwin/include
4044 /usr/openwin/share/include'
4046 if test "$ac_x_includes" = no; then
4047 # Guess where to find include files, by looking for Xlib.h.
4048 # First, try using that file with no special directory specified.
4049 cat >conftest.$ac_ext <<_ACEOF
4050 /* confdefs.h. */
4051 _ACEOF
4052 cat confdefs.h >>conftest.$ac_ext
4053 cat >>conftest.$ac_ext <<_ACEOF
4054 /* end confdefs.h. */
4055 #include <X11/Xlib.h>
4056 _ACEOF
4057 if { (ac_try="$ac_cpp conftest.$ac_ext"
4058 case "(($ac_try" in
4059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4060 *) ac_try_echo=$ac_try;;
4061 esac
4062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4063 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4064 ac_status=$?
4065 grep -v '^ *+' conftest.er1 >conftest.err
4066 rm -f conftest.er1
4067 cat conftest.err >&5
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); } >/dev/null && {
4070 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4071 test ! -s conftest.err
4072 }; then
4073 # We can compile using X headers with no special include directory.
4074 ac_x_includes=
4075 else
4076 echo "$as_me: failed program was:" >&5
4077 sed 's/^/| /' conftest.$ac_ext >&5
4079 for ac_dir in $ac_x_header_dirs; do
4080 if test -r "$ac_dir/X11/Xlib.h"; then
4081 ac_x_includes=$ac_dir
4082 break
4084 done
4087 rm -f conftest.err conftest.$ac_ext
4088 fi # $ac_x_includes = no
4090 if test "$ac_x_libraries" = no; then
4091 # Check for the libraries.
4092 # See if we find them without any special options.
4093 # Don't add to $LIBS permanently.
4094 ac_save_LIBS=$LIBS
4095 LIBS="-lX11 $LIBS"
4096 cat >conftest.$ac_ext <<_ACEOF
4097 /* confdefs.h. */
4098 _ACEOF
4099 cat confdefs.h >>conftest.$ac_ext
4100 cat >>conftest.$ac_ext <<_ACEOF
4101 /* end confdefs.h. */
4102 #include <X11/Xlib.h>
4104 main ()
4106 XrmInitialize ()
4108 return 0;
4110 _ACEOF
4111 rm -f conftest.$ac_objext conftest$ac_exeext
4112 if { (ac_try="$ac_link"
4113 case "(($ac_try" in
4114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4115 *) ac_try_echo=$ac_try;;
4116 esac
4117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4118 (eval "$ac_link") 2>conftest.er1
4119 ac_status=$?
4120 grep -v '^ *+' conftest.er1 >conftest.err
4121 rm -f conftest.er1
4122 cat conftest.err >&5
4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4124 (exit $ac_status); } && {
4125 test -z "$ac_c_werror_flag" ||
4126 test ! -s conftest.err
4127 } && test -s conftest$ac_exeext &&
4128 $as_test_x conftest$ac_exeext; then
4129 LIBS=$ac_save_LIBS
4130 # We can link X programs with no special library path.
4131 ac_x_libraries=
4132 else
4133 echo "$as_me: failed program was:" >&5
4134 sed 's/^/| /' conftest.$ac_ext >&5
4136 LIBS=$ac_save_LIBS
4137 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4139 # Don't even attempt the hair of trying to link an X program!
4140 for ac_extension in a so sl; do
4141 if test -r "$ac_dir/libX11.$ac_extension"; then
4142 ac_x_libraries=$ac_dir
4143 break 2
4145 done
4146 done
4149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4150 conftest$ac_exeext conftest.$ac_ext
4151 fi # $ac_x_libraries = no
4153 case $ac_x_includes,$ac_x_libraries in #(
4154 no,* | *,no | *\'*)
4155 # Didn't find X, or a directory has "'" in its name.
4156 ac_cv_have_x="have_x=no";; #(
4158 # Record where we found X for the cache.
4159 ac_cv_have_x="have_x=yes\
4160 ac_x_includes='$ac_x_includes'\
4161 ac_x_libraries='$ac_x_libraries'"
4162 esac
4164 ;; #(
4165 *) have_x=yes;;
4166 esac
4167 eval "$ac_cv_have_x"
4168 fi # $with_x != no
4170 if test "$have_x" != yes; then
4171 { echo "$as_me:$LINENO: result: $have_x" >&5
4172 echo "${ECHO_T}$have_x" >&6; }
4173 no_x=yes
4174 else
4175 # If each of the values was on the command line, it overrides each guess.
4176 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4177 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4178 # Update the cache value to reflect the command line values.
4179 ac_cv_have_x="have_x=yes\
4180 ac_x_includes='$x_includes'\
4181 ac_x_libraries='$x_libraries'"
4182 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4183 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4186 if test "$no_x" = yes; then
4187 # Not all programs may use this symbol, but it does not hurt to define it.
4189 cat >>confdefs.h <<\_ACEOF
4190 #define X_DISPLAY_MISSING 1
4191 _ACEOF
4193 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4194 else
4195 if test -n "$x_includes"; then
4196 X_CFLAGS="$X_CFLAGS -I$x_includes"
4199 # It would also be nice to do this for all -L options, not just this one.
4200 if test -n "$x_libraries"; then
4201 X_LIBS="$X_LIBS -L$x_libraries"
4202 # For Solaris; some versions of Sun CC require a space after -R and
4203 # others require no space. Words are not sufficient . . . .
4204 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4205 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4206 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4207 ac_xsave_c_werror_flag=$ac_c_werror_flag
4208 ac_c_werror_flag=yes
4209 cat >conftest.$ac_ext <<_ACEOF
4210 /* confdefs.h. */
4211 _ACEOF
4212 cat confdefs.h >>conftest.$ac_ext
4213 cat >>conftest.$ac_ext <<_ACEOF
4214 /* end confdefs.h. */
4217 main ()
4221 return 0;
4223 _ACEOF
4224 rm -f conftest.$ac_objext conftest$ac_exeext
4225 if { (ac_try="$ac_link"
4226 case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229 esac
4230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4231 (eval "$ac_link") 2>conftest.er1
4232 ac_status=$?
4233 grep -v '^ *+' conftest.er1 >conftest.err
4234 rm -f conftest.er1
4235 cat conftest.err >&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); } && {
4238 test -z "$ac_c_werror_flag" ||
4239 test ! -s conftest.err
4240 } && test -s conftest$ac_exeext &&
4241 $as_test_x conftest$ac_exeext; then
4242 { echo "$as_me:$LINENO: result: no" >&5
4243 echo "${ECHO_T}no" >&6; }
4244 X_LIBS="$X_LIBS -R$x_libraries"
4245 else
4246 echo "$as_me: failed program was:" >&5
4247 sed 's/^/| /' conftest.$ac_ext >&5
4249 LIBS="$ac_xsave_LIBS -R $x_libraries"
4250 cat >conftest.$ac_ext <<_ACEOF
4251 /* confdefs.h. */
4252 _ACEOF
4253 cat confdefs.h >>conftest.$ac_ext
4254 cat >>conftest.$ac_ext <<_ACEOF
4255 /* end confdefs.h. */
4258 main ()
4262 return 0;
4264 _ACEOF
4265 rm -f conftest.$ac_objext conftest$ac_exeext
4266 if { (ac_try="$ac_link"
4267 case "(($ac_try" in
4268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4269 *) ac_try_echo=$ac_try;;
4270 esac
4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4272 (eval "$ac_link") 2>conftest.er1
4273 ac_status=$?
4274 grep -v '^ *+' conftest.er1 >conftest.err
4275 rm -f conftest.er1
4276 cat conftest.err >&5
4277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4278 (exit $ac_status); } && {
4279 test -z "$ac_c_werror_flag" ||
4280 test ! -s conftest.err
4281 } && test -s conftest$ac_exeext &&
4282 $as_test_x conftest$ac_exeext; then
4283 { echo "$as_me:$LINENO: result: yes" >&5
4284 echo "${ECHO_T}yes" >&6; }
4285 X_LIBS="$X_LIBS -R $x_libraries"
4286 else
4287 echo "$as_me: failed program was:" >&5
4288 sed 's/^/| /' conftest.$ac_ext >&5
4290 { echo "$as_me:$LINENO: result: neither works" >&5
4291 echo "${ECHO_T}neither works" >&6; }
4294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4295 conftest$ac_exeext conftest.$ac_ext
4298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4299 conftest$ac_exeext conftest.$ac_ext
4300 ac_c_werror_flag=$ac_xsave_c_werror_flag
4301 LIBS=$ac_xsave_LIBS
4304 # Check for system-dependent libraries X programs must link with.
4305 # Do this before checking for the system-independent R6 libraries
4306 # (-lICE), since we may need -lsocket or whatever for X linking.
4308 if test "$ISC" = yes; then
4309 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4310 else
4311 # Martyn Johnson says this is needed for Ultrix, if the X
4312 # libraries were built with DECnet support. And Karl Berry says
4313 # the Alpha needs dnet_stub (dnet does not exist).
4314 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4315 cat >conftest.$ac_ext <<_ACEOF
4316 /* confdefs.h. */
4317 _ACEOF
4318 cat confdefs.h >>conftest.$ac_ext
4319 cat >>conftest.$ac_ext <<_ACEOF
4320 /* end confdefs.h. */
4322 /* Override any GCC internal prototype to avoid an error.
4323 Use char because int might match the return type of a GCC
4324 builtin and then its argument prototype would still apply. */
4325 #ifdef __cplusplus
4326 extern "C"
4327 #endif
4328 char XOpenDisplay ();
4330 main ()
4332 return XOpenDisplay ();
4334 return 0;
4336 _ACEOF
4337 rm -f conftest.$ac_objext conftest$ac_exeext
4338 if { (ac_try="$ac_link"
4339 case "(($ac_try" in
4340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4341 *) ac_try_echo=$ac_try;;
4342 esac
4343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4344 (eval "$ac_link") 2>conftest.er1
4345 ac_status=$?
4346 grep -v '^ *+' conftest.er1 >conftest.err
4347 rm -f conftest.er1
4348 cat conftest.err >&5
4349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4350 (exit $ac_status); } && {
4351 test -z "$ac_c_werror_flag" ||
4352 test ! -s conftest.err
4353 } && test -s conftest$ac_exeext &&
4354 $as_test_x conftest$ac_exeext; then
4356 else
4357 echo "$as_me: failed program was:" >&5
4358 sed 's/^/| /' conftest.$ac_ext >&5
4360 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4361 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4362 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4364 else
4365 ac_check_lib_save_LIBS=$LIBS
4366 LIBS="-ldnet $LIBS"
4367 cat >conftest.$ac_ext <<_ACEOF
4368 /* confdefs.h. */
4369 _ACEOF
4370 cat confdefs.h >>conftest.$ac_ext
4371 cat >>conftest.$ac_ext <<_ACEOF
4372 /* end confdefs.h. */
4374 /* Override any GCC internal prototype to avoid an error.
4375 Use char because int might match the return type of a GCC
4376 builtin and then its argument prototype would still apply. */
4377 #ifdef __cplusplus
4378 extern "C"
4379 #endif
4380 char dnet_ntoa ();
4382 main ()
4384 return dnet_ntoa ();
4386 return 0;
4388 _ACEOF
4389 rm -f conftest.$ac_objext conftest$ac_exeext
4390 if { (ac_try="$ac_link"
4391 case "(($ac_try" in
4392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4393 *) ac_try_echo=$ac_try;;
4394 esac
4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4396 (eval "$ac_link") 2>conftest.er1
4397 ac_status=$?
4398 grep -v '^ *+' conftest.er1 >conftest.err
4399 rm -f conftest.er1
4400 cat conftest.err >&5
4401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4402 (exit $ac_status); } && {
4403 test -z "$ac_c_werror_flag" ||
4404 test ! -s conftest.err
4405 } && test -s conftest$ac_exeext &&
4406 $as_test_x conftest$ac_exeext; then
4407 ac_cv_lib_dnet_dnet_ntoa=yes
4408 else
4409 echo "$as_me: failed program was:" >&5
4410 sed 's/^/| /' conftest.$ac_ext >&5
4412 ac_cv_lib_dnet_dnet_ntoa=no
4415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4416 conftest$ac_exeext conftest.$ac_ext
4417 LIBS=$ac_check_lib_save_LIBS
4419 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4420 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4421 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4422 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4425 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4426 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4427 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4428 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4429 echo $ECHO_N "(cached) $ECHO_C" >&6
4430 else
4431 ac_check_lib_save_LIBS=$LIBS
4432 LIBS="-ldnet_stub $LIBS"
4433 cat >conftest.$ac_ext <<_ACEOF
4434 /* confdefs.h. */
4435 _ACEOF
4436 cat confdefs.h >>conftest.$ac_ext
4437 cat >>conftest.$ac_ext <<_ACEOF
4438 /* end confdefs.h. */
4440 /* Override any GCC internal prototype to avoid an error.
4441 Use char because int might match the return type of a GCC
4442 builtin and then its argument prototype would still apply. */
4443 #ifdef __cplusplus
4444 extern "C"
4445 #endif
4446 char dnet_ntoa ();
4448 main ()
4450 return dnet_ntoa ();
4452 return 0;
4454 _ACEOF
4455 rm -f conftest.$ac_objext conftest$ac_exeext
4456 if { (ac_try="$ac_link"
4457 case "(($ac_try" in
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4460 esac
4461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4462 (eval "$ac_link") 2>conftest.er1
4463 ac_status=$?
4464 grep -v '^ *+' conftest.er1 >conftest.err
4465 rm -f conftest.er1
4466 cat conftest.err >&5
4467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468 (exit $ac_status); } && {
4469 test -z "$ac_c_werror_flag" ||
4470 test ! -s conftest.err
4471 } && test -s conftest$ac_exeext &&
4472 $as_test_x conftest$ac_exeext; then
4473 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4474 else
4475 echo "$as_me: failed program was:" >&5
4476 sed 's/^/| /' conftest.$ac_ext >&5
4478 ac_cv_lib_dnet_stub_dnet_ntoa=no
4481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4482 conftest$ac_exeext conftest.$ac_ext
4483 LIBS=$ac_check_lib_save_LIBS
4485 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4486 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4487 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4488 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4495 conftest$ac_exeext conftest.$ac_ext
4496 LIBS="$ac_xsave_LIBS"
4498 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4499 # to get the SysV transport functions.
4500 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4501 # needs -lnsl.
4502 # The nsl library prevents programs from opening the X display
4503 # on Irix 5.2, according to T.E. Dickey.
4504 # The functions gethostbyname, getservbyname, and inet_addr are
4505 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4506 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4507 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4508 if test "${ac_cv_func_gethostbyname+set}" = set; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 else
4511 cat >conftest.$ac_ext <<_ACEOF
4512 /* confdefs.h. */
4513 _ACEOF
4514 cat confdefs.h >>conftest.$ac_ext
4515 cat >>conftest.$ac_ext <<_ACEOF
4516 /* end confdefs.h. */
4517 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4519 #define gethostbyname innocuous_gethostbyname
4521 /* System header to define __stub macros and hopefully few prototypes,
4522 which can conflict with char gethostbyname (); below.
4523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4524 <limits.h> exists even on freestanding compilers. */
4526 #ifdef __STDC__
4527 # include <limits.h>
4528 #else
4529 # include <assert.h>
4530 #endif
4532 #undef gethostbyname
4534 /* Override any GCC internal prototype to avoid an error.
4535 Use char because int might match the return type of a GCC
4536 builtin and then its argument prototype would still apply. */
4537 #ifdef __cplusplus
4538 extern "C"
4539 #endif
4540 char gethostbyname ();
4541 /* The GNU C library defines this for functions which it implements
4542 to always fail with ENOSYS. Some functions are actually named
4543 something starting with __ and the normal name is an alias. */
4544 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4545 choke me
4546 #endif
4549 main ()
4551 return gethostbyname ();
4553 return 0;
4555 _ACEOF
4556 rm -f conftest.$ac_objext conftest$ac_exeext
4557 if { (ac_try="$ac_link"
4558 case "(($ac_try" in
4559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4560 *) ac_try_echo=$ac_try;;
4561 esac
4562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4563 (eval "$ac_link") 2>conftest.er1
4564 ac_status=$?
4565 grep -v '^ *+' conftest.er1 >conftest.err
4566 rm -f conftest.er1
4567 cat conftest.err >&5
4568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569 (exit $ac_status); } && {
4570 test -z "$ac_c_werror_flag" ||
4571 test ! -s conftest.err
4572 } && test -s conftest$ac_exeext &&
4573 $as_test_x conftest$ac_exeext; then
4574 ac_cv_func_gethostbyname=yes
4575 else
4576 echo "$as_me: failed program was:" >&5
4577 sed 's/^/| /' conftest.$ac_ext >&5
4579 ac_cv_func_gethostbyname=no
4582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4583 conftest$ac_exeext conftest.$ac_ext
4585 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4586 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4588 if test $ac_cv_func_gethostbyname = no; then
4589 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4590 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4591 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4592 echo $ECHO_N "(cached) $ECHO_C" >&6
4593 else
4594 ac_check_lib_save_LIBS=$LIBS
4595 LIBS="-lnsl $LIBS"
4596 cat >conftest.$ac_ext <<_ACEOF
4597 /* confdefs.h. */
4598 _ACEOF
4599 cat confdefs.h >>conftest.$ac_ext
4600 cat >>conftest.$ac_ext <<_ACEOF
4601 /* end confdefs.h. */
4603 /* Override any GCC internal prototype to avoid an error.
4604 Use char because int might match the return type of a GCC
4605 builtin and then its argument prototype would still apply. */
4606 #ifdef __cplusplus
4607 extern "C"
4608 #endif
4609 char gethostbyname ();
4611 main ()
4613 return gethostbyname ();
4615 return 0;
4617 _ACEOF
4618 rm -f conftest.$ac_objext conftest$ac_exeext
4619 if { (ac_try="$ac_link"
4620 case "(($ac_try" in
4621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622 *) ac_try_echo=$ac_try;;
4623 esac
4624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4625 (eval "$ac_link") 2>conftest.er1
4626 ac_status=$?
4627 grep -v '^ *+' conftest.er1 >conftest.err
4628 rm -f conftest.er1
4629 cat conftest.err >&5
4630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4631 (exit $ac_status); } && {
4632 test -z "$ac_c_werror_flag" ||
4633 test ! -s conftest.err
4634 } && test -s conftest$ac_exeext &&
4635 $as_test_x conftest$ac_exeext; then
4636 ac_cv_lib_nsl_gethostbyname=yes
4637 else
4638 echo "$as_me: failed program was:" >&5
4639 sed 's/^/| /' conftest.$ac_ext >&5
4641 ac_cv_lib_nsl_gethostbyname=no
4644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4645 conftest$ac_exeext conftest.$ac_ext
4646 LIBS=$ac_check_lib_save_LIBS
4648 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4649 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4650 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4654 if test $ac_cv_lib_nsl_gethostbyname = no; then
4655 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4656 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4657 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4658 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 else
4660 ac_check_lib_save_LIBS=$LIBS
4661 LIBS="-lbsd $LIBS"
4662 cat >conftest.$ac_ext <<_ACEOF
4663 /* confdefs.h. */
4664 _ACEOF
4665 cat confdefs.h >>conftest.$ac_ext
4666 cat >>conftest.$ac_ext <<_ACEOF
4667 /* end confdefs.h. */
4669 /* Override any GCC internal prototype to avoid an error.
4670 Use char because int might match the return type of a GCC
4671 builtin and then its argument prototype would still apply. */
4672 #ifdef __cplusplus
4673 extern "C"
4674 #endif
4675 char gethostbyname ();
4677 main ()
4679 return gethostbyname ();
4681 return 0;
4683 _ACEOF
4684 rm -f conftest.$ac_objext conftest$ac_exeext
4685 if { (ac_try="$ac_link"
4686 case "(($ac_try" in
4687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4688 *) ac_try_echo=$ac_try;;
4689 esac
4690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4691 (eval "$ac_link") 2>conftest.er1
4692 ac_status=$?
4693 grep -v '^ *+' conftest.er1 >conftest.err
4694 rm -f conftest.er1
4695 cat conftest.err >&5
4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4697 (exit $ac_status); } && {
4698 test -z "$ac_c_werror_flag" ||
4699 test ! -s conftest.err
4700 } && test -s conftest$ac_exeext &&
4701 $as_test_x conftest$ac_exeext; then
4702 ac_cv_lib_bsd_gethostbyname=yes
4703 else
4704 echo "$as_me: failed program was:" >&5
4705 sed 's/^/| /' conftest.$ac_ext >&5
4707 ac_cv_lib_bsd_gethostbyname=no
4710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4711 conftest$ac_exeext conftest.$ac_ext
4712 LIBS=$ac_check_lib_save_LIBS
4714 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4715 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4716 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4717 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4723 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4724 # socket/setsockopt and other routines are undefined under SCO ODT
4725 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4726 # on later versions), says Simon Leinen: it contains gethostby*
4727 # variants that don't use the name server (or something). -lsocket
4728 # must be given before -lnsl if both are needed. We assume that
4729 # if connect needs -lnsl, so does gethostbyname.
4730 { echo "$as_me:$LINENO: checking for connect" >&5
4731 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4732 if test "${ac_cv_func_connect+set}" = set; then
4733 echo $ECHO_N "(cached) $ECHO_C" >&6
4734 else
4735 cat >conftest.$ac_ext <<_ACEOF
4736 /* confdefs.h. */
4737 _ACEOF
4738 cat confdefs.h >>conftest.$ac_ext
4739 cat >>conftest.$ac_ext <<_ACEOF
4740 /* end confdefs.h. */
4741 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4743 #define connect innocuous_connect
4745 /* System header to define __stub macros and hopefully few prototypes,
4746 which can conflict with char connect (); below.
4747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4748 <limits.h> exists even on freestanding compilers. */
4750 #ifdef __STDC__
4751 # include <limits.h>
4752 #else
4753 # include <assert.h>
4754 #endif
4756 #undef connect
4758 /* Override any GCC internal prototype to avoid an error.
4759 Use char because int might match the return type of a GCC
4760 builtin and then its argument prototype would still apply. */
4761 #ifdef __cplusplus
4762 extern "C"
4763 #endif
4764 char connect ();
4765 /* The GNU C library defines this for functions which it implements
4766 to always fail with ENOSYS. Some functions are actually named
4767 something starting with __ and the normal name is an alias. */
4768 #if defined __stub_connect || defined __stub___connect
4769 choke me
4770 #endif
4773 main ()
4775 return connect ();
4777 return 0;
4779 _ACEOF
4780 rm -f conftest.$ac_objext conftest$ac_exeext
4781 if { (ac_try="$ac_link"
4782 case "(($ac_try" in
4783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4784 *) ac_try_echo=$ac_try;;
4785 esac
4786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4787 (eval "$ac_link") 2>conftest.er1
4788 ac_status=$?
4789 grep -v '^ *+' conftest.er1 >conftest.err
4790 rm -f conftest.er1
4791 cat conftest.err >&5
4792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793 (exit $ac_status); } && {
4794 test -z "$ac_c_werror_flag" ||
4795 test ! -s conftest.err
4796 } && test -s conftest$ac_exeext &&
4797 $as_test_x conftest$ac_exeext; then
4798 ac_cv_func_connect=yes
4799 else
4800 echo "$as_me: failed program was:" >&5
4801 sed 's/^/| /' conftest.$ac_ext >&5
4803 ac_cv_func_connect=no
4806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4807 conftest$ac_exeext conftest.$ac_ext
4809 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4810 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4812 if test $ac_cv_func_connect = no; then
4813 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4814 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4815 if test "${ac_cv_lib_socket_connect+set}" = set; then
4816 echo $ECHO_N "(cached) $ECHO_C" >&6
4817 else
4818 ac_check_lib_save_LIBS=$LIBS
4819 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4820 cat >conftest.$ac_ext <<_ACEOF
4821 /* confdefs.h. */
4822 _ACEOF
4823 cat confdefs.h >>conftest.$ac_ext
4824 cat >>conftest.$ac_ext <<_ACEOF
4825 /* end confdefs.h. */
4827 /* Override any GCC internal prototype to avoid an error.
4828 Use char because int might match the return type of a GCC
4829 builtin and then its argument prototype would still apply. */
4830 #ifdef __cplusplus
4831 extern "C"
4832 #endif
4833 char connect ();
4835 main ()
4837 return connect ();
4839 return 0;
4841 _ACEOF
4842 rm -f conftest.$ac_objext conftest$ac_exeext
4843 if { (ac_try="$ac_link"
4844 case "(($ac_try" in
4845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4846 *) ac_try_echo=$ac_try;;
4847 esac
4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4849 (eval "$ac_link") 2>conftest.er1
4850 ac_status=$?
4851 grep -v '^ *+' conftest.er1 >conftest.err
4852 rm -f conftest.er1
4853 cat conftest.err >&5
4854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4855 (exit $ac_status); } && {
4856 test -z "$ac_c_werror_flag" ||
4857 test ! -s conftest.err
4858 } && test -s conftest$ac_exeext &&
4859 $as_test_x conftest$ac_exeext; then
4860 ac_cv_lib_socket_connect=yes
4861 else
4862 echo "$as_me: failed program was:" >&5
4863 sed 's/^/| /' conftest.$ac_ext >&5
4865 ac_cv_lib_socket_connect=no
4868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4869 conftest$ac_exeext conftest.$ac_ext
4870 LIBS=$ac_check_lib_save_LIBS
4872 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4873 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4874 if test $ac_cv_lib_socket_connect = yes; then
4875 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4880 # Guillermo Gomez says -lposix is necessary on A/UX.
4881 { echo "$as_me:$LINENO: checking for remove" >&5
4882 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4883 if test "${ac_cv_func_remove+set}" = set; then
4884 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 else
4886 cat >conftest.$ac_ext <<_ACEOF
4887 /* confdefs.h. */
4888 _ACEOF
4889 cat confdefs.h >>conftest.$ac_ext
4890 cat >>conftest.$ac_ext <<_ACEOF
4891 /* end confdefs.h. */
4892 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4894 #define remove innocuous_remove
4896 /* System header to define __stub macros and hopefully few prototypes,
4897 which can conflict with char remove (); below.
4898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4899 <limits.h> exists even on freestanding compilers. */
4901 #ifdef __STDC__
4902 # include <limits.h>
4903 #else
4904 # include <assert.h>
4905 #endif
4907 #undef remove
4909 /* Override any GCC internal prototype to avoid an error.
4910 Use char because int might match the return type of a GCC
4911 builtin and then its argument prototype would still apply. */
4912 #ifdef __cplusplus
4913 extern "C"
4914 #endif
4915 char remove ();
4916 /* The GNU C library defines this for functions which it implements
4917 to always fail with ENOSYS. Some functions are actually named
4918 something starting with __ and the normal name is an alias. */
4919 #if defined __stub_remove || defined __stub___remove
4920 choke me
4921 #endif
4924 main ()
4926 return remove ();
4928 return 0;
4930 _ACEOF
4931 rm -f conftest.$ac_objext conftest$ac_exeext
4932 if { (ac_try="$ac_link"
4933 case "(($ac_try" in
4934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4935 *) ac_try_echo=$ac_try;;
4936 esac
4937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4938 (eval "$ac_link") 2>conftest.er1
4939 ac_status=$?
4940 grep -v '^ *+' conftest.er1 >conftest.err
4941 rm -f conftest.er1
4942 cat conftest.err >&5
4943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944 (exit $ac_status); } && {
4945 test -z "$ac_c_werror_flag" ||
4946 test ! -s conftest.err
4947 } && test -s conftest$ac_exeext &&
4948 $as_test_x conftest$ac_exeext; then
4949 ac_cv_func_remove=yes
4950 else
4951 echo "$as_me: failed program was:" >&5
4952 sed 's/^/| /' conftest.$ac_ext >&5
4954 ac_cv_func_remove=no
4957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4958 conftest$ac_exeext conftest.$ac_ext
4960 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4961 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4963 if test $ac_cv_func_remove = no; then
4964 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4965 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4966 if test "${ac_cv_lib_posix_remove+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4968 else
4969 ac_check_lib_save_LIBS=$LIBS
4970 LIBS="-lposix $LIBS"
4971 cat >conftest.$ac_ext <<_ACEOF
4972 /* confdefs.h. */
4973 _ACEOF
4974 cat confdefs.h >>conftest.$ac_ext
4975 cat >>conftest.$ac_ext <<_ACEOF
4976 /* end confdefs.h. */
4978 /* Override any GCC internal prototype to avoid an error.
4979 Use char because int might match the return type of a GCC
4980 builtin and then its argument prototype would still apply. */
4981 #ifdef __cplusplus
4982 extern "C"
4983 #endif
4984 char remove ();
4986 main ()
4988 return remove ();
4990 return 0;
4992 _ACEOF
4993 rm -f conftest.$ac_objext conftest$ac_exeext
4994 if { (ac_try="$ac_link"
4995 case "(($ac_try" in
4996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4997 *) ac_try_echo=$ac_try;;
4998 esac
4999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5000 (eval "$ac_link") 2>conftest.er1
5001 ac_status=$?
5002 grep -v '^ *+' conftest.er1 >conftest.err
5003 rm -f conftest.er1
5004 cat conftest.err >&5
5005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5006 (exit $ac_status); } && {
5007 test -z "$ac_c_werror_flag" ||
5008 test ! -s conftest.err
5009 } && test -s conftest$ac_exeext &&
5010 $as_test_x conftest$ac_exeext; then
5011 ac_cv_lib_posix_remove=yes
5012 else
5013 echo "$as_me: failed program was:" >&5
5014 sed 's/^/| /' conftest.$ac_ext >&5
5016 ac_cv_lib_posix_remove=no
5019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5020 conftest$ac_exeext conftest.$ac_ext
5021 LIBS=$ac_check_lib_save_LIBS
5023 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5024 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5025 if test $ac_cv_lib_posix_remove = yes; then
5026 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5031 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5032 { echo "$as_me:$LINENO: checking for shmat" >&5
5033 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5034 if test "${ac_cv_func_shmat+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5036 else
5037 cat >conftest.$ac_ext <<_ACEOF
5038 /* confdefs.h. */
5039 _ACEOF
5040 cat confdefs.h >>conftest.$ac_ext
5041 cat >>conftest.$ac_ext <<_ACEOF
5042 /* end confdefs.h. */
5043 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5044 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5045 #define shmat innocuous_shmat
5047 /* System header to define __stub macros and hopefully few prototypes,
5048 which can conflict with char shmat (); below.
5049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5050 <limits.h> exists even on freestanding compilers. */
5052 #ifdef __STDC__
5053 # include <limits.h>
5054 #else
5055 # include <assert.h>
5056 #endif
5058 #undef shmat
5060 /* Override any GCC internal prototype to avoid an error.
5061 Use char because int might match the return type of a GCC
5062 builtin and then its argument prototype would still apply. */
5063 #ifdef __cplusplus
5064 extern "C"
5065 #endif
5066 char shmat ();
5067 /* The GNU C library defines this for functions which it implements
5068 to always fail with ENOSYS. Some functions are actually named
5069 something starting with __ and the normal name is an alias. */
5070 #if defined __stub_shmat || defined __stub___shmat
5071 choke me
5072 #endif
5075 main ()
5077 return shmat ();
5079 return 0;
5081 _ACEOF
5082 rm -f conftest.$ac_objext conftest$ac_exeext
5083 if { (ac_try="$ac_link"
5084 case "(($ac_try" in
5085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5086 *) ac_try_echo=$ac_try;;
5087 esac
5088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5089 (eval "$ac_link") 2>conftest.er1
5090 ac_status=$?
5091 grep -v '^ *+' conftest.er1 >conftest.err
5092 rm -f conftest.er1
5093 cat conftest.err >&5
5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5095 (exit $ac_status); } && {
5096 test -z "$ac_c_werror_flag" ||
5097 test ! -s conftest.err
5098 } && test -s conftest$ac_exeext &&
5099 $as_test_x conftest$ac_exeext; then
5100 ac_cv_func_shmat=yes
5101 else
5102 echo "$as_me: failed program was:" >&5
5103 sed 's/^/| /' conftest.$ac_ext >&5
5105 ac_cv_func_shmat=no
5108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5109 conftest$ac_exeext conftest.$ac_ext
5111 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5112 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5114 if test $ac_cv_func_shmat = no; then
5115 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5116 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5117 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5118 echo $ECHO_N "(cached) $ECHO_C" >&6
5119 else
5120 ac_check_lib_save_LIBS=$LIBS
5121 LIBS="-lipc $LIBS"
5122 cat >conftest.$ac_ext <<_ACEOF
5123 /* confdefs.h. */
5124 _ACEOF
5125 cat confdefs.h >>conftest.$ac_ext
5126 cat >>conftest.$ac_ext <<_ACEOF
5127 /* end confdefs.h. */
5129 /* Override any GCC internal prototype to avoid an error.
5130 Use char because int might match the return type of a GCC
5131 builtin and then its argument prototype would still apply. */
5132 #ifdef __cplusplus
5133 extern "C"
5134 #endif
5135 char shmat ();
5137 main ()
5139 return shmat ();
5141 return 0;
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5149 esac
5150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5151 (eval "$ac_link") 2>conftest.er1
5152 ac_status=$?
5153 grep -v '^ *+' conftest.er1 >conftest.err
5154 rm -f conftest.er1
5155 cat conftest.err >&5
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); } && {
5158 test -z "$ac_c_werror_flag" ||
5159 test ! -s conftest.err
5160 } && test -s conftest$ac_exeext &&
5161 $as_test_x conftest$ac_exeext; then
5162 ac_cv_lib_ipc_shmat=yes
5163 else
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.$ac_ext >&5
5167 ac_cv_lib_ipc_shmat=no
5170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5171 conftest$ac_exeext conftest.$ac_ext
5172 LIBS=$ac_check_lib_save_LIBS
5174 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5175 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5176 if test $ac_cv_lib_ipc_shmat = yes; then
5177 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5183 # Check for libraries that X11R6 Xt/Xaw programs need.
5184 ac_save_LDFLAGS=$LDFLAGS
5185 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5186 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5187 # check for ICE first), but we must link in the order -lSM -lICE or
5188 # we get undefined symbols. So assume we have SM if we have ICE.
5189 # These have to be linked with before -lX11, unlike the other
5190 # libraries we check for below, so use a different variable.
5191 # John Interrante, Karl Berry
5192 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5193 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5209 #ifdef __cplusplus
5210 extern "C"
5211 #endif
5212 char IceConnectionNumber ();
5214 main ()
5216 return IceConnectionNumber ();
5218 return 0;
5220 _ACEOF
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5223 case "(($ac_try" in
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5226 esac
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5229 ac_status=$?
5230 grep -v '^ *+' conftest.er1 >conftest.err
5231 rm -f conftest.er1
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_ICE_IceConnectionNumber=yes
5240 else
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.$ac_ext >&5
5244 ac_cv_lib_ICE_IceConnectionNumber=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5252 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5253 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5254 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5257 LDFLAGS=$ac_save_LDFLAGS
5262 for ac_prog in flex
5264 # Extract the first word of "$ac_prog", so it can be a program name with args.
5265 set dummy $ac_prog; ac_word=$2
5266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5268 if test "${ac_cv_prog_FLEX+set}" = set; then
5269 echo $ECHO_N "(cached) $ECHO_C" >&6
5270 else
5271 if test -n "$FLEX"; then
5272 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5273 else
5274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5275 for as_dir in $PATH
5277 IFS=$as_save_IFS
5278 test -z "$as_dir" && as_dir=.
5279 for ac_exec_ext in '' $ac_executable_extensions; do
5280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5281 ac_cv_prog_FLEX="$ac_prog"
5282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5283 break 2
5285 done
5286 done
5287 IFS=$as_save_IFS
5291 FLEX=$ac_cv_prog_FLEX
5292 if test -n "$FLEX"; then
5293 { echo "$as_me:$LINENO: result: $FLEX" >&5
5294 echo "${ECHO_T}$FLEX" >&6; }
5295 else
5296 { echo "$as_me:$LINENO: result: no" >&5
5297 echo "${ECHO_T}no" >&6; }
5301 test -n "$FLEX" && break
5302 done
5303 test -n "$FLEX" || FLEX="none"
5305 if test "$FLEX" = "none"
5306 then
5307 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5308 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5309 { (exit 1); exit 1; }; }
5312 for ac_prog in bison
5314 # Extract the first word of "$ac_prog", so it can be a program name with args.
5315 set dummy $ac_prog; ac_word=$2
5316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5318 if test "${ac_cv_prog_BISON+set}" = set; then
5319 echo $ECHO_N "(cached) $ECHO_C" >&6
5320 else
5321 if test -n "$BISON"; then
5322 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5323 else
5324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5325 for as_dir in $PATH
5327 IFS=$as_save_IFS
5328 test -z "$as_dir" && as_dir=.
5329 for ac_exec_ext in '' $ac_executable_extensions; do
5330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5331 ac_cv_prog_BISON="$ac_prog"
5332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 break 2
5335 done
5336 done
5337 IFS=$as_save_IFS
5341 BISON=$ac_cv_prog_BISON
5342 if test -n "$BISON"; then
5343 { echo "$as_me:$LINENO: result: $BISON" >&5
5344 echo "${ECHO_T}$BISON" >&6; }
5345 else
5346 { echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6; }
5351 test -n "$BISON" && break
5352 done
5353 test -n "$BISON" || BISON="none"
5355 if test "$BISON" = "none"
5356 then
5357 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5358 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5359 { (exit 1); exit 1; }; }
5362 if test -n "$ac_tool_prefix"; then
5363 for ac_prog in gas as
5365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5366 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5369 if test "${ac_cv_prog_AS+set}" = set; then
5370 echo $ECHO_N "(cached) $ECHO_C" >&6
5371 else
5372 if test -n "$AS"; then
5373 ac_cv_prog_AS="$AS" # Let the user override the test.
5374 else
5375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376 for as_dir in $PATH
5378 IFS=$as_save_IFS
5379 test -z "$as_dir" && as_dir=.
5380 for ac_exec_ext in '' $ac_executable_extensions; do
5381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5382 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5383 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5384 break 2
5386 done
5387 done
5388 IFS=$as_save_IFS
5392 AS=$ac_cv_prog_AS
5393 if test -n "$AS"; then
5394 { echo "$as_me:$LINENO: result: $AS" >&5
5395 echo "${ECHO_T}$AS" >&6; }
5396 else
5397 { echo "$as_me:$LINENO: result: no" >&5
5398 echo "${ECHO_T}no" >&6; }
5402 test -n "$AS" && break
5403 done
5405 if test -z "$AS"; then
5406 ac_ct_AS=$AS
5407 for ac_prog in gas as
5409 # Extract the first word of "$ac_prog", so it can be a program name with args.
5410 set dummy $ac_prog; ac_word=$2
5411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5413 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5414 echo $ECHO_N "(cached) $ECHO_C" >&6
5415 else
5416 if test -n "$ac_ct_AS"; then
5417 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5418 else
5419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5420 for as_dir in $PATH
5422 IFS=$as_save_IFS
5423 test -z "$as_dir" && as_dir=.
5424 for ac_exec_ext in '' $ac_executable_extensions; do
5425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5426 ac_cv_prog_ac_ct_AS="$ac_prog"
5427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 break 2
5430 done
5431 done
5432 IFS=$as_save_IFS
5436 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5437 if test -n "$ac_ct_AS"; then
5438 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5439 echo "${ECHO_T}$ac_ct_AS" >&6; }
5440 else
5441 { echo "$as_me:$LINENO: result: no" >&5
5442 echo "${ECHO_T}no" >&6; }
5446 test -n "$ac_ct_AS" && break
5447 done
5449 if test "x$ac_ct_AS" = x; then
5450 AS="as"
5451 else
5452 case $cross_compiling:$ac_tool_warned in
5453 yes:)
5454 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5455 whose name does not start with the host triplet. If you think this
5456 configuration is useful to you, please write to autoconf@gnu.org." >&5
5457 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5458 whose name does not start with the host triplet. If you think this
5459 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5460 ac_tool_warned=yes ;;
5461 esac
5462 AS=$ac_ct_AS
5466 if test -n "$ac_tool_prefix"; then
5467 for ac_prog in ld gld
5469 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5470 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5473 if test "${ac_cv_prog_LD+set}" = set; then
5474 echo $ECHO_N "(cached) $ECHO_C" >&6
5475 else
5476 if test -n "$LD"; then
5477 ac_cv_prog_LD="$LD" # Let the user override the test.
5478 else
5479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5480 for as_dir in $PATH
5482 IFS=$as_save_IFS
5483 test -z "$as_dir" && as_dir=.
5484 for ac_exec_ext in '' $ac_executable_extensions; do
5485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5486 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5488 break 2
5490 done
5491 done
5492 IFS=$as_save_IFS
5496 LD=$ac_cv_prog_LD
5497 if test -n "$LD"; then
5498 { echo "$as_me:$LINENO: result: $LD" >&5
5499 echo "${ECHO_T}$LD" >&6; }
5500 else
5501 { echo "$as_me:$LINENO: result: no" >&5
5502 echo "${ECHO_T}no" >&6; }
5506 test -n "$LD" && break
5507 done
5509 if test -z "$LD"; then
5510 ac_ct_LD=$LD
5511 for ac_prog in ld gld
5513 # Extract the first word of "$ac_prog", so it can be a program name with args.
5514 set dummy $ac_prog; ac_word=$2
5515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5517 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5518 echo $ECHO_N "(cached) $ECHO_C" >&6
5519 else
5520 if test -n "$ac_ct_LD"; then
5521 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5522 else
5523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5524 for as_dir in $PATH
5526 IFS=$as_save_IFS
5527 test -z "$as_dir" && as_dir=.
5528 for ac_exec_ext in '' $ac_executable_extensions; do
5529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5530 ac_cv_prog_ac_ct_LD="$ac_prog"
5531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 break 2
5534 done
5535 done
5536 IFS=$as_save_IFS
5540 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5541 if test -n "$ac_ct_LD"; then
5542 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5543 echo "${ECHO_T}$ac_ct_LD" >&6; }
5544 else
5545 { echo "$as_me:$LINENO: result: no" >&5
5546 echo "${ECHO_T}no" >&6; }
5550 test -n "$ac_ct_LD" && break
5551 done
5553 if test "x$ac_ct_LD" = x; then
5554 LD="ld"
5555 else
5556 case $cross_compiling:$ac_tool_warned in
5557 yes:)
5558 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5559 whose name does not start with the host triplet. If you think this
5560 configuration is useful to you, please write to autoconf@gnu.org." >&5
5561 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5562 whose name does not start with the host triplet. If you think this
5563 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5564 ac_tool_warned=yes ;;
5565 esac
5566 LD=$ac_ct_LD
5570 if test -n "$ac_tool_prefix"; then
5571 for ac_prog in nm gnm
5573 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5574 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5577 if test "${ac_cv_prog_NM+set}" = set; then
5578 echo $ECHO_N "(cached) $ECHO_C" >&6
5579 else
5580 if test -n "$NM"; then
5581 ac_cv_prog_NM="$NM" # Let the user override the test.
5582 else
5583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5584 for as_dir in $PATH
5586 IFS=$as_save_IFS
5587 test -z "$as_dir" && as_dir=.
5588 for ac_exec_ext in '' $ac_executable_extensions; do
5589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5590 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5592 break 2
5594 done
5595 done
5596 IFS=$as_save_IFS
5600 NM=$ac_cv_prog_NM
5601 if test -n "$NM"; then
5602 { echo "$as_me:$LINENO: result: $NM" >&5
5603 echo "${ECHO_T}$NM" >&6; }
5604 else
5605 { echo "$as_me:$LINENO: result: no" >&5
5606 echo "${ECHO_T}no" >&6; }
5610 test -n "$NM" && break
5611 done
5613 if test -z "$NM"; then
5614 ac_ct_NM=$NM
5615 for ac_prog in nm gnm
5617 # Extract the first word of "$ac_prog", so it can be a program name with args.
5618 set dummy $ac_prog; ac_word=$2
5619 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5621 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5622 echo $ECHO_N "(cached) $ECHO_C" >&6
5623 else
5624 if test -n "$ac_ct_NM"; then
5625 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5626 else
5627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5628 for as_dir in $PATH
5630 IFS=$as_save_IFS
5631 test -z "$as_dir" && as_dir=.
5632 for ac_exec_ext in '' $ac_executable_extensions; do
5633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5634 ac_cv_prog_ac_ct_NM="$ac_prog"
5635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5636 break 2
5638 done
5639 done
5640 IFS=$as_save_IFS
5644 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5645 if test -n "$ac_ct_NM"; then
5646 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5647 echo "${ECHO_T}$ac_ct_NM" >&6; }
5648 else
5649 { echo "$as_me:$LINENO: result: no" >&5
5650 echo "${ECHO_T}no" >&6; }
5654 test -n "$ac_ct_NM" && break
5655 done
5657 if test "x$ac_ct_NM" = x; then
5658 NM="nm"
5659 else
5660 case $cross_compiling:$ac_tool_warned in
5661 yes:)
5662 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5663 whose name does not start with the host triplet. If you think this
5664 configuration is useful to you, please write to autoconf@gnu.org." >&5
5665 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet. If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5668 ac_tool_warned=yes ;;
5669 esac
5670 NM=$ac_ct_NM
5674 if test -n "$ac_tool_prefix"; then
5675 for ac_prog in ar gar
5677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5678 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5681 if test "${ac_cv_prog_AR+set}" = set; then
5682 echo $ECHO_N "(cached) $ECHO_C" >&6
5683 else
5684 if test -n "$AR"; then
5685 ac_cv_prog_AR="$AR" # Let the user override the test.
5686 else
5687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5688 for as_dir in $PATH
5690 IFS=$as_save_IFS
5691 test -z "$as_dir" && as_dir=.
5692 for ac_exec_ext in '' $ac_executable_extensions; do
5693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5694 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5696 break 2
5698 done
5699 done
5700 IFS=$as_save_IFS
5704 AR=$ac_cv_prog_AR
5705 if test -n "$AR"; then
5706 { echo "$as_me:$LINENO: result: $AR" >&5
5707 echo "${ECHO_T}$AR" >&6; }
5708 else
5709 { echo "$as_me:$LINENO: result: no" >&5
5710 echo "${ECHO_T}no" >&6; }
5714 test -n "$AR" && break
5715 done
5717 if test -z "$AR"; then
5718 ac_ct_AR=$AR
5719 for ac_prog in ar gar
5721 # Extract the first word of "$ac_prog", so it can be a program name with args.
5722 set dummy $ac_prog; ac_word=$2
5723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5725 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5726 echo $ECHO_N "(cached) $ECHO_C" >&6
5727 else
5728 if test -n "$ac_ct_AR"; then
5729 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5730 else
5731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5732 for as_dir in $PATH
5734 IFS=$as_save_IFS
5735 test -z "$as_dir" && as_dir=.
5736 for ac_exec_ext in '' $ac_executable_extensions; do
5737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5738 ac_cv_prog_ac_ct_AR="$ac_prog"
5739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 break 2
5742 done
5743 done
5744 IFS=$as_save_IFS
5748 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5749 if test -n "$ac_ct_AR"; then
5750 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5751 echo "${ECHO_T}$ac_ct_AR" >&6; }
5752 else
5753 { echo "$as_me:$LINENO: result: no" >&5
5754 echo "${ECHO_T}no" >&6; }
5758 test -n "$ac_ct_AR" && break
5759 done
5761 if test "x$ac_ct_AR" = x; then
5762 AR="ar"
5763 else
5764 case $cross_compiling:$ac_tool_warned in
5765 yes:)
5766 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5767 whose name does not start with the host triplet. If you think this
5768 configuration is useful to you, please write to autoconf@gnu.org." >&5
5769 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5770 whose name does not start with the host triplet. If you think this
5771 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5772 ac_tool_warned=yes ;;
5773 esac
5774 AR=$ac_ct_AR
5778 ARFLAGS=rc
5780 if test -n "$ac_tool_prefix"; then
5781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5782 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5783 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5785 if test "${ac_cv_prog_RANLIB+set}" = set; then
5786 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 else
5788 if test -n "$RANLIB"; then
5789 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5790 else
5791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5792 for as_dir in $PATH
5794 IFS=$as_save_IFS
5795 test -z "$as_dir" && as_dir=.
5796 for ac_exec_ext in '' $ac_executable_extensions; do
5797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5798 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5800 break 2
5802 done
5803 done
5804 IFS=$as_save_IFS
5808 RANLIB=$ac_cv_prog_RANLIB
5809 if test -n "$RANLIB"; then
5810 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5811 echo "${ECHO_T}$RANLIB" >&6; }
5812 else
5813 { echo "$as_me:$LINENO: result: no" >&5
5814 echo "${ECHO_T}no" >&6; }
5819 if test -z "$ac_cv_prog_RANLIB"; then
5820 ac_ct_RANLIB=$RANLIB
5821 # Extract the first word of "ranlib", so it can be a program name with args.
5822 set dummy ranlib; ac_word=$2
5823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5825 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5826 echo $ECHO_N "(cached) $ECHO_C" >&6
5827 else
5828 if test -n "$ac_ct_RANLIB"; then
5829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5830 else
5831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5832 for as_dir in $PATH
5834 IFS=$as_save_IFS
5835 test -z "$as_dir" && as_dir=.
5836 for ac_exec_ext in '' $ac_executable_extensions; do
5837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5838 ac_cv_prog_ac_ct_RANLIB="ranlib"
5839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 break 2
5842 done
5843 done
5844 IFS=$as_save_IFS
5848 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5849 if test -n "$ac_ct_RANLIB"; then
5850 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5851 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5852 else
5853 { echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6; }
5857 if test "x$ac_ct_RANLIB" = x; then
5858 RANLIB=":"
5859 else
5860 case $cross_compiling:$ac_tool_warned in
5861 yes:)
5862 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5863 whose name does not start with the host triplet. If you think this
5864 configuration is useful to you, please write to autoconf@gnu.org." >&5
5865 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5866 whose name does not start with the host triplet. If you think this
5867 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5868 ac_tool_warned=yes ;;
5869 esac
5870 RANLIB=$ac_ct_RANLIB
5872 else
5873 RANLIB="$ac_cv_prog_RANLIB"
5876 if test -n "$ac_tool_prefix"; then
5877 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5878 set dummy ${ac_tool_prefix}strip; ac_word=$2
5879 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5881 if test "${ac_cv_prog_STRIP+set}" = set; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6
5883 else
5884 if test -n "$STRIP"; then
5885 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5886 else
5887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888 for as_dir in $PATH
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_exec_ext in '' $ac_executable_extensions; do
5893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5894 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 break 2
5898 done
5899 done
5900 IFS=$as_save_IFS
5904 STRIP=$ac_cv_prog_STRIP
5905 if test -n "$STRIP"; then
5906 { echo "$as_me:$LINENO: result: $STRIP" >&5
5907 echo "${ECHO_T}$STRIP" >&6; }
5908 else
5909 { echo "$as_me:$LINENO: result: no" >&5
5910 echo "${ECHO_T}no" >&6; }
5915 if test -z "$ac_cv_prog_STRIP"; then
5916 ac_ct_STRIP=$STRIP
5917 # Extract the first word of "strip", so it can be a program name with args.
5918 set dummy strip; ac_word=$2
5919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5921 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5922 echo $ECHO_N "(cached) $ECHO_C" >&6
5923 else
5924 if test -n "$ac_ct_STRIP"; then
5925 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5926 else
5927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928 for as_dir in $PATH
5930 IFS=$as_save_IFS
5931 test -z "$as_dir" && as_dir=.
5932 for ac_exec_ext in '' $ac_executable_extensions; do
5933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5934 ac_cv_prog_ac_ct_STRIP="strip"
5935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 break 2
5938 done
5939 done
5940 IFS=$as_save_IFS
5944 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5945 if test -n "$ac_ct_STRIP"; then
5946 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5947 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5948 else
5949 { echo "$as_me:$LINENO: result: no" >&5
5950 echo "${ECHO_T}no" >&6; }
5953 if test "x$ac_ct_STRIP" = x; then
5954 STRIP="strip"
5955 else
5956 case $cross_compiling:$ac_tool_warned in
5957 yes:)
5958 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5959 whose name does not start with the host triplet. If you think this
5960 configuration is useful to you, please write to autoconf@gnu.org." >&5
5961 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5962 whose name does not start with the host triplet. If you think this
5963 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5964 ac_tool_warned=yes ;;
5965 esac
5966 STRIP=$ac_ct_STRIP
5968 else
5969 STRIP="$ac_cv_prog_STRIP"
5972 if test -n "$ac_tool_prefix"; then
5973 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5974 set dummy ${ac_tool_prefix}windres; ac_word=$2
5975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5977 if test "${ac_cv_prog_WINDRES+set}" = set; then
5978 echo $ECHO_N "(cached) $ECHO_C" >&6
5979 else
5980 if test -n "$WINDRES"; then
5981 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5982 else
5983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5984 for as_dir in $PATH
5986 IFS=$as_save_IFS
5987 test -z "$as_dir" && as_dir=.
5988 for ac_exec_ext in '' $ac_executable_extensions; do
5989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5990 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 break 2
5994 done
5995 done
5996 IFS=$as_save_IFS
6000 WINDRES=$ac_cv_prog_WINDRES
6001 if test -n "$WINDRES"; then
6002 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6003 echo "${ECHO_T}$WINDRES" >&6; }
6004 else
6005 { echo "$as_me:$LINENO: result: no" >&5
6006 echo "${ECHO_T}no" >&6; }
6011 if test -z "$ac_cv_prog_WINDRES"; then
6012 ac_ct_WINDRES=$WINDRES
6013 # Extract the first word of "windres", so it can be a program name with args.
6014 set dummy windres; ac_word=$2
6015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6017 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6018 echo $ECHO_N "(cached) $ECHO_C" >&6
6019 else
6020 if test -n "$ac_ct_WINDRES"; then
6021 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6022 else
6023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6024 for as_dir in $PATH
6026 IFS=$as_save_IFS
6027 test -z "$as_dir" && as_dir=.
6028 for ac_exec_ext in '' $ac_executable_extensions; do
6029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6030 ac_cv_prog_ac_ct_WINDRES="windres"
6031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 break 2
6034 done
6035 done
6036 IFS=$as_save_IFS
6040 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6041 if test -n "$ac_ct_WINDRES"; then
6042 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6043 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6044 else
6045 { echo "$as_me:$LINENO: result: no" >&5
6046 echo "${ECHO_T}no" >&6; }
6049 if test "x$ac_ct_WINDRES" = x; then
6050 WINDRES="false"
6051 else
6052 case $cross_compiling:$ac_tool_warned in
6053 yes:)
6054 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6055 whose name does not start with the host triplet. If you think this
6056 configuration is useful to you, please write to autoconf@gnu.org." >&5
6057 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6058 whose name does not start with the host triplet. If you think this
6059 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6060 ac_tool_warned=yes ;;
6061 esac
6062 WINDRES=$ac_ct_WINDRES
6064 else
6065 WINDRES="$ac_cv_prog_WINDRES"
6068 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6069 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6070 LN_S=$as_ln_s
6071 if test "$LN_S" = "ln -s"; then
6072 { echo "$as_me:$LINENO: result: yes" >&5
6073 echo "${ECHO_T}yes" >&6; }
6074 else
6075 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6076 echo "${ECHO_T}no, using $LN_S" >&6; }
6079 { echo "$as_me:$LINENO: checking whether ln works" >&5
6080 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6081 rm -f conf$$ conf$$.file
6082 echo >conf$$.file
6083 if ln conf$$.file conf$$ 2>/dev/null; then
6084 LN=ln
6086 { echo "$as_me:$LINENO: result: yes" >&5
6087 echo "${ECHO_T}yes" >&6; }
6088 else
6089 LN="cp -p"
6091 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6092 echo "${ECHO_T}no, using $LN" >&6; }
6094 rm -f conf$$ conf$$.file
6095 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6096 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6097 if test "${ac_cv_path_GREP+set}" = set; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 else
6100 # Extract the first word of "grep ggrep" to use in msg output
6101 if test -z "$GREP"; then
6102 set dummy grep ggrep; ac_prog_name=$2
6103 if test "${ac_cv_path_GREP+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 else
6106 ac_path_GREP_found=false
6107 # Loop through the user's path and test for each of PROGNAME-LIST
6108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_prog in grep ggrep; do
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6117 # Check for GNU ac_path_GREP and select it if it is found.
6118 # Check for GNU $ac_path_GREP
6119 case `"$ac_path_GREP" --version 2>&1` in
6120 *GNU*)
6121 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6123 ac_count=0
6124 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6125 while :
6127 cat "conftest.in" "conftest.in" >"conftest.tmp"
6128 mv "conftest.tmp" "conftest.in"
6129 cp "conftest.in" "conftest.nl"
6130 echo 'GREP' >> "conftest.nl"
6131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6133 ac_count=`expr $ac_count + 1`
6134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6135 # Best one so far, save it but keep looking for a better one
6136 ac_cv_path_GREP="$ac_path_GREP"
6137 ac_path_GREP_max=$ac_count
6139 # 10*(2^10) chars as input seems more than enough
6140 test $ac_count -gt 10 && break
6141 done
6142 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6143 esac
6146 $ac_path_GREP_found && break 3
6147 done
6148 done
6150 done
6151 IFS=$as_save_IFS
6156 GREP="$ac_cv_path_GREP"
6157 if test -z "$GREP"; then
6158 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6159 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6160 { (exit 1); exit 1; }; }
6163 else
6164 ac_cv_path_GREP=$GREP
6169 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6170 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6171 GREP="$ac_cv_path_GREP"
6174 { echo "$as_me:$LINENO: checking for egrep" >&5
6175 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6176 if test "${ac_cv_path_EGREP+set}" = set; then
6177 echo $ECHO_N "(cached) $ECHO_C" >&6
6178 else
6179 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6180 then ac_cv_path_EGREP="$GREP -E"
6181 else
6182 # Extract the first word of "egrep" to use in msg output
6183 if test -z "$EGREP"; then
6184 set dummy egrep; ac_prog_name=$2
6185 if test "${ac_cv_path_EGREP+set}" = set; then
6186 echo $ECHO_N "(cached) $ECHO_C" >&6
6187 else
6188 ac_path_EGREP_found=false
6189 # Loop through the user's path and test for each of PROGNAME-LIST
6190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6191 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_prog in egrep; do
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6198 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6199 # Check for GNU ac_path_EGREP and select it if it is found.
6200 # Check for GNU $ac_path_EGREP
6201 case `"$ac_path_EGREP" --version 2>&1` in
6202 *GNU*)
6203 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6205 ac_count=0
6206 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6207 while :
6209 cat "conftest.in" "conftest.in" >"conftest.tmp"
6210 mv "conftest.tmp" "conftest.in"
6211 cp "conftest.in" "conftest.nl"
6212 echo 'EGREP' >> "conftest.nl"
6213 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6214 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6215 ac_count=`expr $ac_count + 1`
6216 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6217 # Best one so far, save it but keep looking for a better one
6218 ac_cv_path_EGREP="$ac_path_EGREP"
6219 ac_path_EGREP_max=$ac_count
6221 # 10*(2^10) chars as input seems more than enough
6222 test $ac_count -gt 10 && break
6223 done
6224 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6225 esac
6228 $ac_path_EGREP_found && break 3
6229 done
6230 done
6232 done
6233 IFS=$as_save_IFS
6238 EGREP="$ac_cv_path_EGREP"
6239 if test -z "$EGREP"; then
6240 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6241 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6242 { (exit 1); exit 1; }; }
6245 else
6246 ac_cv_path_EGREP=$EGREP
6252 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6253 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6254 EGREP="$ac_cv_path_EGREP"
6257 # Extract the first word of "ldconfig", so it can be a program name with args.
6258 set dummy ldconfig; ac_word=$2
6259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6261 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6263 else
6264 case $LDCONFIG in
6265 [\\/]* | ?:[\\/]*)
6266 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6270 for as_dir in /sbin /usr/sbin $PATH
6272 IFS=$as_save_IFS
6273 test -z "$as_dir" && as_dir=.
6274 for ac_exec_ext in '' $ac_executable_extensions; do
6275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6276 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6278 break 2
6280 done
6281 done
6282 IFS=$as_save_IFS
6284 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6286 esac
6288 LDCONFIG=$ac_cv_path_LDCONFIG
6289 if test -n "$LDCONFIG"; then
6290 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6291 echo "${ECHO_T}$LDCONFIG" >&6; }
6292 else
6293 { echo "$as_me:$LINENO: result: no" >&5
6294 echo "${ECHO_T}no" >&6; }
6298 # Find a good install program. We prefer a C program (faster),
6299 # so one script is as good as another. But avoid the broken or
6300 # incompatible versions:
6301 # SysV /etc/install, /usr/sbin/install
6302 # SunOS /usr/etc/install
6303 # IRIX /sbin/install
6304 # AIX /bin/install
6305 # AmigaOS /C/install, which installs bootblocks on floppy discs
6306 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6307 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6308 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6309 # OS/2's system install, which has a completely different semantic
6310 # ./install, which can be erroneously created by make from ./install.sh.
6311 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6312 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6313 if test -z "$INSTALL"; then
6314 if test "${ac_cv_path_install+set}" = set; then
6315 echo $ECHO_N "(cached) $ECHO_C" >&6
6316 else
6317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6318 for as_dir in $PATH
6320 IFS=$as_save_IFS
6321 test -z "$as_dir" && as_dir=.
6322 # Account for people who put trailing slashes in PATH elements.
6323 case $as_dir/ in
6324 ./ | .// | /cC/* | \
6325 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6326 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6327 /usr/ucb/* ) ;;
6329 # OSF1 and SCO ODT 3.0 have their own names for install.
6330 # Don't use installbsd from OSF since it installs stuff as root
6331 # by default.
6332 for ac_prog in ginstall scoinst install; do
6333 for ac_exec_ext in '' $ac_executable_extensions; do
6334 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6335 if test $ac_prog = install &&
6336 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6337 # AIX install. It has an incompatible calling convention.
6339 elif test $ac_prog = install &&
6340 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6341 # program-specific install script used by HP pwplus--don't use.
6343 else
6344 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6345 break 3
6348 done
6349 done
6351 esac
6352 done
6353 IFS=$as_save_IFS
6357 if test "${ac_cv_path_install+set}" = set; then
6358 INSTALL=$ac_cv_path_install
6359 else
6360 # As a last resort, use the slow shell script. Don't cache a
6361 # value for INSTALL within a source directory, because that will
6362 # break other packages using the cache if that directory is
6363 # removed, or if the value is a relative name.
6364 INSTALL=$ac_install_sh
6367 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6368 echo "${ECHO_T}$INSTALL" >&6; }
6370 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6371 # It thinks the first close brace ends the variable substitution.
6372 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6374 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6376 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6378 case "$INSTALL" in
6379 [\\/$]* | ?:[\\/]* ) ;;
6380 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6381 esac
6383 for ac_prog in lclint lint
6385 # Extract the first word of "$ac_prog", so it can be a program name with args.
6386 set dummy $ac_prog; ac_word=$2
6387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6389 if test "${ac_cv_prog_LINT+set}" = set; then
6390 echo $ECHO_N "(cached) $ECHO_C" >&6
6391 else
6392 if test -n "$LINT"; then
6393 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6394 else
6395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6396 for as_dir in $PATH
6398 IFS=$as_save_IFS
6399 test -z "$as_dir" && as_dir=.
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_LINT="$ac_prog"
6403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 break 2
6406 done
6407 done
6408 IFS=$as_save_IFS
6412 LINT=$ac_cv_prog_LINT
6413 if test -n "$LINT"; then
6414 { echo "$as_me:$LINENO: result: $LINT" >&5
6415 echo "${ECHO_T}$LINT" >&6; }
6416 else
6417 { echo "$as_me:$LINENO: result: no" >&5
6418 echo "${ECHO_T}no" >&6; }
6422 test -n "$LINT" && break
6423 done
6425 if test "$LINT" = "lint"
6426 then
6427 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6432 for ac_prog in fontforge
6434 # Extract the first word of "$ac_prog", so it can be a program name with args.
6435 set dummy $ac_prog; ac_word=$2
6436 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6438 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6439 echo $ECHO_N "(cached) $ECHO_C" >&6
6440 else
6441 if test -n "$FONTFORGE"; then
6442 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_FONTFORGE="$ac_prog"
6452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 break 2
6455 done
6456 done
6457 IFS=$as_save_IFS
6461 FONTFORGE=$ac_cv_prog_FONTFORGE
6462 if test -n "$FONTFORGE"; then
6463 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6464 echo "${ECHO_T}$FONTFORGE" >&6; }
6465 else
6466 { echo "$as_me:$LINENO: result: no" >&5
6467 echo "${ECHO_T}no" >&6; }
6471 test -n "$FONTFORGE" && break
6472 done
6473 test -n "$FONTFORGE" || FONTFORGE="false"
6475 for ac_prog in pkg-config
6477 # Extract the first word of "$ac_prog", so it can be a program name with args.
6478 set dummy $ac_prog; ac_word=$2
6479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6481 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6482 echo $ECHO_N "(cached) $ECHO_C" >&6
6483 else
6484 if test -n "$PKG_CONFIG"; then
6485 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6486 else
6487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6488 for as_dir in $PATH
6490 IFS=$as_save_IFS
6491 test -z "$as_dir" && as_dir=.
6492 for ac_exec_ext in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6494 ac_cv_prog_PKG_CONFIG="$ac_prog"
6495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 break 2
6498 done
6499 done
6500 IFS=$as_save_IFS
6504 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6505 if test -n "$PKG_CONFIG"; then
6506 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6507 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6508 else
6509 { echo "$as_me:$LINENO: result: no" >&5
6510 echo "${ECHO_T}no" >&6; }
6514 test -n "$PKG_CONFIG" && break
6515 done
6516 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6518 for ac_prog in rsvg
6520 # Extract the first word of "$ac_prog", so it can be a program name with args.
6521 set dummy $ac_prog; ac_word=$2
6522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6524 if test "${ac_cv_prog_RSVG+set}" = set; then
6525 echo $ECHO_N "(cached) $ECHO_C" >&6
6526 else
6527 if test -n "$RSVG"; then
6528 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6529 else
6530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6531 for as_dir in $PATH
6533 IFS=$as_save_IFS
6534 test -z "$as_dir" && as_dir=.
6535 for ac_exec_ext in '' $ac_executable_extensions; do
6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6537 ac_cv_prog_RSVG="$ac_prog"
6538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6539 break 2
6541 done
6542 done
6543 IFS=$as_save_IFS
6547 RSVG=$ac_cv_prog_RSVG
6548 if test -n "$RSVG"; then
6549 { echo "$as_me:$LINENO: result: $RSVG" >&5
6550 echo "${ECHO_T}$RSVG" >&6; }
6551 else
6552 { echo "$as_me:$LINENO: result: no" >&5
6553 echo "${ECHO_T}no" >&6; }
6557 test -n "$RSVG" && break
6558 done
6559 test -n "$RSVG" || RSVG="false"
6561 for ac_prog in icotool
6563 # Extract the first word of "$ac_prog", so it can be a program name with args.
6564 set dummy $ac_prog; ac_word=$2
6565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6567 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6568 echo $ECHO_N "(cached) $ECHO_C" >&6
6569 else
6570 if test -n "$ICOTOOL"; then
6571 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6572 else
6573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6574 for as_dir in $PATH
6576 IFS=$as_save_IFS
6577 test -z "$as_dir" && as_dir=.
6578 for ac_exec_ext in '' $ac_executable_extensions; do
6579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6580 ac_cv_prog_ICOTOOL="$ac_prog"
6581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 break 2
6584 done
6585 done
6586 IFS=$as_save_IFS
6590 ICOTOOL=$ac_cv_prog_ICOTOOL
6591 if test -n "$ICOTOOL"; then
6592 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6593 echo "${ECHO_T}$ICOTOOL" >&6; }
6594 else
6595 { echo "$as_me:$LINENO: result: no" >&5
6596 echo "${ECHO_T}no" >&6; }
6600 test -n "$ICOTOOL" && break
6601 done
6602 test -n "$ICOTOOL" || ICOTOOL="false"
6605 if test "${enable_maintainer_mode+set}" = set
6606 then
6607 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6608 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6609 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6612 case $host_cpu in
6613 *i[3456789]86*)
6614 # Extract the first word of "prelink", so it can be a program name with args.
6615 set dummy prelink; ac_word=$2
6616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6618 if test "${ac_cv_path_PRELINK+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6
6620 else
6621 case $PRELINK in
6622 [\\/]* | ?:[\\/]*)
6623 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6627 for as_dir in /sbin /usr/sbin $PATH
6629 IFS=$as_save_IFS
6630 test -z "$as_dir" && as_dir=.
6631 for ac_exec_ext in '' $ac_executable_extensions; do
6632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6633 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6635 break 2
6637 done
6638 done
6639 IFS=$as_save_IFS
6641 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6643 esac
6645 PRELINK=$ac_cv_path_PRELINK
6646 if test -n "$PRELINK"; then
6647 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6648 echo "${ECHO_T}$PRELINK" >&6; }
6649 else
6650 { echo "$as_me:$LINENO: result: no" >&5
6651 echo "${ECHO_T}no" >&6; }
6656 esac
6660 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6661 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6662 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6663 echo $ECHO_N "(cached) $ECHO_C" >&6
6664 else
6665 ac_check_lib_save_LIBS=$LIBS
6666 LIBS="-li386 $LIBS"
6667 cat >conftest.$ac_ext <<_ACEOF
6668 /* confdefs.h. */
6669 _ACEOF
6670 cat confdefs.h >>conftest.$ac_ext
6671 cat >>conftest.$ac_ext <<_ACEOF
6672 /* end confdefs.h. */
6674 /* Override any GCC internal prototype to avoid an error.
6675 Use char because int might match the return type of a GCC
6676 builtin and then its argument prototype would still apply. */
6677 #ifdef __cplusplus
6678 extern "C"
6679 #endif
6680 char i386_set_ldt ();
6682 main ()
6684 return i386_set_ldt ();
6686 return 0;
6688 _ACEOF
6689 rm -f conftest.$ac_objext conftest$ac_exeext
6690 if { (ac_try="$ac_link"
6691 case "(($ac_try" in
6692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6693 *) ac_try_echo=$ac_try;;
6694 esac
6695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6696 (eval "$ac_link") 2>conftest.er1
6697 ac_status=$?
6698 grep -v '^ *+' conftest.er1 >conftest.err
6699 rm -f conftest.er1
6700 cat conftest.err >&5
6701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702 (exit $ac_status); } && {
6703 test -z "$ac_c_werror_flag" ||
6704 test ! -s conftest.err
6705 } && test -s conftest$ac_exeext &&
6706 $as_test_x conftest$ac_exeext; then
6707 ac_cv_lib_i386_i386_set_ldt=yes
6708 else
6709 echo "$as_me: failed program was:" >&5
6710 sed 's/^/| /' conftest.$ac_ext >&5
6712 ac_cv_lib_i386_i386_set_ldt=no
6715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6716 conftest$ac_exeext conftest.$ac_ext
6717 LIBS=$ac_check_lib_save_LIBS
6719 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6720 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6721 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6722 cat >>confdefs.h <<_ACEOF
6723 #define HAVE_LIBI386 1
6724 _ACEOF
6726 LIBS="-li386 $LIBS"
6731 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6732 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6733 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6734 echo $ECHO_N "(cached) $ECHO_C" >&6
6735 else
6736 ac_check_lib_save_LIBS=$LIBS
6737 LIBS="-lossaudio $LIBS"
6738 cat >conftest.$ac_ext <<_ACEOF
6739 /* confdefs.h. */
6740 _ACEOF
6741 cat confdefs.h >>conftest.$ac_ext
6742 cat >>conftest.$ac_ext <<_ACEOF
6743 /* end confdefs.h. */
6745 /* Override any GCC internal prototype to avoid an error.
6746 Use char because int might match the return type of a GCC
6747 builtin and then its argument prototype would still apply. */
6748 #ifdef __cplusplus
6749 extern "C"
6750 #endif
6751 char _oss_ioctl ();
6753 main ()
6755 return _oss_ioctl ();
6757 return 0;
6759 _ACEOF
6760 rm -f conftest.$ac_objext conftest$ac_exeext
6761 if { (ac_try="$ac_link"
6762 case "(($ac_try" in
6763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6764 *) ac_try_echo=$ac_try;;
6765 esac
6766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6767 (eval "$ac_link") 2>conftest.er1
6768 ac_status=$?
6769 grep -v '^ *+' conftest.er1 >conftest.err
6770 rm -f conftest.er1
6771 cat conftest.err >&5
6772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6773 (exit $ac_status); } && {
6774 test -z "$ac_c_werror_flag" ||
6775 test ! -s conftest.err
6776 } && test -s conftest$ac_exeext &&
6777 $as_test_x conftest$ac_exeext; then
6778 ac_cv_lib_ossaudio__oss_ioctl=yes
6779 else
6780 echo "$as_me: failed program was:" >&5
6781 sed 's/^/| /' conftest.$ac_ext >&5
6783 ac_cv_lib_ossaudio__oss_ioctl=no
6786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6787 conftest$ac_exeext conftest.$ac_ext
6788 LIBS=$ac_check_lib_save_LIBS
6790 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6791 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6792 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6793 cat >>confdefs.h <<_ACEOF
6794 #define HAVE_LIBOSSAUDIO 1
6795 _ACEOF
6797 LIBS="-lossaudio $LIBS"
6801 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6802 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6803 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6805 else
6806 ac_check_lib_save_LIBS=$LIBS
6807 LIBS="-lpthread $LIBS"
6808 cat >conftest.$ac_ext <<_ACEOF
6809 /* confdefs.h. */
6810 _ACEOF
6811 cat confdefs.h >>conftest.$ac_ext
6812 cat >>conftest.$ac_ext <<_ACEOF
6813 /* end confdefs.h. */
6815 /* Override any GCC internal prototype to avoid an error.
6816 Use char because int might match the return type of a GCC
6817 builtin and then its argument prototype would still apply. */
6818 #ifdef __cplusplus
6819 extern "C"
6820 #endif
6821 char pthread_create ();
6823 main ()
6825 return pthread_create ();
6827 return 0;
6829 _ACEOF
6830 rm -f conftest.$ac_objext conftest$ac_exeext
6831 if { (ac_try="$ac_link"
6832 case "(($ac_try" in
6833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6834 *) ac_try_echo=$ac_try;;
6835 esac
6836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6837 (eval "$ac_link") 2>conftest.er1
6838 ac_status=$?
6839 grep -v '^ *+' conftest.er1 >conftest.err
6840 rm -f conftest.er1
6841 cat conftest.err >&5
6842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843 (exit $ac_status); } && {
6844 test -z "$ac_c_werror_flag" ||
6845 test ! -s conftest.err
6846 } && test -s conftest$ac_exeext &&
6847 $as_test_x conftest$ac_exeext; then
6848 ac_cv_lib_pthread_pthread_create=yes
6849 else
6850 echo "$as_me: failed program was:" >&5
6851 sed 's/^/| /' conftest.$ac_ext >&5
6853 ac_cv_lib_pthread_pthread_create=no
6856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6857 conftest$ac_exeext conftest.$ac_ext
6858 LIBS=$ac_check_lib_save_LIBS
6860 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6861 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6862 if test $ac_cv_lib_pthread_pthread_create = yes; then
6863 LIBPTHREAD="-lpthread"
6868 XLIB=""
6870 OPENGL_LIBS=""
6874 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6875 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6876 if test "${ac_cv_header_stdc+set}" = set; then
6877 echo $ECHO_N "(cached) $ECHO_C" >&6
6878 else
6879 cat >conftest.$ac_ext <<_ACEOF
6880 /* confdefs.h. */
6881 _ACEOF
6882 cat confdefs.h >>conftest.$ac_ext
6883 cat >>conftest.$ac_ext <<_ACEOF
6884 /* end confdefs.h. */
6885 #include <stdlib.h>
6886 #include <stdarg.h>
6887 #include <string.h>
6888 #include <float.h>
6891 main ()
6895 return 0;
6897 _ACEOF
6898 rm -f conftest.$ac_objext
6899 if { (ac_try="$ac_compile"
6900 case "(($ac_try" in
6901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6902 *) ac_try_echo=$ac_try;;
6903 esac
6904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6905 (eval "$ac_compile") 2>conftest.er1
6906 ac_status=$?
6907 grep -v '^ *+' conftest.er1 >conftest.err
6908 rm -f conftest.er1
6909 cat conftest.err >&5
6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911 (exit $ac_status); } && {
6912 test -z "$ac_c_werror_flag" ||
6913 test ! -s conftest.err
6914 } && test -s conftest.$ac_objext; then
6915 ac_cv_header_stdc=yes
6916 else
6917 echo "$as_me: failed program was:" >&5
6918 sed 's/^/| /' conftest.$ac_ext >&5
6920 ac_cv_header_stdc=no
6923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6925 if test $ac_cv_header_stdc = yes; then
6926 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6927 cat >conftest.$ac_ext <<_ACEOF
6928 /* confdefs.h. */
6929 _ACEOF
6930 cat confdefs.h >>conftest.$ac_ext
6931 cat >>conftest.$ac_ext <<_ACEOF
6932 /* end confdefs.h. */
6933 #include <string.h>
6935 _ACEOF
6936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6937 $EGREP "memchr" >/dev/null 2>&1; then
6939 else
6940 ac_cv_header_stdc=no
6942 rm -f conftest*
6946 if test $ac_cv_header_stdc = yes; then
6947 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6948 cat >conftest.$ac_ext <<_ACEOF
6949 /* confdefs.h. */
6950 _ACEOF
6951 cat confdefs.h >>conftest.$ac_ext
6952 cat >>conftest.$ac_ext <<_ACEOF
6953 /* end confdefs.h. */
6954 #include <stdlib.h>
6956 _ACEOF
6957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6958 $EGREP "free" >/dev/null 2>&1; then
6960 else
6961 ac_cv_header_stdc=no
6963 rm -f conftest*
6967 if test $ac_cv_header_stdc = yes; then
6968 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6969 if test "$cross_compiling" = yes; then
6971 else
6972 cat >conftest.$ac_ext <<_ACEOF
6973 /* confdefs.h. */
6974 _ACEOF
6975 cat confdefs.h >>conftest.$ac_ext
6976 cat >>conftest.$ac_ext <<_ACEOF
6977 /* end confdefs.h. */
6978 #include <ctype.h>
6979 #include <stdlib.h>
6980 #if ((' ' & 0x0FF) == 0x020)
6981 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6982 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6983 #else
6984 # define ISLOWER(c) \
6985 (('a' <= (c) && (c) <= 'i') \
6986 || ('j' <= (c) && (c) <= 'r') \
6987 || ('s' <= (c) && (c) <= 'z'))
6988 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6989 #endif
6991 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6993 main ()
6995 int i;
6996 for (i = 0; i < 256; i++)
6997 if (XOR (islower (i), ISLOWER (i))
6998 || toupper (i) != TOUPPER (i))
6999 return 2;
7000 return 0;
7002 _ACEOF
7003 rm -f conftest$ac_exeext
7004 if { (ac_try="$ac_link"
7005 case "(($ac_try" in
7006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7007 *) ac_try_echo=$ac_try;;
7008 esac
7009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7010 (eval "$ac_link") 2>&5
7011 ac_status=$?
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7014 { (case "(($ac_try" in
7015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7016 *) ac_try_echo=$ac_try;;
7017 esac
7018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7019 (eval "$ac_try") 2>&5
7020 ac_status=$?
7021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022 (exit $ac_status); }; }; then
7024 else
7025 echo "$as_me: program exited with status $ac_status" >&5
7026 echo "$as_me: failed program was:" >&5
7027 sed 's/^/| /' conftest.$ac_ext >&5
7029 ( exit $ac_status )
7030 ac_cv_header_stdc=no
7032 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7038 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7039 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7040 if test $ac_cv_header_stdc = yes; then
7042 cat >>confdefs.h <<\_ACEOF
7043 #define STDC_HEADERS 1
7044 _ACEOF
7048 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7058 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7059 inttypes.h stdint.h unistd.h
7061 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7062 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7063 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7065 echo $ECHO_N "(cached) $ECHO_C" >&6
7066 else
7067 cat >conftest.$ac_ext <<_ACEOF
7068 /* confdefs.h. */
7069 _ACEOF
7070 cat confdefs.h >>conftest.$ac_ext
7071 cat >>conftest.$ac_ext <<_ACEOF
7072 /* end confdefs.h. */
7073 $ac_includes_default
7075 #include <$ac_header>
7076 _ACEOF
7077 rm -f conftest.$ac_objext
7078 if { (ac_try="$ac_compile"
7079 case "(($ac_try" in
7080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7081 *) ac_try_echo=$ac_try;;
7082 esac
7083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7084 (eval "$ac_compile") 2>conftest.er1
7085 ac_status=$?
7086 grep -v '^ *+' conftest.er1 >conftest.err
7087 rm -f conftest.er1
7088 cat conftest.err >&5
7089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7090 (exit $ac_status); } && {
7091 test -z "$ac_c_werror_flag" ||
7092 test ! -s conftest.err
7093 } && test -s conftest.$ac_objext; then
7094 eval "$as_ac_Header=yes"
7095 else
7096 echo "$as_me: failed program was:" >&5
7097 sed 's/^/| /' conftest.$ac_ext >&5
7099 eval "$as_ac_Header=no"
7102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104 ac_res=`eval echo '${'$as_ac_Header'}'`
7105 { echo "$as_me:$LINENO: result: $ac_res" >&5
7106 echo "${ECHO_T}$ac_res" >&6; }
7107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7108 cat >>confdefs.h <<_ACEOF
7109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7110 _ACEOF
7114 done
7228 for ac_header in \
7229 AudioUnit/AudioUnit.h \
7230 Carbon/Carbon.h \
7231 CoreAudio/CoreAudio.h \
7232 DiskArbitration/DiskArbitration.h \
7233 IOKit/IOKitLib.h \
7234 alias.h \
7235 alsa/asoundlib.h \
7236 arpa/inet.h \
7237 arpa/nameser.h \
7238 asm/types.h \
7239 capi20.h \
7240 curses.h \
7241 direct.h \
7242 dlfcn.h \
7243 elf.h \
7244 float.h \
7245 fontconfig/fontconfig.h \
7246 getopt.h \
7247 ieeefp.h \
7248 io.h \
7249 jack/jack.h \
7250 jpeglib.h \
7251 lber.h \
7252 lcms.h \
7253 lcms/lcms.h \
7254 ldap.h \
7255 libaudioio.h \
7256 link.h \
7257 linux/cdrom.h \
7258 linux/compiler.h \
7259 linux/hdreg.h \
7260 linux/input.h \
7261 linux/ioctl.h \
7262 linux/joystick.h \
7263 linux/major.h \
7264 linux/param.h \
7265 linux/serial.h \
7266 linux/ucdrom.h \
7267 mach/mach.h \
7268 mach/machine.h \
7269 machine/cpu.h \
7270 machine/limits.h \
7271 machine/soundcard.h \
7272 mntent.h \
7273 ncurses.h \
7274 netdb.h \
7275 netinet/in.h \
7276 netinet/in_systm.h \
7277 netinet/tcp.h \
7278 netinet/tcp_fsm.h \
7279 openssl/err.h \
7280 openssl/ssl.h \
7281 png.h \
7282 poll.h \
7283 process.h \
7284 pthread.h \
7285 pwd.h \
7286 regex.h \
7287 sched.h \
7288 scsi/scsi.h \
7289 scsi/scsi_ioctl.h \
7290 scsi/sg.h \
7291 soundcard.h \
7292 stdint.h \
7293 strings.h \
7294 sys/asoundlib.h \
7295 sys/cdio.h \
7296 sys/elf32.h \
7297 sys/epoll.h \
7298 sys/errno.h \
7299 sys/event.h \
7300 sys/exec_elf.h \
7301 sys/filio.h \
7302 sys/ioctl.h \
7303 sys/ipc.h \
7304 sys/limits.h \
7305 sys/link.h \
7306 sys/lwp.h \
7307 sys/mman.h \
7308 sys/modem.h \
7309 sys/msg.h \
7310 sys/mtio.h \
7311 sys/param.h \
7312 sys/poll.h \
7313 sys/prctl.h \
7314 sys/ptrace.h \
7315 sys/reg.h \
7316 sys/resource.h \
7317 sys/scsiio.h \
7318 sys/shm.h \
7319 sys/signal.h \
7320 sys/socket.h \
7321 sys/socketvar.h \
7322 sys/sockio.h \
7323 sys/soundcard.h \
7324 sys/statvfs.h \
7325 sys/strtio.h \
7326 sys/syscall.h \
7327 sys/sysctl.h \
7328 sys/time.h \
7329 sys/times.h \
7330 sys/uio.h \
7331 sys/un.h \
7332 sys/vm86.h \
7333 sys/wait.h \
7334 syscall.h \
7335 termios.h \
7336 unistd.h \
7337 utime.h \
7338 valgrind/memcheck.h \
7339 valgrind/valgrind.h
7342 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7344 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7349 ac_res=`eval echo '${'$as_ac_Header'}'`
7350 { echo "$as_me:$LINENO: result: $ac_res" >&5
7351 echo "${ECHO_T}$ac_res" >&6; }
7352 else
7353 # Is the header compilable?
7354 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7355 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7356 cat >conftest.$ac_ext <<_ACEOF
7357 /* confdefs.h. */
7358 _ACEOF
7359 cat confdefs.h >>conftest.$ac_ext
7360 cat >>conftest.$ac_ext <<_ACEOF
7361 /* end confdefs.h. */
7362 $ac_includes_default
7363 #include <$ac_header>
7364 _ACEOF
7365 rm -f conftest.$ac_objext
7366 if { (ac_try="$ac_compile"
7367 case "(($ac_try" in
7368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7369 *) ac_try_echo=$ac_try;;
7370 esac
7371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7372 (eval "$ac_compile") 2>conftest.er1
7373 ac_status=$?
7374 grep -v '^ *+' conftest.er1 >conftest.err
7375 rm -f conftest.er1
7376 cat conftest.err >&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); } && {
7379 test -z "$ac_c_werror_flag" ||
7380 test ! -s conftest.err
7381 } && test -s conftest.$ac_objext; then
7382 ac_header_compiler=yes
7383 else
7384 echo "$as_me: failed program was:" >&5
7385 sed 's/^/| /' conftest.$ac_ext >&5
7387 ac_header_compiler=no
7390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7391 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7392 echo "${ECHO_T}$ac_header_compiler" >&6; }
7394 # Is the header present?
7395 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7397 cat >conftest.$ac_ext <<_ACEOF
7398 /* confdefs.h. */
7399 _ACEOF
7400 cat confdefs.h >>conftest.$ac_ext
7401 cat >>conftest.$ac_ext <<_ACEOF
7402 /* end confdefs.h. */
7403 #include <$ac_header>
7404 _ACEOF
7405 if { (ac_try="$ac_cpp conftest.$ac_ext"
7406 case "(($ac_try" in
7407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7408 *) ac_try_echo=$ac_try;;
7409 esac
7410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7412 ac_status=$?
7413 grep -v '^ *+' conftest.er1 >conftest.err
7414 rm -f conftest.er1
7415 cat conftest.err >&5
7416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7417 (exit $ac_status); } >/dev/null && {
7418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7419 test ! -s conftest.err
7420 }; then
7421 ac_header_preproc=yes
7422 else
7423 echo "$as_me: failed program was:" >&5
7424 sed 's/^/| /' conftest.$ac_ext >&5
7426 ac_header_preproc=no
7429 rm -f conftest.err conftest.$ac_ext
7430 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7431 echo "${ECHO_T}$ac_header_preproc" >&6; }
7433 # So? What about this header?
7434 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7435 yes:no: )
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7437 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7439 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7440 ac_header_preproc=yes
7442 no:yes:* )
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7444 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7446 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7448 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7449 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7450 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7452 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7454 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7455 ( cat <<\_ASBOX
7456 ## ------------------------------------ ##
7457 ## Report this to wine-devel@winehq.org ##
7458 ## ------------------------------------ ##
7459 _ASBOX
7460 ) | sed "s/^/$as_me: WARNING: /" >&2
7462 esac
7463 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7466 echo $ECHO_N "(cached) $ECHO_C" >&6
7467 else
7468 eval "$as_ac_Header=\$ac_header_preproc"
7470 ac_res=`eval echo '${'$as_ac_Header'}'`
7471 { echo "$as_me:$LINENO: result: $ac_res" >&5
7472 echo "${ECHO_T}$ac_res" >&6; }
7475 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7476 cat >>confdefs.h <<_ACEOF
7477 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7478 _ACEOF
7482 done
7484 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7485 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7486 if test "${ac_cv_header_stat_broken+set}" = set; then
7487 echo $ECHO_N "(cached) $ECHO_C" >&6
7488 else
7489 cat >conftest.$ac_ext <<_ACEOF
7490 /* confdefs.h. */
7491 _ACEOF
7492 cat confdefs.h >>conftest.$ac_ext
7493 cat >>conftest.$ac_ext <<_ACEOF
7494 /* end confdefs.h. */
7495 #include <sys/types.h>
7496 #include <sys/stat.h>
7498 #if defined S_ISBLK && defined S_IFDIR
7499 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7500 #endif
7502 #if defined S_ISBLK && defined S_IFCHR
7503 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7504 #endif
7506 #if defined S_ISLNK && defined S_IFREG
7507 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7508 #endif
7510 #if defined S_ISSOCK && defined S_IFREG
7511 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7512 #endif
7514 _ACEOF
7515 rm -f conftest.$ac_objext
7516 if { (ac_try="$ac_compile"
7517 case "(($ac_try" in
7518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7519 *) ac_try_echo=$ac_try;;
7520 esac
7521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7522 (eval "$ac_compile") 2>conftest.er1
7523 ac_status=$?
7524 grep -v '^ *+' conftest.er1 >conftest.err
7525 rm -f conftest.er1
7526 cat conftest.err >&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); } && {
7529 test -z "$ac_c_werror_flag" ||
7530 test ! -s conftest.err
7531 } && test -s conftest.$ac_objext; then
7532 ac_cv_header_stat_broken=no
7533 else
7534 echo "$as_me: failed program was:" >&5
7535 sed 's/^/| /' conftest.$ac_ext >&5
7537 ac_cv_header_stat_broken=yes
7540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7542 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7543 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7544 if test $ac_cv_header_stat_broken = yes; then
7546 cat >>confdefs.h <<\_ACEOF
7547 #define STAT_MACROS_BROKEN 1
7548 _ACEOF
7558 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7560 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7564 echo $ECHO_N "(cached) $ECHO_C" >&6
7565 else
7566 cat >conftest.$ac_ext <<_ACEOF
7567 /* confdefs.h. */
7568 _ACEOF
7569 cat confdefs.h >>conftest.$ac_ext
7570 cat >>conftest.$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7572 #include <sys/types.h>
7573 #ifdef HAVE_SYS_PARAM_H
7574 # include <sys/param.h>
7575 #endif
7577 #include <$ac_header>
7578 _ACEOF
7579 rm -f conftest.$ac_objext
7580 if { (ac_try="$ac_compile"
7581 case "(($ac_try" in
7582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7583 *) ac_try_echo=$ac_try;;
7584 esac
7585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7586 (eval "$ac_compile") 2>conftest.er1
7587 ac_status=$?
7588 grep -v '^ *+' conftest.er1 >conftest.err
7589 rm -f conftest.er1
7590 cat conftest.err >&5
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && {
7593 test -z "$ac_c_werror_flag" ||
7594 test ! -s conftest.err
7595 } && test -s conftest.$ac_objext; then
7596 eval "$as_ac_Header=yes"
7597 else
7598 echo "$as_me: failed program was:" >&5
7599 sed 's/^/| /' conftest.$ac_ext >&5
7601 eval "$as_ac_Header=no"
7604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7606 ac_res=`eval echo '${'$as_ac_Header'}'`
7607 { echo "$as_me:$LINENO: result: $ac_res" >&5
7608 echo "${ECHO_T}$ac_res" >&6; }
7609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7610 cat >>confdefs.h <<_ACEOF
7611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7612 _ACEOF
7616 done
7631 for ac_header in \
7632 netinet/ip.h \
7633 net/if.h \
7634 net/if_arp.h \
7635 net/if_dl.h \
7636 net/if_types.h \
7637 net/route.h \
7638 netinet/if_ether.h \
7639 netinet/in_pcb.h \
7640 netinet/ip_icmp.h \
7641 netinet/ip_var.h \
7642 netinet/udp.h \
7643 netipx/ipx.h \
7646 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7647 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7648 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7649 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7650 echo $ECHO_N "(cached) $ECHO_C" >&6
7651 else
7652 cat >conftest.$ac_ext <<_ACEOF
7653 /* confdefs.h. */
7654 _ACEOF
7655 cat confdefs.h >>conftest.$ac_ext
7656 cat >>conftest.$ac_ext <<_ACEOF
7657 /* end confdefs.h. */
7658 #include <sys/types.h>
7659 #ifdef HAVE_SYS_SOCKET_H
7660 # include <sys/socket.h>
7661 #endif
7662 #ifdef HAVE_SYS_SOCKETVAR_H
7663 # include <sys/socketvar.h>
7664 #endif
7665 #ifdef HAVE_NETINET_IN_H
7666 # include <netinet/in.h>
7667 #endif
7668 #ifdef HAVE_NETINET_IP_H
7669 # include <netinet/ip.h>
7670 #endif
7672 #include <$ac_header>
7673 _ACEOF
7674 rm -f conftest.$ac_objext
7675 if { (ac_try="$ac_compile"
7676 case "(($ac_try" in
7677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 *) ac_try_echo=$ac_try;;
7679 esac
7680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7681 (eval "$ac_compile") 2>conftest.er1
7682 ac_status=$?
7683 grep -v '^ *+' conftest.er1 >conftest.err
7684 rm -f conftest.er1
7685 cat conftest.err >&5
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } && {
7688 test -z "$ac_c_werror_flag" ||
7689 test ! -s conftest.err
7690 } && test -s conftest.$ac_objext; then
7691 eval "$as_ac_Header=yes"
7692 else
7693 echo "$as_me: failed program was:" >&5
7694 sed 's/^/| /' conftest.$ac_ext >&5
7696 eval "$as_ac_Header=no"
7699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7701 ac_res=`eval echo '${'$as_ac_Header'}'`
7702 { echo "$as_me:$LINENO: result: $ac_res" >&5
7703 echo "${ECHO_T}$ac_res" >&6; }
7704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7705 cat >>confdefs.h <<_ACEOF
7706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7707 _ACEOF
7711 done
7718 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7720 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7721 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7724 echo $ECHO_N "(cached) $ECHO_C" >&6
7725 else
7726 cat >conftest.$ac_ext <<_ACEOF
7727 /* confdefs.h. */
7728 _ACEOF
7729 cat confdefs.h >>conftest.$ac_ext
7730 cat >>conftest.$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7732 #include <sys/types.h>
7733 #ifdef HAVE_ALIAS_H
7734 # include <alias.h>
7735 #endif
7736 #ifdef HAVE_SYS_SOCKET_H
7737 # include <sys/socket.h>
7738 #endif
7739 #ifdef HAVE_SYS_SOCKETVAR_H
7740 # include <sys/socketvar.h>
7741 #endif
7742 #ifdef HAVE_NETINET_IN_H
7743 # include <netinet/in.h>
7744 #endif
7745 #ifdef HAVE_NETINET_IP_H
7746 # include <netinet/ip.h>
7747 #endif
7748 #ifdef HAVE_NETINET_IP_VAR_H
7749 # include <netinet/ip_var.h>
7750 #endif
7751 #ifdef HAVE_NETINET_IP_ICMP_H
7752 # include <netinet/ip_icmp.h>
7753 #endif
7754 #ifdef HAVE_NETINET_UDP_H
7755 # include <netinet/udp.h>
7756 #endif
7757 #ifdef HAVE_NETINET_TCP_H
7758 # include <netinet/tcp.h>
7759 #endif
7761 #include <$ac_header>
7762 _ACEOF
7763 rm -f conftest.$ac_objext
7764 if { (ac_try="$ac_compile"
7765 case "(($ac_try" in
7766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7767 *) ac_try_echo=$ac_try;;
7768 esac
7769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7770 (eval "$ac_compile") 2>conftest.er1
7771 ac_status=$?
7772 grep -v '^ *+' conftest.er1 >conftest.err
7773 rm -f conftest.er1
7774 cat conftest.err >&5
7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); } && {
7777 test -z "$ac_c_werror_flag" ||
7778 test ! -s conftest.err
7779 } && test -s conftest.$ac_objext; then
7780 eval "$as_ac_Header=yes"
7781 else
7782 echo "$as_me: failed program was:" >&5
7783 sed 's/^/| /' conftest.$ac_ext >&5
7785 eval "$as_ac_Header=no"
7788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7790 ac_res=`eval echo '${'$as_ac_Header'}'`
7791 { echo "$as_me:$LINENO: result: $ac_res" >&5
7792 echo "${ECHO_T}$ac_res" >&6; }
7793 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7794 cat >>confdefs.h <<_ACEOF
7795 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7796 _ACEOF
7800 done
7804 for ac_header in linux/ipx.h
7806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6
7811 else
7812 cat >conftest.$ac_ext <<_ACEOF
7813 /* confdefs.h. */
7814 _ACEOF
7815 cat confdefs.h >>conftest.$ac_ext
7816 cat >>conftest.$ac_ext <<_ACEOF
7817 /* end confdefs.h. */
7818 #include <sys/types.h>
7819 #ifdef HAVE_ASM_TYPES_H
7820 # include <asm/types.h>
7821 #endif
7822 #ifdef HAVE_SYS_SOCKET_H
7823 # include <sys/socket.h>
7824 #endif
7826 #include <$ac_header>
7827 _ACEOF
7828 rm -f conftest.$ac_objext
7829 if { (ac_try="$ac_compile"
7830 case "(($ac_try" in
7831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7832 *) ac_try_echo=$ac_try;;
7833 esac
7834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7835 (eval "$ac_compile") 2>conftest.er1
7836 ac_status=$?
7837 grep -v '^ *+' conftest.er1 >conftest.err
7838 rm -f conftest.er1
7839 cat conftest.err >&5
7840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7841 (exit $ac_status); } && {
7842 test -z "$ac_c_werror_flag" ||
7843 test ! -s conftest.err
7844 } && test -s conftest.$ac_objext; then
7845 eval "$as_ac_Header=yes"
7846 else
7847 echo "$as_me: failed program was:" >&5
7848 sed 's/^/| /' conftest.$ac_ext >&5
7850 eval "$as_ac_Header=no"
7853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7855 ac_res=`eval echo '${'$as_ac_Header'}'`
7856 { echo "$as_me:$LINENO: result: $ac_res" >&5
7857 echo "${ECHO_T}$ac_res" >&6; }
7858 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7859 cat >>confdefs.h <<_ACEOF
7860 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7861 _ACEOF
7865 done
7869 for ac_header in resolv.h
7871 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7872 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7875 echo $ECHO_N "(cached) $ECHO_C" >&6
7876 else
7877 cat >conftest.$ac_ext <<_ACEOF
7878 /* confdefs.h. */
7879 _ACEOF
7880 cat confdefs.h >>conftest.$ac_ext
7881 cat >>conftest.$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7883 #include <sys/types.h>
7884 #ifdef HAVE_SYS_SOCKET_H
7885 # include <sys/socket.h>
7886 #endif
7887 #ifdef HAVE_NETINET_IN_H
7888 # include <netinet/in.h>
7889 #endif
7890 #ifdef HAVE_ARPA_NAMESER_H
7891 # include <arpa/nameser.h>
7892 #endif
7894 #include <$ac_header>
7895 _ACEOF
7896 rm -f conftest.$ac_objext
7897 if { (ac_try="$ac_compile"
7898 case "(($ac_try" in
7899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7900 *) ac_try_echo=$ac_try;;
7901 esac
7902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7903 (eval "$ac_compile") 2>conftest.er1
7904 ac_status=$?
7905 grep -v '^ *+' conftest.er1 >conftest.err
7906 rm -f conftest.er1
7907 cat conftest.err >&5
7908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7909 (exit $ac_status); } && {
7910 test -z "$ac_c_werror_flag" ||
7911 test ! -s conftest.err
7912 } && test -s conftest.$ac_objext; then
7913 eval "$as_ac_Header=yes"
7914 else
7915 echo "$as_me: failed program was:" >&5
7916 sed 's/^/| /' conftest.$ac_ext >&5
7918 eval "$as_ac_Header=no"
7921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7923 ac_res=`eval echo '${'$as_ac_Header'}'`
7924 { echo "$as_me:$LINENO: result: $ac_res" >&5
7925 echo "${ECHO_T}$ac_res" >&6; }
7926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7927 cat >>confdefs.h <<_ACEOF
7928 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7929 _ACEOF
7933 done
7937 for ac_header in ucontext.h
7939 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7943 echo $ECHO_N "(cached) $ECHO_C" >&6
7944 else
7945 cat >conftest.$ac_ext <<_ACEOF
7946 /* confdefs.h. */
7947 _ACEOF
7948 cat confdefs.h >>conftest.$ac_ext
7949 cat >>conftest.$ac_ext <<_ACEOF
7950 /* end confdefs.h. */
7951 #include <signal.h>
7953 #include <$ac_header>
7954 _ACEOF
7955 rm -f conftest.$ac_objext
7956 if { (ac_try="$ac_compile"
7957 case "(($ac_try" in
7958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7959 *) ac_try_echo=$ac_try;;
7960 esac
7961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7962 (eval "$ac_compile") 2>conftest.er1
7963 ac_status=$?
7964 grep -v '^ *+' conftest.er1 >conftest.err
7965 rm -f conftest.er1
7966 cat conftest.err >&5
7967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7968 (exit $ac_status); } && {
7969 test -z "$ac_c_werror_flag" ||
7970 test ! -s conftest.err
7971 } && test -s conftest.$ac_objext; then
7972 eval "$as_ac_Header=yes"
7973 else
7974 echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5
7977 eval "$as_ac_Header=no"
7980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7982 ac_res=`eval echo '${'$as_ac_Header'}'`
7983 { echo "$as_me:$LINENO: result: $ac_res" >&5
7984 echo "${ECHO_T}$ac_res" >&6; }
7985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7986 cat >>confdefs.h <<_ACEOF
7987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7988 _ACEOF
7992 done
7996 for ac_header in sys/thr.h
7998 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7999 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8001 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8002 echo $ECHO_N "(cached) $ECHO_C" >&6
8003 else
8004 cat >conftest.$ac_ext <<_ACEOF
8005 /* confdefs.h. */
8006 _ACEOF
8007 cat confdefs.h >>conftest.$ac_ext
8008 cat >>conftest.$ac_ext <<_ACEOF
8009 /* end confdefs.h. */
8010 #include <sys/types.h>
8011 #ifdef HAVE_UCONTEXT_H
8012 #include <ucontext.h>
8013 #endif
8015 #include <$ac_header>
8016 _ACEOF
8017 rm -f conftest.$ac_objext
8018 if { (ac_try="$ac_compile"
8019 case "(($ac_try" in
8020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8021 *) ac_try_echo=$ac_try;;
8022 esac
8023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8024 (eval "$ac_compile") 2>conftest.er1
8025 ac_status=$?
8026 grep -v '^ *+' conftest.er1 >conftest.err
8027 rm -f conftest.er1
8028 cat conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 (exit $ac_status); } && {
8031 test -z "$ac_c_werror_flag" ||
8032 test ! -s conftest.err
8033 } && test -s conftest.$ac_objext; then
8034 eval "$as_ac_Header=yes"
8035 else
8036 echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.$ac_ext >&5
8039 eval "$as_ac_Header=no"
8042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8044 ac_res=`eval echo '${'$as_ac_Header'}'`
8045 { echo "$as_me:$LINENO: result: $ac_res" >&5
8046 echo "${ECHO_T}$ac_res" >&6; }
8047 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8048 cat >>confdefs.h <<_ACEOF
8049 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8050 _ACEOF
8054 done
8058 for ac_header in pthread_np.h
8060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8064 echo $ECHO_N "(cached) $ECHO_C" >&6
8065 else
8066 cat >conftest.$ac_ext <<_ACEOF
8067 /* confdefs.h. */
8068 _ACEOF
8069 cat confdefs.h >>conftest.$ac_ext
8070 cat >>conftest.$ac_ext <<_ACEOF
8071 /* end confdefs.h. */
8072 #ifdef HAVE_PTHREAD_H
8073 #include <pthread.h>
8074 #endif
8076 #include <$ac_header>
8077 _ACEOF
8078 rm -f conftest.$ac_objext
8079 if { (ac_try="$ac_compile"
8080 case "(($ac_try" in
8081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8082 *) ac_try_echo=$ac_try;;
8083 esac
8084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8085 (eval "$ac_compile") 2>conftest.er1
8086 ac_status=$?
8087 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -f conftest.er1
8089 cat conftest.err >&5
8090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091 (exit $ac_status); } && {
8092 test -z "$ac_c_werror_flag" ||
8093 test ! -s conftest.err
8094 } && test -s conftest.$ac_objext; then
8095 eval "$as_ac_Header=yes"
8096 else
8097 echo "$as_me: failed program was:" >&5
8098 sed 's/^/| /' conftest.$ac_ext >&5
8100 eval "$as_ac_Header=no"
8103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8105 ac_res=`eval echo '${'$as_ac_Header'}'`
8106 { echo "$as_me:$LINENO: result: $ac_res" >&5
8107 echo "${ECHO_T}$ac_res" >&6; }
8108 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8109 cat >>confdefs.h <<_ACEOF
8110 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8111 _ACEOF
8115 done
8119 for ac_header in linux/videodev.h
8121 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8125 echo $ECHO_N "(cached) $ECHO_C" >&6
8126 else
8127 cat >conftest.$ac_ext <<_ACEOF
8128 /* confdefs.h. */
8129 _ACEOF
8130 cat confdefs.h >>conftest.$ac_ext
8131 cat >>conftest.$ac_ext <<_ACEOF
8132 /* end confdefs.h. */
8133 #ifdef HAVE_SYS_TIME_H
8134 #include <sys/time.h>
8135 #endif
8136 #include <sys/types.h>
8137 #ifdef HAVE_ASM_TYPES_H
8138 #include <asm/types.h>
8139 #endif
8141 #include <$ac_header>
8142 _ACEOF
8143 rm -f conftest.$ac_objext
8144 if { (ac_try="$ac_compile"
8145 case "(($ac_try" in
8146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147 *) ac_try_echo=$ac_try;;
8148 esac
8149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8150 (eval "$ac_compile") 2>conftest.er1
8151 ac_status=$?
8152 grep -v '^ *+' conftest.er1 >conftest.err
8153 rm -f conftest.er1
8154 cat conftest.err >&5
8155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156 (exit $ac_status); } && {
8157 test -z "$ac_c_werror_flag" ||
8158 test ! -s conftest.err
8159 } && test -s conftest.$ac_objext; then
8160 eval "$as_ac_Header=yes"
8161 else
8162 echo "$as_me: failed program was:" >&5
8163 sed 's/^/| /' conftest.$ac_ext >&5
8165 eval "$as_ac_Header=no"
8168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8170 ac_res=`eval echo '${'$as_ac_Header'}'`
8171 { echo "$as_me:$LINENO: result: $ac_res" >&5
8172 echo "${ECHO_T}$ac_res" >&6; }
8173 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8174 cat >>confdefs.h <<_ACEOF
8175 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8176 _ACEOF
8180 done
8184 for ac_header in linux/capi.h
8186 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8187 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8188 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8190 echo $ECHO_N "(cached) $ECHO_C" >&6
8191 else
8192 cat >conftest.$ac_ext <<_ACEOF
8193 /* confdefs.h. */
8194 _ACEOF
8195 cat confdefs.h >>conftest.$ac_ext
8196 cat >>conftest.$ac_ext <<_ACEOF
8197 /* end confdefs.h. */
8198 #define __user
8200 #include <$ac_header>
8201 _ACEOF
8202 rm -f conftest.$ac_objext
8203 if { (ac_try="$ac_compile"
8204 case "(($ac_try" in
8205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8206 *) ac_try_echo=$ac_try;;
8207 esac
8208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8209 (eval "$ac_compile") 2>conftest.er1
8210 ac_status=$?
8211 grep -v '^ *+' conftest.er1 >conftest.err
8212 rm -f conftest.er1
8213 cat conftest.err >&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); } && {
8216 test -z "$ac_c_werror_flag" ||
8217 test ! -s conftest.err
8218 } && test -s conftest.$ac_objext; then
8219 eval "$as_ac_Header=yes"
8220 else
8221 echo "$as_me: failed program was:" >&5
8222 sed 's/^/| /' conftest.$ac_ext >&5
8224 eval "$as_ac_Header=no"
8227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8229 ac_res=`eval echo '${'$as_ac_Header'}'`
8230 { echo "$as_me:$LINENO: result: $ac_res" >&5
8231 echo "${ECHO_T}$ac_res" >&6; }
8232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8233 cat >>confdefs.h <<_ACEOF
8234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8235 _ACEOF
8239 done
8243 DLLEXT=""
8245 DLLFLAGS="-D_REENTRANT"
8247 LDSHARED=""
8249 LDDLLFLAGS=""
8251 LIBEXT="so"
8253 IMPLIBEXT="def"
8255 LDRPATH_INSTALL=""
8257 LDRPATH_LOCAL=""
8259 # Extract the first word of "ldd", so it can be a program name with args.
8260 set dummy ldd; ac_word=$2
8261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8263 if test "${ac_cv_path_LDD+set}" = set; then
8264 echo $ECHO_N "(cached) $ECHO_C" >&6
8265 else
8266 case $LDD in
8267 [\\/]* | ?:[\\/]*)
8268 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272 as_dummy="/sbin:/usr/sbin:$PATH"
8273 for as_dir in $as_dummy
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 break 2
8283 done
8284 done
8285 IFS=$as_save_IFS
8287 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8289 esac
8291 LDD=$ac_cv_path_LDD
8292 if test -n "$LDD"; then
8293 { echo "$as_me:$LINENO: result: $LDD" >&5
8294 echo "${ECHO_T}$LDD" >&6; }
8295 else
8296 { echo "$as_me:$LINENO: result: no" >&5
8297 echo "${ECHO_T}no" >&6; }
8302 case $host_os in
8303 cygwin*|mingw32*)
8304 if test -n "$ac_tool_prefix"; then
8305 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8306 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8309 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6
8311 else
8312 if test -n "$DLLTOOL"; then
8313 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8314 else
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8316 for as_dir in $PATH
8318 IFS=$as_save_IFS
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 break 2
8326 done
8327 done
8328 IFS=$as_save_IFS
8332 DLLTOOL=$ac_cv_prog_DLLTOOL
8333 if test -n "$DLLTOOL"; then
8334 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8335 echo "${ECHO_T}$DLLTOOL" >&6; }
8336 else
8337 { echo "$as_me:$LINENO: result: no" >&5
8338 echo "${ECHO_T}no" >&6; }
8343 if test -z "$ac_cv_prog_DLLTOOL"; then
8344 ac_ct_DLLTOOL=$DLLTOOL
8345 # Extract the first word of "dlltool", so it can be a program name with args.
8346 set dummy dlltool; ac_word=$2
8347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8349 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8350 echo $ECHO_N "(cached) $ECHO_C" >&6
8351 else
8352 if test -n "$ac_ct_DLLTOOL"; then
8353 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8354 else
8355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8356 for as_dir in $PATH
8358 IFS=$as_save_IFS
8359 test -z "$as_dir" && as_dir=.
8360 for ac_exec_ext in '' $ac_executable_extensions; do
8361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8362 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8364 break 2
8366 done
8367 done
8368 IFS=$as_save_IFS
8372 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8373 if test -n "$ac_ct_DLLTOOL"; then
8374 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8375 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8376 else
8377 { echo "$as_me:$LINENO: result: no" >&5
8378 echo "${ECHO_T}no" >&6; }
8381 if test "x$ac_ct_DLLTOOL" = x; then
8382 DLLTOOL="false"
8383 else
8384 case $cross_compiling:$ac_tool_warned in
8385 yes:)
8386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8387 whose name does not start with the host triplet. If you think this
8388 configuration is useful to you, please write to autoconf@gnu.org." >&5
8389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8390 whose name does not start with the host triplet. If you think this
8391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8392 ac_tool_warned=yes ;;
8393 esac
8394 DLLTOOL=$ac_ct_DLLTOOL
8396 else
8397 DLLTOOL="$ac_cv_prog_DLLTOOL"
8400 if test -n "$ac_tool_prefix"; then
8401 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8402 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8405 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8407 else
8408 if test -n "$DLLWRAP"; then
8409 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8410 else
8411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8412 for as_dir in $PATH
8414 IFS=$as_save_IFS
8415 test -z "$as_dir" && as_dir=.
8416 for ac_exec_ext in '' $ac_executable_extensions; do
8417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8418 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8420 break 2
8422 done
8423 done
8424 IFS=$as_save_IFS
8428 DLLWRAP=$ac_cv_prog_DLLWRAP
8429 if test -n "$DLLWRAP"; then
8430 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8431 echo "${ECHO_T}$DLLWRAP" >&6; }
8432 else
8433 { echo "$as_me:$LINENO: result: no" >&5
8434 echo "${ECHO_T}no" >&6; }
8439 if test -z "$ac_cv_prog_DLLWRAP"; then
8440 ac_ct_DLLWRAP=$DLLWRAP
8441 # Extract the first word of "dllwrap", so it can be a program name with args.
8442 set dummy dllwrap; ac_word=$2
8443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8445 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448 if test -n "$ac_ct_DLLWRAP"; then
8449 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8450 else
8451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8452 for as_dir in $PATH
8454 IFS=$as_save_IFS
8455 test -z "$as_dir" && as_dir=.
8456 for ac_exec_ext in '' $ac_executable_extensions; do
8457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8458 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8460 break 2
8462 done
8463 done
8464 IFS=$as_save_IFS
8468 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8469 if test -n "$ac_ct_DLLWRAP"; then
8470 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8471 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8472 else
8473 { echo "$as_me:$LINENO: result: no" >&5
8474 echo "${ECHO_T}no" >&6; }
8477 if test "x$ac_ct_DLLWRAP" = x; then
8478 DLLWRAP="false"
8479 else
8480 case $cross_compiling:$ac_tool_warned in
8481 yes:)
8482 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8483 whose name does not start with the host triplet. If you think this
8484 configuration is useful to you, please write to autoconf@gnu.org." >&5
8485 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8486 whose name does not start with the host triplet. If you think this
8487 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8488 ac_tool_warned=yes ;;
8489 esac
8490 DLLWRAP=$ac_ct_DLLWRAP
8492 else
8493 DLLWRAP="$ac_cv_prog_DLLWRAP"
8496 if test -n "$ac_tool_prefix"; then
8497 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8498 set dummy ${ac_tool_prefix}ar; ac_word=$2
8499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8501 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8502 echo $ECHO_N "(cached) $ECHO_C" >&6
8503 else
8504 if test -n "$MINGWAR"; then
8505 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8506 else
8507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8508 for as_dir in $PATH
8510 IFS=$as_save_IFS
8511 test -z "$as_dir" && as_dir=.
8512 for ac_exec_ext in '' $ac_executable_extensions; do
8513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8514 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8516 break 2
8518 done
8519 done
8520 IFS=$as_save_IFS
8524 MINGWAR=$ac_cv_prog_MINGWAR
8525 if test -n "$MINGWAR"; then
8526 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8527 echo "${ECHO_T}$MINGWAR" >&6; }
8528 else
8529 { echo "$as_me:$LINENO: result: no" >&5
8530 echo "${ECHO_T}no" >&6; }
8535 if test -z "$ac_cv_prog_MINGWAR"; then
8536 ac_ct_MINGWAR=$MINGWAR
8537 # Extract the first word of "ar", so it can be a program name with args.
8538 set dummy ar; ac_word=$2
8539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8541 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8542 echo $ECHO_N "(cached) $ECHO_C" >&6
8543 else
8544 if test -n "$ac_ct_MINGWAR"; then
8545 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_ac_ct_MINGWAR="ar"
8555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8558 done
8559 done
8560 IFS=$as_save_IFS
8564 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8565 if test -n "$ac_ct_MINGWAR"; then
8566 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8567 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8568 else
8569 { echo "$as_me:$LINENO: result: no" >&5
8570 echo "${ECHO_T}no" >&6; }
8573 if test "x$ac_ct_MINGWAR" = x; then
8574 MINGWAR="false"
8575 else
8576 case $cross_compiling:$ac_tool_warned in
8577 yes:)
8578 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8579 whose name does not start with the host triplet. If you think this
8580 configuration is useful to you, please write to autoconf@gnu.org." >&5
8581 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8582 whose name does not start with the host triplet. If you think this
8583 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8584 ac_tool_warned=yes ;;
8585 esac
8586 MINGWAR=$ac_ct_MINGWAR
8588 else
8589 MINGWAR="$ac_cv_prog_MINGWAR"
8592 if test "$DLLWRAP" = "false"; then
8593 LIBEXT="a"
8594 else
8595 LIBEXT="dll"
8597 IMPLIBEXT="a"
8598 WIN16_FILES=""
8599 WIN16_INSTALL=""
8601 darwin*|macosx*)
8602 DLLEXT=".so"
8603 LIBEXT="dylib"
8604 DLLFLAGS="$DLLFLAGS -fPIC"
8605 LDDLLFLAGS="-bundle -multiply_defined suppress"
8606 LIBWINE_LDFLAGS="-multiply_defined suppress"
8607 LDSHARED="\$(CC) -dynamiclib"
8608 STRIP="$STRIP -x"
8609 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8610 SECURITYLIB="-framework Security -framework CoreFoundation"
8612 COREFOUNDATIONLIB="-framework CoreFoundation"
8614 IOKITLIB="-framework IOKit -framework CoreFoundation"
8616 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8618 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8619 then
8620 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8623 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8624 then
8625 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8628 case $host_cpu in
8629 *powerpc*)
8630 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8631 esac
8632 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8633 then
8634 CARBONLIB="-framework Carbon"
8636 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8640 DLLFLAGS="$DLLFLAGS -fPIC"
8641 DLLEXT=".so"
8642 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8643 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8644 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8645 echo $ECHO_N "(cached) $ECHO_C" >&6
8646 else
8647 ac_wine_try_cflags_saved=$CFLAGS
8648 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8649 cat >conftest.$ac_ext <<_ACEOF
8650 void myfunc() {}
8651 _ACEOF
8652 rm -f conftest.$ac_objext conftest$ac_exeext
8653 if { (ac_try="$ac_link"
8654 case "(($ac_try" in
8655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8656 *) ac_try_echo=$ac_try;;
8657 esac
8658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8659 (eval "$ac_link") 2>conftest.er1
8660 ac_status=$?
8661 grep -v '^ *+' conftest.er1 >conftest.err
8662 rm -f conftest.er1
8663 cat conftest.err >&5
8664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665 (exit $ac_status); } && {
8666 test -z "$ac_c_werror_flag" ||
8667 test ! -s conftest.err
8668 } && test -s conftest$ac_exeext &&
8669 $as_test_x conftest$ac_exeext; then
8670 ac_cv_c_dll_gnuelf="yes"
8671 else
8672 echo "$as_me: failed program was:" >&5
8673 sed 's/^/| /' conftest.$ac_ext >&5
8675 ac_cv_c_dll_gnuelf="no"
8678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8679 conftest$ac_exeext conftest.$ac_ext
8680 CFLAGS=$ac_wine_try_cflags_saved
8682 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8683 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8684 if test "$ac_cv_c_dll_gnuelf" = "yes"
8685 then
8686 LDSHARED="\$(CC) -shared"
8687 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8688 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8689 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8690 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8691 echo $ECHO_N "(cached) $ECHO_C" >&6
8692 else
8693 ac_wine_try_cflags_saved=$CFLAGS
8694 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8695 cat >conftest.$ac_ext <<_ACEOF
8696 /* confdefs.h. */
8697 _ACEOF
8698 cat confdefs.h >>conftest.$ac_ext
8699 cat >>conftest.$ac_ext <<_ACEOF
8700 /* end confdefs.h. */
8703 main ()
8707 return 0;
8709 _ACEOF
8710 rm -f conftest.$ac_objext conftest$ac_exeext
8711 if { (ac_try="$ac_link"
8712 case "(($ac_try" in
8713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8714 *) ac_try_echo=$ac_try;;
8715 esac
8716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8717 (eval "$ac_link") 2>conftest.er1
8718 ac_status=$?
8719 grep -v '^ *+' conftest.er1 >conftest.err
8720 rm -f conftest.er1
8721 cat conftest.err >&5
8722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723 (exit $ac_status); } && {
8724 test -z "$ac_c_werror_flag" ||
8725 test ! -s conftest.err
8726 } && test -s conftest$ac_exeext &&
8727 $as_test_x conftest$ac_exeext; then
8728 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8729 else
8730 echo "$as_me: failed program was:" >&5
8731 sed 's/^/| /' conftest.$ac_ext >&5
8733 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8737 conftest$ac_exeext conftest.$ac_ext
8738 CFLAGS=$ac_wine_try_cflags_saved
8740 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8741 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8742 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8743 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8744 else
8745 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8746 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8747 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8748 echo $ECHO_N "(cached) $ECHO_C" >&6
8749 else
8750 ac_wine_try_cflags_saved=$CFLAGS
8751 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8752 cat >conftest.$ac_ext <<_ACEOF
8753 /* confdefs.h. */
8754 _ACEOF
8755 cat confdefs.h >>conftest.$ac_ext
8756 cat >>conftest.$ac_ext <<_ACEOF
8757 /* end confdefs.h. */
8760 main ()
8764 return 0;
8766 _ACEOF
8767 rm -f conftest.$ac_objext conftest$ac_exeext
8768 if { (ac_try="$ac_link"
8769 case "(($ac_try" in
8770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8771 *) ac_try_echo=$ac_try;;
8772 esac
8773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8774 (eval "$ac_link") 2>conftest.er1
8775 ac_status=$?
8776 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1
8778 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && {
8781 test -z "$ac_c_werror_flag" ||
8782 test ! -s conftest.err
8783 } && test -s conftest$ac_exeext &&
8784 $as_test_x conftest$ac_exeext; then
8785 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8786 else
8787 echo "$as_me: failed program was:" >&5
8788 sed 's/^/| /' conftest.$ac_ext >&5
8790 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8794 conftest$ac_exeext conftest.$ac_ext
8795 CFLAGS=$ac_wine_try_cflags_saved
8797 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8798 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8799 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8800 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8806 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8807 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8808 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8809 echo $ECHO_N "(cached) $ECHO_C" >&6
8810 else
8811 ac_wine_try_cflags_saved=$CFLAGS
8812 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8813 cat >conftest.$ac_ext <<_ACEOF
8814 /* confdefs.h. */
8815 _ACEOF
8816 cat confdefs.h >>conftest.$ac_ext
8817 cat >>conftest.$ac_ext <<_ACEOF
8818 /* end confdefs.h. */
8821 main ()
8825 return 0;
8827 _ACEOF
8828 rm -f conftest.$ac_objext conftest$ac_exeext
8829 if { (ac_try="$ac_link"
8830 case "(($ac_try" in
8831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8832 *) ac_try_echo=$ac_try;;
8833 esac
8834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8835 (eval "$ac_link") 2>conftest.er1
8836 ac_status=$?
8837 grep -v '^ *+' conftest.er1 >conftest.err
8838 rm -f conftest.er1
8839 cat conftest.err >&5
8840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8841 (exit $ac_status); } && {
8842 test -z "$ac_c_werror_flag" ||
8843 test ! -s conftest.err
8844 } && test -s conftest$ac_exeext &&
8845 $as_test_x conftest$ac_exeext; then
8846 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8847 else
8848 echo "$as_me: failed program was:" >&5
8849 sed 's/^/| /' conftest.$ac_ext >&5
8851 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8855 conftest$ac_exeext conftest.$ac_ext
8856 CFLAGS=$ac_wine_try_cflags_saved
8858 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8859 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8860 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8861 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8865 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8866 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8867 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8868 echo $ECHO_N "(cached) $ECHO_C" >&6
8869 else
8870 ac_wine_try_cflags_saved=$CFLAGS
8871 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8872 cat >conftest.$ac_ext <<_ACEOF
8873 /* confdefs.h. */
8874 _ACEOF
8875 cat confdefs.h >>conftest.$ac_ext
8876 cat >>conftest.$ac_ext <<_ACEOF
8877 /* end confdefs.h. */
8880 main ()
8884 return 0;
8886 _ACEOF
8887 rm -f conftest.$ac_objext conftest$ac_exeext
8888 if { (ac_try="$ac_link"
8889 case "(($ac_try" in
8890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8891 *) ac_try_echo=$ac_try;;
8892 esac
8893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8894 (eval "$ac_link") 2>conftest.er1
8895 ac_status=$?
8896 grep -v '^ *+' conftest.er1 >conftest.err
8897 rm -f conftest.er1
8898 cat conftest.err >&5
8899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900 (exit $ac_status); } && {
8901 test -z "$ac_c_werror_flag" ||
8902 test ! -s conftest.err
8903 } && test -s conftest$ac_exeext &&
8904 $as_test_x conftest$ac_exeext; then
8905 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8906 else
8907 echo "$as_me: failed program was:" >&5
8908 sed 's/^/| /' conftest.$ac_ext >&5
8910 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8914 conftest$ac_exeext conftest.$ac_ext
8915 CFLAGS=$ac_wine_try_cflags_saved
8917 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8918 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8919 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8920 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8924 echo '{ global: *; };' >conftest.map
8925 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8926 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8927 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8928 echo $ECHO_N "(cached) $ECHO_C" >&6
8929 else
8930 ac_wine_try_cflags_saved=$CFLAGS
8931 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8932 cat >conftest.$ac_ext <<_ACEOF
8933 /* confdefs.h. */
8934 _ACEOF
8935 cat confdefs.h >>conftest.$ac_ext
8936 cat >>conftest.$ac_ext <<_ACEOF
8937 /* end confdefs.h. */
8940 main ()
8944 return 0;
8946 _ACEOF
8947 rm -f conftest.$ac_objext conftest$ac_exeext
8948 if { (ac_try="$ac_link"
8949 case "(($ac_try" in
8950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8951 *) ac_try_echo=$ac_try;;
8952 esac
8953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8954 (eval "$ac_link") 2>conftest.er1
8955 ac_status=$?
8956 grep -v '^ *+' conftest.er1 >conftest.err
8957 rm -f conftest.er1
8958 cat conftest.err >&5
8959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8960 (exit $ac_status); } && {
8961 test -z "$ac_c_werror_flag" ||
8962 test ! -s conftest.err
8963 } && test -s conftest$ac_exeext &&
8964 $as_test_x conftest$ac_exeext; then
8965 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8966 else
8967 echo "$as_me: failed program was:" >&5
8968 sed 's/^/| /' conftest.$ac_ext >&5
8970 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8974 conftest$ac_exeext conftest.$ac_ext
8975 CFLAGS=$ac_wine_try_cflags_saved
8977 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8978 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8979 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8980 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8983 rm -f conftest.map
8985 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8986 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8987 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8988 echo $ECHO_N "(cached) $ECHO_C" >&6
8989 else
8990 ac_wine_try_cflags_saved=$CFLAGS
8991 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8992 cat >conftest.$ac_ext <<_ACEOF
8993 /* confdefs.h. */
8994 _ACEOF
8995 cat confdefs.h >>conftest.$ac_ext
8996 cat >>conftest.$ac_ext <<_ACEOF
8997 /* end confdefs.h. */
9000 main ()
9004 return 0;
9006 _ACEOF
9007 rm -f conftest.$ac_objext conftest$ac_exeext
9008 if { (ac_try="$ac_link"
9009 case "(($ac_try" in
9010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9011 *) ac_try_echo=$ac_try;;
9012 esac
9013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9014 (eval "$ac_link") 2>conftest.er1
9015 ac_status=$?
9016 grep -v '^ *+' conftest.er1 >conftest.err
9017 rm -f conftest.er1
9018 cat conftest.err >&5
9019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9020 (exit $ac_status); } && {
9021 test -z "$ac_c_werror_flag" ||
9022 test ! -s conftest.err
9023 } && test -s conftest$ac_exeext &&
9024 $as_test_x conftest$ac_exeext; then
9025 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9026 else
9027 echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9030 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9034 conftest$ac_exeext conftest.$ac_ext
9035 CFLAGS=$ac_wine_try_cflags_saved
9037 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9038 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9039 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9040 LDEXECFLAGS="-Wl,--export-dynamic"
9045 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9046 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9047 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9048 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9049 echo $ECHO_N "(cached) $ECHO_C" >&6
9050 else
9051 ac_wine_try_cflags_saved=$CFLAGS
9052 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9053 cat >conftest.$ac_ext <<_ACEOF
9054 /* confdefs.h. */
9055 _ACEOF
9056 cat confdefs.h >>conftest.$ac_ext
9057 cat >>conftest.$ac_ext <<_ACEOF
9058 /* end confdefs.h. */
9061 main ()
9065 return 0;
9067 _ACEOF
9068 rm -f conftest.$ac_objext conftest$ac_exeext
9069 if { (ac_try="$ac_link"
9070 case "(($ac_try" in
9071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9072 *) ac_try_echo=$ac_try;;
9073 esac
9074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9075 (eval "$ac_link") 2>conftest.er1
9076 ac_status=$?
9077 grep -v '^ *+' conftest.er1 >conftest.err
9078 rm -f conftest.er1
9079 cat conftest.err >&5
9080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9081 (exit $ac_status); } && {
9082 test -z "$ac_c_werror_flag" ||
9083 test ! -s conftest.err
9084 } && test -s conftest$ac_exeext &&
9085 $as_test_x conftest$ac_exeext; then
9086 eval "$as_ac_var=yes"
9087 else
9088 echo "$as_me: failed program was:" >&5
9089 sed 's/^/| /' conftest.$ac_ext >&5
9091 eval "$as_ac_var=no"
9094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9095 conftest$ac_exeext conftest.$ac_ext
9096 CFLAGS=$ac_wine_try_cflags_saved
9098 ac_res=`eval echo '${'$as_ac_var'}'`
9099 { echo "$as_me:$LINENO: result: $ac_res" >&5
9100 echo "${ECHO_T}$ac_res" >&6; }
9101 if test `eval echo '${'$as_ac_var'}'` = yes; then
9102 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9103 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9104 else
9105 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9106 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9107 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9108 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9109 echo $ECHO_N "(cached) $ECHO_C" >&6
9110 else
9111 ac_wine_try_cflags_saved=$CFLAGS
9112 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9113 cat >conftest.$ac_ext <<_ACEOF
9114 /* confdefs.h. */
9115 _ACEOF
9116 cat confdefs.h >>conftest.$ac_ext
9117 cat >>conftest.$ac_ext <<_ACEOF
9118 /* end confdefs.h. */
9121 main ()
9125 return 0;
9127 _ACEOF
9128 rm -f conftest.$ac_objext conftest$ac_exeext
9129 if { (ac_try="$ac_link"
9130 case "(($ac_try" in
9131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9132 *) ac_try_echo=$ac_try;;
9133 esac
9134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9135 (eval "$ac_link") 2>conftest.er1
9136 ac_status=$?
9137 grep -v '^ *+' conftest.er1 >conftest.err
9138 rm -f conftest.er1
9139 cat conftest.err >&5
9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 (exit $ac_status); } && {
9142 test -z "$ac_c_werror_flag" ||
9143 test ! -s conftest.err
9144 } && test -s conftest$ac_exeext &&
9145 $as_test_x conftest$ac_exeext; then
9146 eval "$as_ac_var=yes"
9147 else
9148 echo "$as_me: failed program was:" >&5
9149 sed 's/^/| /' conftest.$ac_ext >&5
9151 eval "$as_ac_var=no"
9154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9155 conftest$ac_exeext conftest.$ac_ext
9156 CFLAGS=$ac_wine_try_cflags_saved
9158 ac_res=`eval echo '${'$as_ac_var'}'`
9159 { echo "$as_me:$LINENO: result: $ac_res" >&5
9160 echo "${ECHO_T}$ac_res" >&6; }
9161 if test `eval echo '${'$as_ac_var'}'` = yes; then
9162 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9163 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9169 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9170 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9171 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9172 echo $ECHO_N "(cached) $ECHO_C" >&6
9173 else
9174 ac_wine_try_cflags_saved=$CFLAGS
9175 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9176 cat >conftest.$ac_ext <<_ACEOF
9177 /* confdefs.h. */
9178 _ACEOF
9179 cat confdefs.h >>conftest.$ac_ext
9180 cat >>conftest.$ac_ext <<_ACEOF
9181 /* end confdefs.h. */
9184 main ()
9188 return 0;
9190 _ACEOF
9191 rm -f conftest.$ac_objext conftest$ac_exeext
9192 if { (ac_try="$ac_link"
9193 case "(($ac_try" in
9194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9195 *) ac_try_echo=$ac_try;;
9196 esac
9197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9198 (eval "$ac_link") 2>conftest.er1
9199 ac_status=$?
9200 grep -v '^ *+' conftest.er1 >conftest.err
9201 rm -f conftest.er1
9202 cat conftest.err >&5
9203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9204 (exit $ac_status); } && {
9205 test -z "$ac_c_werror_flag" ||
9206 test ! -s conftest.err
9207 } && test -s conftest$ac_exeext &&
9208 $as_test_x conftest$ac_exeext; then
9209 ac_cv_cflags__Wl___enable_new_dtags=yes
9210 else
9211 echo "$as_me: failed program was:" >&5
9212 sed 's/^/| /' conftest.$ac_ext >&5
9214 ac_cv_cflags__Wl___enable_new_dtags=no
9217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9218 conftest$ac_exeext conftest.$ac_ext
9219 CFLAGS=$ac_wine_try_cflags_saved
9221 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9222 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9223 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9224 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9228 case $host_cpu in
9229 *i[3456789]86* | x86_64)
9230 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9231 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9232 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9233 echo $ECHO_N "(cached) $ECHO_C" >&6
9234 else
9235 ac_wine_try_cflags_saved=$CFLAGS
9236 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9237 cat >conftest.$ac_ext <<_ACEOF
9238 /* confdefs.h. */
9239 _ACEOF
9240 cat confdefs.h >>conftest.$ac_ext
9241 cat >>conftest.$ac_ext <<_ACEOF
9242 /* end confdefs.h. */
9245 main ()
9249 return 0;
9251 _ACEOF
9252 rm -f conftest.$ac_objext conftest$ac_exeext
9253 if { (ac_try="$ac_link"
9254 case "(($ac_try" in
9255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9256 *) ac_try_echo=$ac_try;;
9257 esac
9258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9259 (eval "$ac_link") 2>conftest.er1
9260 ac_status=$?
9261 grep -v '^ *+' conftest.er1 >conftest.err
9262 rm -f conftest.er1
9263 cat conftest.err >&5
9264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9265 (exit $ac_status); } && {
9266 test -z "$ac_c_werror_flag" ||
9267 test ! -s conftest.err
9268 } && test -s conftest$ac_exeext &&
9269 $as_test_x conftest$ac_exeext; then
9270 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9271 else
9272 echo "$as_me: failed program was:" >&5
9273 sed 's/^/| /' conftest.$ac_ext >&5
9275 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9279 conftest$ac_exeext conftest.$ac_ext
9280 CFLAGS=$ac_wine_try_cflags_saved
9282 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9283 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9284 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9285 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9289 esac
9291 else
9292 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9293 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9294 if test "${ac_cv_c_dll_unixware+set}" = set; then
9295 echo $ECHO_N "(cached) $ECHO_C" >&6
9296 else
9297 ac_wine_try_cflags_saved=$CFLAGS
9298 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9299 cat >conftest.$ac_ext <<_ACEOF
9300 void myfunc() {}
9301 _ACEOF
9302 rm -f conftest.$ac_objext conftest$ac_exeext
9303 if { (ac_try="$ac_link"
9304 case "(($ac_try" in
9305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9306 *) ac_try_echo=$ac_try;;
9307 esac
9308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9309 (eval "$ac_link") 2>conftest.er1
9310 ac_status=$?
9311 grep -v '^ *+' conftest.er1 >conftest.err
9312 rm -f conftest.er1
9313 cat conftest.err >&5
9314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9315 (exit $ac_status); } && {
9316 test -z "$ac_c_werror_flag" ||
9317 test ! -s conftest.err
9318 } && test -s conftest$ac_exeext &&
9319 $as_test_x conftest$ac_exeext; then
9320 ac_cv_c_dll_unixware="yes"
9321 else
9322 echo "$as_me: failed program was:" >&5
9323 sed 's/^/| /' conftest.$ac_ext >&5
9325 ac_cv_c_dll_unixware="no"
9328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9329 conftest$ac_exeext conftest.$ac_ext
9330 CFLAGS=$ac_wine_try_cflags_saved
9332 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9333 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9334 if test "$ac_cv_c_dll_unixware" = "yes"
9335 then
9336 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9337 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9339 else
9340 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9341 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9342 if test "${ac_cv_c_dll_hpux+set}" = set; then
9343 echo $ECHO_N "(cached) $ECHO_C" >&6
9344 else
9345 ac_wine_try_cflags_saved=$CFLAGS
9346 CFLAGS="$CFLAGS -shared"
9347 cat >conftest.$ac_ext <<_ACEOF
9348 void myfunc() {}
9349 _ACEOF
9350 rm -f conftest.$ac_objext conftest$ac_exeext
9351 if { (ac_try="$ac_link"
9352 case "(($ac_try" in
9353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9354 *) ac_try_echo=$ac_try;;
9355 esac
9356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9357 (eval "$ac_link") 2>conftest.er1
9358 ac_status=$?
9359 grep -v '^ *+' conftest.er1 >conftest.err
9360 rm -f conftest.er1
9361 cat conftest.err >&5
9362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9363 (exit $ac_status); } && {
9364 test -z "$ac_c_werror_flag" ||
9365 test ! -s conftest.err
9366 } && test -s conftest$ac_exeext &&
9367 $as_test_x conftest$ac_exeext; then
9368 ac_cv_c_dll_hpux="yes"
9369 else
9370 echo "$as_me: failed program was:" >&5
9371 sed 's/^/| /' conftest.$ac_ext >&5
9373 ac_cv_c_dll_hpux="no"
9376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9377 conftest$ac_exeext conftest.$ac_ext
9378 CFLAGS=$ac_wine_try_cflags_saved
9380 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9381 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9382 if test "$ac_cv_c_dll_hpux" = "yes"
9383 then
9384 LIBEXT="sl"
9385 DLLEXT=".sl"
9386 LDDLLFLAGS="-shared -fPIC"
9387 LDSHARED="\$(CC) -shared"
9392 CROSSTEST=""
9394 if test "$cross_compiling" = "no"
9395 then
9396 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9398 # Extract the first word of "$ac_prog", so it can be a program name with args.
9399 set dummy $ac_prog; ac_word=$2
9400 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9402 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9403 echo $ECHO_N "(cached) $ECHO_C" >&6
9404 else
9405 if test -n "$CROSSCC"; then
9406 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9407 else
9408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9409 for as_dir in $PATH
9411 IFS=$as_save_IFS
9412 test -z "$as_dir" && as_dir=.
9413 for ac_exec_ext in '' $ac_executable_extensions; do
9414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9415 ac_cv_prog_CROSSCC="$ac_prog"
9416 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9417 break 2
9419 done
9420 done
9421 IFS=$as_save_IFS
9425 CROSSCC=$ac_cv_prog_CROSSCC
9426 if test -n "$CROSSCC"; then
9427 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9428 echo "${ECHO_T}$CROSSCC" >&6; }
9429 else
9430 { echo "$as_me:$LINENO: result: no" >&5
9431 echo "${ECHO_T}no" >&6; }
9435 test -n "$CROSSCC" && break
9436 done
9437 test -n "$CROSSCC" || CROSSCC="false"
9439 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9441 # Extract the first word of "$ac_prog", so it can be a program name with args.
9442 set dummy $ac_prog; ac_word=$2
9443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9445 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9446 echo $ECHO_N "(cached) $ECHO_C" >&6
9447 else
9448 if test -n "$DLLTOOL"; then
9449 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9450 else
9451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9452 for as_dir in $PATH
9454 IFS=$as_save_IFS
9455 test -z "$as_dir" && as_dir=.
9456 for ac_exec_ext in '' $ac_executable_extensions; do
9457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9458 ac_cv_prog_DLLTOOL="$ac_prog"
9459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9460 break 2
9462 done
9463 done
9464 IFS=$as_save_IFS
9468 DLLTOOL=$ac_cv_prog_DLLTOOL
9469 if test -n "$DLLTOOL"; then
9470 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9471 echo "${ECHO_T}$DLLTOOL" >&6; }
9472 else
9473 { echo "$as_me:$LINENO: result: no" >&5
9474 echo "${ECHO_T}no" >&6; }
9478 test -n "$DLLTOOL" && break
9479 done
9480 test -n "$DLLTOOL" || DLLTOOL="false"
9482 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9484 # Extract the first word of "$ac_prog", so it can be a program name with args.
9485 set dummy $ac_prog; ac_word=$2
9486 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9487 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9488 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9489 echo $ECHO_N "(cached) $ECHO_C" >&6
9490 else
9491 if test -n "$CROSSWINDRES"; then
9492 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9493 else
9494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9495 for as_dir in $PATH
9497 IFS=$as_save_IFS
9498 test -z "$as_dir" && as_dir=.
9499 for ac_exec_ext in '' $ac_executable_extensions; do
9500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9501 ac_cv_prog_CROSSWINDRES="$ac_prog"
9502 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9503 break 2
9505 done
9506 done
9507 IFS=$as_save_IFS
9511 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9512 if test -n "$CROSSWINDRES"; then
9513 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9514 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9515 else
9516 { echo "$as_me:$LINENO: result: no" >&5
9517 echo "${ECHO_T}no" >&6; }
9521 test -n "$CROSSWINDRES" && break
9522 done
9523 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9525 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9527 # Extract the first word of "$ac_prog", so it can be a program name with args.
9528 set dummy $ac_prog; ac_word=$2
9529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9531 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9532 echo $ECHO_N "(cached) $ECHO_C" >&6
9533 else
9534 if test -n "$MINGWAR"; then
9535 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9536 else
9537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9538 for as_dir in $PATH
9540 IFS=$as_save_IFS
9541 test -z "$as_dir" && as_dir=.
9542 for ac_exec_ext in '' $ac_executable_extensions; do
9543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9544 ac_cv_prog_MINGWAR="$ac_prog"
9545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9546 break 2
9548 done
9549 done
9550 IFS=$as_save_IFS
9554 MINGWAR=$ac_cv_prog_MINGWAR
9555 if test -n "$MINGWAR"; then
9556 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9557 echo "${ECHO_T}$MINGWAR" >&6; }
9558 else
9559 { echo "$as_me:$LINENO: result: no" >&5
9560 echo "${ECHO_T}no" >&6; }
9564 test -n "$MINGWAR" && break
9565 done
9566 test -n "$MINGWAR" || MINGWAR="false"
9568 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9571 esac
9573 enable_winequartz_drv=${enable_winequartz_drv:-no}
9575 if test "$LIBEXT" = "a"; then
9576 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9577 It is currently not possible to build Wine without shared library
9578 (.so) support to allow transparent switch between .so and .dll files.
9579 If you are using Linux, you will need a newer binutils.
9580 " >&5
9581 echo "$as_me: error: could not find a way to build shared libraries.
9582 It is currently not possible to build Wine without shared library
9583 (.so) support to allow transparent switch between .so and .dll files.
9584 If you are using Linux, you will need a newer binutils.
9585 " >&2;}
9586 { (exit 1); exit 1; }; }
9590 if test "$have_x" = "yes"
9591 then
9592 XLIB="-lXext -lX11"
9593 ac_save_CPPFLAGS="$CPPFLAGS"
9594 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9596 { echo "$as_me:$LINENO: checking for -lX11" >&5
9597 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9598 if test "${ac_cv_lib_soname_X11+set}" = set; then
9599 echo $ECHO_N "(cached) $ECHO_C" >&6
9600 else
9601 ac_check_soname_save_LIBS=$LIBS
9602 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9603 cat >conftest.$ac_ext <<_ACEOF
9604 /* confdefs.h. */
9605 _ACEOF
9606 cat confdefs.h >>conftest.$ac_ext
9607 cat >>conftest.$ac_ext <<_ACEOF
9608 /* end confdefs.h. */
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9613 #ifdef __cplusplus
9614 extern "C"
9615 #endif
9616 char XCreateWindow ();
9618 main ()
9620 return XCreateWindow ();
9622 return 0;
9624 _ACEOF
9625 rm -f conftest.$ac_objext conftest$ac_exeext
9626 if { (ac_try="$ac_link"
9627 case "(($ac_try" in
9628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9629 *) ac_try_echo=$ac_try;;
9630 esac
9631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9632 (eval "$ac_link") 2>conftest.er1
9633 ac_status=$?
9634 grep -v '^ *+' conftest.er1 >conftest.err
9635 rm -f conftest.er1
9636 cat conftest.err >&5
9637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638 (exit $ac_status); } && {
9639 test -z "$ac_c_werror_flag" ||
9640 test ! -s conftest.err
9641 } && test -s conftest$ac_exeext &&
9642 $as_test_x conftest$ac_exeext; then
9643 case "$LIBEXT" in
9644 dll) ;;
9645 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'` ;;
9646 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9647 esac
9648 else
9649 echo "$as_me: failed program was:" >&5
9650 sed 's/^/| /' conftest.$ac_ext >&5
9655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9656 conftest$ac_exeext conftest.$ac_ext
9657 LIBS=$ac_check_soname_save_LIBS
9659 if test "x$ac_cv_lib_soname_X11" = "x"; then
9660 { echo "$as_me:$LINENO: result: not found" >&5
9661 echo "${ECHO_T}not found" >&6; }
9663 else
9664 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9665 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9667 cat >>confdefs.h <<_ACEOF
9668 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9669 _ACEOF
9674 { echo "$as_me:$LINENO: checking for -lXext" >&5
9675 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9676 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9677 echo $ECHO_N "(cached) $ECHO_C" >&6
9678 else
9679 ac_check_soname_save_LIBS=$LIBS
9680 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9681 cat >conftest.$ac_ext <<_ACEOF
9682 /* confdefs.h. */
9683 _ACEOF
9684 cat confdefs.h >>conftest.$ac_ext
9685 cat >>conftest.$ac_ext <<_ACEOF
9686 /* end confdefs.h. */
9688 /* Override any GCC internal prototype to avoid an error.
9689 Use char because int might match the return type of a GCC
9690 builtin and then its argument prototype would still apply. */
9691 #ifdef __cplusplus
9692 extern "C"
9693 #endif
9694 char XextCreateExtension ();
9696 main ()
9698 return XextCreateExtension ();
9700 return 0;
9702 _ACEOF
9703 rm -f conftest.$ac_objext conftest$ac_exeext
9704 if { (ac_try="$ac_link"
9705 case "(($ac_try" in
9706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9707 *) ac_try_echo=$ac_try;;
9708 esac
9709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9710 (eval "$ac_link") 2>conftest.er1
9711 ac_status=$?
9712 grep -v '^ *+' conftest.er1 >conftest.err
9713 rm -f conftest.er1
9714 cat conftest.err >&5
9715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716 (exit $ac_status); } && {
9717 test -z "$ac_c_werror_flag" ||
9718 test ! -s conftest.err
9719 } && test -s conftest$ac_exeext &&
9720 $as_test_x conftest$ac_exeext; then
9721 case "$LIBEXT" in
9722 dll) ;;
9723 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'` ;;
9724 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9725 esac
9726 else
9727 echo "$as_me: failed program was:" >&5
9728 sed 's/^/| /' conftest.$ac_ext >&5
9733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9734 conftest$ac_exeext conftest.$ac_ext
9735 LIBS=$ac_check_soname_save_LIBS
9737 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9738 { echo "$as_me:$LINENO: result: not found" >&5
9739 echo "${ECHO_T}not found" >&6; }
9741 else
9742 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9743 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9745 cat >>confdefs.h <<_ACEOF
9746 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9747 _ACEOF
9765 for ac_header in X11/Xlib.h \
9766 X11/XKBlib.h \
9767 X11/Xutil.h \
9768 X11/Xcursor/Xcursor.h \
9769 X11/extensions/shape.h \
9770 X11/extensions/XInput.h \
9771 X11/extensions/XShm.h \
9772 X11/extensions/Xcomposite.h \
9773 X11/extensions/Xinerama.h \
9774 X11/extensions/Xrandr.h \
9775 X11/extensions/Xrender.h \
9776 X11/extensions/xf86vmode.h
9778 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9779 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9780 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9781 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9782 echo $ECHO_N "(cached) $ECHO_C" >&6
9783 else
9784 cat >conftest.$ac_ext <<_ACEOF
9785 /* confdefs.h. */
9786 _ACEOF
9787 cat confdefs.h >>conftest.$ac_ext
9788 cat >>conftest.$ac_ext <<_ACEOF
9789 /* end confdefs.h. */
9790 #ifdef HAVE_X11_XLIB_H
9791 # include <X11/Xlib.h>
9792 #endif
9793 #ifdef HAVE_X11_XUTIL_H
9794 # include <X11/Xutil.h>
9795 #endif
9797 #include <$ac_header>
9798 _ACEOF
9799 rm -f conftest.$ac_objext
9800 if { (ac_try="$ac_compile"
9801 case "(($ac_try" in
9802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9803 *) ac_try_echo=$ac_try;;
9804 esac
9805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9806 (eval "$ac_compile") 2>conftest.er1
9807 ac_status=$?
9808 grep -v '^ *+' conftest.er1 >conftest.err
9809 rm -f conftest.er1
9810 cat conftest.err >&5
9811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9812 (exit $ac_status); } && {
9813 test -z "$ac_c_werror_flag" ||
9814 test ! -s conftest.err
9815 } && test -s conftest.$ac_objext; then
9816 eval "$as_ac_Header=yes"
9817 else
9818 echo "$as_me: failed program was:" >&5
9819 sed 's/^/| /' conftest.$ac_ext >&5
9821 eval "$as_ac_Header=no"
9824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9826 ac_res=`eval echo '${'$as_ac_Header'}'`
9827 { echo "$as_me:$LINENO: result: $ac_res" >&5
9828 echo "${ECHO_T}$ac_res" >&6; }
9829 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9830 cat >>confdefs.h <<_ACEOF
9831 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9832 _ACEOF
9836 done
9839 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9840 then
9841 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9842 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9843 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9844 echo $ECHO_N "(cached) $ECHO_C" >&6
9845 else
9846 ac_check_lib_save_LIBS=$LIBS
9847 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9848 cat >conftest.$ac_ext <<_ACEOF
9849 /* confdefs.h. */
9850 _ACEOF
9851 cat confdefs.h >>conftest.$ac_ext
9852 cat >>conftest.$ac_ext <<_ACEOF
9853 /* end confdefs.h. */
9855 /* Override any GCC internal prototype to avoid an error.
9856 Use char because int might match the return type of a GCC
9857 builtin and then its argument prototype would still apply. */
9858 #ifdef __cplusplus
9859 extern "C"
9860 #endif
9861 char XkbQueryExtension ();
9863 main ()
9865 return XkbQueryExtension ();
9867 return 0;
9869 _ACEOF
9870 rm -f conftest.$ac_objext conftest$ac_exeext
9871 if { (ac_try="$ac_link"
9872 case "(($ac_try" in
9873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9874 *) ac_try_echo=$ac_try;;
9875 esac
9876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9877 (eval "$ac_link") 2>conftest.er1
9878 ac_status=$?
9879 grep -v '^ *+' conftest.er1 >conftest.err
9880 rm -f conftest.er1
9881 cat conftest.err >&5
9882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9883 (exit $ac_status); } && {
9884 test -z "$ac_c_werror_flag" ||
9885 test ! -s conftest.err
9886 } && test -s conftest$ac_exeext &&
9887 $as_test_x conftest$ac_exeext; then
9888 ac_cv_lib_X11_XkbQueryExtension=yes
9889 else
9890 echo "$as_me: failed program was:" >&5
9891 sed 's/^/| /' conftest.$ac_ext >&5
9893 ac_cv_lib_X11_XkbQueryExtension=no
9896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9897 conftest$ac_exeext conftest.$ac_ext
9898 LIBS=$ac_check_lib_save_LIBS
9900 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9901 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9902 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9904 cat >>confdefs.h <<\_ACEOF
9905 #define HAVE_XKB 1
9906 _ACEOF
9912 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9913 then
9914 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9915 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9916 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9917 echo $ECHO_N "(cached) $ECHO_C" >&6
9918 else
9919 ac_check_soname_save_LIBS=$LIBS
9920 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9921 cat >conftest.$ac_ext <<_ACEOF
9922 /* confdefs.h. */
9923 _ACEOF
9924 cat confdefs.h >>conftest.$ac_ext
9925 cat >>conftest.$ac_ext <<_ACEOF
9926 /* end confdefs.h. */
9928 /* Override any GCC internal prototype to avoid an error.
9929 Use char because int might match the return type of a GCC
9930 builtin and then its argument prototype would still apply. */
9931 #ifdef __cplusplus
9932 extern "C"
9933 #endif
9934 char XcursorImageLoadCursor ();
9936 main ()
9938 return XcursorImageLoadCursor ();
9940 return 0;
9942 _ACEOF
9943 rm -f conftest.$ac_objext conftest$ac_exeext
9944 if { (ac_try="$ac_link"
9945 case "(($ac_try" in
9946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9947 *) ac_try_echo=$ac_try;;
9948 esac
9949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9950 (eval "$ac_link") 2>conftest.er1
9951 ac_status=$?
9952 grep -v '^ *+' conftest.er1 >conftest.err
9953 rm -f conftest.er1
9954 cat conftest.err >&5
9955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9956 (exit $ac_status); } && {
9957 test -z "$ac_c_werror_flag" ||
9958 test ! -s conftest.err
9959 } && test -s conftest$ac_exeext &&
9960 $as_test_x conftest$ac_exeext; then
9961 case "$LIBEXT" in
9962 dll) ;;
9963 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'` ;;
9964 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9965 esac
9966 else
9967 echo "$as_me: failed program was:" >&5
9968 sed 's/^/| /' conftest.$ac_ext >&5
9973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9974 conftest$ac_exeext conftest.$ac_ext
9975 LIBS=$ac_check_soname_save_LIBS
9977 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9978 { echo "$as_me:$LINENO: result: not found" >&5
9979 echo "${ECHO_T}not found" >&6; }
9981 else
9982 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9983 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9985 cat >>confdefs.h <<_ACEOF
9986 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9987 _ACEOF
9993 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9994 case "x$with_xcursor" in
9995 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9996 xno) ;;
9997 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9998 This is an error since --with-xcursor was requested." >&5
9999 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10000 This is an error since --with-xcursor was requested." >&2;}
10001 { (exit 1); exit 1; }; } ;;
10002 esac
10006 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10007 then
10008 { echo "$as_me:$LINENO: checking for -lXi" >&5
10009 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10010 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10011 echo $ECHO_N "(cached) $ECHO_C" >&6
10012 else
10013 ac_check_soname_save_LIBS=$LIBS
10014 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10015 cat >conftest.$ac_ext <<_ACEOF
10016 /* confdefs.h. */
10017 _ACEOF
10018 cat confdefs.h >>conftest.$ac_ext
10019 cat >>conftest.$ac_ext <<_ACEOF
10020 /* end confdefs.h. */
10022 /* Override any GCC internal prototype to avoid an error.
10023 Use char because int might match the return type of a GCC
10024 builtin and then its argument prototype would still apply. */
10025 #ifdef __cplusplus
10026 extern "C"
10027 #endif
10028 char XOpenDevice ();
10030 main ()
10032 return XOpenDevice ();
10034 return 0;
10036 _ACEOF
10037 rm -f conftest.$ac_objext conftest$ac_exeext
10038 if { (ac_try="$ac_link"
10039 case "(($ac_try" in
10040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10041 *) ac_try_echo=$ac_try;;
10042 esac
10043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10044 (eval "$ac_link") 2>conftest.er1
10045 ac_status=$?
10046 grep -v '^ *+' conftest.er1 >conftest.err
10047 rm -f conftest.er1
10048 cat conftest.err >&5
10049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10050 (exit $ac_status); } && {
10051 test -z "$ac_c_werror_flag" ||
10052 test ! -s conftest.err
10053 } && test -s conftest$ac_exeext &&
10054 $as_test_x conftest$ac_exeext; then
10055 case "$LIBEXT" in
10056 dll) ;;
10057 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'` ;;
10058 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10059 esac
10060 else
10061 echo "$as_me: failed program was:" >&5
10062 sed 's/^/| /' conftest.$ac_ext >&5
10067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10068 conftest$ac_exeext conftest.$ac_ext
10069 LIBS=$ac_check_soname_save_LIBS
10071 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10072 { echo "$as_me:$LINENO: result: not found" >&5
10073 echo "${ECHO_T}not found" >&6; }
10075 else
10076 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10077 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10079 cat >>confdefs.h <<_ACEOF
10080 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10081 _ACEOF
10087 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10088 case "x$with_xinput" in
10089 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10090 xno) ;;
10091 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10092 This is an error since --with-xinput was requested." >&5
10093 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10094 This is an error since --with-xinput was requested." >&2;}
10095 { (exit 1); exit 1; }; } ;;
10096 esac
10100 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10101 then
10102 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10103 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10104 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10105 echo $ECHO_N "(cached) $ECHO_C" >&6
10106 else
10107 ac_check_lib_save_LIBS=$LIBS
10108 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10109 cat >conftest.$ac_ext <<_ACEOF
10110 /* confdefs.h. */
10111 _ACEOF
10112 cat confdefs.h >>conftest.$ac_ext
10113 cat >>conftest.$ac_ext <<_ACEOF
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10119 #ifdef __cplusplus
10120 extern "C"
10121 #endif
10122 char XShmQueryExtension ();
10124 main ()
10126 return XShmQueryExtension ();
10128 return 0;
10130 _ACEOF
10131 rm -f conftest.$ac_objext conftest$ac_exeext
10132 if { (ac_try="$ac_link"
10133 case "(($ac_try" in
10134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10135 *) ac_try_echo=$ac_try;;
10136 esac
10137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10138 (eval "$ac_link") 2>conftest.er1
10139 ac_status=$?
10140 grep -v '^ *+' conftest.er1 >conftest.err
10141 rm -f conftest.er1
10142 cat conftest.err >&5
10143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10144 (exit $ac_status); } && {
10145 test -z "$ac_c_werror_flag" ||
10146 test ! -s conftest.err
10147 } && test -s conftest$ac_exeext &&
10148 $as_test_x conftest$ac_exeext; then
10149 ac_cv_lib_Xext_XShmQueryExtension=yes
10150 else
10151 echo "$as_me: failed program was:" >&5
10152 sed 's/^/| /' conftest.$ac_ext >&5
10154 ac_cv_lib_Xext_XShmQueryExtension=no
10157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10158 conftest$ac_exeext conftest.$ac_ext
10159 LIBS=$ac_check_lib_save_LIBS
10161 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10162 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10163 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10165 cat >>confdefs.h <<\_ACEOF
10166 #define HAVE_LIBXXSHM 1
10167 _ACEOF
10172 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10173 case "x$with_xshm" in
10174 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10175 xno) ;;
10176 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10177 This is an error since --with-xshm was requested." >&5
10178 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10179 This is an error since --with-xshm was requested." >&2;}
10180 { (exit 1); exit 1; }; } ;;
10181 esac
10185 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10186 then
10187 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10188 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10189 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10190 echo $ECHO_N "(cached) $ECHO_C" >&6
10191 else
10192 ac_check_lib_save_LIBS=$LIBS
10193 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10194 cat >conftest.$ac_ext <<_ACEOF
10195 /* confdefs.h. */
10196 _ACEOF
10197 cat confdefs.h >>conftest.$ac_ext
10198 cat >>conftest.$ac_ext <<_ACEOF
10199 /* end confdefs.h. */
10201 /* Override any GCC internal prototype to avoid an error.
10202 Use char because int might match the return type of a GCC
10203 builtin and then its argument prototype would still apply. */
10204 #ifdef __cplusplus
10205 extern "C"
10206 #endif
10207 char XShapeQueryExtension ();
10209 main ()
10211 return XShapeQueryExtension ();
10213 return 0;
10215 _ACEOF
10216 rm -f conftest.$ac_objext conftest$ac_exeext
10217 if { (ac_try="$ac_link"
10218 case "(($ac_try" in
10219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10220 *) ac_try_echo=$ac_try;;
10221 esac
10222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10223 (eval "$ac_link") 2>conftest.er1
10224 ac_status=$?
10225 grep -v '^ *+' conftest.er1 >conftest.err
10226 rm -f conftest.er1
10227 cat conftest.err >&5
10228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10229 (exit $ac_status); } && {
10230 test -z "$ac_c_werror_flag" ||
10231 test ! -s conftest.err
10232 } && test -s conftest$ac_exeext &&
10233 $as_test_x conftest$ac_exeext; then
10234 ac_cv_lib_Xext_XShapeQueryExtension=yes
10235 else
10236 echo "$as_me: failed program was:" >&5
10237 sed 's/^/| /' conftest.$ac_ext >&5
10239 ac_cv_lib_Xext_XShapeQueryExtension=no
10242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10243 conftest$ac_exeext conftest.$ac_ext
10244 LIBS=$ac_check_lib_save_LIBS
10246 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10247 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10248 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10250 cat >>confdefs.h <<\_ACEOF
10251 #define HAVE_LIBXSHAPE 1
10252 _ACEOF
10257 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10258 case "x$with_xshape" in
10259 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10260 xno) ;;
10261 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10262 This is an error since --with-xshape was requested." >&5
10263 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10264 This is an error since --with-xshape was requested." >&2;}
10265 { (exit 1); exit 1; }; } ;;
10266 esac
10270 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10271 then
10272 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10273 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10274 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10275 echo $ECHO_N "(cached) $ECHO_C" >&6
10276 else
10277 ac_check_soname_save_LIBS=$LIBS
10278 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10279 cat >conftest.$ac_ext <<_ACEOF
10280 /* confdefs.h. */
10281 _ACEOF
10282 cat confdefs.h >>conftest.$ac_ext
10283 cat >>conftest.$ac_ext <<_ACEOF
10284 /* end confdefs.h. */
10286 /* Override any GCC internal prototype to avoid an error.
10287 Use char because int might match the return type of a GCC
10288 builtin and then its argument prototype would still apply. */
10289 #ifdef __cplusplus
10290 extern "C"
10291 #endif
10292 char XF86VidModeQueryExtension ();
10294 main ()
10296 return XF86VidModeQueryExtension ();
10298 return 0;
10300 _ACEOF
10301 rm -f conftest.$ac_objext conftest$ac_exeext
10302 if { (ac_try="$ac_link"
10303 case "(($ac_try" in
10304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10305 *) ac_try_echo=$ac_try;;
10306 esac
10307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10308 (eval "$ac_link") 2>conftest.er1
10309 ac_status=$?
10310 grep -v '^ *+' conftest.er1 >conftest.err
10311 rm -f conftest.er1
10312 cat conftest.err >&5
10313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10314 (exit $ac_status); } && {
10315 test -z "$ac_c_werror_flag" ||
10316 test ! -s conftest.err
10317 } && test -s conftest$ac_exeext &&
10318 $as_test_x conftest$ac_exeext; then
10319 case "$LIBEXT" in
10320 dll) ;;
10321 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'` ;;
10322 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10323 esac
10324 else
10325 echo "$as_me: failed program was:" >&5
10326 sed 's/^/| /' conftest.$ac_ext >&5
10331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10332 conftest$ac_exeext conftest.$ac_ext
10333 LIBS=$ac_check_soname_save_LIBS
10335 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10336 { echo "$as_me:$LINENO: result: not found" >&5
10337 echo "${ECHO_T}not found" >&6; }
10339 else
10340 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10341 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10343 cat >>confdefs.h <<_ACEOF
10344 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10345 _ACEOF
10351 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10352 case "x$with_xxf86vm" in
10353 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10354 xno) ;;
10355 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10356 This is an error since --with-xxf86vm was requested." >&5
10357 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10358 This is an error since --with-xxf86vm was requested." >&2;}
10359 { (exit 1); exit 1; }; } ;;
10360 esac
10364 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"
10365 then
10366 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10367 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10368 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10369 echo $ECHO_N "(cached) $ECHO_C" >&6
10370 else
10371 ac_check_soname_save_LIBS=$LIBS
10372 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10373 cat >conftest.$ac_ext <<_ACEOF
10374 /* confdefs.h. */
10375 _ACEOF
10376 cat confdefs.h >>conftest.$ac_ext
10377 cat >>conftest.$ac_ext <<_ACEOF
10378 /* end confdefs.h. */
10380 /* Override any GCC internal prototype to avoid an error.
10381 Use char because int might match the return type of a GCC
10382 builtin and then its argument prototype would still apply. */
10383 #ifdef __cplusplus
10384 extern "C"
10385 #endif
10386 char XRenderQueryExtension ();
10388 main ()
10390 return XRenderQueryExtension ();
10392 return 0;
10394 _ACEOF
10395 rm -f conftest.$ac_objext conftest$ac_exeext
10396 if { (ac_try="$ac_link"
10397 case "(($ac_try" in
10398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10399 *) ac_try_echo=$ac_try;;
10400 esac
10401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10402 (eval "$ac_link") 2>conftest.er1
10403 ac_status=$?
10404 grep -v '^ *+' conftest.er1 >conftest.err
10405 rm -f conftest.er1
10406 cat conftest.err >&5
10407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10408 (exit $ac_status); } && {
10409 test -z "$ac_c_werror_flag" ||
10410 test ! -s conftest.err
10411 } && test -s conftest$ac_exeext &&
10412 $as_test_x conftest$ac_exeext; then
10413 case "$LIBEXT" in
10414 dll) ;;
10415 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'` ;;
10416 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10417 esac
10418 else
10419 echo "$as_me: failed program was:" >&5
10420 sed 's/^/| /' conftest.$ac_ext >&5
10425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10426 conftest$ac_exeext conftest.$ac_ext
10427 LIBS=$ac_check_soname_save_LIBS
10429 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10430 { echo "$as_me:$LINENO: result: not found" >&5
10431 echo "${ECHO_T}not found" >&6; }
10433 else
10434 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10435 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10437 cat >>confdefs.h <<_ACEOF
10438 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10439 _ACEOF
10441 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10442 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10443 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10444 echo $ECHO_N "(cached) $ECHO_C" >&6
10445 else
10446 ac_check_lib_save_LIBS=$LIBS
10447 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10448 cat >conftest.$ac_ext <<_ACEOF
10449 /* confdefs.h. */
10450 _ACEOF
10451 cat confdefs.h >>conftest.$ac_ext
10452 cat >>conftest.$ac_ext <<_ACEOF
10453 /* end confdefs.h. */
10455 /* Override any GCC internal prototype to avoid an error.
10456 Use char because int might match the return type of a GCC
10457 builtin and then its argument prototype would still apply. */
10458 #ifdef __cplusplus
10459 extern "C"
10460 #endif
10461 char XRenderSetPictureTransform ();
10463 main ()
10465 return XRenderSetPictureTransform ();
10467 return 0;
10469 _ACEOF
10470 rm -f conftest.$ac_objext conftest$ac_exeext
10471 if { (ac_try="$ac_link"
10472 case "(($ac_try" in
10473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10474 *) ac_try_echo=$ac_try;;
10475 esac
10476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10477 (eval "$ac_link") 2>conftest.er1
10478 ac_status=$?
10479 grep -v '^ *+' conftest.er1 >conftest.err
10480 rm -f conftest.er1
10481 cat conftest.err >&5
10482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10483 (exit $ac_status); } && {
10484 test -z "$ac_c_werror_flag" ||
10485 test ! -s conftest.err
10486 } && test -s conftest$ac_exeext &&
10487 $as_test_x conftest$ac_exeext; then
10488 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10489 else
10490 echo "$as_me: failed program was:" >&5
10491 sed 's/^/| /' conftest.$ac_ext >&5
10493 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10497 conftest$ac_exeext conftest.$ac_ext
10498 LIBS=$ac_check_lib_save_LIBS
10500 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10501 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10502 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10504 cat >>confdefs.h <<\_ACEOF
10505 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10506 _ACEOF
10514 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10515 case "x$with_xrender" in
10516 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10517 xno) ;;
10518 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10519 This is an error since --with-xrender was requested." >&5
10520 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10521 This is an error since --with-xrender was requested." >&2;}
10522 { (exit 1); exit 1; }; } ;;
10523 esac
10527 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10528 then
10529 cat >conftest.$ac_ext <<_ACEOF
10530 /* confdefs.h. */
10531 _ACEOF
10532 cat confdefs.h >>conftest.$ac_ext
10533 cat >>conftest.$ac_ext <<_ACEOF
10534 /* end confdefs.h. */
10535 #include <X11/Xlib.h>
10536 #include <X11/extensions/Xrandr.h>
10538 main ()
10540 static typeof(XRRSetScreenConfigAndRate) * func;
10542 return 0;
10544 _ACEOF
10545 rm -f conftest.$ac_objext
10546 if { (ac_try="$ac_compile"
10547 case "(($ac_try" in
10548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10549 *) ac_try_echo=$ac_try;;
10550 esac
10551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10552 (eval "$ac_compile") 2>conftest.er1
10553 ac_status=$?
10554 grep -v '^ *+' conftest.er1 >conftest.err
10555 rm -f conftest.er1
10556 cat conftest.err >&5
10557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10558 (exit $ac_status); } && {
10559 test -z "$ac_c_werror_flag" ||
10560 test ! -s conftest.err
10561 } && test -s conftest.$ac_objext; then
10562 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10563 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10564 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10565 echo $ECHO_N "(cached) $ECHO_C" >&6
10566 else
10567 ac_check_soname_save_LIBS=$LIBS
10568 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10569 cat >conftest.$ac_ext <<_ACEOF
10570 /* confdefs.h. */
10571 _ACEOF
10572 cat confdefs.h >>conftest.$ac_ext
10573 cat >>conftest.$ac_ext <<_ACEOF
10574 /* end confdefs.h. */
10576 /* Override any GCC internal prototype to avoid an error.
10577 Use char because int might match the return type of a GCC
10578 builtin and then its argument prototype would still apply. */
10579 #ifdef __cplusplus
10580 extern "C"
10581 #endif
10582 char XRRQueryExtension ();
10584 main ()
10586 return XRRQueryExtension ();
10588 return 0;
10590 _ACEOF
10591 rm -f conftest.$ac_objext conftest$ac_exeext
10592 if { (ac_try="$ac_link"
10593 case "(($ac_try" in
10594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10595 *) ac_try_echo=$ac_try;;
10596 esac
10597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10598 (eval "$ac_link") 2>conftest.er1
10599 ac_status=$?
10600 grep -v '^ *+' conftest.er1 >conftest.err
10601 rm -f conftest.er1
10602 cat conftest.err >&5
10603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604 (exit $ac_status); } && {
10605 test -z "$ac_c_werror_flag" ||
10606 test ! -s conftest.err
10607 } && test -s conftest$ac_exeext &&
10608 $as_test_x conftest$ac_exeext; then
10609 case "$LIBEXT" in
10610 dll) ;;
10611 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'` ;;
10612 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10613 esac
10614 else
10615 echo "$as_me: failed program was:" >&5
10616 sed 's/^/| /' conftest.$ac_ext >&5
10621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10622 conftest$ac_exeext conftest.$ac_ext
10623 LIBS=$ac_check_soname_save_LIBS
10625 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10626 { echo "$as_me:$LINENO: result: not found" >&5
10627 echo "${ECHO_T}not found" >&6; }
10629 else
10630 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10631 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10633 cat >>confdefs.h <<_ACEOF
10634 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10635 _ACEOF
10640 else
10641 echo "$as_me: failed program was:" >&5
10642 sed 's/^/| /' conftest.$ac_ext >&5
10647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10649 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10650 case "x$with_xrandr" in
10651 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10652 xno) ;;
10653 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10654 This is an error since --with-xrandr was requested." >&5
10655 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10656 This is an error since --with-xrandr was requested." >&2;}
10657 { (exit 1); exit 1; }; } ;;
10658 esac
10662 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10663 then
10664 cat >conftest.$ac_ext <<_ACEOF
10665 /* confdefs.h. */
10666 _ACEOF
10667 cat confdefs.h >>conftest.$ac_ext
10668 cat >>conftest.$ac_ext <<_ACEOF
10669 /* end confdefs.h. */
10670 #include <X11/Xlib.h>
10671 #include <X11/extensions/Xinerama.h>
10673 main ()
10675 static typeof(XineramaQueryScreens) * func;
10677 return 0;
10679 _ACEOF
10680 rm -f conftest.$ac_objext
10681 if { (ac_try="$ac_compile"
10682 case "(($ac_try" in
10683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10684 *) ac_try_echo=$ac_try;;
10685 esac
10686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10687 (eval "$ac_compile") 2>conftest.er1
10688 ac_status=$?
10689 grep -v '^ *+' conftest.er1 >conftest.err
10690 rm -f conftest.er1
10691 cat conftest.err >&5
10692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10693 (exit $ac_status); } && {
10694 test -z "$ac_c_werror_flag" ||
10695 test ! -s conftest.err
10696 } && test -s conftest.$ac_objext; then
10697 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10698 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10699 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10700 echo $ECHO_N "(cached) $ECHO_C" >&6
10701 else
10702 ac_check_soname_save_LIBS=$LIBS
10703 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10704 cat >conftest.$ac_ext <<_ACEOF
10705 /* confdefs.h. */
10706 _ACEOF
10707 cat confdefs.h >>conftest.$ac_ext
10708 cat >>conftest.$ac_ext <<_ACEOF
10709 /* end confdefs.h. */
10711 /* Override any GCC internal prototype to avoid an error.
10712 Use char because int might match the return type of a GCC
10713 builtin and then its argument prototype would still apply. */
10714 #ifdef __cplusplus
10715 extern "C"
10716 #endif
10717 char XineramaQueryScreens ();
10719 main ()
10721 return XineramaQueryScreens ();
10723 return 0;
10725 _ACEOF
10726 rm -f conftest.$ac_objext conftest$ac_exeext
10727 if { (ac_try="$ac_link"
10728 case "(($ac_try" in
10729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10730 *) ac_try_echo=$ac_try;;
10731 esac
10732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10733 (eval "$ac_link") 2>conftest.er1
10734 ac_status=$?
10735 grep -v '^ *+' conftest.er1 >conftest.err
10736 rm -f conftest.er1
10737 cat conftest.err >&5
10738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10739 (exit $ac_status); } && {
10740 test -z "$ac_c_werror_flag" ||
10741 test ! -s conftest.err
10742 } && test -s conftest$ac_exeext &&
10743 $as_test_x conftest$ac_exeext; then
10744 case "$LIBEXT" in
10745 dll) ;;
10746 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'` ;;
10747 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10748 esac
10749 else
10750 echo "$as_me: failed program was:" >&5
10751 sed 's/^/| /' conftest.$ac_ext >&5
10756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10757 conftest$ac_exeext conftest.$ac_ext
10758 LIBS=$ac_check_soname_save_LIBS
10760 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10761 { echo "$as_me:$LINENO: result: not found" >&5
10762 echo "${ECHO_T}not found" >&6; }
10764 else
10765 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10766 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10768 cat >>confdefs.h <<_ACEOF
10769 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10770 _ACEOF
10775 else
10776 echo "$as_me: failed program was:" >&5
10777 sed 's/^/| /' conftest.$ac_ext >&5
10782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10784 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10785 case "x$with_xinerama" in
10786 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10787 xno) ;;
10788 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10789 This is an error since --with-xinerama was requested." >&5
10790 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10791 This is an error since --with-xinerama was requested." >&2;}
10792 { (exit 1); exit 1; }; } ;;
10793 esac
10797 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10798 then
10799 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10800 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10801 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10802 echo $ECHO_N "(cached) $ECHO_C" >&6
10803 else
10804 ac_check_soname_save_LIBS=$LIBS
10805 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10806 cat >conftest.$ac_ext <<_ACEOF
10807 /* confdefs.h. */
10808 _ACEOF
10809 cat confdefs.h >>conftest.$ac_ext
10810 cat >>conftest.$ac_ext <<_ACEOF
10811 /* end confdefs.h. */
10813 /* Override any GCC internal prototype to avoid an error.
10814 Use char because int might match the return type of a GCC
10815 builtin and then its argument prototype would still apply. */
10816 #ifdef __cplusplus
10817 extern "C"
10818 #endif
10819 char XCompositeRedirectWindow ();
10821 main ()
10823 return XCompositeRedirectWindow ();
10825 return 0;
10827 _ACEOF
10828 rm -f conftest.$ac_objext conftest$ac_exeext
10829 if { (ac_try="$ac_link"
10830 case "(($ac_try" in
10831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10832 *) ac_try_echo=$ac_try;;
10833 esac
10834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10835 (eval "$ac_link") 2>conftest.er1
10836 ac_status=$?
10837 grep -v '^ *+' conftest.er1 >conftest.err
10838 rm -f conftest.er1
10839 cat conftest.err >&5
10840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10841 (exit $ac_status); } && {
10842 test -z "$ac_c_werror_flag" ||
10843 test ! -s conftest.err
10844 } && test -s conftest$ac_exeext &&
10845 $as_test_x conftest$ac_exeext; then
10846 case "$LIBEXT" in
10847 dll) ;;
10848 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'` ;;
10849 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10850 esac
10851 else
10852 echo "$as_me: failed program was:" >&5
10853 sed 's/^/| /' conftest.$ac_ext >&5
10858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10859 conftest$ac_exeext conftest.$ac_ext
10860 LIBS=$ac_check_soname_save_LIBS
10862 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10863 { echo "$as_me:$LINENO: result: not found" >&5
10864 echo "${ECHO_T}not found" >&6; }
10866 else
10867 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10868 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10870 cat >>confdefs.h <<_ACEOF
10871 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10872 _ACEOF
10878 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10879 case "x$with_xcomposite" in
10880 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10881 xno) ;;
10882 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10883 This is an error since --with-xcomposite was requested." >&5
10884 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10885 This is an error since --with-xcomposite was requested." >&2;}
10886 { (exit 1); exit 1; }; } ;;
10887 esac
10891 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10892 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10893 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10894 echo $ECHO_N "(cached) $ECHO_C" >&6
10895 else
10896 cat >conftest.$ac_ext <<_ACEOF
10897 /* confdefs.h. */
10898 _ACEOF
10899 cat confdefs.h >>conftest.$ac_ext
10900 cat >>conftest.$ac_ext <<_ACEOF
10901 /* end confdefs.h. */
10902 #ifdef HAVE_X11_XLIB_H
10903 #include <X11/Xlib.h>
10904 #endif
10907 main ()
10909 static XICCallback ac_aggr;
10910 if (ac_aggr.callback)
10911 return 0;
10913 return 0;
10915 _ACEOF
10916 rm -f conftest.$ac_objext
10917 if { (ac_try="$ac_compile"
10918 case "(($ac_try" in
10919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10920 *) ac_try_echo=$ac_try;;
10921 esac
10922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10923 (eval "$ac_compile") 2>conftest.er1
10924 ac_status=$?
10925 grep -v '^ *+' conftest.er1 >conftest.err
10926 rm -f conftest.er1
10927 cat conftest.err >&5
10928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10929 (exit $ac_status); } && {
10930 test -z "$ac_c_werror_flag" ||
10931 test ! -s conftest.err
10932 } && test -s conftest.$ac_objext; then
10933 ac_cv_member_XICCallback_callback=yes
10934 else
10935 echo "$as_me: failed program was:" >&5
10936 sed 's/^/| /' conftest.$ac_ext >&5
10938 cat >conftest.$ac_ext <<_ACEOF
10939 /* confdefs.h. */
10940 _ACEOF
10941 cat confdefs.h >>conftest.$ac_ext
10942 cat >>conftest.$ac_ext <<_ACEOF
10943 /* end confdefs.h. */
10944 #ifdef HAVE_X11_XLIB_H
10945 #include <X11/Xlib.h>
10946 #endif
10949 main ()
10951 static XICCallback ac_aggr;
10952 if (sizeof ac_aggr.callback)
10953 return 0;
10955 return 0;
10957 _ACEOF
10958 rm -f conftest.$ac_objext
10959 if { (ac_try="$ac_compile"
10960 case "(($ac_try" in
10961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10962 *) ac_try_echo=$ac_try;;
10963 esac
10964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10965 (eval "$ac_compile") 2>conftest.er1
10966 ac_status=$?
10967 grep -v '^ *+' conftest.er1 >conftest.err
10968 rm -f conftest.er1
10969 cat conftest.err >&5
10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10971 (exit $ac_status); } && {
10972 test -z "$ac_c_werror_flag" ||
10973 test ! -s conftest.err
10974 } && test -s conftest.$ac_objext; then
10975 ac_cv_member_XICCallback_callback=yes
10976 else
10977 echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.$ac_ext >&5
10980 ac_cv_member_XICCallback_callback=no
10983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10988 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10989 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10990 if test $ac_cv_member_XICCallback_callback = yes; then
10992 cat >>confdefs.h <<_ACEOF
10993 #define HAVE_XICCALLBACK_CALLBACK 1
10994 _ACEOF
11001 opengl_msg=""
11002 if test "x$with_opengl" != "xno"
11003 then
11008 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11010 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11011 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11013 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11014 echo $ECHO_N "(cached) $ECHO_C" >&6
11015 else
11016 cat >conftest.$ac_ext <<_ACEOF
11017 /* confdefs.h. */
11018 _ACEOF
11019 cat confdefs.h >>conftest.$ac_ext
11020 cat >>conftest.$ac_ext <<_ACEOF
11021 /* end confdefs.h. */
11022 #ifdef HAVE_GL_GLX_H
11023 # include <GL/glx.h>
11024 #endif
11026 #include <$ac_header>
11027 _ACEOF
11028 rm -f conftest.$ac_objext
11029 if { (ac_try="$ac_compile"
11030 case "(($ac_try" in
11031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11032 *) ac_try_echo=$ac_try;;
11033 esac
11034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11035 (eval "$ac_compile") 2>conftest.er1
11036 ac_status=$?
11037 grep -v '^ *+' conftest.er1 >conftest.err
11038 rm -f conftest.er1
11039 cat conftest.err >&5
11040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11041 (exit $ac_status); } && {
11042 test -z "$ac_c_werror_flag" ||
11043 test ! -s conftest.err
11044 } && test -s conftest.$ac_objext; then
11045 eval "$as_ac_Header=yes"
11046 else
11047 echo "$as_me: failed program was:" >&5
11048 sed 's/^/| /' conftest.$ac_ext >&5
11050 eval "$as_ac_Header=no"
11053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11055 ac_res=`eval echo '${'$as_ac_Header'}'`
11056 { echo "$as_me:$LINENO: result: $ac_res" >&5
11057 echo "${ECHO_T}$ac_res" >&6; }
11058 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11059 cat >>confdefs.h <<_ACEOF
11060 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11061 _ACEOF
11065 done
11067 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11068 then
11069 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11070 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11071 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11072 echo $ECHO_N "(cached) $ECHO_C" >&6
11073 else
11074 cat >conftest.$ac_ext <<_ACEOF
11075 /* confdefs.h. */
11076 _ACEOF
11077 cat confdefs.h >>conftest.$ac_ext
11078 cat >>conftest.$ac_ext <<_ACEOF
11079 /* end confdefs.h. */
11080 #include <GL/gl.h>
11082 main ()
11084 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11086 return 0;
11088 _ACEOF
11089 rm -f conftest.$ac_objext
11090 if { (ac_try="$ac_compile"
11091 case "(($ac_try" in
11092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11093 *) ac_try_echo=$ac_try;;
11094 esac
11095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11096 (eval "$ac_compile") 2>conftest.er1
11097 ac_status=$?
11098 grep -v '^ *+' conftest.er1 >conftest.err
11099 rm -f conftest.er1
11100 cat conftest.err >&5
11101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102 (exit $ac_status); } && {
11103 test -z "$ac_c_werror_flag" ||
11104 test ! -s conftest.err
11105 } && test -s conftest.$ac_objext; then
11106 wine_cv_opengl_header_version_OK="yes"
11107 else
11108 echo "$as_me: failed program was:" >&5
11109 sed 's/^/| /' conftest.$ac_ext >&5
11111 wine_cv_opengl_header_version_OK="no"
11114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11116 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11117 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11119 if test "$wine_cv_opengl_header_version_OK" = "yes"
11120 then
11121 { echo "$as_me:$LINENO: checking for -lGL" >&5
11122 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11123 if test "${ac_cv_lib_soname_GL+set}" = set; then
11124 echo $ECHO_N "(cached) $ECHO_C" >&6
11125 else
11126 ac_check_soname_save_LIBS=$LIBS
11127 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11128 cat >conftest.$ac_ext <<_ACEOF
11129 /* confdefs.h. */
11130 _ACEOF
11131 cat confdefs.h >>conftest.$ac_ext
11132 cat >>conftest.$ac_ext <<_ACEOF
11133 /* end confdefs.h. */
11135 /* Override any GCC internal prototype to avoid an error.
11136 Use char because int might match the return type of a GCC
11137 builtin and then its argument prototype would still apply. */
11138 #ifdef __cplusplus
11139 extern "C"
11140 #endif
11141 char glXCreateContext ();
11143 main ()
11145 return glXCreateContext ();
11147 return 0;
11149 _ACEOF
11150 rm -f conftest.$ac_objext conftest$ac_exeext
11151 if { (ac_try="$ac_link"
11152 case "(($ac_try" in
11153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11154 *) ac_try_echo=$ac_try;;
11155 esac
11156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11157 (eval "$ac_link") 2>conftest.er1
11158 ac_status=$?
11159 grep -v '^ *+' conftest.er1 >conftest.err
11160 rm -f conftest.er1
11161 cat conftest.err >&5
11162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11163 (exit $ac_status); } && {
11164 test -z "$ac_c_werror_flag" ||
11165 test ! -s conftest.err
11166 } && test -s conftest$ac_exeext &&
11167 $as_test_x conftest$ac_exeext; then
11168 case "$LIBEXT" in
11169 dll) ;;
11170 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'` ;;
11171 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11172 esac
11173 else
11174 echo "$as_me: failed program was:" >&5
11175 sed 's/^/| /' conftest.$ac_ext >&5
11180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11181 conftest$ac_exeext conftest.$ac_ext
11182 LIBS=$ac_check_soname_save_LIBS
11184 if test "x$ac_cv_lib_soname_GL" = "x"; then
11185 { echo "$as_me:$LINENO: result: not found" >&5
11186 echo "${ECHO_T}not found" >&6; }
11187 { echo "$as_me:$LINENO: checking for -lGL" >&5
11188 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11189 if test "${ac_cv_lib_soname_GL+set}" = set; then
11190 echo $ECHO_N "(cached) $ECHO_C" >&6
11191 else
11192 ac_check_soname_save_LIBS=$LIBS
11193 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"
11194 cat >conftest.$ac_ext <<_ACEOF
11195 /* confdefs.h. */
11196 _ACEOF
11197 cat confdefs.h >>conftest.$ac_ext
11198 cat >>conftest.$ac_ext <<_ACEOF
11199 /* end confdefs.h. */
11201 /* Override any GCC internal prototype to avoid an error.
11202 Use char because int might match the return type of a GCC
11203 builtin and then its argument prototype would still apply. */
11204 #ifdef __cplusplus
11205 extern "C"
11206 #endif
11207 char glXCreateContext ();
11209 main ()
11211 return glXCreateContext ();
11213 return 0;
11215 _ACEOF
11216 rm -f conftest.$ac_objext conftest$ac_exeext
11217 if { (ac_try="$ac_link"
11218 case "(($ac_try" in
11219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11220 *) ac_try_echo=$ac_try;;
11221 esac
11222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11223 (eval "$ac_link") 2>conftest.er1
11224 ac_status=$?
11225 grep -v '^ *+' conftest.er1 >conftest.err
11226 rm -f conftest.er1
11227 cat conftest.err >&5
11228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11229 (exit $ac_status); } && {
11230 test -z "$ac_c_werror_flag" ||
11231 test ! -s conftest.err
11232 } && test -s conftest$ac_exeext &&
11233 $as_test_x conftest$ac_exeext; then
11234 case "$LIBEXT" in
11235 dll) ;;
11236 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'` ;;
11237 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11238 esac
11239 else
11240 echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11247 conftest$ac_exeext conftest.$ac_ext
11248 LIBS=$ac_check_soname_save_LIBS
11250 if test "x$ac_cv_lib_soname_GL" = "x"; then
11251 { echo "$as_me:$LINENO: result: not found" >&5
11252 echo "${ECHO_T}not found" >&6; }
11253 if test -f /usr/X11R6/lib/libGL.a
11254 then
11255 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11256 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11257 else
11258 opengl_msg="No OpenGL library found on this system."
11260 else
11261 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11262 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11264 cat >>confdefs.h <<_ACEOF
11265 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11266 _ACEOF
11268 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"
11270 cat >>confdefs.h <<\_ACEOF
11271 #define HAVE_OPENGL 1
11272 _ACEOF
11276 else
11277 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11278 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11280 cat >>confdefs.h <<_ACEOF
11281 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11282 _ACEOF
11284 OPENGL_LIBS="-lGL"
11286 cat >>confdefs.h <<\_ACEOF
11287 #define HAVE_OPENGL 1
11288 _ACEOF
11292 if test "$ac_cv_header_GL_glu_h" = "yes"
11293 then
11294 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11295 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11296 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11297 echo $ECHO_N "(cached) $ECHO_C" >&6
11298 else
11299 ac_check_soname_save_LIBS=$LIBS
11300 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11301 cat >conftest.$ac_ext <<_ACEOF
11302 /* confdefs.h. */
11303 _ACEOF
11304 cat confdefs.h >>conftest.$ac_ext
11305 cat >>conftest.$ac_ext <<_ACEOF
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11311 #ifdef __cplusplus
11312 extern "C"
11313 #endif
11314 char gluLookAt ();
11316 main ()
11318 return gluLookAt ();
11320 return 0;
11322 _ACEOF
11323 rm -f conftest.$ac_objext conftest$ac_exeext
11324 if { (ac_try="$ac_link"
11325 case "(($ac_try" in
11326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11327 *) ac_try_echo=$ac_try;;
11328 esac
11329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11330 (eval "$ac_link") 2>conftest.er1
11331 ac_status=$?
11332 grep -v '^ *+' conftest.er1 >conftest.err
11333 rm -f conftest.er1
11334 cat conftest.err >&5
11335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11336 (exit $ac_status); } && {
11337 test -z "$ac_c_werror_flag" ||
11338 test ! -s conftest.err
11339 } && test -s conftest$ac_exeext &&
11340 $as_test_x conftest$ac_exeext; then
11341 case "$LIBEXT" in
11342 dll) ;;
11343 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'` ;;
11344 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11345 esac
11346 else
11347 echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.$ac_ext >&5
11353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11354 conftest$ac_exeext conftest.$ac_ext
11355 LIBS=$ac_check_soname_save_LIBS
11357 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11358 { echo "$as_me:$LINENO: result: not found" >&5
11359 echo "${ECHO_T}not found" >&6; }
11361 else
11362 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11363 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11365 cat >>confdefs.h <<_ACEOF
11366 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11367 _ACEOF
11373 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11374 case "x$with_glu" in
11375 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11376 xno) ;;
11377 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11378 This is an error since --with-glu was requested." >&5
11379 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11380 This is an error since --with-glu was requested." >&2;}
11381 { (exit 1); exit 1; }; } ;;
11382 esac
11385 else
11386 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11388 else
11389 opengl_msg="OpenGL development headers not found."
11392 if test -n "$opengl_msg"; then
11393 case "x$with_opengl" in
11394 x) wine_warnings="$wine_warnings|$opengl_msg
11395 OpenGL and Direct3D won't be supported." ;;
11396 xno) ;;
11397 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11398 OpenGL and Direct3D won't be supported.
11399 This is an error since --with-opengl was requested." >&5
11400 echo "$as_me: error: $opengl_msg
11401 OpenGL and Direct3D won't be supported.
11402 This is an error since --with-opengl was requested." >&2;}
11403 { (exit 1); exit 1; }; } ;;
11404 esac
11408 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11409 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11411 NASLIBS=""
11414 for ac_header in audio/audiolib.h
11416 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11417 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11418 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11421 echo $ECHO_N "(cached) $ECHO_C" >&6
11423 ac_res=`eval echo '${'$as_ac_Header'}'`
11424 { echo "$as_me:$LINENO: result: $ac_res" >&5
11425 echo "${ECHO_T}$ac_res" >&6; }
11426 else
11427 # Is the header compilable?
11428 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11429 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11430 cat >conftest.$ac_ext <<_ACEOF
11431 /* confdefs.h. */
11432 _ACEOF
11433 cat confdefs.h >>conftest.$ac_ext
11434 cat >>conftest.$ac_ext <<_ACEOF
11435 /* end confdefs.h. */
11436 $ac_includes_default
11437 #include <$ac_header>
11438 _ACEOF
11439 rm -f conftest.$ac_objext
11440 if { (ac_try="$ac_compile"
11441 case "(($ac_try" in
11442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11443 *) ac_try_echo=$ac_try;;
11444 esac
11445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11446 (eval "$ac_compile") 2>conftest.er1
11447 ac_status=$?
11448 grep -v '^ *+' conftest.er1 >conftest.err
11449 rm -f conftest.er1
11450 cat conftest.err >&5
11451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11452 (exit $ac_status); } && {
11453 test -z "$ac_c_werror_flag" ||
11454 test ! -s conftest.err
11455 } && test -s conftest.$ac_objext; then
11456 ac_header_compiler=yes
11457 else
11458 echo "$as_me: failed program was:" >&5
11459 sed 's/^/| /' conftest.$ac_ext >&5
11461 ac_header_compiler=no
11464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11465 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11466 echo "${ECHO_T}$ac_header_compiler" >&6; }
11468 # Is the header present?
11469 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11470 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11471 cat >conftest.$ac_ext <<_ACEOF
11472 /* confdefs.h. */
11473 _ACEOF
11474 cat confdefs.h >>conftest.$ac_ext
11475 cat >>conftest.$ac_ext <<_ACEOF
11476 /* end confdefs.h. */
11477 #include <$ac_header>
11478 _ACEOF
11479 if { (ac_try="$ac_cpp conftest.$ac_ext"
11480 case "(($ac_try" in
11481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11482 *) ac_try_echo=$ac_try;;
11483 esac
11484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11485 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11486 ac_status=$?
11487 grep -v '^ *+' conftest.er1 >conftest.err
11488 rm -f conftest.er1
11489 cat conftest.err >&5
11490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11491 (exit $ac_status); } >/dev/null && {
11492 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11493 test ! -s conftest.err
11494 }; then
11495 ac_header_preproc=yes
11496 else
11497 echo "$as_me: failed program was:" >&5
11498 sed 's/^/| /' conftest.$ac_ext >&5
11500 ac_header_preproc=no
11503 rm -f conftest.err conftest.$ac_ext
11504 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11505 echo "${ECHO_T}$ac_header_preproc" >&6; }
11507 # So? What about this header?
11508 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11509 yes:no: )
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11511 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11513 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11514 ac_header_preproc=yes
11516 no:yes:* )
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11518 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11519 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11520 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11521 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11522 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11523 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11524 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11525 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11526 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11527 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11528 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11529 ( cat <<\_ASBOX
11530 ## ------------------------------------ ##
11531 ## Report this to wine-devel@winehq.org ##
11532 ## ------------------------------------ ##
11533 _ASBOX
11534 ) | sed "s/^/$as_me: WARNING: /" >&2
11536 esac
11537 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11538 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11540 echo $ECHO_N "(cached) $ECHO_C" >&6
11541 else
11542 eval "$as_ac_Header=\$ac_header_preproc"
11544 ac_res=`eval echo '${'$as_ac_Header'}'`
11545 { echo "$as_me:$LINENO: result: $ac_res" >&5
11546 echo "${ECHO_T}$ac_res" >&6; }
11549 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11550 cat >>confdefs.h <<_ACEOF
11551 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11552 _ACEOF
11554 for ac_header in audio/soundlib.h
11556 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11557 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11558 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11560 echo $ECHO_N "(cached) $ECHO_C" >&6
11561 else
11562 cat >conftest.$ac_ext <<_ACEOF
11563 /* confdefs.h. */
11564 _ACEOF
11565 cat confdefs.h >>conftest.$ac_ext
11566 cat >>conftest.$ac_ext <<_ACEOF
11567 /* end confdefs.h. */
11568 #include <audio/audiolib.h>
11570 #include <$ac_header>
11571 _ACEOF
11572 rm -f conftest.$ac_objext
11573 if { (ac_try="$ac_compile"
11574 case "(($ac_try" in
11575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11576 *) ac_try_echo=$ac_try;;
11577 esac
11578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11579 (eval "$ac_compile") 2>conftest.er1
11580 ac_status=$?
11581 grep -v '^ *+' conftest.er1 >conftest.err
11582 rm -f conftest.er1
11583 cat conftest.err >&5
11584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11585 (exit $ac_status); } && {
11586 test -z "$ac_c_werror_flag" ||
11587 test ! -s conftest.err
11588 } && test -s conftest.$ac_objext; then
11589 eval "$as_ac_Header=yes"
11590 else
11591 echo "$as_me: failed program was:" >&5
11592 sed 's/^/| /' conftest.$ac_ext >&5
11594 eval "$as_ac_Header=no"
11597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11599 ac_res=`eval echo '${'$as_ac_Header'}'`
11600 { echo "$as_me:$LINENO: result: $ac_res" >&5
11601 echo "${ECHO_T}$ac_res" >&6; }
11602 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11603 cat >>confdefs.h <<_ACEOF
11604 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11605 _ACEOF
11609 done
11611 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11612 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11613 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11614 echo $ECHO_N "(cached) $ECHO_C" >&6
11615 else
11616 ac_check_lib_save_LIBS=$LIBS
11617 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11618 cat >conftest.$ac_ext <<_ACEOF
11619 /* confdefs.h. */
11620 _ACEOF
11621 cat confdefs.h >>conftest.$ac_ext
11622 cat >>conftest.$ac_ext <<_ACEOF
11623 /* end confdefs.h. */
11625 /* Override any GCC internal prototype to avoid an error.
11626 Use char because int might match the return type of a GCC
11627 builtin and then its argument prototype would still apply. */
11628 #ifdef __cplusplus
11629 extern "C"
11630 #endif
11631 char AuCreateFlow ();
11633 main ()
11635 return AuCreateFlow ();
11637 return 0;
11639 _ACEOF
11640 rm -f conftest.$ac_objext conftest$ac_exeext
11641 if { (ac_try="$ac_link"
11642 case "(($ac_try" in
11643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11644 *) ac_try_echo=$ac_try;;
11645 esac
11646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11647 (eval "$ac_link") 2>conftest.er1
11648 ac_status=$?
11649 grep -v '^ *+' conftest.er1 >conftest.err
11650 rm -f conftest.er1
11651 cat conftest.err >&5
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); } && {
11654 test -z "$ac_c_werror_flag" ||
11655 test ! -s conftest.err
11656 } && test -s conftest$ac_exeext &&
11657 $as_test_x conftest$ac_exeext; then
11658 ac_cv_lib_audio_AuCreateFlow=yes
11659 else
11660 echo "$as_me: failed program was:" >&5
11661 sed 's/^/| /' conftest.$ac_ext >&5
11663 ac_cv_lib_audio_AuCreateFlow=no
11666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11667 conftest$ac_exeext conftest.$ac_ext
11668 LIBS=$ac_check_lib_save_LIBS
11670 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11671 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11672 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11674 cat >>confdefs.h <<\_ACEOF
11675 #define HAVE_NAS 1
11676 _ACEOF
11678 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11679 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11680 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11681 echo $ECHO_N "(cached) $ECHO_C" >&6
11682 else
11683 ac_check_lib_save_LIBS=$LIBS
11684 LIBS="-lXau $X_LIBS $LIBS"
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h. */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11692 /* Override any GCC internal prototype to avoid an error.
11693 Use char because int might match the return type of a GCC
11694 builtin and then its argument prototype would still apply. */
11695 #ifdef __cplusplus
11696 extern "C"
11697 #endif
11698 char XauGetBestAuthByAddr ();
11700 main ()
11702 return XauGetBestAuthByAddr ();
11704 return 0;
11706 _ACEOF
11707 rm -f conftest.$ac_objext conftest$ac_exeext
11708 if { (ac_try="$ac_link"
11709 case "(($ac_try" in
11710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11711 *) ac_try_echo=$ac_try;;
11712 esac
11713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11714 (eval "$ac_link") 2>conftest.er1
11715 ac_status=$?
11716 grep -v '^ *+' conftest.er1 >conftest.err
11717 rm -f conftest.er1
11718 cat conftest.err >&5
11719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11720 (exit $ac_status); } && {
11721 test -z "$ac_c_werror_flag" ||
11722 test ! -s conftest.err
11723 } && test -s conftest$ac_exeext &&
11724 $as_test_x conftest$ac_exeext; then
11725 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11726 else
11727 echo "$as_me: failed program was:" >&5
11728 sed 's/^/| /' conftest.$ac_ext >&5
11730 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11734 conftest$ac_exeext conftest.$ac_ext
11735 LIBS=$ac_check_lib_save_LIBS
11737 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11738 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11739 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11740 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11741 else
11742 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11750 done
11753 CPPFLAGS="$ac_save_CPPFLAGS"
11754 else
11755 XLIB=""
11756 X_CFLAGS=""
11757 X_LIBS=""
11758 enable_winex11_drv=${enable_winex11_drv:-no}
11759 enable_opengl32=${enable_opengl32:-no}
11760 enable_glu32=${enable_glu32:-no}
11762 if test "x$XLIB" = "x"; then
11763 case "x$with_x" in
11764 xno) ;;
11765 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11766 without X support, which probably isn't what you want. You will need to install
11767 development packages of Xlib/Xfree86 at the very least.
11768 Use the --without-x option if you really want this." >&5
11769 echo "$as_me: error: X development files not found. Wine will be built
11770 without X support, which probably isn't what you want. You will need to install
11771 development packages of Xlib/Xfree86 at the very least.
11772 Use the --without-x option if you really want this." >&2;}
11773 { (exit 1); exit 1; }; } ;;
11774 esac
11779 XML2LIBS=""
11781 XML2INCL=""
11783 XSLTLIBS=""
11785 XSLTINCL=""
11787 if test "x$with_xml" != "xno"
11788 then
11789 ac_save_CPPFLAGS="$CPPFLAGS"
11790 if test "$PKG_CONFIG" != "false"
11791 then
11792 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11793 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11794 else
11795 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11796 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11798 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11800 for ac_header in libxml/parser.h
11802 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11804 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11805 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6
11809 ac_res=`eval echo '${'$as_ac_Header'}'`
11810 { echo "$as_me:$LINENO: result: $ac_res" >&5
11811 echo "${ECHO_T}$ac_res" >&6; }
11812 else
11813 # Is the header compilable?
11814 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11815 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11816 cat >conftest.$ac_ext <<_ACEOF
11817 /* confdefs.h. */
11818 _ACEOF
11819 cat confdefs.h >>conftest.$ac_ext
11820 cat >>conftest.$ac_ext <<_ACEOF
11821 /* end confdefs.h. */
11822 $ac_includes_default
11823 #include <$ac_header>
11824 _ACEOF
11825 rm -f conftest.$ac_objext
11826 if { (ac_try="$ac_compile"
11827 case "(($ac_try" in
11828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11829 *) ac_try_echo=$ac_try;;
11830 esac
11831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11832 (eval "$ac_compile") 2>conftest.er1
11833 ac_status=$?
11834 grep -v '^ *+' conftest.er1 >conftest.err
11835 rm -f conftest.er1
11836 cat conftest.err >&5
11837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); } && {
11839 test -z "$ac_c_werror_flag" ||
11840 test ! -s conftest.err
11841 } && test -s conftest.$ac_objext; then
11842 ac_header_compiler=yes
11843 else
11844 echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.$ac_ext >&5
11847 ac_header_compiler=no
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11852 echo "${ECHO_T}$ac_header_compiler" >&6; }
11854 # Is the header present?
11855 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11856 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11857 cat >conftest.$ac_ext <<_ACEOF
11858 /* confdefs.h. */
11859 _ACEOF
11860 cat confdefs.h >>conftest.$ac_ext
11861 cat >>conftest.$ac_ext <<_ACEOF
11862 /* end confdefs.h. */
11863 #include <$ac_header>
11864 _ACEOF
11865 if { (ac_try="$ac_cpp conftest.$ac_ext"
11866 case "(($ac_try" in
11867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11868 *) ac_try_echo=$ac_try;;
11869 esac
11870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11871 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11872 ac_status=$?
11873 grep -v '^ *+' conftest.er1 >conftest.err
11874 rm -f conftest.er1
11875 cat conftest.err >&5
11876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877 (exit $ac_status); } >/dev/null && {
11878 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11879 test ! -s conftest.err
11880 }; then
11881 ac_header_preproc=yes
11882 else
11883 echo "$as_me: failed program was:" >&5
11884 sed 's/^/| /' conftest.$ac_ext >&5
11886 ac_header_preproc=no
11889 rm -f conftest.err conftest.$ac_ext
11890 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11891 echo "${ECHO_T}$ac_header_preproc" >&6; }
11893 # So? What about this header?
11894 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11895 yes:no: )
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11897 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11899 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11900 ac_header_preproc=yes
11902 no:yes:* )
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11904 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11905 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11906 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11907 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11908 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11910 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11912 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11914 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11915 ( cat <<\_ASBOX
11916 ## ------------------------------------ ##
11917 ## Report this to wine-devel@winehq.org ##
11918 ## ------------------------------------ ##
11919 _ASBOX
11920 ) | sed "s/^/$as_me: WARNING: /" >&2
11922 esac
11923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11926 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 else
11928 eval "$as_ac_Header=\$ac_header_preproc"
11930 ac_res=`eval echo '${'$as_ac_Header'}'`
11931 { echo "$as_me:$LINENO: result: $ac_res" >&5
11932 echo "${ECHO_T}$ac_res" >&6; }
11935 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11936 cat >>confdefs.h <<_ACEOF
11937 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11938 _ACEOF
11939 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11940 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11941 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11942 echo $ECHO_N "(cached) $ECHO_C" >&6
11943 else
11944 ac_check_lib_save_LIBS=$LIBS
11945 LIBS="-lxml2 $ac_xml_libs $LIBS"
11946 cat >conftest.$ac_ext <<_ACEOF
11947 /* confdefs.h. */
11948 _ACEOF
11949 cat confdefs.h >>conftest.$ac_ext
11950 cat >>conftest.$ac_ext <<_ACEOF
11951 /* end confdefs.h. */
11953 /* Override any GCC internal prototype to avoid an error.
11954 Use char because int might match the return type of a GCC
11955 builtin and then its argument prototype would still apply. */
11956 #ifdef __cplusplus
11957 extern "C"
11958 #endif
11959 char xmlParseMemory ();
11961 main ()
11963 return xmlParseMemory ();
11965 return 0;
11967 _ACEOF
11968 rm -f conftest.$ac_objext conftest$ac_exeext
11969 if { (ac_try="$ac_link"
11970 case "(($ac_try" in
11971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11972 *) ac_try_echo=$ac_try;;
11973 esac
11974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11975 (eval "$ac_link") 2>conftest.er1
11976 ac_status=$?
11977 grep -v '^ *+' conftest.er1 >conftest.err
11978 rm -f conftest.er1
11979 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && {
11982 test -z "$ac_c_werror_flag" ||
11983 test ! -s conftest.err
11984 } && test -s conftest$ac_exeext &&
11985 $as_test_x conftest$ac_exeext; then
11986 ac_cv_lib_xml2_xmlParseMemory=yes
11987 else
11988 echo "$as_me: failed program was:" >&5
11989 sed 's/^/| /' conftest.$ac_ext >&5
11991 ac_cv_lib_xml2_xmlParseMemory=no
11994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11995 conftest$ac_exeext conftest.$ac_ext
11996 LIBS=$ac_check_lib_save_LIBS
11998 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11999 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12000 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12002 cat >>confdefs.h <<\_ACEOF
12003 #define HAVE_LIBXML2 1
12004 _ACEOF
12006 XML2LIBS="$ac_xml_libs"
12007 XML2INCL="$ac_xml_cflags"
12010 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12011 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12012 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12013 echo $ECHO_N "(cached) $ECHO_C" >&6
12014 else
12015 ac_check_lib_save_LIBS=$LIBS
12016 LIBS="-lxml2 $ac_xml_libs $LIBS"
12017 cat >conftest.$ac_ext <<_ACEOF
12018 /* confdefs.h. */
12019 _ACEOF
12020 cat confdefs.h >>conftest.$ac_ext
12021 cat >>conftest.$ac_ext <<_ACEOF
12022 /* end confdefs.h. */
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12027 #ifdef __cplusplus
12028 extern "C"
12029 #endif
12030 char xmlReadMemory ();
12032 main ()
12034 return xmlReadMemory ();
12036 return 0;
12038 _ACEOF
12039 rm -f conftest.$ac_objext conftest$ac_exeext
12040 if { (ac_try="$ac_link"
12041 case "(($ac_try" in
12042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12043 *) ac_try_echo=$ac_try;;
12044 esac
12045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12046 (eval "$ac_link") 2>conftest.er1
12047 ac_status=$?
12048 grep -v '^ *+' conftest.er1 >conftest.err
12049 rm -f conftest.er1
12050 cat conftest.err >&5
12051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12052 (exit $ac_status); } && {
12053 test -z "$ac_c_werror_flag" ||
12054 test ! -s conftest.err
12055 } && test -s conftest$ac_exeext &&
12056 $as_test_x conftest$ac_exeext; then
12057 ac_cv_lib_xml2_xmlReadMemory=yes
12058 else
12059 echo "$as_me: failed program was:" >&5
12060 sed 's/^/| /' conftest.$ac_ext >&5
12062 ac_cv_lib_xml2_xmlReadMemory=no
12065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12066 conftest$ac_exeext conftest.$ac_ext
12067 LIBS=$ac_check_lib_save_LIBS
12069 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12070 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12071 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12073 cat >>confdefs.h <<\_ACEOF
12074 #define HAVE_XMLREADMEMORY 1
12075 _ACEOF
12079 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12080 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12081 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12082 echo $ECHO_N "(cached) $ECHO_C" >&6
12083 else
12084 ac_check_lib_save_LIBS=$LIBS
12085 LIBS="-lxml2 $ac_xml_libs $LIBS"
12086 cat >conftest.$ac_ext <<_ACEOF
12087 /* confdefs.h. */
12088 _ACEOF
12089 cat confdefs.h >>conftest.$ac_ext
12090 cat >>conftest.$ac_ext <<_ACEOF
12091 /* end confdefs.h. */
12093 /* Override any GCC internal prototype to avoid an error.
12094 Use char because int might match the return type of a GCC
12095 builtin and then its argument prototype would still apply. */
12096 #ifdef __cplusplus
12097 extern "C"
12098 #endif
12099 char xmlNewDocPI ();
12101 main ()
12103 return xmlNewDocPI ();
12105 return 0;
12107 _ACEOF
12108 rm -f conftest.$ac_objext conftest$ac_exeext
12109 if { (ac_try="$ac_link"
12110 case "(($ac_try" in
12111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12112 *) ac_try_echo=$ac_try;;
12113 esac
12114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12115 (eval "$ac_link") 2>conftest.er1
12116 ac_status=$?
12117 grep -v '^ *+' conftest.er1 >conftest.err
12118 rm -f conftest.er1
12119 cat conftest.err >&5
12120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12121 (exit $ac_status); } && {
12122 test -z "$ac_c_werror_flag" ||
12123 test ! -s conftest.err
12124 } && test -s conftest$ac_exeext &&
12125 $as_test_x conftest$ac_exeext; then
12126 ac_cv_lib_xml2_xmlNewDocPI=yes
12127 else
12128 echo "$as_me: failed program was:" >&5
12129 sed 's/^/| /' conftest.$ac_ext >&5
12131 ac_cv_lib_xml2_xmlNewDocPI=no
12134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12135 conftest$ac_exeext conftest.$ac_ext
12136 LIBS=$ac_check_lib_save_LIBS
12138 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12139 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12140 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12142 cat >>confdefs.h <<\_ACEOF
12143 #define HAVE_XMLNEWDOCPI 1
12144 _ACEOF
12151 done
12153 CPPFLAGS="$ac_save_CPPFLAGS"
12155 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12156 case "x$with_xml" in
12157 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12158 xno) ;;
12159 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12160 This is an error since --with-xml was requested." >&5
12161 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12162 This is an error since --with-xml was requested." >&2;}
12163 { (exit 1); exit 1; }; } ;;
12164 esac
12168 if test "x$with_xslt" != "xno"
12169 then
12170 if test "$PKG_CONFIG" != "false"
12171 then
12172 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12173 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12174 else
12175 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12176 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12178 ac_save_CPPFLAGS="$CPPFLAGS"
12179 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12182 for ac_header in libxslt/pattern.h libxslt/transform.h
12184 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12185 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12186 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12188 echo $ECHO_N "(cached) $ECHO_C" >&6
12189 else
12190 cat >conftest.$ac_ext <<_ACEOF
12191 /* confdefs.h. */
12192 _ACEOF
12193 cat confdefs.h >>conftest.$ac_ext
12194 cat >>conftest.$ac_ext <<_ACEOF
12195 /* end confdefs.h. */
12196 #ifdef HAVE_LIBXSLT_PATTERN_H
12197 # include <libxslt/pattern.h>
12198 #endif
12200 #include <$ac_header>
12201 _ACEOF
12202 rm -f conftest.$ac_objext
12203 if { (ac_try="$ac_compile"
12204 case "(($ac_try" in
12205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12206 *) ac_try_echo=$ac_try;;
12207 esac
12208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12209 (eval "$ac_compile") 2>conftest.er1
12210 ac_status=$?
12211 grep -v '^ *+' conftest.er1 >conftest.err
12212 rm -f conftest.er1
12213 cat conftest.err >&5
12214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12215 (exit $ac_status); } && {
12216 test -z "$ac_c_werror_flag" ||
12217 test ! -s conftest.err
12218 } && test -s conftest.$ac_objext; then
12219 eval "$as_ac_Header=yes"
12220 else
12221 echo "$as_me: failed program was:" >&5
12222 sed 's/^/| /' conftest.$ac_ext >&5
12224 eval "$as_ac_Header=no"
12227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12229 ac_res=`eval echo '${'$as_ac_Header'}'`
12230 { echo "$as_me:$LINENO: result: $ac_res" >&5
12231 echo "${ECHO_T}$ac_res" >&6; }
12232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12233 cat >>confdefs.h <<_ACEOF
12234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12235 _ACEOF
12239 done
12241 CPPFLAGS="$ac_save_CPPFLAGS"
12242 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12243 then
12244 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12245 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12246 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12247 echo $ECHO_N "(cached) $ECHO_C" >&6
12248 else
12249 ac_check_lib_save_LIBS=$LIBS
12250 LIBS="-lxslt $ac_xslt_libs $LIBS"
12251 cat >conftest.$ac_ext <<_ACEOF
12252 /* confdefs.h. */
12253 _ACEOF
12254 cat confdefs.h >>conftest.$ac_ext
12255 cat >>conftest.$ac_ext <<_ACEOF
12256 /* end confdefs.h. */
12258 /* Override any GCC internal prototype to avoid an error.
12259 Use char because int might match the return type of a GCC
12260 builtin and then its argument prototype would still apply. */
12261 #ifdef __cplusplus
12262 extern "C"
12263 #endif
12264 char xsltCompilePattern ();
12266 main ()
12268 return xsltCompilePattern ();
12270 return 0;
12272 _ACEOF
12273 rm -f conftest.$ac_objext conftest$ac_exeext
12274 if { (ac_try="$ac_link"
12275 case "(($ac_try" in
12276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12277 *) ac_try_echo=$ac_try;;
12278 esac
12279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12280 (eval "$ac_link") 2>conftest.er1
12281 ac_status=$?
12282 grep -v '^ *+' conftest.er1 >conftest.err
12283 rm -f conftest.er1
12284 cat conftest.err >&5
12285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12286 (exit $ac_status); } && {
12287 test -z "$ac_c_werror_flag" ||
12288 test ! -s conftest.err
12289 } && test -s conftest$ac_exeext &&
12290 $as_test_x conftest$ac_exeext; then
12291 ac_cv_lib_xslt_xsltCompilePattern=yes
12292 else
12293 echo "$as_me: failed program was:" >&5
12294 sed 's/^/| /' conftest.$ac_ext >&5
12296 ac_cv_lib_xslt_xsltCompilePattern=no
12299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12300 conftest$ac_exeext conftest.$ac_ext
12301 LIBS=$ac_check_lib_save_LIBS
12303 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12304 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12305 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12307 cat >>confdefs.h <<\_ACEOF
12308 #define HAVE_LIBXSLT 1
12309 _ACEOF
12311 XSLTLIBS="$ac_xslt_libs"
12312 XSLTINCL="$ac_xslt_cflags"
12313 ac_save_LIBS="$LIBS"
12314 LIBS="$LIBS $ac_xslt_libs"
12316 for ac_func in xsltInit
12318 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12319 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12321 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12322 echo $ECHO_N "(cached) $ECHO_C" >&6
12323 else
12324 cat >conftest.$ac_ext <<_ACEOF
12325 /* confdefs.h. */
12326 _ACEOF
12327 cat confdefs.h >>conftest.$ac_ext
12328 cat >>conftest.$ac_ext <<_ACEOF
12329 /* end confdefs.h. */
12330 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12332 #define $ac_func innocuous_$ac_func
12334 /* System header to define __stub macros and hopefully few prototypes,
12335 which can conflict with char $ac_func (); below.
12336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12337 <limits.h> exists even on freestanding compilers. */
12339 #ifdef __STDC__
12340 # include <limits.h>
12341 #else
12342 # include <assert.h>
12343 #endif
12345 #undef $ac_func
12347 /* Override any GCC internal prototype to avoid an error.
12348 Use char because int might match the return type of a GCC
12349 builtin and then its argument prototype would still apply. */
12350 #ifdef __cplusplus
12351 extern "C"
12352 #endif
12353 char $ac_func ();
12354 /* The GNU C library defines this for functions which it implements
12355 to always fail with ENOSYS. Some functions are actually named
12356 something starting with __ and the normal name is an alias. */
12357 #if defined __stub_$ac_func || defined __stub___$ac_func
12358 choke me
12359 #endif
12362 main ()
12364 return $ac_func ();
12366 return 0;
12368 _ACEOF
12369 rm -f conftest.$ac_objext conftest$ac_exeext
12370 if { (ac_try="$ac_link"
12371 case "(($ac_try" in
12372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12373 *) ac_try_echo=$ac_try;;
12374 esac
12375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12376 (eval "$ac_link") 2>conftest.er1
12377 ac_status=$?
12378 grep -v '^ *+' conftest.er1 >conftest.err
12379 rm -f conftest.er1
12380 cat conftest.err >&5
12381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); } && {
12383 test -z "$ac_c_werror_flag" ||
12384 test ! -s conftest.err
12385 } && test -s conftest$ac_exeext &&
12386 $as_test_x conftest$ac_exeext; then
12387 eval "$as_ac_var=yes"
12388 else
12389 echo "$as_me: failed program was:" >&5
12390 sed 's/^/| /' conftest.$ac_ext >&5
12392 eval "$as_ac_var=no"
12395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12396 conftest$ac_exeext conftest.$ac_ext
12398 ac_res=`eval echo '${'$as_ac_var'}'`
12399 { echo "$as_me:$LINENO: result: $ac_res" >&5
12400 echo "${ECHO_T}$ac_res" >&6; }
12401 if test `eval echo '${'$as_ac_var'}'` = yes; then
12402 cat >>confdefs.h <<_ACEOF
12403 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12404 _ACEOF
12407 done
12409 LIBS="$ac_save_LIBS"
12414 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12415 case "x$with_xslt" in
12416 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12417 xno) ;;
12418 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12419 This is an error since --with-xslt was requested." >&5
12420 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12421 This is an error since --with-xslt was requested." >&2;}
12422 { (exit 1); exit 1; }; } ;;
12423 esac
12427 HALINCL=""
12429 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12430 then
12431 ac_save_CPPFLAGS="$CPPFLAGS"
12432 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12433 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12434 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12437 for ac_header in dbus/dbus.h hal/libhal.h
12439 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12440 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12441 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12444 echo $ECHO_N "(cached) $ECHO_C" >&6
12446 ac_res=`eval echo '${'$as_ac_Header'}'`
12447 { echo "$as_me:$LINENO: result: $ac_res" >&5
12448 echo "${ECHO_T}$ac_res" >&6; }
12449 else
12450 # Is the header compilable?
12451 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12452 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12453 cat >conftest.$ac_ext <<_ACEOF
12454 /* confdefs.h. */
12455 _ACEOF
12456 cat confdefs.h >>conftest.$ac_ext
12457 cat >>conftest.$ac_ext <<_ACEOF
12458 /* end confdefs.h. */
12459 $ac_includes_default
12460 #include <$ac_header>
12461 _ACEOF
12462 rm -f conftest.$ac_objext
12463 if { (ac_try="$ac_compile"
12464 case "(($ac_try" in
12465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12466 *) ac_try_echo=$ac_try;;
12467 esac
12468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12469 (eval "$ac_compile") 2>conftest.er1
12470 ac_status=$?
12471 grep -v '^ *+' conftest.er1 >conftest.err
12472 rm -f conftest.er1
12473 cat conftest.err >&5
12474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12475 (exit $ac_status); } && {
12476 test -z "$ac_c_werror_flag" ||
12477 test ! -s conftest.err
12478 } && test -s conftest.$ac_objext; then
12479 ac_header_compiler=yes
12480 else
12481 echo "$as_me: failed program was:" >&5
12482 sed 's/^/| /' conftest.$ac_ext >&5
12484 ac_header_compiler=no
12487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12488 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12489 echo "${ECHO_T}$ac_header_compiler" >&6; }
12491 # Is the header present?
12492 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12493 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12494 cat >conftest.$ac_ext <<_ACEOF
12495 /* confdefs.h. */
12496 _ACEOF
12497 cat confdefs.h >>conftest.$ac_ext
12498 cat >>conftest.$ac_ext <<_ACEOF
12499 /* end confdefs.h. */
12500 #include <$ac_header>
12501 _ACEOF
12502 if { (ac_try="$ac_cpp conftest.$ac_ext"
12503 case "(($ac_try" in
12504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12505 *) ac_try_echo=$ac_try;;
12506 esac
12507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12508 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12509 ac_status=$?
12510 grep -v '^ *+' conftest.er1 >conftest.err
12511 rm -f conftest.er1
12512 cat conftest.err >&5
12513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12514 (exit $ac_status); } >/dev/null && {
12515 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12516 test ! -s conftest.err
12517 }; then
12518 ac_header_preproc=yes
12519 else
12520 echo "$as_me: failed program was:" >&5
12521 sed 's/^/| /' conftest.$ac_ext >&5
12523 ac_header_preproc=no
12526 rm -f conftest.err conftest.$ac_ext
12527 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12528 echo "${ECHO_T}$ac_header_preproc" >&6; }
12530 # So? What about this header?
12531 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12532 yes:no: )
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12534 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12536 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12537 ac_header_preproc=yes
12539 no:yes:* )
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12541 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12542 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12543 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12544 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12545 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12546 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12547 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12548 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12549 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12550 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12551 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12552 ( cat <<\_ASBOX
12553 ## ------------------------------------ ##
12554 ## Report this to wine-devel@winehq.org ##
12555 ## ------------------------------------ ##
12556 _ASBOX
12557 ) | sed "s/^/$as_me: WARNING: /" >&2
12559 esac
12560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12563 echo $ECHO_N "(cached) $ECHO_C" >&6
12564 else
12565 eval "$as_ac_Header=\$ac_header_preproc"
12567 ac_res=`eval echo '${'$as_ac_Header'}'`
12568 { echo "$as_me:$LINENO: result: $ac_res" >&5
12569 echo "${ECHO_T}$ac_res" >&6; }
12572 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12573 cat >>confdefs.h <<_ACEOF
12574 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12575 _ACEOF
12579 done
12581 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12582 then
12583 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12584 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12585 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12586 echo $ECHO_N "(cached) $ECHO_C" >&6
12587 else
12588 ac_check_lib_save_LIBS=$LIBS
12589 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12590 cat >conftest.$ac_ext <<_ACEOF
12591 /* confdefs.h. */
12592 _ACEOF
12593 cat confdefs.h >>conftest.$ac_ext
12594 cat >>conftest.$ac_ext <<_ACEOF
12595 /* end confdefs.h. */
12597 /* Override any GCC internal prototype to avoid an error.
12598 Use char because int might match the return type of a GCC
12599 builtin and then its argument prototype would still apply. */
12600 #ifdef __cplusplus
12601 extern "C"
12602 #endif
12603 char dbus_connection_close ();
12605 main ()
12607 return dbus_connection_close ();
12609 return 0;
12611 _ACEOF
12612 rm -f conftest.$ac_objext conftest$ac_exeext
12613 if { (ac_try="$ac_link"
12614 case "(($ac_try" in
12615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12616 *) ac_try_echo=$ac_try;;
12617 esac
12618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12619 (eval "$ac_link") 2>conftest.er1
12620 ac_status=$?
12621 grep -v '^ *+' conftest.er1 >conftest.err
12622 rm -f conftest.er1
12623 cat conftest.err >&5
12624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12625 (exit $ac_status); } && {
12626 test -z "$ac_c_werror_flag" ||
12627 test ! -s conftest.err
12628 } && test -s conftest$ac_exeext &&
12629 $as_test_x conftest$ac_exeext; then
12630 ac_cv_lib_dbus_1_dbus_connection_close=yes
12631 else
12632 echo "$as_me: failed program was:" >&5
12633 sed 's/^/| /' conftest.$ac_ext >&5
12635 ac_cv_lib_dbus_1_dbus_connection_close=no
12638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12639 conftest$ac_exeext conftest.$ac_ext
12640 LIBS=$ac_check_lib_save_LIBS
12642 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12643 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12644 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12645 { echo "$as_me:$LINENO: checking for -lhal" >&5
12646 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12647 if test "${ac_cv_lib_soname_hal+set}" = set; then
12648 echo $ECHO_N "(cached) $ECHO_C" >&6
12649 else
12650 ac_check_soname_save_LIBS=$LIBS
12651 LIBS="-lhal $ac_hal_libs $LIBS"
12652 cat >conftest.$ac_ext <<_ACEOF
12653 /* confdefs.h. */
12654 _ACEOF
12655 cat confdefs.h >>conftest.$ac_ext
12656 cat >>conftest.$ac_ext <<_ACEOF
12657 /* end confdefs.h. */
12659 /* Override any GCC internal prototype to avoid an error.
12660 Use char because int might match the return type of a GCC
12661 builtin and then its argument prototype would still apply. */
12662 #ifdef __cplusplus
12663 extern "C"
12664 #endif
12665 char libhal_ctx_new ();
12667 main ()
12669 return libhal_ctx_new ();
12671 return 0;
12673 _ACEOF
12674 rm -f conftest.$ac_objext conftest$ac_exeext
12675 if { (ac_try="$ac_link"
12676 case "(($ac_try" in
12677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12678 *) ac_try_echo=$ac_try;;
12679 esac
12680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12681 (eval "$ac_link") 2>conftest.er1
12682 ac_status=$?
12683 grep -v '^ *+' conftest.er1 >conftest.err
12684 rm -f conftest.er1
12685 cat conftest.err >&5
12686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12687 (exit $ac_status); } && {
12688 test -z "$ac_c_werror_flag" ||
12689 test ! -s conftest.err
12690 } && test -s conftest$ac_exeext &&
12691 $as_test_x conftest$ac_exeext; then
12692 case "$LIBEXT" in
12693 dll) ;;
12694 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'` ;;
12695 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12696 esac
12697 else
12698 echo "$as_me: failed program was:" >&5
12699 sed 's/^/| /' conftest.$ac_ext >&5
12704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12705 conftest$ac_exeext conftest.$ac_ext
12706 LIBS=$ac_check_soname_save_LIBS
12708 if test "x$ac_cv_lib_soname_hal" = "x"; then
12709 { echo "$as_me:$LINENO: result: not found" >&5
12710 echo "${ECHO_T}not found" >&6; }
12712 else
12713 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12714 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12716 cat >>confdefs.h <<_ACEOF
12717 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12718 _ACEOF
12720 HALINCL="$ac_hal_cflags"
12726 CPPFLAGS="$ac_save_CPPFLAGS"
12728 if test "x$ac_cv_lib_soname_hal" = "x"; then
12729 case "x$with_hal" in
12730 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12731 xno) ;;
12732 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12733 This is an error since --with-hal was requested." >&5
12734 echo "$as_me: error: libhal development files not found, no dynamic device support.
12735 This is an error since --with-hal was requested." >&2;}
12736 { (exit 1); exit 1; }; } ;;
12737 esac
12741 CURSESLIBS=""
12742 if test "$ac_cv_header_ncurses_h" = "yes"
12743 then
12744 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12745 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12746 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12747 echo $ECHO_N "(cached) $ECHO_C" >&6
12748 else
12749 ac_check_soname_save_LIBS=$LIBS
12750 LIBS="-lncurses $LIBS"
12751 cat >conftest.$ac_ext <<_ACEOF
12752 /* confdefs.h. */
12753 _ACEOF
12754 cat confdefs.h >>conftest.$ac_ext
12755 cat >>conftest.$ac_ext <<_ACEOF
12756 /* end confdefs.h. */
12758 /* Override any GCC internal prototype to avoid an error.
12759 Use char because int might match the return type of a GCC
12760 builtin and then its argument prototype would still apply. */
12761 #ifdef __cplusplus
12762 extern "C"
12763 #endif
12764 char waddch ();
12766 main ()
12768 return waddch ();
12770 return 0;
12772 _ACEOF
12773 rm -f conftest.$ac_objext conftest$ac_exeext
12774 if { (ac_try="$ac_link"
12775 case "(($ac_try" in
12776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12777 *) ac_try_echo=$ac_try;;
12778 esac
12779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12780 (eval "$ac_link") 2>conftest.er1
12781 ac_status=$?
12782 grep -v '^ *+' conftest.er1 >conftest.err
12783 rm -f conftest.er1
12784 cat conftest.err >&5
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); } && {
12787 test -z "$ac_c_werror_flag" ||
12788 test ! -s conftest.err
12789 } && test -s conftest$ac_exeext &&
12790 $as_test_x conftest$ac_exeext; then
12791 case "$LIBEXT" in
12792 dll) ;;
12793 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'` ;;
12794 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12795 esac
12796 else
12797 echo "$as_me: failed program was:" >&5
12798 sed 's/^/| /' conftest.$ac_ext >&5
12803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12804 conftest$ac_exeext conftest.$ac_ext
12805 LIBS=$ac_check_soname_save_LIBS
12807 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12808 { echo "$as_me:$LINENO: result: not found" >&5
12809 echo "${ECHO_T}not found" >&6; }
12811 else
12812 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12813 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12815 cat >>confdefs.h <<_ACEOF
12816 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12817 _ACEOF
12819 CURSESLIBS="-lncurses"
12822 elif test "$ac_cv_header_curses_h" = "yes"
12823 then
12824 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12825 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12826 if test "${ac_cv_lib_soname_curses+set}" = set; then
12827 echo $ECHO_N "(cached) $ECHO_C" >&6
12828 else
12829 ac_check_soname_save_LIBS=$LIBS
12830 LIBS="-lcurses $LIBS"
12831 cat >conftest.$ac_ext <<_ACEOF
12832 /* confdefs.h. */
12833 _ACEOF
12834 cat confdefs.h >>conftest.$ac_ext
12835 cat >>conftest.$ac_ext <<_ACEOF
12836 /* end confdefs.h. */
12838 /* Override any GCC internal prototype to avoid an error.
12839 Use char because int might match the return type of a GCC
12840 builtin and then its argument prototype would still apply. */
12841 #ifdef __cplusplus
12842 extern "C"
12843 #endif
12844 char waddch ();
12846 main ()
12848 return waddch ();
12850 return 0;
12852 _ACEOF
12853 rm -f conftest.$ac_objext conftest$ac_exeext
12854 if { (ac_try="$ac_link"
12855 case "(($ac_try" in
12856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12857 *) ac_try_echo=$ac_try;;
12858 esac
12859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12860 (eval "$ac_link") 2>conftest.er1
12861 ac_status=$?
12862 grep -v '^ *+' conftest.er1 >conftest.err
12863 rm -f conftest.er1
12864 cat conftest.err >&5
12865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12866 (exit $ac_status); } && {
12867 test -z "$ac_c_werror_flag" ||
12868 test ! -s conftest.err
12869 } && test -s conftest$ac_exeext &&
12870 $as_test_x conftest$ac_exeext; then
12871 case "$LIBEXT" in
12872 dll) ;;
12873 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'` ;;
12874 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12875 esac
12876 else
12877 echo "$as_me: failed program was:" >&5
12878 sed 's/^/| /' conftest.$ac_ext >&5
12883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12884 conftest$ac_exeext conftest.$ac_ext
12885 LIBS=$ac_check_soname_save_LIBS
12887 if test "x$ac_cv_lib_soname_curses" = "x"; then
12888 { echo "$as_me:$LINENO: result: not found" >&5
12889 echo "${ECHO_T}not found" >&6; }
12891 else
12892 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12893 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12895 cat >>confdefs.h <<_ACEOF
12896 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12897 _ACEOF
12899 CURSESLIBS="-lcurses"
12903 ac_save_LIBS="$LIBS"
12904 LIBS="$LIBS $CURSESLIBS"
12906 for ac_func in mousemask
12908 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12909 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12910 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12911 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12912 echo $ECHO_N "(cached) $ECHO_C" >&6
12913 else
12914 cat >conftest.$ac_ext <<_ACEOF
12915 /* confdefs.h. */
12916 _ACEOF
12917 cat confdefs.h >>conftest.$ac_ext
12918 cat >>conftest.$ac_ext <<_ACEOF
12919 /* end confdefs.h. */
12920 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12921 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12922 #define $ac_func innocuous_$ac_func
12924 /* System header to define __stub macros and hopefully few prototypes,
12925 which can conflict with char $ac_func (); below.
12926 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12927 <limits.h> exists even on freestanding compilers. */
12929 #ifdef __STDC__
12930 # include <limits.h>
12931 #else
12932 # include <assert.h>
12933 #endif
12935 #undef $ac_func
12937 /* Override any GCC internal prototype to avoid an error.
12938 Use char because int might match the return type of a GCC
12939 builtin and then its argument prototype would still apply. */
12940 #ifdef __cplusplus
12941 extern "C"
12942 #endif
12943 char $ac_func ();
12944 /* The GNU C library defines this for functions which it implements
12945 to always fail with ENOSYS. Some functions are actually named
12946 something starting with __ and the normal name is an alias. */
12947 #if defined __stub_$ac_func || defined __stub___$ac_func
12948 choke me
12949 #endif
12952 main ()
12954 return $ac_func ();
12956 return 0;
12958 _ACEOF
12959 rm -f conftest.$ac_objext conftest$ac_exeext
12960 if { (ac_try="$ac_link"
12961 case "(($ac_try" in
12962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12963 *) ac_try_echo=$ac_try;;
12964 esac
12965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12966 (eval "$ac_link") 2>conftest.er1
12967 ac_status=$?
12968 grep -v '^ *+' conftest.er1 >conftest.err
12969 rm -f conftest.er1
12970 cat conftest.err >&5
12971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12972 (exit $ac_status); } && {
12973 test -z "$ac_c_werror_flag" ||
12974 test ! -s conftest.err
12975 } && test -s conftest$ac_exeext &&
12976 $as_test_x conftest$ac_exeext; then
12977 eval "$as_ac_var=yes"
12978 else
12979 echo "$as_me: failed program was:" >&5
12980 sed 's/^/| /' conftest.$ac_ext >&5
12982 eval "$as_ac_var=no"
12985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12986 conftest$ac_exeext conftest.$ac_ext
12988 ac_res=`eval echo '${'$as_ac_var'}'`
12989 { echo "$as_me:$LINENO: result: $ac_res" >&5
12990 echo "${ECHO_T}$ac_res" >&6; }
12991 if test `eval echo '${'$as_ac_var'}'` = yes; then
12992 cat >>confdefs.h <<_ACEOF
12993 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12994 _ACEOF
12997 done
12999 LIBS="$ac_save_LIBS"
13000 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13001 case "x$with_curses" in
13002 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13003 xno) ;;
13004 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13005 This is an error since --with-curses was requested." >&5
13006 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13007 This is an error since --with-curses was requested." >&2;}
13008 { (exit 1); exit 1; }; } ;;
13009 esac
13013 # Extract the first word of "sane-config", so it can be a program name with args.
13014 set dummy sane-config; ac_word=$2
13015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13017 if test "${ac_cv_prog_sane_devel+set}" = set; then
13018 echo $ECHO_N "(cached) $ECHO_C" >&6
13019 else
13020 if test -n "$sane_devel"; then
13021 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13022 else
13023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13024 for as_dir in $PATH
13026 IFS=$as_save_IFS
13027 test -z "$as_dir" && as_dir=.
13028 for ac_exec_ext in '' $ac_executable_extensions; do
13029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13030 ac_cv_prog_sane_devel="sane-config"
13031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13032 break 2
13034 done
13035 done
13036 IFS=$as_save_IFS
13038 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13041 sane_devel=$ac_cv_prog_sane_devel
13042 if test -n "$sane_devel"; then
13043 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13044 echo "${ECHO_T}$sane_devel" >&6; }
13045 else
13046 { echo "$as_me:$LINENO: result: no" >&5
13047 echo "${ECHO_T}no" >&6; }
13051 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13052 then
13053 ac_sane_incl="`$sane_devel --cflags`"
13054 ac_sane_libs="`$sane_devel --ldflags`"
13055 ac_save_CPPFLAGS="$CPPFLAGS"
13056 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13057 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13058 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13059 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13060 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13061 echo $ECHO_N "(cached) $ECHO_C" >&6
13063 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13064 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13065 else
13066 # Is the header compilable?
13067 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13068 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13069 cat >conftest.$ac_ext <<_ACEOF
13070 /* confdefs.h. */
13071 _ACEOF
13072 cat confdefs.h >>conftest.$ac_ext
13073 cat >>conftest.$ac_ext <<_ACEOF
13074 /* end confdefs.h. */
13075 $ac_includes_default
13076 #include <sane/sane.h>
13077 _ACEOF
13078 rm -f conftest.$ac_objext
13079 if { (ac_try="$ac_compile"
13080 case "(($ac_try" in
13081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13082 *) ac_try_echo=$ac_try;;
13083 esac
13084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13085 (eval "$ac_compile") 2>conftest.er1
13086 ac_status=$?
13087 grep -v '^ *+' conftest.er1 >conftest.err
13088 rm -f conftest.er1
13089 cat conftest.err >&5
13090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13091 (exit $ac_status); } && {
13092 test -z "$ac_c_werror_flag" ||
13093 test ! -s conftest.err
13094 } && test -s conftest.$ac_objext; then
13095 ac_header_compiler=yes
13096 else
13097 echo "$as_me: failed program was:" >&5
13098 sed 's/^/| /' conftest.$ac_ext >&5
13100 ac_header_compiler=no
13103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13104 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13105 echo "${ECHO_T}$ac_header_compiler" >&6; }
13107 # Is the header present?
13108 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13109 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13110 cat >conftest.$ac_ext <<_ACEOF
13111 /* confdefs.h. */
13112 _ACEOF
13113 cat confdefs.h >>conftest.$ac_ext
13114 cat >>conftest.$ac_ext <<_ACEOF
13115 /* end confdefs.h. */
13116 #include <sane/sane.h>
13117 _ACEOF
13118 if { (ac_try="$ac_cpp conftest.$ac_ext"
13119 case "(($ac_try" in
13120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13121 *) ac_try_echo=$ac_try;;
13122 esac
13123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13124 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13125 ac_status=$?
13126 grep -v '^ *+' conftest.er1 >conftest.err
13127 rm -f conftest.er1
13128 cat conftest.err >&5
13129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13130 (exit $ac_status); } >/dev/null && {
13131 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13132 test ! -s conftest.err
13133 }; then
13134 ac_header_preproc=yes
13135 else
13136 echo "$as_me: failed program was:" >&5
13137 sed 's/^/| /' conftest.$ac_ext >&5
13139 ac_header_preproc=no
13142 rm -f conftest.err conftest.$ac_ext
13143 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13144 echo "${ECHO_T}$ac_header_preproc" >&6; }
13146 # So? What about this header?
13147 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13148 yes:no: )
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13150 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13152 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13153 ac_header_preproc=yes
13155 no:yes:* )
13156 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13157 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13158 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13159 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13160 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13161 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13162 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13163 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13164 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13165 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13166 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13167 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13168 ( cat <<\_ASBOX
13169 ## ------------------------------------ ##
13170 ## Report this to wine-devel@winehq.org ##
13171 ## ------------------------------------ ##
13172 _ASBOX
13173 ) | sed "s/^/$as_me: WARNING: /" >&2
13175 esac
13176 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13177 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13178 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13179 echo $ECHO_N "(cached) $ECHO_C" >&6
13180 else
13181 ac_cv_header_sane_sane_h=$ac_header_preproc
13183 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13184 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13187 if test $ac_cv_header_sane_sane_h = yes; then
13188 { echo "$as_me:$LINENO: checking for -lsane" >&5
13189 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13190 if test "${ac_cv_lib_soname_sane+set}" = set; then
13191 echo $ECHO_N "(cached) $ECHO_C" >&6
13192 else
13193 ac_check_soname_save_LIBS=$LIBS
13194 LIBS="-lsane $ac_sane_libs $LIBS"
13195 cat >conftest.$ac_ext <<_ACEOF
13196 /* confdefs.h. */
13197 _ACEOF
13198 cat confdefs.h >>conftest.$ac_ext
13199 cat >>conftest.$ac_ext <<_ACEOF
13200 /* end confdefs.h. */
13202 /* Override any GCC internal prototype to avoid an error.
13203 Use char because int might match the return type of a GCC
13204 builtin and then its argument prototype would still apply. */
13205 #ifdef __cplusplus
13206 extern "C"
13207 #endif
13208 char sane_init ();
13210 main ()
13212 return sane_init ();
13214 return 0;
13216 _ACEOF
13217 rm -f conftest.$ac_objext conftest$ac_exeext
13218 if { (ac_try="$ac_link"
13219 case "(($ac_try" in
13220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13221 *) ac_try_echo=$ac_try;;
13222 esac
13223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13224 (eval "$ac_link") 2>conftest.er1
13225 ac_status=$?
13226 grep -v '^ *+' conftest.er1 >conftest.err
13227 rm -f conftest.er1
13228 cat conftest.err >&5
13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13230 (exit $ac_status); } && {
13231 test -z "$ac_c_werror_flag" ||
13232 test ! -s conftest.err
13233 } && test -s conftest$ac_exeext &&
13234 $as_test_x conftest$ac_exeext; then
13235 case "$LIBEXT" in
13236 dll) ;;
13237 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'` ;;
13238 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13239 esac
13240 else
13241 echo "$as_me: failed program was:" >&5
13242 sed 's/^/| /' conftest.$ac_ext >&5
13247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13248 conftest$ac_exeext conftest.$ac_ext
13249 LIBS=$ac_check_soname_save_LIBS
13251 if test "x$ac_cv_lib_soname_sane" = "x"; then
13252 { echo "$as_me:$LINENO: result: not found" >&5
13253 echo "${ECHO_T}not found" >&6; }
13255 else
13256 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13257 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13259 cat >>confdefs.h <<_ACEOF
13260 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13261 _ACEOF
13263 SANEINCL="$ac_sane_incl"
13270 CPPFLAGS="$ac_save_CPPFLAGS"
13272 if test "x$ac_cv_lib_soname_sane" = "x"; then
13273 case "x$with_sane" in
13274 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13275 xno) ;;
13276 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13277 This is an error since --with-sane was requested." >&5
13278 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13279 This is an error since --with-sane was requested." >&2;}
13280 { (exit 1); exit 1; }; } ;;
13281 esac
13285 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13286 set dummy gphoto2-config; ac_word=$2
13287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13289 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13290 echo $ECHO_N "(cached) $ECHO_C" >&6
13291 else
13292 if test -n "$gphoto2_devel"; then
13293 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13294 else
13295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13296 for as_dir in $PATH
13298 IFS=$as_save_IFS
13299 test -z "$as_dir" && as_dir=.
13300 for ac_exec_ext in '' $ac_executable_extensions; do
13301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13302 ac_cv_prog_gphoto2_devel="gphoto2-config"
13303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13304 break 2
13306 done
13307 done
13308 IFS=$as_save_IFS
13310 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13313 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13314 if test -n "$gphoto2_devel"; then
13315 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13316 echo "${ECHO_T}$gphoto2_devel" >&6; }
13317 else
13318 { echo "$as_me:$LINENO: result: no" >&5
13319 echo "${ECHO_T}no" >&6; }
13323 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13324 set dummy gphoto2-port-config; ac_word=$2
13325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13327 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13328 echo $ECHO_N "(cached) $ECHO_C" >&6
13329 else
13330 if test -n "$gphoto2port_devel"; then
13331 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13332 else
13333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13334 for as_dir in $PATH
13336 IFS=$as_save_IFS
13337 test -z "$as_dir" && as_dir=.
13338 for ac_exec_ext in '' $ac_executable_extensions; do
13339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13340 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13342 break 2
13344 done
13345 done
13346 IFS=$as_save_IFS
13348 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13351 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13352 if test -n "$gphoto2port_devel"; then
13353 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13354 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13355 else
13356 { echo "$as_me:$LINENO: result: no" >&5
13357 echo "${ECHO_T}no" >&6; }
13361 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13362 then
13363 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13364 ac_gphoto2_libs=""
13365 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13367 case "$i" in
13368 -L/usr/lib|-L/usr/lib64) ;;
13369 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13370 esac
13371 done
13372 ac_save_CPPFLAGS="$CPPFLAGS"
13373 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13374 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13375 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13376 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13377 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13378 echo $ECHO_N "(cached) $ECHO_C" >&6
13380 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13381 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13382 else
13383 # Is the header compilable?
13384 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13385 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13386 cat >conftest.$ac_ext <<_ACEOF
13387 /* confdefs.h. */
13388 _ACEOF
13389 cat confdefs.h >>conftest.$ac_ext
13390 cat >>conftest.$ac_ext <<_ACEOF
13391 /* end confdefs.h. */
13392 $ac_includes_default
13393 #include <gphoto2-camera.h>
13394 _ACEOF
13395 rm -f conftest.$ac_objext
13396 if { (ac_try="$ac_compile"
13397 case "(($ac_try" in
13398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13399 *) ac_try_echo=$ac_try;;
13400 esac
13401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13402 (eval "$ac_compile") 2>conftest.er1
13403 ac_status=$?
13404 grep -v '^ *+' conftest.er1 >conftest.err
13405 rm -f conftest.er1
13406 cat conftest.err >&5
13407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13408 (exit $ac_status); } && {
13409 test -z "$ac_c_werror_flag" ||
13410 test ! -s conftest.err
13411 } && test -s conftest.$ac_objext; then
13412 ac_header_compiler=yes
13413 else
13414 echo "$as_me: failed program was:" >&5
13415 sed 's/^/| /' conftest.$ac_ext >&5
13417 ac_header_compiler=no
13420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13421 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13422 echo "${ECHO_T}$ac_header_compiler" >&6; }
13424 # Is the header present?
13425 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13426 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13427 cat >conftest.$ac_ext <<_ACEOF
13428 /* confdefs.h. */
13429 _ACEOF
13430 cat confdefs.h >>conftest.$ac_ext
13431 cat >>conftest.$ac_ext <<_ACEOF
13432 /* end confdefs.h. */
13433 #include <gphoto2-camera.h>
13434 _ACEOF
13435 if { (ac_try="$ac_cpp conftest.$ac_ext"
13436 case "(($ac_try" in
13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;;
13439 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13442 ac_status=$?
13443 grep -v '^ *+' conftest.er1 >conftest.err
13444 rm -f conftest.er1
13445 cat conftest.err >&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } >/dev/null && {
13448 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13449 test ! -s conftest.err
13450 }; then
13451 ac_header_preproc=yes
13452 else
13453 echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13456 ac_header_preproc=no
13459 rm -f conftest.err conftest.$ac_ext
13460 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13461 echo "${ECHO_T}$ac_header_preproc" >&6; }
13463 # So? What about this header?
13464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13465 yes:no: )
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13469 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13470 ac_header_preproc=yes
13472 no:yes:* )
13473 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13474 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13475 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13476 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13477 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13478 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13479 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13480 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13481 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13482 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13483 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13484 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13485 ( cat <<\_ASBOX
13486 ## ------------------------------------ ##
13487 ## Report this to wine-devel@winehq.org ##
13488 ## ------------------------------------ ##
13489 _ASBOX
13490 ) | sed "s/^/$as_me: WARNING: /" >&2
13492 esac
13493 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13494 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13495 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13496 echo $ECHO_N "(cached) $ECHO_C" >&6
13497 else
13498 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13500 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13501 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13504 if test $ac_cv_header_gphoto2_camera_h = yes; then
13505 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13506 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13507 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13508 echo $ECHO_N "(cached) $ECHO_C" >&6
13509 else
13510 ac_check_lib_save_LIBS=$LIBS
13511 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13512 cat >conftest.$ac_ext <<_ACEOF
13513 /* confdefs.h. */
13514 _ACEOF
13515 cat confdefs.h >>conftest.$ac_ext
13516 cat >>conftest.$ac_ext <<_ACEOF
13517 /* end confdefs.h. */
13519 /* Override any GCC internal prototype to avoid an error.
13520 Use char because int might match the return type of a GCC
13521 builtin and then its argument prototype would still apply. */
13522 #ifdef __cplusplus
13523 extern "C"
13524 #endif
13525 char gp_camera_new ();
13527 main ()
13529 return gp_camera_new ();
13531 return 0;
13533 _ACEOF
13534 rm -f conftest.$ac_objext conftest$ac_exeext
13535 if { (ac_try="$ac_link"
13536 case "(($ac_try" in
13537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13538 *) ac_try_echo=$ac_try;;
13539 esac
13540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13541 (eval "$ac_link") 2>conftest.er1
13542 ac_status=$?
13543 grep -v '^ *+' conftest.er1 >conftest.err
13544 rm -f conftest.er1
13545 cat conftest.err >&5
13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13547 (exit $ac_status); } && {
13548 test -z "$ac_c_werror_flag" ||
13549 test ! -s conftest.err
13550 } && test -s conftest$ac_exeext &&
13551 $as_test_x conftest$ac_exeext; then
13552 ac_cv_lib_gphoto2_gp_camera_new=yes
13553 else
13554 echo "$as_me: failed program was:" >&5
13555 sed 's/^/| /' conftest.$ac_ext >&5
13557 ac_cv_lib_gphoto2_gp_camera_new=no
13560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13561 conftest$ac_exeext conftest.$ac_ext
13562 LIBS=$ac_check_lib_save_LIBS
13564 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13565 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13566 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13568 cat >>confdefs.h <<\_ACEOF
13569 #define HAVE_GPHOTO2 1
13570 _ACEOF
13572 GPHOTO2LIBS="$ac_gphoto2_libs"
13574 GPHOTO2INCL="$ac_gphoto2_incl"
13581 CPPFLAGS="$ac_save_CPPFLAGS"
13583 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13584 case "x$with_gphoto" in
13585 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13586 xno) ;;
13587 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13588 This is an error since --with-gphoto was requested." >&5
13589 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13590 This is an error since --with-gphoto was requested." >&2;}
13591 { (exit 1); exit 1; }; } ;;
13592 esac
13597 RESOLVLIBS=""
13599 if test "$ac_cv_header_resolv_h" = "yes"
13600 then
13601 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13602 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13603 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13604 echo $ECHO_N "(cached) $ECHO_C" >&6
13605 else
13606 ac_check_lib_save_LIBS=$LIBS
13607 LIBS="-lresolv $LIBS"
13608 cat >conftest.$ac_ext <<_ACEOF
13609 /* confdefs.h. */
13610 _ACEOF
13611 cat confdefs.h >>conftest.$ac_ext
13612 cat >>conftest.$ac_ext <<_ACEOF
13613 /* end confdefs.h. */
13615 /* Override any GCC internal prototype to avoid an error.
13616 Use char because int might match the return type of a GCC
13617 builtin and then its argument prototype would still apply. */
13618 #ifdef __cplusplus
13619 extern "C"
13620 #endif
13621 char res_query ();
13623 main ()
13625 return res_query ();
13627 return 0;
13629 _ACEOF
13630 rm -f conftest.$ac_objext conftest$ac_exeext
13631 if { (ac_try="$ac_link"
13632 case "(($ac_try" in
13633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13634 *) ac_try_echo=$ac_try;;
13635 esac
13636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13637 (eval "$ac_link") 2>conftest.er1
13638 ac_status=$?
13639 grep -v '^ *+' conftest.er1 >conftest.err
13640 rm -f conftest.er1
13641 cat conftest.err >&5
13642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); } && {
13644 test -z "$ac_c_werror_flag" ||
13645 test ! -s conftest.err
13646 } && test -s conftest$ac_exeext &&
13647 $as_test_x conftest$ac_exeext; then
13648 ac_cv_lib_resolv_res_query=yes
13649 else
13650 echo "$as_me: failed program was:" >&5
13651 sed 's/^/| /' conftest.$ac_ext >&5
13653 ac_cv_lib_resolv_res_query=no
13656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13657 conftest$ac_exeext conftest.$ac_ext
13658 LIBS=$ac_check_lib_save_LIBS
13660 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13661 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13662 if test $ac_cv_lib_resolv_res_query = yes; then
13664 cat >>confdefs.h <<\_ACEOF
13665 #define HAVE_RESOLV 1
13666 _ACEOF
13668 RESOLVLIBS="-lresolv"
13673 LCMSLIBS=""
13675 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13676 then
13677 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13678 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13679 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13680 echo $ECHO_N "(cached) $ECHO_C" >&6
13681 else
13682 ac_check_lib_save_LIBS=$LIBS
13683 LIBS="-llcms $LIBS"
13684 cat >conftest.$ac_ext <<_ACEOF
13685 /* confdefs.h. */
13686 _ACEOF
13687 cat confdefs.h >>conftest.$ac_ext
13688 cat >>conftest.$ac_ext <<_ACEOF
13689 /* end confdefs.h. */
13691 /* Override any GCC internal prototype to avoid an error.
13692 Use char because int might match the return type of a GCC
13693 builtin and then its argument prototype would still apply. */
13694 #ifdef __cplusplus
13695 extern "C"
13696 #endif
13697 char cmsOpenProfileFromFile ();
13699 main ()
13701 return cmsOpenProfileFromFile ();
13703 return 0;
13705 _ACEOF
13706 rm -f conftest.$ac_objext conftest$ac_exeext
13707 if { (ac_try="$ac_link"
13708 case "(($ac_try" in
13709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13710 *) ac_try_echo=$ac_try;;
13711 esac
13712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13713 (eval "$ac_link") 2>conftest.er1
13714 ac_status=$?
13715 grep -v '^ *+' conftest.er1 >conftest.err
13716 rm -f conftest.er1
13717 cat conftest.err >&5
13718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13719 (exit $ac_status); } && {
13720 test -z "$ac_c_werror_flag" ||
13721 test ! -s conftest.err
13722 } && test -s conftest$ac_exeext &&
13723 $as_test_x conftest$ac_exeext; then
13724 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13725 else
13726 echo "$as_me: failed program was:" >&5
13727 sed 's/^/| /' conftest.$ac_ext >&5
13729 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13733 conftest$ac_exeext conftest.$ac_ext
13734 LIBS=$ac_check_lib_save_LIBS
13736 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13737 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13738 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13740 cat >>confdefs.h <<\_ACEOF
13741 #define HAVE_LCMS 1
13742 _ACEOF
13744 LCMSLIBS="-llcms"
13748 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13749 case "x$with_cms" in
13750 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13751 xno) ;;
13752 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13753 This is an error since --with-cms was requested." >&5
13754 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13755 This is an error since --with-cms was requested." >&2;}
13756 { (exit 1); exit 1; }; } ;;
13757 esac
13761 for ac_prog in freetype-config freetype2-config
13763 # Extract the first word of "$ac_prog", so it can be a program name with args.
13764 set dummy $ac_prog; ac_word=$2
13765 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13767 if test "${ac_cv_prog_ft_devel+set}" = set; then
13768 echo $ECHO_N "(cached) $ECHO_C" >&6
13769 else
13770 if test -n "$ft_devel"; then
13771 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13772 else
13773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13774 for as_dir in $PATH
13776 IFS=$as_save_IFS
13777 test -z "$as_dir" && as_dir=.
13778 for ac_exec_ext in '' $ac_executable_extensions; do
13779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13780 ac_cv_prog_ft_devel="$ac_prog"
13781 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13782 break 2
13784 done
13785 done
13786 IFS=$as_save_IFS
13790 ft_devel=$ac_cv_prog_ft_devel
13791 if test -n "$ft_devel"; then
13792 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13793 echo "${ECHO_T}$ft_devel" >&6; }
13794 else
13795 { echo "$as_me:$LINENO: result: no" >&5
13796 echo "${ECHO_T}no" >&6; }
13800 test -n "$ft_devel" && break
13801 done
13802 test -n "$ft_devel" || ft_devel="false"
13804 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13805 then
13806 ac_freetype_libs=`$ft_devel --libs`
13807 ac_freetype_incl=`$ft_devel --cflags`
13808 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13809 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13810 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13811 echo $ECHO_N "(cached) $ECHO_C" >&6
13812 else
13813 ac_check_soname_save_LIBS=$LIBS
13814 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13815 cat >conftest.$ac_ext <<_ACEOF
13816 /* confdefs.h. */
13817 _ACEOF
13818 cat confdefs.h >>conftest.$ac_ext
13819 cat >>conftest.$ac_ext <<_ACEOF
13820 /* end confdefs.h. */
13822 /* Override any GCC internal prototype to avoid an error.
13823 Use char because int might match the return type of a GCC
13824 builtin and then its argument prototype would still apply. */
13825 #ifdef __cplusplus
13826 extern "C"
13827 #endif
13828 char FT_Init_FreeType ();
13830 main ()
13832 return FT_Init_FreeType ();
13834 return 0;
13836 _ACEOF
13837 rm -f conftest.$ac_objext conftest$ac_exeext
13838 if { (ac_try="$ac_link"
13839 case "(($ac_try" in
13840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13841 *) ac_try_echo=$ac_try;;
13842 esac
13843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13844 (eval "$ac_link") 2>conftest.er1
13845 ac_status=$?
13846 grep -v '^ *+' conftest.er1 >conftest.err
13847 rm -f conftest.er1
13848 cat conftest.err >&5
13849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13850 (exit $ac_status); } && {
13851 test -z "$ac_c_werror_flag" ||
13852 test ! -s conftest.err
13853 } && test -s conftest$ac_exeext &&
13854 $as_test_x conftest$ac_exeext; then
13855 case "$LIBEXT" in
13856 dll) ;;
13857 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'` ;;
13858 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13859 esac
13860 else
13861 echo "$as_me: failed program was:" >&5
13862 sed 's/^/| /' conftest.$ac_ext >&5
13867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13868 conftest$ac_exeext conftest.$ac_ext
13869 LIBS=$ac_check_soname_save_LIBS
13871 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13872 { echo "$as_me:$LINENO: result: not found" >&5
13873 echo "${ECHO_T}not found" >&6; }
13874 ft_lib=no
13875 else
13876 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13877 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13879 cat >>confdefs.h <<_ACEOF
13880 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13881 _ACEOF
13883 ft_lib=yes
13886 if test "$ft_lib" = "yes"
13887 then
13888 ac_save_CPPFLAGS="$CPPFLAGS"
13889 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13902 for ac_header in ft2build.h \
13903 freetype/freetype.h \
13904 freetype/ftglyph.h \
13905 freetype/fttypes.h \
13906 freetype/tttables.h \
13907 freetype/ftnames.h \
13908 freetype/ftsnames.h \
13909 freetype/ttnameid.h \
13910 freetype/ftoutln.h \
13911 freetype/ftwinfnt.h \
13912 freetype/ftmodapi.h \
13913 freetype/internal/sfnt.h
13915 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13916 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13917 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13918 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13919 echo $ECHO_N "(cached) $ECHO_C" >&6
13920 else
13921 cat >conftest.$ac_ext <<_ACEOF
13922 /* confdefs.h. */
13923 _ACEOF
13924 cat confdefs.h >>conftest.$ac_ext
13925 cat >>conftest.$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13927 #ifdef HAVE_FT2BUILD_H
13928 # include <ft2build.h>
13929 #endif
13931 #include <$ac_header>
13932 _ACEOF
13933 rm -f conftest.$ac_objext
13934 if { (ac_try="$ac_compile"
13935 case "(($ac_try" in
13936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13937 *) ac_try_echo=$ac_try;;
13938 esac
13939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13940 (eval "$ac_compile") 2>conftest.er1
13941 ac_status=$?
13942 grep -v '^ *+' conftest.er1 >conftest.err
13943 rm -f conftest.er1
13944 cat conftest.err >&5
13945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13946 (exit $ac_status); } && {
13947 test -z "$ac_c_werror_flag" ||
13948 test ! -s conftest.err
13949 } && test -s conftest.$ac_objext; then
13950 eval "$as_ac_Header=yes"
13951 else
13952 echo "$as_me: failed program was:" >&5
13953 sed 's/^/| /' conftest.$ac_ext >&5
13955 eval "$as_ac_Header=no"
13958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13960 ac_res=`eval echo '${'$as_ac_Header'}'`
13961 { echo "$as_me:$LINENO: result: $ac_res" >&5
13962 echo "${ECHO_T}$ac_res" >&6; }
13963 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13964 cat >>confdefs.h <<_ACEOF
13965 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13966 _ACEOF
13970 done
13972 cat >conftest.$ac_ext <<_ACEOF
13973 /* confdefs.h. */
13974 _ACEOF
13975 cat confdefs.h >>conftest.$ac_ext
13976 cat >>conftest.$ac_ext <<_ACEOF
13977 /* end confdefs.h. */
13978 #include <ft2build.h>
13979 #include <freetype/fttrigon.h>
13980 _ACEOF
13981 if { (ac_try="$ac_cpp conftest.$ac_ext"
13982 case "(($ac_try" in
13983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13984 *) ac_try_echo=$ac_try;;
13985 esac
13986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13987 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13988 ac_status=$?
13989 grep -v '^ *+' conftest.er1 >conftest.err
13990 rm -f conftest.er1
13991 cat conftest.err >&5
13992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13993 (exit $ac_status); } >/dev/null && {
13994 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13995 test ! -s conftest.err
13996 }; then
13998 cat >>confdefs.h <<\_ACEOF
13999 #define HAVE_FREETYPE_FTTRIGON_H 1
14000 _ACEOF
14002 wine_cv_fttrigon=yes
14003 else
14004 echo "$as_me: failed program was:" >&5
14005 sed 's/^/| /' conftest.$ac_ext >&5
14007 wine_cv_fttrigon=no
14010 rm -f conftest.err conftest.$ac_ext
14011 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14012 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14013 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 else
14016 cat >conftest.$ac_ext <<_ACEOF
14017 /* confdefs.h. */
14018 _ACEOF
14019 cat confdefs.h >>conftest.$ac_ext
14020 cat >>conftest.$ac_ext <<_ACEOF
14021 /* end confdefs.h. */
14022 #include <freetype/ftmodapi.h>
14024 typedef FT_TrueTypeEngineType ac__type_new_;
14026 main ()
14028 if ((ac__type_new_ *) 0)
14029 return 0;
14030 if (sizeof (ac__type_new_))
14031 return 0;
14033 return 0;
14035 _ACEOF
14036 rm -f conftest.$ac_objext
14037 if { (ac_try="$ac_compile"
14038 case "(($ac_try" in
14039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14040 *) ac_try_echo=$ac_try;;
14041 esac
14042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14043 (eval "$ac_compile") 2>conftest.er1
14044 ac_status=$?
14045 grep -v '^ *+' conftest.er1 >conftest.err
14046 rm -f conftest.er1
14047 cat conftest.err >&5
14048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14049 (exit $ac_status); } && {
14050 test -z "$ac_c_werror_flag" ||
14051 test ! -s conftest.err
14052 } && test -s conftest.$ac_objext; then
14053 ac_cv_type_FT_TrueTypeEngineType=yes
14054 else
14055 echo "$as_me: failed program was:" >&5
14056 sed 's/^/| /' conftest.$ac_ext >&5
14058 ac_cv_type_FT_TrueTypeEngineType=no
14061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14063 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14064 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14065 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14067 cat >>confdefs.h <<_ACEOF
14068 #define HAVE_FT_TRUETYPEENGINETYPE 1
14069 _ACEOF
14074 ac_save_CFLAGS="$CFLAGS"
14075 CFLAGS="$CFLAGS $ac_freetype_libs"
14077 for ac_func in FT_Load_Sfnt_Table
14079 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14080 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14081 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14082 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14083 echo $ECHO_N "(cached) $ECHO_C" >&6
14084 else
14085 cat >conftest.$ac_ext <<_ACEOF
14086 /* confdefs.h. */
14087 _ACEOF
14088 cat confdefs.h >>conftest.$ac_ext
14089 cat >>conftest.$ac_ext <<_ACEOF
14090 /* end confdefs.h. */
14091 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14093 #define $ac_func innocuous_$ac_func
14095 /* System header to define __stub macros and hopefully few prototypes,
14096 which can conflict with char $ac_func (); below.
14097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14098 <limits.h> exists even on freestanding compilers. */
14100 #ifdef __STDC__
14101 # include <limits.h>
14102 #else
14103 # include <assert.h>
14104 #endif
14106 #undef $ac_func
14108 /* Override any GCC internal prototype to avoid an error.
14109 Use char because int might match the return type of a GCC
14110 builtin and then its argument prototype would still apply. */
14111 #ifdef __cplusplus
14112 extern "C"
14113 #endif
14114 char $ac_func ();
14115 /* The GNU C library defines this for functions which it implements
14116 to always fail with ENOSYS. Some functions are actually named
14117 something starting with __ and the normal name is an alias. */
14118 #if defined __stub_$ac_func || defined __stub___$ac_func
14119 choke me
14120 #endif
14123 main ()
14125 return $ac_func ();
14127 return 0;
14129 _ACEOF
14130 rm -f conftest.$ac_objext conftest$ac_exeext
14131 if { (ac_try="$ac_link"
14132 case "(($ac_try" in
14133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14134 *) ac_try_echo=$ac_try;;
14135 esac
14136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14137 (eval "$ac_link") 2>conftest.er1
14138 ac_status=$?
14139 grep -v '^ *+' conftest.er1 >conftest.err
14140 rm -f conftest.er1
14141 cat conftest.err >&5
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } && {
14144 test -z "$ac_c_werror_flag" ||
14145 test ! -s conftest.err
14146 } && test -s conftest$ac_exeext &&
14147 $as_test_x conftest$ac_exeext; then
14148 eval "$as_ac_var=yes"
14149 else
14150 echo "$as_me: failed program was:" >&5
14151 sed 's/^/| /' conftest.$ac_ext >&5
14153 eval "$as_ac_var=no"
14156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14157 conftest$ac_exeext conftest.$ac_ext
14159 ac_res=`eval echo '${'$as_ac_var'}'`
14160 { echo "$as_me:$LINENO: result: $ac_res" >&5
14161 echo "${ECHO_T}$ac_res" >&6; }
14162 if test `eval echo '${'$as_ac_var'}'` = yes; then
14163 cat >>confdefs.h <<_ACEOF
14164 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14165 _ACEOF
14168 done
14170 CFLAGS="$ac_save_CFLAGS"
14171 CPPFLAGS="$ac_save_CPPFLAGS"
14172 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14173 then
14175 cat >>confdefs.h <<\_ACEOF
14176 #define HAVE_FREETYPE 1
14177 _ACEOF
14179 FREETYPELIBS="$ac_freetype_libs"
14181 FREETYPEINCL="$ac_freetype_incl"
14186 if test "x$FREETYPELIBS" = "x"; then
14187 case "x$with_freetype" in
14188 xno) ;;
14189 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14190 Fonts will not be built. Dialog text may be invisible or unaligned.
14191 Use the --without-freetype option if you really want this." >&5
14192 echo "$as_me: error: FreeType development files not found.
14193 Fonts will not be built. Dialog text may be invisible or unaligned.
14194 Use the --without-freetype option if you really want this." >&2;}
14195 { (exit 1); exit 1; }; } ;;
14196 esac
14199 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14201 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14202 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14203 if test "${ac_cv_c_ppdev+set}" = set; then
14204 echo $ECHO_N "(cached) $ECHO_C" >&6
14205 else
14206 cat >conftest.$ac_ext <<_ACEOF
14207 /* confdefs.h. */
14208 _ACEOF
14209 cat confdefs.h >>conftest.$ac_ext
14210 cat >>conftest.$ac_ext <<_ACEOF
14211 /* end confdefs.h. */
14212 #include <linux/ppdev.h>
14214 main ()
14216 ioctl (1,PPCLAIM,0)
14218 return 0;
14220 _ACEOF
14221 rm -f conftest.$ac_objext
14222 if { (ac_try="$ac_compile"
14223 case "(($ac_try" in
14224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14225 *) ac_try_echo=$ac_try;;
14226 esac
14227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14228 (eval "$ac_compile") 2>conftest.er1
14229 ac_status=$?
14230 grep -v '^ *+' conftest.er1 >conftest.err
14231 rm -f conftest.er1
14232 cat conftest.err >&5
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); } && {
14235 test -z "$ac_c_werror_flag" ||
14236 test ! -s conftest.err
14237 } && test -s conftest.$ac_objext; then
14238 ac_cv_c_ppdev="yes"
14239 else
14240 echo "$as_me: failed program was:" >&5
14241 sed 's/^/| /' conftest.$ac_ext >&5
14243 ac_cv_c_ppdev="no"
14246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14248 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14249 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14250 if test "$ac_cv_c_ppdev" = "yes"
14251 then
14253 cat >>confdefs.h <<\_ACEOF
14254 #define HAVE_PPDEV 1
14255 _ACEOF
14259 { echo "$as_me:$LINENO: checking for va_copy" >&5
14260 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14261 if test "${ac_cv_c_va_copy+set}" = set; then
14262 echo $ECHO_N "(cached) $ECHO_C" >&6
14263 else
14264 cat >conftest.$ac_ext <<_ACEOF
14265 /* confdefs.h. */
14266 _ACEOF
14267 cat confdefs.h >>conftest.$ac_ext
14268 cat >>conftest.$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14270 #include <stdarg.h>
14272 main ()
14274 va_list ap1, ap2; va_copy(ap1,ap2);
14276 return 0;
14278 _ACEOF
14279 rm -f conftest.$ac_objext conftest$ac_exeext
14280 if { (ac_try="$ac_link"
14281 case "(($ac_try" in
14282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14283 *) ac_try_echo=$ac_try;;
14284 esac
14285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14286 (eval "$ac_link") 2>conftest.er1
14287 ac_status=$?
14288 grep -v '^ *+' conftest.er1 >conftest.err
14289 rm -f conftest.er1
14290 cat conftest.err >&5
14291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); } && {
14293 test -z "$ac_c_werror_flag" ||
14294 test ! -s conftest.err
14295 } && test -s conftest$ac_exeext &&
14296 $as_test_x conftest$ac_exeext; then
14297 ac_cv_c_va_copy="yes"
14298 else
14299 echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14302 ac_cv_c_va_copy="no"
14305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14306 conftest$ac_exeext conftest.$ac_ext
14309 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14310 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14311 if test "$ac_cv_c_va_copy" = "yes"
14312 then
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_VA_COPY 1
14316 _ACEOF
14319 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14320 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14321 if test "${ac_cv_c___va_copy+set}" = set; then
14322 echo $ECHO_N "(cached) $ECHO_C" >&6
14323 else
14324 cat >conftest.$ac_ext <<_ACEOF
14325 /* confdefs.h. */
14326 _ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h. */
14330 #include <stdarg.h>
14332 main ()
14334 va_list ap1, ap2; __va_copy(ap1,ap2);
14336 return 0;
14338 _ACEOF
14339 rm -f conftest.$ac_objext conftest$ac_exeext
14340 if { (ac_try="$ac_link"
14341 case "(($ac_try" in
14342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14343 *) ac_try_echo=$ac_try;;
14344 esac
14345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14346 (eval "$ac_link") 2>conftest.er1
14347 ac_status=$?
14348 grep -v '^ *+' conftest.er1 >conftest.err
14349 rm -f conftest.er1
14350 cat conftest.err >&5
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); } && {
14353 test -z "$ac_c_werror_flag" ||
14354 test ! -s conftest.err
14355 } && test -s conftest$ac_exeext &&
14356 $as_test_x conftest$ac_exeext; then
14357 ac_cv_c___va_copy="yes"
14358 else
14359 echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14362 ac_cv_c___va_copy="no"
14365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14366 conftest$ac_exeext conftest.$ac_ext
14369 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14370 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14371 if test "$ac_cv_c___va_copy" = "yes"
14372 then
14374 cat >>confdefs.h <<\_ACEOF
14375 #define HAVE___VA_COPY 1
14376 _ACEOF
14380 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14381 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14382 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14383 echo $ECHO_N "(cached) $ECHO_C" >&6
14384 else
14385 cat >conftest.$ac_ext <<_ACEOF
14386 /* confdefs.h. */
14387 _ACEOF
14388 cat confdefs.h >>conftest.$ac_ext
14389 cat >>conftest.$ac_ext <<_ACEOF
14390 /* end confdefs.h. */
14391 #define _GNU_SOURCE
14392 #include <pthread.h>
14394 typedef pthread_rwlock_t ac__type_new_;
14396 main ()
14398 if ((ac__type_new_ *) 0)
14399 return 0;
14400 if (sizeof (ac__type_new_))
14401 return 0;
14403 return 0;
14405 _ACEOF
14406 rm -f conftest.$ac_objext
14407 if { (ac_try="$ac_compile"
14408 case "(($ac_try" in
14409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14410 *) ac_try_echo=$ac_try;;
14411 esac
14412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14413 (eval "$ac_compile") 2>conftest.er1
14414 ac_status=$?
14415 grep -v '^ *+' conftest.er1 >conftest.err
14416 rm -f conftest.er1
14417 cat conftest.err >&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); } && {
14420 test -z "$ac_c_werror_flag" ||
14421 test ! -s conftest.err
14422 } && test -s conftest.$ac_objext; then
14423 ac_cv_type_pthread_rwlock_t=yes
14424 else
14425 echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14428 ac_cv_type_pthread_rwlock_t=no
14431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14433 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14434 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14435 if test $ac_cv_type_pthread_rwlock_t = yes; then
14437 cat >>confdefs.h <<_ACEOF
14438 #define HAVE_PTHREAD_RWLOCK_T 1
14439 _ACEOF
14443 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14444 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14445 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14446 echo $ECHO_N "(cached) $ECHO_C" >&6
14447 else
14448 cat >conftest.$ac_ext <<_ACEOF
14449 /* confdefs.h. */
14450 _ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h. */
14454 #define _GNU_SOURCE
14455 #include <pthread.h>
14457 typedef pthread_rwlockattr_t ac__type_new_;
14459 main ()
14461 if ((ac__type_new_ *) 0)
14462 return 0;
14463 if (sizeof (ac__type_new_))
14464 return 0;
14466 return 0;
14468 _ACEOF
14469 rm -f conftest.$ac_objext
14470 if { (ac_try="$ac_compile"
14471 case "(($ac_try" in
14472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14473 *) ac_try_echo=$ac_try;;
14474 esac
14475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14476 (eval "$ac_compile") 2>conftest.er1
14477 ac_status=$?
14478 grep -v '^ *+' conftest.er1 >conftest.err
14479 rm -f conftest.er1
14480 cat conftest.err >&5
14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); } && {
14483 test -z "$ac_c_werror_flag" ||
14484 test ! -s conftest.err
14485 } && test -s conftest.$ac_objext; then
14486 ac_cv_type_pthread_rwlockattr_t=yes
14487 else
14488 echo "$as_me: failed program was:" >&5
14489 sed 's/^/| /' conftest.$ac_ext >&5
14491 ac_cv_type_pthread_rwlockattr_t=no
14494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14496 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14497 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14498 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14500 cat >>confdefs.h <<_ACEOF
14501 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14502 _ACEOF
14508 ac_wine_check_funcs_save_LIBS="$LIBS"
14509 LIBS="$LIBS $LIBPTHREAD"
14514 for ac_func in \
14515 pthread_attr_get_np \
14516 pthread_getattr_np \
14517 pthread_get_stackaddr_np \
14518 pthread_get_stacksize_np
14520 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14521 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14522 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14523 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14524 echo $ECHO_N "(cached) $ECHO_C" >&6
14525 else
14526 cat >conftest.$ac_ext <<_ACEOF
14527 /* confdefs.h. */
14528 _ACEOF
14529 cat confdefs.h >>conftest.$ac_ext
14530 cat >>conftest.$ac_ext <<_ACEOF
14531 /* end confdefs.h. */
14532 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14534 #define $ac_func innocuous_$ac_func
14536 /* System header to define __stub macros and hopefully few prototypes,
14537 which can conflict with char $ac_func (); below.
14538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14539 <limits.h> exists even on freestanding compilers. */
14541 #ifdef __STDC__
14542 # include <limits.h>
14543 #else
14544 # include <assert.h>
14545 #endif
14547 #undef $ac_func
14549 /* Override any GCC internal prototype to avoid an error.
14550 Use char because int might match the return type of a GCC
14551 builtin and then its argument prototype would still apply. */
14552 #ifdef __cplusplus
14553 extern "C"
14554 #endif
14555 char $ac_func ();
14556 /* The GNU C library defines this for functions which it implements
14557 to always fail with ENOSYS. Some functions are actually named
14558 something starting with __ and the normal name is an alias. */
14559 #if defined __stub_$ac_func || defined __stub___$ac_func
14560 choke me
14561 #endif
14564 main ()
14566 return $ac_func ();
14568 return 0;
14570 _ACEOF
14571 rm -f conftest.$ac_objext conftest$ac_exeext
14572 if { (ac_try="$ac_link"
14573 case "(($ac_try" in
14574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14575 *) ac_try_echo=$ac_try;;
14576 esac
14577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14578 (eval "$ac_link") 2>conftest.er1
14579 ac_status=$?
14580 grep -v '^ *+' conftest.er1 >conftest.err
14581 rm -f conftest.er1
14582 cat conftest.err >&5
14583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14584 (exit $ac_status); } && {
14585 test -z "$ac_c_werror_flag" ||
14586 test ! -s conftest.err
14587 } && test -s conftest$ac_exeext &&
14588 $as_test_x conftest$ac_exeext; then
14589 eval "$as_ac_var=yes"
14590 else
14591 echo "$as_me: failed program was:" >&5
14592 sed 's/^/| /' conftest.$ac_ext >&5
14594 eval "$as_ac_var=no"
14597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14598 conftest$ac_exeext conftest.$ac_ext
14600 ac_res=`eval echo '${'$as_ac_var'}'`
14601 { echo "$as_me:$LINENO: result: $ac_res" >&5
14602 echo "${ECHO_T}$ac_res" >&6; }
14603 if test `eval echo '${'$as_ac_var'}'` = yes; then
14604 cat >>confdefs.h <<_ACEOF
14605 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14606 _ACEOF
14609 done
14611 LIBS="$ac_wine_check_funcs_save_LIBS"
14613 # Extract the first word of "esd-config", so it can be a program name with args.
14614 set dummy esd-config; ac_word=$2
14615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14617 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14618 echo $ECHO_N "(cached) $ECHO_C" >&6
14619 else
14620 case $ESDCONFIG in
14621 [\\/]* | ?:[\\/]*)
14622 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14626 for as_dir in $PATH
14628 IFS=$as_save_IFS
14629 test -z "$as_dir" && as_dir=.
14630 for ac_exec_ext in '' $ac_executable_extensions; do
14631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14632 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14634 break 2
14636 done
14637 done
14638 IFS=$as_save_IFS
14641 esac
14643 ESDCONFIG=$ac_cv_path_ESDCONFIG
14644 if test -n "$ESDCONFIG"; then
14645 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14646 echo "${ECHO_T}$ESDCONFIG" >&6; }
14647 else
14648 { echo "$as_me:$LINENO: result: no" >&5
14649 echo "${ECHO_T}no" >&6; }
14653 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14654 then
14655 ac_esd_incl=""
14656 for i in `$ESDCONFIG --cflags`
14658 case "$i" in
14659 -I*) ac_esd_incl="$ac_esd_incl $i";;
14660 esac
14661 done
14662 ac_esd_libs=`$ESDCONFIG --libs`
14663 save_CFLAGS="$CFLAGS"
14664 CFLAGS="$CFLAGS $ac_esd_incl"
14665 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14666 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14667 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14668 echo $ECHO_N "(cached) $ECHO_C" >&6
14669 else
14670 ac_check_lib_save_LIBS=$LIBS
14671 LIBS="-lesd $ac_esd_libs $LIBS"
14672 cat >conftest.$ac_ext <<_ACEOF
14673 /* confdefs.h. */
14674 _ACEOF
14675 cat confdefs.h >>conftest.$ac_ext
14676 cat >>conftest.$ac_ext <<_ACEOF
14677 /* end confdefs.h. */
14679 /* Override any GCC internal prototype to avoid an error.
14680 Use char because int might match the return type of a GCC
14681 builtin and then its argument prototype would still apply. */
14682 #ifdef __cplusplus
14683 extern "C"
14684 #endif
14685 char esd_open_sound ();
14687 main ()
14689 return esd_open_sound ();
14691 return 0;
14693 _ACEOF
14694 rm -f conftest.$ac_objext conftest$ac_exeext
14695 if { (ac_try="$ac_link"
14696 case "(($ac_try" in
14697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14698 *) ac_try_echo=$ac_try;;
14699 esac
14700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14701 (eval "$ac_link") 2>conftest.er1
14702 ac_status=$?
14703 grep -v '^ *+' conftest.er1 >conftest.err
14704 rm -f conftest.er1
14705 cat conftest.err >&5
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } && {
14708 test -z "$ac_c_werror_flag" ||
14709 test ! -s conftest.err
14710 } && test -s conftest$ac_exeext &&
14711 $as_test_x conftest$ac_exeext; then
14712 ac_cv_lib_esd_esd_open_sound=yes
14713 else
14714 echo "$as_me: failed program was:" >&5
14715 sed 's/^/| /' conftest.$ac_ext >&5
14717 ac_cv_lib_esd_esd_open_sound=no
14720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14721 conftest$ac_exeext conftest.$ac_ext
14722 LIBS=$ac_check_lib_save_LIBS
14724 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14725 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14726 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14727 ESDINCL="$ac_esd_incl"
14729 ESDLIBS="$ac_esd_libs"
14732 cat >>confdefs.h <<\_ACEOF
14733 #define HAVE_ESD 1
14734 _ACEOF
14738 CFLAGS="$save_CFLAGS"
14741 ALSALIBS=""
14743 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14744 then
14745 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14746 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14747 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14748 echo $ECHO_N "(cached) $ECHO_C" >&6
14749 else
14750 ac_check_lib_save_LIBS=$LIBS
14751 LIBS="-lasound $LIBS"
14752 cat >conftest.$ac_ext <<_ACEOF
14753 /* confdefs.h. */
14754 _ACEOF
14755 cat confdefs.h >>conftest.$ac_ext
14756 cat >>conftest.$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14759 /* Override any GCC internal prototype to avoid an error.
14760 Use char because int might match the return type of a GCC
14761 builtin and then its argument prototype would still apply. */
14762 #ifdef __cplusplus
14763 extern "C"
14764 #endif
14765 char snd_pcm_hw_params_get_access ();
14767 main ()
14769 return snd_pcm_hw_params_get_access ();
14771 return 0;
14773 _ACEOF
14774 rm -f conftest.$ac_objext conftest$ac_exeext
14775 if { (ac_try="$ac_link"
14776 case "(($ac_try" in
14777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14779 esac
14780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14781 (eval "$ac_link") 2>conftest.er1
14782 ac_status=$?
14783 grep -v '^ *+' conftest.er1 >conftest.err
14784 rm -f conftest.er1
14785 cat conftest.err >&5
14786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14787 (exit $ac_status); } && {
14788 test -z "$ac_c_werror_flag" ||
14789 test ! -s conftest.err
14790 } && test -s conftest$ac_exeext &&
14791 $as_test_x conftest$ac_exeext; then
14792 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14793 else
14794 echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14801 conftest$ac_exeext conftest.$ac_ext
14802 LIBS=$ac_check_lib_save_LIBS
14804 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14805 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14806 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14807 cat >conftest.$ac_ext <<_ACEOF
14808 /* confdefs.h. */
14809 _ACEOF
14810 cat confdefs.h >>conftest.$ac_ext
14811 cat >>conftest.$ac_ext <<_ACEOF
14812 /* end confdefs.h. */
14813 #ifdef HAVE_ALSA_ASOUNDLIB_H
14814 #include <alsa/asoundlib.h>
14815 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14816 #include <sys/asoundlib.h>
14817 #endif
14819 main ()
14821 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14823 return 0;
14825 _ACEOF
14826 rm -f conftest.$ac_objext
14827 if { (ac_try="$ac_compile"
14828 case "(($ac_try" in
14829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14830 *) ac_try_echo=$ac_try;;
14831 esac
14832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14833 (eval "$ac_compile") 2>conftest.er1
14834 ac_status=$?
14835 grep -v '^ *+' conftest.er1 >conftest.err
14836 rm -f conftest.er1
14837 cat conftest.err >&5
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); } && {
14840 test -z "$ac_c_werror_flag" ||
14841 test ! -s conftest.err
14842 } && test -s conftest.$ac_objext; then
14844 cat >>confdefs.h <<\_ACEOF
14845 #define HAVE_ALSA 1
14846 _ACEOF
14848 ALSALIBS="-lasound"
14849 else
14850 echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.$ac_ext >&5
14856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14861 AUDIOIOLIBS=""
14863 if test "$ac_cv_header_libaudioio_h" = "yes"
14864 then
14865 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14866 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14867 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14869 else
14870 ac_check_lib_save_LIBS=$LIBS
14871 LIBS="-laudioio $LIBS"
14872 cat >conftest.$ac_ext <<_ACEOF
14873 /* confdefs.h. */
14874 _ACEOF
14875 cat confdefs.h >>conftest.$ac_ext
14876 cat >>conftest.$ac_ext <<_ACEOF
14877 /* end confdefs.h. */
14879 /* Override any GCC internal prototype to avoid an error.
14880 Use char because int might match the return type of a GCC
14881 builtin and then its argument prototype would still apply. */
14882 #ifdef __cplusplus
14883 extern "C"
14884 #endif
14885 char AudioIOGetVersion ();
14887 main ()
14889 return AudioIOGetVersion ();
14891 return 0;
14893 _ACEOF
14894 rm -f conftest.$ac_objext conftest$ac_exeext
14895 if { (ac_try="$ac_link"
14896 case "(($ac_try" in
14897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14898 *) ac_try_echo=$ac_try;;
14899 esac
14900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14901 (eval "$ac_link") 2>conftest.er1
14902 ac_status=$?
14903 grep -v '^ *+' conftest.er1 >conftest.err
14904 rm -f conftest.er1
14905 cat conftest.err >&5
14906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14907 (exit $ac_status); } && {
14908 test -z "$ac_c_werror_flag" ||
14909 test ! -s conftest.err
14910 } && test -s conftest$ac_exeext &&
14911 $as_test_x conftest$ac_exeext; then
14912 ac_cv_lib_audioio_AudioIOGetVersion=yes
14913 else
14914 echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14917 ac_cv_lib_audioio_AudioIOGetVersion=no
14920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14921 conftest$ac_exeext conftest.$ac_ext
14922 LIBS=$ac_check_lib_save_LIBS
14924 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14925 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14926 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14927 AUDIOIOLIBS="-laudioio"
14929 cat >>confdefs.h <<\_ACEOF
14930 #define HAVE_LIBAUDIOIO 1
14931 _ACEOF
14938 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14939 then
14940 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14941 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14942 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14943 echo $ECHO_N "(cached) $ECHO_C" >&6
14944 else
14945 ac_check_soname_save_LIBS=$LIBS
14946 LIBS="-lcapi20 $LIBS"
14947 cat >conftest.$ac_ext <<_ACEOF
14948 /* confdefs.h. */
14949 _ACEOF
14950 cat confdefs.h >>conftest.$ac_ext
14951 cat >>conftest.$ac_ext <<_ACEOF
14952 /* end confdefs.h. */
14954 /* Override any GCC internal prototype to avoid an error.
14955 Use char because int might match the return type of a GCC
14956 builtin and then its argument prototype would still apply. */
14957 #ifdef __cplusplus
14958 extern "C"
14959 #endif
14960 char capi20_register ();
14962 main ()
14964 return capi20_register ();
14966 return 0;
14968 _ACEOF
14969 rm -f conftest.$ac_objext conftest$ac_exeext
14970 if { (ac_try="$ac_link"
14971 case "(($ac_try" in
14972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14973 *) ac_try_echo=$ac_try;;
14974 esac
14975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14976 (eval "$ac_link") 2>conftest.er1
14977 ac_status=$?
14978 grep -v '^ *+' conftest.er1 >conftest.err
14979 rm -f conftest.er1
14980 cat conftest.err >&5
14981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14982 (exit $ac_status); } && {
14983 test -z "$ac_c_werror_flag" ||
14984 test ! -s conftest.err
14985 } && test -s conftest$ac_exeext &&
14986 $as_test_x conftest$ac_exeext; then
14987 case "$LIBEXT" in
14988 dll) ;;
14989 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14990 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14991 esac
14992 else
14993 echo "$as_me: failed program was:" >&5
14994 sed 's/^/| /' conftest.$ac_ext >&5
14999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15000 conftest$ac_exeext conftest.$ac_ext
15001 LIBS=$ac_check_soname_save_LIBS
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004 { echo "$as_me:$LINENO: result: not found" >&5
15005 echo "${ECHO_T}not found" >&6; }
15007 else
15008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15009 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15011 cat >>confdefs.h <<_ACEOF
15012 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15013 _ACEOF
15019 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15020 case "x$with_capi" in
15021 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15022 xno) ;;
15023 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15024 This is an error since --with-capi was requested." >&5
15025 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15026 This is an error since --with-capi was requested." >&2;}
15027 { (exit 1); exit 1; }; } ;;
15028 esac
15032 CUPSINCL=""
15034 if test "x$with_cups" != "xno"
15035 then
15036 ac_save_CPPFLAGS="$CPPFLAGS"
15037 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15038 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15039 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15041 for ac_header in cups/cups.h
15043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15048 echo $ECHO_N "(cached) $ECHO_C" >&6
15050 ac_res=`eval echo '${'$as_ac_Header'}'`
15051 { echo "$as_me:$LINENO: result: $ac_res" >&5
15052 echo "${ECHO_T}$ac_res" >&6; }
15053 else
15054 # Is the header compilable?
15055 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15057 cat >conftest.$ac_ext <<_ACEOF
15058 /* confdefs.h. */
15059 _ACEOF
15060 cat confdefs.h >>conftest.$ac_ext
15061 cat >>conftest.$ac_ext <<_ACEOF
15062 /* end confdefs.h. */
15063 $ac_includes_default
15064 #include <$ac_header>
15065 _ACEOF
15066 rm -f conftest.$ac_objext
15067 if { (ac_try="$ac_compile"
15068 case "(($ac_try" in
15069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15070 *) ac_try_echo=$ac_try;;
15071 esac
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073 (eval "$ac_compile") 2>conftest.er1
15074 ac_status=$?
15075 grep -v '^ *+' conftest.er1 >conftest.err
15076 rm -f conftest.er1
15077 cat conftest.err >&5
15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079 (exit $ac_status); } && {
15080 test -z "$ac_c_werror_flag" ||
15081 test ! -s conftest.err
15082 } && test -s conftest.$ac_objext; then
15083 ac_header_compiler=yes
15084 else
15085 echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15088 ac_header_compiler=no
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15092 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15093 echo "${ECHO_T}$ac_header_compiler" >&6; }
15095 # Is the header present?
15096 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15097 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15098 cat >conftest.$ac_ext <<_ACEOF
15099 /* confdefs.h. */
15100 _ACEOF
15101 cat confdefs.h >>conftest.$ac_ext
15102 cat >>conftest.$ac_ext <<_ACEOF
15103 /* end confdefs.h. */
15104 #include <$ac_header>
15105 _ACEOF
15106 if { (ac_try="$ac_cpp conftest.$ac_ext"
15107 case "(($ac_try" in
15108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15109 *) ac_try_echo=$ac_try;;
15110 esac
15111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15113 ac_status=$?
15114 grep -v '^ *+' conftest.er1 >conftest.err
15115 rm -f conftest.er1
15116 cat conftest.err >&5
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); } >/dev/null && {
15119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15120 test ! -s conftest.err
15121 }; then
15122 ac_header_preproc=yes
15123 else
15124 echo "$as_me: failed program was:" >&5
15125 sed 's/^/| /' conftest.$ac_ext >&5
15127 ac_header_preproc=no
15130 rm -f conftest.err conftest.$ac_ext
15131 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15132 echo "${ECHO_T}$ac_header_preproc" >&6; }
15134 # So? What about this header?
15135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15136 yes:no: )
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15138 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15140 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15141 ac_header_preproc=yes
15143 no:yes:* )
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15145 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15147 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15148 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15149 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15150 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15151 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15153 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15155 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15156 ( cat <<\_ASBOX
15157 ## ------------------------------------ ##
15158 ## Report this to wine-devel@winehq.org ##
15159 ## ------------------------------------ ##
15160 _ASBOX
15161 ) | sed "s/^/$as_me: WARNING: /" >&2
15163 esac
15164 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15167 echo $ECHO_N "(cached) $ECHO_C" >&6
15168 else
15169 eval "$as_ac_Header=\$ac_header_preproc"
15171 ac_res=`eval echo '${'$as_ac_Header'}'`
15172 { echo "$as_me:$LINENO: result: $ac_res" >&5
15173 echo "${ECHO_T}$ac_res" >&6; }
15176 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15177 cat >>confdefs.h <<_ACEOF
15178 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15179 _ACEOF
15180 { echo "$as_me:$LINENO: checking for -lcups" >&5
15181 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15182 if test "${ac_cv_lib_soname_cups+set}" = set; then
15183 echo $ECHO_N "(cached) $ECHO_C" >&6
15184 else
15185 ac_check_soname_save_LIBS=$LIBS
15186 LIBS="-lcups $ac_cups_libs $LIBS"
15187 cat >conftest.$ac_ext <<_ACEOF
15188 /* confdefs.h. */
15189 _ACEOF
15190 cat confdefs.h >>conftest.$ac_ext
15191 cat >>conftest.$ac_ext <<_ACEOF
15192 /* end confdefs.h. */
15194 /* Override any GCC internal prototype to avoid an error.
15195 Use char because int might match the return type of a GCC
15196 builtin and then its argument prototype would still apply. */
15197 #ifdef __cplusplus
15198 extern "C"
15199 #endif
15200 char cupsGetDefault ();
15202 main ()
15204 return cupsGetDefault ();
15206 return 0;
15208 _ACEOF
15209 rm -f conftest.$ac_objext conftest$ac_exeext
15210 if { (ac_try="$ac_link"
15211 case "(($ac_try" in
15212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15213 *) ac_try_echo=$ac_try;;
15214 esac
15215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15216 (eval "$ac_link") 2>conftest.er1
15217 ac_status=$?
15218 grep -v '^ *+' conftest.er1 >conftest.err
15219 rm -f conftest.er1
15220 cat conftest.err >&5
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } && {
15223 test -z "$ac_c_werror_flag" ||
15224 test ! -s conftest.err
15225 } && test -s conftest$ac_exeext &&
15226 $as_test_x conftest$ac_exeext; then
15227 case "$LIBEXT" in
15228 dll) ;;
15229 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15230 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15231 esac
15232 else
15233 echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15240 conftest$ac_exeext conftest.$ac_ext
15241 LIBS=$ac_check_soname_save_LIBS
15243 if test "x$ac_cv_lib_soname_cups" = "x"; then
15244 { echo "$as_me:$LINENO: result: not found" >&5
15245 echo "${ECHO_T}not found" >&6; }
15247 else
15248 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15249 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15251 cat >>confdefs.h <<_ACEOF
15252 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15253 _ACEOF
15255 CUPSINCL="$ac_cups_cflags"
15260 done
15262 CPPFLAGS="$ac_save_CPPFLAGS"
15264 if test "x$ac_cv_lib_soname_cups" = "x"; then
15265 case "x$with_cups" in
15266 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15267 xno) ;;
15268 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15269 This is an error since --with-cups was requested." >&5
15270 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15271 This is an error since --with-cups was requested." >&2;}
15272 { (exit 1); exit 1; }; } ;;
15273 esac
15277 if test "$ac_cv_header_jack_jack_h" = "yes"
15278 then
15279 { echo "$as_me:$LINENO: checking for -ljack" >&5
15280 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15281 if test "${ac_cv_lib_soname_jack+set}" = set; then
15282 echo $ECHO_N "(cached) $ECHO_C" >&6
15283 else
15284 ac_check_soname_save_LIBS=$LIBS
15285 LIBS="-ljack $LIBS"
15286 cat >conftest.$ac_ext <<_ACEOF
15287 /* confdefs.h. */
15288 _ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15293 /* Override any GCC internal prototype to avoid an error.
15294 Use char because int might match the return type of a GCC
15295 builtin and then its argument prototype would still apply. */
15296 #ifdef __cplusplus
15297 extern "C"
15298 #endif
15299 char jack_client_new ();
15301 main ()
15303 return jack_client_new ();
15305 return 0;
15307 _ACEOF
15308 rm -f conftest.$ac_objext conftest$ac_exeext
15309 if { (ac_try="$ac_link"
15310 case "(($ac_try" in
15311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15312 *) ac_try_echo=$ac_try;;
15313 esac
15314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15315 (eval "$ac_link") 2>conftest.er1
15316 ac_status=$?
15317 grep -v '^ *+' conftest.er1 >conftest.err
15318 rm -f conftest.er1
15319 cat conftest.err >&5
15320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15321 (exit $ac_status); } && {
15322 test -z "$ac_c_werror_flag" ||
15323 test ! -s conftest.err
15324 } && test -s conftest$ac_exeext &&
15325 $as_test_x conftest$ac_exeext; then
15326 case "$LIBEXT" in
15327 dll) ;;
15328 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15329 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15330 esac
15331 else
15332 echo "$as_me: failed program was:" >&5
15333 sed 's/^/| /' conftest.$ac_ext >&5
15338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15339 conftest$ac_exeext conftest.$ac_ext
15340 LIBS=$ac_check_soname_save_LIBS
15342 if test "x$ac_cv_lib_soname_jack" = "x"; then
15343 { echo "$as_me:$LINENO: result: not found" >&5
15344 echo "${ECHO_T}not found" >&6; }
15346 else
15347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15348 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15350 cat >>confdefs.h <<_ACEOF
15351 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15352 _ACEOF
15359 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15360 then
15361 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15362 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15363 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15364 echo $ECHO_N "(cached) $ECHO_C" >&6
15365 else
15366 ac_check_soname_save_LIBS=$LIBS
15367 LIBS="-lfontconfig $LIBS"
15368 cat >conftest.$ac_ext <<_ACEOF
15369 /* confdefs.h. */
15370 _ACEOF
15371 cat confdefs.h >>conftest.$ac_ext
15372 cat >>conftest.$ac_ext <<_ACEOF
15373 /* end confdefs.h. */
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char FcInit ();
15383 main ()
15385 return FcInit ();
15387 return 0;
15389 _ACEOF
15390 rm -f conftest.$ac_objext conftest$ac_exeext
15391 if { (ac_try="$ac_link"
15392 case "(($ac_try" in
15393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15394 *) ac_try_echo=$ac_try;;
15395 esac
15396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15397 (eval "$ac_link") 2>conftest.er1
15398 ac_status=$?
15399 grep -v '^ *+' conftest.er1 >conftest.err
15400 rm -f conftest.er1
15401 cat conftest.err >&5
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); } && {
15404 test -z "$ac_c_werror_flag" ||
15405 test ! -s conftest.err
15406 } && test -s conftest$ac_exeext &&
15407 $as_test_x conftest$ac_exeext; then
15408 case "$LIBEXT" in
15409 dll) ;;
15410 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15411 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15412 esac
15413 else
15414 echo "$as_me: failed program was:" >&5
15415 sed 's/^/| /' conftest.$ac_ext >&5
15420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15421 conftest$ac_exeext conftest.$ac_ext
15422 LIBS=$ac_check_soname_save_LIBS
15424 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15425 { echo "$as_me:$LINENO: result: not found" >&5
15426 echo "${ECHO_T}not found" >&6; }
15428 else
15429 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15430 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15432 cat >>confdefs.h <<_ACEOF
15433 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15434 _ACEOF
15439 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15440 then
15441 ac_save_CPPFLAGS="$CPPFLAGS"
15442 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15443 $as_unset ac_cv_header_fontconfig_fontconfig_h
15445 for ac_header in fontconfig/fontconfig.h
15447 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15449 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15450 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15452 echo $ECHO_N "(cached) $ECHO_C" >&6
15454 ac_res=`eval echo '${'$as_ac_Header'}'`
15455 { echo "$as_me:$LINENO: result: $ac_res" >&5
15456 echo "${ECHO_T}$ac_res" >&6; }
15457 else
15458 # Is the header compilable?
15459 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15460 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15461 cat >conftest.$ac_ext <<_ACEOF
15462 /* confdefs.h. */
15463 _ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h. */
15467 $ac_includes_default
15468 #include <$ac_header>
15469 _ACEOF
15470 rm -f conftest.$ac_objext
15471 if { (ac_try="$ac_compile"
15472 case "(($ac_try" in
15473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15474 *) ac_try_echo=$ac_try;;
15475 esac
15476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15477 (eval "$ac_compile") 2>conftest.er1
15478 ac_status=$?
15479 grep -v '^ *+' conftest.er1 >conftest.err
15480 rm -f conftest.er1
15481 cat conftest.err >&5
15482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15483 (exit $ac_status); } && {
15484 test -z "$ac_c_werror_flag" ||
15485 test ! -s conftest.err
15486 } && test -s conftest.$ac_objext; then
15487 ac_header_compiler=yes
15488 else
15489 echo "$as_me: failed program was:" >&5
15490 sed 's/^/| /' conftest.$ac_ext >&5
15492 ac_header_compiler=no
15495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15496 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15497 echo "${ECHO_T}$ac_header_compiler" >&6; }
15499 # Is the header present?
15500 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15501 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15502 cat >conftest.$ac_ext <<_ACEOF
15503 /* confdefs.h. */
15504 _ACEOF
15505 cat confdefs.h >>conftest.$ac_ext
15506 cat >>conftest.$ac_ext <<_ACEOF
15507 /* end confdefs.h. */
15508 #include <$ac_header>
15509 _ACEOF
15510 if { (ac_try="$ac_cpp conftest.$ac_ext"
15511 case "(($ac_try" in
15512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15513 *) ac_try_echo=$ac_try;;
15514 esac
15515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15517 ac_status=$?
15518 grep -v '^ *+' conftest.er1 >conftest.err
15519 rm -f conftest.er1
15520 cat conftest.err >&5
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); } >/dev/null && {
15523 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15524 test ! -s conftest.err
15525 }; then
15526 ac_header_preproc=yes
15527 else
15528 echo "$as_me: failed program was:" >&5
15529 sed 's/^/| /' conftest.$ac_ext >&5
15531 ac_header_preproc=no
15534 rm -f conftest.err conftest.$ac_ext
15535 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15536 echo "${ECHO_T}$ac_header_preproc" >&6; }
15538 # So? What about this header?
15539 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15540 yes:no: )
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15542 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15544 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15545 ac_header_preproc=yes
15547 no:yes:* )
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15549 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15551 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15552 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15553 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15554 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15555 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15556 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15557 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15558 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15559 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15560 ( cat <<\_ASBOX
15561 ## ------------------------------------ ##
15562 ## Report this to wine-devel@winehq.org ##
15563 ## ------------------------------------ ##
15564 _ASBOX
15565 ) | sed "s/^/$as_me: WARNING: /" >&2
15567 esac
15568 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15570 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15571 echo $ECHO_N "(cached) $ECHO_C" >&6
15572 else
15573 eval "$as_ac_Header=\$ac_header_preproc"
15575 ac_res=`eval echo '${'$as_ac_Header'}'`
15576 { echo "$as_me:$LINENO: result: $ac_res" >&5
15577 echo "${ECHO_T}$ac_res" >&6; }
15580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15581 cat >>confdefs.h <<_ACEOF
15582 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15583 _ACEOF
15587 done
15589 CPPFLAGS="$ac_save_CPPFLAGS"
15590 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15591 then
15592 FONTCONFIGINCL="$X_CFLAGS"
15594 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15595 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15596 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15598 else
15599 ac_check_soname_save_LIBS=$LIBS
15600 LIBS="-lfontconfig $X_LIBS $LIBS"
15601 cat >conftest.$ac_ext <<_ACEOF
15602 /* confdefs.h. */
15603 _ACEOF
15604 cat confdefs.h >>conftest.$ac_ext
15605 cat >>conftest.$ac_ext <<_ACEOF
15606 /* end confdefs.h. */
15608 /* Override any GCC internal prototype to avoid an error.
15609 Use char because int might match the return type of a GCC
15610 builtin and then its argument prototype would still apply. */
15611 #ifdef __cplusplus
15612 extern "C"
15613 #endif
15614 char FcInit ();
15616 main ()
15618 return FcInit ();
15620 return 0;
15622 _ACEOF
15623 rm -f conftest.$ac_objext conftest$ac_exeext
15624 if { (ac_try="$ac_link"
15625 case "(($ac_try" in
15626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15627 *) ac_try_echo=$ac_try;;
15628 esac
15629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15630 (eval "$ac_link") 2>conftest.er1
15631 ac_status=$?
15632 grep -v '^ *+' conftest.er1 >conftest.err
15633 rm -f conftest.er1
15634 cat conftest.err >&5
15635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15636 (exit $ac_status); } && {
15637 test -z "$ac_c_werror_flag" ||
15638 test ! -s conftest.err
15639 } && test -s conftest$ac_exeext &&
15640 $as_test_x conftest$ac_exeext; then
15641 case "$LIBEXT" in
15642 dll) ;;
15643 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15644 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15645 esac
15646 else
15647 echo "$as_me: failed program was:" >&5
15648 sed 's/^/| /' conftest.$ac_ext >&5
15653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15654 conftest$ac_exeext conftest.$ac_ext
15655 LIBS=$ac_check_soname_save_LIBS
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 { echo "$as_me:$LINENO: result: not found" >&5
15659 echo "${ECHO_T}not found" >&6; }
15661 else
15662 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15663 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15665 cat >>confdefs.h <<_ACEOF
15666 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15667 _ACEOF
15674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15675 case "x$with_fontconfig" in
15676 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15677 xno) ;;
15678 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15679 This is an error since --with-fontconfig was requested." >&5
15680 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15681 This is an error since --with-fontconfig was requested." >&2;}
15682 { (exit 1); exit 1; }; } ;;
15683 esac
15687 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15688 then
15689 { echo "$as_me:$LINENO: checking for -lssl" >&5
15690 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15691 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15693 else
15694 ac_check_soname_save_LIBS=$LIBS
15695 LIBS="-lssl $LIBS"
15696 cat >conftest.$ac_ext <<_ACEOF
15697 /* confdefs.h. */
15698 _ACEOF
15699 cat confdefs.h >>conftest.$ac_ext
15700 cat >>conftest.$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15703 /* Override any GCC internal prototype to avoid an error.
15704 Use char because int might match the return type of a GCC
15705 builtin and then its argument prototype would still apply. */
15706 #ifdef __cplusplus
15707 extern "C"
15708 #endif
15709 char SSL_library_init ();
15711 main ()
15713 return SSL_library_init ();
15715 return 0;
15717 _ACEOF
15718 rm -f conftest.$ac_objext conftest$ac_exeext
15719 if { (ac_try="$ac_link"
15720 case "(($ac_try" in
15721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15722 *) ac_try_echo=$ac_try;;
15723 esac
15724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15725 (eval "$ac_link") 2>conftest.er1
15726 ac_status=$?
15727 grep -v '^ *+' conftest.er1 >conftest.err
15728 rm -f conftest.er1
15729 cat conftest.err >&5
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && {
15732 test -z "$ac_c_werror_flag" ||
15733 test ! -s conftest.err
15734 } && test -s conftest$ac_exeext &&
15735 $as_test_x conftest$ac_exeext; then
15736 case "$LIBEXT" in
15737 dll) ;;
15738 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15739 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15740 esac
15741 else
15742 echo "$as_me: failed program was:" >&5
15743 sed 's/^/| /' conftest.$ac_ext >&5
15748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15749 conftest$ac_exeext conftest.$ac_ext
15750 LIBS=$ac_check_soname_save_LIBS
15752 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15753 { echo "$as_me:$LINENO: result: not found" >&5
15754 echo "${ECHO_T}not found" >&6; }
15756 else
15757 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15758 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15760 cat >>confdefs.h <<_ACEOF
15761 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15762 _ACEOF
15767 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15768 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15769 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15770 echo $ECHO_N "(cached) $ECHO_C" >&6
15771 else
15772 ac_check_soname_save_LIBS=$LIBS
15773 LIBS="-lcrypto $LIBS"
15774 cat >conftest.$ac_ext <<_ACEOF
15775 /* confdefs.h. */
15776 _ACEOF
15777 cat confdefs.h >>conftest.$ac_ext
15778 cat >>conftest.$ac_ext <<_ACEOF
15779 /* end confdefs.h. */
15781 /* Override any GCC internal prototype to avoid an error.
15782 Use char because int might match the return type of a GCC
15783 builtin and then its argument prototype would still apply. */
15784 #ifdef __cplusplus
15785 extern "C"
15786 #endif
15787 char BIO_new_socket ();
15789 main ()
15791 return BIO_new_socket ();
15793 return 0;
15795 _ACEOF
15796 rm -f conftest.$ac_objext conftest$ac_exeext
15797 if { (ac_try="$ac_link"
15798 case "(($ac_try" in
15799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15800 *) ac_try_echo=$ac_try;;
15801 esac
15802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15803 (eval "$ac_link") 2>conftest.er1
15804 ac_status=$?
15805 grep -v '^ *+' conftest.er1 >conftest.err
15806 rm -f conftest.er1
15807 cat conftest.err >&5
15808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15809 (exit $ac_status); } && {
15810 test -z "$ac_c_werror_flag" ||
15811 test ! -s conftest.err
15812 } && test -s conftest$ac_exeext &&
15813 $as_test_x conftest$ac_exeext; then
15814 case "$LIBEXT" in
15815 dll) ;;
15816 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15817 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15818 esac
15819 else
15820 echo "$as_me: failed program was:" >&5
15821 sed 's/^/| /' conftest.$ac_ext >&5
15826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15827 conftest$ac_exeext conftest.$ac_ext
15828 LIBS=$ac_check_soname_save_LIBS
15830 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15831 { echo "$as_me:$LINENO: result: not found" >&5
15832 echo "${ECHO_T}not found" >&6; }
15834 else
15835 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15836 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15838 cat >>confdefs.h <<_ACEOF
15839 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15840 _ACEOF
15846 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15847 case "x$with_openssl" in
15848 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15849 xno) ;;
15850 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15851 This is an error since --with-openssl was requested." >&5
15852 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15853 This is an error since --with-openssl was requested." >&2;}
15854 { (exit 1); exit 1; }; } ;;
15855 esac
15859 if test "$ac_cv_header_jpeglib_h" = "yes"
15860 then
15861 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15862 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15863 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15864 echo $ECHO_N "(cached) $ECHO_C" >&6
15865 else
15866 ac_check_soname_save_LIBS=$LIBS
15867 LIBS="-ljpeg $LIBS"
15868 cat >conftest.$ac_ext <<_ACEOF
15869 /* confdefs.h. */
15870 _ACEOF
15871 cat confdefs.h >>conftest.$ac_ext
15872 cat >>conftest.$ac_ext <<_ACEOF
15873 /* end confdefs.h. */
15875 /* Override any GCC internal prototype to avoid an error.
15876 Use char because int might match the return type of a GCC
15877 builtin and then its argument prototype would still apply. */
15878 #ifdef __cplusplus
15879 extern "C"
15880 #endif
15881 char jpeg_start_decompress ();
15883 main ()
15885 return jpeg_start_decompress ();
15887 return 0;
15889 _ACEOF
15890 rm -f conftest.$ac_objext conftest$ac_exeext
15891 if { (ac_try="$ac_link"
15892 case "(($ac_try" in
15893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15894 *) ac_try_echo=$ac_try;;
15895 esac
15896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15897 (eval "$ac_link") 2>conftest.er1
15898 ac_status=$?
15899 grep -v '^ *+' conftest.er1 >conftest.err
15900 rm -f conftest.er1
15901 cat conftest.err >&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); } && {
15904 test -z "$ac_c_werror_flag" ||
15905 test ! -s conftest.err
15906 } && test -s conftest$ac_exeext &&
15907 $as_test_x conftest$ac_exeext; then
15908 case "$LIBEXT" in
15909 dll) ;;
15910 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15911 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15912 esac
15913 else
15914 echo "$as_me: failed program was:" >&5
15915 sed 's/^/| /' conftest.$ac_ext >&5
15920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15921 conftest$ac_exeext conftest.$ac_ext
15922 LIBS=$ac_check_soname_save_LIBS
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925 { echo "$as_me:$LINENO: result: not found" >&5
15926 echo "${ECHO_T}not found" >&6; }
15928 else
15929 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15930 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15932 cat >>confdefs.h <<_ACEOF
15933 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15934 _ACEOF
15940 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15941 case "x$with_jpeg" in
15942 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15943 xno) ;;
15944 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15945 This is an error since --with-jpeg was requested." >&5
15946 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15947 This is an error since --with-jpeg was requested." >&2;}
15948 { (exit 1); exit 1; }; } ;;
15949 esac
15953 if test "$ac_cv_header_png_h" = "yes"
15954 then
15955 { echo "$as_me:$LINENO: checking for -lpng" >&5
15956 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15957 if test "${ac_cv_lib_soname_png+set}" = set; then
15958 echo $ECHO_N "(cached) $ECHO_C" >&6
15959 else
15960 ac_check_soname_save_LIBS=$LIBS
15961 LIBS="-lpng -lm $LIBS"
15962 cat >conftest.$ac_ext <<_ACEOF
15963 /* confdefs.h. */
15964 _ACEOF
15965 cat confdefs.h >>conftest.$ac_ext
15966 cat >>conftest.$ac_ext <<_ACEOF
15967 /* end confdefs.h. */
15969 /* Override any GCC internal prototype to avoid an error.
15970 Use char because int might match the return type of a GCC
15971 builtin and then its argument prototype would still apply. */
15972 #ifdef __cplusplus
15973 extern "C"
15974 #endif
15975 char png_create_read_struct ();
15977 main ()
15979 return png_create_read_struct ();
15981 return 0;
15983 _ACEOF
15984 rm -f conftest.$ac_objext conftest$ac_exeext
15985 if { (ac_try="$ac_link"
15986 case "(($ac_try" in
15987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15988 *) ac_try_echo=$ac_try;;
15989 esac
15990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15991 (eval "$ac_link") 2>conftest.er1
15992 ac_status=$?
15993 grep -v '^ *+' conftest.er1 >conftest.err
15994 rm -f conftest.er1
15995 cat conftest.err >&5
15996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997 (exit $ac_status); } && {
15998 test -z "$ac_c_werror_flag" ||
15999 test ! -s conftest.err
16000 } && test -s conftest$ac_exeext &&
16001 $as_test_x conftest$ac_exeext; then
16002 case "$LIBEXT" in
16003 dll) ;;
16004 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16005 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16006 esac
16007 else
16008 echo "$as_me: failed program was:" >&5
16009 sed 's/^/| /' conftest.$ac_ext >&5
16014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16015 conftest$ac_exeext conftest.$ac_ext
16016 LIBS=$ac_check_soname_save_LIBS
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019 { echo "$as_me:$LINENO: result: not found" >&5
16020 echo "${ECHO_T}not found" >&6; }
16022 else
16023 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16024 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16026 cat >>confdefs.h <<_ACEOF
16027 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16028 _ACEOF
16034 if test "x$ac_cv_lib_soname_png" = "x"; then
16035 case "x$with_png" in
16036 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16037 xno) ;;
16038 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16039 This is an error since --with-png was requested." >&5
16040 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16041 This is an error since --with-png was requested." >&2;}
16042 { (exit 1); exit 1; }; } ;;
16043 esac
16047 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16048 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16049 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16050 echo $ECHO_N "(cached) $ECHO_C" >&6
16051 else
16052 ac_check_soname_save_LIBS=$LIBS
16053 LIBS="-lodbc $LIBS"
16054 cat >conftest.$ac_ext <<_ACEOF
16055 /* confdefs.h. */
16056 _ACEOF
16057 cat confdefs.h >>conftest.$ac_ext
16058 cat >>conftest.$ac_ext <<_ACEOF
16059 /* end confdefs.h. */
16061 /* Override any GCC internal prototype to avoid an error.
16062 Use char because int might match the return type of a GCC
16063 builtin and then its argument prototype would still apply. */
16064 #ifdef __cplusplus
16065 extern "C"
16066 #endif
16067 char SQLConnect ();
16069 main ()
16071 return SQLConnect ();
16073 return 0;
16075 _ACEOF
16076 rm -f conftest.$ac_objext conftest$ac_exeext
16077 if { (ac_try="$ac_link"
16078 case "(($ac_try" in
16079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16081 esac
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083 (eval "$ac_link") 2>conftest.er1
16084 ac_status=$?
16085 grep -v '^ *+' conftest.er1 >conftest.err
16086 rm -f conftest.er1
16087 cat conftest.err >&5
16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089 (exit $ac_status); } && {
16090 test -z "$ac_c_werror_flag" ||
16091 test ! -s conftest.err
16092 } && test -s conftest$ac_exeext &&
16093 $as_test_x conftest$ac_exeext; then
16094 case "$LIBEXT" in
16095 dll) ;;
16096 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16097 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16098 esac
16099 else
16100 echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107 conftest$ac_exeext conftest.$ac_ext
16108 LIBS=$ac_check_soname_save_LIBS
16110 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16111 { echo "$as_me:$LINENO: result: not found" >&5
16112 echo "${ECHO_T}not found" >&6; }
16113 cat >>confdefs.h <<_ACEOF
16114 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16115 _ACEOF
16117 else
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16123 _ACEOF
16129 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16130 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16131 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16132 "$ac_cv_header_soundcard_h" != "yes" -a \
16133 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16134 then
16135 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16139 EXTRACFLAGS=""
16141 if test "x${GCC}" = "xyes"
16142 then
16143 EXTRACFLAGS="-Wall -pipe"
16145 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16146 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16147 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16148 echo $ECHO_N "(cached) $ECHO_C" >&6
16149 else
16150 if test "$cross_compiling" = yes; then
16151 ac_cv_c_gcc_strength_bug="yes"
16152 else
16153 cat >conftest.$ac_ext <<_ACEOF
16154 /* confdefs.h. */
16155 _ACEOF
16156 cat confdefs.h >>conftest.$ac_ext
16157 cat >>conftest.$ac_ext <<_ACEOF
16158 /* end confdefs.h. */
16159 int L[4] = {0,1,2,3};
16161 main ()
16163 static int Array[3];
16164 unsigned int B = 3;
16165 int i;
16166 for(i=0; i<B; i++) Array[i] = i - 3;
16167 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16168 L[i] = 4;
16169 exit( Array[1] != -2 || L[2] != 3)
16171 return 0;
16173 _ACEOF
16174 rm -f conftest$ac_exeext
16175 if { (ac_try="$ac_link"
16176 case "(($ac_try" in
16177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16178 *) ac_try_echo=$ac_try;;
16179 esac
16180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181 (eval "$ac_link") 2>&5
16182 ac_status=$?
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16185 { (case "(($ac_try" in
16186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16187 *) ac_try_echo=$ac_try;;
16188 esac
16189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16190 (eval "$ac_try") 2>&5
16191 ac_status=$?
16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193 (exit $ac_status); }; }; then
16194 ac_cv_c_gcc_strength_bug="no"
16195 else
16196 echo "$as_me: program exited with status $ac_status" >&5
16197 echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.$ac_ext >&5
16200 ( exit $ac_status )
16201 ac_cv_c_gcc_strength_bug="yes"
16203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16208 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16209 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16210 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16211 then
16212 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16216 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16217 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16218 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16219 echo $ECHO_N "(cached) $ECHO_C" >&6
16220 else
16221 ac_wine_try_cflags_saved=$CFLAGS
16222 CFLAGS="$CFLAGS -fshort-wchar"
16223 cat >conftest.$ac_ext <<_ACEOF
16224 /* confdefs.h. */
16225 _ACEOF
16226 cat confdefs.h >>conftest.$ac_ext
16227 cat >>conftest.$ac_ext <<_ACEOF
16228 /* end confdefs.h. */
16231 main ()
16235 return 0;
16237 _ACEOF
16238 rm -f conftest.$ac_objext conftest$ac_exeext
16239 if { (ac_try="$ac_link"
16240 case "(($ac_try" in
16241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16242 *) ac_try_echo=$ac_try;;
16243 esac
16244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16245 (eval "$ac_link") 2>conftest.er1
16246 ac_status=$?
16247 grep -v '^ *+' conftest.er1 >conftest.err
16248 rm -f conftest.er1
16249 cat conftest.err >&5
16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16251 (exit $ac_status); } && {
16252 test -z "$ac_c_werror_flag" ||
16253 test ! -s conftest.err
16254 } && test -s conftest$ac_exeext &&
16255 $as_test_x conftest$ac_exeext; then
16256 ac_cv_cflags__fshort_wchar=yes
16257 else
16258 echo "$as_me: failed program was:" >&5
16259 sed 's/^/| /' conftest.$ac_ext >&5
16261 ac_cv_cflags__fshort_wchar=no
16264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16265 conftest$ac_exeext conftest.$ac_ext
16266 CFLAGS=$ac_wine_try_cflags_saved
16268 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16269 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16270 if test $ac_cv_cflags__fshort_wchar = yes; then
16272 cat >>confdefs.h <<\_ACEOF
16273 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16274 _ACEOF
16278 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16279 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16280 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16281 echo $ECHO_N "(cached) $ECHO_C" >&6
16282 else
16283 ac_wine_try_cflags_saved=$CFLAGS
16284 CFLAGS="$CFLAGS -fno-strict-aliasing"
16285 cat >conftest.$ac_ext <<_ACEOF
16286 /* confdefs.h. */
16287 _ACEOF
16288 cat confdefs.h >>conftest.$ac_ext
16289 cat >>conftest.$ac_ext <<_ACEOF
16290 /* end confdefs.h. */
16293 main ()
16297 return 0;
16299 _ACEOF
16300 rm -f conftest.$ac_objext conftest$ac_exeext
16301 if { (ac_try="$ac_link"
16302 case "(($ac_try" in
16303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16304 *) ac_try_echo=$ac_try;;
16305 esac
16306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16307 (eval "$ac_link") 2>conftest.er1
16308 ac_status=$?
16309 grep -v '^ *+' conftest.er1 >conftest.err
16310 rm -f conftest.er1
16311 cat conftest.err >&5
16312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16313 (exit $ac_status); } && {
16314 test -z "$ac_c_werror_flag" ||
16315 test ! -s conftest.err
16316 } && test -s conftest$ac_exeext &&
16317 $as_test_x conftest$ac_exeext; then
16318 ac_cv_cflags__fno_strict_aliasing=yes
16319 else
16320 echo "$as_me: failed program was:" >&5
16321 sed 's/^/| /' conftest.$ac_ext >&5
16323 ac_cv_cflags__fno_strict_aliasing=no
16326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16327 conftest$ac_exeext conftest.$ac_ext
16328 CFLAGS=$ac_wine_try_cflags_saved
16330 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16331 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16332 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16333 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16336 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16337 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16338 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16339 echo $ECHO_N "(cached) $ECHO_C" >&6
16340 else
16341 ac_wine_try_cflags_saved=$CFLAGS
16342 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16343 cat >conftest.$ac_ext <<_ACEOF
16344 /* confdefs.h. */
16345 _ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16351 main ()
16355 return 0;
16357 _ACEOF
16358 rm -f conftest.$ac_objext conftest$ac_exeext
16359 if { (ac_try="$ac_link"
16360 case "(($ac_try" in
16361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16362 *) ac_try_echo=$ac_try;;
16363 esac
16364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16365 (eval "$ac_link") 2>conftest.er1
16366 ac_status=$?
16367 grep -v '^ *+' conftest.er1 >conftest.err
16368 rm -f conftest.er1
16369 cat conftest.err >&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && {
16372 test -z "$ac_c_werror_flag" ||
16373 test ! -s conftest.err
16374 } && test -s conftest$ac_exeext &&
16375 $as_test_x conftest$ac_exeext; then
16376 ac_cv_cflags__Wdeclaration_after_statement=yes
16377 else
16378 echo "$as_me: failed program was:" >&5
16379 sed 's/^/| /' conftest.$ac_ext >&5
16381 ac_cv_cflags__Wdeclaration_after_statement=no
16384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16385 conftest$ac_exeext conftest.$ac_ext
16386 CFLAGS=$ac_wine_try_cflags_saved
16388 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16389 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16390 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16391 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16394 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16395 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16396 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16397 echo $ECHO_N "(cached) $ECHO_C" >&6
16398 else
16399 ac_wine_try_cflags_saved=$CFLAGS
16400 CFLAGS="$CFLAGS -Wwrite-strings"
16401 cat >conftest.$ac_ext <<_ACEOF
16402 /* confdefs.h. */
16403 _ACEOF
16404 cat confdefs.h >>conftest.$ac_ext
16405 cat >>conftest.$ac_ext <<_ACEOF
16406 /* end confdefs.h. */
16409 main ()
16413 return 0;
16415 _ACEOF
16416 rm -f conftest.$ac_objext conftest$ac_exeext
16417 if { (ac_try="$ac_link"
16418 case "(($ac_try" in
16419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16420 *) ac_try_echo=$ac_try;;
16421 esac
16422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16423 (eval "$ac_link") 2>conftest.er1
16424 ac_status=$?
16425 grep -v '^ *+' conftest.er1 >conftest.err
16426 rm -f conftest.er1
16427 cat conftest.err >&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } && {
16430 test -z "$ac_c_werror_flag" ||
16431 test ! -s conftest.err
16432 } && test -s conftest$ac_exeext &&
16433 $as_test_x conftest$ac_exeext; then
16434 ac_cv_cflags__Wwrite_strings=yes
16435 else
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16439 ac_cv_cflags__Wwrite_strings=no
16442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16443 conftest$ac_exeext conftest.$ac_ext
16444 CFLAGS=$ac_wine_try_cflags_saved
16446 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16447 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16448 if test $ac_cv_cflags__Wwrite_strings = yes; then
16449 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16452 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16453 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16454 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16455 echo $ECHO_N "(cached) $ECHO_C" >&6
16456 else
16457 ac_wine_try_cflags_saved=$CFLAGS
16458 CFLAGS="$CFLAGS -Wtype-limits"
16459 cat >conftest.$ac_ext <<_ACEOF
16460 /* confdefs.h. */
16461 _ACEOF
16462 cat confdefs.h >>conftest.$ac_ext
16463 cat >>conftest.$ac_ext <<_ACEOF
16464 /* end confdefs.h. */
16467 main ()
16471 return 0;
16473 _ACEOF
16474 rm -f conftest.$ac_objext conftest$ac_exeext
16475 if { (ac_try="$ac_link"
16476 case "(($ac_try" in
16477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16478 *) ac_try_echo=$ac_try;;
16479 esac
16480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16481 (eval "$ac_link") 2>conftest.er1
16482 ac_status=$?
16483 grep -v '^ *+' conftest.er1 >conftest.err
16484 rm -f conftest.er1
16485 cat conftest.err >&5
16486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487 (exit $ac_status); } && {
16488 test -z "$ac_c_werror_flag" ||
16489 test ! -s conftest.err
16490 } && test -s conftest$ac_exeext &&
16491 $as_test_x conftest$ac_exeext; then
16492 ac_cv_cflags__Wtype_limits=yes
16493 else
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.$ac_ext >&5
16497 ac_cv_cflags__Wtype_limits=no
16500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16501 conftest$ac_exeext conftest.$ac_ext
16502 CFLAGS=$ac_wine_try_cflags_saved
16504 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16505 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16506 if test $ac_cv_cflags__Wtype_limits = yes; then
16507 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16511 saved_CFLAGS="$CFLAGS"
16512 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16513 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16514 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16515 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16517 else
16518 cat >conftest.$ac_ext <<_ACEOF
16519 /* confdefs.h. */
16520 _ACEOF
16521 cat confdefs.h >>conftest.$ac_ext
16522 cat >>conftest.$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 #include <string.h>
16526 main ()
16530 return 0;
16532 _ACEOF
16533 rm -f conftest.$ac_objext
16534 if { (ac_try="$ac_compile"
16535 case "(($ac_try" in
16536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16537 *) ac_try_echo=$ac_try;;
16538 esac
16539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16540 (eval "$ac_compile") 2>conftest.er1
16541 ac_status=$?
16542 grep -v '^ *+' conftest.er1 >conftest.err
16543 rm -f conftest.er1
16544 cat conftest.err >&5
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } && {
16547 test -z "$ac_c_werror_flag" ||
16548 test ! -s conftest.err
16549 } && test -s conftest.$ac_objext; then
16550 ac_cv_c_string_h_warnings=no
16551 else
16552 echo "$as_me: failed program was:" >&5
16553 sed 's/^/| /' conftest.$ac_ext >&5
16555 ac_cv_c_string_h_warnings=yes
16558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16560 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16561 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16562 CFLAGS="$saved_CFLAGS"
16563 if test "$ac_cv_c_string_h_warnings" = "no"
16564 then
16565 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16568 BUILTINFLAG=""
16570 saved_CFLAGS="$CFLAGS"
16571 CFLAGS="$CFLAGS -Werror"
16572 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16573 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16574 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16575 echo $ECHO_N "(cached) $ECHO_C" >&6
16576 else
16577 cat >conftest.$ac_ext <<_ACEOF
16578 /* confdefs.h. */
16579 _ACEOF
16580 cat confdefs.h >>conftest.$ac_ext
16581 cat >>conftest.$ac_ext <<_ACEOF
16582 /* end confdefs.h. */
16585 main ()
16587 int iswlower(unsigned short);
16589 return 0;
16591 _ACEOF
16592 rm -f conftest.$ac_objext
16593 if { (ac_try="$ac_compile"
16594 case "(($ac_try" in
16595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16596 *) ac_try_echo=$ac_try;;
16597 esac
16598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16599 (eval "$ac_compile") 2>conftest.er1
16600 ac_status=$?
16601 grep -v '^ *+' conftest.er1 >conftest.err
16602 rm -f conftest.er1
16603 cat conftest.err >&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } && {
16606 test -z "$ac_c_werror_flag" ||
16607 test ! -s conftest.err
16608 } && test -s conftest.$ac_objext; then
16609 ac_cv_c_builtin_wchar_ctype=no
16610 else
16611 echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.$ac_ext >&5
16614 ac_cv_c_builtin_wchar_ctype=yes
16617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16619 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16620 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16621 CFLAGS="$saved_CFLAGS"
16622 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16623 then
16624 BUILTINFLAG="-fno-builtin"
16629 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16630 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16631 if test "${ac_cv_asm_func_def+set}" = set; then
16632 echo $ECHO_N "(cached) $ECHO_C" >&6
16633 else
16634 cat >conftest.$ac_ext <<_ACEOF
16635 /* confdefs.h. */
16636 _ACEOF
16637 cat confdefs.h >>conftest.$ac_ext
16638 cat >>conftest.$ac_ext <<_ACEOF
16639 /* end confdefs.h. */
16642 main ()
16644 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16646 return 0;
16648 _ACEOF
16649 rm -f conftest.$ac_objext conftest$ac_exeext
16650 if { (ac_try="$ac_link"
16651 case "(($ac_try" in
16652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16653 *) ac_try_echo=$ac_try;;
16654 esac
16655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16656 (eval "$ac_link") 2>conftest.er1
16657 ac_status=$?
16658 grep -v '^ *+' conftest.er1 >conftest.err
16659 rm -f conftest.er1
16660 cat conftest.err >&5
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } && {
16663 test -z "$ac_c_werror_flag" ||
16664 test ! -s conftest.err
16665 } && test -s conftest$ac_exeext &&
16666 $as_test_x conftest$ac_exeext; then
16667 ac_cv_asm_func_def=".def"
16668 else
16669 echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.$ac_ext >&5
16672 cat >conftest.$ac_ext <<_ACEOF
16673 /* confdefs.h. */
16674 _ACEOF
16675 cat confdefs.h >>conftest.$ac_ext
16676 cat >>conftest.$ac_ext <<_ACEOF
16677 /* end confdefs.h. */
16680 main ()
16682 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16684 return 0;
16686 _ACEOF
16687 rm -f conftest.$ac_objext conftest$ac_exeext
16688 if { (ac_try="$ac_link"
16689 case "(($ac_try" in
16690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16691 *) ac_try_echo=$ac_try;;
16692 esac
16693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 (eval "$ac_link") 2>conftest.er1
16695 ac_status=$?
16696 grep -v '^ *+' conftest.er1 >conftest.err
16697 rm -f conftest.er1
16698 cat conftest.err >&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); } && {
16701 test -z "$ac_c_werror_flag" ||
16702 test ! -s conftest.err
16703 } && test -s conftest$ac_exeext &&
16704 $as_test_x conftest$ac_exeext; then
16705 ac_cv_asm_func_def=".type @function"
16706 else
16707 echo "$as_me: failed program was:" >&5
16708 sed 's/^/| /' conftest.$ac_ext >&5
16710 cat >conftest.$ac_ext <<_ACEOF
16711 /* confdefs.h. */
16712 _ACEOF
16713 cat confdefs.h >>conftest.$ac_ext
16714 cat >>conftest.$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16718 main ()
16720 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16722 return 0;
16724 _ACEOF
16725 rm -f conftest.$ac_objext conftest$ac_exeext
16726 if { (ac_try="$ac_link"
16727 case "(($ac_try" in
16728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16729 *) ac_try_echo=$ac_try;;
16730 esac
16731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16732 (eval "$ac_link") 2>conftest.er1
16733 ac_status=$?
16734 grep -v '^ *+' conftest.er1 >conftest.err
16735 rm -f conftest.er1
16736 cat conftest.err >&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); } && {
16739 test -z "$ac_c_werror_flag" ||
16740 test ! -s conftest.err
16741 } && test -s conftest$ac_exeext &&
16742 $as_test_x conftest$ac_exeext; then
16743 ac_cv_asm_func_def=".type 2"
16744 else
16745 echo "$as_me: failed program was:" >&5
16746 sed 's/^/| /' conftest.$ac_ext >&5
16748 ac_cv_asm_func_def="unknown"
16751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16752 conftest$ac_exeext conftest.$ac_ext
16755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16756 conftest$ac_exeext conftest.$ac_ext
16759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16760 conftest$ac_exeext conftest.$ac_ext
16762 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16763 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16767 case "$ac_cv_asm_func_def" in
16768 ".def")
16769 cat >>confdefs.h <<\_ACEOF
16770 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16771 _ACEOF
16773 ".type @function")
16774 cat >>confdefs.h <<\_ACEOF
16775 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16776 _ACEOF
16778 ".type 2")
16779 cat >>confdefs.h <<\_ACEOF
16780 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16781 _ACEOF
16784 cat >>confdefs.h <<\_ACEOF
16785 #define __ASM_FUNC(name) ""
16786 _ACEOF
16788 esac
16791 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16792 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16793 if test "${ac_cv_c_extern_prefix+set}" = set; then
16794 echo $ECHO_N "(cached) $ECHO_C" >&6
16795 else
16796 cat >conftest.$ac_ext <<_ACEOF
16797 /* confdefs.h. */
16798 _ACEOF
16799 cat confdefs.h >>conftest.$ac_ext
16800 cat >>conftest.$ac_ext <<_ACEOF
16801 /* end confdefs.h. */
16802 extern int ac_test;
16804 main ()
16806 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16808 return 0;
16810 _ACEOF
16811 rm -f conftest.$ac_objext conftest$ac_exeext
16812 if { (ac_try="$ac_link"
16813 case "(($ac_try" in
16814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16815 *) ac_try_echo=$ac_try;;
16816 esac
16817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818 (eval "$ac_link") 2>conftest.er1
16819 ac_status=$?
16820 grep -v '^ *+' conftest.er1 >conftest.err
16821 rm -f conftest.er1
16822 cat conftest.err >&5
16823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16824 (exit $ac_status); } && {
16825 test -z "$ac_c_werror_flag" ||
16826 test ! -s conftest.err
16827 } && test -s conftest$ac_exeext &&
16828 $as_test_x conftest$ac_exeext; then
16829 ac_cv_c_extern_prefix="yes"
16830 else
16831 echo "$as_me: failed program was:" >&5
16832 sed 's/^/| /' conftest.$ac_ext >&5
16834 ac_cv_c_extern_prefix="no"
16837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16838 conftest$ac_exeext conftest.$ac_ext
16840 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16841 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16845 if test "$ac_cv_c_extern_prefix" = "yes"
16846 then
16847 cat >>confdefs.h <<\_ACEOF
16848 #define __ASM_NAME(name) "_" name
16849 _ACEOF
16851 else
16852 cat >>confdefs.h <<\_ACEOF
16853 #define __ASM_NAME(name) name
16854 _ACEOF
16859 LDPATH=""
16861 case $build_os in
16862 cygwin*|mingw32*)
16863 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16865 darwin*|macosx*)
16867 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16868 then
16869 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16873 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16875 esac
16877 case $host_os in
16878 mingw32*)
16879 CRTLIBS="-lmsvcrt"
16881 SOCKETLIBS="-lws2_32"
16884 esac
16886 MAIN_BINARY="wine-pthread"
16887 case $host_cpu in
16888 *i[3456789]86*)
16889 case $host_os in
16890 linux* | k*bsd*-gnu)
16891 MAIN_BINARY="wine-glibc"
16893 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16895 freebsd*)
16896 MAIN_BINARY="wine-freebsd"
16898 EXTRA_BINARIES="wine-pthread"
16900 esac
16902 esac
16974 for ac_func in \
16975 _pclose \
16976 _popen \
16977 _snprintf \
16978 _spawnvp \
16979 _strdup \
16980 _stricmp \
16981 _strnicmp \
16982 _strtoi64 \
16983 _strtoui64 \
16984 _vsnprintf \
16985 asctime_r \
16986 chsize \
16987 clone \
16988 dlopen \
16989 epoll_create \
16990 ffs \
16991 finite \
16992 fork \
16993 fpclass \
16994 fstatfs \
16995 fstatvfs \
16996 ftruncate \
16997 futimes \
16998 futimesat \
16999 getdirentries \
17000 getopt_long \
17001 getpagesize \
17002 getpwuid \
17003 gettid \
17004 gettimeofday \
17005 getuid \
17006 inet_pton \
17007 kqueue \
17008 lstat \
17009 memmove \
17010 mmap \
17011 pclose \
17012 poll \
17013 popen \
17014 prctl \
17015 pread \
17016 pwrite \
17017 readlink \
17018 rfork \
17019 sched_yield \
17020 select \
17021 setproctitle \
17022 setrlimit \
17023 settimeofday \
17024 sigaltstack \
17025 sigprocmask \
17026 snprintf \
17027 spawnvp \
17028 statfs \
17029 statvfs \
17030 strcasecmp \
17031 strdup \
17032 strerror \
17033 strncasecmp \
17034 strtold \
17035 strtoll \
17036 strtoull \
17037 tcgetattr \
17038 thr_kill2 \
17039 timegm \
17040 usleep \
17041 vsnprintf \
17042 wait4 \
17043 waitpid \
17046 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17047 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17048 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17049 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17050 echo $ECHO_N "(cached) $ECHO_C" >&6
17051 else
17052 cat >conftest.$ac_ext <<_ACEOF
17053 /* confdefs.h. */
17054 _ACEOF
17055 cat confdefs.h >>conftest.$ac_ext
17056 cat >>conftest.$ac_ext <<_ACEOF
17057 /* end confdefs.h. */
17058 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17060 #define $ac_func innocuous_$ac_func
17062 /* System header to define __stub macros and hopefully few prototypes,
17063 which can conflict with char $ac_func (); below.
17064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17065 <limits.h> exists even on freestanding compilers. */
17067 #ifdef __STDC__
17068 # include <limits.h>
17069 #else
17070 # include <assert.h>
17071 #endif
17073 #undef $ac_func
17075 /* Override any GCC internal prototype to avoid an error.
17076 Use char because int might match the return type of a GCC
17077 builtin and then its argument prototype would still apply. */
17078 #ifdef __cplusplus
17079 extern "C"
17080 #endif
17081 char $ac_func ();
17082 /* The GNU C library defines this for functions which it implements
17083 to always fail with ENOSYS. Some functions are actually named
17084 something starting with __ and the normal name is an alias. */
17085 #if defined __stub_$ac_func || defined __stub___$ac_func
17086 choke me
17087 #endif
17090 main ()
17092 return $ac_func ();
17094 return 0;
17096 _ACEOF
17097 rm -f conftest.$ac_objext conftest$ac_exeext
17098 if { (ac_try="$ac_link"
17099 case "(($ac_try" in
17100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17101 *) ac_try_echo=$ac_try;;
17102 esac
17103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17104 (eval "$ac_link") 2>conftest.er1
17105 ac_status=$?
17106 grep -v '^ *+' conftest.er1 >conftest.err
17107 rm -f conftest.er1
17108 cat conftest.err >&5
17109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17110 (exit $ac_status); } && {
17111 test -z "$ac_c_werror_flag" ||
17112 test ! -s conftest.err
17113 } && test -s conftest$ac_exeext &&
17114 $as_test_x conftest$ac_exeext; then
17115 eval "$as_ac_var=yes"
17116 else
17117 echo "$as_me: failed program was:" >&5
17118 sed 's/^/| /' conftest.$ac_ext >&5
17120 eval "$as_ac_var=no"
17123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17124 conftest$ac_exeext conftest.$ac_ext
17126 ac_res=`eval echo '${'$as_ac_var'}'`
17127 { echo "$as_me:$LINENO: result: $ac_res" >&5
17128 echo "${ECHO_T}$ac_res" >&6; }
17129 if test `eval echo '${'$as_ac_var'}'` = yes; then
17130 cat >>confdefs.h <<_ACEOF
17131 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17132 _ACEOF
17135 done
17138 if test "$ac_cv_func_dlopen" = no
17139 then
17140 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17141 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17142 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17143 echo $ECHO_N "(cached) $ECHO_C" >&6
17144 else
17145 ac_check_lib_save_LIBS=$LIBS
17146 LIBS="-ldl $LIBS"
17147 cat >conftest.$ac_ext <<_ACEOF
17148 /* confdefs.h. */
17149 _ACEOF
17150 cat confdefs.h >>conftest.$ac_ext
17151 cat >>conftest.$ac_ext <<_ACEOF
17152 /* end confdefs.h. */
17154 /* Override any GCC internal prototype to avoid an error.
17155 Use char because int might match the return type of a GCC
17156 builtin and then its argument prototype would still apply. */
17157 #ifdef __cplusplus
17158 extern "C"
17159 #endif
17160 char dlopen ();
17162 main ()
17164 return dlopen ();
17166 return 0;
17168 _ACEOF
17169 rm -f conftest.$ac_objext conftest$ac_exeext
17170 if { (ac_try="$ac_link"
17171 case "(($ac_try" in
17172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17173 *) ac_try_echo=$ac_try;;
17174 esac
17175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17176 (eval "$ac_link") 2>conftest.er1
17177 ac_status=$?
17178 grep -v '^ *+' conftest.er1 >conftest.err
17179 rm -f conftest.er1
17180 cat conftest.err >&5
17181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17182 (exit $ac_status); } && {
17183 test -z "$ac_c_werror_flag" ||
17184 test ! -s conftest.err
17185 } && test -s conftest$ac_exeext &&
17186 $as_test_x conftest$ac_exeext; then
17187 ac_cv_lib_dl_dlopen=yes
17188 else
17189 echo "$as_me: failed program was:" >&5
17190 sed 's/^/| /' conftest.$ac_ext >&5
17192 ac_cv_lib_dl_dlopen=no
17195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17196 conftest$ac_exeext conftest.$ac_ext
17197 LIBS=$ac_check_lib_save_LIBS
17199 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17200 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17201 if test $ac_cv_lib_dl_dlopen = yes; then
17202 cat >>confdefs.h <<\_ACEOF
17203 #define HAVE_DLOPEN 1
17204 _ACEOF
17205 LIBDL="-ldl"
17210 ac_wine_check_funcs_save_LIBS="$LIBS"
17211 LIBS="$LIBS $LIBDL"
17213 for ac_func in dladdr
17215 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17218 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17219 echo $ECHO_N "(cached) $ECHO_C" >&6
17220 else
17221 cat >conftest.$ac_ext <<_ACEOF
17222 /* confdefs.h. */
17223 _ACEOF
17224 cat confdefs.h >>conftest.$ac_ext
17225 cat >>conftest.$ac_ext <<_ACEOF
17226 /* end confdefs.h. */
17227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17229 #define $ac_func innocuous_$ac_func
17231 /* System header to define __stub macros and hopefully few prototypes,
17232 which can conflict with char $ac_func (); below.
17233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17234 <limits.h> exists even on freestanding compilers. */
17236 #ifdef __STDC__
17237 # include <limits.h>
17238 #else
17239 # include <assert.h>
17240 #endif
17242 #undef $ac_func
17244 /* Override any GCC internal prototype to avoid an error.
17245 Use char because int might match the return type of a GCC
17246 builtin and then its argument prototype would still apply. */
17247 #ifdef __cplusplus
17248 extern "C"
17249 #endif
17250 char $ac_func ();
17251 /* The GNU C library defines this for functions which it implements
17252 to always fail with ENOSYS. Some functions are actually named
17253 something starting with __ and the normal name is an alias. */
17254 #if defined __stub_$ac_func || defined __stub___$ac_func
17255 choke me
17256 #endif
17259 main ()
17261 return $ac_func ();
17263 return 0;
17265 _ACEOF
17266 rm -f conftest.$ac_objext conftest$ac_exeext
17267 if { (ac_try="$ac_link"
17268 case "(($ac_try" in
17269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17270 *) ac_try_echo=$ac_try;;
17271 esac
17272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17273 (eval "$ac_link") 2>conftest.er1
17274 ac_status=$?
17275 grep -v '^ *+' conftest.er1 >conftest.err
17276 rm -f conftest.er1
17277 cat conftest.err >&5
17278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17279 (exit $ac_status); } && {
17280 test -z "$ac_c_werror_flag" ||
17281 test ! -s conftest.err
17282 } && test -s conftest$ac_exeext &&
17283 $as_test_x conftest$ac_exeext; then
17284 eval "$as_ac_var=yes"
17285 else
17286 echo "$as_me: failed program was:" >&5
17287 sed 's/^/| /' conftest.$ac_ext >&5
17289 eval "$as_ac_var=no"
17292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17293 conftest$ac_exeext conftest.$ac_ext
17295 ac_res=`eval echo '${'$as_ac_var'}'`
17296 { echo "$as_me:$LINENO: result: $ac_res" >&5
17297 echo "${ECHO_T}$ac_res" >&6; }
17298 if test `eval echo '${'$as_ac_var'}'` = yes; then
17299 cat >>confdefs.h <<_ACEOF
17300 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17301 _ACEOF
17304 done
17306 LIBS="$ac_wine_check_funcs_save_LIBS"
17308 if test "$ac_cv_func_poll" = no
17309 then
17310 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17311 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17312 if test "${ac_cv_lib_poll_poll+set}" = set; then
17313 echo $ECHO_N "(cached) $ECHO_C" >&6
17314 else
17315 ac_check_lib_save_LIBS=$LIBS
17316 LIBS="-lpoll $LIBS"
17317 cat >conftest.$ac_ext <<_ACEOF
17318 /* confdefs.h. */
17319 _ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17324 /* Override any GCC internal prototype to avoid an error.
17325 Use char because int might match the return type of a GCC
17326 builtin and then its argument prototype would still apply. */
17327 #ifdef __cplusplus
17328 extern "C"
17329 #endif
17330 char poll ();
17332 main ()
17334 return poll ();
17336 return 0;
17338 _ACEOF
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (ac_try="$ac_link"
17341 case "(($ac_try" in
17342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17343 *) ac_try_echo=$ac_try;;
17344 esac
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_link") 2>conftest.er1
17347 ac_status=$?
17348 grep -v '^ *+' conftest.er1 >conftest.err
17349 rm -f conftest.er1
17350 cat conftest.err >&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } && {
17353 test -z "$ac_c_werror_flag" ||
17354 test ! -s conftest.err
17355 } && test -s conftest$ac_exeext &&
17356 $as_test_x conftest$ac_exeext; then
17357 ac_cv_lib_poll_poll=yes
17358 else
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17362 ac_cv_lib_poll_poll=no
17365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17366 conftest$ac_exeext conftest.$ac_ext
17367 LIBS=$ac_check_lib_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17370 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17371 if test $ac_cv_lib_poll_poll = yes; then
17372 cat >>confdefs.h <<\_ACEOF
17373 #define HAVE_POLL 1
17374 _ACEOF
17375 LIBPOLL="-lpoll"
17381 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17382 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17383 if test "${ac_cv_search_gethostbyname+set}" = set; then
17384 echo $ECHO_N "(cached) $ECHO_C" >&6
17385 else
17386 ac_func_search_save_LIBS=$LIBS
17387 cat >conftest.$ac_ext <<_ACEOF
17388 /* confdefs.h. */
17389 _ACEOF
17390 cat confdefs.h >>conftest.$ac_ext
17391 cat >>conftest.$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17394 /* Override any GCC internal prototype to avoid an error.
17395 Use char because int might match the return type of a GCC
17396 builtin and then its argument prototype would still apply. */
17397 #ifdef __cplusplus
17398 extern "C"
17399 #endif
17400 char gethostbyname ();
17402 main ()
17404 return gethostbyname ();
17406 return 0;
17408 _ACEOF
17409 for ac_lib in '' nsl; do
17410 if test -z "$ac_lib"; then
17411 ac_res="none required"
17412 else
17413 ac_res=-l$ac_lib
17414 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17416 rm -f conftest.$ac_objext conftest$ac_exeext
17417 if { (ac_try="$ac_link"
17418 case "(($ac_try" in
17419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17420 *) ac_try_echo=$ac_try;;
17421 esac
17422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17423 (eval "$ac_link") 2>conftest.er1
17424 ac_status=$?
17425 grep -v '^ *+' conftest.er1 >conftest.err
17426 rm -f conftest.er1
17427 cat conftest.err >&5
17428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17429 (exit $ac_status); } && {
17430 test -z "$ac_c_werror_flag" ||
17431 test ! -s conftest.err
17432 } && test -s conftest$ac_exeext &&
17433 $as_test_x conftest$ac_exeext; then
17434 ac_cv_search_gethostbyname=$ac_res
17435 else
17436 echo "$as_me: failed program was:" >&5
17437 sed 's/^/| /' conftest.$ac_ext >&5
17442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17443 conftest$ac_exeext
17444 if test "${ac_cv_search_gethostbyname+set}" = set; then
17445 break
17447 done
17448 if test "${ac_cv_search_gethostbyname+set}" = set; then
17450 else
17451 ac_cv_search_gethostbyname=no
17453 rm conftest.$ac_ext
17454 LIBS=$ac_func_search_save_LIBS
17456 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17457 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17458 ac_res=$ac_cv_search_gethostbyname
17459 if test "$ac_res" != no; then
17460 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17465 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17466 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17467 if test "${ac_cv_search_connect+set}" = set; then
17468 echo $ECHO_N "(cached) $ECHO_C" >&6
17469 else
17470 ac_func_search_save_LIBS=$LIBS
17471 cat >conftest.$ac_ext <<_ACEOF
17472 /* confdefs.h. */
17473 _ACEOF
17474 cat confdefs.h >>conftest.$ac_ext
17475 cat >>conftest.$ac_ext <<_ACEOF
17476 /* end confdefs.h. */
17478 /* Override any GCC internal prototype to avoid an error.
17479 Use char because int might match the return type of a GCC
17480 builtin and then its argument prototype would still apply. */
17481 #ifdef __cplusplus
17482 extern "C"
17483 #endif
17484 char connect ();
17486 main ()
17488 return connect ();
17490 return 0;
17492 _ACEOF
17493 for ac_lib in '' socket; do
17494 if test -z "$ac_lib"; then
17495 ac_res="none required"
17496 else
17497 ac_res=-l$ac_lib
17498 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17500 rm -f conftest.$ac_objext conftest$ac_exeext
17501 if { (ac_try="$ac_link"
17502 case "(($ac_try" in
17503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17505 esac
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_link") 2>conftest.er1
17508 ac_status=$?
17509 grep -v '^ *+' conftest.er1 >conftest.err
17510 rm -f conftest.er1
17511 cat conftest.err >&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } && {
17514 test -z "$ac_c_werror_flag" ||
17515 test ! -s conftest.err
17516 } && test -s conftest$ac_exeext &&
17517 $as_test_x conftest$ac_exeext; then
17518 ac_cv_search_connect=$ac_res
17519 else
17520 echo "$as_me: failed program was:" >&5
17521 sed 's/^/| /' conftest.$ac_ext >&5
17526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17527 conftest$ac_exeext
17528 if test "${ac_cv_search_connect+set}" = set; then
17529 break
17531 done
17532 if test "${ac_cv_search_connect+set}" = set; then
17534 else
17535 ac_cv_search_connect=no
17537 rm conftest.$ac_ext
17538 LIBS=$ac_func_search_save_LIBS
17540 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17541 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17542 ac_res=$ac_cv_search_connect
17543 if test "$ac_res" != no; then
17544 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17549 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17550 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17551 if test "${ac_cv_search_inet_aton+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17553 else
17554 ac_func_search_save_LIBS=$LIBS
17555 cat >conftest.$ac_ext <<_ACEOF
17556 /* confdefs.h. */
17557 _ACEOF
17558 cat confdefs.h >>conftest.$ac_ext
17559 cat >>conftest.$ac_ext <<_ACEOF
17560 /* end confdefs.h. */
17562 /* Override any GCC internal prototype to avoid an error.
17563 Use char because int might match the return type of a GCC
17564 builtin and then its argument prototype would still apply. */
17565 #ifdef __cplusplus
17566 extern "C"
17567 #endif
17568 char inet_aton ();
17570 main ()
17572 return inet_aton ();
17574 return 0;
17576 _ACEOF
17577 for ac_lib in '' resolv; do
17578 if test -z "$ac_lib"; then
17579 ac_res="none required"
17580 else
17581 ac_res=-l$ac_lib
17582 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17584 rm -f conftest.$ac_objext conftest$ac_exeext
17585 if { (ac_try="$ac_link"
17586 case "(($ac_try" in
17587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17588 *) ac_try_echo=$ac_try;;
17589 esac
17590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17591 (eval "$ac_link") 2>conftest.er1
17592 ac_status=$?
17593 grep -v '^ *+' conftest.er1 >conftest.err
17594 rm -f conftest.er1
17595 cat conftest.err >&5
17596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17597 (exit $ac_status); } && {
17598 test -z "$ac_c_werror_flag" ||
17599 test ! -s conftest.err
17600 } && test -s conftest$ac_exeext &&
17601 $as_test_x conftest$ac_exeext; then
17602 ac_cv_search_inet_aton=$ac_res
17603 else
17604 echo "$as_me: failed program was:" >&5
17605 sed 's/^/| /' conftest.$ac_ext >&5
17610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17611 conftest$ac_exeext
17612 if test "${ac_cv_search_inet_aton+set}" = set; then
17613 break
17615 done
17616 if test "${ac_cv_search_inet_aton+set}" = set; then
17618 else
17619 ac_cv_search_inet_aton=no
17621 rm conftest.$ac_ext
17622 LIBS=$ac_func_search_save_LIBS
17624 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17625 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17626 ac_res=$ac_cv_search_inet_aton
17627 if test "$ac_res" != no; then
17628 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17641 for ac_func in \
17642 getaddrinfo \
17643 getnameinfo \
17644 getnetbyname \
17645 getprotobyname \
17646 getprotobynumber \
17647 getservbyport \
17648 inet_network \
17649 sendmsg \
17652 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17653 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17654 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17655 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17656 echo $ECHO_N "(cached) $ECHO_C" >&6
17657 else
17658 cat >conftest.$ac_ext <<_ACEOF
17659 /* confdefs.h. */
17660 _ACEOF
17661 cat confdefs.h >>conftest.$ac_ext
17662 cat >>conftest.$ac_ext <<_ACEOF
17663 /* end confdefs.h. */
17664 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17665 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17666 #define $ac_func innocuous_$ac_func
17668 /* System header to define __stub macros and hopefully few prototypes,
17669 which can conflict with char $ac_func (); below.
17670 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17671 <limits.h> exists even on freestanding compilers. */
17673 #ifdef __STDC__
17674 # include <limits.h>
17675 #else
17676 # include <assert.h>
17677 #endif
17679 #undef $ac_func
17681 /* Override any GCC internal prototype to avoid an error.
17682 Use char because int might match the return type of a GCC
17683 builtin and then its argument prototype would still apply. */
17684 #ifdef __cplusplus
17685 extern "C"
17686 #endif
17687 char $ac_func ();
17688 /* The GNU C library defines this for functions which it implements
17689 to always fail with ENOSYS. Some functions are actually named
17690 something starting with __ and the normal name is an alias. */
17691 #if defined __stub_$ac_func || defined __stub___$ac_func
17692 choke me
17693 #endif
17696 main ()
17698 return $ac_func ();
17700 return 0;
17702 _ACEOF
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707 *) ac_try_echo=$ac_try;;
17708 esac
17709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17710 (eval "$ac_link") 2>conftest.er1
17711 ac_status=$?
17712 grep -v '^ *+' conftest.er1 >conftest.err
17713 rm -f conftest.er1
17714 cat conftest.err >&5
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); } && {
17717 test -z "$ac_c_werror_flag" ||
17718 test ! -s conftest.err
17719 } && test -s conftest$ac_exeext &&
17720 $as_test_x conftest$ac_exeext; then
17721 eval "$as_ac_var=yes"
17722 else
17723 echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.$ac_ext >&5
17726 eval "$as_ac_var=no"
17729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17730 conftest$ac_exeext conftest.$ac_ext
17732 ac_res=`eval echo '${'$as_ac_var'}'`
17733 { echo "$as_me:$LINENO: result: $ac_res" >&5
17734 echo "${ECHO_T}$ac_res" >&6; }
17735 if test `eval echo '${'$as_ac_var'}'` = yes; then
17736 cat >>confdefs.h <<_ACEOF
17737 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17738 _ACEOF
17741 done
17744 LDAPLIBS=""
17746 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17747 then
17748 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17749 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17750 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17751 echo $ECHO_N "(cached) $ECHO_C" >&6
17752 else
17753 cat >conftest.$ac_ext <<_ACEOF
17754 /* confdefs.h. */
17755 _ACEOF
17756 cat confdefs.h >>conftest.$ac_ext
17757 cat >>conftest.$ac_ext <<_ACEOF
17758 /* end confdefs.h. */
17759 #include <ldap.h>
17761 typedef LDAPSortKey ac__type_new_;
17763 main ()
17765 if ((ac__type_new_ *) 0)
17766 return 0;
17767 if (sizeof (ac__type_new_))
17768 return 0;
17770 return 0;
17772 _ACEOF
17773 rm -f conftest.$ac_objext
17774 if { (ac_try="$ac_compile"
17775 case "(($ac_try" in
17776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17777 *) ac_try_echo=$ac_try;;
17778 esac
17779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17780 (eval "$ac_compile") 2>conftest.er1
17781 ac_status=$?
17782 grep -v '^ *+' conftest.er1 >conftest.err
17783 rm -f conftest.er1
17784 cat conftest.err >&5
17785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17786 (exit $ac_status); } && {
17787 test -z "$ac_c_werror_flag" ||
17788 test ! -s conftest.err
17789 } && test -s conftest.$ac_objext; then
17790 ac_cv_type_LDAPSortKey=yes
17791 else
17792 echo "$as_me: failed program was:" >&5
17793 sed 's/^/| /' conftest.$ac_ext >&5
17795 ac_cv_type_LDAPSortKey=no
17798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17800 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17801 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17802 if test $ac_cv_type_LDAPSortKey = yes; then
17803 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17804 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17805 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17807 else
17808 ac_check_lib_save_LIBS=$LIBS
17809 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17810 cat >conftest.$ac_ext <<_ACEOF
17811 /* confdefs.h. */
17812 _ACEOF
17813 cat confdefs.h >>conftest.$ac_ext
17814 cat >>conftest.$ac_ext <<_ACEOF
17815 /* end confdefs.h. */
17817 /* Override any GCC internal prototype to avoid an error.
17818 Use char because int might match the return type of a GCC
17819 builtin and then its argument prototype would still apply. */
17820 #ifdef __cplusplus
17821 extern "C"
17822 #endif
17823 char ldap_initialize ();
17825 main ()
17827 return ldap_initialize ();
17829 return 0;
17831 _ACEOF
17832 rm -f conftest.$ac_objext conftest$ac_exeext
17833 if { (ac_try="$ac_link"
17834 case "(($ac_try" in
17835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17836 *) ac_try_echo=$ac_try;;
17837 esac
17838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17839 (eval "$ac_link") 2>conftest.er1
17840 ac_status=$?
17841 grep -v '^ *+' conftest.er1 >conftest.err
17842 rm -f conftest.er1
17843 cat conftest.err >&5
17844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17845 (exit $ac_status); } && {
17846 test -z "$ac_c_werror_flag" ||
17847 test ! -s conftest.err
17848 } && test -s conftest$ac_exeext &&
17849 $as_test_x conftest$ac_exeext; then
17850 ac_cv_lib_ldap_r_ldap_initialize=yes
17851 else
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.$ac_ext >&5
17855 ac_cv_lib_ldap_r_ldap_initialize=no
17858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17859 conftest$ac_exeext conftest.$ac_ext
17860 LIBS=$ac_check_lib_save_LIBS
17862 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17863 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17864 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17865 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17866 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17867 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17868 echo $ECHO_N "(cached) $ECHO_C" >&6
17869 else
17870 ac_check_lib_save_LIBS=$LIBS
17871 LIBS="-llber $LIBPTHREAD $LIBS"
17872 cat >conftest.$ac_ext <<_ACEOF
17873 /* confdefs.h. */
17874 _ACEOF
17875 cat confdefs.h >>conftest.$ac_ext
17876 cat >>conftest.$ac_ext <<_ACEOF
17877 /* end confdefs.h. */
17879 /* Override any GCC internal prototype to avoid an error.
17880 Use char because int might match the return type of a GCC
17881 builtin and then its argument prototype would still apply. */
17882 #ifdef __cplusplus
17883 extern "C"
17884 #endif
17885 char ber_init ();
17887 main ()
17889 return ber_init ();
17891 return 0;
17893 _ACEOF
17894 rm -f conftest.$ac_objext conftest$ac_exeext
17895 if { (ac_try="$ac_link"
17896 case "(($ac_try" in
17897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17898 *) ac_try_echo=$ac_try;;
17899 esac
17900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17901 (eval "$ac_link") 2>conftest.er1
17902 ac_status=$?
17903 grep -v '^ *+' conftest.er1 >conftest.err
17904 rm -f conftest.er1
17905 cat conftest.err >&5
17906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17907 (exit $ac_status); } && {
17908 test -z "$ac_c_werror_flag" ||
17909 test ! -s conftest.err
17910 } && test -s conftest$ac_exeext &&
17911 $as_test_x conftest$ac_exeext; then
17912 ac_cv_lib_lber_ber_init=yes
17913 else
17914 echo "$as_me: failed program was:" >&5
17915 sed 's/^/| /' conftest.$ac_ext >&5
17917 ac_cv_lib_lber_ber_init=no
17920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17921 conftest$ac_exeext conftest.$ac_ext
17922 LIBS=$ac_check_lib_save_LIBS
17924 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17925 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17926 if test $ac_cv_lib_lber_ber_init = yes; then
17928 cat >>confdefs.h <<\_ACEOF
17929 #define HAVE_LDAP 1
17930 _ACEOF
17932 LDAPLIBS="-lldap_r -llber"
17939 ac_wine_check_funcs_save_LIBS="$LIBS"
17940 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17949 for ac_func in \
17950 ldap_count_references \
17951 ldap_first_reference \
17952 ldap_next_reference \
17953 ldap_parse_reference \
17954 ldap_parse_sort_control \
17955 ldap_parse_sortresponse_control \
17956 ldap_parse_vlv_control \
17957 ldap_parse_vlvresponse_control
17959 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17960 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17961 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17963 echo $ECHO_N "(cached) $ECHO_C" >&6
17964 else
17965 cat >conftest.$ac_ext <<_ACEOF
17966 /* confdefs.h. */
17967 _ACEOF
17968 cat confdefs.h >>conftest.$ac_ext
17969 cat >>conftest.$ac_ext <<_ACEOF
17970 /* end confdefs.h. */
17971 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17973 #define $ac_func innocuous_$ac_func
17975 /* System header to define __stub macros and hopefully few prototypes,
17976 which can conflict with char $ac_func (); below.
17977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17978 <limits.h> exists even on freestanding compilers. */
17980 #ifdef __STDC__
17981 # include <limits.h>
17982 #else
17983 # include <assert.h>
17984 #endif
17986 #undef $ac_func
17988 /* Override any GCC internal prototype to avoid an error.
17989 Use char because int might match the return type of a GCC
17990 builtin and then its argument prototype would still apply. */
17991 #ifdef __cplusplus
17992 extern "C"
17993 #endif
17994 char $ac_func ();
17995 /* The GNU C library defines this for functions which it implements
17996 to always fail with ENOSYS. Some functions are actually named
17997 something starting with __ and the normal name is an alias. */
17998 #if defined __stub_$ac_func || defined __stub___$ac_func
17999 choke me
18000 #endif
18003 main ()
18005 return $ac_func ();
18007 return 0;
18009 _ACEOF
18010 rm -f conftest.$ac_objext conftest$ac_exeext
18011 if { (ac_try="$ac_link"
18012 case "(($ac_try" in
18013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18014 *) ac_try_echo=$ac_try;;
18015 esac
18016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18017 (eval "$ac_link") 2>conftest.er1
18018 ac_status=$?
18019 grep -v '^ *+' conftest.er1 >conftest.err
18020 rm -f conftest.er1
18021 cat conftest.err >&5
18022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18023 (exit $ac_status); } && {
18024 test -z "$ac_c_werror_flag" ||
18025 test ! -s conftest.err
18026 } && test -s conftest$ac_exeext &&
18027 $as_test_x conftest$ac_exeext; then
18028 eval "$as_ac_var=yes"
18029 else
18030 echo "$as_me: failed program was:" >&5
18031 sed 's/^/| /' conftest.$ac_ext >&5
18033 eval "$as_ac_var=no"
18036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18037 conftest$ac_exeext conftest.$ac_ext
18039 ac_res=`eval echo '${'$as_ac_var'}'`
18040 { echo "$as_me:$LINENO: result: $ac_res" >&5
18041 echo "${ECHO_T}$ac_res" >&6; }
18042 if test `eval echo '${'$as_ac_var'}'` = yes; then
18043 cat >>confdefs.h <<_ACEOF
18044 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18045 _ACEOF
18048 done
18050 LIBS="$ac_wine_check_funcs_save_LIBS"
18052 if test "x$LDAPLIBS" = "x"; then
18053 case "x$with_ldap" in
18054 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18055 xno) ;;
18056 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18057 This is an error since --with-ldap was requested." >&5
18058 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18059 This is an error since --with-ldap was requested." >&2;}
18060 { (exit 1); exit 1; }; } ;;
18061 esac
18066 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18067 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18068 if test "${ac_cv_c_const+set}" = set; then
18069 echo $ECHO_N "(cached) $ECHO_C" >&6
18070 else
18071 cat >conftest.$ac_ext <<_ACEOF
18072 /* confdefs.h. */
18073 _ACEOF
18074 cat confdefs.h >>conftest.$ac_ext
18075 cat >>conftest.$ac_ext <<_ACEOF
18076 /* end confdefs.h. */
18079 main ()
18081 /* FIXME: Include the comments suggested by Paul. */
18082 #ifndef __cplusplus
18083 /* Ultrix mips cc rejects this. */
18084 typedef int charset[2];
18085 const charset cs;
18086 /* SunOS 4.1.1 cc rejects this. */
18087 char const *const *pcpcc;
18088 char **ppc;
18089 /* NEC SVR4.0.2 mips cc rejects this. */
18090 struct point {int x, y;};
18091 static struct point const zero = {0,0};
18092 /* AIX XL C 1.02.0.0 rejects this.
18093 It does not let you subtract one const X* pointer from another in
18094 an arm of an if-expression whose if-part is not a constant
18095 expression */
18096 const char *g = "string";
18097 pcpcc = &g + (g ? g-g : 0);
18098 /* HPUX 7.0 cc rejects these. */
18099 ++pcpcc;
18100 ppc = (char**) pcpcc;
18101 pcpcc = (char const *const *) ppc;
18102 { /* SCO 3.2v4 cc rejects this. */
18103 char *t;
18104 char const *s = 0 ? (char *) 0 : (char const *) 0;
18106 *t++ = 0;
18107 if (s) return 0;
18109 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18110 int x[] = {25, 17};
18111 const int *foo = &x[0];
18112 ++foo;
18114 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18115 typedef const int *iptr;
18116 iptr p = 0;
18117 ++p;
18119 { /* AIX XL C 1.02.0.0 rejects this saying
18120 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18121 struct s { int j; const int *ap[3]; };
18122 struct s *b; b->j = 5;
18124 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18125 const int foo = 10;
18126 if (!foo) return 0;
18128 return !cs[0] && !zero.x;
18129 #endif
18132 return 0;
18134 _ACEOF
18135 rm -f conftest.$ac_objext
18136 if { (ac_try="$ac_compile"
18137 case "(($ac_try" in
18138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18139 *) ac_try_echo=$ac_try;;
18140 esac
18141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18142 (eval "$ac_compile") 2>conftest.er1
18143 ac_status=$?
18144 grep -v '^ *+' conftest.er1 >conftest.err
18145 rm -f conftest.er1
18146 cat conftest.err >&5
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && {
18149 test -z "$ac_c_werror_flag" ||
18150 test ! -s conftest.err
18151 } && test -s conftest.$ac_objext; then
18152 ac_cv_c_const=yes
18153 else
18154 echo "$as_me: failed program was:" >&5
18155 sed 's/^/| /' conftest.$ac_ext >&5
18157 ac_cv_c_const=no
18160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18162 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18163 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18164 if test $ac_cv_c_const = no; then
18166 cat >>confdefs.h <<\_ACEOF
18167 #define const
18168 _ACEOF
18172 { echo "$as_me:$LINENO: checking for inline" >&5
18173 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18174 if test "${ac_cv_c_inline+set}" = set; then
18175 echo $ECHO_N "(cached) $ECHO_C" >&6
18176 else
18177 ac_cv_c_inline=no
18178 for ac_kw in inline __inline__ __inline; do
18179 cat >conftest.$ac_ext <<_ACEOF
18180 /* confdefs.h. */
18181 _ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h. */
18185 #ifndef __cplusplus
18186 typedef int foo_t;
18187 static $ac_kw foo_t static_foo () {return 0; }
18188 $ac_kw foo_t foo () {return 0; }
18189 #endif
18191 _ACEOF
18192 rm -f conftest.$ac_objext
18193 if { (ac_try="$ac_compile"
18194 case "(($ac_try" in
18195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18196 *) ac_try_echo=$ac_try;;
18197 esac
18198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18199 (eval "$ac_compile") 2>conftest.er1
18200 ac_status=$?
18201 grep -v '^ *+' conftest.er1 >conftest.err
18202 rm -f conftest.er1
18203 cat conftest.err >&5
18204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18205 (exit $ac_status); } && {
18206 test -z "$ac_c_werror_flag" ||
18207 test ! -s conftest.err
18208 } && test -s conftest.$ac_objext; then
18209 ac_cv_c_inline=$ac_kw
18210 else
18211 echo "$as_me: failed program was:" >&5
18212 sed 's/^/| /' conftest.$ac_ext >&5
18217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18218 test "$ac_cv_c_inline" != no && break
18219 done
18222 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18223 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18226 case $ac_cv_c_inline in
18227 inline | yes) ;;
18229 case $ac_cv_c_inline in
18230 no) ac_val=;;
18231 *) ac_val=$ac_cv_c_inline;;
18232 esac
18233 cat >>confdefs.h <<_ACEOF
18234 #ifndef __cplusplus
18235 #define inline $ac_val
18236 #endif
18237 _ACEOF
18239 esac
18241 { echo "$as_me:$LINENO: checking for mode_t" >&5
18242 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18243 if test "${ac_cv_type_mode_t+set}" = set; then
18244 echo $ECHO_N "(cached) $ECHO_C" >&6
18245 else
18246 cat >conftest.$ac_ext <<_ACEOF
18247 /* confdefs.h. */
18248 _ACEOF
18249 cat confdefs.h >>conftest.$ac_ext
18250 cat >>conftest.$ac_ext <<_ACEOF
18251 /* end confdefs.h. */
18252 $ac_includes_default
18253 typedef mode_t ac__type_new_;
18255 main ()
18257 if ((ac__type_new_ *) 0)
18258 return 0;
18259 if (sizeof (ac__type_new_))
18260 return 0;
18262 return 0;
18264 _ACEOF
18265 rm -f conftest.$ac_objext
18266 if { (ac_try="$ac_compile"
18267 case "(($ac_try" in
18268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18269 *) ac_try_echo=$ac_try;;
18270 esac
18271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18272 (eval "$ac_compile") 2>conftest.er1
18273 ac_status=$?
18274 grep -v '^ *+' conftest.er1 >conftest.err
18275 rm -f conftest.er1
18276 cat conftest.err >&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } && {
18279 test -z "$ac_c_werror_flag" ||
18280 test ! -s conftest.err
18281 } && test -s conftest.$ac_objext; then
18282 ac_cv_type_mode_t=yes
18283 else
18284 echo "$as_me: failed program was:" >&5
18285 sed 's/^/| /' conftest.$ac_ext >&5
18287 ac_cv_type_mode_t=no
18290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18292 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18293 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18294 if test $ac_cv_type_mode_t = yes; then
18296 cat >>confdefs.h <<_ACEOF
18297 #define HAVE_MODE_T 1
18298 _ACEOF
18302 { echo "$as_me:$LINENO: checking for off_t" >&5
18303 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18304 if test "${ac_cv_type_off_t+set}" = set; then
18305 echo $ECHO_N "(cached) $ECHO_C" >&6
18306 else
18307 cat >conftest.$ac_ext <<_ACEOF
18308 /* confdefs.h. */
18309 _ACEOF
18310 cat confdefs.h >>conftest.$ac_ext
18311 cat >>conftest.$ac_ext <<_ACEOF
18312 /* end confdefs.h. */
18313 $ac_includes_default
18314 typedef off_t ac__type_new_;
18316 main ()
18318 if ((ac__type_new_ *) 0)
18319 return 0;
18320 if (sizeof (ac__type_new_))
18321 return 0;
18323 return 0;
18325 _ACEOF
18326 rm -f conftest.$ac_objext
18327 if { (ac_try="$ac_compile"
18328 case "(($ac_try" in
18329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18330 *) ac_try_echo=$ac_try;;
18331 esac
18332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18333 (eval "$ac_compile") 2>conftest.er1
18334 ac_status=$?
18335 grep -v '^ *+' conftest.er1 >conftest.err
18336 rm -f conftest.er1
18337 cat conftest.err >&5
18338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); } && {
18340 test -z "$ac_c_werror_flag" ||
18341 test ! -s conftest.err
18342 } && test -s conftest.$ac_objext; then
18343 ac_cv_type_off_t=yes
18344 else
18345 echo "$as_me: failed program was:" >&5
18346 sed 's/^/| /' conftest.$ac_ext >&5
18348 ac_cv_type_off_t=no
18351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18353 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18354 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18355 if test $ac_cv_type_off_t = yes; then
18357 cat >>confdefs.h <<_ACEOF
18358 #define HAVE_OFF_T 1
18359 _ACEOF
18363 { echo "$as_me:$LINENO: checking for pid_t" >&5
18364 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18365 if test "${ac_cv_type_pid_t+set}" = set; then
18366 echo $ECHO_N "(cached) $ECHO_C" >&6
18367 else
18368 cat >conftest.$ac_ext <<_ACEOF
18369 /* confdefs.h. */
18370 _ACEOF
18371 cat confdefs.h >>conftest.$ac_ext
18372 cat >>conftest.$ac_ext <<_ACEOF
18373 /* end confdefs.h. */
18374 $ac_includes_default
18375 typedef pid_t ac__type_new_;
18377 main ()
18379 if ((ac__type_new_ *) 0)
18380 return 0;
18381 if (sizeof (ac__type_new_))
18382 return 0;
18384 return 0;
18386 _ACEOF
18387 rm -f conftest.$ac_objext
18388 if { (ac_try="$ac_compile"
18389 case "(($ac_try" in
18390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18391 *) ac_try_echo=$ac_try;;
18392 esac
18393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18394 (eval "$ac_compile") 2>conftest.er1
18395 ac_status=$?
18396 grep -v '^ *+' conftest.er1 >conftest.err
18397 rm -f conftest.er1
18398 cat conftest.err >&5
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest.$ac_objext; then
18404 ac_cv_type_pid_t=yes
18405 else
18406 echo "$as_me: failed program was:" >&5
18407 sed 's/^/| /' conftest.$ac_ext >&5
18409 ac_cv_type_pid_t=no
18412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18414 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18415 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18416 if test $ac_cv_type_pid_t = yes; then
18418 cat >>confdefs.h <<_ACEOF
18419 #define HAVE_PID_T 1
18420 _ACEOF
18424 { echo "$as_me:$LINENO: checking for size_t" >&5
18425 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18426 if test "${ac_cv_type_size_t+set}" = set; then
18427 echo $ECHO_N "(cached) $ECHO_C" >&6
18428 else
18429 cat >conftest.$ac_ext <<_ACEOF
18430 /* confdefs.h. */
18431 _ACEOF
18432 cat confdefs.h >>conftest.$ac_ext
18433 cat >>conftest.$ac_ext <<_ACEOF
18434 /* end confdefs.h. */
18435 $ac_includes_default
18436 typedef size_t ac__type_new_;
18438 main ()
18440 if ((ac__type_new_ *) 0)
18441 return 0;
18442 if (sizeof (ac__type_new_))
18443 return 0;
18445 return 0;
18447 _ACEOF
18448 rm -f conftest.$ac_objext
18449 if { (ac_try="$ac_compile"
18450 case "(($ac_try" in
18451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18452 *) ac_try_echo=$ac_try;;
18453 esac
18454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18455 (eval "$ac_compile") 2>conftest.er1
18456 ac_status=$?
18457 grep -v '^ *+' conftest.er1 >conftest.err
18458 rm -f conftest.er1
18459 cat conftest.err >&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); } && {
18462 test -z "$ac_c_werror_flag" ||
18463 test ! -s conftest.err
18464 } && test -s conftest.$ac_objext; then
18465 ac_cv_type_size_t=yes
18466 else
18467 echo "$as_me: failed program was:" >&5
18468 sed 's/^/| /' conftest.$ac_ext >&5
18470 ac_cv_type_size_t=no
18473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18475 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18476 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18477 if test $ac_cv_type_size_t = yes; then
18479 cat >>confdefs.h <<_ACEOF
18480 #define HAVE_SIZE_T 1
18481 _ACEOF
18485 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18486 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18487 if test "${ac_cv_type_ssize_t+set}" = set; then
18488 echo $ECHO_N "(cached) $ECHO_C" >&6
18489 else
18490 cat >conftest.$ac_ext <<_ACEOF
18491 /* confdefs.h. */
18492 _ACEOF
18493 cat confdefs.h >>conftest.$ac_ext
18494 cat >>conftest.$ac_ext <<_ACEOF
18495 /* end confdefs.h. */
18496 $ac_includes_default
18497 typedef ssize_t ac__type_new_;
18499 main ()
18501 if ((ac__type_new_ *) 0)
18502 return 0;
18503 if (sizeof (ac__type_new_))
18504 return 0;
18506 return 0;
18508 _ACEOF
18509 rm -f conftest.$ac_objext
18510 if { (ac_try="$ac_compile"
18511 case "(($ac_try" in
18512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18513 *) ac_try_echo=$ac_try;;
18514 esac
18515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18516 (eval "$ac_compile") 2>conftest.er1
18517 ac_status=$?
18518 grep -v '^ *+' conftest.er1 >conftest.err
18519 rm -f conftest.er1
18520 cat conftest.err >&5
18521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18522 (exit $ac_status); } && {
18523 test -z "$ac_c_werror_flag" ||
18524 test ! -s conftest.err
18525 } && test -s conftest.$ac_objext; then
18526 ac_cv_type_ssize_t=yes
18527 else
18528 echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.$ac_ext >&5
18531 ac_cv_type_ssize_t=no
18534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18536 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18537 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18538 if test $ac_cv_type_ssize_t = yes; then
18540 cat >>confdefs.h <<_ACEOF
18541 #define HAVE_SSIZE_T 1
18542 _ACEOF
18546 { echo "$as_me:$LINENO: checking for long long" >&5
18547 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18548 if test "${ac_cv_type_long_long+set}" = set; then
18549 echo $ECHO_N "(cached) $ECHO_C" >&6
18550 else
18551 cat >conftest.$ac_ext <<_ACEOF
18552 /* confdefs.h. */
18553 _ACEOF
18554 cat confdefs.h >>conftest.$ac_ext
18555 cat >>conftest.$ac_ext <<_ACEOF
18556 /* end confdefs.h. */
18557 $ac_includes_default
18558 typedef long long ac__type_new_;
18560 main ()
18562 if ((ac__type_new_ *) 0)
18563 return 0;
18564 if (sizeof (ac__type_new_))
18565 return 0;
18567 return 0;
18569 _ACEOF
18570 rm -f conftest.$ac_objext
18571 if { (ac_try="$ac_compile"
18572 case "(($ac_try" in
18573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18574 *) ac_try_echo=$ac_try;;
18575 esac
18576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18577 (eval "$ac_compile") 2>conftest.er1
18578 ac_status=$?
18579 grep -v '^ *+' conftest.er1 >conftest.err
18580 rm -f conftest.er1
18581 cat conftest.err >&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest.$ac_objext; then
18587 ac_cv_type_long_long=yes
18588 else
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.$ac_ext >&5
18592 ac_cv_type_long_long=no
18595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18597 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18598 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18599 if test $ac_cv_type_long_long = yes; then
18601 cat >>confdefs.h <<_ACEOF
18602 #define HAVE_LONG_LONG 1
18603 _ACEOF
18607 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18608 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18609 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18611 else
18612 cat >conftest.$ac_ext <<_ACEOF
18613 /* confdefs.h. */
18614 _ACEOF
18615 cat confdefs.h >>conftest.$ac_ext
18616 cat >>conftest.$ac_ext <<_ACEOF
18617 /* end confdefs.h. */
18618 $ac_includes_default
18619 typedef fsblkcnt_t ac__type_new_;
18621 main ()
18623 if ((ac__type_new_ *) 0)
18624 return 0;
18625 if (sizeof (ac__type_new_))
18626 return 0;
18628 return 0;
18630 _ACEOF
18631 rm -f conftest.$ac_objext
18632 if { (ac_try="$ac_compile"
18633 case "(($ac_try" in
18634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18635 *) ac_try_echo=$ac_try;;
18636 esac
18637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18638 (eval "$ac_compile") 2>conftest.er1
18639 ac_status=$?
18640 grep -v '^ *+' conftest.er1 >conftest.err
18641 rm -f conftest.er1
18642 cat conftest.err >&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } && {
18645 test -z "$ac_c_werror_flag" ||
18646 test ! -s conftest.err
18647 } && test -s conftest.$ac_objext; then
18648 ac_cv_type_fsblkcnt_t=yes
18649 else
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.$ac_ext >&5
18653 ac_cv_type_fsblkcnt_t=no
18656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18658 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18659 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18660 if test $ac_cv_type_fsblkcnt_t = yes; then
18662 cat >>confdefs.h <<_ACEOF
18663 #define HAVE_FSBLKCNT_T 1
18664 _ACEOF
18668 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18669 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18670 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18671 echo $ECHO_N "(cached) $ECHO_C" >&6
18672 else
18673 cat >conftest.$ac_ext <<_ACEOF
18674 /* confdefs.h. */
18675 _ACEOF
18676 cat confdefs.h >>conftest.$ac_ext
18677 cat >>conftest.$ac_ext <<_ACEOF
18678 /* end confdefs.h. */
18679 $ac_includes_default
18680 typedef fsfilcnt_t ac__type_new_;
18682 main ()
18684 if ((ac__type_new_ *) 0)
18685 return 0;
18686 if (sizeof (ac__type_new_))
18687 return 0;
18689 return 0;
18691 _ACEOF
18692 rm -f conftest.$ac_objext
18693 if { (ac_try="$ac_compile"
18694 case "(($ac_try" in
18695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18696 *) ac_try_echo=$ac_try;;
18697 esac
18698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18699 (eval "$ac_compile") 2>conftest.er1
18700 ac_status=$?
18701 grep -v '^ *+' conftest.er1 >conftest.err
18702 rm -f conftest.er1
18703 cat conftest.err >&5
18704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705 (exit $ac_status); } && {
18706 test -z "$ac_c_werror_flag" ||
18707 test ! -s conftest.err
18708 } && test -s conftest.$ac_objext; then
18709 ac_cv_type_fsfilcnt_t=yes
18710 else
18711 echo "$as_me: failed program was:" >&5
18712 sed 's/^/| /' conftest.$ac_ext >&5
18714 ac_cv_type_fsfilcnt_t=no
18717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18719 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18720 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18721 if test $ac_cv_type_fsfilcnt_t = yes; then
18723 cat >>confdefs.h <<_ACEOF
18724 #define HAVE_FSFILCNT_T 1
18725 _ACEOF
18730 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18731 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18732 if test "${ac_cv_type_sigset_t+set}" = set; then
18733 echo $ECHO_N "(cached) $ECHO_C" >&6
18734 else
18735 cat >conftest.$ac_ext <<_ACEOF
18736 /* confdefs.h. */
18737 _ACEOF
18738 cat confdefs.h >>conftest.$ac_ext
18739 cat >>conftest.$ac_ext <<_ACEOF
18740 /* end confdefs.h. */
18741 #include <signal.h>
18743 typedef sigset_t ac__type_new_;
18745 main ()
18747 if ((ac__type_new_ *) 0)
18748 return 0;
18749 if (sizeof (ac__type_new_))
18750 return 0;
18752 return 0;
18754 _ACEOF
18755 rm -f conftest.$ac_objext
18756 if { (ac_try="$ac_compile"
18757 case "(($ac_try" in
18758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18759 *) ac_try_echo=$ac_try;;
18760 esac
18761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18762 (eval "$ac_compile") 2>conftest.er1
18763 ac_status=$?
18764 grep -v '^ *+' conftest.er1 >conftest.err
18765 rm -f conftest.er1
18766 cat conftest.err >&5
18767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768 (exit $ac_status); } && {
18769 test -z "$ac_c_werror_flag" ||
18770 test ! -s conftest.err
18771 } && test -s conftest.$ac_objext; then
18772 ac_cv_type_sigset_t=yes
18773 else
18774 echo "$as_me: failed program was:" >&5
18775 sed 's/^/| /' conftest.$ac_ext >&5
18777 ac_cv_type_sigset_t=no
18780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18782 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18783 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18784 if test $ac_cv_type_sigset_t = yes; then
18786 cat >>confdefs.h <<_ACEOF
18787 #define HAVE_SIGSET_T 1
18788 _ACEOF
18793 { echo "$as_me:$LINENO: checking for request_sense" >&5
18794 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18795 if test "${ac_cv_type_request_sense+set}" = set; then
18796 echo $ECHO_N "(cached) $ECHO_C" >&6
18797 else
18798 cat >conftest.$ac_ext <<_ACEOF
18799 /* confdefs.h. */
18800 _ACEOF
18801 cat confdefs.h >>conftest.$ac_ext
18802 cat >>conftest.$ac_ext <<_ACEOF
18803 /* end confdefs.h. */
18804 #include <linux/cdrom.h>
18806 typedef request_sense ac__type_new_;
18808 main ()
18810 if ((ac__type_new_ *) 0)
18811 return 0;
18812 if (sizeof (ac__type_new_))
18813 return 0;
18815 return 0;
18817 _ACEOF
18818 rm -f conftest.$ac_objext
18819 if { (ac_try="$ac_compile"
18820 case "(($ac_try" in
18821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18822 *) ac_try_echo=$ac_try;;
18823 esac
18824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18825 (eval "$ac_compile") 2>conftest.er1
18826 ac_status=$?
18827 grep -v '^ *+' conftest.er1 >conftest.err
18828 rm -f conftest.er1
18829 cat conftest.err >&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); } && {
18832 test -z "$ac_c_werror_flag" ||
18833 test ! -s conftest.err
18834 } && test -s conftest.$ac_objext; then
18835 ac_cv_type_request_sense=yes
18836 else
18837 echo "$as_me: failed program was:" >&5
18838 sed 's/^/| /' conftest.$ac_ext >&5
18840 ac_cv_type_request_sense=no
18843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18845 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18846 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18847 if test $ac_cv_type_request_sense = yes; then
18849 cat >>confdefs.h <<_ACEOF
18850 #define HAVE_REQUEST_SENSE 1
18851 _ACEOF
18857 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18858 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18859 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18860 echo $ECHO_N "(cached) $ECHO_C" >&6
18861 else
18862 cat >conftest.$ac_ext <<_ACEOF
18863 /* confdefs.h. */
18864 _ACEOF
18865 cat confdefs.h >>conftest.$ac_ext
18866 cat >>conftest.$ac_ext <<_ACEOF
18867 /* end confdefs.h. */
18868 #ifdef HAVE_LINUX_INPUT_H
18869 #include <linux/input.h>
18870 #endif
18873 main ()
18875 static struct ff_effect ac_aggr;
18876 if (ac_aggr.direction)
18877 return 0;
18879 return 0;
18881 _ACEOF
18882 rm -f conftest.$ac_objext
18883 if { (ac_try="$ac_compile"
18884 case "(($ac_try" in
18885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18886 *) ac_try_echo=$ac_try;;
18887 esac
18888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18889 (eval "$ac_compile") 2>conftest.er1
18890 ac_status=$?
18891 grep -v '^ *+' conftest.er1 >conftest.err
18892 rm -f conftest.er1
18893 cat conftest.err >&5
18894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); } && {
18896 test -z "$ac_c_werror_flag" ||
18897 test ! -s conftest.err
18898 } && test -s conftest.$ac_objext; then
18899 ac_cv_member_struct_ff_effect_direction=yes
18900 else
18901 echo "$as_me: failed program was:" >&5
18902 sed 's/^/| /' conftest.$ac_ext >&5
18904 cat >conftest.$ac_ext <<_ACEOF
18905 /* confdefs.h. */
18906 _ACEOF
18907 cat confdefs.h >>conftest.$ac_ext
18908 cat >>conftest.$ac_ext <<_ACEOF
18909 /* end confdefs.h. */
18910 #ifdef HAVE_LINUX_INPUT_H
18911 #include <linux/input.h>
18912 #endif
18915 main ()
18917 static struct ff_effect ac_aggr;
18918 if (sizeof ac_aggr.direction)
18919 return 0;
18921 return 0;
18923 _ACEOF
18924 rm -f conftest.$ac_objext
18925 if { (ac_try="$ac_compile"
18926 case "(($ac_try" in
18927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18928 *) ac_try_echo=$ac_try;;
18929 esac
18930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18931 (eval "$ac_compile") 2>conftest.er1
18932 ac_status=$?
18933 grep -v '^ *+' conftest.er1 >conftest.err
18934 rm -f conftest.er1
18935 cat conftest.err >&5
18936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } && {
18938 test -z "$ac_c_werror_flag" ||
18939 test ! -s conftest.err
18940 } && test -s conftest.$ac_objext; then
18941 ac_cv_member_struct_ff_effect_direction=yes
18942 else
18943 echo "$as_me: failed program was:" >&5
18944 sed 's/^/| /' conftest.$ac_ext >&5
18946 ac_cv_member_struct_ff_effect_direction=no
18949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18954 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18955 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18956 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18958 cat >>confdefs.h <<_ACEOF
18959 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18960 _ACEOF
18966 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18967 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18968 if test "${wine_cv_have_sigaddset+set}" = set; then
18969 echo $ECHO_N "(cached) $ECHO_C" >&6
18970 else
18971 cat >conftest.$ac_ext <<_ACEOF
18972 /* confdefs.h. */
18973 _ACEOF
18974 cat confdefs.h >>conftest.$ac_ext
18975 cat >>conftest.$ac_ext <<_ACEOF
18976 /* end confdefs.h. */
18977 #include <signal.h>
18979 main ()
18981 sigset_t set; sigaddset(&set,SIGTERM);
18983 return 0;
18985 _ACEOF
18986 rm -f conftest.$ac_objext conftest$ac_exeext
18987 if { (ac_try="$ac_link"
18988 case "(($ac_try" in
18989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18990 *) ac_try_echo=$ac_try;;
18991 esac
18992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18993 (eval "$ac_link") 2>conftest.er1
18994 ac_status=$?
18995 grep -v '^ *+' conftest.er1 >conftest.err
18996 rm -f conftest.er1
18997 cat conftest.err >&5
18998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18999 (exit $ac_status); } && {
19000 test -z "$ac_c_werror_flag" ||
19001 test ! -s conftest.err
19002 } && test -s conftest$ac_exeext &&
19003 $as_test_x conftest$ac_exeext; then
19004 wine_cv_have_sigaddset=yes
19005 else
19006 echo "$as_me: failed program was:" >&5
19007 sed 's/^/| /' conftest.$ac_ext >&5
19009 wine_cv_have_sigaddset=no
19012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19013 conftest$ac_exeext conftest.$ac_ext
19015 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19016 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19017 if test "$wine_cv_have_sigaddset" = "yes"
19018 then
19020 cat >>confdefs.h <<\_ACEOF
19021 #define HAVE_SIGADDSET 1
19022 _ACEOF
19027 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19028 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19029 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19030 echo $ECHO_N "(cached) $ECHO_C" >&6
19031 else
19032 cat >conftest.$ac_ext <<_ACEOF
19033 /* confdefs.h. */
19034 _ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19038 #include <netdb.h>
19040 main ()
19043 char *name=0;
19044 struct hostent he;
19045 struct hostent *result;
19046 char *buf=0;
19047 int bufsize=0;
19048 int res,errnr;
19049 char *addr=0;
19050 int addrlen=0;
19051 int addrtype=0;
19052 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19053 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19056 return 0;
19058 _ACEOF
19059 rm -f conftest.$ac_objext conftest$ac_exeext
19060 if { (ac_try="$ac_link"
19061 case "(($ac_try" in
19062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19063 *) ac_try_echo=$ac_try;;
19064 esac
19065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19066 (eval "$ac_link") 2>conftest.er1
19067 ac_status=$?
19068 grep -v '^ *+' conftest.er1 >conftest.err
19069 rm -f conftest.er1
19070 cat conftest.err >&5
19071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19072 (exit $ac_status); } && {
19073 test -z "$ac_c_werror_flag" ||
19074 test ! -s conftest.err
19075 } && test -s conftest$ac_exeext &&
19076 $as_test_x conftest$ac_exeext; then
19077 wine_cv_linux_gethostbyname_r_6=yes
19078 else
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.$ac_ext >&5
19082 wine_cv_linux_gethostbyname_r_6=no
19086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19087 conftest$ac_exeext conftest.$ac_ext
19090 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19091 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19092 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19093 then
19095 cat >>confdefs.h <<\_ACEOF
19096 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19097 _ACEOF
19101 if test "$ac_cv_header_linux_joystick_h" = "yes"
19102 then
19103 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19104 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19105 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19107 else
19108 cat >conftest.$ac_ext <<_ACEOF
19109 /* confdefs.h. */
19110 _ACEOF
19111 cat confdefs.h >>conftest.$ac_ext
19112 cat >>conftest.$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19115 #include <sys/ioctl.h>
19116 #include <sys/types.h>
19117 #include <linux/joystick.h>
19119 struct js_event blub;
19120 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19121 #error "no 2.2 header"
19122 #endif
19125 main ()
19127 /*empty*/
19129 return 0;
19131 _ACEOF
19132 rm -f conftest.$ac_objext
19133 if { (ac_try="$ac_compile"
19134 case "(($ac_try" in
19135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19136 *) ac_try_echo=$ac_try;;
19137 esac
19138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19139 (eval "$ac_compile") 2>conftest.er1
19140 ac_status=$?
19141 grep -v '^ *+' conftest.er1 >conftest.err
19142 rm -f conftest.er1
19143 cat conftest.err >&5
19144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19145 (exit $ac_status); } && {
19146 test -z "$ac_c_werror_flag" ||
19147 test ! -s conftest.err
19148 } && test -s conftest.$ac_objext; then
19149 wine_cv_linux_joystick_22_api=yes
19150 else
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19154 wine_cv_linux_joystick_22_api=no
19157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19160 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19161 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19162 if test "$wine_cv_linux_joystick_22_api" = "yes"
19163 then
19165 cat >>confdefs.h <<\_ACEOF
19166 #define HAVE_LINUX_22_JOYSTICK_API 1
19167 _ACEOF
19173 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19174 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19175 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19176 echo $ECHO_N "(cached) $ECHO_C" >&6
19177 else
19178 cat >conftest.$ac_ext <<_ACEOF
19179 /* confdefs.h. */
19180 _ACEOF
19181 cat confdefs.h >>conftest.$ac_ext
19182 cat >>conftest.$ac_ext <<_ACEOF
19183 /* end confdefs.h. */
19184 #include <sys/types.h>
19185 #ifdef HAVE_SYS_PARAM_H
19186 # include <sys/param.h>
19187 #endif
19188 #ifdef HAVE_SYS_MOUNT_H
19189 # include <sys/mount.h>
19190 #endif
19191 #ifdef HAVE_SYS_VFS_H
19192 # include <sys/vfs.h>
19193 #endif
19194 #ifdef HAVE_SYS_STATFS_H
19195 # include <sys/statfs.h>
19196 #endif
19199 main ()
19201 static struct statfs ac_aggr;
19202 if (ac_aggr.f_bfree)
19203 return 0;
19205 return 0;
19207 _ACEOF
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212 *) ac_try_echo=$ac_try;;
19213 esac
19214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19215 (eval "$ac_compile") 2>conftest.er1
19216 ac_status=$?
19217 grep -v '^ *+' conftest.er1 >conftest.err
19218 rm -f conftest.er1
19219 cat conftest.err >&5
19220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221 (exit $ac_status); } && {
19222 test -z "$ac_c_werror_flag" ||
19223 test ! -s conftest.err
19224 } && test -s conftest.$ac_objext; then
19225 ac_cv_member_struct_statfs_f_bfree=yes
19226 else
19227 echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.$ac_ext >&5
19230 cat >conftest.$ac_ext <<_ACEOF
19231 /* confdefs.h. */
19232 _ACEOF
19233 cat confdefs.h >>conftest.$ac_ext
19234 cat >>conftest.$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19236 #include <sys/types.h>
19237 #ifdef HAVE_SYS_PARAM_H
19238 # include <sys/param.h>
19239 #endif
19240 #ifdef HAVE_SYS_MOUNT_H
19241 # include <sys/mount.h>
19242 #endif
19243 #ifdef HAVE_SYS_VFS_H
19244 # include <sys/vfs.h>
19245 #endif
19246 #ifdef HAVE_SYS_STATFS_H
19247 # include <sys/statfs.h>
19248 #endif
19251 main ()
19253 static struct statfs ac_aggr;
19254 if (sizeof ac_aggr.f_bfree)
19255 return 0;
19257 return 0;
19259 _ACEOF
19260 rm -f conftest.$ac_objext
19261 if { (ac_try="$ac_compile"
19262 case "(($ac_try" in
19263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19264 *) ac_try_echo=$ac_try;;
19265 esac
19266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19267 (eval "$ac_compile") 2>conftest.er1
19268 ac_status=$?
19269 grep -v '^ *+' conftest.er1 >conftest.err
19270 rm -f conftest.er1
19271 cat conftest.err >&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } && {
19274 test -z "$ac_c_werror_flag" ||
19275 test ! -s conftest.err
19276 } && test -s conftest.$ac_objext; then
19277 ac_cv_member_struct_statfs_f_bfree=yes
19278 else
19279 echo "$as_me: failed program was:" >&5
19280 sed 's/^/| /' conftest.$ac_ext >&5
19282 ac_cv_member_struct_statfs_f_bfree=no
19285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19291 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19292 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19294 cat >>confdefs.h <<_ACEOF
19295 #define HAVE_STRUCT_STATFS_F_BFREE 1
19296 _ACEOF
19300 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19301 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19302 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19303 echo $ECHO_N "(cached) $ECHO_C" >&6
19304 else
19305 cat >conftest.$ac_ext <<_ACEOF
19306 /* confdefs.h. */
19307 _ACEOF
19308 cat confdefs.h >>conftest.$ac_ext
19309 cat >>conftest.$ac_ext <<_ACEOF
19310 /* end confdefs.h. */
19311 #include <sys/types.h>
19312 #ifdef HAVE_SYS_PARAM_H
19313 # include <sys/param.h>
19314 #endif
19315 #ifdef HAVE_SYS_MOUNT_H
19316 # include <sys/mount.h>
19317 #endif
19318 #ifdef HAVE_SYS_VFS_H
19319 # include <sys/vfs.h>
19320 #endif
19321 #ifdef HAVE_SYS_STATFS_H
19322 # include <sys/statfs.h>
19323 #endif
19326 main ()
19328 static struct statfs ac_aggr;
19329 if (ac_aggr.f_bavail)
19330 return 0;
19332 return 0;
19334 _ACEOF
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339 *) ac_try_echo=$ac_try;;
19340 esac
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342 (eval "$ac_compile") 2>conftest.er1
19343 ac_status=$?
19344 grep -v '^ *+' conftest.er1 >conftest.err
19345 rm -f conftest.er1
19346 cat conftest.err >&5
19347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19348 (exit $ac_status); } && {
19349 test -z "$ac_c_werror_flag" ||
19350 test ! -s conftest.err
19351 } && test -s conftest.$ac_objext; then
19352 ac_cv_member_struct_statfs_f_bavail=yes
19353 else
19354 echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.$ac_ext >&5
19357 cat >conftest.$ac_ext <<_ACEOF
19358 /* confdefs.h. */
19359 _ACEOF
19360 cat confdefs.h >>conftest.$ac_ext
19361 cat >>conftest.$ac_ext <<_ACEOF
19362 /* end confdefs.h. */
19363 #include <sys/types.h>
19364 #ifdef HAVE_SYS_PARAM_H
19365 # include <sys/param.h>
19366 #endif
19367 #ifdef HAVE_SYS_MOUNT_H
19368 # include <sys/mount.h>
19369 #endif
19370 #ifdef HAVE_SYS_VFS_H
19371 # include <sys/vfs.h>
19372 #endif
19373 #ifdef HAVE_SYS_STATFS_H
19374 # include <sys/statfs.h>
19375 #endif
19378 main ()
19380 static struct statfs ac_aggr;
19381 if (sizeof ac_aggr.f_bavail)
19382 return 0;
19384 return 0;
19386 _ACEOF
19387 rm -f conftest.$ac_objext
19388 if { (ac_try="$ac_compile"
19389 case "(($ac_try" in
19390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19391 *) ac_try_echo=$ac_try;;
19392 esac
19393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19394 (eval "$ac_compile") 2>conftest.er1
19395 ac_status=$?
19396 grep -v '^ *+' conftest.er1 >conftest.err
19397 rm -f conftest.er1
19398 cat conftest.err >&5
19399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19400 (exit $ac_status); } && {
19401 test -z "$ac_c_werror_flag" ||
19402 test ! -s conftest.err
19403 } && test -s conftest.$ac_objext; then
19404 ac_cv_member_struct_statfs_f_bavail=yes
19405 else
19406 echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19409 ac_cv_member_struct_statfs_f_bavail=no
19412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19418 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19419 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19421 cat >>confdefs.h <<_ACEOF
19422 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19423 _ACEOF
19427 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19428 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19429 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19430 echo $ECHO_N "(cached) $ECHO_C" >&6
19431 else
19432 cat >conftest.$ac_ext <<_ACEOF
19433 /* confdefs.h. */
19434 _ACEOF
19435 cat confdefs.h >>conftest.$ac_ext
19436 cat >>conftest.$ac_ext <<_ACEOF
19437 /* end confdefs.h. */
19438 #include <sys/types.h>
19439 #ifdef HAVE_SYS_PARAM_H
19440 # include <sys/param.h>
19441 #endif
19442 #ifdef HAVE_SYS_MOUNT_H
19443 # include <sys/mount.h>
19444 #endif
19445 #ifdef HAVE_SYS_VFS_H
19446 # include <sys/vfs.h>
19447 #endif
19448 #ifdef HAVE_SYS_STATFS_H
19449 # include <sys/statfs.h>
19450 #endif
19453 main ()
19455 static struct statfs ac_aggr;
19456 if (ac_aggr.f_frsize)
19457 return 0;
19459 return 0;
19461 _ACEOF
19462 rm -f conftest.$ac_objext
19463 if { (ac_try="$ac_compile"
19464 case "(($ac_try" in
19465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19466 *) ac_try_echo=$ac_try;;
19467 esac
19468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19469 (eval "$ac_compile") 2>conftest.er1
19470 ac_status=$?
19471 grep -v '^ *+' conftest.er1 >conftest.err
19472 rm -f conftest.er1
19473 cat conftest.err >&5
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && {
19476 test -z "$ac_c_werror_flag" ||
19477 test ! -s conftest.err
19478 } && test -s conftest.$ac_objext; then
19479 ac_cv_member_struct_statfs_f_frsize=yes
19480 else
19481 echo "$as_me: failed program was:" >&5
19482 sed 's/^/| /' conftest.$ac_ext >&5
19484 cat >conftest.$ac_ext <<_ACEOF
19485 /* confdefs.h. */
19486 _ACEOF
19487 cat confdefs.h >>conftest.$ac_ext
19488 cat >>conftest.$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19490 #include <sys/types.h>
19491 #ifdef HAVE_SYS_PARAM_H
19492 # include <sys/param.h>
19493 #endif
19494 #ifdef HAVE_SYS_MOUNT_H
19495 # include <sys/mount.h>
19496 #endif
19497 #ifdef HAVE_SYS_VFS_H
19498 # include <sys/vfs.h>
19499 #endif
19500 #ifdef HAVE_SYS_STATFS_H
19501 # include <sys/statfs.h>
19502 #endif
19505 main ()
19507 static struct statfs ac_aggr;
19508 if (sizeof ac_aggr.f_frsize)
19509 return 0;
19511 return 0;
19513 _ACEOF
19514 rm -f conftest.$ac_objext
19515 if { (ac_try="$ac_compile"
19516 case "(($ac_try" in
19517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19518 *) ac_try_echo=$ac_try;;
19519 esac
19520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19521 (eval "$ac_compile") 2>conftest.er1
19522 ac_status=$?
19523 grep -v '^ *+' conftest.er1 >conftest.err
19524 rm -f conftest.er1
19525 cat conftest.err >&5
19526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19527 (exit $ac_status); } && {
19528 test -z "$ac_c_werror_flag" ||
19529 test ! -s conftest.err
19530 } && test -s conftest.$ac_objext; then
19531 ac_cv_member_struct_statfs_f_frsize=yes
19532 else
19533 echo "$as_me: failed program was:" >&5
19534 sed 's/^/| /' conftest.$ac_ext >&5
19536 ac_cv_member_struct_statfs_f_frsize=no
19539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19544 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19545 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19546 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19548 cat >>confdefs.h <<_ACEOF
19549 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19550 _ACEOF
19554 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19555 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19556 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19557 echo $ECHO_N "(cached) $ECHO_C" >&6
19558 else
19559 cat >conftest.$ac_ext <<_ACEOF
19560 /* confdefs.h. */
19561 _ACEOF
19562 cat confdefs.h >>conftest.$ac_ext
19563 cat >>conftest.$ac_ext <<_ACEOF
19564 /* end confdefs.h. */
19565 #include <sys/types.h>
19566 #ifdef HAVE_SYS_PARAM_H
19567 # include <sys/param.h>
19568 #endif
19569 #ifdef HAVE_SYS_MOUNT_H
19570 # include <sys/mount.h>
19571 #endif
19572 #ifdef HAVE_SYS_VFS_H
19573 # include <sys/vfs.h>
19574 #endif
19575 #ifdef HAVE_SYS_STATFS_H
19576 # include <sys/statfs.h>
19577 #endif
19580 main ()
19582 static struct statfs ac_aggr;
19583 if (ac_aggr.f_ffree)
19584 return 0;
19586 return 0;
19588 _ACEOF
19589 rm -f conftest.$ac_objext
19590 if { (ac_try="$ac_compile"
19591 case "(($ac_try" in
19592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19593 *) ac_try_echo=$ac_try;;
19594 esac
19595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19596 (eval "$ac_compile") 2>conftest.er1
19597 ac_status=$?
19598 grep -v '^ *+' conftest.er1 >conftest.err
19599 rm -f conftest.er1
19600 cat conftest.err >&5
19601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19602 (exit $ac_status); } && {
19603 test -z "$ac_c_werror_flag" ||
19604 test ! -s conftest.err
19605 } && test -s conftest.$ac_objext; then
19606 ac_cv_member_struct_statfs_f_ffree=yes
19607 else
19608 echo "$as_me: failed program was:" >&5
19609 sed 's/^/| /' conftest.$ac_ext >&5
19611 cat >conftest.$ac_ext <<_ACEOF
19612 /* confdefs.h. */
19613 _ACEOF
19614 cat confdefs.h >>conftest.$ac_ext
19615 cat >>conftest.$ac_ext <<_ACEOF
19616 /* end confdefs.h. */
19617 #include <sys/types.h>
19618 #ifdef HAVE_SYS_PARAM_H
19619 # include <sys/param.h>
19620 #endif
19621 #ifdef HAVE_SYS_MOUNT_H
19622 # include <sys/mount.h>
19623 #endif
19624 #ifdef HAVE_SYS_VFS_H
19625 # include <sys/vfs.h>
19626 #endif
19627 #ifdef HAVE_SYS_STATFS_H
19628 # include <sys/statfs.h>
19629 #endif
19632 main ()
19634 static struct statfs ac_aggr;
19635 if (sizeof ac_aggr.f_ffree)
19636 return 0;
19638 return 0;
19640 _ACEOF
19641 rm -f conftest.$ac_objext
19642 if { (ac_try="$ac_compile"
19643 case "(($ac_try" in
19644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19645 *) ac_try_echo=$ac_try;;
19646 esac
19647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19648 (eval "$ac_compile") 2>conftest.er1
19649 ac_status=$?
19650 grep -v '^ *+' conftest.er1 >conftest.err
19651 rm -f conftest.er1
19652 cat conftest.err >&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); } && {
19655 test -z "$ac_c_werror_flag" ||
19656 test ! -s conftest.err
19657 } && test -s conftest.$ac_objext; then
19658 ac_cv_member_struct_statfs_f_ffree=yes
19659 else
19660 echo "$as_me: failed program was:" >&5
19661 sed 's/^/| /' conftest.$ac_ext >&5
19663 ac_cv_member_struct_statfs_f_ffree=no
19666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19672 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19673 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19675 cat >>confdefs.h <<_ACEOF
19676 #define HAVE_STRUCT_STATFS_F_FFREE 1
19677 _ACEOF
19681 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19682 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19683 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19684 echo $ECHO_N "(cached) $ECHO_C" >&6
19685 else
19686 cat >conftest.$ac_ext <<_ACEOF
19687 /* confdefs.h. */
19688 _ACEOF
19689 cat confdefs.h >>conftest.$ac_ext
19690 cat >>conftest.$ac_ext <<_ACEOF
19691 /* end confdefs.h. */
19692 #include <sys/types.h>
19693 #ifdef HAVE_SYS_PARAM_H
19694 # include <sys/param.h>
19695 #endif
19696 #ifdef HAVE_SYS_MOUNT_H
19697 # include <sys/mount.h>
19698 #endif
19699 #ifdef HAVE_SYS_VFS_H
19700 # include <sys/vfs.h>
19701 #endif
19702 #ifdef HAVE_SYS_STATFS_H
19703 # include <sys/statfs.h>
19704 #endif
19707 main ()
19709 static struct statfs ac_aggr;
19710 if (ac_aggr.f_favail)
19711 return 0;
19713 return 0;
19715 _ACEOF
19716 rm -f conftest.$ac_objext
19717 if { (ac_try="$ac_compile"
19718 case "(($ac_try" in
19719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19720 *) ac_try_echo=$ac_try;;
19721 esac
19722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19723 (eval "$ac_compile") 2>conftest.er1
19724 ac_status=$?
19725 grep -v '^ *+' conftest.er1 >conftest.err
19726 rm -f conftest.er1
19727 cat conftest.err >&5
19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } && {
19730 test -z "$ac_c_werror_flag" ||
19731 test ! -s conftest.err
19732 } && test -s conftest.$ac_objext; then
19733 ac_cv_member_struct_statfs_f_favail=yes
19734 else
19735 echo "$as_me: failed program was:" >&5
19736 sed 's/^/| /' conftest.$ac_ext >&5
19738 cat >conftest.$ac_ext <<_ACEOF
19739 /* confdefs.h. */
19740 _ACEOF
19741 cat confdefs.h >>conftest.$ac_ext
19742 cat >>conftest.$ac_ext <<_ACEOF
19743 /* end confdefs.h. */
19744 #include <sys/types.h>
19745 #ifdef HAVE_SYS_PARAM_H
19746 # include <sys/param.h>
19747 #endif
19748 #ifdef HAVE_SYS_MOUNT_H
19749 # include <sys/mount.h>
19750 #endif
19751 #ifdef HAVE_SYS_VFS_H
19752 # include <sys/vfs.h>
19753 #endif
19754 #ifdef HAVE_SYS_STATFS_H
19755 # include <sys/statfs.h>
19756 #endif
19759 main ()
19761 static struct statfs ac_aggr;
19762 if (sizeof ac_aggr.f_favail)
19763 return 0;
19765 return 0;
19767 _ACEOF
19768 rm -f conftest.$ac_objext
19769 if { (ac_try="$ac_compile"
19770 case "(($ac_try" in
19771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19772 *) ac_try_echo=$ac_try;;
19773 esac
19774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19775 (eval "$ac_compile") 2>conftest.er1
19776 ac_status=$?
19777 grep -v '^ *+' conftest.er1 >conftest.err
19778 rm -f conftest.er1
19779 cat conftest.err >&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } && {
19782 test -z "$ac_c_werror_flag" ||
19783 test ! -s conftest.err
19784 } && test -s conftest.$ac_objext; then
19785 ac_cv_member_struct_statfs_f_favail=yes
19786 else
19787 echo "$as_me: failed program was:" >&5
19788 sed 's/^/| /' conftest.$ac_ext >&5
19790 ac_cv_member_struct_statfs_f_favail=no
19793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19798 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19799 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19800 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19802 cat >>confdefs.h <<_ACEOF
19803 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19804 _ACEOF
19808 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19809 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19810 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19811 echo $ECHO_N "(cached) $ECHO_C" >&6
19812 else
19813 cat >conftest.$ac_ext <<_ACEOF
19814 /* confdefs.h. */
19815 _ACEOF
19816 cat confdefs.h >>conftest.$ac_ext
19817 cat >>conftest.$ac_ext <<_ACEOF
19818 /* end confdefs.h. */
19819 #include <sys/types.h>
19820 #ifdef HAVE_SYS_PARAM_H
19821 # include <sys/param.h>
19822 #endif
19823 #ifdef HAVE_SYS_MOUNT_H
19824 # include <sys/mount.h>
19825 #endif
19826 #ifdef HAVE_SYS_VFS_H
19827 # include <sys/vfs.h>
19828 #endif
19829 #ifdef HAVE_SYS_STATFS_H
19830 # include <sys/statfs.h>
19831 #endif
19834 main ()
19836 static struct statfs ac_aggr;
19837 if (ac_aggr.f_namelen)
19838 return 0;
19840 return 0;
19842 _ACEOF
19843 rm -f conftest.$ac_objext
19844 if { (ac_try="$ac_compile"
19845 case "(($ac_try" in
19846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19847 *) ac_try_echo=$ac_try;;
19848 esac
19849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19850 (eval "$ac_compile") 2>conftest.er1
19851 ac_status=$?
19852 grep -v '^ *+' conftest.er1 >conftest.err
19853 rm -f conftest.er1
19854 cat conftest.err >&5
19855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19856 (exit $ac_status); } && {
19857 test -z "$ac_c_werror_flag" ||
19858 test ! -s conftest.err
19859 } && test -s conftest.$ac_objext; then
19860 ac_cv_member_struct_statfs_f_namelen=yes
19861 else
19862 echo "$as_me: failed program was:" >&5
19863 sed 's/^/| /' conftest.$ac_ext >&5
19865 cat >conftest.$ac_ext <<_ACEOF
19866 /* confdefs.h. */
19867 _ACEOF
19868 cat confdefs.h >>conftest.$ac_ext
19869 cat >>conftest.$ac_ext <<_ACEOF
19870 /* end confdefs.h. */
19871 #include <sys/types.h>
19872 #ifdef HAVE_SYS_PARAM_H
19873 # include <sys/param.h>
19874 #endif
19875 #ifdef HAVE_SYS_MOUNT_H
19876 # include <sys/mount.h>
19877 #endif
19878 #ifdef HAVE_SYS_VFS_H
19879 # include <sys/vfs.h>
19880 #endif
19881 #ifdef HAVE_SYS_STATFS_H
19882 # include <sys/statfs.h>
19883 #endif
19886 main ()
19888 static struct statfs ac_aggr;
19889 if (sizeof ac_aggr.f_namelen)
19890 return 0;
19892 return 0;
19894 _ACEOF
19895 rm -f conftest.$ac_objext
19896 if { (ac_try="$ac_compile"
19897 case "(($ac_try" in
19898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19899 *) ac_try_echo=$ac_try;;
19900 esac
19901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19902 (eval "$ac_compile") 2>conftest.er1
19903 ac_status=$?
19904 grep -v '^ *+' conftest.er1 >conftest.err
19905 rm -f conftest.er1
19906 cat conftest.err >&5
19907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); } && {
19909 test -z "$ac_c_werror_flag" ||
19910 test ! -s conftest.err
19911 } && test -s conftest.$ac_objext; then
19912 ac_cv_member_struct_statfs_f_namelen=yes
19913 else
19914 echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19917 ac_cv_member_struct_statfs_f_namelen=no
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19925 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19926 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19927 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19929 cat >>confdefs.h <<_ACEOF
19930 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19931 _ACEOF
19937 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19938 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19939 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19940 echo $ECHO_N "(cached) $ECHO_C" >&6
19941 else
19942 cat >conftest.$ac_ext <<_ACEOF
19943 /* confdefs.h. */
19944 _ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 #ifdef HAVE_SYS_STATVFS_H
19949 #include <sys/statvfs.h>
19950 #endif
19953 main ()
19955 static struct statvfs ac_aggr;
19956 if (ac_aggr.f_blocks)
19957 return 0;
19959 return 0;
19961 _ACEOF
19962 rm -f conftest.$ac_objext
19963 if { (ac_try="$ac_compile"
19964 case "(($ac_try" in
19965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19966 *) ac_try_echo=$ac_try;;
19967 esac
19968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19979 ac_cv_member_struct_statvfs_f_blocks=yes
19980 else
19981 echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19984 cat >conftest.$ac_ext <<_ACEOF
19985 /* confdefs.h. */
19986 _ACEOF
19987 cat confdefs.h >>conftest.$ac_ext
19988 cat >>conftest.$ac_ext <<_ACEOF
19989 /* end confdefs.h. */
19990 #ifdef HAVE_SYS_STATVFS_H
19991 #include <sys/statvfs.h>
19992 #endif
19995 main ()
19997 static struct statvfs ac_aggr;
19998 if (sizeof ac_aggr.f_blocks)
19999 return 0;
20001 return 0;
20003 _ACEOF
20004 rm -f conftest.$ac_objext
20005 if { (ac_try="$ac_compile"
20006 case "(($ac_try" in
20007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20008 *) ac_try_echo=$ac_try;;
20009 esac
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011 (eval "$ac_compile") 2>conftest.er1
20012 ac_status=$?
20013 grep -v '^ *+' conftest.er1 >conftest.err
20014 rm -f conftest.er1
20015 cat conftest.err >&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); } && {
20018 test -z "$ac_c_werror_flag" ||
20019 test ! -s conftest.err
20020 } && test -s conftest.$ac_objext; then
20021 ac_cv_member_struct_statvfs_f_blocks=yes
20022 else
20023 echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20026 ac_cv_member_struct_statvfs_f_blocks=no
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20035 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20036 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20038 cat >>confdefs.h <<_ACEOF
20039 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20040 _ACEOF
20046 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20047 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20048 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20049 echo $ECHO_N "(cached) $ECHO_C" >&6
20050 else
20051 cat >conftest.$ac_ext <<_ACEOF
20052 /* confdefs.h. */
20053 _ACEOF
20054 cat confdefs.h >>conftest.$ac_ext
20055 cat >>conftest.$ac_ext <<_ACEOF
20056 /* end confdefs.h. */
20057 #include <sys/types.h>
20058 #ifdef HAVE_SYS_SOCKET_H
20059 # include <sys/socket.h>
20060 #endif
20061 #ifdef HAVE_SYS_UN_H
20062 # include <sys/un.h>
20063 #endif
20066 main ()
20068 static struct msghdr ac_aggr;
20069 if (ac_aggr.msg_accrights)
20070 return 0;
20072 return 0;
20074 _ACEOF
20075 rm -f conftest.$ac_objext
20076 if { (ac_try="$ac_compile"
20077 case "(($ac_try" in
20078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20079 *) ac_try_echo=$ac_try;;
20080 esac
20081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20082 (eval "$ac_compile") 2>conftest.er1
20083 ac_status=$?
20084 grep -v '^ *+' conftest.er1 >conftest.err
20085 rm -f conftest.er1
20086 cat conftest.err >&5
20087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20088 (exit $ac_status); } && {
20089 test -z "$ac_c_werror_flag" ||
20090 test ! -s conftest.err
20091 } && test -s conftest.$ac_objext; then
20092 ac_cv_member_struct_msghdr_msg_accrights=yes
20093 else
20094 echo "$as_me: failed program was:" >&5
20095 sed 's/^/| /' conftest.$ac_ext >&5
20097 cat >conftest.$ac_ext <<_ACEOF
20098 /* confdefs.h. */
20099 _ACEOF
20100 cat confdefs.h >>conftest.$ac_ext
20101 cat >>conftest.$ac_ext <<_ACEOF
20102 /* end confdefs.h. */
20103 #include <sys/types.h>
20104 #ifdef HAVE_SYS_SOCKET_H
20105 # include <sys/socket.h>
20106 #endif
20107 #ifdef HAVE_SYS_UN_H
20108 # include <sys/un.h>
20109 #endif
20112 main ()
20114 static struct msghdr ac_aggr;
20115 if (sizeof ac_aggr.msg_accrights)
20116 return 0;
20118 return 0;
20120 _ACEOF
20121 rm -f conftest.$ac_objext
20122 if { (ac_try="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20126 esac
20127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20128 (eval "$ac_compile") 2>conftest.er1
20129 ac_status=$?
20130 grep -v '^ *+' conftest.er1 >conftest.err
20131 rm -f conftest.er1
20132 cat conftest.err >&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } && {
20135 test -z "$ac_c_werror_flag" ||
20136 test ! -s conftest.err
20137 } && test -s conftest.$ac_objext; then
20138 ac_cv_member_struct_msghdr_msg_accrights=yes
20139 else
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20143 ac_cv_member_struct_msghdr_msg_accrights=no
20146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20152 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20153 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20155 cat >>confdefs.h <<_ACEOF
20156 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20157 _ACEOF
20161 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20162 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20163 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20164 echo $ECHO_N "(cached) $ECHO_C" >&6
20165 else
20166 cat >conftest.$ac_ext <<_ACEOF
20167 /* confdefs.h. */
20168 _ACEOF
20169 cat confdefs.h >>conftest.$ac_ext
20170 cat >>conftest.$ac_ext <<_ACEOF
20171 /* end confdefs.h. */
20172 #include <sys/types.h>
20173 #ifdef HAVE_SYS_SOCKET_H
20174 # include <sys/socket.h>
20175 #endif
20176 #ifdef HAVE_SYS_UN_H
20177 # include <sys/un.h>
20178 #endif
20181 main ()
20183 static struct sockaddr ac_aggr;
20184 if (ac_aggr.sa_len)
20185 return 0;
20187 return 0;
20189 _ACEOF
20190 rm -f conftest.$ac_objext
20191 if { (ac_try="$ac_compile"
20192 case "(($ac_try" in
20193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20194 *) ac_try_echo=$ac_try;;
20195 esac
20196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20197 (eval "$ac_compile") 2>conftest.er1
20198 ac_status=$?
20199 grep -v '^ *+' conftest.er1 >conftest.err
20200 rm -f conftest.er1
20201 cat conftest.err >&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } && {
20204 test -z "$ac_c_werror_flag" ||
20205 test ! -s conftest.err
20206 } && test -s conftest.$ac_objext; then
20207 ac_cv_member_struct_sockaddr_sa_len=yes
20208 else
20209 echo "$as_me: failed program was:" >&5
20210 sed 's/^/| /' conftest.$ac_ext >&5
20212 cat >conftest.$ac_ext <<_ACEOF
20213 /* confdefs.h. */
20214 _ACEOF
20215 cat confdefs.h >>conftest.$ac_ext
20216 cat >>conftest.$ac_ext <<_ACEOF
20217 /* end confdefs.h. */
20218 #include <sys/types.h>
20219 #ifdef HAVE_SYS_SOCKET_H
20220 # include <sys/socket.h>
20221 #endif
20222 #ifdef HAVE_SYS_UN_H
20223 # include <sys/un.h>
20224 #endif
20227 main ()
20229 static struct sockaddr ac_aggr;
20230 if (sizeof ac_aggr.sa_len)
20231 return 0;
20233 return 0;
20235 _ACEOF
20236 rm -f conftest.$ac_objext
20237 if { (ac_try="$ac_compile"
20238 case "(($ac_try" in
20239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20240 *) ac_try_echo=$ac_try;;
20241 esac
20242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20243 (eval "$ac_compile") 2>conftest.er1
20244 ac_status=$?
20245 grep -v '^ *+' conftest.er1 >conftest.err
20246 rm -f conftest.er1
20247 cat conftest.err >&5
20248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20249 (exit $ac_status); } && {
20250 test -z "$ac_c_werror_flag" ||
20251 test ! -s conftest.err
20252 } && test -s conftest.$ac_objext; then
20253 ac_cv_member_struct_sockaddr_sa_len=yes
20254 else
20255 echo "$as_me: failed program was:" >&5
20256 sed 's/^/| /' conftest.$ac_ext >&5
20258 ac_cv_member_struct_sockaddr_sa_len=no
20261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20267 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20268 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20270 cat >>confdefs.h <<_ACEOF
20271 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20272 _ACEOF
20276 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20277 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20278 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20279 echo $ECHO_N "(cached) $ECHO_C" >&6
20280 else
20281 cat >conftest.$ac_ext <<_ACEOF
20282 /* confdefs.h. */
20283 _ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 #include <sys/types.h>
20288 #ifdef HAVE_SYS_SOCKET_H
20289 # include <sys/socket.h>
20290 #endif
20291 #ifdef HAVE_SYS_UN_H
20292 # include <sys/un.h>
20293 #endif
20296 main ()
20298 static struct sockaddr_un ac_aggr;
20299 if (ac_aggr.sun_len)
20300 return 0;
20302 return 0;
20304 _ACEOF
20305 rm -f conftest.$ac_objext
20306 if { (ac_try="$ac_compile"
20307 case "(($ac_try" in
20308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20309 *) ac_try_echo=$ac_try;;
20310 esac
20311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20312 (eval "$ac_compile") 2>conftest.er1
20313 ac_status=$?
20314 grep -v '^ *+' conftest.er1 >conftest.err
20315 rm -f conftest.er1
20316 cat conftest.err >&5
20317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318 (exit $ac_status); } && {
20319 test -z "$ac_c_werror_flag" ||
20320 test ! -s conftest.err
20321 } && test -s conftest.$ac_objext; then
20322 ac_cv_member_struct_sockaddr_un_sun_len=yes
20323 else
20324 echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20327 cat >conftest.$ac_ext <<_ACEOF
20328 /* confdefs.h. */
20329 _ACEOF
20330 cat confdefs.h >>conftest.$ac_ext
20331 cat >>conftest.$ac_ext <<_ACEOF
20332 /* end confdefs.h. */
20333 #include <sys/types.h>
20334 #ifdef HAVE_SYS_SOCKET_H
20335 # include <sys/socket.h>
20336 #endif
20337 #ifdef HAVE_SYS_UN_H
20338 # include <sys/un.h>
20339 #endif
20342 main ()
20344 static struct sockaddr_un ac_aggr;
20345 if (sizeof ac_aggr.sun_len)
20346 return 0;
20348 return 0;
20350 _ACEOF
20351 rm -f conftest.$ac_objext
20352 if { (ac_try="$ac_compile"
20353 case "(($ac_try" in
20354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20355 *) ac_try_echo=$ac_try;;
20356 esac
20357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20358 (eval "$ac_compile") 2>conftest.er1
20359 ac_status=$?
20360 grep -v '^ *+' conftest.er1 >conftest.err
20361 rm -f conftest.er1
20362 cat conftest.err >&5
20363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20364 (exit $ac_status); } && {
20365 test -z "$ac_c_werror_flag" ||
20366 test ! -s conftest.err
20367 } && test -s conftest.$ac_objext; then
20368 ac_cv_member_struct_sockaddr_un_sun_len=yes
20369 else
20370 echo "$as_me: failed program was:" >&5
20371 sed 's/^/| /' conftest.$ac_ext >&5
20373 ac_cv_member_struct_sockaddr_un_sun_len=no
20376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20381 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20382 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20383 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20385 cat >>confdefs.h <<_ACEOF
20386 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20387 _ACEOF
20393 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20394 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20395 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20396 echo $ECHO_N "(cached) $ECHO_C" >&6
20397 else
20398 cat >conftest.$ac_ext <<_ACEOF
20399 /* confdefs.h. */
20400 _ACEOF
20401 cat confdefs.h >>conftest.$ac_ext
20402 cat >>conftest.$ac_ext <<_ACEOF
20403 /* end confdefs.h. */
20404 #include <sys/types.h>
20405 #ifdef HAVE_SCSI_SG_H
20406 #include <scsi/sg.h>
20407 #endif
20410 main ()
20412 static scsireq_t ac_aggr;
20413 if (ac_aggr.cmd)
20414 return 0;
20416 return 0;
20418 _ACEOF
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20423 *) ac_try_echo=$ac_try;;
20424 esac
20425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20426 (eval "$ac_compile") 2>conftest.er1
20427 ac_status=$?
20428 grep -v '^ *+' conftest.er1 >conftest.err
20429 rm -f conftest.er1
20430 cat conftest.err >&5
20431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20432 (exit $ac_status); } && {
20433 test -z "$ac_c_werror_flag" ||
20434 test ! -s conftest.err
20435 } && test -s conftest.$ac_objext; then
20436 ac_cv_member_scsireq_t_cmd=yes
20437 else
20438 echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.$ac_ext >&5
20441 cat >conftest.$ac_ext <<_ACEOF
20442 /* confdefs.h. */
20443 _ACEOF
20444 cat confdefs.h >>conftest.$ac_ext
20445 cat >>conftest.$ac_ext <<_ACEOF
20446 /* end confdefs.h. */
20447 #include <sys/types.h>
20448 #ifdef HAVE_SCSI_SG_H
20449 #include <scsi/sg.h>
20450 #endif
20453 main ()
20455 static scsireq_t ac_aggr;
20456 if (sizeof ac_aggr.cmd)
20457 return 0;
20459 return 0;
20461 _ACEOF
20462 rm -f conftest.$ac_objext
20463 if { (ac_try="$ac_compile"
20464 case "(($ac_try" in
20465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20466 *) ac_try_echo=$ac_try;;
20467 esac
20468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20469 (eval "$ac_compile") 2>conftest.er1
20470 ac_status=$?
20471 grep -v '^ *+' conftest.er1 >conftest.err
20472 rm -f conftest.er1
20473 cat conftest.err >&5
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } && {
20476 test -z "$ac_c_werror_flag" ||
20477 test ! -s conftest.err
20478 } && test -s conftest.$ac_objext; then
20479 ac_cv_member_scsireq_t_cmd=yes
20480 else
20481 echo "$as_me: failed program was:" >&5
20482 sed 's/^/| /' conftest.$ac_ext >&5
20484 ac_cv_member_scsireq_t_cmd=no
20487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20492 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20493 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20494 if test $ac_cv_member_scsireq_t_cmd = yes; then
20496 cat >>confdefs.h <<_ACEOF
20497 #define HAVE_SCSIREQ_T_CMD 1
20498 _ACEOF
20502 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20503 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20504 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20505 echo $ECHO_N "(cached) $ECHO_C" >&6
20506 else
20507 cat >conftest.$ac_ext <<_ACEOF
20508 /* confdefs.h. */
20509 _ACEOF
20510 cat confdefs.h >>conftest.$ac_ext
20511 cat >>conftest.$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20513 #include <sys/types.h>
20514 #ifdef HAVE_SCSI_SG_H
20515 #include <scsi/sg.h>
20516 #endif
20519 main ()
20521 static sg_io_hdr_t ac_aggr;
20522 if (ac_aggr.interface_id)
20523 return 0;
20525 return 0;
20527 _ACEOF
20528 rm -f conftest.$ac_objext
20529 if { (ac_try="$ac_compile"
20530 case "(($ac_try" in
20531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20532 *) ac_try_echo=$ac_try;;
20533 esac
20534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20536 ac_status=$?
20537 grep -v '^ *+' conftest.er1 >conftest.err
20538 rm -f conftest.er1
20539 cat conftest.err >&5
20540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.$ac_objext; then
20545 ac_cv_member_sg_io_hdr_t_interface_id=yes
20546 else
20547 echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.$ac_ext >&5
20550 cat >conftest.$ac_ext <<_ACEOF
20551 /* confdefs.h. */
20552 _ACEOF
20553 cat confdefs.h >>conftest.$ac_ext
20554 cat >>conftest.$ac_ext <<_ACEOF
20555 /* end confdefs.h. */
20556 #include <sys/types.h>
20557 #ifdef HAVE_SCSI_SG_H
20558 #include <scsi/sg.h>
20559 #endif
20562 main ()
20564 static sg_io_hdr_t ac_aggr;
20565 if (sizeof ac_aggr.interface_id)
20566 return 0;
20568 return 0;
20570 _ACEOF
20571 rm -f conftest.$ac_objext
20572 if { (ac_try="$ac_compile"
20573 case "(($ac_try" in
20574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20575 *) ac_try_echo=$ac_try;;
20576 esac
20577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20578 (eval "$ac_compile") 2>conftest.er1
20579 ac_status=$?
20580 grep -v '^ *+' conftest.er1 >conftest.err
20581 rm -f conftest.er1
20582 cat conftest.err >&5
20583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20584 (exit $ac_status); } && {
20585 test -z "$ac_c_werror_flag" ||
20586 test ! -s conftest.err
20587 } && test -s conftest.$ac_objext; then
20588 ac_cv_member_sg_io_hdr_t_interface_id=yes
20589 else
20590 echo "$as_me: failed program was:" >&5
20591 sed 's/^/| /' conftest.$ac_ext >&5
20593 ac_cv_member_sg_io_hdr_t_interface_id=no
20596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20602 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20603 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20605 cat >>confdefs.h <<_ACEOF
20606 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20607 _ACEOF
20613 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20614 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20615 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20616 echo $ECHO_N "(cached) $ECHO_C" >&6
20617 else
20618 cat >conftest.$ac_ext <<_ACEOF
20619 /* confdefs.h. */
20620 _ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <signal.h>
20627 main ()
20629 static siginfo_t ac_aggr;
20630 if (ac_aggr.si_fd)
20631 return 0;
20633 return 0;
20635 _ACEOF
20636 rm -f conftest.$ac_objext
20637 if { (ac_try="$ac_compile"
20638 case "(($ac_try" in
20639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20640 *) ac_try_echo=$ac_try;;
20641 esac
20642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20643 (eval "$ac_compile") 2>conftest.er1
20644 ac_status=$?
20645 grep -v '^ *+' conftest.er1 >conftest.err
20646 rm -f conftest.er1
20647 cat conftest.err >&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); } && {
20650 test -z "$ac_c_werror_flag" ||
20651 test ! -s conftest.err
20652 } && test -s conftest.$ac_objext; then
20653 ac_cv_member_siginfo_t_si_fd=yes
20654 else
20655 echo "$as_me: failed program was:" >&5
20656 sed 's/^/| /' conftest.$ac_ext >&5
20658 cat >conftest.$ac_ext <<_ACEOF
20659 /* confdefs.h. */
20660 _ACEOF
20661 cat confdefs.h >>conftest.$ac_ext
20662 cat >>conftest.$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 #include <signal.h>
20667 main ()
20669 static siginfo_t ac_aggr;
20670 if (sizeof ac_aggr.si_fd)
20671 return 0;
20673 return 0;
20675 _ACEOF
20676 rm -f conftest.$ac_objext
20677 if { (ac_try="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20681 esac
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_siginfo_t_si_fd=yes
20694 else
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_member_siginfo_t_si_fd=no
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20707 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20708 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20710 cat >>confdefs.h <<_ACEOF
20711 #define HAVE_SIGINFO_T_SI_FD 1
20712 _ACEOF
20718 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20719 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20720 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20721 echo $ECHO_N "(cached) $ECHO_C" >&6
20722 else
20723 cat >conftest.$ac_ext <<_ACEOF
20724 /* confdefs.h. */
20725 _ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <sys/types.h>
20730 #ifdef HAVE_SYS_MTIO_H
20731 #include <sys/mtio.h>
20732 #endif
20735 main ()
20737 static struct mtget ac_aggr;
20738 if (ac_aggr.mt_blksiz)
20739 return 0;
20741 return 0;
20743 _ACEOF
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20748 *) ac_try_echo=$ac_try;;
20749 esac
20750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20751 (eval "$ac_compile") 2>conftest.er1
20752 ac_status=$?
20753 grep -v '^ *+' conftest.er1 >conftest.err
20754 rm -f conftest.er1
20755 cat conftest.err >&5
20756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20757 (exit $ac_status); } && {
20758 test -z "$ac_c_werror_flag" ||
20759 test ! -s conftest.err
20760 } && test -s conftest.$ac_objext; then
20761 ac_cv_member_struct_mtget_mt_blksiz=yes
20762 else
20763 echo "$as_me: failed program was:" >&5
20764 sed 's/^/| /' conftest.$ac_ext >&5
20766 cat >conftest.$ac_ext <<_ACEOF
20767 /* confdefs.h. */
20768 _ACEOF
20769 cat confdefs.h >>conftest.$ac_ext
20770 cat >>conftest.$ac_ext <<_ACEOF
20771 /* end confdefs.h. */
20772 #include <sys/types.h>
20773 #ifdef HAVE_SYS_MTIO_H
20774 #include <sys/mtio.h>
20775 #endif
20778 main ()
20780 static struct mtget ac_aggr;
20781 if (sizeof ac_aggr.mt_blksiz)
20782 return 0;
20784 return 0;
20786 _ACEOF
20787 rm -f conftest.$ac_objext
20788 if { (ac_try="$ac_compile"
20789 case "(($ac_try" in
20790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20791 *) ac_try_echo=$ac_try;;
20792 esac
20793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_compile") 2>conftest.er1
20795 ac_status=$?
20796 grep -v '^ *+' conftest.er1 >conftest.err
20797 rm -f conftest.er1
20798 cat conftest.err >&5
20799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20800 (exit $ac_status); } && {
20801 test -z "$ac_c_werror_flag" ||
20802 test ! -s conftest.err
20803 } && test -s conftest.$ac_objext; then
20804 ac_cv_member_struct_mtget_mt_blksiz=yes
20805 else
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20809 ac_cv_member_struct_mtget_mt_blksiz=no
20812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20817 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20818 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20819 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20821 cat >>confdefs.h <<_ACEOF
20822 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20823 _ACEOF
20827 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20828 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20829 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20830 echo $ECHO_N "(cached) $ECHO_C" >&6
20831 else
20832 cat >conftest.$ac_ext <<_ACEOF
20833 /* confdefs.h. */
20834 _ACEOF
20835 cat confdefs.h >>conftest.$ac_ext
20836 cat >>conftest.$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20838 #include <sys/types.h>
20839 #ifdef HAVE_SYS_MTIO_H
20840 #include <sys/mtio.h>
20841 #endif
20844 main ()
20846 static struct mtget ac_aggr;
20847 if (ac_aggr.mt_gstat)
20848 return 0;
20850 return 0;
20852 _ACEOF
20853 rm -f conftest.$ac_objext
20854 if { (ac_try="$ac_compile"
20855 case "(($ac_try" in
20856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20857 *) ac_try_echo=$ac_try;;
20858 esac
20859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20860 (eval "$ac_compile") 2>conftest.er1
20861 ac_status=$?
20862 grep -v '^ *+' conftest.er1 >conftest.err
20863 rm -f conftest.er1
20864 cat conftest.err >&5
20865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20866 (exit $ac_status); } && {
20867 test -z "$ac_c_werror_flag" ||
20868 test ! -s conftest.err
20869 } && test -s conftest.$ac_objext; then
20870 ac_cv_member_struct_mtget_mt_gstat=yes
20871 else
20872 echo "$as_me: failed program was:" >&5
20873 sed 's/^/| /' conftest.$ac_ext >&5
20875 cat >conftest.$ac_ext <<_ACEOF
20876 /* confdefs.h. */
20877 _ACEOF
20878 cat confdefs.h >>conftest.$ac_ext
20879 cat >>conftest.$ac_ext <<_ACEOF
20880 /* end confdefs.h. */
20881 #include <sys/types.h>
20882 #ifdef HAVE_SYS_MTIO_H
20883 #include <sys/mtio.h>
20884 #endif
20887 main ()
20889 static struct mtget ac_aggr;
20890 if (sizeof ac_aggr.mt_gstat)
20891 return 0;
20893 return 0;
20895 _ACEOF
20896 rm -f conftest.$ac_objext
20897 if { (ac_try="$ac_compile"
20898 case "(($ac_try" in
20899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20900 *) ac_try_echo=$ac_try;;
20901 esac
20902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20903 (eval "$ac_compile") 2>conftest.er1
20904 ac_status=$?
20905 grep -v '^ *+' conftest.er1 >conftest.err
20906 rm -f conftest.er1
20907 cat conftest.err >&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } && {
20910 test -z "$ac_c_werror_flag" ||
20911 test ! -s conftest.err
20912 } && test -s conftest.$ac_objext; then
20913 ac_cv_member_struct_mtget_mt_gstat=yes
20914 else
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20918 ac_cv_member_struct_mtget_mt_gstat=no
20921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20927 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20928 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20930 cat >>confdefs.h <<_ACEOF
20931 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20932 _ACEOF
20936 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20937 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20938 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20939 echo $ECHO_N "(cached) $ECHO_C" >&6
20940 else
20941 cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h. */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <sys/types.h>
20948 #ifdef HAVE_SYS_MTIO_H
20949 #include <sys/mtio.h>
20950 #endif
20953 main ()
20955 static struct mtget ac_aggr;
20956 if (ac_aggr.mt_blkno)
20957 return 0;
20959 return 0;
20961 _ACEOF
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966 *) ac_try_echo=$ac_try;;
20967 esac
20968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 (eval "$ac_compile") 2>conftest.er1
20970 ac_status=$?
20971 grep -v '^ *+' conftest.er1 >conftest.err
20972 rm -f conftest.er1
20973 cat conftest.err >&5
20974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975 (exit $ac_status); } && {
20976 test -z "$ac_c_werror_flag" ||
20977 test ! -s conftest.err
20978 } && test -s conftest.$ac_objext; then
20979 ac_cv_member_struct_mtget_mt_blkno=yes
20980 else
20981 echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.$ac_ext >&5
20984 cat >conftest.$ac_ext <<_ACEOF
20985 /* confdefs.h. */
20986 _ACEOF
20987 cat confdefs.h >>conftest.$ac_ext
20988 cat >>conftest.$ac_ext <<_ACEOF
20989 /* end confdefs.h. */
20990 #include <sys/types.h>
20991 #ifdef HAVE_SYS_MTIO_H
20992 #include <sys/mtio.h>
20993 #endif
20996 main ()
20998 static struct mtget ac_aggr;
20999 if (sizeof ac_aggr.mt_blkno)
21000 return 0;
21002 return 0;
21004 _ACEOF
21005 rm -f conftest.$ac_objext
21006 if { (ac_try="$ac_compile"
21007 case "(($ac_try" in
21008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21009 *) ac_try_echo=$ac_try;;
21010 esac
21011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21012 (eval "$ac_compile") 2>conftest.er1
21013 ac_status=$?
21014 grep -v '^ *+' conftest.er1 >conftest.err
21015 rm -f conftest.er1
21016 cat conftest.err >&5
21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21018 (exit $ac_status); } && {
21019 test -z "$ac_c_werror_flag" ||
21020 test ! -s conftest.err
21021 } && test -s conftest.$ac_objext; then
21022 ac_cv_member_struct_mtget_mt_blkno=yes
21023 else
21024 echo "$as_me: failed program was:" >&5
21025 sed 's/^/| /' conftest.$ac_ext >&5
21027 ac_cv_member_struct_mtget_mt_blkno=no
21030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21035 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21036 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21037 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21039 cat >>confdefs.h <<_ACEOF
21040 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21041 _ACEOF
21047 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21048 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21049 if test "${ac_cv_member_struct_option_name+set}" = set; then
21050 echo $ECHO_N "(cached) $ECHO_C" >&6
21051 else
21052 cat >conftest.$ac_ext <<_ACEOF
21053 /* confdefs.h. */
21054 _ACEOF
21055 cat confdefs.h >>conftest.$ac_ext
21056 cat >>conftest.$ac_ext <<_ACEOF
21057 /* end confdefs.h. */
21058 #ifdef HAVE_GETOPT_H
21059 #include <getopt.h>
21060 #endif
21063 main ()
21065 static struct option ac_aggr;
21066 if (ac_aggr.name)
21067 return 0;
21069 return 0;
21071 _ACEOF
21072 rm -f conftest.$ac_objext
21073 if { (ac_try="$ac_compile"
21074 case "(($ac_try" in
21075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21076 *) ac_try_echo=$ac_try;;
21077 esac
21078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21079 (eval "$ac_compile") 2>conftest.er1
21080 ac_status=$?
21081 grep -v '^ *+' conftest.er1 >conftest.err
21082 rm -f conftest.er1
21083 cat conftest.err >&5
21084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21085 (exit $ac_status); } && {
21086 test -z "$ac_c_werror_flag" ||
21087 test ! -s conftest.err
21088 } && test -s conftest.$ac_objext; then
21089 ac_cv_member_struct_option_name=yes
21090 else
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.$ac_ext >&5
21094 cat >conftest.$ac_ext <<_ACEOF
21095 /* confdefs.h. */
21096 _ACEOF
21097 cat confdefs.h >>conftest.$ac_ext
21098 cat >>conftest.$ac_ext <<_ACEOF
21099 /* end confdefs.h. */
21100 #ifdef HAVE_GETOPT_H
21101 #include <getopt.h>
21102 #endif
21105 main ()
21107 static struct option ac_aggr;
21108 if (sizeof ac_aggr.name)
21109 return 0;
21111 return 0;
21113 _ACEOF
21114 rm -f conftest.$ac_objext
21115 if { (ac_try="$ac_compile"
21116 case "(($ac_try" in
21117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21118 *) ac_try_echo=$ac_try;;
21119 esac
21120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21121 (eval "$ac_compile") 2>conftest.er1
21122 ac_status=$?
21123 grep -v '^ *+' conftest.er1 >conftest.err
21124 rm -f conftest.er1
21125 cat conftest.err >&5
21126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21127 (exit $ac_status); } && {
21128 test -z "$ac_c_werror_flag" ||
21129 test ! -s conftest.err
21130 } && test -s conftest.$ac_objext; then
21131 ac_cv_member_struct_option_name=yes
21132 else
21133 echo "$as_me: failed program was:" >&5
21134 sed 's/^/| /' conftest.$ac_ext >&5
21136 ac_cv_member_struct_option_name=no
21139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21144 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21145 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21146 if test $ac_cv_member_struct_option_name = yes; then
21148 cat >>confdefs.h <<_ACEOF
21149 #define HAVE_STRUCT_OPTION_NAME 1
21150 _ACEOF
21156 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21157 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21158 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21159 echo $ECHO_N "(cached) $ECHO_C" >&6
21160 else
21161 cat >conftest.$ac_ext <<_ACEOF
21162 /* confdefs.h. */
21163 _ACEOF
21164 cat confdefs.h >>conftest.$ac_ext
21165 cat >>conftest.$ac_ext <<_ACEOF
21166 /* end confdefs.h. */
21167 $ac_includes_default
21169 main ()
21171 static struct stat ac_aggr;
21172 if (ac_aggr.st_blocks)
21173 return 0;
21175 return 0;
21177 _ACEOF
21178 rm -f conftest.$ac_objext
21179 if { (ac_try="$ac_compile"
21180 case "(($ac_try" in
21181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21182 *) ac_try_echo=$ac_try;;
21183 esac
21184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21186 ac_status=$?
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.$ac_objext; then
21195 ac_cv_member_struct_stat_st_blocks=yes
21196 else
21197 echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.$ac_ext >&5
21200 cat >conftest.$ac_ext <<_ACEOF
21201 /* confdefs.h. */
21202 _ACEOF
21203 cat confdefs.h >>conftest.$ac_ext
21204 cat >>conftest.$ac_ext <<_ACEOF
21205 /* end confdefs.h. */
21206 $ac_includes_default
21208 main ()
21210 static struct stat ac_aggr;
21211 if (sizeof ac_aggr.st_blocks)
21212 return 0;
21214 return 0;
21216 _ACEOF
21217 rm -f conftest.$ac_objext
21218 if { (ac_try="$ac_compile"
21219 case "(($ac_try" in
21220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21221 *) ac_try_echo=$ac_try;;
21222 esac
21223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21224 (eval "$ac_compile") 2>conftest.er1
21225 ac_status=$?
21226 grep -v '^ *+' conftest.er1 >conftest.err
21227 rm -f conftest.er1
21228 cat conftest.err >&5
21229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21230 (exit $ac_status); } && {
21231 test -z "$ac_c_werror_flag" ||
21232 test ! -s conftest.err
21233 } && test -s conftest.$ac_objext; then
21234 ac_cv_member_struct_stat_st_blocks=yes
21235 else
21236 echo "$as_me: failed program was:" >&5
21237 sed 's/^/| /' conftest.$ac_ext >&5
21239 ac_cv_member_struct_stat_st_blocks=no
21242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21248 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21249 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21251 cat >>confdefs.h <<_ACEOF
21252 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21253 _ACEOF
21257 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21258 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21259 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21260 echo $ECHO_N "(cached) $ECHO_C" >&6
21261 else
21262 cat >conftest.$ac_ext <<_ACEOF
21263 /* confdefs.h. */
21264 _ACEOF
21265 cat confdefs.h >>conftest.$ac_ext
21266 cat >>conftest.$ac_ext <<_ACEOF
21267 /* end confdefs.h. */
21268 $ac_includes_default
21270 main ()
21272 static struct stat ac_aggr;
21273 if (ac_aggr.st_mtim)
21274 return 0;
21276 return 0;
21278 _ACEOF
21279 rm -f conftest.$ac_objext
21280 if { (ac_try="$ac_compile"
21281 case "(($ac_try" in
21282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21283 *) ac_try_echo=$ac_try;;
21284 esac
21285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21287 ac_status=$?
21288 grep -v '^ *+' conftest.er1 >conftest.err
21289 rm -f conftest.er1
21290 cat conftest.err >&5
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.$ac_objext; then
21296 ac_cv_member_struct_stat_st_mtim=yes
21297 else
21298 echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.$ac_ext >&5
21301 cat >conftest.$ac_ext <<_ACEOF
21302 /* confdefs.h. */
21303 _ACEOF
21304 cat confdefs.h >>conftest.$ac_ext
21305 cat >>conftest.$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 $ac_includes_default
21309 main ()
21311 static struct stat ac_aggr;
21312 if (sizeof ac_aggr.st_mtim)
21313 return 0;
21315 return 0;
21317 _ACEOF
21318 rm -f conftest.$ac_objext
21319 if { (ac_try="$ac_compile"
21320 case "(($ac_try" in
21321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21322 *) ac_try_echo=$ac_try;;
21323 esac
21324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21325 (eval "$ac_compile") 2>conftest.er1
21326 ac_status=$?
21327 grep -v '^ *+' conftest.er1 >conftest.err
21328 rm -f conftest.er1
21329 cat conftest.err >&5
21330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); } && {
21332 test -z "$ac_c_werror_flag" ||
21333 test ! -s conftest.err
21334 } && test -s conftest.$ac_objext; then
21335 ac_cv_member_struct_stat_st_mtim=yes
21336 else
21337 echo "$as_me: failed program was:" >&5
21338 sed 's/^/| /' conftest.$ac_ext >&5
21340 ac_cv_member_struct_stat_st_mtim=no
21343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21348 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21349 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21350 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21352 cat >>confdefs.h <<_ACEOF
21353 #define HAVE_STRUCT_STAT_ST_MTIM 1
21354 _ACEOF
21358 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21359 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21360 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21361 echo $ECHO_N "(cached) $ECHO_C" >&6
21362 else
21363 cat >conftest.$ac_ext <<_ACEOF
21364 /* confdefs.h. */
21365 _ACEOF
21366 cat confdefs.h >>conftest.$ac_ext
21367 cat >>conftest.$ac_ext <<_ACEOF
21368 /* end confdefs.h. */
21369 $ac_includes_default
21371 main ()
21373 static struct stat ac_aggr;
21374 if (ac_aggr.st_ctim)
21375 return 0;
21377 return 0;
21379 _ACEOF
21380 rm -f conftest.$ac_objext
21381 if { (ac_try="$ac_compile"
21382 case "(($ac_try" in
21383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21384 *) ac_try_echo=$ac_try;;
21385 esac
21386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21387 (eval "$ac_compile") 2>conftest.er1
21388 ac_status=$?
21389 grep -v '^ *+' conftest.er1 >conftest.err
21390 rm -f conftest.er1
21391 cat conftest.err >&5
21392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393 (exit $ac_status); } && {
21394 test -z "$ac_c_werror_flag" ||
21395 test ! -s conftest.err
21396 } && test -s conftest.$ac_objext; then
21397 ac_cv_member_struct_stat_st_ctim=yes
21398 else
21399 echo "$as_me: failed program was:" >&5
21400 sed 's/^/| /' conftest.$ac_ext >&5
21402 cat >conftest.$ac_ext <<_ACEOF
21403 /* confdefs.h. */
21404 _ACEOF
21405 cat confdefs.h >>conftest.$ac_ext
21406 cat >>conftest.$ac_ext <<_ACEOF
21407 /* end confdefs.h. */
21408 $ac_includes_default
21410 main ()
21412 static struct stat ac_aggr;
21413 if (sizeof ac_aggr.st_ctim)
21414 return 0;
21416 return 0;
21418 _ACEOF
21419 rm -f conftest.$ac_objext
21420 if { (ac_try="$ac_compile"
21421 case "(($ac_try" in
21422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21423 *) ac_try_echo=$ac_try;;
21424 esac
21425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21426 (eval "$ac_compile") 2>conftest.er1
21427 ac_status=$?
21428 grep -v '^ *+' conftest.er1 >conftest.err
21429 rm -f conftest.er1
21430 cat conftest.err >&5
21431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); } && {
21433 test -z "$ac_c_werror_flag" ||
21434 test ! -s conftest.err
21435 } && test -s conftest.$ac_objext; then
21436 ac_cv_member_struct_stat_st_ctim=yes
21437 else
21438 echo "$as_me: failed program was:" >&5
21439 sed 's/^/| /' conftest.$ac_ext >&5
21441 ac_cv_member_struct_stat_st_ctim=no
21444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21449 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21450 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21451 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21453 cat >>confdefs.h <<_ACEOF
21454 #define HAVE_STRUCT_STAT_ST_CTIM 1
21455 _ACEOF
21459 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21460 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21461 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21462 echo $ECHO_N "(cached) $ECHO_C" >&6
21463 else
21464 cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h. */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 $ac_includes_default
21472 main ()
21474 static struct stat ac_aggr;
21475 if (ac_aggr.st_atim)
21476 return 0;
21478 return 0;
21480 _ACEOF
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485 *) ac_try_echo=$ac_try;;
21486 esac
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21489 ac_status=$?
21490 grep -v '^ *+' conftest.er1 >conftest.err
21491 rm -f conftest.er1
21492 cat conftest.err >&5
21493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.$ac_objext; then
21498 ac_cv_member_struct_stat_st_atim=yes
21499 else
21500 echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.$ac_ext >&5
21503 cat >conftest.$ac_ext <<_ACEOF
21504 /* confdefs.h. */
21505 _ACEOF
21506 cat confdefs.h >>conftest.$ac_ext
21507 cat >>conftest.$ac_ext <<_ACEOF
21508 /* end confdefs.h. */
21509 $ac_includes_default
21511 main ()
21513 static struct stat ac_aggr;
21514 if (sizeof ac_aggr.st_atim)
21515 return 0;
21517 return 0;
21519 _ACEOF
21520 rm -f conftest.$ac_objext
21521 if { (ac_try="$ac_compile"
21522 case "(($ac_try" in
21523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21524 *) ac_try_echo=$ac_try;;
21525 esac
21526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21528 ac_status=$?
21529 grep -v '^ *+' conftest.er1 >conftest.err
21530 rm -f conftest.er1
21531 cat conftest.err >&5
21532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_stat_st_atim=yes
21538 else
21539 echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 ac_cv_member_struct_stat_st_atim=no
21545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21551 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21552 if test $ac_cv_member_struct_stat_st_atim = yes; then
21554 cat >>confdefs.h <<_ACEOF
21555 #define HAVE_STRUCT_STAT_ST_ATIM 1
21556 _ACEOF
21562 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21563 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21564 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21565 echo $ECHO_N "(cached) $ECHO_C" >&6
21566 else
21567 cat >conftest.$ac_ext <<_ACEOF
21568 /* confdefs.h. */
21569 _ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #ifdef HAVE_SYS_TYPES_H
21574 #include <sys/types.h>
21575 #endif
21576 #ifdef HAVE_NETINET_IN_H
21577 #include <netinet/in.h>
21578 #endif
21581 main ()
21583 static struct sockaddr_in6 ac_aggr;
21584 if (ac_aggr.sin6_scope_id)
21585 return 0;
21587 return 0;
21589 _ACEOF
21590 rm -f conftest.$ac_objext
21591 if { (ac_try="$ac_compile"
21592 case "(($ac_try" in
21593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21594 *) ac_try_echo=$ac_try;;
21595 esac
21596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21597 (eval "$ac_compile") 2>conftest.er1
21598 ac_status=$?
21599 grep -v '^ *+' conftest.er1 >conftest.err
21600 rm -f conftest.er1
21601 cat conftest.err >&5
21602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21603 (exit $ac_status); } && {
21604 test -z "$ac_c_werror_flag" ||
21605 test ! -s conftest.err
21606 } && test -s conftest.$ac_objext; then
21607 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21608 else
21609 echo "$as_me: failed program was:" >&5
21610 sed 's/^/| /' conftest.$ac_ext >&5
21612 cat >conftest.$ac_ext <<_ACEOF
21613 /* confdefs.h. */
21614 _ACEOF
21615 cat confdefs.h >>conftest.$ac_ext
21616 cat >>conftest.$ac_ext <<_ACEOF
21617 /* end confdefs.h. */
21618 #ifdef HAVE_SYS_TYPES_H
21619 #include <sys/types.h>
21620 #endif
21621 #ifdef HAVE_NETINET_IN_H
21622 #include <netinet/in.h>
21623 #endif
21626 main ()
21628 static struct sockaddr_in6 ac_aggr;
21629 if (sizeof ac_aggr.sin6_scope_id)
21630 return 0;
21632 return 0;
21634 _ACEOF
21635 rm -f conftest.$ac_objext
21636 if { (ac_try="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21639 *) ac_try_echo=$ac_try;;
21640 esac
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21643 ac_status=$?
21644 grep -v '^ *+' conftest.er1 >conftest.err
21645 rm -f conftest.er1
21646 cat conftest.err >&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.$ac_objext; then
21652 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21653 else
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.$ac_ext >&5
21657 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21667 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21669 cat >>confdefs.h <<_ACEOF
21670 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21671 _ACEOF
21677 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21678 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21679 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21681 else
21682 cat >conftest.$ac_ext <<_ACEOF
21683 /* confdefs.h. */
21684 _ACEOF
21685 cat confdefs.h >>conftest.$ac_ext
21686 cat >>conftest.$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 #ifdef HAVE_SYS_TYPES_H
21689 #include <sys/types.h>
21690 #endif
21691 #ifdef HAVE_NETINET_IN_H
21692 # include <netinet/in.h>
21693 #endif
21694 #ifdef HAVE_ARPA_NAMESER_H
21695 # include <arpa/nameser.h>
21696 #endif
21699 main ()
21701 static ns_msg ac_aggr;
21702 if (ac_aggr._msg_ptr)
21703 return 0;
21705 return 0;
21707 _ACEOF
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21712 *) ac_try_echo=$ac_try;;
21713 esac
21714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21715 (eval "$ac_compile") 2>conftest.er1
21716 ac_status=$?
21717 grep -v '^ *+' conftest.er1 >conftest.err
21718 rm -f conftest.er1
21719 cat conftest.err >&5
21720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21721 (exit $ac_status); } && {
21722 test -z "$ac_c_werror_flag" ||
21723 test ! -s conftest.err
21724 } && test -s conftest.$ac_objext; then
21725 ac_cv_member_ns_msg__msg_ptr=yes
21726 else
21727 echo "$as_me: failed program was:" >&5
21728 sed 's/^/| /' conftest.$ac_ext >&5
21730 cat >conftest.$ac_ext <<_ACEOF
21731 /* confdefs.h. */
21732 _ACEOF
21733 cat confdefs.h >>conftest.$ac_ext
21734 cat >>conftest.$ac_ext <<_ACEOF
21735 /* end confdefs.h. */
21736 #ifdef HAVE_SYS_TYPES_H
21737 #include <sys/types.h>
21738 #endif
21739 #ifdef HAVE_NETINET_IN_H
21740 # include <netinet/in.h>
21741 #endif
21742 #ifdef HAVE_ARPA_NAMESER_H
21743 # include <arpa/nameser.h>
21744 #endif
21747 main ()
21749 static ns_msg ac_aggr;
21750 if (sizeof ac_aggr._msg_ptr)
21751 return 0;
21753 return 0;
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21760 *) ac_try_echo=$ac_try;;
21761 esac
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21764 ac_status=$?
21765 grep -v '^ *+' conftest.er1 >conftest.err
21766 rm -f conftest.er1
21767 cat conftest.err >&5
21768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.$ac_objext; then
21773 ac_cv_member_ns_msg__msg_ptr=yes
21774 else
21775 echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21778 ac_cv_member_ns_msg__msg_ptr=no
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21787 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21788 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21790 cat >>confdefs.h <<_ACEOF
21791 #define HAVE_NS_MSG__MSG_PTR 1
21792 _ACEOF
21798 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21799 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21800 if test "${ac_cv_have_timezone+set}" = set; then
21801 echo $ECHO_N "(cached) $ECHO_C" >&6
21802 else
21803 cat >conftest.$ac_ext <<_ACEOF
21804 /* confdefs.h. */
21805 _ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h. */
21809 #include <time.h>
21811 main ()
21813 timezone = 1
21815 return 0;
21817 _ACEOF
21818 rm -f conftest.$ac_objext conftest$ac_exeext
21819 if { (ac_try="$ac_link"
21820 case "(($ac_try" in
21821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21822 *) ac_try_echo=$ac_try;;
21823 esac
21824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21825 (eval "$ac_link") 2>conftest.er1
21826 ac_status=$?
21827 grep -v '^ *+' conftest.er1 >conftest.err
21828 rm -f conftest.er1
21829 cat conftest.err >&5
21830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831 (exit $ac_status); } && {
21832 test -z "$ac_c_werror_flag" ||
21833 test ! -s conftest.err
21834 } && test -s conftest$ac_exeext &&
21835 $as_test_x conftest$ac_exeext; then
21836 ac_cv_have_timezone="yes"
21837 else
21838 echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.$ac_ext >&5
21841 ac_cv_have_timezone="no"
21844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21845 conftest$ac_exeext conftest.$ac_ext
21847 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21848 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21849 if test "$ac_cv_have_timezone" = "yes"
21850 then
21852 cat >>confdefs.h <<\_ACEOF
21853 #define HAVE_TIMEZONE 1
21854 _ACEOF
21857 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21858 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21859 if test "${ac_cv_have_daylight+set}" = set; then
21860 echo $ECHO_N "(cached) $ECHO_C" >&6
21861 else
21862 cat >conftest.$ac_ext <<_ACEOF
21863 /* confdefs.h. */
21864 _ACEOF
21865 cat confdefs.h >>conftest.$ac_ext
21866 cat >>conftest.$ac_ext <<_ACEOF
21867 /* end confdefs.h. */
21868 #include <time.h>
21870 main ()
21872 daylight = 1
21874 return 0;
21876 _ACEOF
21877 rm -f conftest.$ac_objext conftest$ac_exeext
21878 if { (ac_try="$ac_link"
21879 case "(($ac_try" in
21880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21881 *) ac_try_echo=$ac_try;;
21882 esac
21883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21884 (eval "$ac_link") 2>conftest.er1
21885 ac_status=$?
21886 grep -v '^ *+' conftest.er1 >conftest.err
21887 rm -f conftest.er1
21888 cat conftest.err >&5
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest$ac_exeext &&
21894 $as_test_x conftest$ac_exeext; then
21895 ac_cv_have_daylight="yes"
21896 else
21897 echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21900 ac_cv_have_daylight="no"
21903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21904 conftest$ac_exeext conftest.$ac_ext
21906 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21907 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21908 if test "$ac_cv_have_daylight" = "yes"
21909 then
21911 cat >>confdefs.h <<\_ACEOF
21912 #define HAVE_DAYLIGHT 1
21913 _ACEOF
21917 { echo "$as_me:$LINENO: checking for isinf" >&5
21918 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21919 if test "${ac_cv_have_isinf+set}" = set; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21921 else
21922 cat >conftest.$ac_ext <<_ACEOF
21923 /* confdefs.h. */
21924 _ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21928 #include <math.h>
21930 main ()
21932 float f = 0.0; int i=isinf(f)
21934 return 0;
21936 _ACEOF
21937 rm -f conftest.$ac_objext conftest$ac_exeext
21938 if { (ac_try="$ac_link"
21939 case "(($ac_try" in
21940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21941 *) ac_try_echo=$ac_try;;
21942 esac
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944 (eval "$ac_link") 2>conftest.er1
21945 ac_status=$?
21946 grep -v '^ *+' conftest.er1 >conftest.err
21947 rm -f conftest.er1
21948 cat conftest.err >&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && {
21951 test -z "$ac_c_werror_flag" ||
21952 test ! -s conftest.err
21953 } && test -s conftest$ac_exeext &&
21954 $as_test_x conftest$ac_exeext; then
21955 ac_cv_have_isinf="yes"
21956 else
21957 echo "$as_me: failed program was:" >&5
21958 sed 's/^/| /' conftest.$ac_ext >&5
21960 ac_cv_have_isinf="no"
21963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21964 conftest$ac_exeext conftest.$ac_ext
21966 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21967 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21968 if test "$ac_cv_have_isinf" = "yes"
21969 then
21971 cat >>confdefs.h <<\_ACEOF
21972 #define HAVE_ISINF 1
21973 _ACEOF
21978 case $host_cpu in
21979 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21980 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21981 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21982 echo $ECHO_N "(cached) $ECHO_C" >&6
21983 else
21984 cat >conftest.$ac_ext <<_ACEOF
21985 /* confdefs.h. */
21986 _ACEOF
21987 cat confdefs.h >>conftest.$ac_ext
21988 cat >>conftest.$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21990 #ifndef __i386__
21992 #endif
21993 _ACEOF
21994 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21995 $EGREP "yes" >/dev/null 2>&1; then
21996 ac_cv_cpp_def___i386__=yes
21997 else
21998 ac_cv_cpp_def___i386__=no
22000 rm -f conftest*
22003 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22004 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22005 if test $ac_cv_cpp_def___i386__ = yes; then
22006 CFLAGS="$CFLAGS -D__i386__"
22007 LINTFLAGS="$LINTFLAGS -D__i386__"
22010 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22011 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22012 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22013 echo $ECHO_N "(cached) $ECHO_C" >&6
22014 else
22015 cat >conftest.$ac_ext <<_ACEOF
22016 /* confdefs.h. */
22017 _ACEOF
22018 cat confdefs.h >>conftest.$ac_ext
22019 cat >>conftest.$ac_ext <<_ACEOF
22020 /* end confdefs.h. */
22021 #ifndef __x86_64__
22023 #endif
22024 _ACEOF
22025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22026 $EGREP "yes" >/dev/null 2>&1; then
22027 ac_cv_cpp_def___x86_64__=yes
22028 else
22029 ac_cv_cpp_def___x86_64__=no
22031 rm -f conftest*
22034 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22035 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22036 if test $ac_cv_cpp_def___x86_64__ = yes; then
22037 CFLAGS="$CFLAGS -D__x86_64__"
22038 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22041 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22042 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22043 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22044 echo $ECHO_N "(cached) $ECHO_C" >&6
22045 else
22046 cat >conftest.$ac_ext <<_ACEOF
22047 /* confdefs.h. */
22048 _ACEOF
22049 cat confdefs.h >>conftest.$ac_ext
22050 cat >>conftest.$ac_ext <<_ACEOF
22051 /* end confdefs.h. */
22052 #ifndef __ALPHA__
22054 #endif
22055 _ACEOF
22056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22057 $EGREP "yes" >/dev/null 2>&1; then
22058 ac_cv_cpp_def___ALPHA__=yes
22059 else
22060 ac_cv_cpp_def___ALPHA__=no
22062 rm -f conftest*
22065 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22066 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22067 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22068 CFLAGS="$CFLAGS -D__ALPHA__"
22069 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22072 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22073 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22074 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22075 echo $ECHO_N "(cached) $ECHO_C" >&6
22076 else
22077 cat >conftest.$ac_ext <<_ACEOF
22078 /* confdefs.h. */
22079 _ACEOF
22080 cat confdefs.h >>conftest.$ac_ext
22081 cat >>conftest.$ac_ext <<_ACEOF
22082 /* end confdefs.h. */
22083 #ifndef __sparc__
22085 #endif
22086 _ACEOF
22087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22088 $EGREP "yes" >/dev/null 2>&1; then
22089 ac_cv_cpp_def___sparc__=yes
22090 else
22091 ac_cv_cpp_def___sparc__=no
22093 rm -f conftest*
22096 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22097 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22098 if test $ac_cv_cpp_def___sparc__ = yes; then
22099 CFLAGS="$CFLAGS -D__sparc__"
22100 LINTFLAGS="$LINTFLAGS -D__sparc__"
22103 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22104 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22105 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22106 echo $ECHO_N "(cached) $ECHO_C" >&6
22107 else
22108 cat >conftest.$ac_ext <<_ACEOF
22109 /* confdefs.h. */
22110 _ACEOF
22111 cat confdefs.h >>conftest.$ac_ext
22112 cat >>conftest.$ac_ext <<_ACEOF
22113 /* end confdefs.h. */
22114 #ifndef __powerpc__
22116 #endif
22117 _ACEOF
22118 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22119 $EGREP "yes" >/dev/null 2>&1; then
22120 ac_cv_cpp_def___powerpc__=yes
22121 else
22122 ac_cv_cpp_def___powerpc__=no
22124 rm -f conftest*
22127 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22128 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22129 if test $ac_cv_cpp_def___powerpc__ = yes; then
22130 CFLAGS="$CFLAGS -D__powerpc__"
22131 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22134 esac
22136 case $host_vendor in
22137 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22138 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22139 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22140 echo $ECHO_N "(cached) $ECHO_C" >&6
22141 else
22142 cat >conftest.$ac_ext <<_ACEOF
22143 /* confdefs.h. */
22144 _ACEOF
22145 cat confdefs.h >>conftest.$ac_ext
22146 cat >>conftest.$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22148 #ifndef __sun__
22150 #endif
22151 _ACEOF
22152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22153 $EGREP "yes" >/dev/null 2>&1; then
22154 ac_cv_cpp_def___sun__=yes
22155 else
22156 ac_cv_cpp_def___sun__=no
22158 rm -f conftest*
22161 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22162 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22163 if test $ac_cv_cpp_def___sun__ = yes; then
22164 CFLAGS="$CFLAGS -D__sun__"
22165 LINTFLAGS="$LINTFLAGS -D__sun__"
22168 esac
22171 DEPENDENCIES="### Dependencies:
22173 .INIT: Makefile
22174 .BEGIN: Makefile
22175 Makefile: dummy
22176 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22178 \$(OBJS): \$(IDL_GEN_HEADERS)
22179 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22180 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22181 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22182 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22185 ALL_MAKERULES=""
22187 ALL_MAKEFILES=""
22189 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22192 ALL_TOP_DIRS=""
22194 ALL_DLL_DIRS=""
22196 ALL_IMPLIB_DIRS=""
22198 ALL_TEST_DIRS=""
22200 ALL_PROGRAM_DIRS=""
22202 ALL_PROGRAM_INSTALL_DIRS=""
22204 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22210 ac_config_commands="$ac_config_commands include/stamp-h"
22213 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22215 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22217 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22219 ac_config_commands="$ac_config_commands dlls/user32/resources"
22221 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22223 ac_config_commands="$ac_config_commands include/wine"
22226 ALL_MAKERULES="$ALL_MAKERULES \\
22227 Make.rules"
22228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22229 Make.rules: Make.rules.in"
22230 MAKE_RULES=Make.rules
22231 ac_config_files="$ac_config_files Make.rules"
22233 ALL_MAKERULES="$ALL_MAKERULES \\
22234 dlls/Makedll.rules"
22235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22236 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22237 MAKE_DLL_RULES=dlls/Makedll.rules
22238 ac_config_files="$ac_config_files dlls/Makedll.rules"
22240 ALL_MAKERULES="$ALL_MAKERULES \\
22241 dlls/Makeimplib.rules"
22242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22243 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22244 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22245 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22247 ALL_MAKERULES="$ALL_MAKERULES \\
22248 dlls/Maketest.rules"
22249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22250 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22251 MAKE_TEST_RULES=dlls/Maketest.rules
22252 ac_config_files="$ac_config_files dlls/Maketest.rules"
22254 ALL_MAKERULES="$ALL_MAKERULES \\
22255 programs/Makeprog.rules"
22256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22257 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22258 MAKE_PROG_RULES=programs/Makeprog.rules
22259 ac_config_files="$ac_config_files programs/Makeprog.rules"
22264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22265 Makefile: Makefile.in Make.rules"
22266 ac_config_files="$ac_config_files Makefile"
22268 ALL_MAKEFILES="$ALL_MAKEFILES \\
22269 dlls/Makefile"
22270 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22271 dlls"
22272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22273 dlls/Makefile: dlls/Makefile.in Make.rules"
22274 ac_config_files="$ac_config_files dlls/Makefile"
22276 ALL_MAKEFILES="$ALL_MAKEFILES \\
22277 dlls/acledit/Makefile"
22278 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22279 acledit"
22280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22281 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22282 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22284 ALL_MAKEFILES="$ALL_MAKEFILES \\
22285 dlls/activeds/Makefile"
22286 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22287 activeds"
22288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22289 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22290 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22292 ALL_MAKEFILES="$ALL_MAKEFILES \\
22293 dlls/actxprxy/Makefile"
22294 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22295 actxprxy"
22296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22297 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22298 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22300 ALL_MAKEFILES="$ALL_MAKEFILES \\
22301 dlls/adsiid/Makefile"
22302 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22303 adsiid"
22304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22305 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22306 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22308 ALL_MAKEFILES="$ALL_MAKEFILES \\
22309 dlls/advapi32/Makefile"
22310 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22311 advapi32"
22312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22313 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22314 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22316 ALL_MAKEFILES="$ALL_MAKEFILES \\
22317 dlls/advapi32/tests/Makefile"
22318 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22319 advapi32/tests"
22320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22321 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22322 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22324 ALL_MAKEFILES="$ALL_MAKEFILES \\
22325 dlls/advpack/Makefile"
22326 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22327 advpack"
22328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22329 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22330 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22332 ALL_MAKEFILES="$ALL_MAKEFILES \\
22333 dlls/advpack/tests/Makefile"
22334 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22335 advpack/tests"
22336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22337 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22338 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22340 ALL_MAKEFILES="$ALL_MAKEFILES \\
22341 dlls/amstream/Makefile"
22342 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22343 amstream"
22344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22345 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22346 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22348 ALL_MAKEFILES="$ALL_MAKEFILES \\
22349 dlls/appwiz.cpl/Makefile"
22350 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22351 appwiz.cpl"
22352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22353 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22354 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22356 ALL_MAKEFILES="$ALL_MAKEFILES \\
22357 dlls/atl/Makefile"
22358 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22359 atl"
22360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22361 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22362 ac_config_files="$ac_config_files dlls/atl/Makefile"
22364 ALL_MAKEFILES="$ALL_MAKEFILES \\
22365 dlls/avicap32/Makefile"
22366 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22367 avicap32"
22368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22369 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22370 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22372 ALL_MAKEFILES="$ALL_MAKEFILES \\
22373 dlls/avifil32/Makefile"
22374 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22375 avifil32"
22376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22377 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22378 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22380 ALL_MAKEFILES="$ALL_MAKEFILES \\
22381 dlls/browseui/Makefile"
22382 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22383 browseui"
22384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22385 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22386 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22388 ALL_MAKEFILES="$ALL_MAKEFILES \\
22389 dlls/browseui/tests/Makefile"
22390 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22391 browseui/tests"
22392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22393 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22394 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22396 ALL_MAKEFILES="$ALL_MAKEFILES \\
22397 dlls/cabinet/Makefile"
22398 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22399 cabinet"
22400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22401 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22402 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22404 ALL_MAKEFILES="$ALL_MAKEFILES \\
22405 dlls/cabinet/tests/Makefile"
22406 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22407 cabinet/tests"
22408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22409 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22410 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22412 ALL_MAKEFILES="$ALL_MAKEFILES \\
22413 dlls/capi2032/Makefile"
22414 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22415 capi2032"
22416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22417 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22418 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22420 ALL_MAKEFILES="$ALL_MAKEFILES \\
22421 dlls/cards/Makefile"
22422 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22423 cards"
22424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22425 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22426 ac_config_files="$ac_config_files dlls/cards/Makefile"
22428 ALL_MAKEFILES="$ALL_MAKEFILES \\
22429 dlls/cfgmgr32/Makefile"
22430 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22431 cfgmgr32"
22432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22433 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22434 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22436 ALL_MAKEFILES="$ALL_MAKEFILES \\
22437 dlls/clusapi/Makefile"
22438 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22439 clusapi"
22440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22441 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22442 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22444 ALL_MAKEFILES="$ALL_MAKEFILES \\
22445 dlls/comcat/Makefile"
22446 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22447 comcat"
22448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22449 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22450 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22452 ALL_MAKEFILES="$ALL_MAKEFILES \\
22453 dlls/comcat/tests/Makefile"
22454 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22455 comcat/tests"
22456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22457 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22458 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22460 ALL_MAKEFILES="$ALL_MAKEFILES \\
22461 dlls/comctl32/Makefile"
22462 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22463 comctl32"
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22466 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22468 ALL_MAKEFILES="$ALL_MAKEFILES \\
22469 dlls/comctl32/tests/Makefile"
22470 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22471 comctl32/tests"
22472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22473 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22474 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22476 ALL_MAKEFILES="$ALL_MAKEFILES \\
22477 dlls/comdlg32/Makefile"
22478 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22479 comdlg32"
22480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22481 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22482 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22484 ALL_MAKEFILES="$ALL_MAKEFILES \\
22485 dlls/comdlg32/tests/Makefile"
22486 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22487 comdlg32/tests"
22488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22489 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22490 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22492 ALL_MAKEFILES="$ALL_MAKEFILES \\
22493 dlls/compstui/Makefile"
22494 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22495 compstui"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22498 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22500 ALL_MAKEFILES="$ALL_MAKEFILES \\
22501 dlls/credui/Makefile"
22502 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22503 credui"
22504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22505 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22506 ac_config_files="$ac_config_files dlls/credui/Makefile"
22508 ALL_MAKEFILES="$ALL_MAKEFILES \\
22509 dlls/credui/tests/Makefile"
22510 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22511 credui/tests"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22514 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517 dlls/crtdll/Makefile"
22518 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22519 crtdll"
22520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22521 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22522 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22524 ALL_MAKEFILES="$ALL_MAKEFILES \\
22525 dlls/crypt32/Makefile"
22526 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22527 crypt32"
22528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22529 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22530 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22532 ALL_MAKEFILES="$ALL_MAKEFILES \\
22533 dlls/crypt32/tests/Makefile"
22534 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22535 crypt32/tests"
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22538 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541 dlls/cryptdlg/Makefile"
22542 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22543 cryptdlg"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22546 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22548 ALL_MAKEFILES="$ALL_MAKEFILES \\
22549 dlls/cryptdll/Makefile"
22550 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22551 cryptdll"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22554 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557 dlls/cryptnet/Makefile"
22558 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22559 cryptnet"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22562 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/cryptnet/tests/Makefile"
22566 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22567 cryptnet/tests"
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22570 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573 dlls/cryptui/Makefile"
22574 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22575 cryptui"
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22578 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581 dlls/ctapi32/Makefile"
22582 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22583 ctapi32"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/ctl3d32/Makefile"
22590 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22591 ctl3d32"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22594 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22597 dlls/d3d10/Makefile"
22598 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22599 d3d10"
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22602 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605 dlls/d3d8/Makefile"
22606 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22607 d3d8"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22610 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/d3d8/tests/Makefile"
22614 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22615 d3d8/tests"
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22618 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621 dlls/d3d9/Makefile"
22622 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22623 d3d9"
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22626 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629 dlls/d3d9/tests/Makefile"
22630 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22631 d3d9/tests"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22634 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/d3dim/Makefile"
22638 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22639 d3dim"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22642 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645 dlls/d3drm/Makefile"
22646 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22647 d3drm"
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22650 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653 dlls/d3drm/tests/Makefile"
22654 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22655 d3drm/tests"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22658 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/d3dx8/Makefile"
22662 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22663 d3dx8"
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22666 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669 dlls/d3dx8/tests/Makefile"
22670 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22671 d3dx8/tests"
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22674 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677 dlls/d3dx9_24/Makefile"
22678 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22679 d3dx9_24"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22682 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/d3dx9_25/Makefile"
22686 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22687 d3dx9_25"
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693 dlls/d3dx9_26/Makefile"
22694 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22695 d3dx9_26"
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22698 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701 dlls/d3dx9_27/Makefile"
22702 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22703 d3dx9_27"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/d3dx9_28/Makefile"
22710 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22711 d3dx9_28"
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22714 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717 dlls/d3dx9_29/Makefile"
22718 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22719 d3dx9_29"
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725 dlls/d3dx9_30/Makefile"
22726 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22727 d3dx9_30"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22730 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/d3dx9_31/Makefile"
22734 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22735 d3dx9_31"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/d3dx9_32/Makefile"
22742 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22743 d3dx9_32"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22746 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/d3dx9_33/Makefile"
22750 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22751 d3dx9_33"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/d3dx9_34/Makefile"
22758 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22759 d3dx9_34"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/d3dx9_35/Makefile"
22766 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22767 d3dx9_35"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/d3dx9_36/Makefile"
22774 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22775 d3dx9_36"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22778 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/d3dx9_36/tests/Makefile"
22782 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22783 d3dx9_36/tests"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22786 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/d3dx9_37/Makefile"
22790 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22791 d3dx9_37"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22794 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/d3dxof/Makefile"
22798 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22799 d3dxof"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22802 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/d3dxof/tests/Makefile"
22806 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22807 d3dxof/tests"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22810 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/dbghelp/Makefile"
22814 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22815 dbghelp"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22818 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/dciman32/Makefile"
22822 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22823 dciman32"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/ddraw/Makefile"
22830 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22831 ddraw"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/ddraw/tests/Makefile"
22838 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22839 ddraw/tests"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22842 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/ddrawex/Makefile"
22846 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22847 ddrawex"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/devenum/Makefile"
22854 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22855 devenum"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22858 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/dinput/Makefile"
22862 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22863 dinput"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/dinput/tests/Makefile"
22870 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22871 dinput/tests"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22874 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/dinput8/Makefile"
22878 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22879 dinput8"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/dmband/Makefile"
22886 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22887 dmband"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/dmcompos/Makefile"
22894 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22895 dmcompos"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/dmime/Makefile"
22902 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22903 dmime"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/dmloader/Makefile"
22910 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22911 dmloader"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22914 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/dmscript/Makefile"
22918 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22919 dmscript"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/dmstyle/Makefile"
22926 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927 dmstyle"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/dmsynth/Makefile"
22934 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22935 dmsynth"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/dmusic/Makefile"
22942 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22943 dmusic"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/dmusic32/Makefile"
22950 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22951 dmusic32"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22954 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/dnsapi/Makefile"
22958 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22959 dnsapi"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22962 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/dnsapi/tests/Makefile"
22966 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22967 dnsapi/tests"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22970 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/dplay/Makefile"
22974 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22975 dplay"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22978 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/dplayx/Makefile"
22982 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22983 dplayx"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/dplayx/tests/Makefile"
22990 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22991 dplayx/tests"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22994 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/dpnaddr/Makefile"
22998 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22999 dpnaddr"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/dpnet/Makefile"
23006 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007 dpnet"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/dpnhpast/Makefile"
23014 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23015 dpnhpast"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/dpnlobby/Makefile"
23022 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23023 dpnlobby"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23026 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/dpwsockx/Makefile"
23030 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23031 dpwsockx"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/dsound/Makefile"
23038 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23039 dsound"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/dsound/tests/Makefile"
23046 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23047 dsound/tests"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23050 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/dssenh/Makefile"
23054 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23055 dssenh"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/dswave/Makefile"
23062 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23063 dswave"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/dwmapi/Makefile"
23070 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23071 dwmapi"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23074 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/dxdiagn/Makefile"
23078 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23079 dxdiagn"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23082 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/dxerr8/Makefile"
23086 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23087 dxerr8"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23090 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/dxerr9/Makefile"
23094 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23095 dxerr9"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23098 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/dxguid/Makefile"
23102 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23103 dxguid"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23106 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/faultrep/Makefile"
23110 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23111 faultrep"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23114 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/fusion/Makefile"
23118 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23119 fusion"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/fusion/tests/Makefile"
23126 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23127 fusion/tests"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23130 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/gdi32/Makefile"
23134 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23135 gdi32"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/gdi32/tests/Makefile"
23142 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23143 gdi32/tests"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23146 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/gdiplus/Makefile"
23150 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23151 gdiplus"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23154 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/gdiplus/tests/Makefile"
23158 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23159 gdiplus/tests"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23162 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/glu32/Makefile"
23166 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23167 glu32"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/gphoto2.ds/Makefile"
23174 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 gphoto2.ds"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/gpkcsp/Makefile"
23182 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183 gpkcsp"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/hal/Makefile"
23190 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191 hal"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/hal/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/hhctrl.ocx/Makefile"
23198 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 hhctrl.ocx"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/hid/Makefile"
23206 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23207 hid"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23210 ac_config_files="$ac_config_files dlls/hid/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/hlink/Makefile"
23214 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215 hlink"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/hlink/tests/Makefile"
23222 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23223 hlink/tests"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23226 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/hnetcfg/Makefile"
23230 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23231 hnetcfg"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/iccvid/Makefile"
23238 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 iccvid"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/icmp/Makefile"
23246 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 icmp"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/ifsmgr.vxd/Makefile"
23254 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255 ifsmgr.vxd"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/imaadp32.acm/Makefile"
23262 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 imaadp32.acm"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/imagehlp/Makefile"
23270 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 imagehlp"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/imm32/Makefile"
23278 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23279 imm32"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/imm32/tests/Makefile"
23286 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23287 imm32/tests"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23290 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/inetcomm/Makefile"
23294 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23295 inetcomm"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23298 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/inetcomm/tests/Makefile"
23302 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23303 inetcomm/tests"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23306 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/inetmib1/Makefile"
23310 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23311 inetmib1"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/inetmib1/tests/Makefile"
23318 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23319 inetmib1/tests"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23322 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/infosoft/Makefile"
23326 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23327 infosoft"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23330 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/infosoft/tests/Makefile"
23334 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23335 infosoft/tests"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23338 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/initpki/Makefile"
23342 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23343 initpki"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23346 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/inkobj/Makefile"
23350 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23351 inkobj"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/inseng/Makefile"
23358 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 inseng"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/iphlpapi/Makefile"
23366 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23367 iphlpapi"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23370 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/iphlpapi/tests/Makefile"
23374 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23375 iphlpapi/tests"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23378 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/itircl/Makefile"
23382 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23383 itircl"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23386 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/itss/Makefile"
23390 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23391 itss"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23394 ac_config_files="$ac_config_files dlls/itss/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/itss/tests/Makefile"
23398 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23399 itss/tests"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23402 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/jscript/Makefile"
23406 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23407 jscript"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/jscript/tests/Makefile"
23414 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23415 jscript/tests"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23418 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/kernel32/Makefile"
23422 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23423 kernel32"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23426 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/kernel32/tests/Makefile"
23430 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23431 kernel32/tests"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23434 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/localspl/Makefile"
23438 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23439 localspl"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/localspl/tests/Makefile"
23446 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23447 localspl/tests"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23450 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/localui/Makefile"
23454 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23455 localui"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/localui/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/localui/tests/Makefile"
23462 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23463 localui/tests"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23466 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/lz32/Makefile"
23470 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23471 lz32"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/lz32/tests/Makefile"
23478 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23479 lz32/tests"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23482 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/mapi32/Makefile"
23486 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23487 mapi32"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23490 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/mapi32/tests/Makefile"
23494 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23495 mapi32/tests"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23498 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/mciavi32/Makefile"
23502 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503 mciavi32"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/mcicda/Makefile"
23510 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23511 mcicda"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/mciseq/Makefile"
23518 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 mciseq"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/mciwave/Makefile"
23526 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23527 mciwave"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23530 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/midimap/Makefile"
23534 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 midimap"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/mlang/Makefile"
23542 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23543 mlang"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23546 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/mlang/tests/Makefile"
23550 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23551 mlang/tests"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23554 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/mmdevldr.vxd/Makefile"
23558 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23559 mmdevldr.vxd"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23562 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/monodebg.vxd/Makefile"
23566 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567 monodebg.vxd"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/mountmgr.sys/Makefile"
23574 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23575 mountmgr.sys"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23578 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/mpr/Makefile"
23582 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 mpr"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/mprapi/Makefile"
23590 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591 mprapi"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/msacm32.drv/Makefile"
23598 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23599 msacm32.drv"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/msacm32/Makefile"
23606 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23607 msacm32"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23610 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/msacm32/tests/Makefile"
23614 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23615 msacm32/tests"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23618 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/msadp32.acm/Makefile"
23622 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23623 msadp32.acm"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/mscat32/Makefile"
23630 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23631 mscat32"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/mscms/Makefile"
23638 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23639 mscms"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23642 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/mscms/tests/Makefile"
23646 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23647 mscms/tests"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23650 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/mscoree/Makefile"
23654 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23655 mscoree"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23658 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/msdmo/Makefile"
23662 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23663 msdmo"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/msftedit/Makefile"
23670 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671 msftedit"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/msg711.acm/Makefile"
23678 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679 msg711.acm"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/mshtml.tlb/Makefile"
23686 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23687 mshtml.tlb"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23690 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/mshtml/Makefile"
23694 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23695 mshtml"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/mshtml/tests/Makefile"
23702 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23703 mshtml/tests"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23706 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/msi/Makefile"
23710 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23711 msi"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/msi/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/msi/tests/Makefile"
23718 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23719 msi/tests"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23722 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/msimg32/Makefile"
23726 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23727 msimg32"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/msimtf/Makefile"
23734 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23735 msimtf"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23738 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/msisip/Makefile"
23742 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 msisip"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/msisys.ocx/Makefile"
23750 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751 msisys.ocx"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/msnet32/Makefile"
23758 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759 msnet32"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/msrle32/Makefile"
23766 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767 msrle32"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/mssip32/Makefile"
23774 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23775 mssip32"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/mstask/Makefile"
23782 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23783 mstask"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/mstask/tests/Makefile"
23790 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23791 mstask/tests"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23794 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/msvcirt/Makefile"
23798 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799 msvcirt"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/msvcr71/Makefile"
23806 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23807 msvcr71"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/msvcrt/Makefile"
23814 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815 msvcrt"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/msvcrt/tests/Makefile"
23822 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23823 msvcrt/tests"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23826 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/msvcrt20/Makefile"
23830 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23831 msvcrt20"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/msvcrt40/Makefile"
23838 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23839 msvcrt40"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/msvcrtd/Makefile"
23846 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23847 msvcrtd"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23850 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/msvcrtd/tests/Makefile"
23854 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23855 msvcrtd/tests"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23858 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/msvfw32/Makefile"
23862 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23863 msvfw32"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/msvidc32/Makefile"
23870 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 msvidc32"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/mswsock/Makefile"
23878 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23879 mswsock"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/msxml3/Makefile"
23886 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23887 msxml3"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23890 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/msxml3/tests/Makefile"
23894 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23895 msxml3/tests"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23898 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/nddeapi/Makefile"
23902 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23903 nddeapi"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/netapi32/Makefile"
23910 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911 netapi32"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/netapi32/tests/Makefile"
23918 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23919 netapi32/tests"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23922 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/newdev/Makefile"
23926 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23927 newdev"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/ntdll/Makefile"
23934 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23935 ntdll"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/ntdll/tests/Makefile"
23942 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23943 ntdll/tests"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23946 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/ntdsapi/Makefile"
23950 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951 ntdsapi"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/ntdsapi/tests/Makefile"
23958 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23959 ntdsapi/tests"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23962 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/ntoskrnl.exe/Makefile"
23966 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967 ntoskrnl.exe"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/ntprint/Makefile"
23974 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23975 ntprint"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/ntprint/tests/Makefile"
23982 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23983 ntprint/tests"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23986 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/objsel/Makefile"
23990 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23991 objsel"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/odbc32/Makefile"
23998 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999 odbc32"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/odbccp32/Makefile"
24006 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24007 odbccp32"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/odbccp32/tests/Makefile"
24014 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24015 odbccp32/tests"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24018 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/ole32/Makefile"
24022 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023 ole32"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/ole32/tests/Makefile"
24030 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24031 ole32/tests"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24034 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/oleacc/Makefile"
24038 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24039 oleacc"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/oleaut32/Makefile"
24046 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047 oleaut32"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/oleaut32/tests/Makefile"
24054 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24055 oleaut32/tests"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24058 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/olecli32/Makefile"
24062 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24063 olecli32"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24066 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/oledlg/Makefile"
24070 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 oledlg"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/olepro32/Makefile"
24078 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24079 olepro32"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/olesvr32/Makefile"
24086 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087 olesvr32"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/olethk32/Makefile"
24094 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095 olethk32"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/opengl32/Makefile"
24102 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24103 opengl32"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/opengl32/tests/Makefile"
24110 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24111 opengl32/tests"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24114 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/pdh/Makefile"
24118 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119 pdh"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/pdh/tests/Makefile"
24126 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24127 pdh/tests"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24130 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/powrprof/Makefile"
24134 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135 powrprof"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/printui/Makefile"
24142 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 printui"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/printui/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/propsys/Makefile"
24150 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 propsys"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/psapi/Makefile"
24158 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159 psapi"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/psapi/tests/Makefile"
24166 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24167 psapi/tests"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24170 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/pstorec/Makefile"
24174 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175 pstorec"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/qcap/Makefile"
24182 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 qcap"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/qedit/Makefile"
24190 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191 qedit"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/qedit/tests/Makefile"
24198 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24199 qedit/tests"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24202 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/qmgr/Makefile"
24206 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24207 qmgr"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/qmgr/tests/Makefile"
24214 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24215 qmgr/tests"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24218 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/qmgrprxy/Makefile"
24222 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223 qmgrprxy"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/quartz/Makefile"
24230 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231 quartz"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/quartz/tests/Makefile"
24238 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24239 quartz/tests"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24242 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/query/Makefile"
24246 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 query"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/query/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/rasapi32/Makefile"
24254 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255 rasapi32"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/rasapi32/tests/Makefile"
24262 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24263 rasapi32/tests"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24266 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/resutils/Makefile"
24270 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24271 resutils"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24274 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/riched20/Makefile"
24278 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 riched20"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/riched20/tests/Makefile"
24286 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24287 riched20/tests"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24290 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/riched32/Makefile"
24294 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 riched32"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/riched32/tests/Makefile"
24302 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24303 riched32/tests"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/rpcrt4/Makefile"
24310 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 rpcrt4"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/rpcrt4/tests/Makefile"
24318 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24319 rpcrt4/tests"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/rsabase/Makefile"
24326 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 rsabase"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/rsaenh/Makefile"
24334 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 rsaenh"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/rsaenh/tests/Makefile"
24342 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24343 rsaenh/tests"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24346 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/sane.ds/Makefile"
24350 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351 sane.ds"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/sccbase/Makefile"
24358 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 sccbase"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/schannel/Makefile"
24366 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 schannel"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/schannel/tests/Makefile"
24374 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24375 schannel/tests"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24378 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/secur32/Makefile"
24382 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 secur32"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/secur32/tests/Makefile"
24390 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24391 secur32/tests"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24394 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/security/Makefile"
24398 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 security"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/security/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/sensapi/Makefile"
24406 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 sensapi"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/serialui/Makefile"
24414 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 serialui"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/serialui/tests/Makefile"
24422 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24423 serialui/tests"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24426 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/setupapi/Makefile"
24430 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 setupapi"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/setupapi/tests/Makefile"
24438 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24439 setupapi/tests"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24442 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/sfc/Makefile"
24446 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 sfc"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/sfc_os/Makefile"
24454 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455 sfc_os"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/shdoclc/Makefile"
24462 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 shdoclc"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/shdocvw/Makefile"
24470 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 shdocvw"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/shdocvw/tests/Makefile"
24478 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479 shdocvw/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/shell32/Makefile"
24486 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 shell32"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/shell32/tests/Makefile"
24494 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24495 shell32/tests"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24498 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/shfolder/Makefile"
24502 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503 shfolder"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/shlwapi/Makefile"
24510 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 shlwapi"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/shlwapi/tests/Makefile"
24518 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24519 shlwapi/tests"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24522 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/slbcsp/Makefile"
24526 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527 slbcsp"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/slc/Makefile"
24534 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 slc"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/slc/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/snmpapi/Makefile"
24542 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 snmpapi"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/snmpapi/tests/Makefile"
24550 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24551 snmpapi/tests"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24554 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/softpub/Makefile"
24558 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 softpub"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/spoolss/Makefile"
24566 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 spoolss"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/spoolss/tests/Makefile"
24574 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24575 spoolss/tests"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24578 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/stdole2.tlb/Makefile"
24582 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 stdole2.tlb"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/stdole32.tlb/Makefile"
24590 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 stdole32.tlb"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/sti/Makefile"
24598 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 sti"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/sti/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/strmiids/Makefile"
24606 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24607 strmiids"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24610 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/svrapi/Makefile"
24614 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 svrapi"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/sxs/Makefile"
24622 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 sxs"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/tapi32/Makefile"
24630 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 tapi32"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/twain_32/Makefile"
24638 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 twain_32"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/unicows/Makefile"
24646 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 unicows"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/url/Makefile"
24654 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 url"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/url/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/urlmon/Makefile"
24662 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 urlmon"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/urlmon/tests/Makefile"
24670 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24671 urlmon/tests"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24674 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/user32/Makefile"
24678 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24679 user32"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24682 ac_config_files="$ac_config_files dlls/user32/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/user32/tests/Makefile"
24686 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24687 user32/tests"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24690 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/userenv/Makefile"
24694 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 userenv"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/userenv/tests/Makefile"
24702 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24703 userenv/tests"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24706 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/usp10/Makefile"
24710 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 usp10"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/usp10/tests/Makefile"
24718 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24719 usp10/tests"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24722 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/uuid/Makefile"
24726 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24727 uuid"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24730 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/uxtheme/Makefile"
24734 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735 uxtheme"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/uxtheme/tests/Makefile"
24742 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24743 uxtheme/tests"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24746 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/vdhcp.vxd/Makefile"
24750 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 vdhcp.vxd"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/vdmdbg/Makefile"
24758 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 vdmdbg"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/version/Makefile"
24766 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 version"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/version/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/version/tests/Makefile"
24774 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24775 version/tests"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24778 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/vmm.vxd/Makefile"
24782 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 vmm.vxd"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/vnbt.vxd/Makefile"
24790 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 vnbt.vxd"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/vnetbios.vxd/Makefile"
24798 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 vnetbios.vxd"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/vtdapi.vxd/Makefile"
24806 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 vtdapi.vxd"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/vwin32.vxd/Makefile"
24814 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 vwin32.vxd"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/w32skrnl/Makefile"
24822 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 w32skrnl"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/winealsa.drv/Makefile"
24830 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 winealsa.drv"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/wineaudioio.drv/Makefile"
24838 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 wineaudioio.drv"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/winecoreaudio.drv/Makefile"
24846 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 winecoreaudio.drv"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/winecrt0/Makefile"
24854 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24855 winecrt0"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24858 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/wined3d/Makefile"
24862 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 wined3d"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/winedos/Makefile"
24870 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 winedos"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/wineesd.drv/Makefile"
24878 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 wineesd.drv"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/winejack.drv/Makefile"
24886 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 winejack.drv"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/winejoystick.drv/Makefile"
24894 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 winejoystick.drv"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/winemp3.acm/Makefile"
24902 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 winemp3.acm"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/winenas.drv/Makefile"
24910 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 winenas.drv"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/wineoss.drv/Makefile"
24918 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 wineoss.drv"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/wineps.drv/Makefile"
24926 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 wineps.drv"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/winequartz.drv/Makefile"
24934 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 winequartz.drv"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/winex11.drv/Makefile"
24942 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 winex11.drv"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/wing32/Makefile"
24950 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 wing32"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/winhttp/Makefile"
24958 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959 winhttp"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/winhttp/tests/Makefile"
24966 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24967 winhttp/tests"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24970 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/wininet/Makefile"
24974 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 wininet"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/wininet/tests/Makefile"
24982 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24983 wininet/tests"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24986 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/winmm/Makefile"
24990 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 winmm"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/winmm/tests/Makefile"
24998 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24999 winmm/tests"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25002 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/winnls32/Makefile"
25006 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 winnls32"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/winscard/Makefile"
25014 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 winscard"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/winspool.drv/Makefile"
25022 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 winspool.drv"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/winspool.drv/tests/Makefile"
25030 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25031 winspool.drv/tests"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25034 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/wintab32/Makefile"
25038 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 wintab32"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/wintrust/Makefile"
25046 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 wintrust"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/wintrust/tests/Makefile"
25054 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25055 wintrust/tests"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25058 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/wldap32/Makefile"
25062 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 wldap32"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/wmi/Makefile"
25070 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 wmi"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/wnaspi32/Makefile"
25078 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 wnaspi32"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/wow32/Makefile"
25086 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 wow32"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/ws2_32/Makefile"
25094 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095 ws2_32"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/ws2_32/tests/Makefile"
25102 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25103 ws2_32/tests"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25106 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/wsock32/Makefile"
25110 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 wsock32"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/wtsapi32/Makefile"
25118 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 wtsapi32"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 documentation/Makefile"
25126 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25127 documentation"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 documentation/Makefile: documentation/Makefile.in Make.rules"
25130 ac_config_files="$ac_config_files documentation/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 fonts/Makefile"
25134 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25135 fonts"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 fonts/Makefile: fonts/Makefile.in Make.rules"
25138 ac_config_files="$ac_config_files fonts/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 include/Makefile"
25142 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25143 include"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 include/Makefile: include/Makefile.in Make.rules"
25146 ac_config_files="$ac_config_files include/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 libs/Makefile"
25150 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25151 libs"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 libs/Makefile: libs/Makefile.in Make.rules"
25154 ac_config_files="$ac_config_files libs/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 libs/port/Makefile"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25161 ac_config_files="$ac_config_files libs/port/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 libs/wine/Makefile"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25168 ac_config_files="$ac_config_files libs/wine/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 libs/wpp/Makefile"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25175 ac_config_files="$ac_config_files libs/wpp/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 loader/Makefile"
25179 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25180 loader"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 loader/Makefile: loader/Makefile.in Make.rules"
25183 ac_config_files="$ac_config_files loader/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 programs/Makefile"
25187 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25188 programs"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 programs/Makefile: programs/Makefile.in Make.rules"
25191 ac_config_files="$ac_config_files programs/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 programs/clock/Makefile"
25195 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25196 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25197 clock"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25200 ac_config_files="$ac_config_files programs/clock/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 programs/cmd/Makefile"
25204 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25205 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25206 cmd"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25209 ac_config_files="$ac_config_files programs/cmd/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 programs/cmdlgtst/Makefile"
25213 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25214 cmdlgtst"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25217 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 programs/control/Makefile"
25221 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25222 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25223 control"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25226 ac_config_files="$ac_config_files programs/control/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 programs/eject/Makefile"
25230 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25231 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25232 eject"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25235 ac_config_files="$ac_config_files programs/eject/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 programs/expand/Makefile"
25239 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25240 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25241 expand"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25244 ac_config_files="$ac_config_files programs/expand/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 programs/explorer/Makefile"
25248 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25249 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25250 explorer"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25253 ac_config_files="$ac_config_files programs/explorer/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 programs/hh/Makefile"
25257 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25258 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25262 ac_config_files="$ac_config_files programs/hh/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 programs/icinfo/Makefile"
25266 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25267 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25268 icinfo"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25271 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 programs/iexplore/Makefile"
25275 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25276 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25277 iexplore"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25280 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 programs/msiexec/Makefile"
25284 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25285 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25286 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25287 msiexec"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25290 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 programs/net/Makefile"
25294 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25295 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25296 net"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25299 ac_config_files="$ac_config_files programs/net/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 programs/notepad/Makefile"
25303 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25304 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25305 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25306 notepad"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25309 ac_config_files="$ac_config_files programs/notepad/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 programs/oleview/Makefile"
25313 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25314 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25315 oleview"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25318 ac_config_files="$ac_config_files programs/oleview/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 programs/progman/Makefile"
25322 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25323 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25324 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25325 progman"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25328 ac_config_files="$ac_config_files programs/progman/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 programs/reg/Makefile"
25332 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25333 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25334 reg"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25337 ac_config_files="$ac_config_files programs/reg/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 programs/regedit/Makefile"
25341 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25342 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25343 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25344 regedit"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25347 ac_config_files="$ac_config_files programs/regedit/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 programs/regsvr32/Makefile"
25351 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25352 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25353 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25354 regsvr32"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25357 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 programs/rpcss/Makefile"
25361 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25362 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25363 rpcss"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25366 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 programs/rundll32/Makefile"
25370 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25371 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25372 rundll32"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25375 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 programs/secedit/Makefile"
25379 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25380 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25381 secedit"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25384 ac_config_files="$ac_config_files programs/secedit/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 programs/services/Makefile"
25388 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25389 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25390 services"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25393 ac_config_files="$ac_config_files programs/services/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 programs/spoolsv/Makefile"
25397 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25398 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25399 spoolsv"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25402 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 programs/start/Makefile"
25406 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25407 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25408 start"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25411 ac_config_files="$ac_config_files programs/start/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 programs/svchost/Makefile"
25415 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25416 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25417 svchost"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25420 ac_config_files="$ac_config_files programs/svchost/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 programs/taskmgr/Makefile"
25424 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25425 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25426 taskmgr"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25429 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 programs/uninstaller/Makefile"
25433 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25434 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25435 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25436 uninstaller"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25439 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 programs/view/Makefile"
25443 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25444 view"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25447 ac_config_files="$ac_config_files programs/view/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 programs/wineboot/Makefile"
25451 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25452 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25453 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25454 wineboot"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25457 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 programs/winebrowser/Makefile"
25461 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25462 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25463 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25464 winebrowser"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25467 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 programs/winecfg/Makefile"
25471 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25472 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25473 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25474 winecfg"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25477 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 programs/wineconsole/Makefile"
25481 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25482 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25483 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25484 wineconsole"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25487 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 programs/winedbg/Makefile"
25491 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25492 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25493 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25494 winedbg"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25497 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 programs/winedevice/Makefile"
25501 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25502 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25503 winedevice"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25506 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 programs/winefile/Makefile"
25510 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25511 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25512 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25513 winefile"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25516 ac_config_files="$ac_config_files programs/winefile/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 programs/winemenubuilder/Makefile"
25520 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25521 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25522 winemenubuilder"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25525 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 programs/winemine/Makefile"
25529 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25530 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25531 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25532 winemine"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25535 ac_config_files="$ac_config_files programs/winemine/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 programs/winepath/Makefile"
25539 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25540 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25541 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25542 winepath"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/winepath/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 programs/winetest/Makefile"
25549 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550 winetest"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25553 ac_config_files="$ac_config_files programs/winetest/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 programs/winevdm/Makefile"
25557 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25558 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25559 winevdm"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25562 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 programs/winhlp32/Makefile"
25566 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25567 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25568 winhlp32"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25571 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 programs/winver/Makefile"
25575 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25576 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25577 winver"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25580 ac_config_files="$ac_config_files programs/winver/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 programs/wordpad/Makefile"
25584 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25585 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25586 wordpad"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25589 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 programs/write/Makefile"
25593 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25594 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25595 write"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25598 ac_config_files="$ac_config_files programs/write/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 programs/xcopy/Makefile"
25602 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25603 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25604 xcopy"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25607 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 server/Makefile"
25611 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25612 server"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 server/Makefile: server/Makefile.in Make.rules"
25615 ac_config_files="$ac_config_files server/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 tools/Makefile"
25619 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25620 tools"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 tools/Makefile: tools/Makefile.in Make.rules"
25623 ac_config_files="$ac_config_files tools/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 tools/widl/Makefile"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25630 ac_config_files="$ac_config_files tools/widl/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 tools/winebuild/Makefile"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25637 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 tools/winedump/Makefile"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25644 ac_config_files="$ac_config_files tools/winedump/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 tools/winegcc/Makefile"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25651 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 tools/wmc/Makefile"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25658 ac_config_files="$ac_config_files tools/wmc/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 tools/wrc/Makefile"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25665 ac_config_files="$ac_config_files tools/wrc/Makefile"
25668 if test "x$enable_tests" == "xno"
25669 then
25670 ALL_TEST_DIRS=""
25675 ALL_WINETEST_DEPENDS="# Test binaries"
25677 for dir in $ALL_TEST_DIRS
25679 if test "$dir" != "\\"
25680 then
25681 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25682 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25683 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25684 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25686 done
25688 cat >confcache <<\_ACEOF
25689 # This file is a shell script that caches the results of configure
25690 # tests run on this system so they can be shared between configure
25691 # scripts and configure runs, see configure's option --config-cache.
25692 # It is not useful on other systems. If it contains results you don't
25693 # want to keep, you may remove or edit it.
25695 # config.status only pays attention to the cache file if you give it
25696 # the --recheck option to rerun configure.
25698 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25699 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25700 # following values.
25702 _ACEOF
25704 # The following way of writing the cache mishandles newlines in values,
25705 # but we know of no workaround that is simple, portable, and efficient.
25706 # So, we kill variables containing newlines.
25707 # Ultrix sh set writes to stderr and can't be redirected directly,
25708 # and sets the high bit in the cache file unless we assign to the vars.
25710 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25711 eval ac_val=\$$ac_var
25712 case $ac_val in #(
25713 *${as_nl}*)
25714 case $ac_var in #(
25715 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25716 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25717 esac
25718 case $ac_var in #(
25719 _ | IFS | as_nl) ;; #(
25720 *) $as_unset $ac_var ;;
25721 esac ;;
25722 esac
25723 done
25725 (set) 2>&1 |
25726 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25727 *${as_nl}ac_space=\ *)
25728 # `set' does not quote correctly, so add quotes (double-quote
25729 # substitution turns \\\\ into \\, and sed turns \\ into \).
25730 sed -n \
25731 "s/'/'\\\\''/g;
25732 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25733 ;; #(
25735 # `set' quotes correctly as required by POSIX, so do not add quotes.
25736 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25738 esac |
25739 sort
25741 sed '
25742 /^ac_cv_env_/b end
25743 t clear
25744 :clear
25745 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25746 t end
25747 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25748 :end' >>confcache
25749 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25750 if test -w "$cache_file"; then
25751 test "x$cache_file" != "x/dev/null" &&
25752 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25753 echo "$as_me: updating cache $cache_file" >&6;}
25754 cat confcache >$cache_file
25755 else
25756 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25757 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25760 rm -f confcache
25762 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25763 # Let make expand exec_prefix.
25764 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25766 DEFS=-DHAVE_CONFIG_H
25768 ac_libobjs=
25769 ac_ltlibobjs=
25770 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25771 # 1. Remove the extension, and $U if already installed.
25772 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25773 ac_i=`echo "$ac_i" | sed "$ac_script"`
25774 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25775 # will be set to the directory where LIBOBJS objects are built.
25776 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25777 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25778 done
25779 LIBOBJS=$ac_libobjs
25781 LTLIBOBJS=$ac_ltlibobjs
25785 : ${CONFIG_STATUS=./config.status}
25786 ac_clean_files_save=$ac_clean_files
25787 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25788 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25789 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25790 cat >$CONFIG_STATUS <<_ACEOF
25791 #! $SHELL
25792 # Generated by $as_me.
25793 # Run this file to recreate the current configuration.
25794 # Compiler output produced by configure, useful for debugging
25795 # configure, is in config.log if it exists.
25797 debug=false
25798 ac_cs_recheck=false
25799 ac_cs_silent=false
25800 SHELL=\${CONFIG_SHELL-$SHELL}
25801 _ACEOF
25803 cat >>$CONFIG_STATUS <<\_ACEOF
25804 ## --------------------- ##
25805 ## M4sh Initialization. ##
25806 ## --------------------- ##
25808 # Be more Bourne compatible
25809 DUALCASE=1; export DUALCASE # for MKS sh
25810 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25811 emulate sh
25812 NULLCMD=:
25813 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25814 # is contrary to our usage. Disable this feature.
25815 alias -g '${1+"$@"}'='"$@"'
25816 setopt NO_GLOB_SUBST
25817 else
25818 case `(set -o) 2>/dev/null` in
25819 *posix*) set -o posix ;;
25820 esac
25827 # PATH needs CR
25828 # Avoid depending upon Character Ranges.
25829 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25830 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25831 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25832 as_cr_digits='0123456789'
25833 as_cr_alnum=$as_cr_Letters$as_cr_digits
25835 # The user is always right.
25836 if test "${PATH_SEPARATOR+set}" != set; then
25837 echo "#! /bin/sh" >conf$$.sh
25838 echo "exit 0" >>conf$$.sh
25839 chmod +x conf$$.sh
25840 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25841 PATH_SEPARATOR=';'
25842 else
25843 PATH_SEPARATOR=:
25845 rm -f conf$$.sh
25848 # Support unset when possible.
25849 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25850 as_unset=unset
25851 else
25852 as_unset=false
25856 # IFS
25857 # We need space, tab and new line, in precisely that order. Quoting is
25858 # there to prevent editors from complaining about space-tab.
25859 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25860 # splitting by setting IFS to empty value.)
25861 as_nl='
25863 IFS=" "" $as_nl"
25865 # Find who we are. Look in the path if we contain no directory separator.
25866 case $0 in
25867 *[\\/]* ) as_myself=$0 ;;
25868 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25869 for as_dir in $PATH
25871 IFS=$as_save_IFS
25872 test -z "$as_dir" && as_dir=.
25873 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25874 done
25875 IFS=$as_save_IFS
25878 esac
25879 # We did not find ourselves, most probably we were run as `sh COMMAND'
25880 # in which case we are not to be found in the path.
25881 if test "x$as_myself" = x; then
25882 as_myself=$0
25884 if test ! -f "$as_myself"; then
25885 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25886 { (exit 1); exit 1; }
25889 # Work around bugs in pre-3.0 UWIN ksh.
25890 for as_var in ENV MAIL MAILPATH
25891 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25892 done
25893 PS1='$ '
25894 PS2='> '
25895 PS4='+ '
25897 # NLS nuisances.
25898 for as_var in \
25899 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25900 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25901 LC_TELEPHONE LC_TIME
25903 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25904 eval $as_var=C; export $as_var
25905 else
25906 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25908 done
25910 # Required to use basename.
25911 if expr a : '\(a\)' >/dev/null 2>&1 &&
25912 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25913 as_expr=expr
25914 else
25915 as_expr=false
25918 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25919 as_basename=basename
25920 else
25921 as_basename=false
25925 # Name of the executable.
25926 as_me=`$as_basename -- "$0" ||
25927 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25928 X"$0" : 'X\(//\)$' \| \
25929 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25930 echo X/"$0" |
25931 sed '/^.*\/\([^/][^/]*\)\/*$/{
25932 s//\1/
25935 /^X\/\(\/\/\)$/{
25936 s//\1/
25939 /^X\/\(\/\).*/{
25940 s//\1/
25943 s/.*/./; q'`
25945 # CDPATH.
25946 $as_unset CDPATH
25950 as_lineno_1=$LINENO
25951 as_lineno_2=$LINENO
25952 test "x$as_lineno_1" != "x$as_lineno_2" &&
25953 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25955 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25956 # uniformly replaced by the line number. The first 'sed' inserts a
25957 # line-number line after each line using $LINENO; the second 'sed'
25958 # does the real work. The second script uses 'N' to pair each
25959 # line-number line with the line containing $LINENO, and appends
25960 # trailing '-' during substitution so that $LINENO is not a special
25961 # case at line end.
25962 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25963 # scripts with optimization help from Paolo Bonzini. Blame Lee
25964 # E. McMahon (1931-1989) for sed's syntax. :-)
25965 sed -n '
25967 /[$]LINENO/=
25968 ' <$as_myself |
25969 sed '
25970 s/[$]LINENO.*/&-/
25971 t lineno
25973 :lineno
25975 :loop
25976 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25977 t loop
25978 s/-\n.*//
25979 ' >$as_me.lineno &&
25980 chmod +x "$as_me.lineno" ||
25981 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25982 { (exit 1); exit 1; }; }
25984 # Don't try to exec as it changes $[0], causing all sort of problems
25985 # (the dirname of $[0] is not the place where we might find the
25986 # original and so on. Autoconf is especially sensitive to this).
25987 . "./$as_me.lineno"
25988 # Exit status is that of the last command.
25989 exit
25993 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25994 as_dirname=dirname
25995 else
25996 as_dirname=false
25999 ECHO_C= ECHO_N= ECHO_T=
26000 case `echo -n x` in
26001 -n*)
26002 case `echo 'x\c'` in
26003 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26004 *) ECHO_C='\c';;
26005 esac;;
26007 ECHO_N='-n';;
26008 esac
26010 if expr a : '\(a\)' >/dev/null 2>&1 &&
26011 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26012 as_expr=expr
26013 else
26014 as_expr=false
26017 rm -f conf$$ conf$$.exe conf$$.file
26018 if test -d conf$$.dir; then
26019 rm -f conf$$.dir/conf$$.file
26020 else
26021 rm -f conf$$.dir
26022 mkdir conf$$.dir
26024 echo >conf$$.file
26025 if ln -s conf$$.file conf$$ 2>/dev/null; then
26026 as_ln_s='ln -s'
26027 # ... but there are two gotchas:
26028 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26029 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26030 # In both cases, we have to default to `cp -p'.
26031 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26032 as_ln_s='cp -p'
26033 elif ln conf$$.file conf$$ 2>/dev/null; then
26034 as_ln_s=ln
26035 else
26036 as_ln_s='cp -p'
26038 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26039 rmdir conf$$.dir 2>/dev/null
26041 if mkdir -p . 2>/dev/null; then
26042 as_mkdir_p=:
26043 else
26044 test -d ./-p && rmdir ./-p
26045 as_mkdir_p=false
26048 if test -x / >/dev/null 2>&1; then
26049 as_test_x='test -x'
26050 else
26051 if ls -dL / >/dev/null 2>&1; then
26052 as_ls_L_option=L
26053 else
26054 as_ls_L_option=
26056 as_test_x='
26057 eval sh -c '\''
26058 if test -d "$1"; then
26059 test -d "$1/.";
26060 else
26061 case $1 in
26062 -*)set "./$1";;
26063 esac;
26064 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26065 ???[sx]*):;;*)false;;esac;fi
26066 '\'' sh
26069 as_executable_p=$as_test_x
26071 # Sed expression to map a string onto a valid CPP name.
26072 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26074 # Sed expression to map a string onto a valid variable name.
26075 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26078 exec 6>&1
26080 # Save the log message, to keep $[0] and so on meaningful, and to
26081 # report actual input values of CONFIG_FILES etc. instead of their
26082 # values after options handling.
26083 ac_log="
26084 This file was extended by Wine $as_me 1.1.3, which was
26085 generated by GNU Autoconf 2.61. Invocation command line was
26087 CONFIG_FILES = $CONFIG_FILES
26088 CONFIG_HEADERS = $CONFIG_HEADERS
26089 CONFIG_LINKS = $CONFIG_LINKS
26090 CONFIG_COMMANDS = $CONFIG_COMMANDS
26091 $ $0 $@
26093 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26096 _ACEOF
26098 cat >>$CONFIG_STATUS <<_ACEOF
26099 # Files that config.status was made for.
26100 config_files="$ac_config_files"
26101 config_headers="$ac_config_headers"
26102 config_commands="$ac_config_commands"
26104 _ACEOF
26106 cat >>$CONFIG_STATUS <<\_ACEOF
26107 ac_cs_usage="\
26108 \`$as_me' instantiates files from templates according to the
26109 current configuration.
26111 Usage: $0 [OPTIONS] [FILE]...
26113 -h, --help print this help, then exit
26114 -V, --version print version number and configuration settings, then exit
26115 -q, --quiet do not print progress messages
26116 -d, --debug don't remove temporary files
26117 --recheck update $as_me by reconfiguring in the same conditions
26118 --file=FILE[:TEMPLATE]
26119 instantiate the configuration file FILE
26120 --header=FILE[:TEMPLATE]
26121 instantiate the configuration header FILE
26123 Configuration files:
26124 $config_files
26126 Configuration headers:
26127 $config_headers
26129 Configuration commands:
26130 $config_commands
26132 Report bugs to <bug-autoconf@gnu.org>."
26134 _ACEOF
26135 cat >>$CONFIG_STATUS <<_ACEOF
26136 ac_cs_version="\\
26137 Wine config.status 1.1.3
26138 configured by $0, generated by GNU Autoconf 2.61,
26139 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26141 Copyright (C) 2006 Free Software Foundation, Inc.
26142 This config.status script is free software; the Free Software Foundation
26143 gives unlimited permission to copy, distribute and modify it."
26145 ac_pwd='$ac_pwd'
26146 srcdir='$srcdir'
26147 INSTALL='$INSTALL'
26148 _ACEOF
26150 cat >>$CONFIG_STATUS <<\_ACEOF
26151 # If no file are specified by the user, then we need to provide default
26152 # value. By we need to know if files were specified by the user.
26153 ac_need_defaults=:
26154 while test $# != 0
26156 case $1 in
26157 --*=*)
26158 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26159 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26160 ac_shift=:
26163 ac_option=$1
26164 ac_optarg=$2
26165 ac_shift=shift
26167 esac
26169 case $ac_option in
26170 # Handling of the options.
26171 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26172 ac_cs_recheck=: ;;
26173 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26174 echo "$ac_cs_version"; exit ;;
26175 --debug | --debu | --deb | --de | --d | -d )
26176 debug=: ;;
26177 --file | --fil | --fi | --f )
26178 $ac_shift
26179 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26180 ac_need_defaults=false;;
26181 --header | --heade | --head | --hea )
26182 $ac_shift
26183 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26184 ac_need_defaults=false;;
26185 --he | --h)
26186 # Conflict between --help and --header
26187 { echo "$as_me: error: ambiguous option: $1
26188 Try \`$0 --help' for more information." >&2
26189 { (exit 1); exit 1; }; };;
26190 --help | --hel | -h )
26191 echo "$ac_cs_usage"; exit ;;
26192 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26193 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26194 ac_cs_silent=: ;;
26196 # This is an error.
26197 -*) { echo "$as_me: error: unrecognized option: $1
26198 Try \`$0 --help' for more information." >&2
26199 { (exit 1); exit 1; }; } ;;
26201 *) ac_config_targets="$ac_config_targets $1"
26202 ac_need_defaults=false ;;
26204 esac
26205 shift
26206 done
26208 ac_configure_extra_args=
26210 if $ac_cs_silent; then
26211 exec 6>/dev/null
26212 ac_configure_extra_args="$ac_configure_extra_args --silent"
26215 _ACEOF
26216 cat >>$CONFIG_STATUS <<_ACEOF
26217 if \$ac_cs_recheck; then
26218 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26219 CONFIG_SHELL=$SHELL
26220 export CONFIG_SHELL
26221 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26224 _ACEOF
26225 cat >>$CONFIG_STATUS <<\_ACEOF
26226 exec 5>>config.log
26228 echo
26229 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26230 ## Running $as_me. ##
26231 _ASBOX
26232 echo "$ac_log"
26233 } >&5
26235 _ACEOF
26236 cat >>$CONFIG_STATUS <<_ACEOF
26237 _ACEOF
26239 cat >>$CONFIG_STATUS <<\_ACEOF
26241 # Handling of arguments.
26242 for ac_config_target in $ac_config_targets
26244 case $ac_config_target in
26245 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26246 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26247 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26248 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26249 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26250 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26251 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26252 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26253 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26254 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26255 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26256 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26257 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26258 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26259 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26260 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26261 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26262 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26263 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26264 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26265 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26266 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26267 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26268 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26269 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26270 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26271 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26272 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26273 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26274 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26275 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26276 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26277 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26278 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26279 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26280 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26281 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26282 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26283 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26284 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26285 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26286 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26287 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26288 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26289 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26290 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26291 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26292 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26293 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26294 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26295 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26296 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26297 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26298 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26299 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26300 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26301 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26302 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26303 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26304 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26305 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26306 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26307 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26308 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26309 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26310 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26311 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26312 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26313 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26314 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26315 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26316 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26317 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26318 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26319 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26320 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26321 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26322 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26323 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26324 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26325 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26326 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26327 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26328 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26329 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26330 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26331 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26332 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26333 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26334 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26335 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26336 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26337 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26338 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26339 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26340 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26341 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26342 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26343 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26344 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26345 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26346 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26347 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26348 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26349 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26350 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26351 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26352 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26353 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26354 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26355 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26356 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26357 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26358 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26359 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26360 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26361 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26362 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26363 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26364 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26365 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26366 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26367 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26368 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26369 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26370 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26371 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26372 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26373 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26374 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26375 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26376 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26377 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26378 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26379 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26380 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26381 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26382 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26383 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26384 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26385 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26386 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26387 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26388 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26389 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26390 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26391 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26392 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26393 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26394 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26395 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26396 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26397 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26398 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26399 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26400 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26401 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26402 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26403 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26404 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26405 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26406 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26407 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26408 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26409 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26410 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26411 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26412 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26413 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26414 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26415 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26416 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26417 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26418 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26419 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26420 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26421 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26422 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26423 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26424 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26425 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26426 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26427 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26428 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26429 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26430 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26431 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26432 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26433 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26434 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26435 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26436 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26437 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26438 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26439 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26440 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26441 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26442 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26443 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26444 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26445 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26446 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26447 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26448 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26449 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26450 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26451 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26452 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26453 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26454 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26455 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26456 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26457 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26458 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26459 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26460 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26461 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26462 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26463 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26464 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26465 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26466 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26467 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26468 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26469 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26470 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26471 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26472 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26473 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26474 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26475 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26476 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26477 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26478 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26479 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26480 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26481 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26482 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26483 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26484 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26485 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26486 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26487 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26488 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26489 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26490 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26491 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26492 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26493 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26494 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26495 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26496 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26497 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26498 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26499 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26500 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26501 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26502 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26503 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26504 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26505 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26506 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26507 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26508 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26509 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26510 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26511 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26512 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26513 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26514 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26515 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26516 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26517 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26518 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26519 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26520 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26521 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26522 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26523 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26524 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26525 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26526 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26527 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26528 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26529 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26530 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26531 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26532 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26533 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26534 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26535 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26536 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26537 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26538 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26539 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26540 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26541 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26542 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26543 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26544 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26545 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26546 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26547 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26548 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26549 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26550 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26551 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26552 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26553 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26554 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26555 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26556 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26557 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26558 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26559 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26560 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26561 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26562 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26563 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26564 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26565 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26566 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26567 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26568 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26569 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26570 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26571 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26572 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26573 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26574 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26575 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26576 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26577 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26578 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26579 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26580 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26581 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26582 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26583 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26584 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26585 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26586 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26587 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26588 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26589 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26590 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26591 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26592 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26593 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26594 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26595 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26596 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26597 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26598 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26599 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26600 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26601 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26602 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26603 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26604 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26605 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26606 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26607 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26608 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26609 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26610 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26611 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26612 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26613 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26614 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26615 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26616 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26617 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26618 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26619 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26620 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26621 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26622 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26623 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26624 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26625 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26626 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26627 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26628 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26629 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26630 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26631 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26632 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26633 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26634 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26635 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26636 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26637 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26638 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26639 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26640 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26641 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26642 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26643 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26644 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26645 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26646 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26647 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26648 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26649 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26650 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26651 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26652 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26653 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26654 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26655 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26656 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26657 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26658 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26659 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26660 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26661 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26662 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26663 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26664 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26665 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26666 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26667 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26668 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26669 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26670 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26671 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26672 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26673 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26674 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26675 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26676 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26677 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26679 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26680 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26681 { (exit 1); exit 1; }; };;
26682 esac
26683 done
26686 # If the user did not use the arguments to specify the items to instantiate,
26687 # then the envvar interface is used. Set only those that are not.
26688 # We use the long form for the default assignment because of an extremely
26689 # bizarre bug on SunOS 4.1.3.
26690 if $ac_need_defaults; then
26691 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26692 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26693 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26696 # Have a temporary directory for convenience. Make it in the build tree
26697 # simply because there is no reason against having it here, and in addition,
26698 # creating and moving files from /tmp can sometimes cause problems.
26699 # Hook for its removal unless debugging.
26700 # Note that there is a small window in which the directory will not be cleaned:
26701 # after its creation but before its name has been assigned to `$tmp'.
26702 $debug ||
26704 tmp=
26705 trap 'exit_status=$?
26706 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26708 trap '{ (exit 1); exit 1; }' 1 2 13 15
26710 # Create a (secure) tmp directory for tmp files.
26713 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26714 test -n "$tmp" && test -d "$tmp"
26715 } ||
26717 tmp=./conf$$-$RANDOM
26718 (umask 077 && mkdir "$tmp")
26719 } ||
26721 echo "$me: cannot create a temporary directory in ." >&2
26722 { (exit 1); exit 1; }
26726 # Set up the sed scripts for CONFIG_FILES section.
26729 # No need to generate the scripts if there are no CONFIG_FILES.
26730 # This happens for instance when ./config.status config.h
26731 if test -n "$CONFIG_FILES"; then
26733 _ACEOF
26735 # Create sed commands to just substitute file output variables.
26737 # Remaining file output variables are in a fragment that also has non-file
26738 # output varibles.
26742 ac_delim='%!_!# '
26743 for ac_last_try in false false false false false :; do
26744 cat >conf$$subs.sed <<_ACEOF
26745 SHELL!$SHELL$ac_delim
26746 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26747 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26748 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26749 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26750 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26751 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26752 exec_prefix!$exec_prefix$ac_delim
26753 prefix!$prefix$ac_delim
26754 program_transform_name!$program_transform_name$ac_delim
26755 bindir!$bindir$ac_delim
26756 sbindir!$sbindir$ac_delim
26757 libexecdir!$libexecdir$ac_delim
26758 datarootdir!$datarootdir$ac_delim
26759 datadir!$datadir$ac_delim
26760 sysconfdir!$sysconfdir$ac_delim
26761 sharedstatedir!$sharedstatedir$ac_delim
26762 localstatedir!$localstatedir$ac_delim
26763 includedir!$includedir$ac_delim
26764 oldincludedir!$oldincludedir$ac_delim
26765 docdir!$docdir$ac_delim
26766 infodir!$infodir$ac_delim
26767 htmldir!$htmldir$ac_delim
26768 dvidir!$dvidir$ac_delim
26769 pdfdir!$pdfdir$ac_delim
26770 psdir!$psdir$ac_delim
26771 libdir!$libdir$ac_delim
26772 localedir!$localedir$ac_delim
26773 mandir!$mandir$ac_delim
26774 DEFS!$DEFS$ac_delim
26775 ECHO_C!$ECHO_C$ac_delim
26776 ECHO_N!$ECHO_N$ac_delim
26777 ECHO_T!$ECHO_T$ac_delim
26778 LIBS!$LIBS$ac_delim
26779 build_alias!$build_alias$ac_delim
26780 host_alias!$host_alias$ac_delim
26781 target_alias!$target_alias$ac_delim
26782 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26783 build!$build$ac_delim
26784 build_cpu!$build_cpu$ac_delim
26785 build_vendor!$build_vendor$ac_delim
26786 build_os!$build_os$ac_delim
26787 host!$host$ac_delim
26788 host_cpu!$host_cpu$ac_delim
26789 host_vendor!$host_vendor$ac_delim
26790 host_os!$host_os$ac_delim
26791 WIN16_FILES!$WIN16_FILES$ac_delim
26792 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26793 WINETEST!$WINETEST$ac_delim
26794 SET_MAKE!$SET_MAKE$ac_delim
26795 CC!$CC$ac_delim
26796 CFLAGS!$CFLAGS$ac_delim
26797 LDFLAGS!$LDFLAGS$ac_delim
26798 CPPFLAGS!$CPPFLAGS$ac_delim
26799 ac_ct_CC!$ac_ct_CC$ac_delim
26800 EXEEXT!$EXEEXT$ac_delim
26801 OBJEXT!$OBJEXT$ac_delim
26802 CXX!$CXX$ac_delim
26803 CXXFLAGS!$CXXFLAGS$ac_delim
26804 ac_ct_CXX!$ac_ct_CXX$ac_delim
26805 CPPBIN!$CPPBIN$ac_delim
26806 TOOLSDIR!$TOOLSDIR$ac_delim
26807 XMKMF!$XMKMF$ac_delim
26808 CPP!$CPP$ac_delim
26809 X_CFLAGS!$X_CFLAGS$ac_delim
26810 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26811 X_LIBS!$X_LIBS$ac_delim
26812 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26813 FLEX!$FLEX$ac_delim
26814 BISON!$BISON$ac_delim
26815 AS!$AS$ac_delim
26816 ac_ct_AS!$ac_ct_AS$ac_delim
26817 LD!$LD$ac_delim
26818 ac_ct_LD!$ac_ct_LD$ac_delim
26819 NM!$NM$ac_delim
26820 ac_ct_NM!$ac_ct_NM$ac_delim
26821 AR!$AR$ac_delim
26822 ac_ct_AR!$ac_ct_AR$ac_delim
26823 ARFLAGS!$ARFLAGS$ac_delim
26824 RANLIB!$RANLIB$ac_delim
26825 STRIP!$STRIP$ac_delim
26826 WINDRES!$WINDRES$ac_delim
26827 _ACEOF
26829 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26830 break
26831 elif $ac_last_try; then
26832 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26833 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26834 { (exit 1); exit 1; }; }
26835 else
26836 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26838 done
26840 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26841 if test -n "$ac_eof"; then
26842 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26843 ac_eof=`expr $ac_eof + 1`
26846 cat >>$CONFIG_STATUS <<_ACEOF
26847 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26848 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26849 /^[ ]*@MAKE_RULES@[ ]*$/{
26850 r $MAKE_RULES
26853 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26854 r $MAKE_DLL_RULES
26857 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26858 r $MAKE_IMPLIB_RULES
26861 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26862 r $MAKE_TEST_RULES
26865 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26866 r $MAKE_PROG_RULES
26869 _ACEOF
26870 sed '
26871 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26872 s/^/s,@/; s/!/@,|#_!!_#|/
26875 s/'"$ac_delim"'$/,g/; t
26876 s/$/\\/; p
26877 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26878 ' >>$CONFIG_STATUS <conf$$subs.sed
26879 rm -f conf$$subs.sed
26880 cat >>$CONFIG_STATUS <<_ACEOF
26881 CEOF$ac_eof
26882 _ACEOF
26885 ac_delim='%!_!# '
26886 for ac_last_try in false false false false false :; do
26887 cat >conf$$subs.sed <<_ACEOF
26888 LN_S!$LN_S$ac_delim
26889 LN!$LN$ac_delim
26890 GREP!$GREP$ac_delim
26891 EGREP!$EGREP$ac_delim
26892 LDCONFIG!$LDCONFIG$ac_delim
26893 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26894 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26895 INSTALL_DATA!$INSTALL_DATA$ac_delim
26896 LINT!$LINT$ac_delim
26897 LINTFLAGS!$LINTFLAGS$ac_delim
26898 FONTFORGE!$FONTFORGE$ac_delim
26899 PKG_CONFIG!$PKG_CONFIG$ac_delim
26900 RSVG!$RSVG$ac_delim
26901 ICOTOOL!$ICOTOOL$ac_delim
26902 PRELINK!$PRELINK$ac_delim
26903 LIBPTHREAD!$LIBPTHREAD$ac_delim
26904 XLIB!$XLIB$ac_delim
26905 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26906 DLLEXT!$DLLEXT$ac_delim
26907 DLLFLAGS!$DLLFLAGS$ac_delim
26908 LDSHARED!$LDSHARED$ac_delim
26909 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26910 LIBEXT!$LIBEXT$ac_delim
26911 IMPLIBEXT!$IMPLIBEXT$ac_delim
26912 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26913 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26914 LDD!$LDD$ac_delim
26915 DLLTOOL!$DLLTOOL$ac_delim
26916 DLLWRAP!$DLLWRAP$ac_delim
26917 MINGWAR!$MINGWAR$ac_delim
26918 SECURITYLIB!$SECURITYLIB$ac_delim
26919 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26920 IOKITLIB!$IOKITLIB$ac_delim
26921 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26922 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26923 COREAUDIO!$COREAUDIO$ac_delim
26924 CARBONLIB!$CARBONLIB$ac_delim
26925 CROSSTEST!$CROSSTEST$ac_delim
26926 CROSSCC!$CROSSCC$ac_delim
26927 CROSSWINDRES!$CROSSWINDRES$ac_delim
26928 NASLIBS!$NASLIBS$ac_delim
26929 XML2LIBS!$XML2LIBS$ac_delim
26930 XML2INCL!$XML2INCL$ac_delim
26931 XSLTLIBS!$XSLTLIBS$ac_delim
26932 XSLTINCL!$XSLTINCL$ac_delim
26933 HALINCL!$HALINCL$ac_delim
26934 sane_devel!$sane_devel$ac_delim
26935 SANEINCL!$SANEINCL$ac_delim
26936 gphoto2_devel!$gphoto2_devel$ac_delim
26937 gphoto2port_devel!$gphoto2port_devel$ac_delim
26938 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26939 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26940 RESOLVLIBS!$RESOLVLIBS$ac_delim
26941 LCMSLIBS!$LCMSLIBS$ac_delim
26942 ft_devel!$ft_devel$ac_delim
26943 FREETYPELIBS!$FREETYPELIBS$ac_delim
26944 FREETYPEINCL!$FREETYPEINCL$ac_delim
26945 ESDCONFIG!$ESDCONFIG$ac_delim
26946 ESDINCL!$ESDINCL$ac_delim
26947 ESDLIBS!$ESDLIBS$ac_delim
26948 ALSALIBS!$ALSALIBS$ac_delim
26949 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26950 CUPSINCL!$CUPSINCL$ac_delim
26951 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26952 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26953 BUILTINFLAG!$BUILTINFLAG$ac_delim
26954 LDPATH!$LDPATH$ac_delim
26955 CRTLIBS!$CRTLIBS$ac_delim
26956 SOCKETLIBS!$SOCKETLIBS$ac_delim
26957 MAIN_BINARY!$MAIN_BINARY$ac_delim
26958 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26959 LIBDL!$LIBDL$ac_delim
26960 LIBPOLL!$LIBPOLL$ac_delim
26961 LDAPLIBS!$LDAPLIBS$ac_delim
26962 DEPENDENCIES!$DEPENDENCIES$ac_delim
26963 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26964 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26965 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26966 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26967 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26968 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26969 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26970 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26971 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26972 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26973 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26974 LIBOBJS!$LIBOBJS$ac_delim
26975 LTLIBOBJS!$LTLIBOBJS$ac_delim
26976 _ACEOF
26978 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
26979 break
26980 elif $ac_last_try; then
26981 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26982 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26983 { (exit 1); exit 1; }; }
26984 else
26985 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26987 done
26989 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26990 if test -n "$ac_eof"; then
26991 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26992 ac_eof=`expr $ac_eof + 1`
26995 cat >>$CONFIG_STATUS <<_ACEOF
26996 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26997 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26998 _ACEOF
26999 sed '
27000 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27001 s/^/s,@/; s/!/@,|#_!!_#|/
27004 s/'"$ac_delim"'$/,g/; t
27005 s/$/\\/; p
27006 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27007 ' >>$CONFIG_STATUS <conf$$subs.sed
27008 rm -f conf$$subs.sed
27009 cat >>$CONFIG_STATUS <<_ACEOF
27010 :end
27011 s/|#_!!_#|//g
27012 CEOF$ac_eof
27013 _ACEOF
27016 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27017 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27018 # trailing colons and then remove the whole line if VPATH becomes empty
27019 # (actually we leave an empty line to preserve line numbers).
27020 if test "x$srcdir" = x.; then
27021 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27022 s/:*\$(srcdir):*/:/
27023 s/:*\${srcdir}:*/:/
27024 s/:*@srcdir@:*/:/
27025 s/^\([^=]*=[ ]*\):*/\1/
27026 s/:*$//
27027 s/^[^=]*=[ ]*$//
27031 cat >>$CONFIG_STATUS <<\_ACEOF
27032 fi # test -n "$CONFIG_FILES"
27035 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27037 case $ac_tag in
27038 :[FHLC]) ac_mode=$ac_tag; continue;;
27039 esac
27040 case $ac_mode$ac_tag in
27041 :[FHL]*:*);;
27042 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27043 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27044 { (exit 1); exit 1; }; };;
27045 :[FH]-) ac_tag=-:-;;
27046 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27047 esac
27048 ac_save_IFS=$IFS
27049 IFS=:
27050 set x $ac_tag
27051 IFS=$ac_save_IFS
27052 shift
27053 ac_file=$1
27054 shift
27056 case $ac_mode in
27057 :L) ac_source=$1;;
27058 :[FH])
27059 ac_file_inputs=
27060 for ac_f
27062 case $ac_f in
27063 -) ac_f="$tmp/stdin";;
27064 *) # Look for the file first in the build tree, then in the source tree
27065 # (if the path is not absolute). The absolute path cannot be DOS-style,
27066 # because $ac_f cannot contain `:'.
27067 test -f "$ac_f" ||
27068 case $ac_f in
27069 [\\/$]*) false;;
27070 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27071 esac ||
27072 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27073 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27074 { (exit 1); exit 1; }; };;
27075 esac
27076 ac_file_inputs="$ac_file_inputs $ac_f"
27077 done
27079 # Let's still pretend it is `configure' which instantiates (i.e., don't
27080 # use $as_me), people would be surprised to read:
27081 # /* config.h. Generated by config.status. */
27082 configure_input="Generated from "`IFS=:
27083 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27084 if test x"$ac_file" != x-; then
27085 configure_input="$ac_file. $configure_input"
27086 { echo "$as_me:$LINENO: creating $ac_file" >&5
27087 echo "$as_me: creating $ac_file" >&6;}
27090 case $ac_tag in
27091 *:-:* | *:-) cat >"$tmp/stdin";;
27092 esac
27094 esac
27096 ac_dir=`$as_dirname -- "$ac_file" ||
27097 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27098 X"$ac_file" : 'X\(//\)[^/]' \| \
27099 X"$ac_file" : 'X\(//\)$' \| \
27100 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27101 echo X"$ac_file" |
27102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27103 s//\1/
27106 /^X\(\/\/\)[^/].*/{
27107 s//\1/
27110 /^X\(\/\/\)$/{
27111 s//\1/
27114 /^X\(\/\).*/{
27115 s//\1/
27118 s/.*/./; q'`
27119 { as_dir="$ac_dir"
27120 case $as_dir in #(
27121 -*) as_dir=./$as_dir;;
27122 esac
27123 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27124 as_dirs=
27125 while :; do
27126 case $as_dir in #(
27127 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27128 *) as_qdir=$as_dir;;
27129 esac
27130 as_dirs="'$as_qdir' $as_dirs"
27131 as_dir=`$as_dirname -- "$as_dir" ||
27132 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27133 X"$as_dir" : 'X\(//\)[^/]' \| \
27134 X"$as_dir" : 'X\(//\)$' \| \
27135 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27136 echo X"$as_dir" |
27137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27138 s//\1/
27141 /^X\(\/\/\)[^/].*/{
27142 s//\1/
27145 /^X\(\/\/\)$/{
27146 s//\1/
27149 /^X\(\/\).*/{
27150 s//\1/
27153 s/.*/./; q'`
27154 test -d "$as_dir" && break
27155 done
27156 test -z "$as_dirs" || eval "mkdir $as_dirs"
27157 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27158 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27159 { (exit 1); exit 1; }; }; }
27160 ac_builddir=.
27162 case "$ac_dir" in
27163 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27165 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27166 # A ".." for each directory in $ac_dir_suffix.
27167 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27168 case $ac_top_builddir_sub in
27169 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27170 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27171 esac ;;
27172 esac
27173 ac_abs_top_builddir=$ac_pwd
27174 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27175 # for backward compatibility:
27176 ac_top_builddir=$ac_top_build_prefix
27178 case $srcdir in
27179 .) # We are building in place.
27180 ac_srcdir=.
27181 ac_top_srcdir=$ac_top_builddir_sub
27182 ac_abs_top_srcdir=$ac_pwd ;;
27183 [\\/]* | ?:[\\/]* ) # Absolute name.
27184 ac_srcdir=$srcdir$ac_dir_suffix;
27185 ac_top_srcdir=$srcdir
27186 ac_abs_top_srcdir=$srcdir ;;
27187 *) # Relative name.
27188 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27189 ac_top_srcdir=$ac_top_build_prefix$srcdir
27190 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27191 esac
27192 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27195 case $ac_mode in
27198 # CONFIG_FILE
27201 case $INSTALL in
27202 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27203 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27204 esac
27205 _ACEOF
27207 cat >>$CONFIG_STATUS <<\_ACEOF
27208 # If the template does not know about datarootdir, expand it.
27209 # FIXME: This hack should be removed a few years after 2.60.
27210 ac_datarootdir_hack=; ac_datarootdir_seen=
27212 case `sed -n '/datarootdir/ {
27216 /@datadir@/p
27217 /@docdir@/p
27218 /@infodir@/p
27219 /@localedir@/p
27220 /@mandir@/p
27221 ' $ac_file_inputs` in
27222 *datarootdir*) ac_datarootdir_seen=yes;;
27223 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27224 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27225 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27226 _ACEOF
27227 cat >>$CONFIG_STATUS <<_ACEOF
27228 ac_datarootdir_hack='
27229 s&@datadir@&$datadir&g
27230 s&@docdir@&$docdir&g
27231 s&@infodir@&$infodir&g
27232 s&@localedir@&$localedir&g
27233 s&@mandir@&$mandir&g
27234 s&\\\${datarootdir}&$datarootdir&g' ;;
27235 esac
27236 _ACEOF
27238 # Neutralize VPATH when `$srcdir' = `.'.
27239 # Shell code in configure.ac might set extrasub.
27240 # FIXME: do we really want to maintain this feature?
27241 cat >>$CONFIG_STATUS <<_ACEOF
27242 sed "$ac_vpsub
27243 $extrasub
27244 _ACEOF
27245 cat >>$CONFIG_STATUS <<\_ACEOF
27247 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27248 s&@configure_input@&$configure_input&;t t
27249 s&@top_builddir@&$ac_top_builddir_sub&;t t
27250 s&@srcdir@&$ac_srcdir&;t t
27251 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27252 s&@top_srcdir@&$ac_top_srcdir&;t t
27253 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27254 s&@builddir@&$ac_builddir&;t t
27255 s&@abs_builddir@&$ac_abs_builddir&;t t
27256 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27257 s&@INSTALL@&$ac_INSTALL&;t t
27258 $ac_datarootdir_hack
27259 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27261 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27262 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27263 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27264 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27265 which seems to be undefined. Please make sure it is defined." >&5
27266 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27267 which seems to be undefined. Please make sure it is defined." >&2;}
27269 rm -f "$tmp/stdin"
27270 case $ac_file in
27271 -) cat "$tmp/out"; rm -f "$tmp/out";;
27272 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27273 esac
27277 # CONFIG_HEADER
27279 _ACEOF
27281 # Transform confdefs.h into a sed script `conftest.defines', that
27282 # substitutes the proper values into config.h.in to produce config.h.
27283 rm -f conftest.defines conftest.tail
27284 # First, append a space to every undef/define line, to ease matching.
27285 echo 's/$/ /' >conftest.defines
27286 # Then, protect against being on the right side of a sed subst, or in
27287 # an unquoted here document, in config.status. If some macros were
27288 # called several times there might be several #defines for the same
27289 # symbol, which is useless. But do not sort them, since the last
27290 # AC_DEFINE must be honored.
27291 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27292 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27293 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27294 # PARAMS is the parameter list in the macro definition--in most cases, it's
27295 # just an empty string.
27296 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27297 ac_dB='\\)[ (].*,\\1define\\2'
27298 ac_dC=' '
27299 ac_dD=' ,'
27301 uniq confdefs.h |
27302 sed -n '
27303 t rset
27304 :rset
27305 s/^[ ]*#[ ]*define[ ][ ]*//
27306 t ok
27309 s/[\\&,]/\\&/g
27310 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27311 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27312 ' >>conftest.defines
27314 # Remove the space that was appended to ease matching.
27315 # Then replace #undef with comments. This is necessary, for
27316 # example, in the case of _POSIX_SOURCE, which is predefined and required
27317 # on some systems where configure will not decide to define it.
27318 # (The regexp can be short, since the line contains either #define or #undef.)
27319 echo 's/ $//
27320 s,^[ #]*u.*,/* & */,' >>conftest.defines
27322 # Break up conftest.defines:
27323 ac_max_sed_lines=50
27325 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27326 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27327 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27328 # et cetera.
27329 ac_in='$ac_file_inputs'
27330 ac_out='"$tmp/out1"'
27331 ac_nxt='"$tmp/out2"'
27333 while :
27335 # Write a here document:
27336 cat >>$CONFIG_STATUS <<_ACEOF
27337 # First, check the format of the line:
27338 cat >"\$tmp/defines.sed" <<\\CEOF
27339 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27340 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27342 :def
27343 _ACEOF
27344 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27345 echo 'CEOF
27346 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27347 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27348 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27349 grep . conftest.tail >/dev/null || break
27350 rm -f conftest.defines
27351 mv conftest.tail conftest.defines
27352 done
27353 rm -f conftest.defines conftest.tail
27355 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27356 cat >>$CONFIG_STATUS <<\_ACEOF
27357 if test x"$ac_file" != x-; then
27358 echo "/* $configure_input */" >"$tmp/config.h"
27359 cat "$ac_result" >>"$tmp/config.h"
27360 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27361 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27362 echo "$as_me: $ac_file is unchanged" >&6;}
27363 else
27364 rm -f $ac_file
27365 mv "$tmp/config.h" $ac_file
27367 else
27368 echo "/* $configure_input */"
27369 cat "$ac_result"
27371 rm -f "$tmp/out12"
27374 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27375 echo "$as_me: executing $ac_file commands" >&6;}
27377 esac
27380 case $ac_file$ac_mode in
27381 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27382 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27383 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27384 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27385 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27386 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27387 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27388 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27389 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27390 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27391 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27392 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27393 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27395 esac
27396 done # for ac_tag
27399 { (exit 0); exit 0; }
27400 _ACEOF
27401 chmod +x $CONFIG_STATUS
27402 ac_clean_files=$ac_clean_files_save
27405 # configure is writing to config.log, and then calls config.status.
27406 # config.status does its own redirection, appending to config.log.
27407 # Unfortunately, on DOS this fails, as config.log is still kept open
27408 # by configure, so config.status won't be able to write to it; its
27409 # output is simply discarded. So we exec the FD to /dev/null,
27410 # effectively closing config.log, so it can be properly (re)opened and
27411 # appended to by config.status. When coming back to configure, we
27412 # need to make the FD available again.
27413 if test "$no_create" != yes; then
27414 ac_cs_success=:
27415 ac_config_status_args=
27416 test "$silent" = yes &&
27417 ac_config_status_args="$ac_config_status_args --quiet"
27418 exec 5>/dev/null
27419 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27420 exec 5>>config.log
27421 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27422 # would make configure fail if this is the last instruction.
27423 $ac_cs_success || { (exit 1); exit 1; }
27427 if test "$no_create" = "yes"
27428 then
27429 exit 0
27432 ac_save_IFS="$IFS"
27433 IFS="|"
27434 if test "x$wine_notices != "x; then
27435 echo >&6
27436 for msg in $wine_notices; do
27437 if test -n "$msg"; then
27438 { echo "$as_me:$LINENO: $msg" >&5
27439 echo "$as_me: $msg" >&6;}
27441 done
27443 for msg in $wine_warnings; do
27444 if test -n "$msg"; then
27445 echo >&2
27446 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27447 echo "$as_me: WARNING: $msg" >&2;}
27449 done
27450 IFS="$ac_save_IFS"
27452 echo "
27453 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27454 " >&6