push e2dd5002080a3a5df525dea14b261213385de3ae
[wine/hacks.git] / configure
blob50797441e5889254b79574d064d666ee914f89d6
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.6.
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.6'
578 PACKAGE_STRING='Wine 1.1.6'
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 CROSSCC
738 CROSSWINDRES
739 CROSSTEST
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 GNUTLSINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 PULSELIBS
762 ALSALIBS
763 AUDIOIOLIBS
764 CUPSINCL
765 FONTCONFIGINCL
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
806 XMKMF
807 CPP'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.6 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 X features:
1368 --x-includes=DIR X include files are in DIR
1369 --x-libraries=DIR X library files are in DIR
1371 System types:
1372 --build=BUILD configure for building on BUILD [guessed]
1373 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1374 _ACEOF
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive ) echo "Configuration of Wine 1.1.6:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1445 CPP C preprocessor
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.6
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.6, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if 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/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pulse was given.
2067 if test "${with_pulse+set}" = set; then
2068 withval=$with_pulse;
2072 # Check whether --with-sane was given.
2073 if test "${with_sane+set}" = set; then
2074 withval=$with_sane;
2078 # Check whether --with-xcomposite was given.
2079 if test "${with_xcomposite+set}" = set; then
2080 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2084 # Check whether --with-xcursor was given.
2085 if test "${with_xcursor+set}" = set; then
2086 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2090 # Check whether --with-xinerama was given.
2091 if test "${with_xinerama+set}" = set; then
2092 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2096 # Check whether --with-xinput was given.
2097 if test "${with_xinput+set}" = set; then
2098 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2102 # Check whether --with-xml was given.
2103 if test "${with_xml+set}" = set; then
2104 withval=$with_xml;
2108 # Check whether --with-xrandr was given.
2109 if test "${with_xrandr+set}" = set; then
2110 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2114 # Check whether --with-xrender was given.
2115 if test "${with_xrender+set}" = set; then
2116 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2120 # Check whether --with-xshape was given.
2121 if test "${with_xshape+set}" = set; then
2122 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2126 # Check whether --with-xshm was given.
2127 if test "${with_xshm+set}" = set; then
2128 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2132 # Check whether --with-xslt was given.
2133 if test "${with_xslt+set}" = set; then
2134 withval=$with_xslt;
2138 # Check whether --with-xxf86vm was given.
2139 if test "${with_xxf86vm+set}" = set; then
2140 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2145 # Check whether --with-wine-tools was given.
2146 if test "${with_wine_tools+set}" = set; then
2147 withval=$with_wine_tools;
2150 # Check whether --enable-tests was given.
2151 if test "${enable_tests+set}" = set; then
2152 enableval=$enable_tests;
2156 # Make sure we can run config.sub.
2157 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2158 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2159 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2160 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: checking build system type" >&5
2163 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2164 if test "${ac_cv_build+set}" = set; then
2165 echo $ECHO_N "(cached) $ECHO_C" >&6
2166 else
2167 ac_build_alias=$build_alias
2168 test "x$ac_build_alias" = x &&
2169 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2170 test "x$ac_build_alias" = x &&
2171 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2172 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2173 { (exit 1); exit 1; }; }
2174 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2175 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2176 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2177 { (exit 1); exit 1; }; }
2180 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2181 echo "${ECHO_T}$ac_cv_build" >&6; }
2182 case $ac_cv_build in
2183 *-*-*) ;;
2184 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2185 echo "$as_me: error: invalid value of canonical build" >&2;}
2186 { (exit 1); exit 1; }; };;
2187 esac
2188 build=$ac_cv_build
2189 ac_save_IFS=$IFS; IFS='-'
2190 set x $ac_cv_build
2191 shift
2192 build_cpu=$1
2193 build_vendor=$2
2194 shift; shift
2195 # Remember, the first character of IFS is used to create $*,
2196 # except with old shells:
2197 build_os=$*
2198 IFS=$ac_save_IFS
2199 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2202 { echo "$as_me:$LINENO: checking host system type" >&5
2203 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2204 if test "${ac_cv_host+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2206 else
2207 if test "x$host_alias" = x; then
2208 ac_cv_host=$ac_cv_build
2209 else
2210 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2211 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2212 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2213 { (exit 1); exit 1; }; }
2217 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2218 echo "${ECHO_T}$ac_cv_host" >&6; }
2219 case $ac_cv_host in
2220 *-*-*) ;;
2221 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2222 echo "$as_me: error: invalid value of canonical host" >&2;}
2223 { (exit 1); exit 1; }; };;
2224 esac
2225 host=$ac_cv_host
2226 ac_save_IFS=$IFS; IFS='-'
2227 set x $ac_cv_host
2228 shift
2229 host_cpu=$1
2230 host_vendor=$2
2231 shift; shift
2232 # Remember, the first character of IFS is used to create $*,
2233 # except with old shells:
2234 host_os=$*
2235 IFS=$ac_save_IFS
2236 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case $host in
2240 x86_64*linux*)
2241 if test "x$enable_win64" != "xyes"
2242 then
2243 test -n "$CC" || CC="gcc -m32"
2244 test -n "$CXX"|| CXX="g++ -m32"
2245 test -n "$LD" || LD="ld -m elf_i386"
2246 test -n "$AS" || AS="as --32"
2247 host_cpu="i386"
2250 esac
2252 case $host_cpu in
2253 *i[3456789]86*)
2254 if test "x$enable_win16" != "xno"
2255 then
2256 enable_win16="yes"
2259 esac
2261 WIN16_FILES="\$(WIN16_FILES)"
2263 WIN16_INSTALL="\$(WIN16_INSTALL)"
2265 if test "x$enable_win16" != "xyes"
2266 then
2267 WIN16_FILES=""
2268 WIN16_INSTALL=""
2271 if test "x$enable_tests" == "xno"
2272 then
2273 WINETEST=""
2275 else
2276 WINETEST="winetest"
2280 case "$srcdir" in
2281 .) ;;
2282 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2283 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2284 You need to run 'make distclean' in the source tree first." >&5
2285 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2286 You need to run 'make distclean' in the source tree first." >&2;}
2287 { (exit 1); exit 1; }; }
2288 fi ;;
2289 esac
2292 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2293 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2294 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2295 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2296 echo $ECHO_N "(cached) $ECHO_C" >&6
2297 else
2298 cat >conftest.make <<\_ACEOF
2299 SHELL = /bin/sh
2300 all:
2301 @echo '@@@%%%=$(MAKE)=@@@%%%'
2302 _ACEOF
2303 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2304 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2305 *@@@%%%=?*=@@@%%%*)
2306 eval ac_cv_prog_make_${ac_make}_set=yes;;
2308 eval ac_cv_prog_make_${ac_make}_set=no;;
2309 esac
2310 rm -f conftest.make
2312 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2313 { echo "$as_me:$LINENO: result: yes" >&5
2314 echo "${ECHO_T}yes" >&6; }
2315 SET_MAKE=
2316 else
2317 { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2319 SET_MAKE="MAKE=${MAKE-make}"
2322 ac_ext=c
2323 ac_cpp='$CPP $CPPFLAGS'
2324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2327 if test -n "$ac_tool_prefix"; then
2328 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2329 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2332 if test "${ac_cv_prog_CC+set}" = set; then
2333 echo $ECHO_N "(cached) $ECHO_C" >&6
2334 else
2335 if test -n "$CC"; then
2336 ac_cv_prog_CC="$CC" # Let the user override the test.
2337 else
2338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2339 for as_dir in $PATH
2341 IFS=$as_save_IFS
2342 test -z "$as_dir" && as_dir=.
2343 for ac_exec_ext in '' $ac_executable_extensions; do
2344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2345 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2347 break 2
2349 done
2350 done
2351 IFS=$as_save_IFS
2355 CC=$ac_cv_prog_CC
2356 if test -n "$CC"; then
2357 { echo "$as_me:$LINENO: result: $CC" >&5
2358 echo "${ECHO_T}$CC" >&6; }
2359 else
2360 { echo "$as_me:$LINENO: result: no" >&5
2361 echo "${ECHO_T}no" >&6; }
2366 if test -z "$ac_cv_prog_CC"; then
2367 ac_ct_CC=$CC
2368 # Extract the first word of "gcc", so it can be a program name with args.
2369 set dummy gcc; ac_word=$2
2370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2372 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2373 echo $ECHO_N "(cached) $ECHO_C" >&6
2374 else
2375 if test -n "$ac_ct_CC"; then
2376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2377 else
2378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2379 for as_dir in $PATH
2381 IFS=$as_save_IFS
2382 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2385 ac_cv_prog_ac_ct_CC="gcc"
2386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2387 break 2
2389 done
2390 done
2391 IFS=$as_save_IFS
2395 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2396 if test -n "$ac_ct_CC"; then
2397 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2398 echo "${ECHO_T}$ac_ct_CC" >&6; }
2399 else
2400 { echo "$as_me:$LINENO: result: no" >&5
2401 echo "${ECHO_T}no" >&6; }
2404 if test "x$ac_ct_CC" = x; then
2405 CC=""
2406 else
2407 case $cross_compiling:$ac_tool_warned in
2408 yes:)
2409 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2410 whose name does not start with the host triplet. If you think this
2411 configuration is useful to you, please write to autoconf@gnu.org." >&5
2412 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2413 whose name does not start with the host triplet. If you think this
2414 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2415 ac_tool_warned=yes ;;
2416 esac
2417 CC=$ac_ct_CC
2419 else
2420 CC="$ac_cv_prog_CC"
2423 if test -z "$CC"; then
2424 if test -n "$ac_tool_prefix"; then
2425 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2426 set dummy ${ac_tool_prefix}cc; ac_word=$2
2427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2429 if test "${ac_cv_prog_CC+set}" = set; then
2430 echo $ECHO_N "(cached) $ECHO_C" >&6
2431 else
2432 if test -n "$CC"; then
2433 ac_cv_prog_CC="$CC" # Let the user override the test.
2434 else
2435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2436 for as_dir in $PATH
2438 IFS=$as_save_IFS
2439 test -z "$as_dir" && as_dir=.
2440 for ac_exec_ext in '' $ac_executable_extensions; do
2441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2442 ac_cv_prog_CC="${ac_tool_prefix}cc"
2443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2444 break 2
2446 done
2447 done
2448 IFS=$as_save_IFS
2452 CC=$ac_cv_prog_CC
2453 if test -n "$CC"; then
2454 { echo "$as_me:$LINENO: result: $CC" >&5
2455 echo "${ECHO_T}$CC" >&6; }
2456 else
2457 { echo "$as_me:$LINENO: result: no" >&5
2458 echo "${ECHO_T}no" >&6; }
2464 if test -z "$CC"; then
2465 # Extract the first word of "cc", so it can be a program name with args.
2466 set dummy cc; ac_word=$2
2467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2469 if test "${ac_cv_prog_CC+set}" = set; then
2470 echo $ECHO_N "(cached) $ECHO_C" >&6
2471 else
2472 if test -n "$CC"; then
2473 ac_cv_prog_CC="$CC" # Let the user override the test.
2474 else
2475 ac_prog_rejected=no
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477 for as_dir in $PATH
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2483 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2484 ac_prog_rejected=yes
2485 continue
2487 ac_cv_prog_CC="cc"
2488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2489 break 2
2491 done
2492 done
2493 IFS=$as_save_IFS
2495 if test $ac_prog_rejected = yes; then
2496 # We found a bogon in the path, so make sure we never use it.
2497 set dummy $ac_cv_prog_CC
2498 shift
2499 if test $# != 0; then
2500 # We chose a different compiler from the bogus one.
2501 # However, it has the same basename, so the bogon will be chosen
2502 # first if we set CC to just the basename; use the full file name.
2503 shift
2504 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2509 CC=$ac_cv_prog_CC
2510 if test -n "$CC"; then
2511 { echo "$as_me:$LINENO: result: $CC" >&5
2512 echo "${ECHO_T}$CC" >&6; }
2513 else
2514 { echo "$as_me:$LINENO: result: no" >&5
2515 echo "${ECHO_T}no" >&6; }
2520 if test -z "$CC"; then
2521 if test -n "$ac_tool_prefix"; then
2522 for ac_prog in cl.exe
2524 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2525 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2528 if test "${ac_cv_prog_CC+set}" = set; then
2529 echo $ECHO_N "(cached) $ECHO_C" >&6
2530 else
2531 if test -n "$CC"; then
2532 ac_cv_prog_CC="$CC" # Let the user override the test.
2533 else
2534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535 for as_dir in $PATH
2537 IFS=$as_save_IFS
2538 test -z "$as_dir" && as_dir=.
2539 for ac_exec_ext in '' $ac_executable_extensions; do
2540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2541 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2543 break 2
2545 done
2546 done
2547 IFS=$as_save_IFS
2551 CC=$ac_cv_prog_CC
2552 if test -n "$CC"; then
2553 { echo "$as_me:$LINENO: result: $CC" >&5
2554 echo "${ECHO_T}$CC" >&6; }
2555 else
2556 { echo "$as_me:$LINENO: result: no" >&5
2557 echo "${ECHO_T}no" >&6; }
2561 test -n "$CC" && break
2562 done
2564 if test -z "$CC"; then
2565 ac_ct_CC=$CC
2566 for ac_prog in cl.exe
2568 # Extract the first word of "$ac_prog", so it can be a program name with args.
2569 set dummy $ac_prog; ac_word=$2
2570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2572 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2573 echo $ECHO_N "(cached) $ECHO_C" >&6
2574 else
2575 if test -n "$ac_ct_CC"; then
2576 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2577 else
2578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2579 for as_dir in $PATH
2581 IFS=$as_save_IFS
2582 test -z "$as_dir" && as_dir=.
2583 for ac_exec_ext in '' $ac_executable_extensions; do
2584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2585 ac_cv_prog_ac_ct_CC="$ac_prog"
2586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2587 break 2
2589 done
2590 done
2591 IFS=$as_save_IFS
2595 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2596 if test -n "$ac_ct_CC"; then
2597 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2598 echo "${ECHO_T}$ac_ct_CC" >&6; }
2599 else
2600 { echo "$as_me:$LINENO: result: no" >&5
2601 echo "${ECHO_T}no" >&6; }
2605 test -n "$ac_ct_CC" && break
2606 done
2608 if test "x$ac_ct_CC" = x; then
2609 CC=""
2610 else
2611 case $cross_compiling:$ac_tool_warned in
2612 yes:)
2613 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2614 whose name does not start with the host triplet. If you think this
2615 configuration is useful to you, please write to autoconf@gnu.org." >&5
2616 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2617 whose name does not start with the host triplet. If you think this
2618 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2619 ac_tool_warned=yes ;;
2620 esac
2621 CC=$ac_ct_CC
2628 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2629 See \`config.log' for more details." >&5
2630 echo "$as_me: error: no acceptable C compiler found in \$PATH
2631 See \`config.log' for more details." >&2;}
2632 { (exit 1); exit 1; }; }
2634 # Provide some information about the compiler.
2635 echo "$as_me:$LINENO: checking for C compiler version" >&5
2636 ac_compiler=`set X $ac_compile; echo $2`
2637 { (ac_try="$ac_compiler --version >&5"
2638 case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641 esac
2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2643 (eval "$ac_compiler --version >&5") 2>&5
2644 ac_status=$?
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }
2647 { (ac_try="$ac_compiler -v >&5"
2648 case "(($ac_try" in
2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2650 *) ac_try_echo=$ac_try;;
2651 esac
2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2653 (eval "$ac_compiler -v >&5") 2>&5
2654 ac_status=$?
2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2656 (exit $ac_status); }
2657 { (ac_try="$ac_compiler -V >&5"
2658 case "(($ac_try" in
2659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2660 *) ac_try_echo=$ac_try;;
2661 esac
2662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2663 (eval "$ac_compiler -V >&5") 2>&5
2664 ac_status=$?
2665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2666 (exit $ac_status); }
2668 cat >conftest.$ac_ext <<_ACEOF
2669 /* confdefs.h. */
2670 _ACEOF
2671 cat confdefs.h >>conftest.$ac_ext
2672 cat >>conftest.$ac_ext <<_ACEOF
2673 /* end confdefs.h. */
2676 main ()
2680 return 0;
2682 _ACEOF
2683 ac_clean_files_save=$ac_clean_files
2684 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2685 # Try to create an executable without -o first, disregard a.out.
2686 # It will help us diagnose broken compilers, and finding out an intuition
2687 # of exeext.
2688 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2689 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2690 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2692 # List of possible output files, starting from the most likely.
2693 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2694 # only as a last resort. b.out is created by i960 compilers.
2695 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2697 # The IRIX 6 linker writes into existing files which may not be
2698 # executable, retaining their permissions. Remove them first so a
2699 # subsequent execution test works.
2700 ac_rmfiles=
2701 for ac_file in $ac_files
2703 case $ac_file in
2704 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2705 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2706 esac
2707 done
2708 rm -f $ac_rmfiles
2710 if { (ac_try="$ac_link_default"
2711 case "(($ac_try" in
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2714 esac
2715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2716 (eval "$ac_link_default") 2>&5
2717 ac_status=$?
2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2719 (exit $ac_status); }; then
2720 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2721 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2722 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2723 # so that the user can short-circuit this test for compilers unknown to
2724 # Autoconf.
2725 for ac_file in $ac_files ''
2727 test -f "$ac_file" || continue
2728 case $ac_file in
2729 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2731 [ab].out )
2732 # We found the default executable, but exeext='' is most
2733 # certainly right.
2734 break;;
2735 *.* )
2736 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2737 then :; else
2738 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2740 # We set ac_cv_exeext here because the later test for it is not
2741 # safe: cross compilers may not add the suffix if given an `-o'
2742 # argument, so we may need to know it at that point already.
2743 # Even if this section looks crufty: it has the advantage of
2744 # actually working.
2745 break;;
2747 break;;
2748 esac
2749 done
2750 test "$ac_cv_exeext" = no && ac_cv_exeext=
2752 else
2753 ac_file=''
2756 { echo "$as_me:$LINENO: result: $ac_file" >&5
2757 echo "${ECHO_T}$ac_file" >&6; }
2758 if test -z "$ac_file"; then
2759 echo "$as_me: failed program was:" >&5
2760 sed 's/^/| /' conftest.$ac_ext >&5
2762 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: C compiler cannot create executables
2765 See \`config.log' for more details." >&2;}
2766 { (exit 77); exit 77; }; }
2769 ac_exeext=$ac_cv_exeext
2771 # Check that the compiler produces executables we can run. If not, either
2772 # the compiler is broken, or we cross compile.
2773 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2774 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2775 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2776 # If not cross compiling, check that we can run a simple program.
2777 if test "$cross_compiling" != yes; then
2778 if { ac_try='./$ac_file'
2779 { (case "(($ac_try" in
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_try") 2>&5
2785 ac_status=$?
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; }; then
2788 cross_compiling=no
2789 else
2790 if test "$cross_compiling" = maybe; then
2791 cross_compiling=yes
2792 else
2793 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2794 If you meant to cross compile, use \`--host'.
2795 See \`config.log' for more details." >&5
2796 echo "$as_me: error: cannot run C compiled programs.
2797 If you meant to cross compile, use \`--host'.
2798 See \`config.log' for more details." >&2;}
2799 { (exit 1); exit 1; }; }
2803 { echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6; }
2806 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2807 ac_clean_files=$ac_clean_files_save
2808 # Check that the compiler produces executables we can run. If not, either
2809 # the compiler is broken, or we cross compile.
2810 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2811 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2812 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2813 echo "${ECHO_T}$cross_compiling" >&6; }
2815 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2816 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2817 if { (ac_try="$ac_link"
2818 case "(($ac_try" in
2819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2820 *) ac_try_echo=$ac_try;;
2821 esac
2822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2823 (eval "$ac_link") 2>&5
2824 ac_status=$?
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; then
2827 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2828 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2829 # work properly (i.e., refer to `conftest.exe'), while it won't with
2830 # `rm'.
2831 for ac_file in conftest.exe conftest conftest.*; do
2832 test -f "$ac_file" || continue
2833 case $ac_file in
2834 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2835 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2836 break;;
2837 * ) break;;
2838 esac
2839 done
2840 else
2841 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2842 See \`config.log' for more details." >&5
2843 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2844 See \`config.log' for more details." >&2;}
2845 { (exit 1); exit 1; }; }
2848 rm -f conftest$ac_cv_exeext
2849 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2850 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2852 rm -f conftest.$ac_ext
2853 EXEEXT=$ac_cv_exeext
2854 ac_exeext=$EXEEXT
2855 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2856 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2857 if test "${ac_cv_objext+set}" = set; then
2858 echo $ECHO_N "(cached) $ECHO_C" >&6
2859 else
2860 cat >conftest.$ac_ext <<_ACEOF
2861 /* confdefs.h. */
2862 _ACEOF
2863 cat confdefs.h >>conftest.$ac_ext
2864 cat >>conftest.$ac_ext <<_ACEOF
2865 /* end confdefs.h. */
2868 main ()
2872 return 0;
2874 _ACEOF
2875 rm -f conftest.o conftest.obj
2876 if { (ac_try="$ac_compile"
2877 case "(($ac_try" in
2878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2879 *) ac_try_echo=$ac_try;;
2880 esac
2881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2882 (eval "$ac_compile") 2>&5
2883 ac_status=$?
2884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2885 (exit $ac_status); }; then
2886 for ac_file in conftest.o conftest.obj conftest.*; do
2887 test -f "$ac_file" || continue;
2888 case $ac_file in
2889 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2890 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2891 break;;
2892 esac
2893 done
2894 else
2895 echo "$as_me: failed program was:" >&5
2896 sed 's/^/| /' conftest.$ac_ext >&5
2898 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2899 See \`config.log' for more details." >&5
2900 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2901 See \`config.log' for more details." >&2;}
2902 { (exit 1); exit 1; }; }
2905 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2907 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2908 echo "${ECHO_T}$ac_cv_objext" >&6; }
2909 OBJEXT=$ac_cv_objext
2910 ac_objext=$OBJEXT
2911 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2912 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2913 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
2915 else
2916 cat >conftest.$ac_ext <<_ACEOF
2917 /* confdefs.h. */
2918 _ACEOF
2919 cat confdefs.h >>conftest.$ac_ext
2920 cat >>conftest.$ac_ext <<_ACEOF
2921 /* end confdefs.h. */
2924 main ()
2926 #ifndef __GNUC__
2927 choke me
2928 #endif
2931 return 0;
2933 _ACEOF
2934 rm -f conftest.$ac_objext
2935 if { (ac_try="$ac_compile"
2936 case "(($ac_try" in
2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2938 *) ac_try_echo=$ac_try;;
2939 esac
2940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2941 (eval "$ac_compile") 2>conftest.er1
2942 ac_status=$?
2943 grep -v '^ *+' conftest.er1 >conftest.err
2944 rm -f conftest.er1
2945 cat conftest.err >&5
2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 (exit $ac_status); } && {
2948 test -z "$ac_c_werror_flag" ||
2949 test ! -s conftest.err
2950 } && test -s conftest.$ac_objext; then
2951 ac_compiler_gnu=yes
2952 else
2953 echo "$as_me: failed program was:" >&5
2954 sed 's/^/| /' conftest.$ac_ext >&5
2956 ac_compiler_gnu=no
2959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2960 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2963 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2964 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2965 GCC=`test $ac_compiler_gnu = yes && echo yes`
2966 ac_test_CFLAGS=${CFLAGS+set}
2967 ac_save_CFLAGS=$CFLAGS
2968 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2969 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2970 if test "${ac_cv_prog_cc_g+set}" = set; then
2971 echo $ECHO_N "(cached) $ECHO_C" >&6
2972 else
2973 ac_save_c_werror_flag=$ac_c_werror_flag
2974 ac_c_werror_flag=yes
2975 ac_cv_prog_cc_g=no
2976 CFLAGS="-g"
2977 cat >conftest.$ac_ext <<_ACEOF
2978 /* confdefs.h. */
2979 _ACEOF
2980 cat confdefs.h >>conftest.$ac_ext
2981 cat >>conftest.$ac_ext <<_ACEOF
2982 /* end confdefs.h. */
2985 main ()
2989 return 0;
2991 _ACEOF
2992 rm -f conftest.$ac_objext
2993 if { (ac_try="$ac_compile"
2994 case "(($ac_try" in
2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996 *) ac_try_echo=$ac_try;;
2997 esac
2998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2999 (eval "$ac_compile") 2>conftest.er1
3000 ac_status=$?
3001 grep -v '^ *+' conftest.er1 >conftest.err
3002 rm -f conftest.er1
3003 cat conftest.err >&5
3004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005 (exit $ac_status); } && {
3006 test -z "$ac_c_werror_flag" ||
3007 test ! -s conftest.err
3008 } && test -s conftest.$ac_objext; then
3009 ac_cv_prog_cc_g=yes
3010 else
3011 echo "$as_me: failed program was:" >&5
3012 sed 's/^/| /' conftest.$ac_ext >&5
3014 CFLAGS=""
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3027 return 0;
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3038 ac_status=$?
3039 grep -v '^ *+' conftest.er1 >conftest.err
3040 rm -f conftest.er1
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3048 else
3049 echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3052 ac_c_werror_flag=$ac_save_c_werror_flag
3053 CFLAGS="-g"
3054 cat >conftest.$ac_ext <<_ACEOF
3055 /* confdefs.h. */
3056 _ACEOF
3057 cat confdefs.h >>conftest.$ac_ext
3058 cat >>conftest.$ac_ext <<_ACEOF
3059 /* end confdefs.h. */
3062 main ()
3066 return 0;
3068 _ACEOF
3069 rm -f conftest.$ac_objext
3070 if { (ac_try="$ac_compile"
3071 case "(($ac_try" in
3072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3073 *) ac_try_echo=$ac_try;;
3074 esac
3075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3076 (eval "$ac_compile") 2>conftest.er1
3077 ac_status=$?
3078 grep -v '^ *+' conftest.er1 >conftest.err
3079 rm -f conftest.er1
3080 cat conftest.err >&5
3081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); } && {
3083 test -z "$ac_c_werror_flag" ||
3084 test ! -s conftest.err
3085 } && test -s conftest.$ac_objext; then
3086 ac_cv_prog_cc_g=yes
3087 else
3088 echo "$as_me: failed program was:" >&5
3089 sed 's/^/| /' conftest.$ac_ext >&5
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3101 ac_c_werror_flag=$ac_save_c_werror_flag
3103 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3104 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3105 if test "$ac_test_CFLAGS" = set; then
3106 CFLAGS=$ac_save_CFLAGS
3107 elif test $ac_cv_prog_cc_g = yes; then
3108 if test "$GCC" = yes; then
3109 CFLAGS="-g -O2"
3110 else
3111 CFLAGS="-g"
3113 else
3114 if test "$GCC" = yes; then
3115 CFLAGS="-O2"
3116 else
3117 CFLAGS=
3120 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3121 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3122 if test "${ac_cv_prog_cc_c89+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3124 else
3125 ac_cv_prog_cc_c89=no
3126 ac_save_CC=$CC
3127 cat >conftest.$ac_ext <<_ACEOF
3128 /* confdefs.h. */
3129 _ACEOF
3130 cat confdefs.h >>conftest.$ac_ext
3131 cat >>conftest.$ac_ext <<_ACEOF
3132 /* end confdefs.h. */
3133 #include <stdarg.h>
3134 #include <stdio.h>
3135 #include <sys/types.h>
3136 #include <sys/stat.h>
3137 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3138 struct buf { int x; };
3139 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3140 static char *e (p, i)
3141 char **p;
3142 int i;
3144 return p[i];
3146 static char *f (char * (*g) (char **, int), char **p, ...)
3148 char *s;
3149 va_list v;
3150 va_start (v,p);
3151 s = g (p, va_arg (v,int));
3152 va_end (v);
3153 return s;
3156 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3157 function prototypes and stuff, but not '\xHH' hex character constants.
3158 These don't provoke an error unfortunately, instead are silently treated
3159 as 'x'. The following induces an error, until -std is added to get
3160 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3161 array size at least. It's necessary to write '\x00'==0 to get something
3162 that's true only with -std. */
3163 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3165 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3166 inside strings and character constants. */
3167 #define FOO(x) 'x'
3168 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3170 int test (int i, double x);
3171 struct s1 {int (*f) (int a);};
3172 struct s2 {int (*f) (double a);};
3173 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3174 int argc;
3175 char **argv;
3177 main ()
3179 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3181 return 0;
3183 _ACEOF
3184 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3185 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3187 CC="$ac_save_CC $ac_arg"
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3190 case "(($ac_try" in
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3193 esac
3194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3195 (eval "$ac_compile") 2>conftest.er1
3196 ac_status=$?
3197 grep -v '^ *+' conftest.er1 >conftest.err
3198 rm -f conftest.er1
3199 cat conftest.err >&5
3200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201 (exit $ac_status); } && {
3202 test -z "$ac_c_werror_flag" ||
3203 test ! -s conftest.err
3204 } && test -s conftest.$ac_objext; then
3205 ac_cv_prog_cc_c89=$ac_arg
3206 else
3207 echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3213 rm -f core conftest.err conftest.$ac_objext
3214 test "x$ac_cv_prog_cc_c89" != "xno" && break
3215 done
3216 rm -f conftest.$ac_ext
3217 CC=$ac_save_CC
3220 # AC_CACHE_VAL
3221 case "x$ac_cv_prog_cc_c89" in
3223 { echo "$as_me:$LINENO: result: none needed" >&5
3224 echo "${ECHO_T}none needed" >&6; } ;;
3225 xno)
3226 { echo "$as_me:$LINENO: result: unsupported" >&5
3227 echo "${ECHO_T}unsupported" >&6; } ;;
3229 CC="$CC $ac_cv_prog_cc_c89"
3230 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3231 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3232 esac
3235 ac_ext=c
3236 ac_cpp='$CPP $CPPFLAGS'
3237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3241 ac_ext=cpp
3242 ac_cpp='$CXXCPP $CPPFLAGS'
3243 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3246 if test -z "$CXX"; then
3247 if test -n "$CCC"; then
3248 CXX=$CCC
3249 else
3250 if test -n "$ac_tool_prefix"; then
3251 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3253 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3254 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3257 if test "${ac_cv_prog_CXX+set}" = set; then
3258 echo $ECHO_N "(cached) $ECHO_C" >&6
3259 else
3260 if test -n "$CXX"; then
3261 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3262 else
3263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3264 for as_dir in $PATH
3266 IFS=$as_save_IFS
3267 test -z "$as_dir" && as_dir=.
3268 for ac_exec_ext in '' $ac_executable_extensions; do
3269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3270 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3272 break 2
3274 done
3275 done
3276 IFS=$as_save_IFS
3280 CXX=$ac_cv_prog_CXX
3281 if test -n "$CXX"; then
3282 { echo "$as_me:$LINENO: result: $CXX" >&5
3283 echo "${ECHO_T}$CXX" >&6; }
3284 else
3285 { echo "$as_me:$LINENO: result: no" >&5
3286 echo "${ECHO_T}no" >&6; }
3290 test -n "$CXX" && break
3291 done
3293 if test -z "$CXX"; then
3294 ac_ct_CXX=$CXX
3295 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3297 # Extract the first word of "$ac_prog", so it can be a program name with args.
3298 set dummy $ac_prog; ac_word=$2
3299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3301 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3303 else
3304 if test -n "$ac_ct_CXX"; then
3305 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3306 else
3307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3308 for as_dir in $PATH
3310 IFS=$as_save_IFS
3311 test -z "$as_dir" && as_dir=.
3312 for ac_exec_ext in '' $ac_executable_extensions; do
3313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3314 ac_cv_prog_ac_ct_CXX="$ac_prog"
3315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3316 break 2
3318 done
3319 done
3320 IFS=$as_save_IFS
3324 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3325 if test -n "$ac_ct_CXX"; then
3326 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3327 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3328 else
3329 { echo "$as_me:$LINENO: result: no" >&5
3330 echo "${ECHO_T}no" >&6; }
3334 test -n "$ac_ct_CXX" && break
3335 done
3337 if test "x$ac_ct_CXX" = x; then
3338 CXX="g++"
3339 else
3340 case $cross_compiling:$ac_tool_warned in
3341 yes:)
3342 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3343 whose name does not start with the host triplet. If you think this
3344 configuration is useful to you, please write to autoconf@gnu.org." >&5
3345 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3346 whose name does not start with the host triplet. If you think this
3347 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3348 ac_tool_warned=yes ;;
3349 esac
3350 CXX=$ac_ct_CXX
3356 # Provide some information about the compiler.
3357 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3358 ac_compiler=`set X $ac_compile; echo $2`
3359 { (ac_try="$ac_compiler --version >&5"
3360 case "(($ac_try" in
3361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3362 *) ac_try_echo=$ac_try;;
3363 esac
3364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3365 (eval "$ac_compiler --version >&5") 2>&5
3366 ac_status=$?
3367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 (exit $ac_status); }
3369 { (ac_try="$ac_compiler -v >&5"
3370 case "(($ac_try" in
3371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372 *) ac_try_echo=$ac_try;;
3373 esac
3374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3375 (eval "$ac_compiler -v >&5") 2>&5
3376 ac_status=$?
3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3378 (exit $ac_status); }
3379 { (ac_try="$ac_compiler -V >&5"
3380 case "(($ac_try" in
3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3382 *) ac_try_echo=$ac_try;;
3383 esac
3384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3385 (eval "$ac_compiler -V >&5") 2>&5
3386 ac_status=$?
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); }
3390 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3391 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3392 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3393 echo $ECHO_N "(cached) $ECHO_C" >&6
3394 else
3395 cat >conftest.$ac_ext <<_ACEOF
3396 /* confdefs.h. */
3397 _ACEOF
3398 cat confdefs.h >>conftest.$ac_ext
3399 cat >>conftest.$ac_ext <<_ACEOF
3400 /* end confdefs.h. */
3403 main ()
3405 #ifndef __GNUC__
3406 choke me
3407 #endif
3410 return 0;
3412 _ACEOF
3413 rm -f conftest.$ac_objext
3414 if { (ac_try="$ac_compile"
3415 case "(($ac_try" in
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3418 esac
3419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3420 (eval "$ac_compile") 2>conftest.er1
3421 ac_status=$?
3422 grep -v '^ *+' conftest.er1 >conftest.err
3423 rm -f conftest.er1
3424 cat conftest.err >&5
3425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3426 (exit $ac_status); } && {
3427 test -z "$ac_cxx_werror_flag" ||
3428 test ! -s conftest.err
3429 } && test -s conftest.$ac_objext; then
3430 ac_compiler_gnu=yes
3431 else
3432 echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 ac_compiler_gnu=no
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3439 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3442 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3443 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3444 GXX=`test $ac_compiler_gnu = yes && echo yes`
3445 ac_test_CXXFLAGS=${CXXFLAGS+set}
3446 ac_save_CXXFLAGS=$CXXFLAGS
3447 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3448 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3449 if test "${ac_cv_prog_cxx_g+set}" = set; then
3450 echo $ECHO_N "(cached) $ECHO_C" >&6
3451 else
3452 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3453 ac_cxx_werror_flag=yes
3454 ac_cv_prog_cxx_g=no
3455 CXXFLAGS="-g"
3456 cat >conftest.$ac_ext <<_ACEOF
3457 /* confdefs.h. */
3458 _ACEOF
3459 cat confdefs.h >>conftest.$ac_ext
3460 cat >>conftest.$ac_ext <<_ACEOF
3461 /* end confdefs.h. */
3464 main ()
3468 return 0;
3470 _ACEOF
3471 rm -f conftest.$ac_objext
3472 if { (ac_try="$ac_compile"
3473 case "(($ac_try" in
3474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3475 *) ac_try_echo=$ac_try;;
3476 esac
3477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3478 (eval "$ac_compile") 2>conftest.er1
3479 ac_status=$?
3480 grep -v '^ *+' conftest.er1 >conftest.err
3481 rm -f conftest.er1
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); } && {
3485 test -z "$ac_cxx_werror_flag" ||
3486 test ! -s conftest.err
3487 } && test -s conftest.$ac_objext; then
3488 ac_cv_prog_cxx_g=yes
3489 else
3490 echo "$as_me: failed program was:" >&5
3491 sed 's/^/| /' conftest.$ac_ext >&5
3493 CXXFLAGS=""
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3517 ac_status=$?
3518 grep -v '^ *+' conftest.er1 >conftest.err
3519 rm -f conftest.er1
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3527 else
3528 echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3531 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3532 CXXFLAGS="-g"
3533 cat >conftest.$ac_ext <<_ACEOF
3534 /* confdefs.h. */
3535 _ACEOF
3536 cat confdefs.h >>conftest.$ac_ext
3537 cat >>conftest.$ac_ext <<_ACEOF
3538 /* end confdefs.h. */
3541 main ()
3545 return 0;
3547 _ACEOF
3548 rm -f conftest.$ac_objext
3549 if { (ac_try="$ac_compile"
3550 case "(($ac_try" in
3551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3552 *) ac_try_echo=$ac_try;;
3553 esac
3554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3555 (eval "$ac_compile") 2>conftest.er1
3556 ac_status=$?
3557 grep -v '^ *+' conftest.er1 >conftest.err
3558 rm -f conftest.er1
3559 cat conftest.err >&5
3560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3561 (exit $ac_status); } && {
3562 test -z "$ac_cxx_werror_flag" ||
3563 test ! -s conftest.err
3564 } && test -s conftest.$ac_objext; then
3565 ac_cv_prog_cxx_g=yes
3566 else
3567 echo "$as_me: failed program was:" >&5
3568 sed 's/^/| /' conftest.$ac_ext >&5
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3582 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3583 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3584 if test "$ac_test_CXXFLAGS" = set; then
3585 CXXFLAGS=$ac_save_CXXFLAGS
3586 elif test $ac_cv_prog_cxx_g = yes; then
3587 if test "$GXX" = yes; then
3588 CXXFLAGS="-g -O2"
3589 else
3590 CXXFLAGS="-g"
3592 else
3593 if test "$GXX" = yes; then
3594 CXXFLAGS="-O2"
3595 else
3596 CXXFLAGS=
3599 ac_ext=c
3600 ac_cpp='$CPP $CPPFLAGS'
3601 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3602 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3603 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3605 if test -n "$ac_tool_prefix"; then
3606 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3607 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3610 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3611 echo $ECHO_N "(cached) $ECHO_C" >&6
3612 else
3613 if test -n "$CPPBIN"; then
3614 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3615 else
3616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3617 for as_dir in $PATH
3619 IFS=$as_save_IFS
3620 test -z "$as_dir" && as_dir=.
3621 for ac_exec_ext in '' $ac_executable_extensions; do
3622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3623 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3625 break 2
3627 done
3628 done
3629 IFS=$as_save_IFS
3633 CPPBIN=$ac_cv_prog_CPPBIN
3634 if test -n "$CPPBIN"; then
3635 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3636 echo "${ECHO_T}$CPPBIN" >&6; }
3637 else
3638 { echo "$as_me:$LINENO: result: no" >&5
3639 echo "${ECHO_T}no" >&6; }
3644 if test -z "$ac_cv_prog_CPPBIN"; then
3645 ac_ct_CPPBIN=$CPPBIN
3646 # Extract the first word of "cpp", so it can be a program name with args.
3647 set dummy cpp; ac_word=$2
3648 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3650 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3651 echo $ECHO_N "(cached) $ECHO_C" >&6
3652 else
3653 if test -n "$ac_ct_CPPBIN"; then
3654 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3655 else
3656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3657 for as_dir in $PATH
3659 IFS=$as_save_IFS
3660 test -z "$as_dir" && as_dir=.
3661 for ac_exec_ext in '' $ac_executable_extensions; do
3662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3663 ac_cv_prog_ac_ct_CPPBIN="cpp"
3664 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3665 break 2
3667 done
3668 done
3669 IFS=$as_save_IFS
3673 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3674 if test -n "$ac_ct_CPPBIN"; then
3675 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3676 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3677 else
3678 { echo "$as_me:$LINENO: result: no" >&5
3679 echo "${ECHO_T}no" >&6; }
3682 if test "x$ac_ct_CPPBIN" = x; then
3683 CPPBIN="cpp"
3684 else
3685 case $cross_compiling:$ac_tool_warned in
3686 yes:)
3687 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3688 whose name does not start with the host triplet. If you think this
3689 configuration is useful to you, please write to autoconf@gnu.org." >&5
3690 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3691 whose name does not start with the host triplet. If you think this
3692 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3693 ac_tool_warned=yes ;;
3694 esac
3695 CPPBIN=$ac_ct_CPPBIN
3697 else
3698 CPPBIN="$ac_cv_prog_CPPBIN"
3702 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3703 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3704 if test "${wine_cv_toolsdir+set}" = set; then
3705 echo $ECHO_N "(cached) $ECHO_C" >&6
3706 else
3707 if test -z "$with_wine_tools"; then
3708 if test "$cross_compiling" = "yes"; then
3709 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3710 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3711 { (exit 1); exit 1; }; }
3712 else
3713 wine_cv_toolsdir="\$(TOPOBJDIR)"
3715 elif test -d "$with_wine_tools/tools/winebuild"; then
3716 case $with_wine_tools in
3717 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3718 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3719 esac
3720 else
3721 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3722 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3723 { (exit 1); exit 1; }; }
3726 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3727 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3728 TOOLSDIR=$wine_cv_toolsdir
3732 ac_ext=c
3733 ac_cpp='$CPP $CPPFLAGS'
3734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3737 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3738 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3739 # On Suns, sometimes $CPP names a directory.
3740 if test -n "$CPP" && test -d "$CPP"; then
3741 CPP=
3743 if test -z "$CPP"; then
3744 if test "${ac_cv_prog_CPP+set}" = set; then
3745 echo $ECHO_N "(cached) $ECHO_C" >&6
3746 else
3747 # Double quotes because CPP needs to be expanded
3748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3750 ac_preproc_ok=false
3751 for ac_c_preproc_warn_flag in '' yes
3753 # Use a header file that comes with gcc, so configuring glibc
3754 # with a fresh cross-compiler works.
3755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3756 # <limits.h> exists even on freestanding compilers.
3757 # On the NeXT, cc -E runs the code through the compiler's parser,
3758 # not just through cpp. "Syntax error" is here to catch this case.
3759 cat >conftest.$ac_ext <<_ACEOF
3760 /* confdefs.h. */
3761 _ACEOF
3762 cat confdefs.h >>conftest.$ac_ext
3763 cat >>conftest.$ac_ext <<_ACEOF
3764 /* end confdefs.h. */
3765 #ifdef __STDC__
3766 # include <limits.h>
3767 #else
3768 # include <assert.h>
3769 #endif
3770 Syntax error
3771 _ACEOF
3772 if { (ac_try="$ac_cpp conftest.$ac_ext"
3773 case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776 esac
3777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3778 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3779 ac_status=$?
3780 grep -v '^ *+' conftest.er1 >conftest.err
3781 rm -f conftest.er1
3782 cat conftest.err >&5
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); } >/dev/null && {
3785 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3786 test ! -s conftest.err
3787 }; then
3789 else
3790 echo "$as_me: failed program was:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3793 # Broken: fails on valid input.
3794 continue
3797 rm -f conftest.err conftest.$ac_ext
3799 # OK, works on sane cases. Now check whether nonexistent headers
3800 # can be detected and how.
3801 cat >conftest.$ac_ext <<_ACEOF
3802 /* confdefs.h. */
3803 _ACEOF
3804 cat confdefs.h >>conftest.$ac_ext
3805 cat >>conftest.$ac_ext <<_ACEOF
3806 /* end confdefs.h. */
3807 #include <ac_nonexistent.h>
3808 _ACEOF
3809 if { (ac_try="$ac_cpp conftest.$ac_ext"
3810 case "(($ac_try" in
3811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3812 *) ac_try_echo=$ac_try;;
3813 esac
3814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3816 ac_status=$?
3817 grep -v '^ *+' conftest.er1 >conftest.err
3818 rm -f conftest.er1
3819 cat conftest.err >&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); } >/dev/null && {
3822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3823 test ! -s conftest.err
3824 }; then
3825 # Broken: success on invalid input.
3826 continue
3827 else
3828 echo "$as_me: failed program was:" >&5
3829 sed 's/^/| /' conftest.$ac_ext >&5
3831 # Passes both tests.
3832 ac_preproc_ok=:
3833 break
3836 rm -f conftest.err conftest.$ac_ext
3838 done
3839 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3840 rm -f conftest.err conftest.$ac_ext
3841 if $ac_preproc_ok; then
3842 break
3845 done
3846 ac_cv_prog_CPP=$CPP
3849 CPP=$ac_cv_prog_CPP
3850 else
3851 ac_cv_prog_CPP=$CPP
3853 { echo "$as_me:$LINENO: result: $CPP" >&5
3854 echo "${ECHO_T}$CPP" >&6; }
3855 ac_preproc_ok=false
3856 for ac_c_preproc_warn_flag in '' yes
3858 # Use a header file that comes with gcc, so configuring glibc
3859 # with a fresh cross-compiler works.
3860 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3861 # <limits.h> exists even on freestanding compilers.
3862 # On the NeXT, cc -E runs the code through the compiler's parser,
3863 # not just through cpp. "Syntax error" is here to catch this case.
3864 cat >conftest.$ac_ext <<_ACEOF
3865 /* confdefs.h. */
3866 _ACEOF
3867 cat confdefs.h >>conftest.$ac_ext
3868 cat >>conftest.$ac_ext <<_ACEOF
3869 /* end confdefs.h. */
3870 #ifdef __STDC__
3871 # include <limits.h>
3872 #else
3873 # include <assert.h>
3874 #endif
3875 Syntax error
3876 _ACEOF
3877 if { (ac_try="$ac_cpp conftest.$ac_ext"
3878 case "(($ac_try" in
3879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3880 *) ac_try_echo=$ac_try;;
3881 esac
3882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3884 ac_status=$?
3885 grep -v '^ *+' conftest.er1 >conftest.err
3886 rm -f conftest.er1
3887 cat conftest.err >&5
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889 (exit $ac_status); } >/dev/null && {
3890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3891 test ! -s conftest.err
3892 }; then
3894 else
3895 echo "$as_me: failed program was:" >&5
3896 sed 's/^/| /' conftest.$ac_ext >&5
3898 # Broken: fails on valid input.
3899 continue
3902 rm -f conftest.err conftest.$ac_ext
3904 # OK, works on sane cases. Now check whether nonexistent headers
3905 # can be detected and how.
3906 cat >conftest.$ac_ext <<_ACEOF
3907 /* confdefs.h. */
3908 _ACEOF
3909 cat confdefs.h >>conftest.$ac_ext
3910 cat >>conftest.$ac_ext <<_ACEOF
3911 /* end confdefs.h. */
3912 #include <ac_nonexistent.h>
3913 _ACEOF
3914 if { (ac_try="$ac_cpp conftest.$ac_ext"
3915 case "(($ac_try" in
3916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3917 *) ac_try_echo=$ac_try;;
3918 esac
3919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3920 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3921 ac_status=$?
3922 grep -v '^ *+' conftest.er1 >conftest.err
3923 rm -f conftest.er1
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); } >/dev/null && {
3927 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3928 test ! -s conftest.err
3929 }; then
3930 # Broken: success on invalid input.
3931 continue
3932 else
3933 echo "$as_me: failed program was:" >&5
3934 sed 's/^/| /' conftest.$ac_ext >&5
3936 # Passes both tests.
3937 ac_preproc_ok=:
3938 break
3941 rm -f conftest.err conftest.$ac_ext
3943 done
3944 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3945 rm -f conftest.err conftest.$ac_ext
3946 if $ac_preproc_ok; then
3948 else
3949 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3950 See \`config.log' for more details." >&5
3951 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3952 See \`config.log' for more details." >&2;}
3953 { (exit 1); exit 1; }; }
3956 ac_ext=c
3957 ac_cpp='$CPP $CPPFLAGS'
3958 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3959 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3960 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3963 { echo "$as_me:$LINENO: checking for X" >&5
3964 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3967 # Check whether --with-x was given.
3968 if test "${with_x+set}" = set; then
3969 withval=$with_x;
3972 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3973 if test "x$with_x" = xno; then
3974 # The user explicitly disabled X.
3975 have_x=disabled
3976 else
3977 case $x_includes,$x_libraries in #(
3978 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3979 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3980 { (exit 1); exit 1; }; };; #(
3981 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3982 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 else
3984 # One or both of the vars are not set, and there is no cached value.
3985 ac_x_includes=no ac_x_libraries=no
3986 rm -f -r conftest.dir
3987 if mkdir conftest.dir; then
3988 cd conftest.dir
3989 cat >Imakefile <<'_ACEOF'
3990 incroot:
3991 @echo incroot='${INCROOT}'
3992 usrlibdir:
3993 @echo usrlibdir='${USRLIBDIR}'
3994 libdir:
3995 @echo libdir='${LIBDIR}'
3996 _ACEOF
3997 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3998 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3999 for ac_var in incroot usrlibdir libdir; do
4000 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4001 done
4002 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4003 for ac_extension in a so sl; do
4004 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4005 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4006 ac_im_usrlibdir=$ac_im_libdir; break
4008 done
4009 # Screen out bogus values from the imake configuration. They are
4010 # bogus both because they are the default anyway, and because
4011 # using them would break gcc on systems where it needs fixed includes.
4012 case $ac_im_incroot in
4013 /usr/include) ac_x_includes= ;;
4014 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4015 esac
4016 case $ac_im_usrlibdir in
4017 /usr/lib | /lib) ;;
4018 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4019 esac
4021 cd ..
4022 rm -f -r conftest.dir
4025 # Standard set of common directories for X headers.
4026 # Check X11 before X11Rn because it is often a symlink to the current release.
4027 ac_x_header_dirs='
4028 /usr/X11/include
4029 /usr/X11R6/include
4030 /usr/X11R5/include
4031 /usr/X11R4/include
4033 /usr/include/X11
4034 /usr/include/X11R6
4035 /usr/include/X11R5
4036 /usr/include/X11R4
4038 /usr/local/X11/include
4039 /usr/local/X11R6/include
4040 /usr/local/X11R5/include
4041 /usr/local/X11R4/include
4043 /usr/local/include/X11
4044 /usr/local/include/X11R6
4045 /usr/local/include/X11R5
4046 /usr/local/include/X11R4
4048 /usr/X386/include
4049 /usr/x386/include
4050 /usr/XFree86/include/X11
4052 /usr/include
4053 /usr/local/include
4054 /usr/unsupported/include
4055 /usr/athena/include
4056 /usr/local/x11r5/include
4057 /usr/lpp/Xamples/include
4059 /usr/openwin/include
4060 /usr/openwin/share/include'
4062 if test "$ac_x_includes" = no; then
4063 # Guess where to find include files, by looking for Xlib.h.
4064 # First, try using that file with no special directory specified.
4065 cat >conftest.$ac_ext <<_ACEOF
4066 /* confdefs.h. */
4067 _ACEOF
4068 cat confdefs.h >>conftest.$ac_ext
4069 cat >>conftest.$ac_ext <<_ACEOF
4070 /* end confdefs.h. */
4071 #include <X11/Xlib.h>
4072 _ACEOF
4073 if { (ac_try="$ac_cpp conftest.$ac_ext"
4074 case "(($ac_try" in
4075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4076 *) ac_try_echo=$ac_try;;
4077 esac
4078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4079 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4080 ac_status=$?
4081 grep -v '^ *+' conftest.er1 >conftest.err
4082 rm -f conftest.er1
4083 cat conftest.err >&5
4084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4085 (exit $ac_status); } >/dev/null && {
4086 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4087 test ! -s conftest.err
4088 }; then
4089 # We can compile using X headers with no special include directory.
4090 ac_x_includes=
4091 else
4092 echo "$as_me: failed program was:" >&5
4093 sed 's/^/| /' conftest.$ac_ext >&5
4095 for ac_dir in $ac_x_header_dirs; do
4096 if test -r "$ac_dir/X11/Xlib.h"; then
4097 ac_x_includes=$ac_dir
4098 break
4100 done
4103 rm -f conftest.err conftest.$ac_ext
4104 fi # $ac_x_includes = no
4106 if test "$ac_x_libraries" = no; then
4107 # Check for the libraries.
4108 # See if we find them without any special options.
4109 # Don't add to $LIBS permanently.
4110 ac_save_LIBS=$LIBS
4111 LIBS="-lX11 $LIBS"
4112 cat >conftest.$ac_ext <<_ACEOF
4113 /* confdefs.h. */
4114 _ACEOF
4115 cat confdefs.h >>conftest.$ac_ext
4116 cat >>conftest.$ac_ext <<_ACEOF
4117 /* end confdefs.h. */
4118 #include <X11/Xlib.h>
4120 main ()
4122 XrmInitialize ()
4124 return 0;
4126 _ACEOF
4127 rm -f conftest.$ac_objext conftest$ac_exeext
4128 if { (ac_try="$ac_link"
4129 case "(($ac_try" in
4130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4131 *) ac_try_echo=$ac_try;;
4132 esac
4133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4134 (eval "$ac_link") 2>conftest.er1
4135 ac_status=$?
4136 grep -v '^ *+' conftest.er1 >conftest.err
4137 rm -f conftest.er1
4138 cat conftest.err >&5
4139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4140 (exit $ac_status); } && {
4141 test -z "$ac_c_werror_flag" ||
4142 test ! -s conftest.err
4143 } && test -s conftest$ac_exeext &&
4144 $as_test_x conftest$ac_exeext; then
4145 LIBS=$ac_save_LIBS
4146 # We can link X programs with no special library path.
4147 ac_x_libraries=
4148 else
4149 echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4152 LIBS=$ac_save_LIBS
4153 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4155 # Don't even attempt the hair of trying to link an X program!
4156 for ac_extension in a so sl; do
4157 if test -r "$ac_dir/libX11.$ac_extension"; then
4158 ac_x_libraries=$ac_dir
4159 break 2
4161 done
4162 done
4165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4166 conftest$ac_exeext conftest.$ac_ext
4167 fi # $ac_x_libraries = no
4169 case $ac_x_includes,$ac_x_libraries in #(
4170 no,* | *,no | *\'*)
4171 # Didn't find X, or a directory has "'" in its name.
4172 ac_cv_have_x="have_x=no";; #(
4174 # Record where we found X for the cache.
4175 ac_cv_have_x="have_x=yes\
4176 ac_x_includes='$ac_x_includes'\
4177 ac_x_libraries='$ac_x_libraries'"
4178 esac
4180 ;; #(
4181 *) have_x=yes;;
4182 esac
4183 eval "$ac_cv_have_x"
4184 fi # $with_x != no
4186 if test "$have_x" != yes; then
4187 { echo "$as_me:$LINENO: result: $have_x" >&5
4188 echo "${ECHO_T}$have_x" >&6; }
4189 no_x=yes
4190 else
4191 # If each of the values was on the command line, it overrides each guess.
4192 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4193 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4194 # Update the cache value to reflect the command line values.
4195 ac_cv_have_x="have_x=yes\
4196 ac_x_includes='$x_includes'\
4197 ac_x_libraries='$x_libraries'"
4198 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4199 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4202 if test "$no_x" = yes; then
4203 # Not all programs may use this symbol, but it does not hurt to define it.
4205 cat >>confdefs.h <<\_ACEOF
4206 #define X_DISPLAY_MISSING 1
4207 _ACEOF
4209 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4210 else
4211 if test -n "$x_includes"; then
4212 X_CFLAGS="$X_CFLAGS -I$x_includes"
4215 # It would also be nice to do this for all -L options, not just this one.
4216 if test -n "$x_libraries"; then
4217 X_LIBS="$X_LIBS -L$x_libraries"
4218 # For Solaris; some versions of Sun CC require a space after -R and
4219 # others require no space. Words are not sufficient . . . .
4220 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4221 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4222 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4223 ac_xsave_c_werror_flag=$ac_c_werror_flag
4224 ac_c_werror_flag=yes
4225 cat >conftest.$ac_ext <<_ACEOF
4226 /* confdefs.h. */
4227 _ACEOF
4228 cat confdefs.h >>conftest.$ac_ext
4229 cat >>conftest.$ac_ext <<_ACEOF
4230 /* end confdefs.h. */
4233 main ()
4237 return 0;
4239 _ACEOF
4240 rm -f conftest.$ac_objext conftest$ac_exeext
4241 if { (ac_try="$ac_link"
4242 case "(($ac_try" in
4243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4244 *) ac_try_echo=$ac_try;;
4245 esac
4246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4247 (eval "$ac_link") 2>conftest.er1
4248 ac_status=$?
4249 grep -v '^ *+' conftest.er1 >conftest.err
4250 rm -f conftest.er1
4251 cat conftest.err >&5
4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4253 (exit $ac_status); } && {
4254 test -z "$ac_c_werror_flag" ||
4255 test ! -s conftest.err
4256 } && test -s conftest$ac_exeext &&
4257 $as_test_x conftest$ac_exeext; then
4258 { echo "$as_me:$LINENO: result: no" >&5
4259 echo "${ECHO_T}no" >&6; }
4260 X_LIBS="$X_LIBS -R$x_libraries"
4261 else
4262 echo "$as_me: failed program was:" >&5
4263 sed 's/^/| /' conftest.$ac_ext >&5
4265 LIBS="$ac_xsave_LIBS -R $x_libraries"
4266 cat >conftest.$ac_ext <<_ACEOF
4267 /* confdefs.h. */
4268 _ACEOF
4269 cat confdefs.h >>conftest.$ac_ext
4270 cat >>conftest.$ac_ext <<_ACEOF
4271 /* end confdefs.h. */
4274 main ()
4278 return 0;
4280 _ACEOF
4281 rm -f conftest.$ac_objext conftest$ac_exeext
4282 if { (ac_try="$ac_link"
4283 case "(($ac_try" in
4284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4285 *) ac_try_echo=$ac_try;;
4286 esac
4287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4288 (eval "$ac_link") 2>conftest.er1
4289 ac_status=$?
4290 grep -v '^ *+' conftest.er1 >conftest.err
4291 rm -f conftest.er1
4292 cat conftest.err >&5
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext &&
4298 $as_test_x conftest$ac_exeext; then
4299 { echo "$as_me:$LINENO: result: yes" >&5
4300 echo "${ECHO_T}yes" >&6; }
4301 X_LIBS="$X_LIBS -R $x_libraries"
4302 else
4303 echo "$as_me: failed program was:" >&5
4304 sed 's/^/| /' conftest.$ac_ext >&5
4306 { echo "$as_me:$LINENO: result: neither works" >&5
4307 echo "${ECHO_T}neither works" >&6; }
4310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4311 conftest$ac_exeext conftest.$ac_ext
4314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4315 conftest$ac_exeext conftest.$ac_ext
4316 ac_c_werror_flag=$ac_xsave_c_werror_flag
4317 LIBS=$ac_xsave_LIBS
4320 # Check for system-dependent libraries X programs must link with.
4321 # Do this before checking for the system-independent R6 libraries
4322 # (-lICE), since we may need -lsocket or whatever for X linking.
4324 if test "$ISC" = yes; then
4325 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4326 else
4327 # Martyn Johnson says this is needed for Ultrix, if the X
4328 # libraries were built with DECnet support. And Karl Berry says
4329 # the Alpha needs dnet_stub (dnet does not exist).
4330 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4331 cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h. */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h. */
4338 /* Override any GCC internal prototype to avoid an error.
4339 Use char because int might match the return type of a GCC
4340 builtin and then its argument prototype would still apply. */
4341 #ifdef __cplusplus
4342 extern "C"
4343 #endif
4344 char XOpenDisplay ();
4346 main ()
4348 return XOpenDisplay ();
4350 return 0;
4352 _ACEOF
4353 rm -f conftest.$ac_objext conftest$ac_exeext
4354 if { (ac_try="$ac_link"
4355 case "(($ac_try" in
4356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4357 *) ac_try_echo=$ac_try;;
4358 esac
4359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4360 (eval "$ac_link") 2>conftest.er1
4361 ac_status=$?
4362 grep -v '^ *+' conftest.er1 >conftest.err
4363 rm -f conftest.er1
4364 cat conftest.err >&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); } && {
4367 test -z "$ac_c_werror_flag" ||
4368 test ! -s conftest.err
4369 } && test -s conftest$ac_exeext &&
4370 $as_test_x conftest$ac_exeext; then
4372 else
4373 echo "$as_me: failed program was:" >&5
4374 sed 's/^/| /' conftest.$ac_ext >&5
4376 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4377 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4378 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4380 else
4381 ac_check_lib_save_LIBS=$LIBS
4382 LIBS="-ldnet $LIBS"
4383 cat >conftest.$ac_ext <<_ACEOF
4384 /* confdefs.h. */
4385 _ACEOF
4386 cat confdefs.h >>conftest.$ac_ext
4387 cat >>conftest.$ac_ext <<_ACEOF
4388 /* end confdefs.h. */
4390 /* Override any GCC internal prototype to avoid an error.
4391 Use char because int might match the return type of a GCC
4392 builtin and then its argument prototype would still apply. */
4393 #ifdef __cplusplus
4394 extern "C"
4395 #endif
4396 char dnet_ntoa ();
4398 main ()
4400 return dnet_ntoa ();
4402 return 0;
4404 _ACEOF
4405 rm -f conftest.$ac_objext conftest$ac_exeext
4406 if { (ac_try="$ac_link"
4407 case "(($ac_try" in
4408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4409 *) ac_try_echo=$ac_try;;
4410 esac
4411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4412 (eval "$ac_link") 2>conftest.er1
4413 ac_status=$?
4414 grep -v '^ *+' conftest.er1 >conftest.err
4415 rm -f conftest.er1
4416 cat conftest.err >&5
4417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418 (exit $ac_status); } && {
4419 test -z "$ac_c_werror_flag" ||
4420 test ! -s conftest.err
4421 } && test -s conftest$ac_exeext &&
4422 $as_test_x conftest$ac_exeext; then
4423 ac_cv_lib_dnet_dnet_ntoa=yes
4424 else
4425 echo "$as_me: failed program was:" >&5
4426 sed 's/^/| /' conftest.$ac_ext >&5
4428 ac_cv_lib_dnet_dnet_ntoa=no
4431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4432 conftest$ac_exeext conftest.$ac_ext
4433 LIBS=$ac_check_lib_save_LIBS
4435 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4436 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4437 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4438 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4441 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4442 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4443 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4444 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4445 echo $ECHO_N "(cached) $ECHO_C" >&6
4446 else
4447 ac_check_lib_save_LIBS=$LIBS
4448 LIBS="-ldnet_stub $LIBS"
4449 cat >conftest.$ac_ext <<_ACEOF
4450 /* confdefs.h. */
4451 _ACEOF
4452 cat confdefs.h >>conftest.$ac_ext
4453 cat >>conftest.$ac_ext <<_ACEOF
4454 /* end confdefs.h. */
4456 /* Override any GCC internal prototype to avoid an error.
4457 Use char because int might match the return type of a GCC
4458 builtin and then its argument prototype would still apply. */
4459 #ifdef __cplusplus
4460 extern "C"
4461 #endif
4462 char dnet_ntoa ();
4464 main ()
4466 return dnet_ntoa ();
4468 return 0;
4470 _ACEOF
4471 rm -f conftest.$ac_objext conftest$ac_exeext
4472 if { (ac_try="$ac_link"
4473 case "(($ac_try" in
4474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4475 *) ac_try_echo=$ac_try;;
4476 esac
4477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4478 (eval "$ac_link") 2>conftest.er1
4479 ac_status=$?
4480 grep -v '^ *+' conftest.er1 >conftest.err
4481 rm -f conftest.er1
4482 cat conftest.err >&5
4483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484 (exit $ac_status); } && {
4485 test -z "$ac_c_werror_flag" ||
4486 test ! -s conftest.err
4487 } && test -s conftest$ac_exeext &&
4488 $as_test_x conftest$ac_exeext; then
4489 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4490 else
4491 echo "$as_me: failed program was:" >&5
4492 sed 's/^/| /' conftest.$ac_ext >&5
4494 ac_cv_lib_dnet_stub_dnet_ntoa=no
4497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4498 conftest$ac_exeext conftest.$ac_ext
4499 LIBS=$ac_check_lib_save_LIBS
4501 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4502 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4503 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4504 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4511 conftest$ac_exeext conftest.$ac_ext
4512 LIBS="$ac_xsave_LIBS"
4514 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4515 # to get the SysV transport functions.
4516 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4517 # needs -lnsl.
4518 # The nsl library prevents programs from opening the X display
4519 # on Irix 5.2, according to T.E. Dickey.
4520 # The functions gethostbyname, getservbyname, and inet_addr are
4521 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4522 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4523 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4524 if test "${ac_cv_func_gethostbyname+set}" = set; then
4525 echo $ECHO_N "(cached) $ECHO_C" >&6
4526 else
4527 cat >conftest.$ac_ext <<_ACEOF
4528 /* confdefs.h. */
4529 _ACEOF
4530 cat confdefs.h >>conftest.$ac_ext
4531 cat >>conftest.$ac_ext <<_ACEOF
4532 /* end confdefs.h. */
4533 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4535 #define gethostbyname innocuous_gethostbyname
4537 /* System header to define __stub macros and hopefully few prototypes,
4538 which can conflict with char gethostbyname (); below.
4539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4540 <limits.h> exists even on freestanding compilers. */
4542 #ifdef __STDC__
4543 # include <limits.h>
4544 #else
4545 # include <assert.h>
4546 #endif
4548 #undef gethostbyname
4550 /* Override any GCC internal prototype to avoid an error.
4551 Use char because int might match the return type of a GCC
4552 builtin and then its argument prototype would still apply. */
4553 #ifdef __cplusplus
4554 extern "C"
4555 #endif
4556 char gethostbyname ();
4557 /* The GNU C library defines this for functions which it implements
4558 to always fail with ENOSYS. Some functions are actually named
4559 something starting with __ and the normal name is an alias. */
4560 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4561 choke me
4562 #endif
4565 main ()
4567 return gethostbyname ();
4569 return 0;
4571 _ACEOF
4572 rm -f conftest.$ac_objext conftest$ac_exeext
4573 if { (ac_try="$ac_link"
4574 case "(($ac_try" in
4575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4576 *) ac_try_echo=$ac_try;;
4577 esac
4578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4579 (eval "$ac_link") 2>conftest.er1
4580 ac_status=$?
4581 grep -v '^ *+' conftest.er1 >conftest.err
4582 rm -f conftest.er1
4583 cat conftest.err >&5
4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4585 (exit $ac_status); } && {
4586 test -z "$ac_c_werror_flag" ||
4587 test ! -s conftest.err
4588 } && test -s conftest$ac_exeext &&
4589 $as_test_x conftest$ac_exeext; then
4590 ac_cv_func_gethostbyname=yes
4591 else
4592 echo "$as_me: failed program was:" >&5
4593 sed 's/^/| /' conftest.$ac_ext >&5
4595 ac_cv_func_gethostbyname=no
4598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4599 conftest$ac_exeext conftest.$ac_ext
4601 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4602 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4604 if test $ac_cv_func_gethostbyname = no; then
4605 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4606 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4607 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4608 echo $ECHO_N "(cached) $ECHO_C" >&6
4609 else
4610 ac_check_lib_save_LIBS=$LIBS
4611 LIBS="-lnsl $LIBS"
4612 cat >conftest.$ac_ext <<_ACEOF
4613 /* confdefs.h. */
4614 _ACEOF
4615 cat confdefs.h >>conftest.$ac_ext
4616 cat >>conftest.$ac_ext <<_ACEOF
4617 /* end confdefs.h. */
4619 /* Override any GCC internal prototype to avoid an error.
4620 Use char because int might match the return type of a GCC
4621 builtin and then its argument prototype would still apply. */
4622 #ifdef __cplusplus
4623 extern "C"
4624 #endif
4625 char gethostbyname ();
4627 main ()
4629 return gethostbyname ();
4631 return 0;
4633 _ACEOF
4634 rm -f conftest.$ac_objext conftest$ac_exeext
4635 if { (ac_try="$ac_link"
4636 case "(($ac_try" in
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4638 *) ac_try_echo=$ac_try;;
4639 esac
4640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4641 (eval "$ac_link") 2>conftest.er1
4642 ac_status=$?
4643 grep -v '^ *+' conftest.er1 >conftest.err
4644 rm -f conftest.er1
4645 cat conftest.err >&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); } && {
4648 test -z "$ac_c_werror_flag" ||
4649 test ! -s conftest.err
4650 } && test -s conftest$ac_exeext &&
4651 $as_test_x conftest$ac_exeext; then
4652 ac_cv_lib_nsl_gethostbyname=yes
4653 else
4654 echo "$as_me: failed program was:" >&5
4655 sed 's/^/| /' conftest.$ac_ext >&5
4657 ac_cv_lib_nsl_gethostbyname=no
4660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4661 conftest$ac_exeext conftest.$ac_ext
4662 LIBS=$ac_check_lib_save_LIBS
4664 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4665 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4666 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4667 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4670 if test $ac_cv_lib_nsl_gethostbyname = no; then
4671 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4672 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4673 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4675 else
4676 ac_check_lib_save_LIBS=$LIBS
4677 LIBS="-lbsd $LIBS"
4678 cat >conftest.$ac_ext <<_ACEOF
4679 /* confdefs.h. */
4680 _ACEOF
4681 cat confdefs.h >>conftest.$ac_ext
4682 cat >>conftest.$ac_ext <<_ACEOF
4683 /* end confdefs.h. */
4685 /* Override any GCC internal prototype to avoid an error.
4686 Use char because int might match the return type of a GCC
4687 builtin and then its argument prototype would still apply. */
4688 #ifdef __cplusplus
4689 extern "C"
4690 #endif
4691 char gethostbyname ();
4693 main ()
4695 return gethostbyname ();
4697 return 0;
4699 _ACEOF
4700 rm -f conftest.$ac_objext conftest$ac_exeext
4701 if { (ac_try="$ac_link"
4702 case "(($ac_try" in
4703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4704 *) ac_try_echo=$ac_try;;
4705 esac
4706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4707 (eval "$ac_link") 2>conftest.er1
4708 ac_status=$?
4709 grep -v '^ *+' conftest.er1 >conftest.err
4710 rm -f conftest.er1
4711 cat conftest.err >&5
4712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4713 (exit $ac_status); } && {
4714 test -z "$ac_c_werror_flag" ||
4715 test ! -s conftest.err
4716 } && test -s conftest$ac_exeext &&
4717 $as_test_x conftest$ac_exeext; then
4718 ac_cv_lib_bsd_gethostbyname=yes
4719 else
4720 echo "$as_me: failed program was:" >&5
4721 sed 's/^/| /' conftest.$ac_ext >&5
4723 ac_cv_lib_bsd_gethostbyname=no
4726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4727 conftest$ac_exeext conftest.$ac_ext
4728 LIBS=$ac_check_lib_save_LIBS
4730 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4731 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4732 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4733 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4739 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4740 # socket/setsockopt and other routines are undefined under SCO ODT
4741 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4742 # on later versions), says Simon Leinen: it contains gethostby*
4743 # variants that don't use the name server (or something). -lsocket
4744 # must be given before -lnsl if both are needed. We assume that
4745 # if connect needs -lnsl, so does gethostbyname.
4746 { echo "$as_me:$LINENO: checking for connect" >&5
4747 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4748 if test "${ac_cv_func_connect+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4750 else
4751 cat >conftest.$ac_ext <<_ACEOF
4752 /* confdefs.h. */
4753 _ACEOF
4754 cat confdefs.h >>conftest.$ac_ext
4755 cat >>conftest.$ac_ext <<_ACEOF
4756 /* end confdefs.h. */
4757 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4758 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4759 #define connect innocuous_connect
4761 /* System header to define __stub macros and hopefully few prototypes,
4762 which can conflict with char connect (); below.
4763 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4764 <limits.h> exists even on freestanding compilers. */
4766 #ifdef __STDC__
4767 # include <limits.h>
4768 #else
4769 # include <assert.h>
4770 #endif
4772 #undef connect
4774 /* Override any GCC internal prototype to avoid an error.
4775 Use char because int might match the return type of a GCC
4776 builtin and then its argument prototype would still apply. */
4777 #ifdef __cplusplus
4778 extern "C"
4779 #endif
4780 char connect ();
4781 /* The GNU C library defines this for functions which it implements
4782 to always fail with ENOSYS. Some functions are actually named
4783 something starting with __ and the normal name is an alias. */
4784 #if defined __stub_connect || defined __stub___connect
4785 choke me
4786 #endif
4789 main ()
4791 return connect ();
4793 return 0;
4795 _ACEOF
4796 rm -f conftest.$ac_objext conftest$ac_exeext
4797 if { (ac_try="$ac_link"
4798 case "(($ac_try" in
4799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4800 *) ac_try_echo=$ac_try;;
4801 esac
4802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4803 (eval "$ac_link") 2>conftest.er1
4804 ac_status=$?
4805 grep -v '^ *+' conftest.er1 >conftest.err
4806 rm -f conftest.er1
4807 cat conftest.err >&5
4808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809 (exit $ac_status); } && {
4810 test -z "$ac_c_werror_flag" ||
4811 test ! -s conftest.err
4812 } && test -s conftest$ac_exeext &&
4813 $as_test_x conftest$ac_exeext; then
4814 ac_cv_func_connect=yes
4815 else
4816 echo "$as_me: failed program was:" >&5
4817 sed 's/^/| /' conftest.$ac_ext >&5
4819 ac_cv_func_connect=no
4822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4823 conftest$ac_exeext conftest.$ac_ext
4825 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4826 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4828 if test $ac_cv_func_connect = no; then
4829 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4830 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4831 if test "${ac_cv_lib_socket_connect+set}" = set; then
4832 echo $ECHO_N "(cached) $ECHO_C" >&6
4833 else
4834 ac_check_lib_save_LIBS=$LIBS
4835 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4836 cat >conftest.$ac_ext <<_ACEOF
4837 /* confdefs.h. */
4838 _ACEOF
4839 cat confdefs.h >>conftest.$ac_ext
4840 cat >>conftest.$ac_ext <<_ACEOF
4841 /* end confdefs.h. */
4843 /* Override any GCC internal prototype to avoid an error.
4844 Use char because int might match the return type of a GCC
4845 builtin and then its argument prototype would still apply. */
4846 #ifdef __cplusplus
4847 extern "C"
4848 #endif
4849 char connect ();
4851 main ()
4853 return connect ();
4855 return 0;
4857 _ACEOF
4858 rm -f conftest.$ac_objext conftest$ac_exeext
4859 if { (ac_try="$ac_link"
4860 case "(($ac_try" in
4861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4862 *) ac_try_echo=$ac_try;;
4863 esac
4864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4865 (eval "$ac_link") 2>conftest.er1
4866 ac_status=$?
4867 grep -v '^ *+' conftest.er1 >conftest.err
4868 rm -f conftest.er1
4869 cat conftest.err >&5
4870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4871 (exit $ac_status); } && {
4872 test -z "$ac_c_werror_flag" ||
4873 test ! -s conftest.err
4874 } && test -s conftest$ac_exeext &&
4875 $as_test_x conftest$ac_exeext; then
4876 ac_cv_lib_socket_connect=yes
4877 else
4878 echo "$as_me: failed program was:" >&5
4879 sed 's/^/| /' conftest.$ac_ext >&5
4881 ac_cv_lib_socket_connect=no
4884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4885 conftest$ac_exeext conftest.$ac_ext
4886 LIBS=$ac_check_lib_save_LIBS
4888 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4889 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4890 if test $ac_cv_lib_socket_connect = yes; then
4891 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4896 # Guillermo Gomez says -lposix is necessary on A/UX.
4897 { echo "$as_me:$LINENO: checking for remove" >&5
4898 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4899 if test "${ac_cv_func_remove+set}" = set; then
4900 echo $ECHO_N "(cached) $ECHO_C" >&6
4901 else
4902 cat >conftest.$ac_ext <<_ACEOF
4903 /* confdefs.h. */
4904 _ACEOF
4905 cat confdefs.h >>conftest.$ac_ext
4906 cat >>conftest.$ac_ext <<_ACEOF
4907 /* end confdefs.h. */
4908 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4910 #define remove innocuous_remove
4912 /* System header to define __stub macros and hopefully few prototypes,
4913 which can conflict with char remove (); below.
4914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4915 <limits.h> exists even on freestanding compilers. */
4917 #ifdef __STDC__
4918 # include <limits.h>
4919 #else
4920 # include <assert.h>
4921 #endif
4923 #undef remove
4925 /* Override any GCC internal prototype to avoid an error.
4926 Use char because int might match the return type of a GCC
4927 builtin and then its argument prototype would still apply. */
4928 #ifdef __cplusplus
4929 extern "C"
4930 #endif
4931 char remove ();
4932 /* The GNU C library defines this for functions which it implements
4933 to always fail with ENOSYS. Some functions are actually named
4934 something starting with __ and the normal name is an alias. */
4935 #if defined __stub_remove || defined __stub___remove
4936 choke me
4937 #endif
4940 main ()
4942 return remove ();
4944 return 0;
4946 _ACEOF
4947 rm -f conftest.$ac_objext conftest$ac_exeext
4948 if { (ac_try="$ac_link"
4949 case "(($ac_try" in
4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4951 *) ac_try_echo=$ac_try;;
4952 esac
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext &&
4964 $as_test_x conftest$ac_exeext; then
4965 ac_cv_func_remove=yes
4966 else
4967 echo "$as_me: failed program was:" >&5
4968 sed 's/^/| /' conftest.$ac_ext >&5
4970 ac_cv_func_remove=no
4973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4974 conftest$ac_exeext conftest.$ac_ext
4976 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4977 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4979 if test $ac_cv_func_remove = no; then
4980 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4981 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4982 if test "${ac_cv_lib_posix_remove+set}" = set; then
4983 echo $ECHO_N "(cached) $ECHO_C" >&6
4984 else
4985 ac_check_lib_save_LIBS=$LIBS
4986 LIBS="-lposix $LIBS"
4987 cat >conftest.$ac_ext <<_ACEOF
4988 /* confdefs.h. */
4989 _ACEOF
4990 cat confdefs.h >>conftest.$ac_ext
4991 cat >>conftest.$ac_ext <<_ACEOF
4992 /* end confdefs.h. */
4994 /* Override any GCC internal prototype to avoid an error.
4995 Use char because int might match the return type of a GCC
4996 builtin and then its argument prototype would still apply. */
4997 #ifdef __cplusplus
4998 extern "C"
4999 #endif
5000 char remove ();
5002 main ()
5004 return remove ();
5006 return 0;
5008 _ACEOF
5009 rm -f conftest.$ac_objext conftest$ac_exeext
5010 if { (ac_try="$ac_link"
5011 case "(($ac_try" in
5012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5013 *) ac_try_echo=$ac_try;;
5014 esac
5015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5016 (eval "$ac_link") 2>conftest.er1
5017 ac_status=$?
5018 grep -v '^ *+' conftest.er1 >conftest.err
5019 rm -f conftest.er1
5020 cat conftest.err >&5
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); } && {
5023 test -z "$ac_c_werror_flag" ||
5024 test ! -s conftest.err
5025 } && test -s conftest$ac_exeext &&
5026 $as_test_x conftest$ac_exeext; then
5027 ac_cv_lib_posix_remove=yes
5028 else
5029 echo "$as_me: failed program was:" >&5
5030 sed 's/^/| /' conftest.$ac_ext >&5
5032 ac_cv_lib_posix_remove=no
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5040 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5041 if test $ac_cv_lib_posix_remove = yes; then
5042 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5047 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5048 { echo "$as_me:$LINENO: checking for shmat" >&5
5049 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5050 if test "${ac_cv_func_shmat+set}" = set; then
5051 echo $ECHO_N "(cached) $ECHO_C" >&6
5052 else
5053 cat >conftest.$ac_ext <<_ACEOF
5054 /* confdefs.h. */
5055 _ACEOF
5056 cat confdefs.h >>conftest.$ac_ext
5057 cat >>conftest.$ac_ext <<_ACEOF
5058 /* end confdefs.h. */
5059 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5061 #define shmat innocuous_shmat
5063 /* System header to define __stub macros and hopefully few prototypes,
5064 which can conflict with char shmat (); below.
5065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5066 <limits.h> exists even on freestanding compilers. */
5068 #ifdef __STDC__
5069 # include <limits.h>
5070 #else
5071 # include <assert.h>
5072 #endif
5074 #undef shmat
5076 /* Override any GCC internal prototype to avoid an error.
5077 Use char because int might match the return type of a GCC
5078 builtin and then its argument prototype would still apply. */
5079 #ifdef __cplusplus
5080 extern "C"
5081 #endif
5082 char shmat ();
5083 /* The GNU C library defines this for functions which it implements
5084 to always fail with ENOSYS. Some functions are actually named
5085 something starting with __ and the normal name is an alias. */
5086 #if defined __stub_shmat || defined __stub___shmat
5087 choke me
5088 #endif
5091 main ()
5093 return shmat ();
5095 return 0;
5097 _ACEOF
5098 rm -f conftest.$ac_objext conftest$ac_exeext
5099 if { (ac_try="$ac_link"
5100 case "(($ac_try" in
5101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5102 *) ac_try_echo=$ac_try;;
5103 esac
5104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5105 (eval "$ac_link") 2>conftest.er1
5106 ac_status=$?
5107 grep -v '^ *+' conftest.er1 >conftest.err
5108 rm -f conftest.er1
5109 cat conftest.err >&5
5110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5111 (exit $ac_status); } && {
5112 test -z "$ac_c_werror_flag" ||
5113 test ! -s conftest.err
5114 } && test -s conftest$ac_exeext &&
5115 $as_test_x conftest$ac_exeext; then
5116 ac_cv_func_shmat=yes
5117 else
5118 echo "$as_me: failed program was:" >&5
5119 sed 's/^/| /' conftest.$ac_ext >&5
5121 ac_cv_func_shmat=no
5124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5125 conftest$ac_exeext conftest.$ac_ext
5127 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5128 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5130 if test $ac_cv_func_shmat = no; then
5131 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5132 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5133 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5134 echo $ECHO_N "(cached) $ECHO_C" >&6
5135 else
5136 ac_check_lib_save_LIBS=$LIBS
5137 LIBS="-lipc $LIBS"
5138 cat >conftest.$ac_ext <<_ACEOF
5139 /* confdefs.h. */
5140 _ACEOF
5141 cat confdefs.h >>conftest.$ac_ext
5142 cat >>conftest.$ac_ext <<_ACEOF
5143 /* end confdefs.h. */
5145 /* Override any GCC internal prototype to avoid an error.
5146 Use char because int might match the return type of a GCC
5147 builtin and then its argument prototype would still apply. */
5148 #ifdef __cplusplus
5149 extern "C"
5150 #endif
5151 char shmat ();
5153 main ()
5155 return shmat ();
5157 return 0;
5159 _ACEOF
5160 rm -f conftest.$ac_objext conftest$ac_exeext
5161 if { (ac_try="$ac_link"
5162 case "(($ac_try" in
5163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5164 *) ac_try_echo=$ac_try;;
5165 esac
5166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5167 (eval "$ac_link") 2>conftest.er1
5168 ac_status=$?
5169 grep -v '^ *+' conftest.er1 >conftest.err
5170 rm -f conftest.er1
5171 cat conftest.err >&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); } && {
5174 test -z "$ac_c_werror_flag" ||
5175 test ! -s conftest.err
5176 } && test -s conftest$ac_exeext &&
5177 $as_test_x conftest$ac_exeext; then
5178 ac_cv_lib_ipc_shmat=yes
5179 else
5180 echo "$as_me: failed program was:" >&5
5181 sed 's/^/| /' conftest.$ac_ext >&5
5183 ac_cv_lib_ipc_shmat=no
5186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5187 conftest$ac_exeext conftest.$ac_ext
5188 LIBS=$ac_check_lib_save_LIBS
5190 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5191 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5192 if test $ac_cv_lib_ipc_shmat = yes; then
5193 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5199 # Check for libraries that X11R6 Xt/Xaw programs need.
5200 ac_save_LDFLAGS=$LDFLAGS
5201 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5202 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5203 # check for ICE first), but we must link in the order -lSM -lICE or
5204 # we get undefined symbols. So assume we have SM if we have ICE.
5205 # These have to be linked with before -lX11, unlike the other
5206 # libraries we check for below, so use a different variable.
5207 # John Interrante, Karl Berry
5208 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5209 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5210 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5211 echo $ECHO_N "(cached) $ECHO_C" >&6
5212 else
5213 ac_check_lib_save_LIBS=$LIBS
5214 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5215 cat >conftest.$ac_ext <<_ACEOF
5216 /* confdefs.h. */
5217 _ACEOF
5218 cat confdefs.h >>conftest.$ac_ext
5219 cat >>conftest.$ac_ext <<_ACEOF
5220 /* end confdefs.h. */
5222 /* Override any GCC internal prototype to avoid an error.
5223 Use char because int might match the return type of a GCC
5224 builtin and then its argument prototype would still apply. */
5225 #ifdef __cplusplus
5226 extern "C"
5227 #endif
5228 char IceConnectionNumber ();
5230 main ()
5232 return IceConnectionNumber ();
5234 return 0;
5236 _ACEOF
5237 rm -f conftest.$ac_objext conftest$ac_exeext
5238 if { (ac_try="$ac_link"
5239 case "(($ac_try" in
5240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5241 *) ac_try_echo=$ac_try;;
5242 esac
5243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5244 (eval "$ac_link") 2>conftest.er1
5245 ac_status=$?
5246 grep -v '^ *+' conftest.er1 >conftest.err
5247 rm -f conftest.er1
5248 cat conftest.err >&5
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); } && {
5251 test -z "$ac_c_werror_flag" ||
5252 test ! -s conftest.err
5253 } && test -s conftest$ac_exeext &&
5254 $as_test_x conftest$ac_exeext; then
5255 ac_cv_lib_ICE_IceConnectionNumber=yes
5256 else
5257 echo "$as_me: failed program was:" >&5
5258 sed 's/^/| /' conftest.$ac_ext >&5
5260 ac_cv_lib_ICE_IceConnectionNumber=no
5263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5264 conftest$ac_exeext conftest.$ac_ext
5265 LIBS=$ac_check_lib_save_LIBS
5267 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5268 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5269 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5270 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5273 LDFLAGS=$ac_save_LDFLAGS
5278 for ac_prog in flex
5280 # Extract the first word of "$ac_prog", so it can be a program name with args.
5281 set dummy $ac_prog; ac_word=$2
5282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5284 if test "${ac_cv_prog_FLEX+set}" = set; then
5285 echo $ECHO_N "(cached) $ECHO_C" >&6
5286 else
5287 if test -n "$FLEX"; then
5288 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5289 else
5290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291 for as_dir in $PATH
5293 IFS=$as_save_IFS
5294 test -z "$as_dir" && as_dir=.
5295 for ac_exec_ext in '' $ac_executable_extensions; do
5296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5297 ac_cv_prog_FLEX="$ac_prog"
5298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5299 break 2
5301 done
5302 done
5303 IFS=$as_save_IFS
5307 FLEX=$ac_cv_prog_FLEX
5308 if test -n "$FLEX"; then
5309 { echo "$as_me:$LINENO: result: $FLEX" >&5
5310 echo "${ECHO_T}$FLEX" >&6; }
5311 else
5312 { echo "$as_me:$LINENO: result: no" >&5
5313 echo "${ECHO_T}no" >&6; }
5317 test -n "$FLEX" && break
5318 done
5319 test -n "$FLEX" || FLEX="none"
5321 if test "$FLEX" = "none"
5322 then
5323 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5324 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5325 { (exit 1); exit 1; }; }
5328 for ac_prog in bison
5330 # Extract the first word of "$ac_prog", so it can be a program name with args.
5331 set dummy $ac_prog; ac_word=$2
5332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5334 if test "${ac_cv_prog_BISON+set}" = set; then
5335 echo $ECHO_N "(cached) $ECHO_C" >&6
5336 else
5337 if test -n "$BISON"; then
5338 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5339 else
5340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341 for as_dir in $PATH
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_exec_ext in '' $ac_executable_extensions; do
5346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5347 ac_cv_prog_BISON="$ac_prog"
5348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 break 2
5351 done
5352 done
5353 IFS=$as_save_IFS
5357 BISON=$ac_cv_prog_BISON
5358 if test -n "$BISON"; then
5359 { echo "$as_me:$LINENO: result: $BISON" >&5
5360 echo "${ECHO_T}$BISON" >&6; }
5361 else
5362 { echo "$as_me:$LINENO: result: no" >&5
5363 echo "${ECHO_T}no" >&6; }
5367 test -n "$BISON" && break
5368 done
5369 test -n "$BISON" || BISON="none"
5371 if test "$BISON" = "none"
5372 then
5373 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5374 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5375 { (exit 1); exit 1; }; }
5378 if test -n "$ac_tool_prefix"; then
5379 for ac_prog in gas as
5381 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5382 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5385 if test "${ac_cv_prog_AS+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5387 else
5388 if test -n "$AS"; then
5389 ac_cv_prog_AS="$AS" # Let the user override the test.
5390 else
5391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5392 for as_dir in $PATH
5394 IFS=$as_save_IFS
5395 test -z "$as_dir" && as_dir=.
5396 for ac_exec_ext in '' $ac_executable_extensions; do
5397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5398 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5400 break 2
5402 done
5403 done
5404 IFS=$as_save_IFS
5408 AS=$ac_cv_prog_AS
5409 if test -n "$AS"; then
5410 { echo "$as_me:$LINENO: result: $AS" >&5
5411 echo "${ECHO_T}$AS" >&6; }
5412 else
5413 { echo "$as_me:$LINENO: result: no" >&5
5414 echo "${ECHO_T}no" >&6; }
5418 test -n "$AS" && break
5419 done
5421 if test -z "$AS"; then
5422 ac_ct_AS=$AS
5423 for ac_prog in gas as
5425 # Extract the first word of "$ac_prog", so it can be a program name with args.
5426 set dummy $ac_prog; ac_word=$2
5427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5429 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5431 else
5432 if test -n "$ac_ct_AS"; then
5433 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5434 else
5435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5436 for as_dir in $PATH
5438 IFS=$as_save_IFS
5439 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do
5441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5442 ac_cv_prog_ac_ct_AS="$ac_prog"
5443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5444 break 2
5446 done
5447 done
5448 IFS=$as_save_IFS
5452 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5453 if test -n "$ac_ct_AS"; then
5454 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5455 echo "${ECHO_T}$ac_ct_AS" >&6; }
5456 else
5457 { echo "$as_me:$LINENO: result: no" >&5
5458 echo "${ECHO_T}no" >&6; }
5462 test -n "$ac_ct_AS" && break
5463 done
5465 if test "x$ac_ct_AS" = x; then
5466 AS="as"
5467 else
5468 case $cross_compiling:$ac_tool_warned in
5469 yes:)
5470 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5471 whose name does not start with the host triplet. If you think this
5472 configuration is useful to you, please write to autoconf@gnu.org." >&5
5473 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet. If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5476 ac_tool_warned=yes ;;
5477 esac
5478 AS=$ac_ct_AS
5482 if test -n "$ac_tool_prefix"; then
5483 for ac_prog in ld gld
5485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5489 if test "${ac_cv_prog_LD+set}" = set; then
5490 echo $ECHO_N "(cached) $ECHO_C" >&6
5491 else
5492 if test -n "$LD"; then
5493 ac_cv_prog_LD="$LD" # Let the user override the test.
5494 else
5495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5496 for as_dir in $PATH
5498 IFS=$as_save_IFS
5499 test -z "$as_dir" && as_dir=.
5500 for ac_exec_ext in '' $ac_executable_extensions; do
5501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5504 break 2
5506 done
5507 done
5508 IFS=$as_save_IFS
5512 LD=$ac_cv_prog_LD
5513 if test -n "$LD"; then
5514 { echo "$as_me:$LINENO: result: $LD" >&5
5515 echo "${ECHO_T}$LD" >&6; }
5516 else
5517 { echo "$as_me:$LINENO: result: no" >&5
5518 echo "${ECHO_T}no" >&6; }
5522 test -n "$LD" && break
5523 done
5525 if test -z "$LD"; then
5526 ac_ct_LD=$LD
5527 for ac_prog in ld gld
5529 # Extract the first word of "$ac_prog", so it can be a program name with args.
5530 set dummy $ac_prog; ac_word=$2
5531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5533 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5534 echo $ECHO_N "(cached) $ECHO_C" >&6
5535 else
5536 if test -n "$ac_ct_LD"; then
5537 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5538 else
5539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5540 for as_dir in $PATH
5542 IFS=$as_save_IFS
5543 test -z "$as_dir" && as_dir=.
5544 for ac_exec_ext in '' $ac_executable_extensions; do
5545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5546 ac_cv_prog_ac_ct_LD="$ac_prog"
5547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5548 break 2
5550 done
5551 done
5552 IFS=$as_save_IFS
5556 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5557 if test -n "$ac_ct_LD"; then
5558 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5559 echo "${ECHO_T}$ac_ct_LD" >&6; }
5560 else
5561 { echo "$as_me:$LINENO: result: no" >&5
5562 echo "${ECHO_T}no" >&6; }
5566 test -n "$ac_ct_LD" && break
5567 done
5569 if test "x$ac_ct_LD" = x; then
5570 LD="ld"
5571 else
5572 case $cross_compiling:$ac_tool_warned in
5573 yes:)
5574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5575 whose name does not start with the host triplet. If you think this
5576 configuration is useful to you, please write to autoconf@gnu.org." >&5
5577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5578 whose name does not start with the host triplet. If you think this
5579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5580 ac_tool_warned=yes ;;
5581 esac
5582 LD=$ac_ct_LD
5586 if test -n "$ac_tool_prefix"; then
5587 for ac_prog in nm gnm
5589 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5590 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5593 if test "${ac_cv_prog_NM+set}" = set; then
5594 echo $ECHO_N "(cached) $ECHO_C" >&6
5595 else
5596 if test -n "$NM"; then
5597 ac_cv_prog_NM="$NM" # Let the user override the test.
5598 else
5599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5600 for as_dir in $PATH
5602 IFS=$as_save_IFS
5603 test -z "$as_dir" && as_dir=.
5604 for ac_exec_ext in '' $ac_executable_extensions; do
5605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5606 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5608 break 2
5610 done
5611 done
5612 IFS=$as_save_IFS
5616 NM=$ac_cv_prog_NM
5617 if test -n "$NM"; then
5618 { echo "$as_me:$LINENO: result: $NM" >&5
5619 echo "${ECHO_T}$NM" >&6; }
5620 else
5621 { echo "$as_me:$LINENO: result: no" >&5
5622 echo "${ECHO_T}no" >&6; }
5626 test -n "$NM" && break
5627 done
5629 if test -z "$NM"; then
5630 ac_ct_NM=$NM
5631 for ac_prog in nm gnm
5633 # Extract the first word of "$ac_prog", so it can be a program name with args.
5634 set dummy $ac_prog; ac_word=$2
5635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5637 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5638 echo $ECHO_N "(cached) $ECHO_C" >&6
5639 else
5640 if test -n "$ac_ct_NM"; then
5641 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5642 else
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 for as_dir in $PATH
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_exec_ext in '' $ac_executable_extensions; do
5649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5650 ac_cv_prog_ac_ct_NM="$ac_prog"
5651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5652 break 2
5654 done
5655 done
5656 IFS=$as_save_IFS
5660 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5661 if test -n "$ac_ct_NM"; then
5662 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5663 echo "${ECHO_T}$ac_ct_NM" >&6; }
5664 else
5665 { echo "$as_me:$LINENO: result: no" >&5
5666 echo "${ECHO_T}no" >&6; }
5670 test -n "$ac_ct_NM" && break
5671 done
5673 if test "x$ac_ct_NM" = x; then
5674 NM="nm"
5675 else
5676 case $cross_compiling:$ac_tool_warned in
5677 yes:)
5678 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5679 whose name does not start with the host triplet. If you think this
5680 configuration is useful to you, please write to autoconf@gnu.org." >&5
5681 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5682 whose name does not start with the host triplet. If you think this
5683 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5684 ac_tool_warned=yes ;;
5685 esac
5686 NM=$ac_ct_NM
5690 if test -n "$ac_tool_prefix"; then
5691 for ac_prog in ar gar
5693 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5694 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5695 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5697 if test "${ac_cv_prog_AR+set}" = set; then
5698 echo $ECHO_N "(cached) $ECHO_C" >&6
5699 else
5700 if test -n "$AR"; then
5701 ac_cv_prog_AR="$AR" # Let the user override the test.
5702 else
5703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5704 for as_dir in $PATH
5706 IFS=$as_save_IFS
5707 test -z "$as_dir" && as_dir=.
5708 for ac_exec_ext in '' $ac_executable_extensions; do
5709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5710 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5712 break 2
5714 done
5715 done
5716 IFS=$as_save_IFS
5720 AR=$ac_cv_prog_AR
5721 if test -n "$AR"; then
5722 { echo "$as_me:$LINENO: result: $AR" >&5
5723 echo "${ECHO_T}$AR" >&6; }
5724 else
5725 { echo "$as_me:$LINENO: result: no" >&5
5726 echo "${ECHO_T}no" >&6; }
5730 test -n "$AR" && break
5731 done
5733 if test -z "$AR"; then
5734 ac_ct_AR=$AR
5735 for ac_prog in ar gar
5737 # Extract the first word of "$ac_prog", so it can be a program name with args.
5738 set dummy $ac_prog; ac_word=$2
5739 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5741 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5742 echo $ECHO_N "(cached) $ECHO_C" >&6
5743 else
5744 if test -n "$ac_ct_AR"; then
5745 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5746 else
5747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5748 for as_dir in $PATH
5750 IFS=$as_save_IFS
5751 test -z "$as_dir" && as_dir=.
5752 for ac_exec_ext in '' $ac_executable_extensions; do
5753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5754 ac_cv_prog_ac_ct_AR="$ac_prog"
5755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 break 2
5758 done
5759 done
5760 IFS=$as_save_IFS
5764 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5765 if test -n "$ac_ct_AR"; then
5766 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5767 echo "${ECHO_T}$ac_ct_AR" >&6; }
5768 else
5769 { echo "$as_me:$LINENO: result: no" >&5
5770 echo "${ECHO_T}no" >&6; }
5774 test -n "$ac_ct_AR" && break
5775 done
5777 if test "x$ac_ct_AR" = x; then
5778 AR="ar"
5779 else
5780 case $cross_compiling:$ac_tool_warned in
5781 yes:)
5782 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5783 whose name does not start with the host triplet. If you think this
5784 configuration is useful to you, please write to autoconf@gnu.org." >&5
5785 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5786 whose name does not start with the host triplet. If you think this
5787 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5788 ac_tool_warned=yes ;;
5789 esac
5790 AR=$ac_ct_AR
5794 ARFLAGS=rc
5796 if test -n "$ac_tool_prefix"; then
5797 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5798 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5799 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5801 if test "${ac_cv_prog_RANLIB+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6
5803 else
5804 if test -n "$RANLIB"; then
5805 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5806 else
5807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5808 for as_dir in $PATH
5810 IFS=$as_save_IFS
5811 test -z "$as_dir" && as_dir=.
5812 for ac_exec_ext in '' $ac_executable_extensions; do
5813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5814 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5816 break 2
5818 done
5819 done
5820 IFS=$as_save_IFS
5824 RANLIB=$ac_cv_prog_RANLIB
5825 if test -n "$RANLIB"; then
5826 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5827 echo "${ECHO_T}$RANLIB" >&6; }
5828 else
5829 { echo "$as_me:$LINENO: result: no" >&5
5830 echo "${ECHO_T}no" >&6; }
5835 if test -z "$ac_cv_prog_RANLIB"; then
5836 ac_ct_RANLIB=$RANLIB
5837 # Extract the first word of "ranlib", so it can be a program name with args.
5838 set dummy ranlib; ac_word=$2
5839 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5841 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5842 echo $ECHO_N "(cached) $ECHO_C" >&6
5843 else
5844 if test -n "$ac_ct_RANLIB"; then
5845 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5846 else
5847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848 for as_dir in $PATH
5850 IFS=$as_save_IFS
5851 test -z "$as_dir" && as_dir=.
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5854 ac_cv_prog_ac_ct_RANLIB="ranlib"
5855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5856 break 2
5858 done
5859 done
5860 IFS=$as_save_IFS
5864 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5865 if test -n "$ac_ct_RANLIB"; then
5866 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5867 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5868 else
5869 { echo "$as_me:$LINENO: result: no" >&5
5870 echo "${ECHO_T}no" >&6; }
5873 if test "x$ac_ct_RANLIB" = x; then
5874 RANLIB=":"
5875 else
5876 case $cross_compiling:$ac_tool_warned in
5877 yes:)
5878 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5879 whose name does not start with the host triplet. If you think this
5880 configuration is useful to you, please write to autoconf@gnu.org." >&5
5881 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5882 whose name does not start with the host triplet. If you think this
5883 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5884 ac_tool_warned=yes ;;
5885 esac
5886 RANLIB=$ac_ct_RANLIB
5888 else
5889 RANLIB="$ac_cv_prog_RANLIB"
5892 if test -n "$ac_tool_prefix"; then
5893 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5894 set dummy ${ac_tool_prefix}strip; ac_word=$2
5895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5897 if test "${ac_cv_prog_STRIP+set}" = set; then
5898 echo $ECHO_N "(cached) $ECHO_C" >&6
5899 else
5900 if test -n "$STRIP"; then
5901 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5902 else
5903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5904 for as_dir in $PATH
5906 IFS=$as_save_IFS
5907 test -z "$as_dir" && as_dir=.
5908 for ac_exec_ext in '' $ac_executable_extensions; do
5909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5910 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5912 break 2
5914 done
5915 done
5916 IFS=$as_save_IFS
5920 STRIP=$ac_cv_prog_STRIP
5921 if test -n "$STRIP"; then
5922 { echo "$as_me:$LINENO: result: $STRIP" >&5
5923 echo "${ECHO_T}$STRIP" >&6; }
5924 else
5925 { echo "$as_me:$LINENO: result: no" >&5
5926 echo "${ECHO_T}no" >&6; }
5931 if test -z "$ac_cv_prog_STRIP"; then
5932 ac_ct_STRIP=$STRIP
5933 # Extract the first word of "strip", so it can be a program name with args.
5934 set dummy strip; ac_word=$2
5935 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5937 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5938 echo $ECHO_N "(cached) $ECHO_C" >&6
5939 else
5940 if test -n "$ac_ct_STRIP"; then
5941 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5942 else
5943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5944 for as_dir in $PATH
5946 IFS=$as_save_IFS
5947 test -z "$as_dir" && as_dir=.
5948 for ac_exec_ext in '' $ac_executable_extensions; do
5949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5950 ac_cv_prog_ac_ct_STRIP="strip"
5951 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 break 2
5954 done
5955 done
5956 IFS=$as_save_IFS
5960 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5961 if test -n "$ac_ct_STRIP"; then
5962 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5963 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5964 else
5965 { echo "$as_me:$LINENO: result: no" >&5
5966 echo "${ECHO_T}no" >&6; }
5969 if test "x$ac_ct_STRIP" = x; then
5970 STRIP="strip"
5971 else
5972 case $cross_compiling:$ac_tool_warned in
5973 yes:)
5974 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5975 whose name does not start with the host triplet. If you think this
5976 configuration is useful to you, please write to autoconf@gnu.org." >&5
5977 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5978 whose name does not start with the host triplet. If you think this
5979 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5980 ac_tool_warned=yes ;;
5981 esac
5982 STRIP=$ac_ct_STRIP
5984 else
5985 STRIP="$ac_cv_prog_STRIP"
5988 if test -n "$ac_tool_prefix"; then
5989 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5990 set dummy ${ac_tool_prefix}windres; ac_word=$2
5991 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5992 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5993 if test "${ac_cv_prog_WINDRES+set}" = set; then
5994 echo $ECHO_N "(cached) $ECHO_C" >&6
5995 else
5996 if test -n "$WINDRES"; then
5997 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5998 else
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000 for as_dir in $PATH
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6008 break 2
6010 done
6011 done
6012 IFS=$as_save_IFS
6016 WINDRES=$ac_cv_prog_WINDRES
6017 if test -n "$WINDRES"; then
6018 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6019 echo "${ECHO_T}$WINDRES" >&6; }
6020 else
6021 { echo "$as_me:$LINENO: result: no" >&5
6022 echo "${ECHO_T}no" >&6; }
6027 if test -z "$ac_cv_prog_WINDRES"; then
6028 ac_ct_WINDRES=$WINDRES
6029 # Extract the first word of "windres", so it can be a program name with args.
6030 set dummy windres; ac_word=$2
6031 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6033 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6
6035 else
6036 if test -n "$ac_ct_WINDRES"; then
6037 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6038 else
6039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6040 for as_dir in $PATH
6042 IFS=$as_save_IFS
6043 test -z "$as_dir" && as_dir=.
6044 for ac_exec_ext in '' $ac_executable_extensions; do
6045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6046 ac_cv_prog_ac_ct_WINDRES="windres"
6047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6048 break 2
6050 done
6051 done
6052 IFS=$as_save_IFS
6056 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6057 if test -n "$ac_ct_WINDRES"; then
6058 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6059 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6060 else
6061 { echo "$as_me:$LINENO: result: no" >&5
6062 echo "${ECHO_T}no" >&6; }
6065 if test "x$ac_ct_WINDRES" = x; then
6066 WINDRES="false"
6067 else
6068 case $cross_compiling:$ac_tool_warned in
6069 yes:)
6070 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6071 whose name does not start with the host triplet. If you think this
6072 configuration is useful to you, please write to autoconf@gnu.org." >&5
6073 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6074 whose name does not start with the host triplet. If you think this
6075 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6076 ac_tool_warned=yes ;;
6077 esac
6078 WINDRES=$ac_ct_WINDRES
6080 else
6081 WINDRES="$ac_cv_prog_WINDRES"
6084 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6085 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6086 LN_S=$as_ln_s
6087 if test "$LN_S" = "ln -s"; then
6088 { echo "$as_me:$LINENO: result: yes" >&5
6089 echo "${ECHO_T}yes" >&6; }
6090 else
6091 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6092 echo "${ECHO_T}no, using $LN_S" >&6; }
6095 { echo "$as_me:$LINENO: checking whether ln works" >&5
6096 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6097 rm -f conf$$ conf$$.file
6098 echo >conf$$.file
6099 if ln conf$$.file conf$$ 2>/dev/null; then
6100 LN=ln
6102 { echo "$as_me:$LINENO: result: yes" >&5
6103 echo "${ECHO_T}yes" >&6; }
6104 else
6105 LN="cp -p"
6107 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6108 echo "${ECHO_T}no, using $LN" >&6; }
6110 rm -f conf$$ conf$$.file
6111 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6112 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6113 if test "${ac_cv_path_GREP+set}" = set; then
6114 echo $ECHO_N "(cached) $ECHO_C" >&6
6115 else
6116 # Extract the first word of "grep ggrep" to use in msg output
6117 if test -z "$GREP"; then
6118 set dummy grep ggrep; ac_prog_name=$2
6119 if test "${ac_cv_path_GREP+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6121 else
6122 ac_path_GREP_found=false
6123 # Loop through the user's path and test for each of PROGNAME-LIST
6124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6127 IFS=$as_save_IFS
6128 test -z "$as_dir" && as_dir=.
6129 for ac_prog in grep ggrep; do
6130 for ac_exec_ext in '' $ac_executable_extensions; do
6131 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6132 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6133 # Check for GNU ac_path_GREP and select it if it is found.
6134 # Check for GNU $ac_path_GREP
6135 case `"$ac_path_GREP" --version 2>&1` in
6136 *GNU*)
6137 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6139 ac_count=0
6140 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6141 while :
6143 cat "conftest.in" "conftest.in" >"conftest.tmp"
6144 mv "conftest.tmp" "conftest.in"
6145 cp "conftest.in" "conftest.nl"
6146 echo 'GREP' >> "conftest.nl"
6147 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6148 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6149 ac_count=`expr $ac_count + 1`
6150 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6151 # Best one so far, save it but keep looking for a better one
6152 ac_cv_path_GREP="$ac_path_GREP"
6153 ac_path_GREP_max=$ac_count
6155 # 10*(2^10) chars as input seems more than enough
6156 test $ac_count -gt 10 && break
6157 done
6158 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6159 esac
6162 $ac_path_GREP_found && break 3
6163 done
6164 done
6166 done
6167 IFS=$as_save_IFS
6172 GREP="$ac_cv_path_GREP"
6173 if test -z "$GREP"; then
6174 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6175 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6176 { (exit 1); exit 1; }; }
6179 else
6180 ac_cv_path_GREP=$GREP
6185 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6186 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6187 GREP="$ac_cv_path_GREP"
6190 { echo "$as_me:$LINENO: checking for egrep" >&5
6191 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6192 if test "${ac_cv_path_EGREP+set}" = set; then
6193 echo $ECHO_N "(cached) $ECHO_C" >&6
6194 else
6195 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6196 then ac_cv_path_EGREP="$GREP -E"
6197 else
6198 # Extract the first word of "egrep" to use in msg output
6199 if test -z "$EGREP"; then
6200 set dummy egrep; ac_prog_name=$2
6201 if test "${ac_cv_path_EGREP+set}" = set; then
6202 echo $ECHO_N "(cached) $ECHO_C" >&6
6203 else
6204 ac_path_EGREP_found=false
6205 # Loop through the user's path and test for each of PROGNAME-LIST
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6209 IFS=$as_save_IFS
6210 test -z "$as_dir" && as_dir=.
6211 for ac_prog in egrep; do
6212 for ac_exec_ext in '' $ac_executable_extensions; do
6213 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6214 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6215 # Check for GNU ac_path_EGREP and select it if it is found.
6216 # Check for GNU $ac_path_EGREP
6217 case `"$ac_path_EGREP" --version 2>&1` in
6218 *GNU*)
6219 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6221 ac_count=0
6222 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6223 while :
6225 cat "conftest.in" "conftest.in" >"conftest.tmp"
6226 mv "conftest.tmp" "conftest.in"
6227 cp "conftest.in" "conftest.nl"
6228 echo 'EGREP' >> "conftest.nl"
6229 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6230 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6231 ac_count=`expr $ac_count + 1`
6232 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6233 # Best one so far, save it but keep looking for a better one
6234 ac_cv_path_EGREP="$ac_path_EGREP"
6235 ac_path_EGREP_max=$ac_count
6237 # 10*(2^10) chars as input seems more than enough
6238 test $ac_count -gt 10 && break
6239 done
6240 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6241 esac
6244 $ac_path_EGREP_found && break 3
6245 done
6246 done
6248 done
6249 IFS=$as_save_IFS
6254 EGREP="$ac_cv_path_EGREP"
6255 if test -z "$EGREP"; then
6256 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6257 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6258 { (exit 1); exit 1; }; }
6261 else
6262 ac_cv_path_EGREP=$EGREP
6268 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6269 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6270 EGREP="$ac_cv_path_EGREP"
6273 # Extract the first word of "ldconfig", so it can be a program name with args.
6274 set dummy ldconfig; ac_word=$2
6275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6277 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6
6279 else
6280 case $LDCONFIG in
6281 [\\/]* | ?:[\\/]*)
6282 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6286 for as_dir in /sbin /usr/sbin $PATH
6288 IFS=$as_save_IFS
6289 test -z "$as_dir" && as_dir=.
6290 for ac_exec_ext in '' $ac_executable_extensions; do
6291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6292 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6294 break 2
6296 done
6297 done
6298 IFS=$as_save_IFS
6300 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6302 esac
6304 LDCONFIG=$ac_cv_path_LDCONFIG
6305 if test -n "$LDCONFIG"; then
6306 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6307 echo "${ECHO_T}$LDCONFIG" >&6; }
6308 else
6309 { echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6; }
6314 # Find a good install program. We prefer a C program (faster),
6315 # so one script is as good as another. But avoid the broken or
6316 # incompatible versions:
6317 # SysV /etc/install, /usr/sbin/install
6318 # SunOS /usr/etc/install
6319 # IRIX /sbin/install
6320 # AIX /bin/install
6321 # AmigaOS /C/install, which installs bootblocks on floppy discs
6322 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6323 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6324 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6325 # OS/2's system install, which has a completely different semantic
6326 # ./install, which can be erroneously created by make from ./install.sh.
6327 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6328 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6329 if test -z "$INSTALL"; then
6330 if test "${ac_cv_path_install+set}" = set; then
6331 echo $ECHO_N "(cached) $ECHO_C" >&6
6332 else
6333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6334 for as_dir in $PATH
6336 IFS=$as_save_IFS
6337 test -z "$as_dir" && as_dir=.
6338 # Account for people who put trailing slashes in PATH elements.
6339 case $as_dir/ in
6340 ./ | .// | /cC/* | \
6341 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6342 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6343 /usr/ucb/* ) ;;
6345 # OSF1 and SCO ODT 3.0 have their own names for install.
6346 # Don't use installbsd from OSF since it installs stuff as root
6347 # by default.
6348 for ac_prog in ginstall scoinst install; do
6349 for ac_exec_ext in '' $ac_executable_extensions; do
6350 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6351 if test $ac_prog = install &&
6352 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6353 # AIX install. It has an incompatible calling convention.
6355 elif test $ac_prog = install &&
6356 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6357 # program-specific install script used by HP pwplus--don't use.
6359 else
6360 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6361 break 3
6364 done
6365 done
6367 esac
6368 done
6369 IFS=$as_save_IFS
6373 if test "${ac_cv_path_install+set}" = set; then
6374 INSTALL=$ac_cv_path_install
6375 else
6376 # As a last resort, use the slow shell script. Don't cache a
6377 # value for INSTALL within a source directory, because that will
6378 # break other packages using the cache if that directory is
6379 # removed, or if the value is a relative name.
6380 INSTALL=$ac_install_sh
6383 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6384 echo "${ECHO_T}$INSTALL" >&6; }
6386 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6387 # It thinks the first close brace ends the variable substitution.
6388 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6390 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6392 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6394 case "$INSTALL" in
6395 [\\/$]* | ?:[\\/]* ) ;;
6396 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6397 esac
6399 for ac_prog in lclint lint
6401 # Extract the first word of "$ac_prog", so it can be a program name with args.
6402 set dummy $ac_prog; ac_word=$2
6403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6405 if test "${ac_cv_prog_LINT+set}" = set; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6407 else
6408 if test -n "$LINT"; then
6409 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6410 else
6411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6412 for as_dir in $PATH
6414 IFS=$as_save_IFS
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_LINT="$ac_prog"
6419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6420 break 2
6422 done
6423 done
6424 IFS=$as_save_IFS
6428 LINT=$ac_cv_prog_LINT
6429 if test -n "$LINT"; then
6430 { echo "$as_me:$LINENO: result: $LINT" >&5
6431 echo "${ECHO_T}$LINT" >&6; }
6432 else
6433 { echo "$as_me:$LINENO: result: no" >&5
6434 echo "${ECHO_T}no" >&6; }
6438 test -n "$LINT" && break
6439 done
6441 if test "$LINT" = "lint"
6442 then
6443 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6448 for ac_prog in fontforge
6450 # Extract the first word of "$ac_prog", so it can be a program name with args.
6451 set dummy $ac_prog; ac_word=$2
6452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6454 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6455 echo $ECHO_N "(cached) $ECHO_C" >&6
6456 else
6457 if test -n "$FONTFORGE"; then
6458 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6459 else
6460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6461 for as_dir in $PATH
6463 IFS=$as_save_IFS
6464 test -z "$as_dir" && as_dir=.
6465 for ac_exec_ext in '' $ac_executable_extensions; do
6466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6467 ac_cv_prog_FONTFORGE="$ac_prog"
6468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6469 break 2
6471 done
6472 done
6473 IFS=$as_save_IFS
6477 FONTFORGE=$ac_cv_prog_FONTFORGE
6478 if test -n "$FONTFORGE"; then
6479 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6480 echo "${ECHO_T}$FONTFORGE" >&6; }
6481 else
6482 { echo "$as_me:$LINENO: result: no" >&5
6483 echo "${ECHO_T}no" >&6; }
6487 test -n "$FONTFORGE" && break
6488 done
6489 test -n "$FONTFORGE" || FONTFORGE="false"
6491 for ac_prog in pkg-config
6493 # Extract the first word of "$ac_prog", so it can be a program name with args.
6494 set dummy $ac_prog; ac_word=$2
6495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6497 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6498 echo $ECHO_N "(cached) $ECHO_C" >&6
6499 else
6500 if test -n "$PKG_CONFIG"; then
6501 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6502 else
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504 for as_dir in $PATH
6506 IFS=$as_save_IFS
6507 test -z "$as_dir" && as_dir=.
6508 for ac_exec_ext in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510 ac_cv_prog_PKG_CONFIG="$ac_prog"
6511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6512 break 2
6514 done
6515 done
6516 IFS=$as_save_IFS
6520 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6521 if test -n "$PKG_CONFIG"; then
6522 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6523 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6524 else
6525 { echo "$as_me:$LINENO: result: no" >&5
6526 echo "${ECHO_T}no" >&6; }
6530 test -n "$PKG_CONFIG" && break
6531 done
6532 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6534 for ac_prog in rsvg
6536 # Extract the first word of "$ac_prog", so it can be a program name with args.
6537 set dummy $ac_prog; ac_word=$2
6538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6540 if test "${ac_cv_prog_RSVG+set}" = set; then
6541 echo $ECHO_N "(cached) $ECHO_C" >&6
6542 else
6543 if test -n "$RSVG"; then
6544 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6545 else
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in $PATH
6549 IFS=$as_save_IFS
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_prog_RSVG="$ac_prog"
6554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6555 break 2
6557 done
6558 done
6559 IFS=$as_save_IFS
6563 RSVG=$ac_cv_prog_RSVG
6564 if test -n "$RSVG"; then
6565 { echo "$as_me:$LINENO: result: $RSVG" >&5
6566 echo "${ECHO_T}$RSVG" >&6; }
6567 else
6568 { echo "$as_me:$LINENO: result: no" >&5
6569 echo "${ECHO_T}no" >&6; }
6573 test -n "$RSVG" && break
6574 done
6575 test -n "$RSVG" || RSVG="false"
6577 for ac_prog in icotool
6579 # Extract the first word of "$ac_prog", so it can be a program name with args.
6580 set dummy $ac_prog; ac_word=$2
6581 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6583 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6585 else
6586 if test -n "$ICOTOOL"; then
6587 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6588 else
6589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6590 for as_dir in $PATH
6592 IFS=$as_save_IFS
6593 test -z "$as_dir" && as_dir=.
6594 for ac_exec_ext in '' $ac_executable_extensions; do
6595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6596 ac_cv_prog_ICOTOOL="$ac_prog"
6597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6598 break 2
6600 done
6601 done
6602 IFS=$as_save_IFS
6606 ICOTOOL=$ac_cv_prog_ICOTOOL
6607 if test -n "$ICOTOOL"; then
6608 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6609 echo "${ECHO_T}$ICOTOOL" >&6; }
6610 else
6611 { echo "$as_me:$LINENO: result: no" >&5
6612 echo "${ECHO_T}no" >&6; }
6616 test -n "$ICOTOOL" && break
6617 done
6618 test -n "$ICOTOOL" || ICOTOOL="false"
6621 if test "${enable_maintainer_mode+set}" = set
6622 then
6623 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6624 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6625 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6628 case $host_cpu in
6629 *i[3456789]86*)
6630 # Extract the first word of "prelink", so it can be a program name with args.
6631 set dummy prelink; ac_word=$2
6632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6634 if test "${ac_cv_path_PRELINK+set}" = set; then
6635 echo $ECHO_N "(cached) $ECHO_C" >&6
6636 else
6637 case $PRELINK in
6638 [\\/]* | ?:[\\/]*)
6639 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6643 for as_dir in /sbin /usr/sbin $PATH
6645 IFS=$as_save_IFS
6646 test -z "$as_dir" && as_dir=.
6647 for ac_exec_ext in '' $ac_executable_extensions; do
6648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6649 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6651 break 2
6653 done
6654 done
6655 IFS=$as_save_IFS
6657 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6659 esac
6661 PRELINK=$ac_cv_path_PRELINK
6662 if test -n "$PRELINK"; then
6663 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6664 echo "${ECHO_T}$PRELINK" >&6; }
6665 else
6666 { echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6; }
6672 esac
6676 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6677 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6678 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6679 echo $ECHO_N "(cached) $ECHO_C" >&6
6680 else
6681 ac_check_lib_save_LIBS=$LIBS
6682 LIBS="-li386 $LIBS"
6683 cat >conftest.$ac_ext <<_ACEOF
6684 /* confdefs.h. */
6685 _ACEOF
6686 cat confdefs.h >>conftest.$ac_ext
6687 cat >>conftest.$ac_ext <<_ACEOF
6688 /* end confdefs.h. */
6690 /* Override any GCC internal prototype to avoid an error.
6691 Use char because int might match the return type of a GCC
6692 builtin and then its argument prototype would still apply. */
6693 #ifdef __cplusplus
6694 extern "C"
6695 #endif
6696 char i386_set_ldt ();
6698 main ()
6700 return i386_set_ldt ();
6702 return 0;
6704 _ACEOF
6705 rm -f conftest.$ac_objext conftest$ac_exeext
6706 if { (ac_try="$ac_link"
6707 case "(($ac_try" in
6708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6709 *) ac_try_echo=$ac_try;;
6710 esac
6711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6712 (eval "$ac_link") 2>conftest.er1
6713 ac_status=$?
6714 grep -v '^ *+' conftest.er1 >conftest.err
6715 rm -f conftest.er1
6716 cat conftest.err >&5
6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6718 (exit $ac_status); } && {
6719 test -z "$ac_c_werror_flag" ||
6720 test ! -s conftest.err
6721 } && test -s conftest$ac_exeext &&
6722 $as_test_x conftest$ac_exeext; then
6723 ac_cv_lib_i386_i386_set_ldt=yes
6724 else
6725 echo "$as_me: failed program was:" >&5
6726 sed 's/^/| /' conftest.$ac_ext >&5
6728 ac_cv_lib_i386_i386_set_ldt=no
6731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6732 conftest$ac_exeext conftest.$ac_ext
6733 LIBS=$ac_check_lib_save_LIBS
6735 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6736 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6737 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6738 cat >>confdefs.h <<_ACEOF
6739 #define HAVE_LIBI386 1
6740 _ACEOF
6742 LIBS="-li386 $LIBS"
6747 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6748 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6749 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6750 echo $ECHO_N "(cached) $ECHO_C" >&6
6751 else
6752 ac_check_lib_save_LIBS=$LIBS
6753 LIBS="-lossaudio $LIBS"
6754 cat >conftest.$ac_ext <<_ACEOF
6755 /* confdefs.h. */
6756 _ACEOF
6757 cat confdefs.h >>conftest.$ac_ext
6758 cat >>conftest.$ac_ext <<_ACEOF
6759 /* end confdefs.h. */
6761 /* Override any GCC internal prototype to avoid an error.
6762 Use char because int might match the return type of a GCC
6763 builtin and then its argument prototype would still apply. */
6764 #ifdef __cplusplus
6765 extern "C"
6766 #endif
6767 char _oss_ioctl ();
6769 main ()
6771 return _oss_ioctl ();
6773 return 0;
6775 _ACEOF
6776 rm -f conftest.$ac_objext conftest$ac_exeext
6777 if { (ac_try="$ac_link"
6778 case "(($ac_try" in
6779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6780 *) ac_try_echo=$ac_try;;
6781 esac
6782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6783 (eval "$ac_link") 2>conftest.er1
6784 ac_status=$?
6785 grep -v '^ *+' conftest.er1 >conftest.err
6786 rm -f conftest.er1
6787 cat conftest.err >&5
6788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6789 (exit $ac_status); } && {
6790 test -z "$ac_c_werror_flag" ||
6791 test ! -s conftest.err
6792 } && test -s conftest$ac_exeext &&
6793 $as_test_x conftest$ac_exeext; then
6794 ac_cv_lib_ossaudio__oss_ioctl=yes
6795 else
6796 echo "$as_me: failed program was:" >&5
6797 sed 's/^/| /' conftest.$ac_ext >&5
6799 ac_cv_lib_ossaudio__oss_ioctl=no
6802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6803 conftest$ac_exeext conftest.$ac_ext
6804 LIBS=$ac_check_lib_save_LIBS
6806 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6807 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6808 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6809 cat >>confdefs.h <<_ACEOF
6810 #define HAVE_LIBOSSAUDIO 1
6811 _ACEOF
6813 LIBS="-lossaudio $LIBS"
6817 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6818 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6819 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6821 else
6822 ac_check_lib_save_LIBS=$LIBS
6823 LIBS="-lpthread $LIBS"
6824 cat >conftest.$ac_ext <<_ACEOF
6825 /* confdefs.h. */
6826 _ACEOF
6827 cat confdefs.h >>conftest.$ac_ext
6828 cat >>conftest.$ac_ext <<_ACEOF
6829 /* end confdefs.h. */
6831 /* Override any GCC internal prototype to avoid an error.
6832 Use char because int might match the return type of a GCC
6833 builtin and then its argument prototype would still apply. */
6834 #ifdef __cplusplus
6835 extern "C"
6836 #endif
6837 char pthread_create ();
6839 main ()
6841 return pthread_create ();
6843 return 0;
6845 _ACEOF
6846 rm -f conftest.$ac_objext conftest$ac_exeext
6847 if { (ac_try="$ac_link"
6848 case "(($ac_try" in
6849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6850 *) ac_try_echo=$ac_try;;
6851 esac
6852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6853 (eval "$ac_link") 2>conftest.er1
6854 ac_status=$?
6855 grep -v '^ *+' conftest.er1 >conftest.err
6856 rm -f conftest.er1
6857 cat conftest.err >&5
6858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6859 (exit $ac_status); } && {
6860 test -z "$ac_c_werror_flag" ||
6861 test ! -s conftest.err
6862 } && test -s conftest$ac_exeext &&
6863 $as_test_x conftest$ac_exeext; then
6864 ac_cv_lib_pthread_pthread_create=yes
6865 else
6866 echo "$as_me: failed program was:" >&5
6867 sed 's/^/| /' conftest.$ac_ext >&5
6869 ac_cv_lib_pthread_pthread_create=no
6872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6873 conftest$ac_exeext conftest.$ac_ext
6874 LIBS=$ac_check_lib_save_LIBS
6876 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6877 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6878 if test $ac_cv_lib_pthread_pthread_create = yes; then
6879 LIBPTHREAD="-lpthread"
6884 XLIB=""
6886 OPENGL_LIBS=""
6890 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6891 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6892 if test "${ac_cv_header_stdc+set}" = set; then
6893 echo $ECHO_N "(cached) $ECHO_C" >&6
6894 else
6895 cat >conftest.$ac_ext <<_ACEOF
6896 /* confdefs.h. */
6897 _ACEOF
6898 cat confdefs.h >>conftest.$ac_ext
6899 cat >>conftest.$ac_ext <<_ACEOF
6900 /* end confdefs.h. */
6901 #include <stdlib.h>
6902 #include <stdarg.h>
6903 #include <string.h>
6904 #include <float.h>
6907 main ()
6911 return 0;
6913 _ACEOF
6914 rm -f conftest.$ac_objext
6915 if { (ac_try="$ac_compile"
6916 case "(($ac_try" in
6917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6918 *) ac_try_echo=$ac_try;;
6919 esac
6920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6921 (eval "$ac_compile") 2>conftest.er1
6922 ac_status=$?
6923 grep -v '^ *+' conftest.er1 >conftest.err
6924 rm -f conftest.er1
6925 cat conftest.err >&5
6926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6927 (exit $ac_status); } && {
6928 test -z "$ac_c_werror_flag" ||
6929 test ! -s conftest.err
6930 } && test -s conftest.$ac_objext; then
6931 ac_cv_header_stdc=yes
6932 else
6933 echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.$ac_ext >&5
6936 ac_cv_header_stdc=no
6939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6941 if test $ac_cv_header_stdc = yes; then
6942 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6943 cat >conftest.$ac_ext <<_ACEOF
6944 /* confdefs.h. */
6945 _ACEOF
6946 cat confdefs.h >>conftest.$ac_ext
6947 cat >>conftest.$ac_ext <<_ACEOF
6948 /* end confdefs.h. */
6949 #include <string.h>
6951 _ACEOF
6952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6953 $EGREP "memchr" >/dev/null 2>&1; then
6955 else
6956 ac_cv_header_stdc=no
6958 rm -f conftest*
6962 if test $ac_cv_header_stdc = yes; then
6963 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6964 cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h. */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6970 #include <stdlib.h>
6972 _ACEOF
6973 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6974 $EGREP "free" >/dev/null 2>&1; then
6976 else
6977 ac_cv_header_stdc=no
6979 rm -f conftest*
6983 if test $ac_cv_header_stdc = yes; then
6984 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6985 if test "$cross_compiling" = yes; then
6987 else
6988 cat >conftest.$ac_ext <<_ACEOF
6989 /* confdefs.h. */
6990 _ACEOF
6991 cat confdefs.h >>conftest.$ac_ext
6992 cat >>conftest.$ac_ext <<_ACEOF
6993 /* end confdefs.h. */
6994 #include <ctype.h>
6995 #include <stdlib.h>
6996 #if ((' ' & 0x0FF) == 0x020)
6997 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6998 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6999 #else
7000 # define ISLOWER(c) \
7001 (('a' <= (c) && (c) <= 'i') \
7002 || ('j' <= (c) && (c) <= 'r') \
7003 || ('s' <= (c) && (c) <= 'z'))
7004 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7005 #endif
7007 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7009 main ()
7011 int i;
7012 for (i = 0; i < 256; i++)
7013 if (XOR (islower (i), ISLOWER (i))
7014 || toupper (i) != TOUPPER (i))
7015 return 2;
7016 return 0;
7018 _ACEOF
7019 rm -f conftest$ac_exeext
7020 if { (ac_try="$ac_link"
7021 case "(($ac_try" in
7022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7023 *) ac_try_echo=$ac_try;;
7024 esac
7025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7026 (eval "$ac_link") 2>&5
7027 ac_status=$?
7028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7030 { (case "(($ac_try" in
7031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032 *) ac_try_echo=$ac_try;;
7033 esac
7034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7035 (eval "$ac_try") 2>&5
7036 ac_status=$?
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7040 else
7041 echo "$as_me: program exited with status $ac_status" >&5
7042 echo "$as_me: failed program was:" >&5
7043 sed 's/^/| /' conftest.$ac_ext >&5
7045 ( exit $ac_status )
7046 ac_cv_header_stdc=no
7048 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7054 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7055 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7056 if test $ac_cv_header_stdc = yes; then
7058 cat >>confdefs.h <<\_ACEOF
7059 #define STDC_HEADERS 1
7060 _ACEOF
7064 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7074 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7075 inttypes.h stdint.h unistd.h
7077 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7078 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7080 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7082 else
7083 cat >conftest.$ac_ext <<_ACEOF
7084 /* confdefs.h. */
7085 _ACEOF
7086 cat confdefs.h >>conftest.$ac_ext
7087 cat >>conftest.$ac_ext <<_ACEOF
7088 /* end confdefs.h. */
7089 $ac_includes_default
7091 #include <$ac_header>
7092 _ACEOF
7093 rm -f conftest.$ac_objext
7094 if { (ac_try="$ac_compile"
7095 case "(($ac_try" in
7096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7097 *) ac_try_echo=$ac_try;;
7098 esac
7099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7100 (eval "$ac_compile") 2>conftest.er1
7101 ac_status=$?
7102 grep -v '^ *+' conftest.er1 >conftest.err
7103 rm -f conftest.er1
7104 cat conftest.err >&5
7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7106 (exit $ac_status); } && {
7107 test -z "$ac_c_werror_flag" ||
7108 test ! -s conftest.err
7109 } && test -s conftest.$ac_objext; then
7110 eval "$as_ac_Header=yes"
7111 else
7112 echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7115 eval "$as_ac_Header=no"
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7120 ac_res=`eval echo '${'$as_ac_Header'}'`
7121 { echo "$as_me:$LINENO: result: $ac_res" >&5
7122 echo "${ECHO_T}$ac_res" >&6; }
7123 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7124 cat >>confdefs.h <<_ACEOF
7125 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7126 _ACEOF
7130 done
7245 for ac_header in \
7246 AudioUnit/AudioUnit.h \
7247 Carbon/Carbon.h \
7248 CoreAudio/CoreAudio.h \
7249 DiskArbitration/DiskArbitration.h \
7250 IOKit/IOKitLib.h \
7251 alias.h \
7252 alsa/asoundlib.h \
7253 arpa/inet.h \
7254 arpa/nameser.h \
7255 asm/types.h \
7256 capi20.h \
7257 curses.h \
7258 direct.h \
7259 dirent.h \
7260 dlfcn.h \
7261 elf.h \
7262 float.h \
7263 fontconfig/fontconfig.h \
7264 getopt.h \
7265 ieeefp.h \
7266 io.h \
7267 jack/jack.h \
7268 jpeglib.h \
7269 lber.h \
7270 lcms.h \
7271 lcms/lcms.h \
7272 ldap.h \
7273 libaudioio.h \
7274 link.h \
7275 linux/cdrom.h \
7276 linux/compiler.h \
7277 linux/hdreg.h \
7278 linux/input.h \
7279 linux/ioctl.h \
7280 linux/joystick.h \
7281 linux/major.h \
7282 linux/param.h \
7283 linux/serial.h \
7284 linux/ucdrom.h \
7285 mach/mach.h \
7286 mach/machine.h \
7287 machine/cpu.h \
7288 machine/limits.h \
7289 machine/soundcard.h \
7290 mntent.h \
7291 ncurses.h \
7292 netdb.h \
7293 netinet/in.h \
7294 netinet/in_systm.h \
7295 netinet/tcp.h \
7296 netinet/tcp_fsm.h \
7297 openssl/err.h \
7298 openssl/ssl.h \
7299 png.h \
7300 poll.h \
7301 process.h \
7302 pthread.h \
7303 pwd.h \
7304 regex.h \
7305 sched.h \
7306 scsi/scsi.h \
7307 scsi/scsi_ioctl.h \
7308 scsi/sg.h \
7309 soundcard.h \
7310 stdint.h \
7311 strings.h \
7312 sys/asoundlib.h \
7313 sys/cdio.h \
7314 sys/elf32.h \
7315 sys/epoll.h \
7316 sys/errno.h \
7317 sys/event.h \
7318 sys/exec_elf.h \
7319 sys/filio.h \
7320 sys/ioctl.h \
7321 sys/ipc.h \
7322 sys/limits.h \
7323 sys/link.h \
7324 sys/lwp.h \
7325 sys/mman.h \
7326 sys/modem.h \
7327 sys/msg.h \
7328 sys/mtio.h \
7329 sys/param.h \
7330 sys/poll.h \
7331 sys/prctl.h \
7332 sys/ptrace.h \
7333 sys/reg.h \
7334 sys/resource.h \
7335 sys/scsiio.h \
7336 sys/shm.h \
7337 sys/signal.h \
7338 sys/socket.h \
7339 sys/socketvar.h \
7340 sys/sockio.h \
7341 sys/soundcard.h \
7342 sys/statvfs.h \
7343 sys/strtio.h \
7344 sys/syscall.h \
7345 sys/sysctl.h \
7346 sys/time.h \
7347 sys/times.h \
7348 sys/uio.h \
7349 sys/un.h \
7350 sys/vm86.h \
7351 sys/wait.h \
7352 syscall.h \
7353 termios.h \
7354 unistd.h \
7355 utime.h \
7356 valgrind/memcheck.h \
7357 valgrind/valgrind.h
7360 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7362 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7363 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7365 echo $ECHO_N "(cached) $ECHO_C" >&6
7367 ac_res=`eval echo '${'$as_ac_Header'}'`
7368 { echo "$as_me:$LINENO: result: $ac_res" >&5
7369 echo "${ECHO_T}$ac_res" >&6; }
7370 else
7371 # Is the header compilable?
7372 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7373 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7374 cat >conftest.$ac_ext <<_ACEOF
7375 /* confdefs.h. */
7376 _ACEOF
7377 cat confdefs.h >>conftest.$ac_ext
7378 cat >>conftest.$ac_ext <<_ACEOF
7379 /* end confdefs.h. */
7380 $ac_includes_default
7381 #include <$ac_header>
7382 _ACEOF
7383 rm -f conftest.$ac_objext
7384 if { (ac_try="$ac_compile"
7385 case "(($ac_try" in
7386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7387 *) ac_try_echo=$ac_try;;
7388 esac
7389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7390 (eval "$ac_compile") 2>conftest.er1
7391 ac_status=$?
7392 grep -v '^ *+' conftest.er1 >conftest.err
7393 rm -f conftest.er1
7394 cat conftest.err >&5
7395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7396 (exit $ac_status); } && {
7397 test -z "$ac_c_werror_flag" ||
7398 test ! -s conftest.err
7399 } && test -s conftest.$ac_objext; then
7400 ac_header_compiler=yes
7401 else
7402 echo "$as_me: failed program was:" >&5
7403 sed 's/^/| /' conftest.$ac_ext >&5
7405 ac_header_compiler=no
7408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7409 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7410 echo "${ECHO_T}$ac_header_compiler" >&6; }
7412 # Is the header present?
7413 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7414 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7415 cat >conftest.$ac_ext <<_ACEOF
7416 /* confdefs.h. */
7417 _ACEOF
7418 cat confdefs.h >>conftest.$ac_ext
7419 cat >>conftest.$ac_ext <<_ACEOF
7420 /* end confdefs.h. */
7421 #include <$ac_header>
7422 _ACEOF
7423 if { (ac_try="$ac_cpp conftest.$ac_ext"
7424 case "(($ac_try" in
7425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7426 *) ac_try_echo=$ac_try;;
7427 esac
7428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7430 ac_status=$?
7431 grep -v '^ *+' conftest.er1 >conftest.err
7432 rm -f conftest.er1
7433 cat conftest.err >&5
7434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7435 (exit $ac_status); } >/dev/null && {
7436 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7437 test ! -s conftest.err
7438 }; then
7439 ac_header_preproc=yes
7440 else
7441 echo "$as_me: failed program was:" >&5
7442 sed 's/^/| /' conftest.$ac_ext >&5
7444 ac_header_preproc=no
7447 rm -f conftest.err conftest.$ac_ext
7448 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7449 echo "${ECHO_T}$ac_header_preproc" >&6; }
7451 # So? What about this header?
7452 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7453 yes:no: )
7454 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7455 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7457 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7458 ac_header_preproc=yes
7460 no:yes:* )
7461 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7462 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7463 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7464 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7465 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7466 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7468 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7470 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7471 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7472 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7473 ( cat <<\_ASBOX
7474 ## ------------------------------------ ##
7475 ## Report this to wine-devel@winehq.org ##
7476 ## ------------------------------------ ##
7477 _ASBOX
7478 ) | sed "s/^/$as_me: WARNING: /" >&2
7480 esac
7481 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7482 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7484 echo $ECHO_N "(cached) $ECHO_C" >&6
7485 else
7486 eval "$as_ac_Header=\$ac_header_preproc"
7488 ac_res=`eval echo '${'$as_ac_Header'}'`
7489 { echo "$as_me:$LINENO: result: $ac_res" >&5
7490 echo "${ECHO_T}$ac_res" >&6; }
7493 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7494 cat >>confdefs.h <<_ACEOF
7495 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7496 _ACEOF
7500 done
7502 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7503 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7504 if test "${ac_cv_header_stat_broken+set}" = set; then
7505 echo $ECHO_N "(cached) $ECHO_C" >&6
7506 else
7507 cat >conftest.$ac_ext <<_ACEOF
7508 /* confdefs.h. */
7509 _ACEOF
7510 cat confdefs.h >>conftest.$ac_ext
7511 cat >>conftest.$ac_ext <<_ACEOF
7512 /* end confdefs.h. */
7513 #include <sys/types.h>
7514 #include <sys/stat.h>
7516 #if defined S_ISBLK && defined S_IFDIR
7517 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7518 #endif
7520 #if defined S_ISBLK && defined S_IFCHR
7521 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7522 #endif
7524 #if defined S_ISLNK && defined S_IFREG
7525 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7526 #endif
7528 #if defined S_ISSOCK && defined S_IFREG
7529 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7530 #endif
7532 _ACEOF
7533 rm -f conftest.$ac_objext
7534 if { (ac_try="$ac_compile"
7535 case "(($ac_try" in
7536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7537 *) ac_try_echo=$ac_try;;
7538 esac
7539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7540 (eval "$ac_compile") 2>conftest.er1
7541 ac_status=$?
7542 grep -v '^ *+' conftest.er1 >conftest.err
7543 rm -f conftest.er1
7544 cat conftest.err >&5
7545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7546 (exit $ac_status); } && {
7547 test -z "$ac_c_werror_flag" ||
7548 test ! -s conftest.err
7549 } && test -s conftest.$ac_objext; then
7550 ac_cv_header_stat_broken=no
7551 else
7552 echo "$as_me: failed program was:" >&5
7553 sed 's/^/| /' conftest.$ac_ext >&5
7555 ac_cv_header_stat_broken=yes
7558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7560 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7561 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7562 if test $ac_cv_header_stat_broken = yes; then
7564 cat >>confdefs.h <<\_ACEOF
7565 #define STAT_MACROS_BROKEN 1
7566 _ACEOF
7576 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7578 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7579 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7580 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7581 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7582 echo $ECHO_N "(cached) $ECHO_C" >&6
7583 else
7584 cat >conftest.$ac_ext <<_ACEOF
7585 /* confdefs.h. */
7586 _ACEOF
7587 cat confdefs.h >>conftest.$ac_ext
7588 cat >>conftest.$ac_ext <<_ACEOF
7589 /* end confdefs.h. */
7590 #include <sys/types.h>
7591 #ifdef HAVE_SYS_PARAM_H
7592 # include <sys/param.h>
7593 #endif
7595 #include <$ac_header>
7596 _ACEOF
7597 rm -f conftest.$ac_objext
7598 if { (ac_try="$ac_compile"
7599 case "(($ac_try" in
7600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7601 *) ac_try_echo=$ac_try;;
7602 esac
7603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7604 (eval "$ac_compile") 2>conftest.er1
7605 ac_status=$?
7606 grep -v '^ *+' conftest.er1 >conftest.err
7607 rm -f conftest.er1
7608 cat conftest.err >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); } && {
7611 test -z "$ac_c_werror_flag" ||
7612 test ! -s conftest.err
7613 } && test -s conftest.$ac_objext; then
7614 eval "$as_ac_Header=yes"
7615 else
7616 echo "$as_me: failed program was:" >&5
7617 sed 's/^/| /' conftest.$ac_ext >&5
7619 eval "$as_ac_Header=no"
7622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7624 ac_res=`eval echo '${'$as_ac_Header'}'`
7625 { echo "$as_me:$LINENO: result: $ac_res" >&5
7626 echo "${ECHO_T}$ac_res" >&6; }
7627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7628 cat >>confdefs.h <<_ACEOF
7629 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7630 _ACEOF
7634 done
7649 for ac_header in \
7650 netinet/ip.h \
7651 net/if.h \
7652 net/if_arp.h \
7653 net/if_dl.h \
7654 net/if_types.h \
7655 net/route.h \
7656 netinet/if_ether.h \
7657 netinet/in_pcb.h \
7658 netinet/ip_icmp.h \
7659 netinet/ip_var.h \
7660 netinet/udp.h \
7661 netipx/ipx.h \
7664 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7665 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7666 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7667 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7668 echo $ECHO_N "(cached) $ECHO_C" >&6
7669 else
7670 cat >conftest.$ac_ext <<_ACEOF
7671 /* confdefs.h. */
7672 _ACEOF
7673 cat confdefs.h >>conftest.$ac_ext
7674 cat >>conftest.$ac_ext <<_ACEOF
7675 /* end confdefs.h. */
7676 #include <sys/types.h>
7677 #ifdef HAVE_SYS_SOCKET_H
7678 # include <sys/socket.h>
7679 #endif
7680 #ifdef HAVE_SYS_SOCKETVAR_H
7681 # include <sys/socketvar.h>
7682 #endif
7683 #ifdef HAVE_NETINET_IN_H
7684 # include <netinet/in.h>
7685 #endif
7686 #ifdef HAVE_NETINET_IP_H
7687 # include <netinet/ip.h>
7688 #endif
7690 #include <$ac_header>
7691 _ACEOF
7692 rm -f conftest.$ac_objext
7693 if { (ac_try="$ac_compile"
7694 case "(($ac_try" in
7695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696 *) ac_try_echo=$ac_try;;
7697 esac
7698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7699 (eval "$ac_compile") 2>conftest.er1
7700 ac_status=$?
7701 grep -v '^ *+' conftest.er1 >conftest.err
7702 rm -f conftest.er1
7703 cat conftest.err >&5
7704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7705 (exit $ac_status); } && {
7706 test -z "$ac_c_werror_flag" ||
7707 test ! -s conftest.err
7708 } && test -s conftest.$ac_objext; then
7709 eval "$as_ac_Header=yes"
7710 else
7711 echo "$as_me: failed program was:" >&5
7712 sed 's/^/| /' conftest.$ac_ext >&5
7714 eval "$as_ac_Header=no"
7717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7719 ac_res=`eval echo '${'$as_ac_Header'}'`
7720 { echo "$as_me:$LINENO: result: $ac_res" >&5
7721 echo "${ECHO_T}$ac_res" >&6; }
7722 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7723 cat >>confdefs.h <<_ACEOF
7724 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7725 _ACEOF
7729 done
7736 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7738 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7739 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7742 echo $ECHO_N "(cached) $ECHO_C" >&6
7743 else
7744 cat >conftest.$ac_ext <<_ACEOF
7745 /* confdefs.h. */
7746 _ACEOF
7747 cat confdefs.h >>conftest.$ac_ext
7748 cat >>conftest.$ac_ext <<_ACEOF
7749 /* end confdefs.h. */
7750 #include <sys/types.h>
7751 #ifdef HAVE_ALIAS_H
7752 # include <alias.h>
7753 #endif
7754 #ifdef HAVE_SYS_SOCKET_H
7755 # include <sys/socket.h>
7756 #endif
7757 #ifdef HAVE_SYS_SOCKETVAR_H
7758 # include <sys/socketvar.h>
7759 #endif
7760 #ifdef HAVE_NETINET_IN_H
7761 # include <netinet/in.h>
7762 #endif
7763 #ifdef HAVE_NETINET_IP_H
7764 # include <netinet/ip.h>
7765 #endif
7766 #ifdef HAVE_NETINET_IP_VAR_H
7767 # include <netinet/ip_var.h>
7768 #endif
7769 #ifdef HAVE_NETINET_IP_ICMP_H
7770 # include <netinet/ip_icmp.h>
7771 #endif
7772 #ifdef HAVE_NETINET_UDP_H
7773 # include <netinet/udp.h>
7774 #endif
7775 #ifdef HAVE_NETINET_TCP_H
7776 # include <netinet/tcp.h>
7777 #endif
7779 #include <$ac_header>
7780 _ACEOF
7781 rm -f conftest.$ac_objext
7782 if { (ac_try="$ac_compile"
7783 case "(($ac_try" in
7784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7785 *) ac_try_echo=$ac_try;;
7786 esac
7787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7788 (eval "$ac_compile") 2>conftest.er1
7789 ac_status=$?
7790 grep -v '^ *+' conftest.er1 >conftest.err
7791 rm -f conftest.er1
7792 cat conftest.err >&5
7793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7794 (exit $ac_status); } && {
7795 test -z "$ac_c_werror_flag" ||
7796 test ! -s conftest.err
7797 } && test -s conftest.$ac_objext; then
7798 eval "$as_ac_Header=yes"
7799 else
7800 echo "$as_me: failed program was:" >&5
7801 sed 's/^/| /' conftest.$ac_ext >&5
7803 eval "$as_ac_Header=no"
7806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7808 ac_res=`eval echo '${'$as_ac_Header'}'`
7809 { echo "$as_me:$LINENO: result: $ac_res" >&5
7810 echo "${ECHO_T}$ac_res" >&6; }
7811 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7812 cat >>confdefs.h <<_ACEOF
7813 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7814 _ACEOF
7818 done
7822 for ac_header in linux/ipx.h
7824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7825 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7827 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7828 echo $ECHO_N "(cached) $ECHO_C" >&6
7829 else
7830 cat >conftest.$ac_ext <<_ACEOF
7831 /* confdefs.h. */
7832 _ACEOF
7833 cat confdefs.h >>conftest.$ac_ext
7834 cat >>conftest.$ac_ext <<_ACEOF
7835 /* end confdefs.h. */
7836 #include <sys/types.h>
7837 #ifdef HAVE_ASM_TYPES_H
7838 # include <asm/types.h>
7839 #endif
7840 #ifdef HAVE_SYS_SOCKET_H
7841 # include <sys/socket.h>
7842 #endif
7844 #include <$ac_header>
7845 _ACEOF
7846 rm -f conftest.$ac_objext
7847 if { (ac_try="$ac_compile"
7848 case "(($ac_try" in
7849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7850 *) ac_try_echo=$ac_try;;
7851 esac
7852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7853 (eval "$ac_compile") 2>conftest.er1
7854 ac_status=$?
7855 grep -v '^ *+' conftest.er1 >conftest.err
7856 rm -f conftest.er1
7857 cat conftest.err >&5
7858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7859 (exit $ac_status); } && {
7860 test -z "$ac_c_werror_flag" ||
7861 test ! -s conftest.err
7862 } && test -s conftest.$ac_objext; then
7863 eval "$as_ac_Header=yes"
7864 else
7865 echo "$as_me: failed program was:" >&5
7866 sed 's/^/| /' conftest.$ac_ext >&5
7868 eval "$as_ac_Header=no"
7871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7873 ac_res=`eval echo '${'$as_ac_Header'}'`
7874 { echo "$as_me:$LINENO: result: $ac_res" >&5
7875 echo "${ECHO_T}$ac_res" >&6; }
7876 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7877 cat >>confdefs.h <<_ACEOF
7878 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7879 _ACEOF
7883 done
7887 for ac_header in resolv.h
7889 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7890 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7893 echo $ECHO_N "(cached) $ECHO_C" >&6
7894 else
7895 cat >conftest.$ac_ext <<_ACEOF
7896 /* confdefs.h. */
7897 _ACEOF
7898 cat confdefs.h >>conftest.$ac_ext
7899 cat >>conftest.$ac_ext <<_ACEOF
7900 /* end confdefs.h. */
7901 #include <sys/types.h>
7902 #ifdef HAVE_SYS_SOCKET_H
7903 # include <sys/socket.h>
7904 #endif
7905 #ifdef HAVE_NETINET_IN_H
7906 # include <netinet/in.h>
7907 #endif
7908 #ifdef HAVE_ARPA_NAMESER_H
7909 # include <arpa/nameser.h>
7910 #endif
7912 #include <$ac_header>
7913 _ACEOF
7914 rm -f conftest.$ac_objext
7915 if { (ac_try="$ac_compile"
7916 case "(($ac_try" in
7917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7918 *) ac_try_echo=$ac_try;;
7919 esac
7920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7921 (eval "$ac_compile") 2>conftest.er1
7922 ac_status=$?
7923 grep -v '^ *+' conftest.er1 >conftest.err
7924 rm -f conftest.er1
7925 cat conftest.err >&5
7926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7927 (exit $ac_status); } && {
7928 test -z "$ac_c_werror_flag" ||
7929 test ! -s conftest.err
7930 } && test -s conftest.$ac_objext; then
7931 eval "$as_ac_Header=yes"
7932 else
7933 echo "$as_me: failed program was:" >&5
7934 sed 's/^/| /' conftest.$ac_ext >&5
7936 eval "$as_ac_Header=no"
7939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7941 ac_res=`eval echo '${'$as_ac_Header'}'`
7942 { echo "$as_me:$LINENO: result: $ac_res" >&5
7943 echo "${ECHO_T}$ac_res" >&6; }
7944 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7945 cat >>confdefs.h <<_ACEOF
7946 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7947 _ACEOF
7951 done
7955 for ac_header in ucontext.h
7957 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7958 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7959 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7960 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7961 echo $ECHO_N "(cached) $ECHO_C" >&6
7962 else
7963 cat >conftest.$ac_ext <<_ACEOF
7964 /* confdefs.h. */
7965 _ACEOF
7966 cat confdefs.h >>conftest.$ac_ext
7967 cat >>conftest.$ac_ext <<_ACEOF
7968 /* end confdefs.h. */
7969 #include <signal.h>
7971 #include <$ac_header>
7972 _ACEOF
7973 rm -f conftest.$ac_objext
7974 if { (ac_try="$ac_compile"
7975 case "(($ac_try" in
7976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7977 *) ac_try_echo=$ac_try;;
7978 esac
7979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7980 (eval "$ac_compile") 2>conftest.er1
7981 ac_status=$?
7982 grep -v '^ *+' conftest.er1 >conftest.err
7983 rm -f conftest.er1
7984 cat conftest.err >&5
7985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986 (exit $ac_status); } && {
7987 test -z "$ac_c_werror_flag" ||
7988 test ! -s conftest.err
7989 } && test -s conftest.$ac_objext; then
7990 eval "$as_ac_Header=yes"
7991 else
7992 echo "$as_me: failed program was:" >&5
7993 sed 's/^/| /' conftest.$ac_ext >&5
7995 eval "$as_ac_Header=no"
7998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8000 ac_res=`eval echo '${'$as_ac_Header'}'`
8001 { echo "$as_me:$LINENO: result: $ac_res" >&5
8002 echo "${ECHO_T}$ac_res" >&6; }
8003 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8004 cat >>confdefs.h <<_ACEOF
8005 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8006 _ACEOF
8010 done
8014 for ac_header in sys/thr.h
8016 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8017 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8018 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8019 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8020 echo $ECHO_N "(cached) $ECHO_C" >&6
8021 else
8022 cat >conftest.$ac_ext <<_ACEOF
8023 /* confdefs.h. */
8024 _ACEOF
8025 cat confdefs.h >>conftest.$ac_ext
8026 cat >>conftest.$ac_ext <<_ACEOF
8027 /* end confdefs.h. */
8028 #include <sys/types.h>
8029 #ifdef HAVE_UCONTEXT_H
8030 #include <ucontext.h>
8031 #endif
8033 #include <$ac_header>
8034 _ACEOF
8035 rm -f conftest.$ac_objext
8036 if { (ac_try="$ac_compile"
8037 case "(($ac_try" in
8038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8039 *) ac_try_echo=$ac_try;;
8040 esac
8041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8042 (eval "$ac_compile") 2>conftest.er1
8043 ac_status=$?
8044 grep -v '^ *+' conftest.er1 >conftest.err
8045 rm -f conftest.er1
8046 cat conftest.err >&5
8047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8048 (exit $ac_status); } && {
8049 test -z "$ac_c_werror_flag" ||
8050 test ! -s conftest.err
8051 } && test -s conftest.$ac_objext; then
8052 eval "$as_ac_Header=yes"
8053 else
8054 echo "$as_me: failed program was:" >&5
8055 sed 's/^/| /' conftest.$ac_ext >&5
8057 eval "$as_ac_Header=no"
8060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8062 ac_res=`eval echo '${'$as_ac_Header'}'`
8063 { echo "$as_me:$LINENO: result: $ac_res" >&5
8064 echo "${ECHO_T}$ac_res" >&6; }
8065 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8066 cat >>confdefs.h <<_ACEOF
8067 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8068 _ACEOF
8072 done
8076 for ac_header in pthread_np.h
8078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8079 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8080 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8082 echo $ECHO_N "(cached) $ECHO_C" >&6
8083 else
8084 cat >conftest.$ac_ext <<_ACEOF
8085 /* confdefs.h. */
8086 _ACEOF
8087 cat confdefs.h >>conftest.$ac_ext
8088 cat >>conftest.$ac_ext <<_ACEOF
8089 /* end confdefs.h. */
8090 #ifdef HAVE_PTHREAD_H
8091 #include <pthread.h>
8092 #endif
8094 #include <$ac_header>
8095 _ACEOF
8096 rm -f conftest.$ac_objext
8097 if { (ac_try="$ac_compile"
8098 case "(($ac_try" in
8099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8100 *) ac_try_echo=$ac_try;;
8101 esac
8102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8103 (eval "$ac_compile") 2>conftest.er1
8104 ac_status=$?
8105 grep -v '^ *+' conftest.er1 >conftest.err
8106 rm -f conftest.er1
8107 cat conftest.err >&5
8108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109 (exit $ac_status); } && {
8110 test -z "$ac_c_werror_flag" ||
8111 test ! -s conftest.err
8112 } && test -s conftest.$ac_objext; then
8113 eval "$as_ac_Header=yes"
8114 else
8115 echo "$as_me: failed program was:" >&5
8116 sed 's/^/| /' conftest.$ac_ext >&5
8118 eval "$as_ac_Header=no"
8121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8123 ac_res=`eval echo '${'$as_ac_Header'}'`
8124 { echo "$as_me:$LINENO: result: $ac_res" >&5
8125 echo "${ECHO_T}$ac_res" >&6; }
8126 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8127 cat >>confdefs.h <<_ACEOF
8128 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8129 _ACEOF
8133 done
8137 for ac_header in linux/videodev.h
8139 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8140 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8141 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8142 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8143 echo $ECHO_N "(cached) $ECHO_C" >&6
8144 else
8145 cat >conftest.$ac_ext <<_ACEOF
8146 /* confdefs.h. */
8147 _ACEOF
8148 cat confdefs.h >>conftest.$ac_ext
8149 cat >>conftest.$ac_ext <<_ACEOF
8150 /* end confdefs.h. */
8151 #ifdef HAVE_SYS_TIME_H
8152 #include <sys/time.h>
8153 #endif
8154 #include <sys/types.h>
8155 #ifdef HAVE_ASM_TYPES_H
8156 #include <asm/types.h>
8157 #endif
8159 #include <$ac_header>
8160 _ACEOF
8161 rm -f conftest.$ac_objext
8162 if { (ac_try="$ac_compile"
8163 case "(($ac_try" in
8164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8165 *) ac_try_echo=$ac_try;;
8166 esac
8167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8168 (eval "$ac_compile") 2>conftest.er1
8169 ac_status=$?
8170 grep -v '^ *+' conftest.er1 >conftest.err
8171 rm -f conftest.er1
8172 cat conftest.err >&5
8173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8174 (exit $ac_status); } && {
8175 test -z "$ac_c_werror_flag" ||
8176 test ! -s conftest.err
8177 } && test -s conftest.$ac_objext; then
8178 eval "$as_ac_Header=yes"
8179 else
8180 echo "$as_me: failed program was:" >&5
8181 sed 's/^/| /' conftest.$ac_ext >&5
8183 eval "$as_ac_Header=no"
8186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8188 ac_res=`eval echo '${'$as_ac_Header'}'`
8189 { echo "$as_me:$LINENO: result: $ac_res" >&5
8190 echo "${ECHO_T}$ac_res" >&6; }
8191 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8192 cat >>confdefs.h <<_ACEOF
8193 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8194 _ACEOF
8198 done
8202 for ac_header in linux/capi.h
8204 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8205 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8206 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8208 echo $ECHO_N "(cached) $ECHO_C" >&6
8209 else
8210 cat >conftest.$ac_ext <<_ACEOF
8211 /* confdefs.h. */
8212 _ACEOF
8213 cat confdefs.h >>conftest.$ac_ext
8214 cat >>conftest.$ac_ext <<_ACEOF
8215 /* end confdefs.h. */
8216 #define __user
8218 #include <$ac_header>
8219 _ACEOF
8220 rm -f conftest.$ac_objext
8221 if { (ac_try="$ac_compile"
8222 case "(($ac_try" in
8223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8224 *) ac_try_echo=$ac_try;;
8225 esac
8226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8227 (eval "$ac_compile") 2>conftest.er1
8228 ac_status=$?
8229 grep -v '^ *+' conftest.er1 >conftest.err
8230 rm -f conftest.er1
8231 cat conftest.err >&5
8232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8233 (exit $ac_status); } && {
8234 test -z "$ac_c_werror_flag" ||
8235 test ! -s conftest.err
8236 } && test -s conftest.$ac_objext; then
8237 eval "$as_ac_Header=yes"
8238 else
8239 echo "$as_me: failed program was:" >&5
8240 sed 's/^/| /' conftest.$ac_ext >&5
8242 eval "$as_ac_Header=no"
8245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8247 ac_res=`eval echo '${'$as_ac_Header'}'`
8248 { echo "$as_me:$LINENO: result: $ac_res" >&5
8249 echo "${ECHO_T}$ac_res" >&6; }
8250 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8251 cat >>confdefs.h <<_ACEOF
8252 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8253 _ACEOF
8257 done
8261 DLLEXT=""
8263 DLLFLAGS="-D_REENTRANT"
8265 LDSHARED=""
8267 LDDLLFLAGS=""
8269 LIBEXT="so"
8271 IMPLIBEXT="def"
8273 LDRPATH_INSTALL=""
8275 LDRPATH_LOCAL=""
8277 # Extract the first word of "ldd", so it can be a program name with args.
8278 set dummy ldd; ac_word=$2
8279 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8281 if test "${ac_cv_path_LDD+set}" = set; then
8282 echo $ECHO_N "(cached) $ECHO_C" >&6
8283 else
8284 case $LDD in
8285 [\\/]* | ?:[\\/]*)
8286 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8290 as_dummy="/sbin:/usr/sbin:$PATH"
8291 for as_dir in $as_dummy
8293 IFS=$as_save_IFS
8294 test -z "$as_dir" && as_dir=.
8295 for ac_exec_ext in '' $ac_executable_extensions; do
8296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8297 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8299 break 2
8301 done
8302 done
8303 IFS=$as_save_IFS
8305 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8307 esac
8309 LDD=$ac_cv_path_LDD
8310 if test -n "$LDD"; then
8311 { echo "$as_me:$LINENO: result: $LDD" >&5
8312 echo "${ECHO_T}$LDD" >&6; }
8313 else
8314 { echo "$as_me:$LINENO: result: no" >&5
8315 echo "${ECHO_T}no" >&6; }
8320 case $host_os in
8321 cygwin*|mingw32*)
8322 if test -n "$ac_tool_prefix"; then
8323 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8324 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8327 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8328 echo $ECHO_N "(cached) $ECHO_C" >&6
8329 else
8330 if test -n "$DLLTOOL"; then
8331 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8332 else
8333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8334 for as_dir in $PATH
8336 IFS=$as_save_IFS
8337 test -z "$as_dir" && as_dir=.
8338 for ac_exec_ext in '' $ac_executable_extensions; do
8339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8340 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8342 break 2
8344 done
8345 done
8346 IFS=$as_save_IFS
8350 DLLTOOL=$ac_cv_prog_DLLTOOL
8351 if test -n "$DLLTOOL"; then
8352 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8353 echo "${ECHO_T}$DLLTOOL" >&6; }
8354 else
8355 { echo "$as_me:$LINENO: result: no" >&5
8356 echo "${ECHO_T}no" >&6; }
8361 if test -z "$ac_cv_prog_DLLTOOL"; then
8362 ac_ct_DLLTOOL=$DLLTOOL
8363 # Extract the first word of "dlltool", so it can be a program name with args.
8364 set dummy dlltool; ac_word=$2
8365 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8367 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8368 echo $ECHO_N "(cached) $ECHO_C" >&6
8369 else
8370 if test -n "$ac_ct_DLLTOOL"; then
8371 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8372 else
8373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8374 for as_dir in $PATH
8376 IFS=$as_save_IFS
8377 test -z "$as_dir" && as_dir=.
8378 for ac_exec_ext in '' $ac_executable_extensions; do
8379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8380 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8381 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8382 break 2
8384 done
8385 done
8386 IFS=$as_save_IFS
8390 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8391 if test -n "$ac_ct_DLLTOOL"; then
8392 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8393 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8394 else
8395 { echo "$as_me:$LINENO: result: no" >&5
8396 echo "${ECHO_T}no" >&6; }
8399 if test "x$ac_ct_DLLTOOL" = x; then
8400 DLLTOOL="false"
8401 else
8402 case $cross_compiling:$ac_tool_warned in
8403 yes:)
8404 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8405 whose name does not start with the host triplet. If you think this
8406 configuration is useful to you, please write to autoconf@gnu.org." >&5
8407 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8408 whose name does not start with the host triplet. If you think this
8409 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8410 ac_tool_warned=yes ;;
8411 esac
8412 DLLTOOL=$ac_ct_DLLTOOL
8414 else
8415 DLLTOOL="$ac_cv_prog_DLLTOOL"
8418 if test -n "$ac_tool_prefix"; then
8419 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8420 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8421 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8422 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8423 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8424 echo $ECHO_N "(cached) $ECHO_C" >&6
8425 else
8426 if test -n "$DLLWRAP"; then
8427 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8428 else
8429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8430 for as_dir in $PATH
8432 IFS=$as_save_IFS
8433 test -z "$as_dir" && as_dir=.
8434 for ac_exec_ext in '' $ac_executable_extensions; do
8435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8436 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8438 break 2
8440 done
8441 done
8442 IFS=$as_save_IFS
8446 DLLWRAP=$ac_cv_prog_DLLWRAP
8447 if test -n "$DLLWRAP"; then
8448 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8449 echo "${ECHO_T}$DLLWRAP" >&6; }
8450 else
8451 { echo "$as_me:$LINENO: result: no" >&5
8452 echo "${ECHO_T}no" >&6; }
8457 if test -z "$ac_cv_prog_DLLWRAP"; then
8458 ac_ct_DLLWRAP=$DLLWRAP
8459 # Extract the first word of "dllwrap", so it can be a program name with args.
8460 set dummy dllwrap; ac_word=$2
8461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8463 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8464 echo $ECHO_N "(cached) $ECHO_C" >&6
8465 else
8466 if test -n "$ac_ct_DLLWRAP"; then
8467 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8468 else
8469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8470 for as_dir in $PATH
8472 IFS=$as_save_IFS
8473 test -z "$as_dir" && as_dir=.
8474 for ac_exec_ext in '' $ac_executable_extensions; do
8475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8476 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8478 break 2
8480 done
8481 done
8482 IFS=$as_save_IFS
8486 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8487 if test -n "$ac_ct_DLLWRAP"; then
8488 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8489 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8490 else
8491 { echo "$as_me:$LINENO: result: no" >&5
8492 echo "${ECHO_T}no" >&6; }
8495 if test "x$ac_ct_DLLWRAP" = x; then
8496 DLLWRAP="false"
8497 else
8498 case $cross_compiling:$ac_tool_warned in
8499 yes:)
8500 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8501 whose name does not start with the host triplet. If you think this
8502 configuration is useful to you, please write to autoconf@gnu.org." >&5
8503 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8504 whose name does not start with the host triplet. If you think this
8505 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8506 ac_tool_warned=yes ;;
8507 esac
8508 DLLWRAP=$ac_ct_DLLWRAP
8510 else
8511 DLLWRAP="$ac_cv_prog_DLLWRAP"
8514 if test -n "$ac_tool_prefix"; then
8515 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8516 set dummy ${ac_tool_prefix}ar; ac_word=$2
8517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8519 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8520 echo $ECHO_N "(cached) $ECHO_C" >&6
8521 else
8522 if test -n "$MINGWAR"; then
8523 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8524 else
8525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8526 for as_dir in $PATH
8528 IFS=$as_save_IFS
8529 test -z "$as_dir" && as_dir=.
8530 for ac_exec_ext in '' $ac_executable_extensions; do
8531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8532 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8534 break 2
8536 done
8537 done
8538 IFS=$as_save_IFS
8542 MINGWAR=$ac_cv_prog_MINGWAR
8543 if test -n "$MINGWAR"; then
8544 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8545 echo "${ECHO_T}$MINGWAR" >&6; }
8546 else
8547 { echo "$as_me:$LINENO: result: no" >&5
8548 echo "${ECHO_T}no" >&6; }
8553 if test -z "$ac_cv_prog_MINGWAR"; then
8554 ac_ct_MINGWAR=$MINGWAR
8555 # Extract the first word of "ar", so it can be a program name with args.
8556 set dummy ar; ac_word=$2
8557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8559 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8560 echo $ECHO_N "(cached) $ECHO_C" >&6
8561 else
8562 if test -n "$ac_ct_MINGWAR"; then
8563 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8564 else
8565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8566 for as_dir in $PATH
8568 IFS=$as_save_IFS
8569 test -z "$as_dir" && as_dir=.
8570 for ac_exec_ext in '' $ac_executable_extensions; do
8571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8572 ac_cv_prog_ac_ct_MINGWAR="ar"
8573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8574 break 2
8576 done
8577 done
8578 IFS=$as_save_IFS
8582 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8583 if test -n "$ac_ct_MINGWAR"; then
8584 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8585 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8586 else
8587 { echo "$as_me:$LINENO: result: no" >&5
8588 echo "${ECHO_T}no" >&6; }
8591 if test "x$ac_ct_MINGWAR" = x; then
8592 MINGWAR="false"
8593 else
8594 case $cross_compiling:$ac_tool_warned in
8595 yes:)
8596 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8597 whose name does not start with the host triplet. If you think this
8598 configuration is useful to you, please write to autoconf@gnu.org." >&5
8599 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8600 whose name does not start with the host triplet. If you think this
8601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8602 ac_tool_warned=yes ;;
8603 esac
8604 MINGWAR=$ac_ct_MINGWAR
8606 else
8607 MINGWAR="$ac_cv_prog_MINGWAR"
8610 if test "$DLLWRAP" = "false"; then
8611 LIBEXT="a"
8612 else
8613 LIBEXT="dll"
8615 IMPLIBEXT="a"
8616 WIN16_FILES=""
8617 WIN16_INSTALL=""
8618 enable_iphlpapi=${enable_iphlpapi:-no}
8619 enable_kernel32=${enable_kernel32:-no}
8620 enable_msvcrt=${enable_msvcrt:-no}
8621 enable_ntdll=${enable_ntdll:-no}
8622 enable_ws2_32=${enable_ws2_32:-no}
8623 enable_loader=${enable_loader:-no}
8624 enable_server=${enable_server:-no}
8626 darwin*|macosx*)
8627 DLLEXT=".so"
8628 LIBEXT="dylib"
8629 DLLFLAGS="$DLLFLAGS -fPIC"
8630 LDDLLFLAGS="-bundle -multiply_defined suppress"
8631 LIBWINE_LDFLAGS="-multiply_defined suppress"
8632 LDSHARED="\$(CC) -dynamiclib"
8633 STRIP="$STRIP -x"
8634 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8635 SECURITYLIB="-framework Security -framework CoreFoundation"
8637 COREFOUNDATIONLIB="-framework CoreFoundation"
8639 IOKITLIB="-framework IOKit -framework CoreFoundation"
8641 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8643 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8644 then
8645 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8648 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8649 then
8650 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8653 case $host_cpu in
8654 *powerpc*)
8655 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8656 esac
8657 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8658 then
8659 CARBONLIB="-framework Carbon"
8661 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8665 DLLFLAGS="$DLLFLAGS -fPIC"
8666 DLLEXT=".so"
8667 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8668 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8669 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8670 echo $ECHO_N "(cached) $ECHO_C" >&6
8671 else
8672 ac_wine_try_cflags_saved=$CFLAGS
8673 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8674 cat >conftest.$ac_ext <<_ACEOF
8675 void myfunc() {}
8676 _ACEOF
8677 rm -f conftest.$ac_objext conftest$ac_exeext
8678 if { (ac_try="$ac_link"
8679 case "(($ac_try" in
8680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8681 *) ac_try_echo=$ac_try;;
8682 esac
8683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8684 (eval "$ac_link") 2>conftest.er1
8685 ac_status=$?
8686 grep -v '^ *+' conftest.er1 >conftest.err
8687 rm -f conftest.er1
8688 cat conftest.err >&5
8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690 (exit $ac_status); } && {
8691 test -z "$ac_c_werror_flag" ||
8692 test ! -s conftest.err
8693 } && test -s conftest$ac_exeext &&
8694 $as_test_x conftest$ac_exeext; then
8695 ac_cv_c_dll_gnuelf="yes"
8696 else
8697 echo "$as_me: failed program was:" >&5
8698 sed 's/^/| /' conftest.$ac_ext >&5
8700 ac_cv_c_dll_gnuelf="no"
8703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8704 conftest$ac_exeext conftest.$ac_ext
8705 CFLAGS=$ac_wine_try_cflags_saved
8707 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8708 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8709 if test "$ac_cv_c_dll_gnuelf" = "yes"
8710 then
8711 LDSHARED="\$(CC) -shared"
8712 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8713 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8714 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8715 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8716 echo $ECHO_N "(cached) $ECHO_C" >&6
8717 else
8718 ac_wine_try_cflags_saved=$CFLAGS
8719 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8720 cat >conftest.$ac_ext <<_ACEOF
8721 /* confdefs.h. */
8722 _ACEOF
8723 cat confdefs.h >>conftest.$ac_ext
8724 cat >>conftest.$ac_ext <<_ACEOF
8725 /* end confdefs.h. */
8728 main ()
8732 return 0;
8734 _ACEOF
8735 rm -f conftest.$ac_objext conftest$ac_exeext
8736 if { (ac_try="$ac_link"
8737 case "(($ac_try" in
8738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8739 *) ac_try_echo=$ac_try;;
8740 esac
8741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8742 (eval "$ac_link") 2>conftest.er1
8743 ac_status=$?
8744 grep -v '^ *+' conftest.er1 >conftest.err
8745 rm -f conftest.er1
8746 cat conftest.err >&5
8747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8748 (exit $ac_status); } && {
8749 test -z "$ac_c_werror_flag" ||
8750 test ! -s conftest.err
8751 } && test -s conftest$ac_exeext &&
8752 $as_test_x conftest$ac_exeext; then
8753 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8754 else
8755 echo "$as_me: failed program was:" >&5
8756 sed 's/^/| /' conftest.$ac_ext >&5
8758 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8762 conftest$ac_exeext conftest.$ac_ext
8763 CFLAGS=$ac_wine_try_cflags_saved
8765 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8766 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8767 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8768 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8769 else
8770 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8771 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8772 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8773 echo $ECHO_N "(cached) $ECHO_C" >&6
8774 else
8775 ac_wine_try_cflags_saved=$CFLAGS
8776 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8777 cat >conftest.$ac_ext <<_ACEOF
8778 /* confdefs.h. */
8779 _ACEOF
8780 cat confdefs.h >>conftest.$ac_ext
8781 cat >>conftest.$ac_ext <<_ACEOF
8782 /* end confdefs.h. */
8785 main ()
8789 return 0;
8791 _ACEOF
8792 rm -f conftest.$ac_objext conftest$ac_exeext
8793 if { (ac_try="$ac_link"
8794 case "(($ac_try" in
8795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8796 *) ac_try_echo=$ac_try;;
8797 esac
8798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8799 (eval "$ac_link") 2>conftest.er1
8800 ac_status=$?
8801 grep -v '^ *+' conftest.er1 >conftest.err
8802 rm -f conftest.er1
8803 cat conftest.err >&5
8804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8805 (exit $ac_status); } && {
8806 test -z "$ac_c_werror_flag" ||
8807 test ! -s conftest.err
8808 } && test -s conftest$ac_exeext &&
8809 $as_test_x conftest$ac_exeext; then
8810 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8811 else
8812 echo "$as_me: failed program was:" >&5
8813 sed 's/^/| /' conftest.$ac_ext >&5
8815 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8819 conftest$ac_exeext conftest.$ac_ext
8820 CFLAGS=$ac_wine_try_cflags_saved
8822 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8823 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8824 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8825 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8831 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8832 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8833 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8834 echo $ECHO_N "(cached) $ECHO_C" >&6
8835 else
8836 ac_wine_try_cflags_saved=$CFLAGS
8837 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8838 cat >conftest.$ac_ext <<_ACEOF
8839 /* confdefs.h. */
8840 _ACEOF
8841 cat confdefs.h >>conftest.$ac_ext
8842 cat >>conftest.$ac_ext <<_ACEOF
8843 /* end confdefs.h. */
8846 main ()
8850 return 0;
8852 _ACEOF
8853 rm -f conftest.$ac_objext conftest$ac_exeext
8854 if { (ac_try="$ac_link"
8855 case "(($ac_try" in
8856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8857 *) ac_try_echo=$ac_try;;
8858 esac
8859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8860 (eval "$ac_link") 2>conftest.er1
8861 ac_status=$?
8862 grep -v '^ *+' conftest.er1 >conftest.err
8863 rm -f conftest.er1
8864 cat conftest.err >&5
8865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8866 (exit $ac_status); } && {
8867 test -z "$ac_c_werror_flag" ||
8868 test ! -s conftest.err
8869 } && test -s conftest$ac_exeext &&
8870 $as_test_x conftest$ac_exeext; then
8871 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8872 else
8873 echo "$as_me: failed program was:" >&5
8874 sed 's/^/| /' conftest.$ac_ext >&5
8876 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8880 conftest$ac_exeext conftest.$ac_ext
8881 CFLAGS=$ac_wine_try_cflags_saved
8883 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8884 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8885 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8886 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8890 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8891 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8892 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8893 echo $ECHO_N "(cached) $ECHO_C" >&6
8894 else
8895 ac_wine_try_cflags_saved=$CFLAGS
8896 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8897 cat >conftest.$ac_ext <<_ACEOF
8898 /* confdefs.h. */
8899 _ACEOF
8900 cat confdefs.h >>conftest.$ac_ext
8901 cat >>conftest.$ac_ext <<_ACEOF
8902 /* end confdefs.h. */
8905 main ()
8909 return 0;
8911 _ACEOF
8912 rm -f conftest.$ac_objext conftest$ac_exeext
8913 if { (ac_try="$ac_link"
8914 case "(($ac_try" in
8915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8916 *) ac_try_echo=$ac_try;;
8917 esac
8918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8919 (eval "$ac_link") 2>conftest.er1
8920 ac_status=$?
8921 grep -v '^ *+' conftest.er1 >conftest.err
8922 rm -f conftest.er1
8923 cat conftest.err >&5
8924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8925 (exit $ac_status); } && {
8926 test -z "$ac_c_werror_flag" ||
8927 test ! -s conftest.err
8928 } && test -s conftest$ac_exeext &&
8929 $as_test_x conftest$ac_exeext; then
8930 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8931 else
8932 echo "$as_me: failed program was:" >&5
8933 sed 's/^/| /' conftest.$ac_ext >&5
8935 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8939 conftest$ac_exeext conftest.$ac_ext
8940 CFLAGS=$ac_wine_try_cflags_saved
8942 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8943 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8944 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8945 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8949 echo '{ global: *; };' >conftest.map
8950 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8951 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8952 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8953 echo $ECHO_N "(cached) $ECHO_C" >&6
8954 else
8955 ac_wine_try_cflags_saved=$CFLAGS
8956 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8957 cat >conftest.$ac_ext <<_ACEOF
8958 /* confdefs.h. */
8959 _ACEOF
8960 cat confdefs.h >>conftest.$ac_ext
8961 cat >>conftest.$ac_ext <<_ACEOF
8962 /* end confdefs.h. */
8965 main ()
8969 return 0;
8971 _ACEOF
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8974 case "(($ac_try" in
8975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8976 *) ac_try_echo=$ac_try;;
8977 esac
8978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8979 (eval "$ac_link") 2>conftest.er1
8980 ac_status=$?
8981 grep -v '^ *+' conftest.er1 >conftest.err
8982 rm -f conftest.er1
8983 cat conftest.err >&5
8984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest$ac_exeext &&
8989 $as_test_x conftest$ac_exeext; then
8990 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8991 else
8992 echo "$as_me: failed program was:" >&5
8993 sed 's/^/| /' conftest.$ac_ext >&5
8995 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8999 conftest$ac_exeext conftest.$ac_ext
9000 CFLAGS=$ac_wine_try_cflags_saved
9002 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9003 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9004 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9005 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9008 rm -f conftest.map
9010 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9011 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9012 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9013 echo $ECHO_N "(cached) $ECHO_C" >&6
9014 else
9015 ac_wine_try_cflags_saved=$CFLAGS
9016 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9017 cat >conftest.$ac_ext <<_ACEOF
9018 /* confdefs.h. */
9019 _ACEOF
9020 cat confdefs.h >>conftest.$ac_ext
9021 cat >>conftest.$ac_ext <<_ACEOF
9022 /* end confdefs.h. */
9025 main ()
9029 return 0;
9031 _ACEOF
9032 rm -f conftest.$ac_objext conftest$ac_exeext
9033 if { (ac_try="$ac_link"
9034 case "(($ac_try" in
9035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9036 *) ac_try_echo=$ac_try;;
9037 esac
9038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9039 (eval "$ac_link") 2>conftest.er1
9040 ac_status=$?
9041 grep -v '^ *+' conftest.er1 >conftest.err
9042 rm -f conftest.er1
9043 cat conftest.err >&5
9044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045 (exit $ac_status); } && {
9046 test -z "$ac_c_werror_flag" ||
9047 test ! -s conftest.err
9048 } && test -s conftest$ac_exeext &&
9049 $as_test_x conftest$ac_exeext; then
9050 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9051 else
9052 echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9055 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9059 conftest$ac_exeext conftest.$ac_ext
9060 CFLAGS=$ac_wine_try_cflags_saved
9062 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9063 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9064 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9065 LDEXECFLAGS="-Wl,--export-dynamic"
9070 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9071 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9072 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9073 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9074 echo $ECHO_N "(cached) $ECHO_C" >&6
9075 else
9076 ac_wine_try_cflags_saved=$CFLAGS
9077 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9078 cat >conftest.$ac_ext <<_ACEOF
9079 /* confdefs.h. */
9080 _ACEOF
9081 cat confdefs.h >>conftest.$ac_ext
9082 cat >>conftest.$ac_ext <<_ACEOF
9083 /* end confdefs.h. */
9086 main ()
9090 return 0;
9092 _ACEOF
9093 rm -f conftest.$ac_objext conftest$ac_exeext
9094 if { (ac_try="$ac_link"
9095 case "(($ac_try" in
9096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9097 *) ac_try_echo=$ac_try;;
9098 esac
9099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9100 (eval "$ac_link") 2>conftest.er1
9101 ac_status=$?
9102 grep -v '^ *+' conftest.er1 >conftest.err
9103 rm -f conftest.er1
9104 cat conftest.err >&5
9105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9106 (exit $ac_status); } && {
9107 test -z "$ac_c_werror_flag" ||
9108 test ! -s conftest.err
9109 } && test -s conftest$ac_exeext &&
9110 $as_test_x conftest$ac_exeext; then
9111 eval "$as_ac_var=yes"
9112 else
9113 echo "$as_me: failed program was:" >&5
9114 sed 's/^/| /' conftest.$ac_ext >&5
9116 eval "$as_ac_var=no"
9119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9120 conftest$ac_exeext conftest.$ac_ext
9121 CFLAGS=$ac_wine_try_cflags_saved
9123 ac_res=`eval echo '${'$as_ac_var'}'`
9124 { echo "$as_me:$LINENO: result: $ac_res" >&5
9125 echo "${ECHO_T}$ac_res" >&6; }
9126 if test `eval echo '${'$as_ac_var'}'` = yes; then
9127 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9128 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9129 else
9130 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9131 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9132 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9133 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9134 echo $ECHO_N "(cached) $ECHO_C" >&6
9135 else
9136 ac_wine_try_cflags_saved=$CFLAGS
9137 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9138 cat >conftest.$ac_ext <<_ACEOF
9139 /* confdefs.h. */
9140 _ACEOF
9141 cat confdefs.h >>conftest.$ac_ext
9142 cat >>conftest.$ac_ext <<_ACEOF
9143 /* end confdefs.h. */
9146 main ()
9150 return 0;
9152 _ACEOF
9153 rm -f conftest.$ac_objext conftest$ac_exeext
9154 if { (ac_try="$ac_link"
9155 case "(($ac_try" in
9156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9157 *) ac_try_echo=$ac_try;;
9158 esac
9159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9160 (eval "$ac_link") 2>conftest.er1
9161 ac_status=$?
9162 grep -v '^ *+' conftest.er1 >conftest.err
9163 rm -f conftest.er1
9164 cat conftest.err >&5
9165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9166 (exit $ac_status); } && {
9167 test -z "$ac_c_werror_flag" ||
9168 test ! -s conftest.err
9169 } && test -s conftest$ac_exeext &&
9170 $as_test_x conftest$ac_exeext; then
9171 eval "$as_ac_var=yes"
9172 else
9173 echo "$as_me: failed program was:" >&5
9174 sed 's/^/| /' conftest.$ac_ext >&5
9176 eval "$as_ac_var=no"
9179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9180 conftest$ac_exeext conftest.$ac_ext
9181 CFLAGS=$ac_wine_try_cflags_saved
9183 ac_res=`eval echo '${'$as_ac_var'}'`
9184 { echo "$as_me:$LINENO: result: $ac_res" >&5
9185 echo "${ECHO_T}$ac_res" >&6; }
9186 if test `eval echo '${'$as_ac_var'}'` = yes; then
9187 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9188 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9194 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9195 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9196 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9197 echo $ECHO_N "(cached) $ECHO_C" >&6
9198 else
9199 ac_wine_try_cflags_saved=$CFLAGS
9200 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9201 cat >conftest.$ac_ext <<_ACEOF
9202 /* confdefs.h. */
9203 _ACEOF
9204 cat confdefs.h >>conftest.$ac_ext
9205 cat >>conftest.$ac_ext <<_ACEOF
9206 /* end confdefs.h. */
9209 main ()
9213 return 0;
9215 _ACEOF
9216 rm -f conftest.$ac_objext conftest$ac_exeext
9217 if { (ac_try="$ac_link"
9218 case "(($ac_try" in
9219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9220 *) ac_try_echo=$ac_try;;
9221 esac
9222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9223 (eval "$ac_link") 2>conftest.er1
9224 ac_status=$?
9225 grep -v '^ *+' conftest.er1 >conftest.err
9226 rm -f conftest.er1
9227 cat conftest.err >&5
9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9229 (exit $ac_status); } && {
9230 test -z "$ac_c_werror_flag" ||
9231 test ! -s conftest.err
9232 } && test -s conftest$ac_exeext &&
9233 $as_test_x conftest$ac_exeext; then
9234 ac_cv_cflags__Wl___enable_new_dtags=yes
9235 else
9236 echo "$as_me: failed program was:" >&5
9237 sed 's/^/| /' conftest.$ac_ext >&5
9239 ac_cv_cflags__Wl___enable_new_dtags=no
9242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9243 conftest$ac_exeext conftest.$ac_ext
9244 CFLAGS=$ac_wine_try_cflags_saved
9246 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9247 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9248 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9249 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9253 case $host_cpu in
9254 *i[3456789]86* | x86_64)
9255 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9256 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9257 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9258 echo $ECHO_N "(cached) $ECHO_C" >&6
9259 else
9260 ac_wine_try_cflags_saved=$CFLAGS
9261 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9262 cat >conftest.$ac_ext <<_ACEOF
9263 /* confdefs.h. */
9264 _ACEOF
9265 cat confdefs.h >>conftest.$ac_ext
9266 cat >>conftest.$ac_ext <<_ACEOF
9267 /* end confdefs.h. */
9270 main ()
9274 return 0;
9276 _ACEOF
9277 rm -f conftest.$ac_objext conftest$ac_exeext
9278 if { (ac_try="$ac_link"
9279 case "(($ac_try" in
9280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9281 *) ac_try_echo=$ac_try;;
9282 esac
9283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9284 (eval "$ac_link") 2>conftest.er1
9285 ac_status=$?
9286 grep -v '^ *+' conftest.er1 >conftest.err
9287 rm -f conftest.er1
9288 cat conftest.err >&5
9289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9290 (exit $ac_status); } && {
9291 test -z "$ac_c_werror_flag" ||
9292 test ! -s conftest.err
9293 } && test -s conftest$ac_exeext &&
9294 $as_test_x conftest$ac_exeext; then
9295 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9296 else
9297 echo "$as_me: failed program was:" >&5
9298 sed 's/^/| /' conftest.$ac_ext >&5
9300 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9304 conftest$ac_exeext conftest.$ac_ext
9305 CFLAGS=$ac_wine_try_cflags_saved
9307 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9308 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9309 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9310 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9314 esac
9316 else
9317 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9318 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9319 if test "${ac_cv_c_dll_unixware+set}" = set; then
9320 echo $ECHO_N "(cached) $ECHO_C" >&6
9321 else
9322 ac_wine_try_cflags_saved=$CFLAGS
9323 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9324 cat >conftest.$ac_ext <<_ACEOF
9325 void myfunc() {}
9326 _ACEOF
9327 rm -f conftest.$ac_objext conftest$ac_exeext
9328 if { (ac_try="$ac_link"
9329 case "(($ac_try" in
9330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9331 *) ac_try_echo=$ac_try;;
9332 esac
9333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9334 (eval "$ac_link") 2>conftest.er1
9335 ac_status=$?
9336 grep -v '^ *+' conftest.er1 >conftest.err
9337 rm -f conftest.er1
9338 cat conftest.err >&5
9339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9340 (exit $ac_status); } && {
9341 test -z "$ac_c_werror_flag" ||
9342 test ! -s conftest.err
9343 } && test -s conftest$ac_exeext &&
9344 $as_test_x conftest$ac_exeext; then
9345 ac_cv_c_dll_unixware="yes"
9346 else
9347 echo "$as_me: failed program was:" >&5
9348 sed 's/^/| /' conftest.$ac_ext >&5
9350 ac_cv_c_dll_unixware="no"
9353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9354 conftest$ac_exeext conftest.$ac_ext
9355 CFLAGS=$ac_wine_try_cflags_saved
9357 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9358 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9359 if test "$ac_cv_c_dll_unixware" = "yes"
9360 then
9361 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9362 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9364 else
9365 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9366 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9367 if test "${ac_cv_c_dll_hpux+set}" = set; then
9368 echo $ECHO_N "(cached) $ECHO_C" >&6
9369 else
9370 ac_wine_try_cflags_saved=$CFLAGS
9371 CFLAGS="$CFLAGS -shared"
9372 cat >conftest.$ac_ext <<_ACEOF
9373 void myfunc() {}
9374 _ACEOF
9375 rm -f conftest.$ac_objext conftest$ac_exeext
9376 if { (ac_try="$ac_link"
9377 case "(($ac_try" in
9378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9379 *) ac_try_echo=$ac_try;;
9380 esac
9381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9382 (eval "$ac_link") 2>conftest.er1
9383 ac_status=$?
9384 grep -v '^ *+' conftest.er1 >conftest.err
9385 rm -f conftest.er1
9386 cat conftest.err >&5
9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9388 (exit $ac_status); } && {
9389 test -z "$ac_c_werror_flag" ||
9390 test ! -s conftest.err
9391 } && test -s conftest$ac_exeext &&
9392 $as_test_x conftest$ac_exeext; then
9393 ac_cv_c_dll_hpux="yes"
9394 else
9395 echo "$as_me: failed program was:" >&5
9396 sed 's/^/| /' conftest.$ac_ext >&5
9398 ac_cv_c_dll_hpux="no"
9401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9402 conftest$ac_exeext conftest.$ac_ext
9403 CFLAGS=$ac_wine_try_cflags_saved
9405 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9406 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9407 if test "$ac_cv_c_dll_hpux" = "yes"
9408 then
9409 LIBEXT="sl"
9410 DLLEXT=".sl"
9411 LDDLLFLAGS="-shared -fPIC"
9412 LDSHARED="\$(CC) -shared"
9417 esac
9419 enable_winequartz_drv=${enable_winequartz_drv:-no}
9421 if test "$LIBEXT" = "a"; then
9422 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9423 It is currently not possible to build Wine without shared library
9424 (.so) support to allow transparent switch between .so and .dll files.
9425 If you are using Linux, you will need a newer binutils.
9426 " >&5
9427 echo "$as_me: error: could not find a way to build shared libraries.
9428 It is currently not possible to build Wine without shared library
9429 (.so) support to allow transparent switch between .so and .dll files.
9430 If you are using Linux, you will need a newer binutils.
9431 " >&2;}
9432 { (exit 1); exit 1; }; }
9435 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9436 then
9437 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9439 # Extract the first word of "$ac_prog", so it can be a program name with args.
9440 set dummy $ac_prog; ac_word=$2
9441 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9442 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9443 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9444 echo $ECHO_N "(cached) $ECHO_C" >&6
9445 else
9446 if test -n "$CROSSCC"; then
9447 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9448 else
9449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9450 for as_dir in $PATH
9452 IFS=$as_save_IFS
9453 test -z "$as_dir" && as_dir=.
9454 for ac_exec_ext in '' $ac_executable_extensions; do
9455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9456 ac_cv_prog_CROSSCC="$ac_prog"
9457 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9458 break 2
9460 done
9461 done
9462 IFS=$as_save_IFS
9466 CROSSCC=$ac_cv_prog_CROSSCC
9467 if test -n "$CROSSCC"; then
9468 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9469 echo "${ECHO_T}$CROSSCC" >&6; }
9470 else
9471 { echo "$as_me:$LINENO: result: no" >&5
9472 echo "${ECHO_T}no" >&6; }
9476 test -n "$CROSSCC" && break
9477 done
9478 test -n "$CROSSCC" || CROSSCC="false"
9480 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9482 # Extract the first word of "$ac_prog", so it can be a program name with args.
9483 set dummy $ac_prog; ac_word=$2
9484 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9486 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9487 echo $ECHO_N "(cached) $ECHO_C" >&6
9488 else
9489 if test -n "$DLLTOOL"; then
9490 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9491 else
9492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9493 for as_dir in $PATH
9495 IFS=$as_save_IFS
9496 test -z "$as_dir" && as_dir=.
9497 for ac_exec_ext in '' $ac_executable_extensions; do
9498 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9499 ac_cv_prog_DLLTOOL="$ac_prog"
9500 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9501 break 2
9503 done
9504 done
9505 IFS=$as_save_IFS
9509 DLLTOOL=$ac_cv_prog_DLLTOOL
9510 if test -n "$DLLTOOL"; then
9511 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9512 echo "${ECHO_T}$DLLTOOL" >&6; }
9513 else
9514 { echo "$as_me:$LINENO: result: no" >&5
9515 echo "${ECHO_T}no" >&6; }
9519 test -n "$DLLTOOL" && break
9520 done
9521 test -n "$DLLTOOL" || DLLTOOL="false"
9523 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9525 # Extract the first word of "$ac_prog", so it can be a program name with args.
9526 set dummy $ac_prog; ac_word=$2
9527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9529 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9530 echo $ECHO_N "(cached) $ECHO_C" >&6
9531 else
9532 if test -n "$CROSSWINDRES"; then
9533 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9534 else
9535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9536 for as_dir in $PATH
9538 IFS=$as_save_IFS
9539 test -z "$as_dir" && as_dir=.
9540 for ac_exec_ext in '' $ac_executable_extensions; do
9541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9542 ac_cv_prog_CROSSWINDRES="$ac_prog"
9543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9544 break 2
9546 done
9547 done
9548 IFS=$as_save_IFS
9552 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9553 if test -n "$CROSSWINDRES"; then
9554 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9555 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9556 else
9557 { echo "$as_me:$LINENO: result: no" >&5
9558 echo "${ECHO_T}no" >&6; }
9562 test -n "$CROSSWINDRES" && break
9563 done
9564 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9566 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9568 # Extract the first word of "$ac_prog", so it can be a program name with args.
9569 set dummy $ac_prog; ac_word=$2
9570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9572 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9573 echo $ECHO_N "(cached) $ECHO_C" >&6
9574 else
9575 if test -n "$MINGWAR"; then
9576 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9577 else
9578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9579 for as_dir in $PATH
9581 IFS=$as_save_IFS
9582 test -z "$as_dir" && as_dir=.
9583 for ac_exec_ext in '' $ac_executable_extensions; do
9584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9585 ac_cv_prog_MINGWAR="$ac_prog"
9586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9587 break 2
9589 done
9590 done
9591 IFS=$as_save_IFS
9595 MINGWAR=$ac_cv_prog_MINGWAR
9596 if test -n "$MINGWAR"; then
9597 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9598 echo "${ECHO_T}$MINGWAR" >&6; }
9599 else
9600 { echo "$as_me:$LINENO: result: no" >&5
9601 echo "${ECHO_T}no" >&6; }
9605 test -n "$MINGWAR" && break
9606 done
9607 test -n "$MINGWAR" || MINGWAR="false"
9609 if test "$CROSSCC" != "false"
9610 then
9611 CROSSTEST="\$(CROSSTEST)"
9617 if test "$have_x" = "yes"
9618 then
9619 XLIB="-lXext -lX11"
9620 ac_save_CPPFLAGS="$CPPFLAGS"
9621 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9623 { echo "$as_me:$LINENO: checking for -lX11" >&5
9624 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9625 if test "${ac_cv_lib_soname_X11+set}" = set; then
9626 echo $ECHO_N "(cached) $ECHO_C" >&6
9627 else
9628 ac_check_soname_save_LIBS=$LIBS
9629 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9630 cat >conftest.$ac_ext <<_ACEOF
9631 /* confdefs.h. */
9632 _ACEOF
9633 cat confdefs.h >>conftest.$ac_ext
9634 cat >>conftest.$ac_ext <<_ACEOF
9635 /* end confdefs.h. */
9637 /* Override any GCC internal prototype to avoid an error.
9638 Use char because int might match the return type of a GCC
9639 builtin and then its argument prototype would still apply. */
9640 #ifdef __cplusplus
9641 extern "C"
9642 #endif
9643 char XCreateWindow ();
9645 main ()
9647 return XCreateWindow ();
9649 return 0;
9651 _ACEOF
9652 rm -f conftest.$ac_objext conftest$ac_exeext
9653 if { (ac_try="$ac_link"
9654 case "(($ac_try" in
9655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9656 *) ac_try_echo=$ac_try;;
9657 esac
9658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9659 (eval "$ac_link") 2>conftest.er1
9660 ac_status=$?
9661 grep -v '^ *+' conftest.er1 >conftest.err
9662 rm -f conftest.er1
9663 cat conftest.err >&5
9664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9665 (exit $ac_status); } && {
9666 test -z "$ac_c_werror_flag" ||
9667 test ! -s conftest.err
9668 } && test -s conftest$ac_exeext &&
9669 $as_test_x conftest$ac_exeext; then
9670 case "$LIBEXT" in
9671 dll) ;;
9672 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'` ;;
9673 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9674 esac
9675 else
9676 echo "$as_me: failed program was:" >&5
9677 sed 's/^/| /' conftest.$ac_ext >&5
9682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9683 conftest$ac_exeext conftest.$ac_ext
9684 LIBS=$ac_check_soname_save_LIBS
9686 if test "x$ac_cv_lib_soname_X11" = "x"; then
9687 { echo "$as_me:$LINENO: result: not found" >&5
9688 echo "${ECHO_T}not found" >&6; }
9690 else
9691 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9692 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9694 cat >>confdefs.h <<_ACEOF
9695 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9696 _ACEOF
9701 { echo "$as_me:$LINENO: checking for -lXext" >&5
9702 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9703 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9704 echo $ECHO_N "(cached) $ECHO_C" >&6
9705 else
9706 ac_check_soname_save_LIBS=$LIBS
9707 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9708 cat >conftest.$ac_ext <<_ACEOF
9709 /* confdefs.h. */
9710 _ACEOF
9711 cat confdefs.h >>conftest.$ac_ext
9712 cat >>conftest.$ac_ext <<_ACEOF
9713 /* end confdefs.h. */
9715 /* Override any GCC internal prototype to avoid an error.
9716 Use char because int might match the return type of a GCC
9717 builtin and then its argument prototype would still apply. */
9718 #ifdef __cplusplus
9719 extern "C"
9720 #endif
9721 char XextCreateExtension ();
9723 main ()
9725 return XextCreateExtension ();
9727 return 0;
9729 _ACEOF
9730 rm -f conftest.$ac_objext conftest$ac_exeext
9731 if { (ac_try="$ac_link"
9732 case "(($ac_try" in
9733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9734 *) ac_try_echo=$ac_try;;
9735 esac
9736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9737 (eval "$ac_link") 2>conftest.er1
9738 ac_status=$?
9739 grep -v '^ *+' conftest.er1 >conftest.err
9740 rm -f conftest.er1
9741 cat conftest.err >&5
9742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9743 (exit $ac_status); } && {
9744 test -z "$ac_c_werror_flag" ||
9745 test ! -s conftest.err
9746 } && test -s conftest$ac_exeext &&
9747 $as_test_x conftest$ac_exeext; then
9748 case "$LIBEXT" in
9749 dll) ;;
9750 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'` ;;
9751 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9752 esac
9753 else
9754 echo "$as_me: failed program was:" >&5
9755 sed 's/^/| /' conftest.$ac_ext >&5
9760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9761 conftest$ac_exeext conftest.$ac_ext
9762 LIBS=$ac_check_soname_save_LIBS
9764 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9765 { echo "$as_me:$LINENO: result: not found" >&5
9766 echo "${ECHO_T}not found" >&6; }
9768 else
9769 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9770 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9772 cat >>confdefs.h <<_ACEOF
9773 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9774 _ACEOF
9792 for ac_header in X11/Xlib.h \
9793 X11/XKBlib.h \
9794 X11/Xutil.h \
9795 X11/Xcursor/Xcursor.h \
9796 X11/extensions/shape.h \
9797 X11/extensions/XInput.h \
9798 X11/extensions/XShm.h \
9799 X11/extensions/Xcomposite.h \
9800 X11/extensions/Xinerama.h \
9801 X11/extensions/Xrandr.h \
9802 X11/extensions/Xrender.h \
9803 X11/extensions/xf86vmode.h
9805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9809 echo $ECHO_N "(cached) $ECHO_C" >&6
9810 else
9811 cat >conftest.$ac_ext <<_ACEOF
9812 /* confdefs.h. */
9813 _ACEOF
9814 cat confdefs.h >>conftest.$ac_ext
9815 cat >>conftest.$ac_ext <<_ACEOF
9816 /* end confdefs.h. */
9817 #ifdef HAVE_X11_XLIB_H
9818 # include <X11/Xlib.h>
9819 #endif
9820 #ifdef HAVE_X11_XUTIL_H
9821 # include <X11/Xutil.h>
9822 #endif
9824 #include <$ac_header>
9825 _ACEOF
9826 rm -f conftest.$ac_objext
9827 if { (ac_try="$ac_compile"
9828 case "(($ac_try" in
9829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9830 *) ac_try_echo=$ac_try;;
9831 esac
9832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9833 (eval "$ac_compile") 2>conftest.er1
9834 ac_status=$?
9835 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1
9837 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && {
9840 test -z "$ac_c_werror_flag" ||
9841 test ! -s conftest.err
9842 } && test -s conftest.$ac_objext; then
9843 eval "$as_ac_Header=yes"
9844 else
9845 echo "$as_me: failed program was:" >&5
9846 sed 's/^/| /' conftest.$ac_ext >&5
9848 eval "$as_ac_Header=no"
9851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9853 ac_res=`eval echo '${'$as_ac_Header'}'`
9854 { echo "$as_me:$LINENO: result: $ac_res" >&5
9855 echo "${ECHO_T}$ac_res" >&6; }
9856 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9857 cat >>confdefs.h <<_ACEOF
9858 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9859 _ACEOF
9863 done
9866 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9867 then
9868 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9869 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9870 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9871 echo $ECHO_N "(cached) $ECHO_C" >&6
9872 else
9873 ac_check_lib_save_LIBS=$LIBS
9874 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9875 cat >conftest.$ac_ext <<_ACEOF
9876 /* confdefs.h. */
9877 _ACEOF
9878 cat confdefs.h >>conftest.$ac_ext
9879 cat >>conftest.$ac_ext <<_ACEOF
9880 /* end confdefs.h. */
9882 /* Override any GCC internal prototype to avoid an error.
9883 Use char because int might match the return type of a GCC
9884 builtin and then its argument prototype would still apply. */
9885 #ifdef __cplusplus
9886 extern "C"
9887 #endif
9888 char XkbQueryExtension ();
9890 main ()
9892 return XkbQueryExtension ();
9894 return 0;
9896 _ACEOF
9897 rm -f conftest.$ac_objext conftest$ac_exeext
9898 if { (ac_try="$ac_link"
9899 case "(($ac_try" in
9900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9901 *) ac_try_echo=$ac_try;;
9902 esac
9903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9904 (eval "$ac_link") 2>conftest.er1
9905 ac_status=$?
9906 grep -v '^ *+' conftest.er1 >conftest.err
9907 rm -f conftest.er1
9908 cat conftest.err >&5
9909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9910 (exit $ac_status); } && {
9911 test -z "$ac_c_werror_flag" ||
9912 test ! -s conftest.err
9913 } && test -s conftest$ac_exeext &&
9914 $as_test_x conftest$ac_exeext; then
9915 ac_cv_lib_X11_XkbQueryExtension=yes
9916 else
9917 echo "$as_me: failed program was:" >&5
9918 sed 's/^/| /' conftest.$ac_ext >&5
9920 ac_cv_lib_X11_XkbQueryExtension=no
9923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9924 conftest$ac_exeext conftest.$ac_ext
9925 LIBS=$ac_check_lib_save_LIBS
9927 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9928 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9929 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9931 cat >>confdefs.h <<\_ACEOF
9932 #define HAVE_XKB 1
9933 _ACEOF
9939 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9940 then
9941 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9942 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9943 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9944 echo $ECHO_N "(cached) $ECHO_C" >&6
9945 else
9946 ac_check_soname_save_LIBS=$LIBS
9947 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9948 cat >conftest.$ac_ext <<_ACEOF
9949 /* confdefs.h. */
9950 _ACEOF
9951 cat confdefs.h >>conftest.$ac_ext
9952 cat >>conftest.$ac_ext <<_ACEOF
9953 /* end confdefs.h. */
9955 /* Override any GCC internal prototype to avoid an error.
9956 Use char because int might match the return type of a GCC
9957 builtin and then its argument prototype would still apply. */
9958 #ifdef __cplusplus
9959 extern "C"
9960 #endif
9961 char XcursorImageLoadCursor ();
9963 main ()
9965 return XcursorImageLoadCursor ();
9967 return 0;
9969 _ACEOF
9970 rm -f conftest.$ac_objext conftest$ac_exeext
9971 if { (ac_try="$ac_link"
9972 case "(($ac_try" in
9973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9974 *) ac_try_echo=$ac_try;;
9975 esac
9976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9977 (eval "$ac_link") 2>conftest.er1
9978 ac_status=$?
9979 grep -v '^ *+' conftest.er1 >conftest.err
9980 rm -f conftest.er1
9981 cat conftest.err >&5
9982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9983 (exit $ac_status); } && {
9984 test -z "$ac_c_werror_flag" ||
9985 test ! -s conftest.err
9986 } && test -s conftest$ac_exeext &&
9987 $as_test_x conftest$ac_exeext; then
9988 case "$LIBEXT" in
9989 dll) ;;
9990 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'` ;;
9991 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9992 esac
9993 else
9994 echo "$as_me: failed program was:" >&5
9995 sed 's/^/| /' conftest.$ac_ext >&5
10000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10001 conftest$ac_exeext conftest.$ac_ext
10002 LIBS=$ac_check_soname_save_LIBS
10004 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10005 { echo "$as_me:$LINENO: result: not found" >&5
10006 echo "${ECHO_T}not found" >&6; }
10008 else
10009 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10010 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10012 cat >>confdefs.h <<_ACEOF
10013 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10014 _ACEOF
10020 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10021 case "x$with_xcursor" in
10022 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10023 xno) ;;
10024 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10025 This is an error since --with-xcursor was requested." >&5
10026 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10027 This is an error since --with-xcursor was requested." >&2;}
10028 { (exit 1); exit 1; }; } ;;
10029 esac
10033 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10034 then
10035 { echo "$as_me:$LINENO: checking for -lXi" >&5
10036 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10037 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10038 echo $ECHO_N "(cached) $ECHO_C" >&6
10039 else
10040 ac_check_soname_save_LIBS=$LIBS
10041 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10042 cat >conftest.$ac_ext <<_ACEOF
10043 /* confdefs.h. */
10044 _ACEOF
10045 cat confdefs.h >>conftest.$ac_ext
10046 cat >>conftest.$ac_ext <<_ACEOF
10047 /* end confdefs.h. */
10049 /* Override any GCC internal prototype to avoid an error.
10050 Use char because int might match the return type of a GCC
10051 builtin and then its argument prototype would still apply. */
10052 #ifdef __cplusplus
10053 extern "C"
10054 #endif
10055 char XOpenDevice ();
10057 main ()
10059 return XOpenDevice ();
10061 return 0;
10063 _ACEOF
10064 rm -f conftest.$ac_objext conftest$ac_exeext
10065 if { (ac_try="$ac_link"
10066 case "(($ac_try" in
10067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10068 *) ac_try_echo=$ac_try;;
10069 esac
10070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10071 (eval "$ac_link") 2>conftest.er1
10072 ac_status=$?
10073 grep -v '^ *+' conftest.er1 >conftest.err
10074 rm -f conftest.er1
10075 cat conftest.err >&5
10076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10077 (exit $ac_status); } && {
10078 test -z "$ac_c_werror_flag" ||
10079 test ! -s conftest.err
10080 } && test -s conftest$ac_exeext &&
10081 $as_test_x conftest$ac_exeext; then
10082 case "$LIBEXT" in
10083 dll) ;;
10084 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'` ;;
10085 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10086 esac
10087 else
10088 echo "$as_me: failed program was:" >&5
10089 sed 's/^/| /' conftest.$ac_ext >&5
10094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10095 conftest$ac_exeext conftest.$ac_ext
10096 LIBS=$ac_check_soname_save_LIBS
10098 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10099 { echo "$as_me:$LINENO: result: not found" >&5
10100 echo "${ECHO_T}not found" >&6; }
10102 else
10103 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10104 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10106 cat >>confdefs.h <<_ACEOF
10107 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10108 _ACEOF
10114 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10115 case "x$with_xinput" in
10116 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10117 xno) ;;
10118 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10119 This is an error since --with-xinput was requested." >&5
10120 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10121 This is an error since --with-xinput was requested." >&2;}
10122 { (exit 1); exit 1; }; } ;;
10123 esac
10127 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10128 then
10129 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10130 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10131 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10132 echo $ECHO_N "(cached) $ECHO_C" >&6
10133 else
10134 ac_check_lib_save_LIBS=$LIBS
10135 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10136 cat >conftest.$ac_ext <<_ACEOF
10137 /* confdefs.h. */
10138 _ACEOF
10139 cat confdefs.h >>conftest.$ac_ext
10140 cat >>conftest.$ac_ext <<_ACEOF
10141 /* end confdefs.h. */
10143 /* Override any GCC internal prototype to avoid an error.
10144 Use char because int might match the return type of a GCC
10145 builtin and then its argument prototype would still apply. */
10146 #ifdef __cplusplus
10147 extern "C"
10148 #endif
10149 char XShmQueryExtension ();
10151 main ()
10153 return XShmQueryExtension ();
10155 return 0;
10157 _ACEOF
10158 rm -f conftest.$ac_objext conftest$ac_exeext
10159 if { (ac_try="$ac_link"
10160 case "(($ac_try" in
10161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10162 *) ac_try_echo=$ac_try;;
10163 esac
10164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10165 (eval "$ac_link") 2>conftest.er1
10166 ac_status=$?
10167 grep -v '^ *+' conftest.er1 >conftest.err
10168 rm -f conftest.er1
10169 cat conftest.err >&5
10170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10171 (exit $ac_status); } && {
10172 test -z "$ac_c_werror_flag" ||
10173 test ! -s conftest.err
10174 } && test -s conftest$ac_exeext &&
10175 $as_test_x conftest$ac_exeext; then
10176 ac_cv_lib_Xext_XShmQueryExtension=yes
10177 else
10178 echo "$as_me: failed program was:" >&5
10179 sed 's/^/| /' conftest.$ac_ext >&5
10181 ac_cv_lib_Xext_XShmQueryExtension=no
10184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10185 conftest$ac_exeext conftest.$ac_ext
10186 LIBS=$ac_check_lib_save_LIBS
10188 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10189 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10190 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10192 cat >>confdefs.h <<\_ACEOF
10193 #define HAVE_LIBXXSHM 1
10194 _ACEOF
10199 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10200 case "x$with_xshm" in
10201 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10202 xno) ;;
10203 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10204 This is an error since --with-xshm was requested." >&5
10205 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10206 This is an error since --with-xshm was requested." >&2;}
10207 { (exit 1); exit 1; }; } ;;
10208 esac
10212 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10213 then
10214 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10215 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10216 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10217 echo $ECHO_N "(cached) $ECHO_C" >&6
10218 else
10219 ac_check_lib_save_LIBS=$LIBS
10220 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10221 cat >conftest.$ac_ext <<_ACEOF
10222 /* confdefs.h. */
10223 _ACEOF
10224 cat confdefs.h >>conftest.$ac_ext
10225 cat >>conftest.$ac_ext <<_ACEOF
10226 /* end confdefs.h. */
10228 /* Override any GCC internal prototype to avoid an error.
10229 Use char because int might match the return type of a GCC
10230 builtin and then its argument prototype would still apply. */
10231 #ifdef __cplusplus
10232 extern "C"
10233 #endif
10234 char XShapeQueryExtension ();
10236 main ()
10238 return XShapeQueryExtension ();
10240 return 0;
10242 _ACEOF
10243 rm -f conftest.$ac_objext conftest$ac_exeext
10244 if { (ac_try="$ac_link"
10245 case "(($ac_try" in
10246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10247 *) ac_try_echo=$ac_try;;
10248 esac
10249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10250 (eval "$ac_link") 2>conftest.er1
10251 ac_status=$?
10252 grep -v '^ *+' conftest.er1 >conftest.err
10253 rm -f conftest.er1
10254 cat conftest.err >&5
10255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10256 (exit $ac_status); } && {
10257 test -z "$ac_c_werror_flag" ||
10258 test ! -s conftest.err
10259 } && test -s conftest$ac_exeext &&
10260 $as_test_x conftest$ac_exeext; then
10261 ac_cv_lib_Xext_XShapeQueryExtension=yes
10262 else
10263 echo "$as_me: failed program was:" >&5
10264 sed 's/^/| /' conftest.$ac_ext >&5
10266 ac_cv_lib_Xext_XShapeQueryExtension=no
10269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10270 conftest$ac_exeext conftest.$ac_ext
10271 LIBS=$ac_check_lib_save_LIBS
10273 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10274 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10275 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10277 cat >>confdefs.h <<\_ACEOF
10278 #define HAVE_LIBXSHAPE 1
10279 _ACEOF
10284 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10285 case "x$with_xshape" in
10286 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10287 xno) ;;
10288 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10289 This is an error since --with-xshape was requested." >&5
10290 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10291 This is an error since --with-xshape was requested." >&2;}
10292 { (exit 1); exit 1; }; } ;;
10293 esac
10297 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10298 then
10299 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10300 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10301 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10302 echo $ECHO_N "(cached) $ECHO_C" >&6
10303 else
10304 ac_check_soname_save_LIBS=$LIBS
10305 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10306 cat >conftest.$ac_ext <<_ACEOF
10307 /* confdefs.h. */
10308 _ACEOF
10309 cat confdefs.h >>conftest.$ac_ext
10310 cat >>conftest.$ac_ext <<_ACEOF
10311 /* end confdefs.h. */
10313 /* Override any GCC internal prototype to avoid an error.
10314 Use char because int might match the return type of a GCC
10315 builtin and then its argument prototype would still apply. */
10316 #ifdef __cplusplus
10317 extern "C"
10318 #endif
10319 char XF86VidModeQueryExtension ();
10321 main ()
10323 return XF86VidModeQueryExtension ();
10325 return 0;
10327 _ACEOF
10328 rm -f conftest.$ac_objext conftest$ac_exeext
10329 if { (ac_try="$ac_link"
10330 case "(($ac_try" in
10331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10332 *) ac_try_echo=$ac_try;;
10333 esac
10334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10335 (eval "$ac_link") 2>conftest.er1
10336 ac_status=$?
10337 grep -v '^ *+' conftest.er1 >conftest.err
10338 rm -f conftest.er1
10339 cat conftest.err >&5
10340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10341 (exit $ac_status); } && {
10342 test -z "$ac_c_werror_flag" ||
10343 test ! -s conftest.err
10344 } && test -s conftest$ac_exeext &&
10345 $as_test_x conftest$ac_exeext; then
10346 case "$LIBEXT" in
10347 dll) ;;
10348 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'` ;;
10349 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10350 esac
10351 else
10352 echo "$as_me: failed program was:" >&5
10353 sed 's/^/| /' conftest.$ac_ext >&5
10358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10359 conftest$ac_exeext conftest.$ac_ext
10360 LIBS=$ac_check_soname_save_LIBS
10362 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10363 { echo "$as_me:$LINENO: result: not found" >&5
10364 echo "${ECHO_T}not found" >&6; }
10366 else
10367 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10368 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10370 cat >>confdefs.h <<_ACEOF
10371 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10372 _ACEOF
10378 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10379 case "x$with_xxf86vm" in
10380 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10381 xno) ;;
10382 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10383 This is an error since --with-xxf86vm was requested." >&5
10384 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10385 This is an error since --with-xxf86vm was requested." >&2;}
10386 { (exit 1); exit 1; }; } ;;
10387 esac
10391 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"
10392 then
10393 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10394 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10395 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10396 echo $ECHO_N "(cached) $ECHO_C" >&6
10397 else
10398 ac_check_soname_save_LIBS=$LIBS
10399 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10400 cat >conftest.$ac_ext <<_ACEOF
10401 /* confdefs.h. */
10402 _ACEOF
10403 cat confdefs.h >>conftest.$ac_ext
10404 cat >>conftest.$ac_ext <<_ACEOF
10405 /* end confdefs.h. */
10407 /* Override any GCC internal prototype to avoid an error.
10408 Use char because int might match the return type of a GCC
10409 builtin and then its argument prototype would still apply. */
10410 #ifdef __cplusplus
10411 extern "C"
10412 #endif
10413 char XRenderQueryExtension ();
10415 main ()
10417 return XRenderQueryExtension ();
10419 return 0;
10421 _ACEOF
10422 rm -f conftest.$ac_objext conftest$ac_exeext
10423 if { (ac_try="$ac_link"
10424 case "(($ac_try" in
10425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10426 *) ac_try_echo=$ac_try;;
10427 esac
10428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10429 (eval "$ac_link") 2>conftest.er1
10430 ac_status=$?
10431 grep -v '^ *+' conftest.er1 >conftest.err
10432 rm -f conftest.er1
10433 cat conftest.err >&5
10434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10435 (exit $ac_status); } && {
10436 test -z "$ac_c_werror_flag" ||
10437 test ! -s conftest.err
10438 } && test -s conftest$ac_exeext &&
10439 $as_test_x conftest$ac_exeext; then
10440 case "$LIBEXT" in
10441 dll) ;;
10442 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'` ;;
10443 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10444 esac
10445 else
10446 echo "$as_me: failed program was:" >&5
10447 sed 's/^/| /' conftest.$ac_ext >&5
10452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10453 conftest$ac_exeext conftest.$ac_ext
10454 LIBS=$ac_check_soname_save_LIBS
10456 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10457 { echo "$as_me:$LINENO: result: not found" >&5
10458 echo "${ECHO_T}not found" >&6; }
10460 else
10461 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10462 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10464 cat >>confdefs.h <<_ACEOF
10465 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10466 _ACEOF
10468 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10469 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10470 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10471 echo $ECHO_N "(cached) $ECHO_C" >&6
10472 else
10473 ac_check_lib_save_LIBS=$LIBS
10474 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10475 cat >conftest.$ac_ext <<_ACEOF
10476 /* confdefs.h. */
10477 _ACEOF
10478 cat confdefs.h >>conftest.$ac_ext
10479 cat >>conftest.$ac_ext <<_ACEOF
10480 /* end confdefs.h. */
10482 /* Override any GCC internal prototype to avoid an error.
10483 Use char because int might match the return type of a GCC
10484 builtin and then its argument prototype would still apply. */
10485 #ifdef __cplusplus
10486 extern "C"
10487 #endif
10488 char XRenderSetPictureTransform ();
10490 main ()
10492 return XRenderSetPictureTransform ();
10494 return 0;
10496 _ACEOF
10497 rm -f conftest.$ac_objext conftest$ac_exeext
10498 if { (ac_try="$ac_link"
10499 case "(($ac_try" in
10500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10501 *) ac_try_echo=$ac_try;;
10502 esac
10503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10504 (eval "$ac_link") 2>conftest.er1
10505 ac_status=$?
10506 grep -v '^ *+' conftest.er1 >conftest.err
10507 rm -f conftest.er1
10508 cat conftest.err >&5
10509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10510 (exit $ac_status); } && {
10511 test -z "$ac_c_werror_flag" ||
10512 test ! -s conftest.err
10513 } && test -s conftest$ac_exeext &&
10514 $as_test_x conftest$ac_exeext; then
10515 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10516 else
10517 echo "$as_me: failed program was:" >&5
10518 sed 's/^/| /' conftest.$ac_ext >&5
10520 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10524 conftest$ac_exeext conftest.$ac_ext
10525 LIBS=$ac_check_lib_save_LIBS
10527 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10528 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10529 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10531 cat >>confdefs.h <<\_ACEOF
10532 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10533 _ACEOF
10541 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10542 case "x$with_xrender" in
10543 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10544 xno) ;;
10545 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10546 This is an error since --with-xrender was requested." >&5
10547 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10548 This is an error since --with-xrender was requested." >&2;}
10549 { (exit 1); exit 1; }; } ;;
10550 esac
10554 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10555 then
10556 cat >conftest.$ac_ext <<_ACEOF
10557 /* confdefs.h. */
10558 _ACEOF
10559 cat confdefs.h >>conftest.$ac_ext
10560 cat >>conftest.$ac_ext <<_ACEOF
10561 /* end confdefs.h. */
10562 #include <X11/Xlib.h>
10563 #include <X11/extensions/Xrandr.h>
10565 main ()
10567 static typeof(XRRSetScreenConfigAndRate) * func;
10569 return 0;
10571 _ACEOF
10572 rm -f conftest.$ac_objext
10573 if { (ac_try="$ac_compile"
10574 case "(($ac_try" in
10575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10576 *) ac_try_echo=$ac_try;;
10577 esac
10578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10579 (eval "$ac_compile") 2>conftest.er1
10580 ac_status=$?
10581 grep -v '^ *+' conftest.er1 >conftest.err
10582 rm -f conftest.er1
10583 cat conftest.err >&5
10584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10585 (exit $ac_status); } && {
10586 test -z "$ac_c_werror_flag" ||
10587 test ! -s conftest.err
10588 } && test -s conftest.$ac_objext; then
10589 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10590 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10591 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10592 echo $ECHO_N "(cached) $ECHO_C" >&6
10593 else
10594 ac_check_soname_save_LIBS=$LIBS
10595 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10596 cat >conftest.$ac_ext <<_ACEOF
10597 /* confdefs.h. */
10598 _ACEOF
10599 cat confdefs.h >>conftest.$ac_ext
10600 cat >>conftest.$ac_ext <<_ACEOF
10601 /* end confdefs.h. */
10603 /* Override any GCC internal prototype to avoid an error.
10604 Use char because int might match the return type of a GCC
10605 builtin and then its argument prototype would still apply. */
10606 #ifdef __cplusplus
10607 extern "C"
10608 #endif
10609 char XRRQueryExtension ();
10611 main ()
10613 return XRRQueryExtension ();
10615 return 0;
10617 _ACEOF
10618 rm -f conftest.$ac_objext conftest$ac_exeext
10619 if { (ac_try="$ac_link"
10620 case "(($ac_try" in
10621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10622 *) ac_try_echo=$ac_try;;
10623 esac
10624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10625 (eval "$ac_link") 2>conftest.er1
10626 ac_status=$?
10627 grep -v '^ *+' conftest.er1 >conftest.err
10628 rm -f conftest.er1
10629 cat conftest.err >&5
10630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10631 (exit $ac_status); } && {
10632 test -z "$ac_c_werror_flag" ||
10633 test ! -s conftest.err
10634 } && test -s conftest$ac_exeext &&
10635 $as_test_x conftest$ac_exeext; then
10636 case "$LIBEXT" in
10637 dll) ;;
10638 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'` ;;
10639 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10640 esac
10641 else
10642 echo "$as_me: failed program was:" >&5
10643 sed 's/^/| /' conftest.$ac_ext >&5
10648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10649 conftest$ac_exeext conftest.$ac_ext
10650 LIBS=$ac_check_soname_save_LIBS
10652 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10653 { echo "$as_me:$LINENO: result: not found" >&5
10654 echo "${ECHO_T}not found" >&6; }
10656 else
10657 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10658 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10660 cat >>confdefs.h <<_ACEOF
10661 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10662 _ACEOF
10667 else
10668 echo "$as_me: failed program was:" >&5
10669 sed 's/^/| /' conftest.$ac_ext >&5
10674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10676 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10677 case "x$with_xrandr" in
10678 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10679 xno) ;;
10680 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10681 This is an error since --with-xrandr was requested." >&5
10682 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10683 This is an error since --with-xrandr was requested." >&2;}
10684 { (exit 1); exit 1; }; } ;;
10685 esac
10689 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10690 then
10691 cat >conftest.$ac_ext <<_ACEOF
10692 /* confdefs.h. */
10693 _ACEOF
10694 cat confdefs.h >>conftest.$ac_ext
10695 cat >>conftest.$ac_ext <<_ACEOF
10696 /* end confdefs.h. */
10697 #include <X11/Xlib.h>
10698 #include <X11/extensions/Xinerama.h>
10700 main ()
10702 static typeof(XineramaQueryScreens) * func;
10704 return 0;
10706 _ACEOF
10707 rm -f conftest.$ac_objext
10708 if { (ac_try="$ac_compile"
10709 case "(($ac_try" in
10710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10711 *) ac_try_echo=$ac_try;;
10712 esac
10713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10714 (eval "$ac_compile") 2>conftest.er1
10715 ac_status=$?
10716 grep -v '^ *+' conftest.er1 >conftest.err
10717 rm -f conftest.er1
10718 cat conftest.err >&5
10719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10720 (exit $ac_status); } && {
10721 test -z "$ac_c_werror_flag" ||
10722 test ! -s conftest.err
10723 } && test -s conftest.$ac_objext; then
10724 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10725 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10726 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10727 echo $ECHO_N "(cached) $ECHO_C" >&6
10728 else
10729 ac_check_soname_save_LIBS=$LIBS
10730 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10731 cat >conftest.$ac_ext <<_ACEOF
10732 /* confdefs.h. */
10733 _ACEOF
10734 cat confdefs.h >>conftest.$ac_ext
10735 cat >>conftest.$ac_ext <<_ACEOF
10736 /* end confdefs.h. */
10738 /* Override any GCC internal prototype to avoid an error.
10739 Use char because int might match the return type of a GCC
10740 builtin and then its argument prototype would still apply. */
10741 #ifdef __cplusplus
10742 extern "C"
10743 #endif
10744 char XineramaQueryScreens ();
10746 main ()
10748 return XineramaQueryScreens ();
10750 return 0;
10752 _ACEOF
10753 rm -f conftest.$ac_objext conftest$ac_exeext
10754 if { (ac_try="$ac_link"
10755 case "(($ac_try" in
10756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10757 *) ac_try_echo=$ac_try;;
10758 esac
10759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10760 (eval "$ac_link") 2>conftest.er1
10761 ac_status=$?
10762 grep -v '^ *+' conftest.er1 >conftest.err
10763 rm -f conftest.er1
10764 cat conftest.err >&5
10765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10766 (exit $ac_status); } && {
10767 test -z "$ac_c_werror_flag" ||
10768 test ! -s conftest.err
10769 } && test -s conftest$ac_exeext &&
10770 $as_test_x conftest$ac_exeext; then
10771 case "$LIBEXT" in
10772 dll) ;;
10773 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'` ;;
10774 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10775 esac
10776 else
10777 echo "$as_me: failed program was:" >&5
10778 sed 's/^/| /' conftest.$ac_ext >&5
10783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10784 conftest$ac_exeext conftest.$ac_ext
10785 LIBS=$ac_check_soname_save_LIBS
10787 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10788 { echo "$as_me:$LINENO: result: not found" >&5
10789 echo "${ECHO_T}not found" >&6; }
10791 else
10792 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10793 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10795 cat >>confdefs.h <<_ACEOF
10796 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10797 _ACEOF
10802 else
10803 echo "$as_me: failed program was:" >&5
10804 sed 's/^/| /' conftest.$ac_ext >&5
10809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10811 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10812 case "x$with_xinerama" in
10813 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10814 xno) ;;
10815 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10816 This is an error since --with-xinerama was requested." >&5
10817 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10818 This is an error since --with-xinerama was requested." >&2;}
10819 { (exit 1); exit 1; }; } ;;
10820 esac
10824 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10825 then
10826 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10827 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10828 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10829 echo $ECHO_N "(cached) $ECHO_C" >&6
10830 else
10831 ac_check_soname_save_LIBS=$LIBS
10832 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10833 cat >conftest.$ac_ext <<_ACEOF
10834 /* confdefs.h. */
10835 _ACEOF
10836 cat confdefs.h >>conftest.$ac_ext
10837 cat >>conftest.$ac_ext <<_ACEOF
10838 /* end confdefs.h. */
10840 /* Override any GCC internal prototype to avoid an error.
10841 Use char because int might match the return type of a GCC
10842 builtin and then its argument prototype would still apply. */
10843 #ifdef __cplusplus
10844 extern "C"
10845 #endif
10846 char XCompositeRedirectWindow ();
10848 main ()
10850 return XCompositeRedirectWindow ();
10852 return 0;
10854 _ACEOF
10855 rm -f conftest.$ac_objext conftest$ac_exeext
10856 if { (ac_try="$ac_link"
10857 case "(($ac_try" in
10858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10859 *) ac_try_echo=$ac_try;;
10860 esac
10861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10862 (eval "$ac_link") 2>conftest.er1
10863 ac_status=$?
10864 grep -v '^ *+' conftest.er1 >conftest.err
10865 rm -f conftest.er1
10866 cat conftest.err >&5
10867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10868 (exit $ac_status); } && {
10869 test -z "$ac_c_werror_flag" ||
10870 test ! -s conftest.err
10871 } && test -s conftest$ac_exeext &&
10872 $as_test_x conftest$ac_exeext; then
10873 case "$LIBEXT" in
10874 dll) ;;
10875 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'` ;;
10876 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10877 esac
10878 else
10879 echo "$as_me: failed program was:" >&5
10880 sed 's/^/| /' conftest.$ac_ext >&5
10885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10886 conftest$ac_exeext conftest.$ac_ext
10887 LIBS=$ac_check_soname_save_LIBS
10889 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10890 { echo "$as_me:$LINENO: result: not found" >&5
10891 echo "${ECHO_T}not found" >&6; }
10893 else
10894 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10895 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10897 cat >>confdefs.h <<_ACEOF
10898 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10899 _ACEOF
10905 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10906 case "x$with_xcomposite" in
10907 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10908 xno) ;;
10909 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10910 This is an error since --with-xcomposite was requested." >&5
10911 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10912 This is an error since --with-xcomposite was requested." >&2;}
10913 { (exit 1); exit 1; }; } ;;
10914 esac
10918 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10919 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10920 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10921 echo $ECHO_N "(cached) $ECHO_C" >&6
10922 else
10923 cat >conftest.$ac_ext <<_ACEOF
10924 /* confdefs.h. */
10925 _ACEOF
10926 cat confdefs.h >>conftest.$ac_ext
10927 cat >>conftest.$ac_ext <<_ACEOF
10928 /* end confdefs.h. */
10929 #ifdef HAVE_X11_XLIB_H
10930 #include <X11/Xlib.h>
10931 #endif
10934 main ()
10936 static XICCallback ac_aggr;
10937 if (ac_aggr.callback)
10938 return 0;
10940 return 0;
10942 _ACEOF
10943 rm -f conftest.$ac_objext
10944 if { (ac_try="$ac_compile"
10945 case "(($ac_try" in
10946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10947 *) ac_try_echo=$ac_try;;
10948 esac
10949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10950 (eval "$ac_compile") 2>conftest.er1
10951 ac_status=$?
10952 grep -v '^ *+' conftest.er1 >conftest.err
10953 rm -f conftest.er1
10954 cat conftest.err >&5
10955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10956 (exit $ac_status); } && {
10957 test -z "$ac_c_werror_flag" ||
10958 test ! -s conftest.err
10959 } && test -s conftest.$ac_objext; then
10960 ac_cv_member_XICCallback_callback=yes
10961 else
10962 echo "$as_me: failed program was:" >&5
10963 sed 's/^/| /' conftest.$ac_ext >&5
10965 cat >conftest.$ac_ext <<_ACEOF
10966 /* confdefs.h. */
10967 _ACEOF
10968 cat confdefs.h >>conftest.$ac_ext
10969 cat >>conftest.$ac_ext <<_ACEOF
10970 /* end confdefs.h. */
10971 #ifdef HAVE_X11_XLIB_H
10972 #include <X11/Xlib.h>
10973 #endif
10976 main ()
10978 static XICCallback ac_aggr;
10979 if (sizeof ac_aggr.callback)
10980 return 0;
10982 return 0;
10984 _ACEOF
10985 rm -f conftest.$ac_objext
10986 if { (ac_try="$ac_compile"
10987 case "(($ac_try" in
10988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10989 *) ac_try_echo=$ac_try;;
10990 esac
10991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10992 (eval "$ac_compile") 2>conftest.er1
10993 ac_status=$?
10994 grep -v '^ *+' conftest.er1 >conftest.err
10995 rm -f conftest.er1
10996 cat conftest.err >&5
10997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10998 (exit $ac_status); } && {
10999 test -z "$ac_c_werror_flag" ||
11000 test ! -s conftest.err
11001 } && test -s conftest.$ac_objext; then
11002 ac_cv_member_XICCallback_callback=yes
11003 else
11004 echo "$as_me: failed program was:" >&5
11005 sed 's/^/| /' conftest.$ac_ext >&5
11007 ac_cv_member_XICCallback_callback=no
11010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11015 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11016 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11017 if test $ac_cv_member_XICCallback_callback = yes; then
11019 cat >>confdefs.h <<_ACEOF
11020 #define HAVE_XICCALLBACK_CALLBACK 1
11021 _ACEOF
11028 opengl_msg=""
11029 if test "x$with_opengl" != "xno"
11030 then
11035 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11037 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11038 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11039 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11041 echo $ECHO_N "(cached) $ECHO_C" >&6
11042 else
11043 cat >conftest.$ac_ext <<_ACEOF
11044 /* confdefs.h. */
11045 _ACEOF
11046 cat confdefs.h >>conftest.$ac_ext
11047 cat >>conftest.$ac_ext <<_ACEOF
11048 /* end confdefs.h. */
11049 #ifdef HAVE_GL_GLX_H
11050 # include <GL/glx.h>
11051 #endif
11053 #include <$ac_header>
11054 _ACEOF
11055 rm -f conftest.$ac_objext
11056 if { (ac_try="$ac_compile"
11057 case "(($ac_try" in
11058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11059 *) ac_try_echo=$ac_try;;
11060 esac
11061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11062 (eval "$ac_compile") 2>conftest.er1
11063 ac_status=$?
11064 grep -v '^ *+' conftest.er1 >conftest.err
11065 rm -f conftest.er1
11066 cat conftest.err >&5
11067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11068 (exit $ac_status); } && {
11069 test -z "$ac_c_werror_flag" ||
11070 test ! -s conftest.err
11071 } && test -s conftest.$ac_objext; then
11072 eval "$as_ac_Header=yes"
11073 else
11074 echo "$as_me: failed program was:" >&5
11075 sed 's/^/| /' conftest.$ac_ext >&5
11077 eval "$as_ac_Header=no"
11080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11082 ac_res=`eval echo '${'$as_ac_Header'}'`
11083 { echo "$as_me:$LINENO: result: $ac_res" >&5
11084 echo "${ECHO_T}$ac_res" >&6; }
11085 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11086 cat >>confdefs.h <<_ACEOF
11087 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11088 _ACEOF
11092 done
11094 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11095 then
11096 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11097 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11098 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11099 echo $ECHO_N "(cached) $ECHO_C" >&6
11100 else
11101 cat >conftest.$ac_ext <<_ACEOF
11102 /* confdefs.h. */
11103 _ACEOF
11104 cat confdefs.h >>conftest.$ac_ext
11105 cat >>conftest.$ac_ext <<_ACEOF
11106 /* end confdefs.h. */
11107 #include <GL/gl.h>
11109 main ()
11111 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11113 return 0;
11115 _ACEOF
11116 rm -f conftest.$ac_objext
11117 if { (ac_try="$ac_compile"
11118 case "(($ac_try" in
11119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11120 *) ac_try_echo=$ac_try;;
11121 esac
11122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11123 (eval "$ac_compile") 2>conftest.er1
11124 ac_status=$?
11125 grep -v '^ *+' conftest.er1 >conftest.err
11126 rm -f conftest.er1
11127 cat conftest.err >&5
11128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11129 (exit $ac_status); } && {
11130 test -z "$ac_c_werror_flag" ||
11131 test ! -s conftest.err
11132 } && test -s conftest.$ac_objext; then
11133 wine_cv_opengl_header_version_OK="yes"
11134 else
11135 echo "$as_me: failed program was:" >&5
11136 sed 's/^/| /' conftest.$ac_ext >&5
11138 wine_cv_opengl_header_version_OK="no"
11141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11143 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11144 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11146 if test "$wine_cv_opengl_header_version_OK" = "yes"
11147 then
11148 { echo "$as_me:$LINENO: checking for -lGL" >&5
11149 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11150 if test "${ac_cv_lib_soname_GL+set}" = set; then
11151 echo $ECHO_N "(cached) $ECHO_C" >&6
11152 else
11153 ac_check_soname_save_LIBS=$LIBS
11154 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11155 cat >conftest.$ac_ext <<_ACEOF
11156 /* confdefs.h. */
11157 _ACEOF
11158 cat confdefs.h >>conftest.$ac_ext
11159 cat >>conftest.$ac_ext <<_ACEOF
11160 /* end confdefs.h. */
11162 /* Override any GCC internal prototype to avoid an error.
11163 Use char because int might match the return type of a GCC
11164 builtin and then its argument prototype would still apply. */
11165 #ifdef __cplusplus
11166 extern "C"
11167 #endif
11168 char glXCreateContext ();
11170 main ()
11172 return glXCreateContext ();
11174 return 0;
11176 _ACEOF
11177 rm -f conftest.$ac_objext conftest$ac_exeext
11178 if { (ac_try="$ac_link"
11179 case "(($ac_try" in
11180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11181 *) ac_try_echo=$ac_try;;
11182 esac
11183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11184 (eval "$ac_link") 2>conftest.er1
11185 ac_status=$?
11186 grep -v '^ *+' conftest.er1 >conftest.err
11187 rm -f conftest.er1
11188 cat conftest.err >&5
11189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11190 (exit $ac_status); } && {
11191 test -z "$ac_c_werror_flag" ||
11192 test ! -s conftest.err
11193 } && test -s conftest$ac_exeext &&
11194 $as_test_x conftest$ac_exeext; then
11195 case "$LIBEXT" in
11196 dll) ;;
11197 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'` ;;
11198 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11199 esac
11200 else
11201 echo "$as_me: failed program was:" >&5
11202 sed 's/^/| /' conftest.$ac_ext >&5
11207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11208 conftest$ac_exeext conftest.$ac_ext
11209 LIBS=$ac_check_soname_save_LIBS
11211 if test "x$ac_cv_lib_soname_GL" = "x"; then
11212 { echo "$as_me:$LINENO: result: not found" >&5
11213 echo "${ECHO_T}not found" >&6; }
11214 { echo "$as_me:$LINENO: checking for -lGL" >&5
11215 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11216 if test "${ac_cv_lib_soname_GL+set}" = set; then
11217 echo $ECHO_N "(cached) $ECHO_C" >&6
11218 else
11219 ac_check_soname_save_LIBS=$LIBS
11220 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"
11221 cat >conftest.$ac_ext <<_ACEOF
11222 /* confdefs.h. */
11223 _ACEOF
11224 cat confdefs.h >>conftest.$ac_ext
11225 cat >>conftest.$ac_ext <<_ACEOF
11226 /* end confdefs.h. */
11228 /* Override any GCC internal prototype to avoid an error.
11229 Use char because int might match the return type of a GCC
11230 builtin and then its argument prototype would still apply. */
11231 #ifdef __cplusplus
11232 extern "C"
11233 #endif
11234 char glXCreateContext ();
11236 main ()
11238 return glXCreateContext ();
11240 return 0;
11242 _ACEOF
11243 rm -f conftest.$ac_objext conftest$ac_exeext
11244 if { (ac_try="$ac_link"
11245 case "(($ac_try" in
11246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11247 *) ac_try_echo=$ac_try;;
11248 esac
11249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11250 (eval "$ac_link") 2>conftest.er1
11251 ac_status=$?
11252 grep -v '^ *+' conftest.er1 >conftest.err
11253 rm -f conftest.er1
11254 cat conftest.err >&5
11255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11256 (exit $ac_status); } && {
11257 test -z "$ac_c_werror_flag" ||
11258 test ! -s conftest.err
11259 } && test -s conftest$ac_exeext &&
11260 $as_test_x conftest$ac_exeext; then
11261 case "$LIBEXT" in
11262 dll) ;;
11263 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'` ;;
11264 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11265 esac
11266 else
11267 echo "$as_me: failed program was:" >&5
11268 sed 's/^/| /' conftest.$ac_ext >&5
11273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11274 conftest$ac_exeext conftest.$ac_ext
11275 LIBS=$ac_check_soname_save_LIBS
11277 if test "x$ac_cv_lib_soname_GL" = "x"; then
11278 { echo "$as_me:$LINENO: result: not found" >&5
11279 echo "${ECHO_T}not found" >&6; }
11280 if test -f /usr/X11R6/lib/libGL.a
11281 then
11282 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11283 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11284 else
11285 opengl_msg="No OpenGL library found on this system."
11287 else
11288 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11289 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11291 cat >>confdefs.h <<_ACEOF
11292 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11293 _ACEOF
11295 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"
11297 cat >>confdefs.h <<\_ACEOF
11298 #define HAVE_OPENGL 1
11299 _ACEOF
11303 else
11304 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11305 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11307 cat >>confdefs.h <<_ACEOF
11308 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11309 _ACEOF
11311 OPENGL_LIBS="-lGL"
11313 cat >>confdefs.h <<\_ACEOF
11314 #define HAVE_OPENGL 1
11315 _ACEOF
11319 if test "$ac_cv_header_GL_glu_h" = "yes"
11320 then
11321 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11322 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11323 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11324 echo $ECHO_N "(cached) $ECHO_C" >&6
11325 else
11326 ac_check_soname_save_LIBS=$LIBS
11327 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11328 cat >conftest.$ac_ext <<_ACEOF
11329 /* confdefs.h. */
11330 _ACEOF
11331 cat confdefs.h >>conftest.$ac_ext
11332 cat >>conftest.$ac_ext <<_ACEOF
11333 /* end confdefs.h. */
11335 /* Override any GCC internal prototype to avoid an error.
11336 Use char because int might match the return type of a GCC
11337 builtin and then its argument prototype would still apply. */
11338 #ifdef __cplusplus
11339 extern "C"
11340 #endif
11341 char gluLookAt ();
11343 main ()
11345 return gluLookAt ();
11347 return 0;
11349 _ACEOF
11350 rm -f conftest.$ac_objext conftest$ac_exeext
11351 if { (ac_try="$ac_link"
11352 case "(($ac_try" in
11353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11354 *) ac_try_echo=$ac_try;;
11355 esac
11356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11357 (eval "$ac_link") 2>conftest.er1
11358 ac_status=$?
11359 grep -v '^ *+' conftest.er1 >conftest.err
11360 rm -f conftest.er1
11361 cat conftest.err >&5
11362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363 (exit $ac_status); } && {
11364 test -z "$ac_c_werror_flag" ||
11365 test ! -s conftest.err
11366 } && test -s conftest$ac_exeext &&
11367 $as_test_x conftest$ac_exeext; then
11368 case "$LIBEXT" in
11369 dll) ;;
11370 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'` ;;
11371 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11372 esac
11373 else
11374 echo "$as_me: failed program was:" >&5
11375 sed 's/^/| /' conftest.$ac_ext >&5
11380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11381 conftest$ac_exeext conftest.$ac_ext
11382 LIBS=$ac_check_soname_save_LIBS
11384 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11385 { echo "$as_me:$LINENO: result: not found" >&5
11386 echo "${ECHO_T}not found" >&6; }
11388 else
11389 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11390 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11392 cat >>confdefs.h <<_ACEOF
11393 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11394 _ACEOF
11400 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11401 case "x$with_glu" in
11402 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11403 xno) ;;
11404 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11405 This is an error since --with-glu was requested." >&5
11406 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11407 This is an error since --with-glu was requested." >&2;}
11408 { (exit 1); exit 1; }; } ;;
11409 esac
11412 else
11413 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11415 else
11416 opengl_msg="OpenGL development headers not found."
11418 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11419 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11420 else
11421 enable_opengl32=${enable_opengl32:-no}
11422 enable_glu32=${enable_glu32:-no}
11424 if test -n "$opengl_msg"; then
11425 case "x$with_opengl" in
11426 x) wine_warnings="$wine_warnings|$opengl_msg
11427 OpenGL and Direct3D won't be supported." ;;
11428 xno) ;;
11429 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11430 OpenGL and Direct3D won't be supported.
11431 This is an error since --with-opengl was requested." >&5
11432 echo "$as_me: error: $opengl_msg
11433 OpenGL and Direct3D won't be supported.
11434 This is an error since --with-opengl was requested." >&2;}
11435 { (exit 1); exit 1; }; } ;;
11436 esac
11440 NASLIBS=""
11443 for ac_header in audio/audiolib.h
11445 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11450 echo $ECHO_N "(cached) $ECHO_C" >&6
11452 ac_res=`eval echo '${'$as_ac_Header'}'`
11453 { echo "$as_me:$LINENO: result: $ac_res" >&5
11454 echo "${ECHO_T}$ac_res" >&6; }
11455 else
11456 # Is the header compilable?
11457 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11458 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11459 cat >conftest.$ac_ext <<_ACEOF
11460 /* confdefs.h. */
11461 _ACEOF
11462 cat confdefs.h >>conftest.$ac_ext
11463 cat >>conftest.$ac_ext <<_ACEOF
11464 /* end confdefs.h. */
11465 $ac_includes_default
11466 #include <$ac_header>
11467 _ACEOF
11468 rm -f conftest.$ac_objext
11469 if { (ac_try="$ac_compile"
11470 case "(($ac_try" in
11471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11472 *) ac_try_echo=$ac_try;;
11473 esac
11474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11475 (eval "$ac_compile") 2>conftest.er1
11476 ac_status=$?
11477 grep -v '^ *+' conftest.er1 >conftest.err
11478 rm -f conftest.er1
11479 cat conftest.err >&5
11480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11481 (exit $ac_status); } && {
11482 test -z "$ac_c_werror_flag" ||
11483 test ! -s conftest.err
11484 } && test -s conftest.$ac_objext; then
11485 ac_header_compiler=yes
11486 else
11487 echo "$as_me: failed program was:" >&5
11488 sed 's/^/| /' conftest.$ac_ext >&5
11490 ac_header_compiler=no
11493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11494 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11495 echo "${ECHO_T}$ac_header_compiler" >&6; }
11497 # Is the header present?
11498 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11500 cat >conftest.$ac_ext <<_ACEOF
11501 /* confdefs.h. */
11502 _ACEOF
11503 cat confdefs.h >>conftest.$ac_ext
11504 cat >>conftest.$ac_ext <<_ACEOF
11505 /* end confdefs.h. */
11506 #include <$ac_header>
11507 _ACEOF
11508 if { (ac_try="$ac_cpp conftest.$ac_ext"
11509 case "(($ac_try" in
11510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11511 *) ac_try_echo=$ac_try;;
11512 esac
11513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11514 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11515 ac_status=$?
11516 grep -v '^ *+' conftest.er1 >conftest.err
11517 rm -f conftest.er1
11518 cat conftest.err >&5
11519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11520 (exit $ac_status); } >/dev/null && {
11521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11522 test ! -s conftest.err
11523 }; then
11524 ac_header_preproc=yes
11525 else
11526 echo "$as_me: failed program was:" >&5
11527 sed 's/^/| /' conftest.$ac_ext >&5
11529 ac_header_preproc=no
11532 rm -f conftest.err conftest.$ac_ext
11533 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11534 echo "${ECHO_T}$ac_header_preproc" >&6; }
11536 # So? What about this header?
11537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11538 yes:no: )
11539 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11540 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11543 ac_header_preproc=yes
11545 no:yes:* )
11546 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11548 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11549 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11550 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11551 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11552 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11553 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11554 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11556 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11557 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11558 ( cat <<\_ASBOX
11559 ## ------------------------------------ ##
11560 ## Report this to wine-devel@winehq.org ##
11561 ## ------------------------------------ ##
11562 _ASBOX
11563 ) | sed "s/^/$as_me: WARNING: /" >&2
11565 esac
11566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11569 echo $ECHO_N "(cached) $ECHO_C" >&6
11570 else
11571 eval "$as_ac_Header=\$ac_header_preproc"
11573 ac_res=`eval echo '${'$as_ac_Header'}'`
11574 { echo "$as_me:$LINENO: result: $ac_res" >&5
11575 echo "${ECHO_T}$ac_res" >&6; }
11578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11579 cat >>confdefs.h <<_ACEOF
11580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11581 _ACEOF
11583 for ac_header in audio/soundlib.h
11585 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11586 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11587 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11588 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11589 echo $ECHO_N "(cached) $ECHO_C" >&6
11590 else
11591 cat >conftest.$ac_ext <<_ACEOF
11592 /* confdefs.h. */
11593 _ACEOF
11594 cat confdefs.h >>conftest.$ac_ext
11595 cat >>conftest.$ac_ext <<_ACEOF
11596 /* end confdefs.h. */
11597 #include <audio/audiolib.h>
11599 #include <$ac_header>
11600 _ACEOF
11601 rm -f conftest.$ac_objext
11602 if { (ac_try="$ac_compile"
11603 case "(($ac_try" in
11604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11605 *) ac_try_echo=$ac_try;;
11606 esac
11607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11608 (eval "$ac_compile") 2>conftest.er1
11609 ac_status=$?
11610 grep -v '^ *+' conftest.er1 >conftest.err
11611 rm -f conftest.er1
11612 cat conftest.err >&5
11613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11614 (exit $ac_status); } && {
11615 test -z "$ac_c_werror_flag" ||
11616 test ! -s conftest.err
11617 } && test -s conftest.$ac_objext; then
11618 eval "$as_ac_Header=yes"
11619 else
11620 echo "$as_me: failed program was:" >&5
11621 sed 's/^/| /' conftest.$ac_ext >&5
11623 eval "$as_ac_Header=no"
11626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11628 ac_res=`eval echo '${'$as_ac_Header'}'`
11629 { echo "$as_me:$LINENO: result: $ac_res" >&5
11630 echo "${ECHO_T}$ac_res" >&6; }
11631 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11632 cat >>confdefs.h <<_ACEOF
11633 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11634 _ACEOF
11638 done
11640 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11641 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11642 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11643 echo $ECHO_N "(cached) $ECHO_C" >&6
11644 else
11645 ac_check_lib_save_LIBS=$LIBS
11646 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11647 cat >conftest.$ac_ext <<_ACEOF
11648 /* confdefs.h. */
11649 _ACEOF
11650 cat confdefs.h >>conftest.$ac_ext
11651 cat >>conftest.$ac_ext <<_ACEOF
11652 /* end confdefs.h. */
11654 /* Override any GCC internal prototype to avoid an error.
11655 Use char because int might match the return type of a GCC
11656 builtin and then its argument prototype would still apply. */
11657 #ifdef __cplusplus
11658 extern "C"
11659 #endif
11660 char AuCreateFlow ();
11662 main ()
11664 return AuCreateFlow ();
11666 return 0;
11668 _ACEOF
11669 rm -f conftest.$ac_objext conftest$ac_exeext
11670 if { (ac_try="$ac_link"
11671 case "(($ac_try" in
11672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11673 *) ac_try_echo=$ac_try;;
11674 esac
11675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11676 (eval "$ac_link") 2>conftest.er1
11677 ac_status=$?
11678 grep -v '^ *+' conftest.er1 >conftest.err
11679 rm -f conftest.er1
11680 cat conftest.err >&5
11681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11682 (exit $ac_status); } && {
11683 test -z "$ac_c_werror_flag" ||
11684 test ! -s conftest.err
11685 } && test -s conftest$ac_exeext &&
11686 $as_test_x conftest$ac_exeext; then
11687 ac_cv_lib_audio_AuCreateFlow=yes
11688 else
11689 echo "$as_me: failed program was:" >&5
11690 sed 's/^/| /' conftest.$ac_ext >&5
11692 ac_cv_lib_audio_AuCreateFlow=no
11695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11696 conftest$ac_exeext conftest.$ac_ext
11697 LIBS=$ac_check_lib_save_LIBS
11699 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11700 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11701 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11703 cat >>confdefs.h <<\_ACEOF
11704 #define HAVE_NAS 1
11705 _ACEOF
11707 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11708 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11709 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11710 echo $ECHO_N "(cached) $ECHO_C" >&6
11711 else
11712 ac_check_lib_save_LIBS=$LIBS
11713 LIBS="-lXau $X_LIBS $LIBS"
11714 cat >conftest.$ac_ext <<_ACEOF
11715 /* confdefs.h. */
11716 _ACEOF
11717 cat confdefs.h >>conftest.$ac_ext
11718 cat >>conftest.$ac_ext <<_ACEOF
11719 /* end confdefs.h. */
11721 /* Override any GCC internal prototype to avoid an error.
11722 Use char because int might match the return type of a GCC
11723 builtin and then its argument prototype would still apply. */
11724 #ifdef __cplusplus
11725 extern "C"
11726 #endif
11727 char XauGetBestAuthByAddr ();
11729 main ()
11731 return XauGetBestAuthByAddr ();
11733 return 0;
11735 _ACEOF
11736 rm -f conftest.$ac_objext conftest$ac_exeext
11737 if { (ac_try="$ac_link"
11738 case "(($ac_try" in
11739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11740 *) ac_try_echo=$ac_try;;
11741 esac
11742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11743 (eval "$ac_link") 2>conftest.er1
11744 ac_status=$?
11745 grep -v '^ *+' conftest.er1 >conftest.err
11746 rm -f conftest.er1
11747 cat conftest.err >&5
11748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11749 (exit $ac_status); } && {
11750 test -z "$ac_c_werror_flag" ||
11751 test ! -s conftest.err
11752 } && test -s conftest$ac_exeext &&
11753 $as_test_x conftest$ac_exeext; then
11754 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11755 else
11756 echo "$as_me: failed program was:" >&5
11757 sed 's/^/| /' conftest.$ac_ext >&5
11759 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11763 conftest$ac_exeext conftest.$ac_ext
11764 LIBS=$ac_check_lib_save_LIBS
11766 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11767 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11768 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11769 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11770 else
11771 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11779 done
11782 CPPFLAGS="$ac_save_CPPFLAGS"
11783 else
11784 XLIB=""
11785 X_CFLAGS=""
11786 X_LIBS=""
11787 enable_winex11_drv=${enable_winex11_drv:-no}
11788 enable_opengl32=${enable_opengl32:-no}
11789 enable_glu32=${enable_glu32:-no}
11791 if test "x$XLIB" = "x"; then
11792 case "x$with_x" in
11793 xno) ;;
11794 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11795 without X support, which probably isn't what you want. You will need to install
11796 development packages of Xlib/Xfree86 at the very least.
11797 Use the --without-x option if you really want this." >&5
11798 echo "$as_me: error: X development files not found. Wine will be built
11799 without X support, which probably isn't what you want. You will need to install
11800 development packages of Xlib/Xfree86 at the very least.
11801 Use the --without-x option if you really want this." >&2;}
11802 { (exit 1); exit 1; }; } ;;
11803 esac
11808 XML2LIBS=""
11810 XML2INCL=""
11812 XSLTLIBS=""
11814 XSLTINCL=""
11816 if test "x$with_xml" != "xno"
11817 then
11818 ac_save_CPPFLAGS="$CPPFLAGS"
11819 if test "$PKG_CONFIG" != "false"
11820 then
11821 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11822 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11823 else
11824 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11825 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11827 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11829 for ac_header in libxml/parser.h
11831 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11832 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11833 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11834 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11835 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11836 echo $ECHO_N "(cached) $ECHO_C" >&6
11838 ac_res=`eval echo '${'$as_ac_Header'}'`
11839 { echo "$as_me:$LINENO: result: $ac_res" >&5
11840 echo "${ECHO_T}$ac_res" >&6; }
11841 else
11842 # Is the header compilable?
11843 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11844 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11845 cat >conftest.$ac_ext <<_ACEOF
11846 /* confdefs.h. */
11847 _ACEOF
11848 cat confdefs.h >>conftest.$ac_ext
11849 cat >>conftest.$ac_ext <<_ACEOF
11850 /* end confdefs.h. */
11851 $ac_includes_default
11852 #include <$ac_header>
11853 _ACEOF
11854 rm -f conftest.$ac_objext
11855 if { (ac_try="$ac_compile"
11856 case "(($ac_try" in
11857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11858 *) ac_try_echo=$ac_try;;
11859 esac
11860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11861 (eval "$ac_compile") 2>conftest.er1
11862 ac_status=$?
11863 grep -v '^ *+' conftest.er1 >conftest.err
11864 rm -f conftest.er1
11865 cat conftest.err >&5
11866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867 (exit $ac_status); } && {
11868 test -z "$ac_c_werror_flag" ||
11869 test ! -s conftest.err
11870 } && test -s conftest.$ac_objext; then
11871 ac_header_compiler=yes
11872 else
11873 echo "$as_me: failed program was:" >&5
11874 sed 's/^/| /' conftest.$ac_ext >&5
11876 ac_header_compiler=no
11879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11880 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11881 echo "${ECHO_T}$ac_header_compiler" >&6; }
11883 # Is the header present?
11884 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11885 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11886 cat >conftest.$ac_ext <<_ACEOF
11887 /* confdefs.h. */
11888 _ACEOF
11889 cat confdefs.h >>conftest.$ac_ext
11890 cat >>conftest.$ac_ext <<_ACEOF
11891 /* end confdefs.h. */
11892 #include <$ac_header>
11893 _ACEOF
11894 if { (ac_try="$ac_cpp conftest.$ac_ext"
11895 case "(($ac_try" in
11896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11897 *) ac_try_echo=$ac_try;;
11898 esac
11899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11900 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11901 ac_status=$?
11902 grep -v '^ *+' conftest.er1 >conftest.err
11903 rm -f conftest.er1
11904 cat conftest.err >&5
11905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11906 (exit $ac_status); } >/dev/null && {
11907 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11908 test ! -s conftest.err
11909 }; then
11910 ac_header_preproc=yes
11911 else
11912 echo "$as_me: failed program was:" >&5
11913 sed 's/^/| /' conftest.$ac_ext >&5
11915 ac_header_preproc=no
11918 rm -f conftest.err conftest.$ac_ext
11919 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11920 echo "${ECHO_T}$ac_header_preproc" >&6; }
11922 # So? What about this header?
11923 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11924 yes:no: )
11925 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11926 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11927 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11928 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11929 ac_header_preproc=yes
11931 no:yes:* )
11932 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11933 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11934 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11935 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11936 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11937 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11938 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11939 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11940 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11941 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11942 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11943 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11944 ( cat <<\_ASBOX
11945 ## ------------------------------------ ##
11946 ## Report this to wine-devel@winehq.org ##
11947 ## ------------------------------------ ##
11948 _ASBOX
11949 ) | sed "s/^/$as_me: WARNING: /" >&2
11951 esac
11952 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11953 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11954 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11955 echo $ECHO_N "(cached) $ECHO_C" >&6
11956 else
11957 eval "$as_ac_Header=\$ac_header_preproc"
11959 ac_res=`eval echo '${'$as_ac_Header'}'`
11960 { echo "$as_me:$LINENO: result: $ac_res" >&5
11961 echo "${ECHO_T}$ac_res" >&6; }
11964 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11965 cat >>confdefs.h <<_ACEOF
11966 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11967 _ACEOF
11968 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11969 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11970 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11971 echo $ECHO_N "(cached) $ECHO_C" >&6
11972 else
11973 ac_check_lib_save_LIBS=$LIBS
11974 LIBS="-lxml2 $ac_xml_libs $LIBS"
11975 cat >conftest.$ac_ext <<_ACEOF
11976 /* confdefs.h. */
11977 _ACEOF
11978 cat confdefs.h >>conftest.$ac_ext
11979 cat >>conftest.$ac_ext <<_ACEOF
11980 /* end confdefs.h. */
11982 /* Override any GCC internal prototype to avoid an error.
11983 Use char because int might match the return type of a GCC
11984 builtin and then its argument prototype would still apply. */
11985 #ifdef __cplusplus
11986 extern "C"
11987 #endif
11988 char xmlParseMemory ();
11990 main ()
11992 return xmlParseMemory ();
11994 return 0;
11996 _ACEOF
11997 rm -f conftest.$ac_objext conftest$ac_exeext
11998 if { (ac_try="$ac_link"
11999 case "(($ac_try" in
12000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12001 *) ac_try_echo=$ac_try;;
12002 esac
12003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12004 (eval "$ac_link") 2>conftest.er1
12005 ac_status=$?
12006 grep -v '^ *+' conftest.er1 >conftest.err
12007 rm -f conftest.er1
12008 cat conftest.err >&5
12009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12010 (exit $ac_status); } && {
12011 test -z "$ac_c_werror_flag" ||
12012 test ! -s conftest.err
12013 } && test -s conftest$ac_exeext &&
12014 $as_test_x conftest$ac_exeext; then
12015 ac_cv_lib_xml2_xmlParseMemory=yes
12016 else
12017 echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.$ac_ext >&5
12020 ac_cv_lib_xml2_xmlParseMemory=no
12023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12024 conftest$ac_exeext conftest.$ac_ext
12025 LIBS=$ac_check_lib_save_LIBS
12027 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12028 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12029 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12031 cat >>confdefs.h <<\_ACEOF
12032 #define HAVE_LIBXML2 1
12033 _ACEOF
12035 XML2LIBS="$ac_xml_libs"
12036 XML2INCL="$ac_xml_cflags"
12039 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12040 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12041 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12042 echo $ECHO_N "(cached) $ECHO_C" >&6
12043 else
12044 ac_check_lib_save_LIBS=$LIBS
12045 LIBS="-lxml2 $ac_xml_libs $LIBS"
12046 cat >conftest.$ac_ext <<_ACEOF
12047 /* confdefs.h. */
12048 _ACEOF
12049 cat confdefs.h >>conftest.$ac_ext
12050 cat >>conftest.$ac_ext <<_ACEOF
12051 /* end confdefs.h. */
12053 /* Override any GCC internal prototype to avoid an error.
12054 Use char because int might match the return type of a GCC
12055 builtin and then its argument prototype would still apply. */
12056 #ifdef __cplusplus
12057 extern "C"
12058 #endif
12059 char xmlReadMemory ();
12061 main ()
12063 return xmlReadMemory ();
12065 return 0;
12067 _ACEOF
12068 rm -f conftest.$ac_objext conftest$ac_exeext
12069 if { (ac_try="$ac_link"
12070 case "(($ac_try" in
12071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12072 *) ac_try_echo=$ac_try;;
12073 esac
12074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12075 (eval "$ac_link") 2>conftest.er1
12076 ac_status=$?
12077 grep -v '^ *+' conftest.er1 >conftest.err
12078 rm -f conftest.er1
12079 cat conftest.err >&5
12080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081 (exit $ac_status); } && {
12082 test -z "$ac_c_werror_flag" ||
12083 test ! -s conftest.err
12084 } && test -s conftest$ac_exeext &&
12085 $as_test_x conftest$ac_exeext; then
12086 ac_cv_lib_xml2_xmlReadMemory=yes
12087 else
12088 echo "$as_me: failed program was:" >&5
12089 sed 's/^/| /' conftest.$ac_ext >&5
12091 ac_cv_lib_xml2_xmlReadMemory=no
12094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12095 conftest$ac_exeext conftest.$ac_ext
12096 LIBS=$ac_check_lib_save_LIBS
12098 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12099 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12100 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12102 cat >>confdefs.h <<\_ACEOF
12103 #define HAVE_XMLREADMEMORY 1
12104 _ACEOF
12108 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12109 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12110 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12111 echo $ECHO_N "(cached) $ECHO_C" >&6
12112 else
12113 ac_check_lib_save_LIBS=$LIBS
12114 LIBS="-lxml2 $ac_xml_libs $LIBS"
12115 cat >conftest.$ac_ext <<_ACEOF
12116 /* confdefs.h. */
12117 _ACEOF
12118 cat confdefs.h >>conftest.$ac_ext
12119 cat >>conftest.$ac_ext <<_ACEOF
12120 /* end confdefs.h. */
12122 /* Override any GCC internal prototype to avoid an error.
12123 Use char because int might match the return type of a GCC
12124 builtin and then its argument prototype would still apply. */
12125 #ifdef __cplusplus
12126 extern "C"
12127 #endif
12128 char xmlNewDocPI ();
12130 main ()
12132 return xmlNewDocPI ();
12134 return 0;
12136 _ACEOF
12137 rm -f conftest.$ac_objext conftest$ac_exeext
12138 if { (ac_try="$ac_link"
12139 case "(($ac_try" in
12140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12141 *) ac_try_echo=$ac_try;;
12142 esac
12143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12144 (eval "$ac_link") 2>conftest.er1
12145 ac_status=$?
12146 grep -v '^ *+' conftest.er1 >conftest.err
12147 rm -f conftest.er1
12148 cat conftest.err >&5
12149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150 (exit $ac_status); } && {
12151 test -z "$ac_c_werror_flag" ||
12152 test ! -s conftest.err
12153 } && test -s conftest$ac_exeext &&
12154 $as_test_x conftest$ac_exeext; then
12155 ac_cv_lib_xml2_xmlNewDocPI=yes
12156 else
12157 echo "$as_me: failed program was:" >&5
12158 sed 's/^/| /' conftest.$ac_ext >&5
12160 ac_cv_lib_xml2_xmlNewDocPI=no
12163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12164 conftest$ac_exeext conftest.$ac_ext
12165 LIBS=$ac_check_lib_save_LIBS
12167 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12168 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12169 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12171 cat >>confdefs.h <<\_ACEOF
12172 #define HAVE_XMLNEWDOCPI 1
12173 _ACEOF
12180 done
12182 CPPFLAGS="$ac_save_CPPFLAGS"
12184 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12185 case "x$with_xml" in
12186 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12187 xno) ;;
12188 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12189 This is an error since --with-xml was requested." >&5
12190 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12191 This is an error since --with-xml was requested." >&2;}
12192 { (exit 1); exit 1; }; } ;;
12193 esac
12197 if test "x$with_xslt" != "xno"
12198 then
12199 if test "$PKG_CONFIG" != "false"
12200 then
12201 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12202 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12203 else
12204 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12205 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12207 ac_save_CPPFLAGS="$CPPFLAGS"
12208 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12211 for ac_header in libxslt/pattern.h libxslt/transform.h
12213 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12214 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12215 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12218 else
12219 cat >conftest.$ac_ext <<_ACEOF
12220 /* confdefs.h. */
12221 _ACEOF
12222 cat confdefs.h >>conftest.$ac_ext
12223 cat >>conftest.$ac_ext <<_ACEOF
12224 /* end confdefs.h. */
12225 #ifdef HAVE_LIBXSLT_PATTERN_H
12226 # include <libxslt/pattern.h>
12227 #endif
12229 #include <$ac_header>
12230 _ACEOF
12231 rm -f conftest.$ac_objext
12232 if { (ac_try="$ac_compile"
12233 case "(($ac_try" in
12234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12235 *) ac_try_echo=$ac_try;;
12236 esac
12237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12238 (eval "$ac_compile") 2>conftest.er1
12239 ac_status=$?
12240 grep -v '^ *+' conftest.er1 >conftest.err
12241 rm -f conftest.er1
12242 cat conftest.err >&5
12243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12244 (exit $ac_status); } && {
12245 test -z "$ac_c_werror_flag" ||
12246 test ! -s conftest.err
12247 } && test -s conftest.$ac_objext; then
12248 eval "$as_ac_Header=yes"
12249 else
12250 echo "$as_me: failed program was:" >&5
12251 sed 's/^/| /' conftest.$ac_ext >&5
12253 eval "$as_ac_Header=no"
12256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12258 ac_res=`eval echo '${'$as_ac_Header'}'`
12259 { echo "$as_me:$LINENO: result: $ac_res" >&5
12260 echo "${ECHO_T}$ac_res" >&6; }
12261 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12262 cat >>confdefs.h <<_ACEOF
12263 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12264 _ACEOF
12268 done
12270 CPPFLAGS="$ac_save_CPPFLAGS"
12271 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12272 then
12273 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12274 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12275 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12276 echo $ECHO_N "(cached) $ECHO_C" >&6
12277 else
12278 ac_check_lib_save_LIBS=$LIBS
12279 LIBS="-lxslt $ac_xslt_libs $LIBS"
12280 cat >conftest.$ac_ext <<_ACEOF
12281 /* confdefs.h. */
12282 _ACEOF
12283 cat confdefs.h >>conftest.$ac_ext
12284 cat >>conftest.$ac_ext <<_ACEOF
12285 /* end confdefs.h. */
12287 /* Override any GCC internal prototype to avoid an error.
12288 Use char because int might match the return type of a GCC
12289 builtin and then its argument prototype would still apply. */
12290 #ifdef __cplusplus
12291 extern "C"
12292 #endif
12293 char xsltCompilePattern ();
12295 main ()
12297 return xsltCompilePattern ();
12299 return 0;
12301 _ACEOF
12302 rm -f conftest.$ac_objext conftest$ac_exeext
12303 if { (ac_try="$ac_link"
12304 case "(($ac_try" in
12305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12306 *) ac_try_echo=$ac_try;;
12307 esac
12308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12309 (eval "$ac_link") 2>conftest.er1
12310 ac_status=$?
12311 grep -v '^ *+' conftest.er1 >conftest.err
12312 rm -f conftest.er1
12313 cat conftest.err >&5
12314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12315 (exit $ac_status); } && {
12316 test -z "$ac_c_werror_flag" ||
12317 test ! -s conftest.err
12318 } && test -s conftest$ac_exeext &&
12319 $as_test_x conftest$ac_exeext; then
12320 ac_cv_lib_xslt_xsltCompilePattern=yes
12321 else
12322 echo "$as_me: failed program was:" >&5
12323 sed 's/^/| /' conftest.$ac_ext >&5
12325 ac_cv_lib_xslt_xsltCompilePattern=no
12328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12329 conftest$ac_exeext conftest.$ac_ext
12330 LIBS=$ac_check_lib_save_LIBS
12332 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12333 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12334 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12336 cat >>confdefs.h <<\_ACEOF
12337 #define HAVE_LIBXSLT 1
12338 _ACEOF
12340 XSLTLIBS="$ac_xslt_libs"
12341 XSLTINCL="$ac_xslt_cflags"
12342 ac_save_LIBS="$LIBS"
12343 LIBS="$LIBS $ac_xslt_libs"
12345 for ac_func in xsltInit
12347 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12348 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12349 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12350 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12351 echo $ECHO_N "(cached) $ECHO_C" >&6
12352 else
12353 cat >conftest.$ac_ext <<_ACEOF
12354 /* confdefs.h. */
12355 _ACEOF
12356 cat confdefs.h >>conftest.$ac_ext
12357 cat >>conftest.$ac_ext <<_ACEOF
12358 /* end confdefs.h. */
12359 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12360 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12361 #define $ac_func innocuous_$ac_func
12363 /* System header to define __stub macros and hopefully few prototypes,
12364 which can conflict with char $ac_func (); below.
12365 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12366 <limits.h> exists even on freestanding compilers. */
12368 #ifdef __STDC__
12369 # include <limits.h>
12370 #else
12371 # include <assert.h>
12372 #endif
12374 #undef $ac_func
12376 /* Override any GCC internal prototype to avoid an error.
12377 Use char because int might match the return type of a GCC
12378 builtin and then its argument prototype would still apply. */
12379 #ifdef __cplusplus
12380 extern "C"
12381 #endif
12382 char $ac_func ();
12383 /* The GNU C library defines this for functions which it implements
12384 to always fail with ENOSYS. Some functions are actually named
12385 something starting with __ and the normal name is an alias. */
12386 #if defined __stub_$ac_func || defined __stub___$ac_func
12387 choke me
12388 #endif
12391 main ()
12393 return $ac_func ();
12395 return 0;
12397 _ACEOF
12398 rm -f conftest.$ac_objext conftest$ac_exeext
12399 if { (ac_try="$ac_link"
12400 case "(($ac_try" in
12401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12402 *) ac_try_echo=$ac_try;;
12403 esac
12404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12405 (eval "$ac_link") 2>conftest.er1
12406 ac_status=$?
12407 grep -v '^ *+' conftest.er1 >conftest.err
12408 rm -f conftest.er1
12409 cat conftest.err >&5
12410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12411 (exit $ac_status); } && {
12412 test -z "$ac_c_werror_flag" ||
12413 test ! -s conftest.err
12414 } && test -s conftest$ac_exeext &&
12415 $as_test_x conftest$ac_exeext; then
12416 eval "$as_ac_var=yes"
12417 else
12418 echo "$as_me: failed program was:" >&5
12419 sed 's/^/| /' conftest.$ac_ext >&5
12421 eval "$as_ac_var=no"
12424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12425 conftest$ac_exeext conftest.$ac_ext
12427 ac_res=`eval echo '${'$as_ac_var'}'`
12428 { echo "$as_me:$LINENO: result: $ac_res" >&5
12429 echo "${ECHO_T}$ac_res" >&6; }
12430 if test `eval echo '${'$as_ac_var'}'` = yes; then
12431 cat >>confdefs.h <<_ACEOF
12432 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12433 _ACEOF
12436 done
12438 LIBS="$ac_save_LIBS"
12443 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12444 case "x$with_xslt" in
12445 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12446 xno) ;;
12447 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12448 This is an error since --with-xslt was requested." >&5
12449 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12450 This is an error since --with-xslt was requested." >&2;}
12451 { (exit 1); exit 1; }; } ;;
12452 esac
12456 HALINCL=""
12458 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12459 then
12460 ac_save_CPPFLAGS="$CPPFLAGS"
12461 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12462 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12463 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12466 for ac_header in dbus/dbus.h hal/libhal.h
12468 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12469 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12470 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12471 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12472 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12473 echo $ECHO_N "(cached) $ECHO_C" >&6
12475 ac_res=`eval echo '${'$as_ac_Header'}'`
12476 { echo "$as_me:$LINENO: result: $ac_res" >&5
12477 echo "${ECHO_T}$ac_res" >&6; }
12478 else
12479 # Is the header compilable?
12480 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12481 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12482 cat >conftest.$ac_ext <<_ACEOF
12483 /* confdefs.h. */
12484 _ACEOF
12485 cat confdefs.h >>conftest.$ac_ext
12486 cat >>conftest.$ac_ext <<_ACEOF
12487 /* end confdefs.h. */
12488 $ac_includes_default
12489 #include <$ac_header>
12490 _ACEOF
12491 rm -f conftest.$ac_objext
12492 if { (ac_try="$ac_compile"
12493 case "(($ac_try" in
12494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12495 *) ac_try_echo=$ac_try;;
12496 esac
12497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12498 (eval "$ac_compile") 2>conftest.er1
12499 ac_status=$?
12500 grep -v '^ *+' conftest.er1 >conftest.err
12501 rm -f conftest.er1
12502 cat conftest.err >&5
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); } && {
12505 test -z "$ac_c_werror_flag" ||
12506 test ! -s conftest.err
12507 } && test -s conftest.$ac_objext; then
12508 ac_header_compiler=yes
12509 else
12510 echo "$as_me: failed program was:" >&5
12511 sed 's/^/| /' conftest.$ac_ext >&5
12513 ac_header_compiler=no
12516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12517 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12518 echo "${ECHO_T}$ac_header_compiler" >&6; }
12520 # Is the header present?
12521 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12522 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12523 cat >conftest.$ac_ext <<_ACEOF
12524 /* confdefs.h. */
12525 _ACEOF
12526 cat confdefs.h >>conftest.$ac_ext
12527 cat >>conftest.$ac_ext <<_ACEOF
12528 /* end confdefs.h. */
12529 #include <$ac_header>
12530 _ACEOF
12531 if { (ac_try="$ac_cpp conftest.$ac_ext"
12532 case "(($ac_try" in
12533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12534 *) ac_try_echo=$ac_try;;
12535 esac
12536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12537 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12538 ac_status=$?
12539 grep -v '^ *+' conftest.er1 >conftest.err
12540 rm -f conftest.er1
12541 cat conftest.err >&5
12542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543 (exit $ac_status); } >/dev/null && {
12544 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12545 test ! -s conftest.err
12546 }; then
12547 ac_header_preproc=yes
12548 else
12549 echo "$as_me: failed program was:" >&5
12550 sed 's/^/| /' conftest.$ac_ext >&5
12552 ac_header_preproc=no
12555 rm -f conftest.err conftest.$ac_ext
12556 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12557 echo "${ECHO_T}$ac_header_preproc" >&6; }
12559 # So? What about this header?
12560 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12561 yes:no: )
12562 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12563 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12564 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12565 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12566 ac_header_preproc=yes
12568 no:yes:* )
12569 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12570 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12571 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12572 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12573 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12574 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12575 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12576 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12577 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12578 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12579 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12580 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12581 ( cat <<\_ASBOX
12582 ## ------------------------------------ ##
12583 ## Report this to wine-devel@winehq.org ##
12584 ## ------------------------------------ ##
12585 _ASBOX
12586 ) | sed "s/^/$as_me: WARNING: /" >&2
12588 esac
12589 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12590 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12592 echo $ECHO_N "(cached) $ECHO_C" >&6
12593 else
12594 eval "$as_ac_Header=\$ac_header_preproc"
12596 ac_res=`eval echo '${'$as_ac_Header'}'`
12597 { echo "$as_me:$LINENO: result: $ac_res" >&5
12598 echo "${ECHO_T}$ac_res" >&6; }
12601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12602 cat >>confdefs.h <<_ACEOF
12603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12604 _ACEOF
12608 done
12610 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12611 then
12612 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12613 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12614 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12615 echo $ECHO_N "(cached) $ECHO_C" >&6
12616 else
12617 ac_check_lib_save_LIBS=$LIBS
12618 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12619 cat >conftest.$ac_ext <<_ACEOF
12620 /* confdefs.h. */
12621 _ACEOF
12622 cat confdefs.h >>conftest.$ac_ext
12623 cat >>conftest.$ac_ext <<_ACEOF
12624 /* end confdefs.h. */
12626 /* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12629 #ifdef __cplusplus
12630 extern "C"
12631 #endif
12632 char dbus_connection_close ();
12634 main ()
12636 return dbus_connection_close ();
12638 return 0;
12640 _ACEOF
12641 rm -f conftest.$ac_objext conftest$ac_exeext
12642 if { (ac_try="$ac_link"
12643 case "(($ac_try" in
12644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12645 *) ac_try_echo=$ac_try;;
12646 esac
12647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12648 (eval "$ac_link") 2>conftest.er1
12649 ac_status=$?
12650 grep -v '^ *+' conftest.er1 >conftest.err
12651 rm -f conftest.er1
12652 cat conftest.err >&5
12653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12654 (exit $ac_status); } && {
12655 test -z "$ac_c_werror_flag" ||
12656 test ! -s conftest.err
12657 } && test -s conftest$ac_exeext &&
12658 $as_test_x conftest$ac_exeext; then
12659 ac_cv_lib_dbus_1_dbus_connection_close=yes
12660 else
12661 echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.$ac_ext >&5
12664 ac_cv_lib_dbus_1_dbus_connection_close=no
12667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12668 conftest$ac_exeext conftest.$ac_ext
12669 LIBS=$ac_check_lib_save_LIBS
12671 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12672 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12673 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12674 { echo "$as_me:$LINENO: checking for -lhal" >&5
12675 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12676 if test "${ac_cv_lib_soname_hal+set}" = set; then
12677 echo $ECHO_N "(cached) $ECHO_C" >&6
12678 else
12679 ac_check_soname_save_LIBS=$LIBS
12680 LIBS="-lhal $ac_hal_libs $LIBS"
12681 cat >conftest.$ac_ext <<_ACEOF
12682 /* confdefs.h. */
12683 _ACEOF
12684 cat confdefs.h >>conftest.$ac_ext
12685 cat >>conftest.$ac_ext <<_ACEOF
12686 /* end confdefs.h. */
12688 /* Override any GCC internal prototype to avoid an error.
12689 Use char because int might match the return type of a GCC
12690 builtin and then its argument prototype would still apply. */
12691 #ifdef __cplusplus
12692 extern "C"
12693 #endif
12694 char libhal_ctx_new ();
12696 main ()
12698 return libhal_ctx_new ();
12700 return 0;
12702 _ACEOF
12703 rm -f conftest.$ac_objext conftest$ac_exeext
12704 if { (ac_try="$ac_link"
12705 case "(($ac_try" in
12706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12707 *) ac_try_echo=$ac_try;;
12708 esac
12709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12710 (eval "$ac_link") 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } && {
12717 test -z "$ac_c_werror_flag" ||
12718 test ! -s conftest.err
12719 } && test -s conftest$ac_exeext &&
12720 $as_test_x conftest$ac_exeext; then
12721 case "$LIBEXT" in
12722 dll) ;;
12723 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'` ;;
12724 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12725 esac
12726 else
12727 echo "$as_me: failed program was:" >&5
12728 sed 's/^/| /' conftest.$ac_ext >&5
12733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12734 conftest$ac_exeext conftest.$ac_ext
12735 LIBS=$ac_check_soname_save_LIBS
12737 if test "x$ac_cv_lib_soname_hal" = "x"; then
12738 { echo "$as_me:$LINENO: result: not found" >&5
12739 echo "${ECHO_T}not found" >&6; }
12741 else
12742 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12743 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12745 cat >>confdefs.h <<_ACEOF
12746 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12747 _ACEOF
12749 HALINCL="$ac_hal_cflags"
12755 CPPFLAGS="$ac_save_CPPFLAGS"
12757 if test "x$ac_cv_lib_soname_hal" = "x"; then
12758 case "x$with_hal" in
12759 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12760 xno) ;;
12761 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12762 This is an error since --with-hal was requested." >&5
12763 echo "$as_me: error: libhal development files not found, no dynamic device support.
12764 This is an error since --with-hal was requested." >&2;}
12765 { (exit 1); exit 1; }; } ;;
12766 esac
12770 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12771 then
12772 ac_save_CPPFLAGS="$CPPFLAGS"
12773 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12774 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12775 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12776 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12777 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12778 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12779 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12780 echo $ECHO_N "(cached) $ECHO_C" >&6
12782 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12783 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12784 else
12785 # Is the header compilable?
12786 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12787 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12788 cat >conftest.$ac_ext <<_ACEOF
12789 /* confdefs.h. */
12790 _ACEOF
12791 cat confdefs.h >>conftest.$ac_ext
12792 cat >>conftest.$ac_ext <<_ACEOF
12793 /* end confdefs.h. */
12794 $ac_includes_default
12795 #include <gnutls/gnutls.h>
12796 _ACEOF
12797 rm -f conftest.$ac_objext
12798 if { (ac_try="$ac_compile"
12799 case "(($ac_try" in
12800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12801 *) ac_try_echo=$ac_try;;
12802 esac
12803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12804 (eval "$ac_compile") 2>conftest.er1
12805 ac_status=$?
12806 grep -v '^ *+' conftest.er1 >conftest.err
12807 rm -f conftest.er1
12808 cat conftest.err >&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); } && {
12811 test -z "$ac_c_werror_flag" ||
12812 test ! -s conftest.err
12813 } && test -s conftest.$ac_objext; then
12814 ac_header_compiler=yes
12815 else
12816 echo "$as_me: failed program was:" >&5
12817 sed 's/^/| /' conftest.$ac_ext >&5
12819 ac_header_compiler=no
12822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12823 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12824 echo "${ECHO_T}$ac_header_compiler" >&6; }
12826 # Is the header present?
12827 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12828 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12829 cat >conftest.$ac_ext <<_ACEOF
12830 /* confdefs.h. */
12831 _ACEOF
12832 cat confdefs.h >>conftest.$ac_ext
12833 cat >>conftest.$ac_ext <<_ACEOF
12834 /* end confdefs.h. */
12835 #include <gnutls/gnutls.h>
12836 _ACEOF
12837 if { (ac_try="$ac_cpp conftest.$ac_ext"
12838 case "(($ac_try" in
12839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12841 esac
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } >/dev/null && {
12850 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 }; then
12853 ac_header_preproc=yes
12854 else
12855 echo "$as_me: failed program was:" >&5
12856 sed 's/^/| /' conftest.$ac_ext >&5
12858 ac_header_preproc=no
12861 rm -f conftest.err conftest.$ac_ext
12862 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12863 echo "${ECHO_T}$ac_header_preproc" >&6; }
12865 # So? What about this header?
12866 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12867 yes:no: )
12868 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12869 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12870 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12871 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12872 ac_header_preproc=yes
12874 no:yes:* )
12875 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12876 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12877 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12878 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12879 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12880 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12881 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12882 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12883 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12884 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12885 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12886 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12887 ( cat <<\_ASBOX
12888 ## ------------------------------------ ##
12889 ## Report this to wine-devel@winehq.org ##
12890 ## ------------------------------------ ##
12891 _ASBOX
12892 ) | sed "s/^/$as_me: WARNING: /" >&2
12894 esac
12895 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12896 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12897 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12898 echo $ECHO_N "(cached) $ECHO_C" >&6
12899 else
12900 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12902 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12903 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12906 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12907 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12908 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12909 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12910 echo $ECHO_N "(cached) $ECHO_C" >&6
12911 else
12912 ac_check_soname_save_LIBS=$LIBS
12913 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
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. */
12921 /* Override any GCC internal prototype to avoid an error.
12922 Use char because int might match the return type of a GCC
12923 builtin and then its argument prototype would still apply. */
12924 #ifdef __cplusplus
12925 extern "C"
12926 #endif
12927 char gnutls_global_init ();
12929 main ()
12931 return gnutls_global_init ();
12933 return 0;
12935 _ACEOF
12936 rm -f conftest.$ac_objext conftest$ac_exeext
12937 if { (ac_try="$ac_link"
12938 case "(($ac_try" in
12939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12940 *) ac_try_echo=$ac_try;;
12941 esac
12942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12943 (eval "$ac_link") 2>conftest.er1
12944 ac_status=$?
12945 grep -v '^ *+' conftest.er1 >conftest.err
12946 rm -f conftest.er1
12947 cat conftest.err >&5
12948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12949 (exit $ac_status); } && {
12950 test -z "$ac_c_werror_flag" ||
12951 test ! -s conftest.err
12952 } && test -s conftest$ac_exeext &&
12953 $as_test_x conftest$ac_exeext; then
12954 case "$LIBEXT" in
12955 dll) ;;
12956 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12957 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12958 esac
12959 else
12960 echo "$as_me: failed program was:" >&5
12961 sed 's/^/| /' conftest.$ac_ext >&5
12966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12967 conftest$ac_exeext conftest.$ac_ext
12968 LIBS=$ac_check_soname_save_LIBS
12970 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12971 { echo "$as_me:$LINENO: result: not found" >&5
12972 echo "${ECHO_T}not found" >&6; }
12974 else
12975 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12976 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12978 cat >>confdefs.h <<_ACEOF
12979 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12980 _ACEOF
12982 GNUTLSINCL="$ac_gnutls_cflags"
12989 CPPFLAGS="$ac_save_CPPFLAGS"
12991 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12992 case "x$with_gnutls" in
12993 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12994 xno) ;;
12995 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12996 This is an error since --with-gnutls was requested." >&5
12997 echo "$as_me: error: libgnutls development files not found, no schannel support.
12998 This is an error since --with-gnutls was requested." >&2;}
12999 { (exit 1); exit 1; }; } ;;
13000 esac
13004 CURSESLIBS=""
13005 if test "$ac_cv_header_ncurses_h" = "yes"
13006 then
13007 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13008 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13009 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13010 echo $ECHO_N "(cached) $ECHO_C" >&6
13011 else
13012 ac_check_soname_save_LIBS=$LIBS
13013 LIBS="-lncurses $LIBS"
13014 cat >conftest.$ac_ext <<_ACEOF
13015 /* confdefs.h. */
13016 _ACEOF
13017 cat confdefs.h >>conftest.$ac_ext
13018 cat >>conftest.$ac_ext <<_ACEOF
13019 /* end confdefs.h. */
13021 /* Override any GCC internal prototype to avoid an error.
13022 Use char because int might match the return type of a GCC
13023 builtin and then its argument prototype would still apply. */
13024 #ifdef __cplusplus
13025 extern "C"
13026 #endif
13027 char waddch ();
13029 main ()
13031 return waddch ();
13033 return 0;
13035 _ACEOF
13036 rm -f conftest.$ac_objext conftest$ac_exeext
13037 if { (ac_try="$ac_link"
13038 case "(($ac_try" in
13039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13040 *) ac_try_echo=$ac_try;;
13041 esac
13042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13043 (eval "$ac_link") 2>conftest.er1
13044 ac_status=$?
13045 grep -v '^ *+' conftest.er1 >conftest.err
13046 rm -f conftest.er1
13047 cat conftest.err >&5
13048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13049 (exit $ac_status); } && {
13050 test -z "$ac_c_werror_flag" ||
13051 test ! -s conftest.err
13052 } && test -s conftest$ac_exeext &&
13053 $as_test_x conftest$ac_exeext; then
13054 case "$LIBEXT" in
13055 dll) ;;
13056 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'` ;;
13057 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13058 esac
13059 else
13060 echo "$as_me: failed program was:" >&5
13061 sed 's/^/| /' conftest.$ac_ext >&5
13066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13067 conftest$ac_exeext conftest.$ac_ext
13068 LIBS=$ac_check_soname_save_LIBS
13070 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13071 { echo "$as_me:$LINENO: result: not found" >&5
13072 echo "${ECHO_T}not found" >&6; }
13074 else
13075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13076 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13078 cat >>confdefs.h <<_ACEOF
13079 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13080 _ACEOF
13082 CURSESLIBS="-lncurses"
13085 elif test "$ac_cv_header_curses_h" = "yes"
13086 then
13087 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13088 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13089 if test "${ac_cv_lib_soname_curses+set}" = set; then
13090 echo $ECHO_N "(cached) $ECHO_C" >&6
13091 else
13092 ac_check_soname_save_LIBS=$LIBS
13093 LIBS="-lcurses $LIBS"
13094 cat >conftest.$ac_ext <<_ACEOF
13095 /* confdefs.h. */
13096 _ACEOF
13097 cat confdefs.h >>conftest.$ac_ext
13098 cat >>conftest.$ac_ext <<_ACEOF
13099 /* end confdefs.h. */
13101 /* Override any GCC internal prototype to avoid an error.
13102 Use char because int might match the return type of a GCC
13103 builtin and then its argument prototype would still apply. */
13104 #ifdef __cplusplus
13105 extern "C"
13106 #endif
13107 char waddch ();
13109 main ()
13111 return waddch ();
13113 return 0;
13115 _ACEOF
13116 rm -f conftest.$ac_objext conftest$ac_exeext
13117 if { (ac_try="$ac_link"
13118 case "(($ac_try" in
13119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13120 *) ac_try_echo=$ac_try;;
13121 esac
13122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13123 (eval "$ac_link") 2>conftest.er1
13124 ac_status=$?
13125 grep -v '^ *+' conftest.er1 >conftest.err
13126 rm -f conftest.er1
13127 cat conftest.err >&5
13128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13129 (exit $ac_status); } && {
13130 test -z "$ac_c_werror_flag" ||
13131 test ! -s conftest.err
13132 } && test -s conftest$ac_exeext &&
13133 $as_test_x conftest$ac_exeext; then
13134 case "$LIBEXT" in
13135 dll) ;;
13136 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'` ;;
13137 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13138 esac
13139 else
13140 echo "$as_me: failed program was:" >&5
13141 sed 's/^/| /' conftest.$ac_ext >&5
13146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13147 conftest$ac_exeext conftest.$ac_ext
13148 LIBS=$ac_check_soname_save_LIBS
13150 if test "x$ac_cv_lib_soname_curses" = "x"; then
13151 { echo "$as_me:$LINENO: result: not found" >&5
13152 echo "${ECHO_T}not found" >&6; }
13154 else
13155 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13156 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13158 cat >>confdefs.h <<_ACEOF
13159 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13160 _ACEOF
13162 CURSESLIBS="-lcurses"
13166 ac_save_LIBS="$LIBS"
13167 LIBS="$LIBS $CURSESLIBS"
13169 for ac_func in mousemask
13171 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13172 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13173 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13174 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13175 echo $ECHO_N "(cached) $ECHO_C" >&6
13176 else
13177 cat >conftest.$ac_ext <<_ACEOF
13178 /* confdefs.h. */
13179 _ACEOF
13180 cat confdefs.h >>conftest.$ac_ext
13181 cat >>conftest.$ac_ext <<_ACEOF
13182 /* end confdefs.h. */
13183 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13184 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13185 #define $ac_func innocuous_$ac_func
13187 /* System header to define __stub macros and hopefully few prototypes,
13188 which can conflict with char $ac_func (); below.
13189 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13190 <limits.h> exists even on freestanding compilers. */
13192 #ifdef __STDC__
13193 # include <limits.h>
13194 #else
13195 # include <assert.h>
13196 #endif
13198 #undef $ac_func
13200 /* Override any GCC internal prototype to avoid an error.
13201 Use char because int might match the return type of a GCC
13202 builtin and then its argument prototype would still apply. */
13203 #ifdef __cplusplus
13204 extern "C"
13205 #endif
13206 char $ac_func ();
13207 /* The GNU C library defines this for functions which it implements
13208 to always fail with ENOSYS. Some functions are actually named
13209 something starting with __ and the normal name is an alias. */
13210 #if defined __stub_$ac_func || defined __stub___$ac_func
13211 choke me
13212 #endif
13215 main ()
13217 return $ac_func ();
13219 return 0;
13221 _ACEOF
13222 rm -f conftest.$ac_objext conftest$ac_exeext
13223 if { (ac_try="$ac_link"
13224 case "(($ac_try" in
13225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13226 *) ac_try_echo=$ac_try;;
13227 esac
13228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13229 (eval "$ac_link") 2>conftest.er1
13230 ac_status=$?
13231 grep -v '^ *+' conftest.er1 >conftest.err
13232 rm -f conftest.er1
13233 cat conftest.err >&5
13234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13235 (exit $ac_status); } && {
13236 test -z "$ac_c_werror_flag" ||
13237 test ! -s conftest.err
13238 } && test -s conftest$ac_exeext &&
13239 $as_test_x conftest$ac_exeext; then
13240 eval "$as_ac_var=yes"
13241 else
13242 echo "$as_me: failed program was:" >&5
13243 sed 's/^/| /' conftest.$ac_ext >&5
13245 eval "$as_ac_var=no"
13248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13249 conftest$ac_exeext conftest.$ac_ext
13251 ac_res=`eval echo '${'$as_ac_var'}'`
13252 { echo "$as_me:$LINENO: result: $ac_res" >&5
13253 echo "${ECHO_T}$ac_res" >&6; }
13254 if test `eval echo '${'$as_ac_var'}'` = yes; then
13255 cat >>confdefs.h <<_ACEOF
13256 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13257 _ACEOF
13260 done
13262 LIBS="$ac_save_LIBS"
13263 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13264 case "x$with_curses" in
13265 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13266 xno) ;;
13267 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13268 This is an error since --with-curses was requested." >&5
13269 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13270 This is an error since --with-curses was requested." >&2;}
13271 { (exit 1); exit 1; }; } ;;
13272 esac
13276 # Extract the first word of "sane-config", so it can be a program name with args.
13277 set dummy sane-config; ac_word=$2
13278 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13280 if test "${ac_cv_prog_sane_devel+set}" = set; then
13281 echo $ECHO_N "(cached) $ECHO_C" >&6
13282 else
13283 if test -n "$sane_devel"; then
13284 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13285 else
13286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13287 for as_dir in $PATH
13289 IFS=$as_save_IFS
13290 test -z "$as_dir" && as_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13293 ac_cv_prog_sane_devel="sane-config"
13294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13295 break 2
13297 done
13298 done
13299 IFS=$as_save_IFS
13301 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13304 sane_devel=$ac_cv_prog_sane_devel
13305 if test -n "$sane_devel"; then
13306 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13307 echo "${ECHO_T}$sane_devel" >&6; }
13308 else
13309 { echo "$as_me:$LINENO: result: no" >&5
13310 echo "${ECHO_T}no" >&6; }
13314 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13315 then
13316 ac_sane_incl="`$sane_devel --cflags`"
13317 ac_sane_libs="`$sane_devel --ldflags`"
13318 ac_save_CPPFLAGS="$CPPFLAGS"
13319 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13320 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13321 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13322 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13323 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13324 echo $ECHO_N "(cached) $ECHO_C" >&6
13326 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13327 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13328 else
13329 # Is the header compilable?
13330 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13331 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13332 cat >conftest.$ac_ext <<_ACEOF
13333 /* confdefs.h. */
13334 _ACEOF
13335 cat confdefs.h >>conftest.$ac_ext
13336 cat >>conftest.$ac_ext <<_ACEOF
13337 /* end confdefs.h. */
13338 $ac_includes_default
13339 #include <sane/sane.h>
13340 _ACEOF
13341 rm -f conftest.$ac_objext
13342 if { (ac_try="$ac_compile"
13343 case "(($ac_try" in
13344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13345 *) ac_try_echo=$ac_try;;
13346 esac
13347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13348 (eval "$ac_compile") 2>conftest.er1
13349 ac_status=$?
13350 grep -v '^ *+' conftest.er1 >conftest.err
13351 rm -f conftest.er1
13352 cat conftest.err >&5
13353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13354 (exit $ac_status); } && {
13355 test -z "$ac_c_werror_flag" ||
13356 test ! -s conftest.err
13357 } && test -s conftest.$ac_objext; then
13358 ac_header_compiler=yes
13359 else
13360 echo "$as_me: failed program was:" >&5
13361 sed 's/^/| /' conftest.$ac_ext >&5
13363 ac_header_compiler=no
13366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13367 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13368 echo "${ECHO_T}$ac_header_compiler" >&6; }
13370 # Is the header present?
13371 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13372 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13373 cat >conftest.$ac_ext <<_ACEOF
13374 /* confdefs.h. */
13375 _ACEOF
13376 cat confdefs.h >>conftest.$ac_ext
13377 cat >>conftest.$ac_ext <<_ACEOF
13378 /* end confdefs.h. */
13379 #include <sane/sane.h>
13380 _ACEOF
13381 if { (ac_try="$ac_cpp conftest.$ac_ext"
13382 case "(($ac_try" in
13383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13384 *) ac_try_echo=$ac_try;;
13385 esac
13386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13387 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13388 ac_status=$?
13389 grep -v '^ *+' conftest.er1 >conftest.err
13390 rm -f conftest.er1
13391 cat conftest.err >&5
13392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13393 (exit $ac_status); } >/dev/null && {
13394 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13395 test ! -s conftest.err
13396 }; then
13397 ac_header_preproc=yes
13398 else
13399 echo "$as_me: failed program was:" >&5
13400 sed 's/^/| /' conftest.$ac_ext >&5
13402 ac_header_preproc=no
13405 rm -f conftest.err conftest.$ac_ext
13406 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13407 echo "${ECHO_T}$ac_header_preproc" >&6; }
13409 # So? What about this header?
13410 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13411 yes:no: )
13412 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13413 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13414 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13415 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13416 ac_header_preproc=yes
13418 no:yes:* )
13419 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13420 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13421 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13422 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13423 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13424 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13425 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13426 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13427 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13428 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13429 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13430 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13431 ( cat <<\_ASBOX
13432 ## ------------------------------------ ##
13433 ## Report this to wine-devel@winehq.org ##
13434 ## ------------------------------------ ##
13435 _ASBOX
13436 ) | sed "s/^/$as_me: WARNING: /" >&2
13438 esac
13439 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13440 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13441 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13442 echo $ECHO_N "(cached) $ECHO_C" >&6
13443 else
13444 ac_cv_header_sane_sane_h=$ac_header_preproc
13446 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13447 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13450 if test $ac_cv_header_sane_sane_h = yes; then
13451 { echo "$as_me:$LINENO: checking for -lsane" >&5
13452 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13453 if test "${ac_cv_lib_soname_sane+set}" = set; then
13454 echo $ECHO_N "(cached) $ECHO_C" >&6
13455 else
13456 ac_check_soname_save_LIBS=$LIBS
13457 LIBS="-lsane $ac_sane_libs $LIBS"
13458 cat >conftest.$ac_ext <<_ACEOF
13459 /* confdefs.h. */
13460 _ACEOF
13461 cat confdefs.h >>conftest.$ac_ext
13462 cat >>conftest.$ac_ext <<_ACEOF
13463 /* end confdefs.h. */
13465 /* Override any GCC internal prototype to avoid an error.
13466 Use char because int might match the return type of a GCC
13467 builtin and then its argument prototype would still apply. */
13468 #ifdef __cplusplus
13469 extern "C"
13470 #endif
13471 char sane_init ();
13473 main ()
13475 return sane_init ();
13477 return 0;
13479 _ACEOF
13480 rm -f conftest.$ac_objext conftest$ac_exeext
13481 if { (ac_try="$ac_link"
13482 case "(($ac_try" in
13483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13484 *) ac_try_echo=$ac_try;;
13485 esac
13486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13487 (eval "$ac_link") 2>conftest.er1
13488 ac_status=$?
13489 grep -v '^ *+' conftest.er1 >conftest.err
13490 rm -f conftest.er1
13491 cat conftest.err >&5
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); } && {
13494 test -z "$ac_c_werror_flag" ||
13495 test ! -s conftest.err
13496 } && test -s conftest$ac_exeext &&
13497 $as_test_x conftest$ac_exeext; then
13498 case "$LIBEXT" in
13499 dll) ;;
13500 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'` ;;
13501 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13502 esac
13503 else
13504 echo "$as_me: failed program was:" >&5
13505 sed 's/^/| /' conftest.$ac_ext >&5
13510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13511 conftest$ac_exeext conftest.$ac_ext
13512 LIBS=$ac_check_soname_save_LIBS
13514 if test "x$ac_cv_lib_soname_sane" = "x"; then
13515 { echo "$as_me:$LINENO: result: not found" >&5
13516 echo "${ECHO_T}not found" >&6; }
13518 else
13519 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13520 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13522 cat >>confdefs.h <<_ACEOF
13523 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13524 _ACEOF
13526 SANEINCL="$ac_sane_incl"
13533 CPPFLAGS="$ac_save_CPPFLAGS"
13535 if test "x$ac_cv_lib_soname_sane" = "x"; then
13536 case "x$with_sane" in
13537 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13538 xno) ;;
13539 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13540 This is an error since --with-sane was requested." >&5
13541 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13542 This is an error since --with-sane was requested." >&2;}
13543 { (exit 1); exit 1; }; } ;;
13544 esac
13548 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13549 set dummy gphoto2-config; ac_word=$2
13550 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13551 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13552 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13553 echo $ECHO_N "(cached) $ECHO_C" >&6
13554 else
13555 if test -n "$gphoto2_devel"; then
13556 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13557 else
13558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13559 for as_dir in $PATH
13561 IFS=$as_save_IFS
13562 test -z "$as_dir" && as_dir=.
13563 for ac_exec_ext in '' $ac_executable_extensions; do
13564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13565 ac_cv_prog_gphoto2_devel="gphoto2-config"
13566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13567 break 2
13569 done
13570 done
13571 IFS=$as_save_IFS
13573 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13576 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13577 if test -n "$gphoto2_devel"; then
13578 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13579 echo "${ECHO_T}$gphoto2_devel" >&6; }
13580 else
13581 { echo "$as_me:$LINENO: result: no" >&5
13582 echo "${ECHO_T}no" >&6; }
13586 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13587 set dummy gphoto2-port-config; ac_word=$2
13588 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13589 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13590 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13591 echo $ECHO_N "(cached) $ECHO_C" >&6
13592 else
13593 if test -n "$gphoto2port_devel"; then
13594 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13595 else
13596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13597 for as_dir in $PATH
13599 IFS=$as_save_IFS
13600 test -z "$as_dir" && as_dir=.
13601 for ac_exec_ext in '' $ac_executable_extensions; do
13602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13603 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13604 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13605 break 2
13607 done
13608 done
13609 IFS=$as_save_IFS
13611 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13614 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13615 if test -n "$gphoto2port_devel"; then
13616 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13617 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13618 else
13619 { echo "$as_me:$LINENO: result: no" >&5
13620 echo "${ECHO_T}no" >&6; }
13624 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13625 then
13626 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13627 ac_gphoto2_libs=""
13628 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13630 case "$i" in
13631 -L/usr/lib|-L/usr/lib64) ;;
13632 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13633 esac
13634 done
13635 ac_save_CPPFLAGS="$CPPFLAGS"
13636 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13637 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13638 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13639 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13640 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13641 echo $ECHO_N "(cached) $ECHO_C" >&6
13643 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13644 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13645 else
13646 # Is the header compilable?
13647 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13648 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13649 cat >conftest.$ac_ext <<_ACEOF
13650 /* confdefs.h. */
13651 _ACEOF
13652 cat confdefs.h >>conftest.$ac_ext
13653 cat >>conftest.$ac_ext <<_ACEOF
13654 /* end confdefs.h. */
13655 $ac_includes_default
13656 #include <gphoto2-camera.h>
13657 _ACEOF
13658 rm -f conftest.$ac_objext
13659 if { (ac_try="$ac_compile"
13660 case "(($ac_try" in
13661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13662 *) ac_try_echo=$ac_try;;
13663 esac
13664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13665 (eval "$ac_compile") 2>conftest.er1
13666 ac_status=$?
13667 grep -v '^ *+' conftest.er1 >conftest.err
13668 rm -f conftest.er1
13669 cat conftest.err >&5
13670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13671 (exit $ac_status); } && {
13672 test -z "$ac_c_werror_flag" ||
13673 test ! -s conftest.err
13674 } && test -s conftest.$ac_objext; then
13675 ac_header_compiler=yes
13676 else
13677 echo "$as_me: failed program was:" >&5
13678 sed 's/^/| /' conftest.$ac_ext >&5
13680 ac_header_compiler=no
13683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13684 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13685 echo "${ECHO_T}$ac_header_compiler" >&6; }
13687 # Is the header present?
13688 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13689 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13690 cat >conftest.$ac_ext <<_ACEOF
13691 /* confdefs.h. */
13692 _ACEOF
13693 cat confdefs.h >>conftest.$ac_ext
13694 cat >>conftest.$ac_ext <<_ACEOF
13695 /* end confdefs.h. */
13696 #include <gphoto2-camera.h>
13697 _ACEOF
13698 if { (ac_try="$ac_cpp conftest.$ac_ext"
13699 case "(($ac_try" in
13700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13701 *) ac_try_echo=$ac_try;;
13702 esac
13703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13704 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13705 ac_status=$?
13706 grep -v '^ *+' conftest.er1 >conftest.err
13707 rm -f conftest.er1
13708 cat conftest.err >&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); } >/dev/null && {
13711 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13712 test ! -s conftest.err
13713 }; then
13714 ac_header_preproc=yes
13715 else
13716 echo "$as_me: failed program was:" >&5
13717 sed 's/^/| /' conftest.$ac_ext >&5
13719 ac_header_preproc=no
13722 rm -f conftest.err conftest.$ac_ext
13723 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13724 echo "${ECHO_T}$ac_header_preproc" >&6; }
13726 # So? What about this header?
13727 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13728 yes:no: )
13729 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13730 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13731 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13732 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13733 ac_header_preproc=yes
13735 no:yes:* )
13736 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13737 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13738 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13739 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13740 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13741 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13742 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13743 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13744 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13745 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13746 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13747 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13748 ( cat <<\_ASBOX
13749 ## ------------------------------------ ##
13750 ## Report this to wine-devel@winehq.org ##
13751 ## ------------------------------------ ##
13752 _ASBOX
13753 ) | sed "s/^/$as_me: WARNING: /" >&2
13755 esac
13756 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13757 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13758 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13760 else
13761 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13763 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13764 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13767 if test $ac_cv_header_gphoto2_camera_h = yes; then
13768 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13769 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13771 echo $ECHO_N "(cached) $ECHO_C" >&6
13772 else
13773 ac_check_lib_save_LIBS=$LIBS
13774 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13775 cat >conftest.$ac_ext <<_ACEOF
13776 /* confdefs.h. */
13777 _ACEOF
13778 cat confdefs.h >>conftest.$ac_ext
13779 cat >>conftest.$ac_ext <<_ACEOF
13780 /* end confdefs.h. */
13782 /* Override any GCC internal prototype to avoid an error.
13783 Use char because int might match the return type of a GCC
13784 builtin and then its argument prototype would still apply. */
13785 #ifdef __cplusplus
13786 extern "C"
13787 #endif
13788 char gp_camera_new ();
13790 main ()
13792 return gp_camera_new ();
13794 return 0;
13796 _ACEOF
13797 rm -f conftest.$ac_objext conftest$ac_exeext
13798 if { (ac_try="$ac_link"
13799 case "(($ac_try" in
13800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13801 *) ac_try_echo=$ac_try;;
13802 esac
13803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13804 (eval "$ac_link") 2>conftest.er1
13805 ac_status=$?
13806 grep -v '^ *+' conftest.er1 >conftest.err
13807 rm -f conftest.er1
13808 cat conftest.err >&5
13809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13810 (exit $ac_status); } && {
13811 test -z "$ac_c_werror_flag" ||
13812 test ! -s conftest.err
13813 } && test -s conftest$ac_exeext &&
13814 $as_test_x conftest$ac_exeext; then
13815 ac_cv_lib_gphoto2_gp_camera_new=yes
13816 else
13817 echo "$as_me: failed program was:" >&5
13818 sed 's/^/| /' conftest.$ac_ext >&5
13820 ac_cv_lib_gphoto2_gp_camera_new=no
13823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13824 conftest$ac_exeext conftest.$ac_ext
13825 LIBS=$ac_check_lib_save_LIBS
13827 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13828 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13829 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13831 cat >>confdefs.h <<\_ACEOF
13832 #define HAVE_GPHOTO2 1
13833 _ACEOF
13835 GPHOTO2LIBS="$ac_gphoto2_libs"
13837 GPHOTO2INCL="$ac_gphoto2_incl"
13844 CPPFLAGS="$ac_save_CPPFLAGS"
13846 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13847 case "x$with_gphoto" in
13848 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13849 xno) ;;
13850 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13851 This is an error since --with-gphoto was requested." >&5
13852 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13853 This is an error since --with-gphoto was requested." >&2;}
13854 { (exit 1); exit 1; }; } ;;
13855 esac
13860 RESOLVLIBS=""
13862 if test "$ac_cv_header_resolv_h" = "yes"
13863 then
13864 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13865 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13866 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13867 echo $ECHO_N "(cached) $ECHO_C" >&6
13868 else
13869 ac_check_lib_save_LIBS=$LIBS
13870 LIBS="-lresolv $LIBS"
13871 cat >conftest.$ac_ext <<_ACEOF
13872 /* confdefs.h. */
13873 _ACEOF
13874 cat confdefs.h >>conftest.$ac_ext
13875 cat >>conftest.$ac_ext <<_ACEOF
13876 /* end confdefs.h. */
13878 /* Override any GCC internal prototype to avoid an error.
13879 Use char because int might match the return type of a GCC
13880 builtin and then its argument prototype would still apply. */
13881 #ifdef __cplusplus
13882 extern "C"
13883 #endif
13884 char res_query ();
13886 main ()
13888 return res_query ();
13890 return 0;
13892 _ACEOF
13893 rm -f conftest.$ac_objext conftest$ac_exeext
13894 if { (ac_try="$ac_link"
13895 case "(($ac_try" in
13896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13897 *) ac_try_echo=$ac_try;;
13898 esac
13899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13900 (eval "$ac_link") 2>conftest.er1
13901 ac_status=$?
13902 grep -v '^ *+' conftest.er1 >conftest.err
13903 rm -f conftest.er1
13904 cat conftest.err >&5
13905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13906 (exit $ac_status); } && {
13907 test -z "$ac_c_werror_flag" ||
13908 test ! -s conftest.err
13909 } && test -s conftest$ac_exeext &&
13910 $as_test_x conftest$ac_exeext; then
13911 ac_cv_lib_resolv_res_query=yes
13912 else
13913 echo "$as_me: failed program was:" >&5
13914 sed 's/^/| /' conftest.$ac_ext >&5
13916 ac_cv_lib_resolv_res_query=no
13919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13920 conftest$ac_exeext conftest.$ac_ext
13921 LIBS=$ac_check_lib_save_LIBS
13923 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13924 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13925 if test $ac_cv_lib_resolv_res_query = yes; then
13927 cat >>confdefs.h <<\_ACEOF
13928 #define HAVE_RESOLV 1
13929 _ACEOF
13931 RESOLVLIBS="-lresolv"
13936 LCMSLIBS=""
13938 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13939 then
13940 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13941 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13942 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13943 echo $ECHO_N "(cached) $ECHO_C" >&6
13944 else
13945 ac_check_lib_save_LIBS=$LIBS
13946 LIBS="-llcms $LIBS"
13947 cat >conftest.$ac_ext <<_ACEOF
13948 /* confdefs.h. */
13949 _ACEOF
13950 cat confdefs.h >>conftest.$ac_ext
13951 cat >>conftest.$ac_ext <<_ACEOF
13952 /* end confdefs.h. */
13954 /* Override any GCC internal prototype to avoid an error.
13955 Use char because int might match the return type of a GCC
13956 builtin and then its argument prototype would still apply. */
13957 #ifdef __cplusplus
13958 extern "C"
13959 #endif
13960 char cmsOpenProfileFromFile ();
13962 main ()
13964 return cmsOpenProfileFromFile ();
13966 return 0;
13968 _ACEOF
13969 rm -f conftest.$ac_objext conftest$ac_exeext
13970 if { (ac_try="$ac_link"
13971 case "(($ac_try" in
13972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13973 *) ac_try_echo=$ac_try;;
13974 esac
13975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13976 (eval "$ac_link") 2>conftest.er1
13977 ac_status=$?
13978 grep -v '^ *+' conftest.er1 >conftest.err
13979 rm -f conftest.er1
13980 cat conftest.err >&5
13981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13982 (exit $ac_status); } && {
13983 test -z "$ac_c_werror_flag" ||
13984 test ! -s conftest.err
13985 } && test -s conftest$ac_exeext &&
13986 $as_test_x conftest$ac_exeext; then
13987 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13988 else
13989 echo "$as_me: failed program was:" >&5
13990 sed 's/^/| /' conftest.$ac_ext >&5
13992 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13996 conftest$ac_exeext conftest.$ac_ext
13997 LIBS=$ac_check_lib_save_LIBS
13999 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14000 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14001 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14003 cat >>confdefs.h <<\_ACEOF
14004 #define HAVE_LCMS 1
14005 _ACEOF
14007 LCMSLIBS="-llcms"
14011 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14012 case "x$with_cms" in
14013 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
14014 xno) ;;
14015 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
14016 This is an error since --with-cms was requested." >&5
14017 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
14018 This is an error since --with-cms was requested." >&2;}
14019 { (exit 1); exit 1; }; } ;;
14020 esac
14024 for ac_prog in freetype-config freetype2-config
14026 # Extract the first word of "$ac_prog", so it can be a program name with args.
14027 set dummy $ac_prog; ac_word=$2
14028 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14030 if test "${ac_cv_prog_ft_devel+set}" = set; then
14031 echo $ECHO_N "(cached) $ECHO_C" >&6
14032 else
14033 if test -n "$ft_devel"; then
14034 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14035 else
14036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14037 for as_dir in $PATH
14039 IFS=$as_save_IFS
14040 test -z "$as_dir" && as_dir=.
14041 for ac_exec_ext in '' $ac_executable_extensions; do
14042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14043 ac_cv_prog_ft_devel="$ac_prog"
14044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14045 break 2
14047 done
14048 done
14049 IFS=$as_save_IFS
14053 ft_devel=$ac_cv_prog_ft_devel
14054 if test -n "$ft_devel"; then
14055 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14056 echo "${ECHO_T}$ft_devel" >&6; }
14057 else
14058 { echo "$as_me:$LINENO: result: no" >&5
14059 echo "${ECHO_T}no" >&6; }
14063 test -n "$ft_devel" && break
14064 done
14065 test -n "$ft_devel" || ft_devel="false"
14067 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14068 then
14069 ac_freetype_libs=`$ft_devel --libs`
14070 ac_freetype_incl=`$ft_devel --cflags`
14071 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14072 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14073 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14074 echo $ECHO_N "(cached) $ECHO_C" >&6
14075 else
14076 ac_check_soname_save_LIBS=$LIBS
14077 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14078 cat >conftest.$ac_ext <<_ACEOF
14079 /* confdefs.h. */
14080 _ACEOF
14081 cat confdefs.h >>conftest.$ac_ext
14082 cat >>conftest.$ac_ext <<_ACEOF
14083 /* end confdefs.h. */
14085 /* Override any GCC internal prototype to avoid an error.
14086 Use char because int might match the return type of a GCC
14087 builtin and then its argument prototype would still apply. */
14088 #ifdef __cplusplus
14089 extern "C"
14090 #endif
14091 char FT_Init_FreeType ();
14093 main ()
14095 return FT_Init_FreeType ();
14097 return 0;
14099 _ACEOF
14100 rm -f conftest.$ac_objext conftest$ac_exeext
14101 if { (ac_try="$ac_link"
14102 case "(($ac_try" in
14103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14104 *) ac_try_echo=$ac_try;;
14105 esac
14106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14107 (eval "$ac_link") 2>conftest.er1
14108 ac_status=$?
14109 grep -v '^ *+' conftest.er1 >conftest.err
14110 rm -f conftest.er1
14111 cat conftest.err >&5
14112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14113 (exit $ac_status); } && {
14114 test -z "$ac_c_werror_flag" ||
14115 test ! -s conftest.err
14116 } && test -s conftest$ac_exeext &&
14117 $as_test_x conftest$ac_exeext; then
14118 case "$LIBEXT" in
14119 dll) ;;
14120 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'` ;;
14121 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14122 esac
14123 else
14124 echo "$as_me: failed program was:" >&5
14125 sed 's/^/| /' conftest.$ac_ext >&5
14130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14131 conftest$ac_exeext conftest.$ac_ext
14132 LIBS=$ac_check_soname_save_LIBS
14134 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14135 { echo "$as_me:$LINENO: result: not found" >&5
14136 echo "${ECHO_T}not found" >&6; }
14137 ft_lib=no
14138 else
14139 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14140 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14142 cat >>confdefs.h <<_ACEOF
14143 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14144 _ACEOF
14146 ft_lib=yes
14149 if test "$ft_lib" = "yes"
14150 then
14151 ac_save_CPPFLAGS="$CPPFLAGS"
14152 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14165 for ac_header in ft2build.h \
14166 freetype/freetype.h \
14167 freetype/ftglyph.h \
14168 freetype/fttypes.h \
14169 freetype/tttables.h \
14170 freetype/ftnames.h \
14171 freetype/ftsnames.h \
14172 freetype/ttnameid.h \
14173 freetype/ftoutln.h \
14174 freetype/ftwinfnt.h \
14175 freetype/ftmodapi.h \
14176 freetype/internal/sfnt.h
14178 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14179 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14182 echo $ECHO_N "(cached) $ECHO_C" >&6
14183 else
14184 cat >conftest.$ac_ext <<_ACEOF
14185 /* confdefs.h. */
14186 _ACEOF
14187 cat confdefs.h >>conftest.$ac_ext
14188 cat >>conftest.$ac_ext <<_ACEOF
14189 /* end confdefs.h. */
14190 #ifdef HAVE_FT2BUILD_H
14191 # include <ft2build.h>
14192 #endif
14194 #include <$ac_header>
14195 _ACEOF
14196 rm -f conftest.$ac_objext
14197 if { (ac_try="$ac_compile"
14198 case "(($ac_try" in
14199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14200 *) ac_try_echo=$ac_try;;
14201 esac
14202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14203 (eval "$ac_compile") 2>conftest.er1
14204 ac_status=$?
14205 grep -v '^ *+' conftest.er1 >conftest.err
14206 rm -f conftest.er1
14207 cat conftest.err >&5
14208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209 (exit $ac_status); } && {
14210 test -z "$ac_c_werror_flag" ||
14211 test ! -s conftest.err
14212 } && test -s conftest.$ac_objext; then
14213 eval "$as_ac_Header=yes"
14214 else
14215 echo "$as_me: failed program was:" >&5
14216 sed 's/^/| /' conftest.$ac_ext >&5
14218 eval "$as_ac_Header=no"
14221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14223 ac_res=`eval echo '${'$as_ac_Header'}'`
14224 { echo "$as_me:$LINENO: result: $ac_res" >&5
14225 echo "${ECHO_T}$ac_res" >&6; }
14226 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14227 cat >>confdefs.h <<_ACEOF
14228 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14229 _ACEOF
14233 done
14235 cat >conftest.$ac_ext <<_ACEOF
14236 /* confdefs.h. */
14237 _ACEOF
14238 cat confdefs.h >>conftest.$ac_ext
14239 cat >>conftest.$ac_ext <<_ACEOF
14240 /* end confdefs.h. */
14241 #include <ft2build.h>
14242 #include <freetype/fttrigon.h>
14243 _ACEOF
14244 if { (ac_try="$ac_cpp conftest.$ac_ext"
14245 case "(($ac_try" in
14246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14247 *) ac_try_echo=$ac_try;;
14248 esac
14249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14250 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14251 ac_status=$?
14252 grep -v '^ *+' conftest.er1 >conftest.err
14253 rm -f conftest.er1
14254 cat conftest.err >&5
14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14256 (exit $ac_status); } >/dev/null && {
14257 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14258 test ! -s conftest.err
14259 }; then
14261 cat >>confdefs.h <<\_ACEOF
14262 #define HAVE_FREETYPE_FTTRIGON_H 1
14263 _ACEOF
14265 wine_cv_fttrigon=yes
14266 else
14267 echo "$as_me: failed program was:" >&5
14268 sed 's/^/| /' conftest.$ac_ext >&5
14270 wine_cv_fttrigon=no
14273 rm -f conftest.err conftest.$ac_ext
14274 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14275 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14276 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14277 echo $ECHO_N "(cached) $ECHO_C" >&6
14278 else
14279 cat >conftest.$ac_ext <<_ACEOF
14280 /* confdefs.h. */
14281 _ACEOF
14282 cat confdefs.h >>conftest.$ac_ext
14283 cat >>conftest.$ac_ext <<_ACEOF
14284 /* end confdefs.h. */
14285 #include <freetype/ftmodapi.h>
14287 typedef FT_TrueTypeEngineType ac__type_new_;
14289 main ()
14291 if ((ac__type_new_ *) 0)
14292 return 0;
14293 if (sizeof (ac__type_new_))
14294 return 0;
14296 return 0;
14298 _ACEOF
14299 rm -f conftest.$ac_objext
14300 if { (ac_try="$ac_compile"
14301 case "(($ac_try" in
14302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14303 *) ac_try_echo=$ac_try;;
14304 esac
14305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14306 (eval "$ac_compile") 2>conftest.er1
14307 ac_status=$?
14308 grep -v '^ *+' conftest.er1 >conftest.err
14309 rm -f conftest.er1
14310 cat conftest.err >&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } && {
14313 test -z "$ac_c_werror_flag" ||
14314 test ! -s conftest.err
14315 } && test -s conftest.$ac_objext; then
14316 ac_cv_type_FT_TrueTypeEngineType=yes
14317 else
14318 echo "$as_me: failed program was:" >&5
14319 sed 's/^/| /' conftest.$ac_ext >&5
14321 ac_cv_type_FT_TrueTypeEngineType=no
14324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14326 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14327 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14328 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14330 cat >>confdefs.h <<_ACEOF
14331 #define HAVE_FT_TRUETYPEENGINETYPE 1
14332 _ACEOF
14337 ac_save_CFLAGS="$CFLAGS"
14338 CFLAGS="$CFLAGS $ac_freetype_libs"
14340 for ac_func in FT_Load_Sfnt_Table
14342 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14343 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14344 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14345 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14346 echo $ECHO_N "(cached) $ECHO_C" >&6
14347 else
14348 cat >conftest.$ac_ext <<_ACEOF
14349 /* confdefs.h. */
14350 _ACEOF
14351 cat confdefs.h >>conftest.$ac_ext
14352 cat >>conftest.$ac_ext <<_ACEOF
14353 /* end confdefs.h. */
14354 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14355 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14356 #define $ac_func innocuous_$ac_func
14358 /* System header to define __stub macros and hopefully few prototypes,
14359 which can conflict with char $ac_func (); below.
14360 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14361 <limits.h> exists even on freestanding compilers. */
14363 #ifdef __STDC__
14364 # include <limits.h>
14365 #else
14366 # include <assert.h>
14367 #endif
14369 #undef $ac_func
14371 /* Override any GCC internal prototype to avoid an error.
14372 Use char because int might match the return type of a GCC
14373 builtin and then its argument prototype would still apply. */
14374 #ifdef __cplusplus
14375 extern "C"
14376 #endif
14377 char $ac_func ();
14378 /* The GNU C library defines this for functions which it implements
14379 to always fail with ENOSYS. Some functions are actually named
14380 something starting with __ and the normal name is an alias. */
14381 #if defined __stub_$ac_func || defined __stub___$ac_func
14382 choke me
14383 #endif
14386 main ()
14388 return $ac_func ();
14390 return 0;
14392 _ACEOF
14393 rm -f conftest.$ac_objext conftest$ac_exeext
14394 if { (ac_try="$ac_link"
14395 case "(($ac_try" in
14396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14397 *) ac_try_echo=$ac_try;;
14398 esac
14399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14400 (eval "$ac_link") 2>conftest.er1
14401 ac_status=$?
14402 grep -v '^ *+' conftest.er1 >conftest.err
14403 rm -f conftest.er1
14404 cat conftest.err >&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); } && {
14407 test -z "$ac_c_werror_flag" ||
14408 test ! -s conftest.err
14409 } && test -s conftest$ac_exeext &&
14410 $as_test_x conftest$ac_exeext; then
14411 eval "$as_ac_var=yes"
14412 else
14413 echo "$as_me: failed program was:" >&5
14414 sed 's/^/| /' conftest.$ac_ext >&5
14416 eval "$as_ac_var=no"
14419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14420 conftest$ac_exeext conftest.$ac_ext
14422 ac_res=`eval echo '${'$as_ac_var'}'`
14423 { echo "$as_me:$LINENO: result: $ac_res" >&5
14424 echo "${ECHO_T}$ac_res" >&6; }
14425 if test `eval echo '${'$as_ac_var'}'` = yes; then
14426 cat >>confdefs.h <<_ACEOF
14427 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14428 _ACEOF
14431 done
14433 CFLAGS="$ac_save_CFLAGS"
14434 CPPFLAGS="$ac_save_CPPFLAGS"
14435 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14436 then
14438 cat >>confdefs.h <<\_ACEOF
14439 #define HAVE_FREETYPE 1
14440 _ACEOF
14442 FREETYPELIBS="$ac_freetype_libs"
14444 FREETYPEINCL="$ac_freetype_incl"
14449 if test "x$FREETYPELIBS" = "x"; then
14450 case "x$with_freetype" in
14451 xno) ;;
14452 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14453 Fonts will not be built. Dialog text may be invisible or unaligned.
14454 Use the --without-freetype option if you really want this." >&5
14455 echo "$as_me: error: FreeType development files not found.
14456 Fonts will not be built. Dialog text may be invisible or unaligned.
14457 Use the --without-freetype option if you really want this." >&2;}
14458 { (exit 1); exit 1; }; } ;;
14459 esac
14462 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14464 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14465 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14466 if test "${ac_cv_c_ppdev+set}" = set; then
14467 echo $ECHO_N "(cached) $ECHO_C" >&6
14468 else
14469 cat >conftest.$ac_ext <<_ACEOF
14470 /* confdefs.h. */
14471 _ACEOF
14472 cat confdefs.h >>conftest.$ac_ext
14473 cat >>conftest.$ac_ext <<_ACEOF
14474 /* end confdefs.h. */
14475 #include <linux/ppdev.h>
14477 main ()
14479 ioctl (1,PPCLAIM,0)
14481 return 0;
14483 _ACEOF
14484 rm -f conftest.$ac_objext
14485 if { (ac_try="$ac_compile"
14486 case "(($ac_try" in
14487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14488 *) ac_try_echo=$ac_try;;
14489 esac
14490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14491 (eval "$ac_compile") 2>conftest.er1
14492 ac_status=$?
14493 grep -v '^ *+' conftest.er1 >conftest.err
14494 rm -f conftest.er1
14495 cat conftest.err >&5
14496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14497 (exit $ac_status); } && {
14498 test -z "$ac_c_werror_flag" ||
14499 test ! -s conftest.err
14500 } && test -s conftest.$ac_objext; then
14501 ac_cv_c_ppdev="yes"
14502 else
14503 echo "$as_me: failed program was:" >&5
14504 sed 's/^/| /' conftest.$ac_ext >&5
14506 ac_cv_c_ppdev="no"
14509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14511 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14512 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14513 if test "$ac_cv_c_ppdev" = "yes"
14514 then
14516 cat >>confdefs.h <<\_ACEOF
14517 #define HAVE_PPDEV 1
14518 _ACEOF
14522 { echo "$as_me:$LINENO: checking for va_copy" >&5
14523 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14524 if test "${ac_cv_c_va_copy+set}" = set; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 else
14527 cat >conftest.$ac_ext <<_ACEOF
14528 /* confdefs.h. */
14529 _ACEOF
14530 cat confdefs.h >>conftest.$ac_ext
14531 cat >>conftest.$ac_ext <<_ACEOF
14532 /* end confdefs.h. */
14533 #include <stdarg.h>
14535 main ()
14537 va_list ap1, ap2; va_copy(ap1,ap2);
14539 return 0;
14541 _ACEOF
14542 rm -f conftest.$ac_objext conftest$ac_exeext
14543 if { (ac_try="$ac_link"
14544 case "(($ac_try" in
14545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14546 *) ac_try_echo=$ac_try;;
14547 esac
14548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14549 (eval "$ac_link") 2>conftest.er1
14550 ac_status=$?
14551 grep -v '^ *+' conftest.er1 >conftest.err
14552 rm -f conftest.er1
14553 cat conftest.err >&5
14554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555 (exit $ac_status); } && {
14556 test -z "$ac_c_werror_flag" ||
14557 test ! -s conftest.err
14558 } && test -s conftest$ac_exeext &&
14559 $as_test_x conftest$ac_exeext; then
14560 ac_cv_c_va_copy="yes"
14561 else
14562 echo "$as_me: failed program was:" >&5
14563 sed 's/^/| /' conftest.$ac_ext >&5
14565 ac_cv_c_va_copy="no"
14568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14569 conftest$ac_exeext conftest.$ac_ext
14572 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14573 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14574 if test "$ac_cv_c_va_copy" = "yes"
14575 then
14577 cat >>confdefs.h <<\_ACEOF
14578 #define HAVE_VA_COPY 1
14579 _ACEOF
14582 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14583 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14584 if test "${ac_cv_c___va_copy+set}" = set; then
14585 echo $ECHO_N "(cached) $ECHO_C" >&6
14586 else
14587 cat >conftest.$ac_ext <<_ACEOF
14588 /* confdefs.h. */
14589 _ACEOF
14590 cat confdefs.h >>conftest.$ac_ext
14591 cat >>conftest.$ac_ext <<_ACEOF
14592 /* end confdefs.h. */
14593 #include <stdarg.h>
14595 main ()
14597 va_list ap1, ap2; __va_copy(ap1,ap2);
14599 return 0;
14601 _ACEOF
14602 rm -f conftest.$ac_objext conftest$ac_exeext
14603 if { (ac_try="$ac_link"
14604 case "(($ac_try" in
14605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14606 *) ac_try_echo=$ac_try;;
14607 esac
14608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14609 (eval "$ac_link") 2>conftest.er1
14610 ac_status=$?
14611 grep -v '^ *+' conftest.er1 >conftest.err
14612 rm -f conftest.er1
14613 cat conftest.err >&5
14614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14615 (exit $ac_status); } && {
14616 test -z "$ac_c_werror_flag" ||
14617 test ! -s conftest.err
14618 } && test -s conftest$ac_exeext &&
14619 $as_test_x conftest$ac_exeext; then
14620 ac_cv_c___va_copy="yes"
14621 else
14622 echo "$as_me: failed program was:" >&5
14623 sed 's/^/| /' conftest.$ac_ext >&5
14625 ac_cv_c___va_copy="no"
14628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14629 conftest$ac_exeext conftest.$ac_ext
14632 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14633 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14634 if test "$ac_cv_c___va_copy" = "yes"
14635 then
14637 cat >>confdefs.h <<\_ACEOF
14638 #define HAVE___VA_COPY 1
14639 _ACEOF
14643 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14644 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14645 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14646 echo $ECHO_N "(cached) $ECHO_C" >&6
14647 else
14648 cat >conftest.$ac_ext <<_ACEOF
14649 /* confdefs.h. */
14650 _ACEOF
14651 cat confdefs.h >>conftest.$ac_ext
14652 cat >>conftest.$ac_ext <<_ACEOF
14653 /* end confdefs.h. */
14654 #define _GNU_SOURCE
14655 #include <pthread.h>
14657 typedef pthread_rwlock_t ac__type_new_;
14659 main ()
14661 if ((ac__type_new_ *) 0)
14662 return 0;
14663 if (sizeof (ac__type_new_))
14664 return 0;
14666 return 0;
14668 _ACEOF
14669 rm -f conftest.$ac_objext
14670 if { (ac_try="$ac_compile"
14671 case "(($ac_try" in
14672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14673 *) ac_try_echo=$ac_try;;
14674 esac
14675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14676 (eval "$ac_compile") 2>conftest.er1
14677 ac_status=$?
14678 grep -v '^ *+' conftest.er1 >conftest.err
14679 rm -f conftest.er1
14680 cat conftest.err >&5
14681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14682 (exit $ac_status); } && {
14683 test -z "$ac_c_werror_flag" ||
14684 test ! -s conftest.err
14685 } && test -s conftest.$ac_objext; then
14686 ac_cv_type_pthread_rwlock_t=yes
14687 else
14688 echo "$as_me: failed program was:" >&5
14689 sed 's/^/| /' conftest.$ac_ext >&5
14691 ac_cv_type_pthread_rwlock_t=no
14694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14696 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14697 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14698 if test $ac_cv_type_pthread_rwlock_t = yes; then
14700 cat >>confdefs.h <<_ACEOF
14701 #define HAVE_PTHREAD_RWLOCK_T 1
14702 _ACEOF
14706 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14707 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14708 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14709 echo $ECHO_N "(cached) $ECHO_C" >&6
14710 else
14711 cat >conftest.$ac_ext <<_ACEOF
14712 /* confdefs.h. */
14713 _ACEOF
14714 cat confdefs.h >>conftest.$ac_ext
14715 cat >>conftest.$ac_ext <<_ACEOF
14716 /* end confdefs.h. */
14717 #define _GNU_SOURCE
14718 #include <pthread.h>
14720 typedef pthread_rwlockattr_t ac__type_new_;
14722 main ()
14724 if ((ac__type_new_ *) 0)
14725 return 0;
14726 if (sizeof (ac__type_new_))
14727 return 0;
14729 return 0;
14731 _ACEOF
14732 rm -f conftest.$ac_objext
14733 if { (ac_try="$ac_compile"
14734 case "(($ac_try" in
14735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14736 *) ac_try_echo=$ac_try;;
14737 esac
14738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14739 (eval "$ac_compile") 2>conftest.er1
14740 ac_status=$?
14741 grep -v '^ *+' conftest.er1 >conftest.err
14742 rm -f conftest.er1
14743 cat conftest.err >&5
14744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14745 (exit $ac_status); } && {
14746 test -z "$ac_c_werror_flag" ||
14747 test ! -s conftest.err
14748 } && test -s conftest.$ac_objext; then
14749 ac_cv_type_pthread_rwlockattr_t=yes
14750 else
14751 echo "$as_me: failed program was:" >&5
14752 sed 's/^/| /' conftest.$ac_ext >&5
14754 ac_cv_type_pthread_rwlockattr_t=no
14757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14759 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14760 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14761 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14763 cat >>confdefs.h <<_ACEOF
14764 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14765 _ACEOF
14771 ac_wine_check_funcs_save_LIBS="$LIBS"
14772 LIBS="$LIBS $LIBPTHREAD"
14777 for ac_func in \
14778 pthread_attr_get_np \
14779 pthread_getattr_np \
14780 pthread_get_stackaddr_np \
14781 pthread_get_stacksize_np
14783 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14784 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14785 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14786 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14787 echo $ECHO_N "(cached) $ECHO_C" >&6
14788 else
14789 cat >conftest.$ac_ext <<_ACEOF
14790 /* confdefs.h. */
14791 _ACEOF
14792 cat confdefs.h >>conftest.$ac_ext
14793 cat >>conftest.$ac_ext <<_ACEOF
14794 /* end confdefs.h. */
14795 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14796 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14797 #define $ac_func innocuous_$ac_func
14799 /* System header to define __stub macros and hopefully few prototypes,
14800 which can conflict with char $ac_func (); below.
14801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14802 <limits.h> exists even on freestanding compilers. */
14804 #ifdef __STDC__
14805 # include <limits.h>
14806 #else
14807 # include <assert.h>
14808 #endif
14810 #undef $ac_func
14812 /* Override any GCC internal prototype to avoid an error.
14813 Use char because int might match the return type of a GCC
14814 builtin and then its argument prototype would still apply. */
14815 #ifdef __cplusplus
14816 extern "C"
14817 #endif
14818 char $ac_func ();
14819 /* The GNU C library defines this for functions which it implements
14820 to always fail with ENOSYS. Some functions are actually named
14821 something starting with __ and the normal name is an alias. */
14822 #if defined __stub_$ac_func || defined __stub___$ac_func
14823 choke me
14824 #endif
14827 main ()
14829 return $ac_func ();
14831 return 0;
14833 _ACEOF
14834 rm -f conftest.$ac_objext conftest$ac_exeext
14835 if { (ac_try="$ac_link"
14836 case "(($ac_try" in
14837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14838 *) ac_try_echo=$ac_try;;
14839 esac
14840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14841 (eval "$ac_link") 2>conftest.er1
14842 ac_status=$?
14843 grep -v '^ *+' conftest.er1 >conftest.err
14844 rm -f conftest.er1
14845 cat conftest.err >&5
14846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14847 (exit $ac_status); } && {
14848 test -z "$ac_c_werror_flag" ||
14849 test ! -s conftest.err
14850 } && test -s conftest$ac_exeext &&
14851 $as_test_x conftest$ac_exeext; then
14852 eval "$as_ac_var=yes"
14853 else
14854 echo "$as_me: failed program was:" >&5
14855 sed 's/^/| /' conftest.$ac_ext >&5
14857 eval "$as_ac_var=no"
14860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14861 conftest$ac_exeext conftest.$ac_ext
14863 ac_res=`eval echo '${'$as_ac_var'}'`
14864 { echo "$as_me:$LINENO: result: $ac_res" >&5
14865 echo "${ECHO_T}$ac_res" >&6; }
14866 if test `eval echo '${'$as_ac_var'}'` = yes; then
14867 cat >>confdefs.h <<_ACEOF
14868 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14869 _ACEOF
14872 done
14874 LIBS="$ac_wine_check_funcs_save_LIBS"
14876 # Extract the first word of "esd-config", so it can be a program name with args.
14877 set dummy esd-config; ac_word=$2
14878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14880 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14881 echo $ECHO_N "(cached) $ECHO_C" >&6
14882 else
14883 case $ESDCONFIG in
14884 [\\/]* | ?:[\\/]*)
14885 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14889 for as_dir in $PATH
14891 IFS=$as_save_IFS
14892 test -z "$as_dir" && as_dir=.
14893 for ac_exec_ext in '' $ac_executable_extensions; do
14894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14895 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14896 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14897 break 2
14899 done
14900 done
14901 IFS=$as_save_IFS
14904 esac
14906 ESDCONFIG=$ac_cv_path_ESDCONFIG
14907 if test -n "$ESDCONFIG"; then
14908 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14909 echo "${ECHO_T}$ESDCONFIG" >&6; }
14910 else
14911 { echo "$as_me:$LINENO: result: no" >&5
14912 echo "${ECHO_T}no" >&6; }
14916 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14917 then
14918 ac_esd_incl=""
14919 for i in `$ESDCONFIG --cflags`
14921 case "$i" in
14922 -I*) ac_esd_incl="$ac_esd_incl $i";;
14923 esac
14924 done
14925 ac_esd_libs=`$ESDCONFIG --libs`
14926 save_CFLAGS="$CFLAGS"
14927 CFLAGS="$CFLAGS $ac_esd_incl"
14928 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14929 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14930 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14931 echo $ECHO_N "(cached) $ECHO_C" >&6
14932 else
14933 ac_check_lib_save_LIBS=$LIBS
14934 LIBS="-lesd $ac_esd_libs $LIBS"
14935 cat >conftest.$ac_ext <<_ACEOF
14936 /* confdefs.h. */
14937 _ACEOF
14938 cat confdefs.h >>conftest.$ac_ext
14939 cat >>conftest.$ac_ext <<_ACEOF
14940 /* end confdefs.h. */
14942 /* Override any GCC internal prototype to avoid an error.
14943 Use char because int might match the return type of a GCC
14944 builtin and then its argument prototype would still apply. */
14945 #ifdef __cplusplus
14946 extern "C"
14947 #endif
14948 char esd_open_sound ();
14950 main ()
14952 return esd_open_sound ();
14954 return 0;
14956 _ACEOF
14957 rm -f conftest.$ac_objext conftest$ac_exeext
14958 if { (ac_try="$ac_link"
14959 case "(($ac_try" in
14960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14961 *) ac_try_echo=$ac_try;;
14962 esac
14963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14964 (eval "$ac_link") 2>conftest.er1
14965 ac_status=$?
14966 grep -v '^ *+' conftest.er1 >conftest.err
14967 rm -f conftest.er1
14968 cat conftest.err >&5
14969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); } && {
14971 test -z "$ac_c_werror_flag" ||
14972 test ! -s conftest.err
14973 } && test -s conftest$ac_exeext &&
14974 $as_test_x conftest$ac_exeext; then
14975 ac_cv_lib_esd_esd_open_sound=yes
14976 else
14977 echo "$as_me: failed program was:" >&5
14978 sed 's/^/| /' conftest.$ac_ext >&5
14980 ac_cv_lib_esd_esd_open_sound=no
14983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14984 conftest$ac_exeext conftest.$ac_ext
14985 LIBS=$ac_check_lib_save_LIBS
14987 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14988 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14989 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14990 ESDINCL="$ac_esd_incl"
14992 ESDLIBS="$ac_esd_libs"
14995 cat >>confdefs.h <<\_ACEOF
14996 #define HAVE_ESD 1
14997 _ACEOF
15001 CFLAGS="$save_CFLAGS"
15004 if test "x$with_pulse" != "xno"; then
15005 if test "$PKG_CONFIG" != "false"; then
15006 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.7" >&5
15007 echo $ECHO_N "checking for pulseaudio >= 0.9.7... $ECHO_C" >&6; }
15008 if "$PKG_CONFIG" --atleast-version=0.9.7 libpulse; then
15009 have_pulseaudio="yes"
15010 else
15011 have_pulseaudio="no"
15013 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15014 echo "${ECHO_T}$have_pulseaudio" >&6; }
15015 if test x"$have_pulseaudio" = xyes; then
15016 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15018 cat >>confdefs.h <<\_ACEOF
15019 #define HAVE_PULSEAUDIO 1
15020 _ACEOF
15022 PULSELIBS="$ac_pulse_libs"
15028 ALSALIBS=""
15030 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15031 then
15032 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15033 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15034 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15035 echo $ECHO_N "(cached) $ECHO_C" >&6
15036 else
15037 ac_check_lib_save_LIBS=$LIBS
15038 LIBS="-lasound $LIBS"
15039 cat >conftest.$ac_ext <<_ACEOF
15040 /* confdefs.h. */
15041 _ACEOF
15042 cat confdefs.h >>conftest.$ac_ext
15043 cat >>conftest.$ac_ext <<_ACEOF
15044 /* end confdefs.h. */
15046 /* Override any GCC internal prototype to avoid an error.
15047 Use char because int might match the return type of a GCC
15048 builtin and then its argument prototype would still apply. */
15049 #ifdef __cplusplus
15050 extern "C"
15051 #endif
15052 char snd_pcm_hw_params_get_access ();
15054 main ()
15056 return snd_pcm_hw_params_get_access ();
15058 return 0;
15060 _ACEOF
15061 rm -f conftest.$ac_objext conftest$ac_exeext
15062 if { (ac_try="$ac_link"
15063 case "(($ac_try" in
15064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15065 *) ac_try_echo=$ac_try;;
15066 esac
15067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15068 (eval "$ac_link") 2>conftest.er1
15069 ac_status=$?
15070 grep -v '^ *+' conftest.er1 >conftest.err
15071 rm -f conftest.er1
15072 cat conftest.err >&5
15073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15074 (exit $ac_status); } && {
15075 test -z "$ac_c_werror_flag" ||
15076 test ! -s conftest.err
15077 } && test -s conftest$ac_exeext &&
15078 $as_test_x conftest$ac_exeext; then
15079 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15080 else
15081 echo "$as_me: failed program was:" >&5
15082 sed 's/^/| /' conftest.$ac_ext >&5
15084 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15088 conftest$ac_exeext conftest.$ac_ext
15089 LIBS=$ac_check_lib_save_LIBS
15091 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15092 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15093 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15094 cat >conftest.$ac_ext <<_ACEOF
15095 /* confdefs.h. */
15096 _ACEOF
15097 cat confdefs.h >>conftest.$ac_ext
15098 cat >>conftest.$ac_ext <<_ACEOF
15099 /* end confdefs.h. */
15100 #ifdef HAVE_ALSA_ASOUNDLIB_H
15101 #include <alsa/asoundlib.h>
15102 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15103 #include <sys/asoundlib.h>
15104 #endif
15106 main ()
15108 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15110 return 0;
15112 _ACEOF
15113 rm -f conftest.$ac_objext
15114 if { (ac_try="$ac_compile"
15115 case "(($ac_try" in
15116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15117 *) ac_try_echo=$ac_try;;
15118 esac
15119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15120 (eval "$ac_compile") 2>conftest.er1
15121 ac_status=$?
15122 grep -v '^ *+' conftest.er1 >conftest.err
15123 rm -f conftest.er1
15124 cat conftest.err >&5
15125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15126 (exit $ac_status); } && {
15127 test -z "$ac_c_werror_flag" ||
15128 test ! -s conftest.err
15129 } && test -s conftest.$ac_objext; then
15131 cat >>confdefs.h <<\_ACEOF
15132 #define HAVE_ALSA 1
15133 _ACEOF
15135 ALSALIBS="-lasound"
15136 else
15137 echo "$as_me: failed program was:" >&5
15138 sed 's/^/| /' conftest.$ac_ext >&5
15143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15148 AUDIOIOLIBS=""
15150 if test "$ac_cv_header_libaudioio_h" = "yes"
15151 then
15152 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15153 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15154 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15155 echo $ECHO_N "(cached) $ECHO_C" >&6
15156 else
15157 ac_check_lib_save_LIBS=$LIBS
15158 LIBS="-laudioio $LIBS"
15159 cat >conftest.$ac_ext <<_ACEOF
15160 /* confdefs.h. */
15161 _ACEOF
15162 cat confdefs.h >>conftest.$ac_ext
15163 cat >>conftest.$ac_ext <<_ACEOF
15164 /* end confdefs.h. */
15166 /* Override any GCC internal prototype to avoid an error.
15167 Use char because int might match the return type of a GCC
15168 builtin and then its argument prototype would still apply. */
15169 #ifdef __cplusplus
15170 extern "C"
15171 #endif
15172 char AudioIOGetVersion ();
15174 main ()
15176 return AudioIOGetVersion ();
15178 return 0;
15180 _ACEOF
15181 rm -f conftest.$ac_objext conftest$ac_exeext
15182 if { (ac_try="$ac_link"
15183 case "(($ac_try" in
15184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15185 *) ac_try_echo=$ac_try;;
15186 esac
15187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15188 (eval "$ac_link") 2>conftest.er1
15189 ac_status=$?
15190 grep -v '^ *+' conftest.er1 >conftest.err
15191 rm -f conftest.er1
15192 cat conftest.err >&5
15193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); } && {
15195 test -z "$ac_c_werror_flag" ||
15196 test ! -s conftest.err
15197 } && test -s conftest$ac_exeext &&
15198 $as_test_x conftest$ac_exeext; then
15199 ac_cv_lib_audioio_AudioIOGetVersion=yes
15200 else
15201 echo "$as_me: failed program was:" >&5
15202 sed 's/^/| /' conftest.$ac_ext >&5
15204 ac_cv_lib_audioio_AudioIOGetVersion=no
15207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15208 conftest$ac_exeext conftest.$ac_ext
15209 LIBS=$ac_check_lib_save_LIBS
15211 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15212 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15213 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15214 AUDIOIOLIBS="-laudioio"
15216 cat >>confdefs.h <<\_ACEOF
15217 #define HAVE_LIBAUDIOIO 1
15218 _ACEOF
15225 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15226 then
15227 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15228 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15229 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15230 echo $ECHO_N "(cached) $ECHO_C" >&6
15231 else
15232 ac_check_soname_save_LIBS=$LIBS
15233 LIBS="-lcapi20 $LIBS"
15234 cat >conftest.$ac_ext <<_ACEOF
15235 /* confdefs.h. */
15236 _ACEOF
15237 cat confdefs.h >>conftest.$ac_ext
15238 cat >>conftest.$ac_ext <<_ACEOF
15239 /* end confdefs.h. */
15241 /* Override any GCC internal prototype to avoid an error.
15242 Use char because int might match the return type of a GCC
15243 builtin and then its argument prototype would still apply. */
15244 #ifdef __cplusplus
15245 extern "C"
15246 #endif
15247 char capi20_register ();
15249 main ()
15251 return capi20_register ();
15253 return 0;
15255 _ACEOF
15256 rm -f conftest.$ac_objext conftest$ac_exeext
15257 if { (ac_try="$ac_link"
15258 case "(($ac_try" in
15259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15260 *) ac_try_echo=$ac_try;;
15261 esac
15262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15263 (eval "$ac_link") 2>conftest.er1
15264 ac_status=$?
15265 grep -v '^ *+' conftest.er1 >conftest.err
15266 rm -f conftest.er1
15267 cat conftest.err >&5
15268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15269 (exit $ac_status); } && {
15270 test -z "$ac_c_werror_flag" ||
15271 test ! -s conftest.err
15272 } && test -s conftest$ac_exeext &&
15273 $as_test_x conftest$ac_exeext; then
15274 case "$LIBEXT" in
15275 dll) ;;
15276 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'` ;;
15277 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15278 esac
15279 else
15280 echo "$as_me: failed program was:" >&5
15281 sed 's/^/| /' conftest.$ac_ext >&5
15286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15287 conftest$ac_exeext conftest.$ac_ext
15288 LIBS=$ac_check_soname_save_LIBS
15290 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15291 { echo "$as_me:$LINENO: result: not found" >&5
15292 echo "${ECHO_T}not found" >&6; }
15294 else
15295 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15296 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15298 cat >>confdefs.h <<_ACEOF
15299 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15300 _ACEOF
15306 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15307 case "x$with_capi" in
15308 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15309 xno) ;;
15310 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15311 This is an error since --with-capi was requested." >&5
15312 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15313 This is an error since --with-capi was requested." >&2;}
15314 { (exit 1); exit 1; }; } ;;
15315 esac
15319 CUPSINCL=""
15321 if test "x$with_cups" != "xno"
15322 then
15323 ac_save_CPPFLAGS="$CPPFLAGS"
15324 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15325 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15326 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15328 for ac_header in cups/cups.h
15330 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15331 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15332 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15333 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15334 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15335 echo $ECHO_N "(cached) $ECHO_C" >&6
15337 ac_res=`eval echo '${'$as_ac_Header'}'`
15338 { echo "$as_me:$LINENO: result: $ac_res" >&5
15339 echo "${ECHO_T}$ac_res" >&6; }
15340 else
15341 # Is the header compilable?
15342 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15343 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15344 cat >conftest.$ac_ext <<_ACEOF
15345 /* confdefs.h. */
15346 _ACEOF
15347 cat confdefs.h >>conftest.$ac_ext
15348 cat >>conftest.$ac_ext <<_ACEOF
15349 /* end confdefs.h. */
15350 $ac_includes_default
15351 #include <$ac_header>
15352 _ACEOF
15353 rm -f conftest.$ac_objext
15354 if { (ac_try="$ac_compile"
15355 case "(($ac_try" in
15356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15357 *) ac_try_echo=$ac_try;;
15358 esac
15359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15360 (eval "$ac_compile") 2>conftest.er1
15361 ac_status=$?
15362 grep -v '^ *+' conftest.er1 >conftest.err
15363 rm -f conftest.er1
15364 cat conftest.err >&5
15365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15366 (exit $ac_status); } && {
15367 test -z "$ac_c_werror_flag" ||
15368 test ! -s conftest.err
15369 } && test -s conftest.$ac_objext; then
15370 ac_header_compiler=yes
15371 else
15372 echo "$as_me: failed program was:" >&5
15373 sed 's/^/| /' conftest.$ac_ext >&5
15375 ac_header_compiler=no
15378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15379 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15380 echo "${ECHO_T}$ac_header_compiler" >&6; }
15382 # Is the header present?
15383 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15384 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15385 cat >conftest.$ac_ext <<_ACEOF
15386 /* confdefs.h. */
15387 _ACEOF
15388 cat confdefs.h >>conftest.$ac_ext
15389 cat >>conftest.$ac_ext <<_ACEOF
15390 /* end confdefs.h. */
15391 #include <$ac_header>
15392 _ACEOF
15393 if { (ac_try="$ac_cpp conftest.$ac_ext"
15394 case "(($ac_try" in
15395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15396 *) ac_try_echo=$ac_try;;
15397 esac
15398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15399 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15400 ac_status=$?
15401 grep -v '^ *+' conftest.er1 >conftest.err
15402 rm -f conftest.er1
15403 cat conftest.err >&5
15404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15405 (exit $ac_status); } >/dev/null && {
15406 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15407 test ! -s conftest.err
15408 }; then
15409 ac_header_preproc=yes
15410 else
15411 echo "$as_me: failed program was:" >&5
15412 sed 's/^/| /' conftest.$ac_ext >&5
15414 ac_header_preproc=no
15417 rm -f conftest.err conftest.$ac_ext
15418 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15419 echo "${ECHO_T}$ac_header_preproc" >&6; }
15421 # So? What about this header?
15422 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15423 yes:no: )
15424 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15425 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15426 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15427 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15428 ac_header_preproc=yes
15430 no:yes:* )
15431 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15432 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15433 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15434 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15435 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15436 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15437 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15438 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15439 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15440 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15441 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15442 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15443 ( cat <<\_ASBOX
15444 ## ------------------------------------ ##
15445 ## Report this to wine-devel@winehq.org ##
15446 ## ------------------------------------ ##
15447 _ASBOX
15448 ) | sed "s/^/$as_me: WARNING: /" >&2
15450 esac
15451 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15452 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15453 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15454 echo $ECHO_N "(cached) $ECHO_C" >&6
15455 else
15456 eval "$as_ac_Header=\$ac_header_preproc"
15458 ac_res=`eval echo '${'$as_ac_Header'}'`
15459 { echo "$as_me:$LINENO: result: $ac_res" >&5
15460 echo "${ECHO_T}$ac_res" >&6; }
15463 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15464 cat >>confdefs.h <<_ACEOF
15465 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15466 _ACEOF
15467 { echo "$as_me:$LINENO: checking for -lcups" >&5
15468 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15469 if test "${ac_cv_lib_soname_cups+set}" = set; then
15470 echo $ECHO_N "(cached) $ECHO_C" >&6
15471 else
15472 ac_check_soname_save_LIBS=$LIBS
15473 LIBS="-lcups $ac_cups_libs $LIBS"
15474 cat >conftest.$ac_ext <<_ACEOF
15475 /* confdefs.h. */
15476 _ACEOF
15477 cat confdefs.h >>conftest.$ac_ext
15478 cat >>conftest.$ac_ext <<_ACEOF
15479 /* end confdefs.h. */
15481 /* Override any GCC internal prototype to avoid an error.
15482 Use char because int might match the return type of a GCC
15483 builtin and then its argument prototype would still apply. */
15484 #ifdef __cplusplus
15485 extern "C"
15486 #endif
15487 char cupsGetDefault ();
15489 main ()
15491 return cupsGetDefault ();
15493 return 0;
15495 _ACEOF
15496 rm -f conftest.$ac_objext conftest$ac_exeext
15497 if { (ac_try="$ac_link"
15498 case "(($ac_try" in
15499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15500 *) ac_try_echo=$ac_try;;
15501 esac
15502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15503 (eval "$ac_link") 2>conftest.er1
15504 ac_status=$?
15505 grep -v '^ *+' conftest.er1 >conftest.err
15506 rm -f conftest.er1
15507 cat conftest.err >&5
15508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15509 (exit $ac_status); } && {
15510 test -z "$ac_c_werror_flag" ||
15511 test ! -s conftest.err
15512 } && test -s conftest$ac_exeext &&
15513 $as_test_x conftest$ac_exeext; then
15514 case "$LIBEXT" in
15515 dll) ;;
15516 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'` ;;
15517 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15518 esac
15519 else
15520 echo "$as_me: failed program was:" >&5
15521 sed 's/^/| /' conftest.$ac_ext >&5
15526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15527 conftest$ac_exeext conftest.$ac_ext
15528 LIBS=$ac_check_soname_save_LIBS
15530 if test "x$ac_cv_lib_soname_cups" = "x"; then
15531 { echo "$as_me:$LINENO: result: not found" >&5
15532 echo "${ECHO_T}not found" >&6; }
15534 else
15535 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15536 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15538 cat >>confdefs.h <<_ACEOF
15539 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15540 _ACEOF
15542 CUPSINCL="$ac_cups_cflags"
15547 done
15549 CPPFLAGS="$ac_save_CPPFLAGS"
15551 if test "x$ac_cv_lib_soname_cups" = "x"; then
15552 case "x$with_cups" in
15553 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15554 xno) ;;
15555 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15556 This is an error since --with-cups was requested." >&5
15557 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15558 This is an error since --with-cups was requested." >&2;}
15559 { (exit 1); exit 1; }; } ;;
15560 esac
15564 if test "$ac_cv_header_jack_jack_h" = "yes"
15565 then
15566 { echo "$as_me:$LINENO: checking for -ljack" >&5
15567 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15568 if test "${ac_cv_lib_soname_jack+set}" = set; then
15569 echo $ECHO_N "(cached) $ECHO_C" >&6
15570 else
15571 ac_check_soname_save_LIBS=$LIBS
15572 LIBS="-ljack $LIBS"
15573 cat >conftest.$ac_ext <<_ACEOF
15574 /* confdefs.h. */
15575 _ACEOF
15576 cat confdefs.h >>conftest.$ac_ext
15577 cat >>conftest.$ac_ext <<_ACEOF
15578 /* end confdefs.h. */
15580 /* Override any GCC internal prototype to avoid an error.
15581 Use char because int might match the return type of a GCC
15582 builtin and then its argument prototype would still apply. */
15583 #ifdef __cplusplus
15584 extern "C"
15585 #endif
15586 char jack_client_new ();
15588 main ()
15590 return jack_client_new ();
15592 return 0;
15594 _ACEOF
15595 rm -f conftest.$ac_objext conftest$ac_exeext
15596 if { (ac_try="$ac_link"
15597 case "(($ac_try" in
15598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15599 *) ac_try_echo=$ac_try;;
15600 esac
15601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15602 (eval "$ac_link") 2>conftest.er1
15603 ac_status=$?
15604 grep -v '^ *+' conftest.er1 >conftest.err
15605 rm -f conftest.er1
15606 cat conftest.err >&5
15607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15608 (exit $ac_status); } && {
15609 test -z "$ac_c_werror_flag" ||
15610 test ! -s conftest.err
15611 } && test -s conftest$ac_exeext &&
15612 $as_test_x conftest$ac_exeext; then
15613 case "$LIBEXT" in
15614 dll) ;;
15615 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'` ;;
15616 *) 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'` ;;
15617 esac
15618 else
15619 echo "$as_me: failed program was:" >&5
15620 sed 's/^/| /' conftest.$ac_ext >&5
15625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15626 conftest$ac_exeext conftest.$ac_ext
15627 LIBS=$ac_check_soname_save_LIBS
15629 if test "x$ac_cv_lib_soname_jack" = "x"; then
15630 { echo "$as_me:$LINENO: result: not found" >&5
15631 echo "${ECHO_T}not found" >&6; }
15633 else
15634 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15635 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15637 cat >>confdefs.h <<_ACEOF
15638 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15639 _ACEOF
15646 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15647 then
15648 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15649 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15650 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15651 echo $ECHO_N "(cached) $ECHO_C" >&6
15652 else
15653 ac_check_soname_save_LIBS=$LIBS
15654 LIBS="-lfontconfig $LIBS"
15655 cat >conftest.$ac_ext <<_ACEOF
15656 /* confdefs.h. */
15657 _ACEOF
15658 cat confdefs.h >>conftest.$ac_ext
15659 cat >>conftest.$ac_ext <<_ACEOF
15660 /* end confdefs.h. */
15662 /* Override any GCC internal prototype to avoid an error.
15663 Use char because int might match the return type of a GCC
15664 builtin and then its argument prototype would still apply. */
15665 #ifdef __cplusplus
15666 extern "C"
15667 #endif
15668 char FcInit ();
15670 main ()
15672 return FcInit ();
15674 return 0;
15676 _ACEOF
15677 rm -f conftest.$ac_objext conftest$ac_exeext
15678 if { (ac_try="$ac_link"
15679 case "(($ac_try" in
15680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15681 *) ac_try_echo=$ac_try;;
15682 esac
15683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15684 (eval "$ac_link") 2>conftest.er1
15685 ac_status=$?
15686 grep -v '^ *+' conftest.er1 >conftest.err
15687 rm -f conftest.er1
15688 cat conftest.err >&5
15689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15690 (exit $ac_status); } && {
15691 test -z "$ac_c_werror_flag" ||
15692 test ! -s conftest.err
15693 } && test -s conftest$ac_exeext &&
15694 $as_test_x conftest$ac_exeext; then
15695 case "$LIBEXT" in
15696 dll) ;;
15697 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'` ;;
15698 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15699 esac
15700 else
15701 echo "$as_me: failed program was:" >&5
15702 sed 's/^/| /' conftest.$ac_ext >&5
15707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15708 conftest$ac_exeext conftest.$ac_ext
15709 LIBS=$ac_check_soname_save_LIBS
15711 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15712 { echo "$as_me:$LINENO: result: not found" >&5
15713 echo "${ECHO_T}not found" >&6; }
15715 else
15716 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15717 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15719 cat >>confdefs.h <<_ACEOF
15720 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15721 _ACEOF
15726 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15727 then
15728 ac_save_CPPFLAGS="$CPPFLAGS"
15729 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15730 $as_unset ac_cv_header_fontconfig_fontconfig_h
15732 for ac_header in fontconfig/fontconfig.h
15734 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15735 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15736 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15737 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15739 echo $ECHO_N "(cached) $ECHO_C" >&6
15741 ac_res=`eval echo '${'$as_ac_Header'}'`
15742 { echo "$as_me:$LINENO: result: $ac_res" >&5
15743 echo "${ECHO_T}$ac_res" >&6; }
15744 else
15745 # Is the header compilable?
15746 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15747 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15748 cat >conftest.$ac_ext <<_ACEOF
15749 /* confdefs.h. */
15750 _ACEOF
15751 cat confdefs.h >>conftest.$ac_ext
15752 cat >>conftest.$ac_ext <<_ACEOF
15753 /* end confdefs.h. */
15754 $ac_includes_default
15755 #include <$ac_header>
15756 _ACEOF
15757 rm -f conftest.$ac_objext
15758 if { (ac_try="$ac_compile"
15759 case "(($ac_try" in
15760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15761 *) ac_try_echo=$ac_try;;
15762 esac
15763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15764 (eval "$ac_compile") 2>conftest.er1
15765 ac_status=$?
15766 grep -v '^ *+' conftest.er1 >conftest.err
15767 rm -f conftest.er1
15768 cat conftest.err >&5
15769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15770 (exit $ac_status); } && {
15771 test -z "$ac_c_werror_flag" ||
15772 test ! -s conftest.err
15773 } && test -s conftest.$ac_objext; then
15774 ac_header_compiler=yes
15775 else
15776 echo "$as_me: failed program was:" >&5
15777 sed 's/^/| /' conftest.$ac_ext >&5
15779 ac_header_compiler=no
15782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15783 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15784 echo "${ECHO_T}$ac_header_compiler" >&6; }
15786 # Is the header present?
15787 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15788 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15789 cat >conftest.$ac_ext <<_ACEOF
15790 /* confdefs.h. */
15791 _ACEOF
15792 cat confdefs.h >>conftest.$ac_ext
15793 cat >>conftest.$ac_ext <<_ACEOF
15794 /* end confdefs.h. */
15795 #include <$ac_header>
15796 _ACEOF
15797 if { (ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
15810 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15811 test ! -s conftest.err
15812 }; then
15813 ac_header_preproc=yes
15814 else
15815 echo "$as_me: failed program was:" >&5
15816 sed 's/^/| /' conftest.$ac_ext >&5
15818 ac_header_preproc=no
15821 rm -f conftest.err conftest.$ac_ext
15822 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15823 echo "${ECHO_T}$ac_header_preproc" >&6; }
15825 # So? What about this header?
15826 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15827 yes:no: )
15828 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15829 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15830 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15831 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15832 ac_header_preproc=yes
15834 no:yes:* )
15835 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15836 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15837 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15838 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15839 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15840 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15841 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15842 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15843 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15844 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15845 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15846 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15847 ( cat <<\_ASBOX
15848 ## ------------------------------------ ##
15849 ## Report this to wine-devel@winehq.org ##
15850 ## ------------------------------------ ##
15851 _ASBOX
15852 ) | sed "s/^/$as_me: WARNING: /" >&2
15854 esac
15855 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15856 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15858 echo $ECHO_N "(cached) $ECHO_C" >&6
15859 else
15860 eval "$as_ac_Header=\$ac_header_preproc"
15862 ac_res=`eval echo '${'$as_ac_Header'}'`
15863 { echo "$as_me:$LINENO: result: $ac_res" >&5
15864 echo "${ECHO_T}$ac_res" >&6; }
15867 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15868 cat >>confdefs.h <<_ACEOF
15869 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15870 _ACEOF
15874 done
15876 CPPFLAGS="$ac_save_CPPFLAGS"
15877 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15878 then
15879 FONTCONFIGINCL="$X_CFLAGS"
15881 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15882 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15883 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15884 echo $ECHO_N "(cached) $ECHO_C" >&6
15885 else
15886 ac_check_soname_save_LIBS=$LIBS
15887 LIBS="-lfontconfig $X_LIBS $LIBS"
15888 cat >conftest.$ac_ext <<_ACEOF
15889 /* confdefs.h. */
15890 _ACEOF
15891 cat confdefs.h >>conftest.$ac_ext
15892 cat >>conftest.$ac_ext <<_ACEOF
15893 /* end confdefs.h. */
15895 /* Override any GCC internal prototype to avoid an error.
15896 Use char because int might match the return type of a GCC
15897 builtin and then its argument prototype would still apply. */
15898 #ifdef __cplusplus
15899 extern "C"
15900 #endif
15901 char FcInit ();
15903 main ()
15905 return FcInit ();
15907 return 0;
15909 _ACEOF
15910 rm -f conftest.$ac_objext conftest$ac_exeext
15911 if { (ac_try="$ac_link"
15912 case "(($ac_try" in
15913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15914 *) ac_try_echo=$ac_try;;
15915 esac
15916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15917 (eval "$ac_link") 2>conftest.er1
15918 ac_status=$?
15919 grep -v '^ *+' conftest.er1 >conftest.err
15920 rm -f conftest.er1
15921 cat conftest.err >&5
15922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15923 (exit $ac_status); } && {
15924 test -z "$ac_c_werror_flag" ||
15925 test ! -s conftest.err
15926 } && test -s conftest$ac_exeext &&
15927 $as_test_x conftest$ac_exeext; then
15928 case "$LIBEXT" in
15929 dll) ;;
15930 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'` ;;
15931 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15932 esac
15933 else
15934 echo "$as_me: failed program was:" >&5
15935 sed 's/^/| /' conftest.$ac_ext >&5
15940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15941 conftest$ac_exeext conftest.$ac_ext
15942 LIBS=$ac_check_soname_save_LIBS
15944 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15945 { echo "$as_me:$LINENO: result: not found" >&5
15946 echo "${ECHO_T}not found" >&6; }
15948 else
15949 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15950 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15952 cat >>confdefs.h <<_ACEOF
15953 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15954 _ACEOF
15961 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15962 case "x$with_fontconfig" in
15963 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15964 xno) ;;
15965 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15966 This is an error since --with-fontconfig was requested." >&5
15967 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15968 This is an error since --with-fontconfig was requested." >&2;}
15969 { (exit 1); exit 1; }; } ;;
15970 esac
15974 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15975 then
15976 { echo "$as_me:$LINENO: checking for -lssl" >&5
15977 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15978 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15979 echo $ECHO_N "(cached) $ECHO_C" >&6
15980 else
15981 ac_check_soname_save_LIBS=$LIBS
15982 LIBS="-lssl $LIBS"
15983 cat >conftest.$ac_ext <<_ACEOF
15984 /* confdefs.h. */
15985 _ACEOF
15986 cat confdefs.h >>conftest.$ac_ext
15987 cat >>conftest.$ac_ext <<_ACEOF
15988 /* end confdefs.h. */
15990 /* Override any GCC internal prototype to avoid an error.
15991 Use char because int might match the return type of a GCC
15992 builtin and then its argument prototype would still apply. */
15993 #ifdef __cplusplus
15994 extern "C"
15995 #endif
15996 char SSL_library_init ();
15998 main ()
16000 return SSL_library_init ();
16002 return 0;
16004 _ACEOF
16005 rm -f conftest.$ac_objext conftest$ac_exeext
16006 if { (ac_try="$ac_link"
16007 case "(($ac_try" in
16008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16009 *) ac_try_echo=$ac_try;;
16010 esac
16011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16012 (eval "$ac_link") 2>conftest.er1
16013 ac_status=$?
16014 grep -v '^ *+' conftest.er1 >conftest.err
16015 rm -f conftest.er1
16016 cat conftest.err >&5
16017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018 (exit $ac_status); } && {
16019 test -z "$ac_c_werror_flag" ||
16020 test ! -s conftest.err
16021 } && test -s conftest$ac_exeext &&
16022 $as_test_x conftest$ac_exeext; then
16023 case "$LIBEXT" in
16024 dll) ;;
16025 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'` ;;
16026 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16027 esac
16028 else
16029 echo "$as_me: failed program was:" >&5
16030 sed 's/^/| /' conftest.$ac_ext >&5
16035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16036 conftest$ac_exeext conftest.$ac_ext
16037 LIBS=$ac_check_soname_save_LIBS
16039 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16040 { echo "$as_me:$LINENO: result: not found" >&5
16041 echo "${ECHO_T}not found" >&6; }
16043 else
16044 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16045 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16047 cat >>confdefs.h <<_ACEOF
16048 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16049 _ACEOF
16054 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16055 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16056 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16057 echo $ECHO_N "(cached) $ECHO_C" >&6
16058 else
16059 ac_check_soname_save_LIBS=$LIBS
16060 LIBS="-lcrypto $LIBS"
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h. */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h. */
16068 /* Override any GCC internal prototype to avoid an error.
16069 Use char because int might match the return type of a GCC
16070 builtin and then its argument prototype would still apply. */
16071 #ifdef __cplusplus
16072 extern "C"
16073 #endif
16074 char BIO_new_socket ();
16076 main ()
16078 return BIO_new_socket ();
16080 return 0;
16082 _ACEOF
16083 rm -f conftest.$ac_objext conftest$ac_exeext
16084 if { (ac_try="$ac_link"
16085 case "(($ac_try" in
16086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16087 *) ac_try_echo=$ac_try;;
16088 esac
16089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16090 (eval "$ac_link") 2>conftest.er1
16091 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } && {
16097 test -z "$ac_c_werror_flag" ||
16098 test ! -s conftest.err
16099 } && test -s conftest$ac_exeext &&
16100 $as_test_x conftest$ac_exeext; then
16101 case "$LIBEXT" in
16102 dll) ;;
16103 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'` ;;
16104 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16105 esac
16106 else
16107 echo "$as_me: failed program was:" >&5
16108 sed 's/^/| /' conftest.$ac_ext >&5
16113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16114 conftest$ac_exeext conftest.$ac_ext
16115 LIBS=$ac_check_soname_save_LIBS
16117 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16118 { echo "$as_me:$LINENO: result: not found" >&5
16119 echo "${ECHO_T}not found" >&6; }
16121 else
16122 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16123 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16125 cat >>confdefs.h <<_ACEOF
16126 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16127 _ACEOF
16133 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16134 case "x$with_openssl" in
16135 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16136 xno) ;;
16137 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16138 This is an error since --with-openssl was requested." >&5
16139 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16140 This is an error since --with-openssl was requested." >&2;}
16141 { (exit 1); exit 1; }; } ;;
16142 esac
16146 if test "$ac_cv_header_jpeglib_h" = "yes"
16147 then
16148 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16149 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16150 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16151 echo $ECHO_N "(cached) $ECHO_C" >&6
16152 else
16153 ac_check_soname_save_LIBS=$LIBS
16154 LIBS="-ljpeg $LIBS"
16155 cat >conftest.$ac_ext <<_ACEOF
16156 /* confdefs.h. */
16157 _ACEOF
16158 cat confdefs.h >>conftest.$ac_ext
16159 cat >>conftest.$ac_ext <<_ACEOF
16160 /* end confdefs.h. */
16162 /* Override any GCC internal prototype to avoid an error.
16163 Use char because int might match the return type of a GCC
16164 builtin and then its argument prototype would still apply. */
16165 #ifdef __cplusplus
16166 extern "C"
16167 #endif
16168 char jpeg_start_decompress ();
16170 main ()
16172 return jpeg_start_decompress ();
16174 return 0;
16176 _ACEOF
16177 rm -f conftest.$ac_objext conftest$ac_exeext
16178 if { (ac_try="$ac_link"
16179 case "(($ac_try" in
16180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16181 *) ac_try_echo=$ac_try;;
16182 esac
16183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16184 (eval "$ac_link") 2>conftest.er1
16185 ac_status=$?
16186 grep -v '^ *+' conftest.er1 >conftest.err
16187 rm -f conftest.er1
16188 cat conftest.err >&5
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } && {
16191 test -z "$ac_c_werror_flag" ||
16192 test ! -s conftest.err
16193 } && test -s conftest$ac_exeext &&
16194 $as_test_x conftest$ac_exeext; then
16195 case "$LIBEXT" in
16196 dll) ;;
16197 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'` ;;
16198 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16199 esac
16200 else
16201 echo "$as_me: failed program was:" >&5
16202 sed 's/^/| /' conftest.$ac_ext >&5
16207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16208 conftest$ac_exeext conftest.$ac_ext
16209 LIBS=$ac_check_soname_save_LIBS
16211 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16212 { echo "$as_me:$LINENO: result: not found" >&5
16213 echo "${ECHO_T}not found" >&6; }
16215 else
16216 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16217 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16219 cat >>confdefs.h <<_ACEOF
16220 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16221 _ACEOF
16227 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16228 case "x$with_jpeg" in
16229 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16230 xno) ;;
16231 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16232 This is an error since --with-jpeg was requested." >&5
16233 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16234 This is an error since --with-jpeg was requested." >&2;}
16235 { (exit 1); exit 1; }; } ;;
16236 esac
16240 if test "$ac_cv_header_png_h" = "yes"
16241 then
16242 { echo "$as_me:$LINENO: checking for -lpng" >&5
16243 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16244 if test "${ac_cv_lib_soname_png+set}" = set; then
16245 echo $ECHO_N "(cached) $ECHO_C" >&6
16246 else
16247 ac_check_soname_save_LIBS=$LIBS
16248 LIBS="-lpng -lm $LIBS"
16249 cat >conftest.$ac_ext <<_ACEOF
16250 /* confdefs.h. */
16251 _ACEOF
16252 cat confdefs.h >>conftest.$ac_ext
16253 cat >>conftest.$ac_ext <<_ACEOF
16254 /* end confdefs.h. */
16256 /* Override any GCC internal prototype to avoid an error.
16257 Use char because int might match the return type of a GCC
16258 builtin and then its argument prototype would still apply. */
16259 #ifdef __cplusplus
16260 extern "C"
16261 #endif
16262 char png_create_read_struct ();
16264 main ()
16266 return png_create_read_struct ();
16268 return 0;
16270 _ACEOF
16271 rm -f conftest.$ac_objext conftest$ac_exeext
16272 if { (ac_try="$ac_link"
16273 case "(($ac_try" in
16274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16275 *) ac_try_echo=$ac_try;;
16276 esac
16277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16278 (eval "$ac_link") 2>conftest.er1
16279 ac_status=$?
16280 grep -v '^ *+' conftest.er1 >conftest.err
16281 rm -f conftest.er1
16282 cat conftest.err >&5
16283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16284 (exit $ac_status); } && {
16285 test -z "$ac_c_werror_flag" ||
16286 test ! -s conftest.err
16287 } && test -s conftest$ac_exeext &&
16288 $as_test_x conftest$ac_exeext; then
16289 case "$LIBEXT" in
16290 dll) ;;
16291 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'` ;;
16292 *) 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'` ;;
16293 esac
16294 else
16295 echo "$as_me: failed program was:" >&5
16296 sed 's/^/| /' conftest.$ac_ext >&5
16301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16302 conftest$ac_exeext conftest.$ac_ext
16303 LIBS=$ac_check_soname_save_LIBS
16305 if test "x$ac_cv_lib_soname_png" = "x"; then
16306 { echo "$as_me:$LINENO: result: not found" >&5
16307 echo "${ECHO_T}not found" >&6; }
16309 else
16310 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16311 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16313 cat >>confdefs.h <<_ACEOF
16314 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16315 _ACEOF
16321 if test "x$ac_cv_lib_soname_png" = "x"; then
16322 case "x$with_png" in
16323 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16324 xno) ;;
16325 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16326 This is an error since --with-png was requested." >&5
16327 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16328 This is an error since --with-png was requested." >&2;}
16329 { (exit 1); exit 1; }; } ;;
16330 esac
16334 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16335 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16336 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16337 echo $ECHO_N "(cached) $ECHO_C" >&6
16338 else
16339 ac_check_soname_save_LIBS=$LIBS
16340 LIBS="-lodbc $LIBS"
16341 cat >conftest.$ac_ext <<_ACEOF
16342 /* confdefs.h. */
16343 _ACEOF
16344 cat confdefs.h >>conftest.$ac_ext
16345 cat >>conftest.$ac_ext <<_ACEOF
16346 /* end confdefs.h. */
16348 /* Override any GCC internal prototype to avoid an error.
16349 Use char because int might match the return type of a GCC
16350 builtin and then its argument prototype would still apply. */
16351 #ifdef __cplusplus
16352 extern "C"
16353 #endif
16354 char SQLConnect ();
16356 main ()
16358 return SQLConnect ();
16360 return 0;
16362 _ACEOF
16363 rm -f conftest.$ac_objext conftest$ac_exeext
16364 if { (ac_try="$ac_link"
16365 case "(($ac_try" in
16366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16367 *) ac_try_echo=$ac_try;;
16368 esac
16369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16370 (eval "$ac_link") 2>conftest.er1
16371 ac_status=$?
16372 grep -v '^ *+' conftest.er1 >conftest.err
16373 rm -f conftest.er1
16374 cat conftest.err >&5
16375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16376 (exit $ac_status); } && {
16377 test -z "$ac_c_werror_flag" ||
16378 test ! -s conftest.err
16379 } && test -s conftest$ac_exeext &&
16380 $as_test_x conftest$ac_exeext; then
16381 case "$LIBEXT" in
16382 dll) ;;
16383 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'` ;;
16384 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16385 esac
16386 else
16387 echo "$as_me: failed program was:" >&5
16388 sed 's/^/| /' conftest.$ac_ext >&5
16393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16394 conftest$ac_exeext conftest.$ac_ext
16395 LIBS=$ac_check_soname_save_LIBS
16397 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16398 { echo "$as_me:$LINENO: result: not found" >&5
16399 echo "${ECHO_T}not found" >&6; }
16400 cat >>confdefs.h <<_ACEOF
16401 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16402 _ACEOF
16404 else
16405 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16406 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16408 cat >>confdefs.h <<_ACEOF
16409 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16410 _ACEOF
16416 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16417 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16418 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16419 "$ac_cv_header_soundcard_h" != "yes" -a \
16420 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16421 then
16422 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16426 EXTRACFLAGS=""
16428 if test "x${GCC}" = "xyes"
16429 then
16430 EXTRACFLAGS="-Wall -pipe"
16432 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16433 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16434 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16435 echo $ECHO_N "(cached) $ECHO_C" >&6
16436 else
16437 if test "$cross_compiling" = yes; then
16438 ac_cv_c_gcc_strength_bug="yes"
16439 else
16440 cat >conftest.$ac_ext <<_ACEOF
16441 /* confdefs.h. */
16442 _ACEOF
16443 cat confdefs.h >>conftest.$ac_ext
16444 cat >>conftest.$ac_ext <<_ACEOF
16445 /* end confdefs.h. */
16446 int L[4] = {0,1,2,3};
16448 main ()
16450 static int Array[3];
16451 unsigned int B = 3;
16452 int i;
16453 for(i=0; i<B; i++) Array[i] = i - 3;
16454 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16455 L[i] = 4;
16456 exit( Array[1] != -2 || L[2] != 3)
16458 return 0;
16460 _ACEOF
16461 rm -f conftest$ac_exeext
16462 if { (ac_try="$ac_link"
16463 case "(($ac_try" in
16464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16465 *) ac_try_echo=$ac_try;;
16466 esac
16467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16468 (eval "$ac_link") 2>&5
16469 ac_status=$?
16470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16471 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16472 { (case "(($ac_try" in
16473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16474 *) ac_try_echo=$ac_try;;
16475 esac
16476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16477 (eval "$ac_try") 2>&5
16478 ac_status=$?
16479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16480 (exit $ac_status); }; }; then
16481 ac_cv_c_gcc_strength_bug="no"
16482 else
16483 echo "$as_me: program exited with status $ac_status" >&5
16484 echo "$as_me: failed program was:" >&5
16485 sed 's/^/| /' conftest.$ac_ext >&5
16487 ( exit $ac_status )
16488 ac_cv_c_gcc_strength_bug="yes"
16490 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16495 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16496 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16497 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16498 then
16499 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16503 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16504 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16505 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16506 echo $ECHO_N "(cached) $ECHO_C" >&6
16507 else
16508 ac_wine_try_cflags_saved=$CFLAGS
16509 CFLAGS="$CFLAGS -fshort-wchar"
16510 cat >conftest.$ac_ext <<_ACEOF
16511 /* confdefs.h. */
16512 _ACEOF
16513 cat confdefs.h >>conftest.$ac_ext
16514 cat >>conftest.$ac_ext <<_ACEOF
16515 /* end confdefs.h. */
16518 main ()
16522 return 0;
16524 _ACEOF
16525 rm -f conftest.$ac_objext conftest$ac_exeext
16526 if { (ac_try="$ac_link"
16527 case "(($ac_try" in
16528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16529 *) ac_try_echo=$ac_try;;
16530 esac
16531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16532 (eval "$ac_link") 2>conftest.er1
16533 ac_status=$?
16534 grep -v '^ *+' conftest.er1 >conftest.err
16535 rm -f conftest.er1
16536 cat conftest.err >&5
16537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16538 (exit $ac_status); } && {
16539 test -z "$ac_c_werror_flag" ||
16540 test ! -s conftest.err
16541 } && test -s conftest$ac_exeext &&
16542 $as_test_x conftest$ac_exeext; then
16543 ac_cv_cflags__fshort_wchar=yes
16544 else
16545 echo "$as_me: failed program was:" >&5
16546 sed 's/^/| /' conftest.$ac_ext >&5
16548 ac_cv_cflags__fshort_wchar=no
16551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16552 conftest$ac_exeext conftest.$ac_ext
16553 CFLAGS=$ac_wine_try_cflags_saved
16555 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16556 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16557 if test $ac_cv_cflags__fshort_wchar = yes; then
16559 cat >>confdefs.h <<\_ACEOF
16560 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16561 _ACEOF
16565 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16566 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16567 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16568 echo $ECHO_N "(cached) $ECHO_C" >&6
16569 else
16570 ac_wine_try_cflags_saved=$CFLAGS
16571 CFLAGS="$CFLAGS -fno-builtin"
16572 cat >conftest.$ac_ext <<_ACEOF
16573 /* confdefs.h. */
16574 _ACEOF
16575 cat confdefs.h >>conftest.$ac_ext
16576 cat >>conftest.$ac_ext <<_ACEOF
16577 /* end confdefs.h. */
16580 main ()
16584 return 0;
16586 _ACEOF
16587 rm -f conftest.$ac_objext conftest$ac_exeext
16588 if { (ac_try="$ac_link"
16589 case "(($ac_try" in
16590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16591 *) ac_try_echo=$ac_try;;
16592 esac
16593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16594 (eval "$ac_link") 2>conftest.er1
16595 ac_status=$?
16596 grep -v '^ *+' conftest.er1 >conftest.err
16597 rm -f conftest.er1
16598 cat conftest.err >&5
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); } && {
16601 test -z "$ac_c_werror_flag" ||
16602 test ! -s conftest.err
16603 } && test -s conftest$ac_exeext &&
16604 $as_test_x conftest$ac_exeext; then
16605 ac_cv_cflags__fno_builtin=yes
16606 else
16607 echo "$as_me: failed program was:" >&5
16608 sed 's/^/| /' conftest.$ac_ext >&5
16610 ac_cv_cflags__fno_builtin=no
16613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16614 conftest$ac_exeext conftest.$ac_ext
16615 CFLAGS=$ac_wine_try_cflags_saved
16617 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16618 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16619 if test $ac_cv_cflags__fno_builtin = yes; then
16620 BUILTINFLAG="-fno-builtin"
16624 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16625 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16626 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16627 echo $ECHO_N "(cached) $ECHO_C" >&6
16628 else
16629 ac_wine_try_cflags_saved=$CFLAGS
16630 CFLAGS="$CFLAGS -fno-strict-aliasing"
16631 cat >conftest.$ac_ext <<_ACEOF
16632 /* confdefs.h. */
16633 _ACEOF
16634 cat confdefs.h >>conftest.$ac_ext
16635 cat >>conftest.$ac_ext <<_ACEOF
16636 /* end confdefs.h. */
16639 main ()
16643 return 0;
16645 _ACEOF
16646 rm -f conftest.$ac_objext conftest$ac_exeext
16647 if { (ac_try="$ac_link"
16648 case "(($ac_try" in
16649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16650 *) ac_try_echo=$ac_try;;
16651 esac
16652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16653 (eval "$ac_link") 2>conftest.er1
16654 ac_status=$?
16655 grep -v '^ *+' conftest.er1 >conftest.err
16656 rm -f conftest.er1
16657 cat conftest.err >&5
16658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16659 (exit $ac_status); } && {
16660 test -z "$ac_c_werror_flag" ||
16661 test ! -s conftest.err
16662 } && test -s conftest$ac_exeext &&
16663 $as_test_x conftest$ac_exeext; then
16664 ac_cv_cflags__fno_strict_aliasing=yes
16665 else
16666 echo "$as_me: failed program was:" >&5
16667 sed 's/^/| /' conftest.$ac_ext >&5
16669 ac_cv_cflags__fno_strict_aliasing=no
16672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16673 conftest$ac_exeext conftest.$ac_ext
16674 CFLAGS=$ac_wine_try_cflags_saved
16676 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16677 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16678 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16679 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16682 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16683 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16684 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16685 echo $ECHO_N "(cached) $ECHO_C" >&6
16686 else
16687 ac_wine_try_cflags_saved=$CFLAGS
16688 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16689 cat >conftest.$ac_ext <<_ACEOF
16690 /* confdefs.h. */
16691 _ACEOF
16692 cat confdefs.h >>conftest.$ac_ext
16693 cat >>conftest.$ac_ext <<_ACEOF
16694 /* end confdefs.h. */
16697 main ()
16701 return 0;
16703 _ACEOF
16704 rm -f conftest.$ac_objext conftest$ac_exeext
16705 if { (ac_try="$ac_link"
16706 case "(($ac_try" in
16707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16708 *) ac_try_echo=$ac_try;;
16709 esac
16710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16711 (eval "$ac_link") 2>conftest.er1
16712 ac_status=$?
16713 grep -v '^ *+' conftest.er1 >conftest.err
16714 rm -f conftest.er1
16715 cat conftest.err >&5
16716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16717 (exit $ac_status); } && {
16718 test -z "$ac_c_werror_flag" ||
16719 test ! -s conftest.err
16720 } && test -s conftest$ac_exeext &&
16721 $as_test_x conftest$ac_exeext; then
16722 ac_cv_cflags__Wdeclaration_after_statement=yes
16723 else
16724 echo "$as_me: failed program was:" >&5
16725 sed 's/^/| /' conftest.$ac_ext >&5
16727 ac_cv_cflags__Wdeclaration_after_statement=no
16730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16731 conftest$ac_exeext conftest.$ac_ext
16732 CFLAGS=$ac_wine_try_cflags_saved
16734 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16735 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16736 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16737 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16740 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16741 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16742 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16743 echo $ECHO_N "(cached) $ECHO_C" >&6
16744 else
16745 ac_wine_try_cflags_saved=$CFLAGS
16746 CFLAGS="$CFLAGS -Wwrite-strings"
16747 cat >conftest.$ac_ext <<_ACEOF
16748 /* confdefs.h. */
16749 _ACEOF
16750 cat confdefs.h >>conftest.$ac_ext
16751 cat >>conftest.$ac_ext <<_ACEOF
16752 /* end confdefs.h. */
16755 main ()
16759 return 0;
16761 _ACEOF
16762 rm -f conftest.$ac_objext conftest$ac_exeext
16763 if { (ac_try="$ac_link"
16764 case "(($ac_try" in
16765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16766 *) ac_try_echo=$ac_try;;
16767 esac
16768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16769 (eval "$ac_link") 2>conftest.er1
16770 ac_status=$?
16771 grep -v '^ *+' conftest.er1 >conftest.err
16772 rm -f conftest.er1
16773 cat conftest.err >&5
16774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16775 (exit $ac_status); } && {
16776 test -z "$ac_c_werror_flag" ||
16777 test ! -s conftest.err
16778 } && test -s conftest$ac_exeext &&
16779 $as_test_x conftest$ac_exeext; then
16780 ac_cv_cflags__Wwrite_strings=yes
16781 else
16782 echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.$ac_ext >&5
16785 ac_cv_cflags__Wwrite_strings=no
16788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16789 conftest$ac_exeext conftest.$ac_ext
16790 CFLAGS=$ac_wine_try_cflags_saved
16792 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16793 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16794 if test $ac_cv_cflags__Wwrite_strings = yes; then
16795 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16798 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16799 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16800 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16801 echo $ECHO_N "(cached) $ECHO_C" >&6
16802 else
16803 ac_wine_try_cflags_saved=$CFLAGS
16804 CFLAGS="$CFLAGS -Wtype-limits"
16805 cat >conftest.$ac_ext <<_ACEOF
16806 /* confdefs.h. */
16807 _ACEOF
16808 cat confdefs.h >>conftest.$ac_ext
16809 cat >>conftest.$ac_ext <<_ACEOF
16810 /* end confdefs.h. */
16813 main ()
16817 return 0;
16819 _ACEOF
16820 rm -f conftest.$ac_objext conftest$ac_exeext
16821 if { (ac_try="$ac_link"
16822 case "(($ac_try" in
16823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16824 *) ac_try_echo=$ac_try;;
16825 esac
16826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16827 (eval "$ac_link") 2>conftest.er1
16828 ac_status=$?
16829 grep -v '^ *+' conftest.er1 >conftest.err
16830 rm -f conftest.er1
16831 cat conftest.err >&5
16832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16833 (exit $ac_status); } && {
16834 test -z "$ac_c_werror_flag" ||
16835 test ! -s conftest.err
16836 } && test -s conftest$ac_exeext &&
16837 $as_test_x conftest$ac_exeext; then
16838 ac_cv_cflags__Wtype_limits=yes
16839 else
16840 echo "$as_me: failed program was:" >&5
16841 sed 's/^/| /' conftest.$ac_ext >&5
16843 ac_cv_cflags__Wtype_limits=no
16846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16847 conftest$ac_exeext conftest.$ac_ext
16848 CFLAGS=$ac_wine_try_cflags_saved
16850 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16851 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16852 if test $ac_cv_cflags__Wtype_limits = yes; then
16853 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16857 saved_CFLAGS="$CFLAGS"
16858 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16859 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16860 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16861 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16862 echo $ECHO_N "(cached) $ECHO_C" >&6
16863 else
16864 cat >conftest.$ac_ext <<_ACEOF
16865 /* confdefs.h. */
16866 _ACEOF
16867 cat confdefs.h >>conftest.$ac_ext
16868 cat >>conftest.$ac_ext <<_ACEOF
16869 /* end confdefs.h. */
16870 #include <string.h>
16872 main ()
16876 return 0;
16878 _ACEOF
16879 rm -f conftest.$ac_objext
16880 if { (ac_try="$ac_compile"
16881 case "(($ac_try" in
16882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16883 *) ac_try_echo=$ac_try;;
16884 esac
16885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16886 (eval "$ac_compile") 2>conftest.er1
16887 ac_status=$?
16888 grep -v '^ *+' conftest.er1 >conftest.err
16889 rm -f conftest.er1
16890 cat conftest.err >&5
16891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892 (exit $ac_status); } && {
16893 test -z "$ac_c_werror_flag" ||
16894 test ! -s conftest.err
16895 } && test -s conftest.$ac_objext; then
16896 ac_cv_c_string_h_warnings=no
16897 else
16898 echo "$as_me: failed program was:" >&5
16899 sed 's/^/| /' conftest.$ac_ext >&5
16901 ac_cv_c_string_h_warnings=yes
16904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16906 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16907 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16908 CFLAGS="$saved_CFLAGS"
16909 if test "$ac_cv_c_string_h_warnings" = "no"
16910 then
16911 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16916 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16917 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16918 if test "${ac_cv_asm_func_def+set}" = set; then
16919 echo $ECHO_N "(cached) $ECHO_C" >&6
16920 else
16921 cat >conftest.$ac_ext <<_ACEOF
16922 /* confdefs.h. */
16923 _ACEOF
16924 cat confdefs.h >>conftest.$ac_ext
16925 cat >>conftest.$ac_ext <<_ACEOF
16926 /* end confdefs.h. */
16929 main ()
16931 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16933 return 0;
16935 _ACEOF
16936 rm -f conftest.$ac_objext conftest$ac_exeext
16937 if { (ac_try="$ac_link"
16938 case "(($ac_try" in
16939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16940 *) ac_try_echo=$ac_try;;
16941 esac
16942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16943 (eval "$ac_link") 2>conftest.er1
16944 ac_status=$?
16945 grep -v '^ *+' conftest.er1 >conftest.err
16946 rm -f conftest.er1
16947 cat conftest.err >&5
16948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16949 (exit $ac_status); } && {
16950 test -z "$ac_c_werror_flag" ||
16951 test ! -s conftest.err
16952 } && test -s conftest$ac_exeext &&
16953 $as_test_x conftest$ac_exeext; then
16954 ac_cv_asm_func_def=".def"
16955 else
16956 echo "$as_me: failed program was:" >&5
16957 sed 's/^/| /' conftest.$ac_ext >&5
16959 cat >conftest.$ac_ext <<_ACEOF
16960 /* confdefs.h. */
16961 _ACEOF
16962 cat confdefs.h >>conftest.$ac_ext
16963 cat >>conftest.$ac_ext <<_ACEOF
16964 /* end confdefs.h. */
16967 main ()
16969 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16971 return 0;
16973 _ACEOF
16974 rm -f conftest.$ac_objext conftest$ac_exeext
16975 if { (ac_try="$ac_link"
16976 case "(($ac_try" in
16977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16978 *) ac_try_echo=$ac_try;;
16979 esac
16980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16981 (eval "$ac_link") 2>conftest.er1
16982 ac_status=$?
16983 grep -v '^ *+' conftest.er1 >conftest.err
16984 rm -f conftest.er1
16985 cat conftest.err >&5
16986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16987 (exit $ac_status); } && {
16988 test -z "$ac_c_werror_flag" ||
16989 test ! -s conftest.err
16990 } && test -s conftest$ac_exeext &&
16991 $as_test_x conftest$ac_exeext; then
16992 ac_cv_asm_func_def=".type @function"
16993 else
16994 echo "$as_me: failed program was:" >&5
16995 sed 's/^/| /' conftest.$ac_ext >&5
16997 cat >conftest.$ac_ext <<_ACEOF
16998 /* confdefs.h. */
16999 _ACEOF
17000 cat confdefs.h >>conftest.$ac_ext
17001 cat >>conftest.$ac_ext <<_ACEOF
17002 /* end confdefs.h. */
17005 main ()
17007 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17009 return 0;
17011 _ACEOF
17012 rm -f conftest.$ac_objext conftest$ac_exeext
17013 if { (ac_try="$ac_link"
17014 case "(($ac_try" in
17015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17016 *) ac_try_echo=$ac_try;;
17017 esac
17018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17019 (eval "$ac_link") 2>conftest.er1
17020 ac_status=$?
17021 grep -v '^ *+' conftest.er1 >conftest.err
17022 rm -f conftest.er1
17023 cat conftest.err >&5
17024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025 (exit $ac_status); } && {
17026 test -z "$ac_c_werror_flag" ||
17027 test ! -s conftest.err
17028 } && test -s conftest$ac_exeext &&
17029 $as_test_x conftest$ac_exeext; then
17030 ac_cv_asm_func_def=".type 2"
17031 else
17032 echo "$as_me: failed program was:" >&5
17033 sed 's/^/| /' conftest.$ac_ext >&5
17035 ac_cv_asm_func_def="unknown"
17038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17039 conftest$ac_exeext conftest.$ac_ext
17042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17043 conftest$ac_exeext conftest.$ac_ext
17046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17047 conftest$ac_exeext conftest.$ac_ext
17049 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17050 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17054 case "$ac_cv_asm_func_def" in
17055 ".def")
17056 cat >>confdefs.h <<\_ACEOF
17057 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17058 _ACEOF
17060 ".type @function")
17061 cat >>confdefs.h <<\_ACEOF
17062 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17063 _ACEOF
17065 ".type 2")
17066 cat >>confdefs.h <<\_ACEOF
17067 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17068 _ACEOF
17071 cat >>confdefs.h <<\_ACEOF
17072 #define __ASM_FUNC(name) ""
17073 _ACEOF
17075 esac
17078 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17079 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17080 if test "${ac_cv_c_extern_prefix+set}" = set; then
17081 echo $ECHO_N "(cached) $ECHO_C" >&6
17082 else
17083 cat >conftest.$ac_ext <<_ACEOF
17084 /* confdefs.h. */
17085 _ACEOF
17086 cat confdefs.h >>conftest.$ac_ext
17087 cat >>conftest.$ac_ext <<_ACEOF
17088 /* end confdefs.h. */
17089 extern int ac_test;
17091 main ()
17093 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17095 return 0;
17097 _ACEOF
17098 rm -f conftest.$ac_objext conftest$ac_exeext
17099 if { (ac_try="$ac_link"
17100 case "(($ac_try" in
17101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17102 *) ac_try_echo=$ac_try;;
17103 esac
17104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17105 (eval "$ac_link") 2>conftest.er1
17106 ac_status=$?
17107 grep -v '^ *+' conftest.er1 >conftest.err
17108 rm -f conftest.er1
17109 cat conftest.err >&5
17110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17111 (exit $ac_status); } && {
17112 test -z "$ac_c_werror_flag" ||
17113 test ! -s conftest.err
17114 } && test -s conftest$ac_exeext &&
17115 $as_test_x conftest$ac_exeext; then
17116 ac_cv_c_extern_prefix="yes"
17117 else
17118 echo "$as_me: failed program was:" >&5
17119 sed 's/^/| /' conftest.$ac_ext >&5
17121 ac_cv_c_extern_prefix="no"
17124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17125 conftest$ac_exeext conftest.$ac_ext
17127 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17128 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17132 if test "$ac_cv_c_extern_prefix" = "yes"
17133 then
17134 cat >>confdefs.h <<\_ACEOF
17135 #define __ASM_NAME(name) "_" name
17136 _ACEOF
17138 else
17139 cat >>confdefs.h <<\_ACEOF
17140 #define __ASM_NAME(name) name
17141 _ACEOF
17146 LDPATH=""
17148 case $build_os in
17149 cygwin*|mingw32*)
17150 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17152 darwin*|macosx*)
17154 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17155 then
17156 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17160 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17162 esac
17164 case $host_os in
17165 mingw32*)
17166 CRTLIBS="-lmsvcrt"
17168 SOCKETLIBS="-lws2_32"
17171 esac
17173 MAIN_BINARY="wine-pthread"
17174 case $host_cpu in
17175 *i[3456789]86*)
17176 case $host_os in
17177 linux* | k*bsd*-gnu)
17178 MAIN_BINARY="wine-glibc"
17180 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17182 freebsd*)
17183 MAIN_BINARY="wine-freebsd"
17185 EXTRA_BINARIES="wine-pthread"
17187 esac
17189 esac
17262 for ac_func in \
17263 _pclose \
17264 _popen \
17265 _snprintf \
17266 _spawnvp \
17267 _strdup \
17268 _stricmp \
17269 _strnicmp \
17270 _strtoi64 \
17271 _strtoui64 \
17272 _vsnprintf \
17273 asctime_r \
17274 chsize \
17275 clone \
17276 dlopen \
17277 epoll_create \
17278 ffs \
17279 finite \
17280 fork \
17281 fpclass \
17282 fstatfs \
17283 fstatvfs \
17284 ftruncate \
17285 futimes \
17286 futimesat \
17287 getdirentries \
17288 getopt_long \
17289 getpagesize \
17290 getpwuid \
17291 gettid \
17292 gettimeofday \
17293 getuid \
17294 inet_pton \
17295 kqueue \
17296 lstat \
17297 memmove \
17298 mmap \
17299 pclose \
17300 poll \
17301 popen \
17302 prctl \
17303 pread \
17304 pwrite \
17305 readdir \
17306 readlink \
17307 rfork \
17308 sched_yield \
17309 select \
17310 setproctitle \
17311 setrlimit \
17312 settimeofday \
17313 sigaltstack \
17314 sigprocmask \
17315 snprintf \
17316 spawnvp \
17317 statfs \
17318 statvfs \
17319 strcasecmp \
17320 strdup \
17321 strerror \
17322 strncasecmp \
17323 strtold \
17324 strtoll \
17325 strtoull \
17326 tcgetattr \
17327 thr_kill2 \
17328 timegm \
17329 usleep \
17330 vsnprintf \
17331 wait4 \
17332 waitpid \
17335 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17336 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17337 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17338 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17339 echo $ECHO_N "(cached) $ECHO_C" >&6
17340 else
17341 cat >conftest.$ac_ext <<_ACEOF
17342 /* confdefs.h. */
17343 _ACEOF
17344 cat confdefs.h >>conftest.$ac_ext
17345 cat >>conftest.$ac_ext <<_ACEOF
17346 /* end confdefs.h. */
17347 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17348 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17349 #define $ac_func innocuous_$ac_func
17351 /* System header to define __stub macros and hopefully few prototypes,
17352 which can conflict with char $ac_func (); below.
17353 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17354 <limits.h> exists even on freestanding compilers. */
17356 #ifdef __STDC__
17357 # include <limits.h>
17358 #else
17359 # include <assert.h>
17360 #endif
17362 #undef $ac_func
17364 /* Override any GCC internal prototype to avoid an error.
17365 Use char because int might match the return type of a GCC
17366 builtin and then its argument prototype would still apply. */
17367 #ifdef __cplusplus
17368 extern "C"
17369 #endif
17370 char $ac_func ();
17371 /* The GNU C library defines this for functions which it implements
17372 to always fail with ENOSYS. Some functions are actually named
17373 something starting with __ and the normal name is an alias. */
17374 #if defined __stub_$ac_func || defined __stub___$ac_func
17375 choke me
17376 #endif
17379 main ()
17381 return $ac_func ();
17383 return 0;
17385 _ACEOF
17386 rm -f conftest.$ac_objext conftest$ac_exeext
17387 if { (ac_try="$ac_link"
17388 case "(($ac_try" in
17389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17390 *) ac_try_echo=$ac_try;;
17391 esac
17392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17393 (eval "$ac_link") 2>conftest.er1
17394 ac_status=$?
17395 grep -v '^ *+' conftest.er1 >conftest.err
17396 rm -f conftest.er1
17397 cat conftest.err >&5
17398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17399 (exit $ac_status); } && {
17400 test -z "$ac_c_werror_flag" ||
17401 test ! -s conftest.err
17402 } && test -s conftest$ac_exeext &&
17403 $as_test_x conftest$ac_exeext; then
17404 eval "$as_ac_var=yes"
17405 else
17406 echo "$as_me: failed program was:" >&5
17407 sed 's/^/| /' conftest.$ac_ext >&5
17409 eval "$as_ac_var=no"
17412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17413 conftest$ac_exeext conftest.$ac_ext
17415 ac_res=`eval echo '${'$as_ac_var'}'`
17416 { echo "$as_me:$LINENO: result: $ac_res" >&5
17417 echo "${ECHO_T}$ac_res" >&6; }
17418 if test `eval echo '${'$as_ac_var'}'` = yes; then
17419 cat >>confdefs.h <<_ACEOF
17420 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17421 _ACEOF
17424 done
17427 if test "$ac_cv_func_dlopen" = no
17428 then
17429 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17430 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17431 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17432 echo $ECHO_N "(cached) $ECHO_C" >&6
17433 else
17434 ac_check_lib_save_LIBS=$LIBS
17435 LIBS="-ldl $LIBS"
17436 cat >conftest.$ac_ext <<_ACEOF
17437 /* confdefs.h. */
17438 _ACEOF
17439 cat confdefs.h >>conftest.$ac_ext
17440 cat >>conftest.$ac_ext <<_ACEOF
17441 /* end confdefs.h. */
17443 /* Override any GCC internal prototype to avoid an error.
17444 Use char because int might match the return type of a GCC
17445 builtin and then its argument prototype would still apply. */
17446 #ifdef __cplusplus
17447 extern "C"
17448 #endif
17449 char dlopen ();
17451 main ()
17453 return dlopen ();
17455 return 0;
17457 _ACEOF
17458 rm -f conftest.$ac_objext conftest$ac_exeext
17459 if { (ac_try="$ac_link"
17460 case "(($ac_try" in
17461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17462 *) ac_try_echo=$ac_try;;
17463 esac
17464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17465 (eval "$ac_link") 2>conftest.er1
17466 ac_status=$?
17467 grep -v '^ *+' conftest.er1 >conftest.err
17468 rm -f conftest.er1
17469 cat conftest.err >&5
17470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17471 (exit $ac_status); } && {
17472 test -z "$ac_c_werror_flag" ||
17473 test ! -s conftest.err
17474 } && test -s conftest$ac_exeext &&
17475 $as_test_x conftest$ac_exeext; then
17476 ac_cv_lib_dl_dlopen=yes
17477 else
17478 echo "$as_me: failed program was:" >&5
17479 sed 's/^/| /' conftest.$ac_ext >&5
17481 ac_cv_lib_dl_dlopen=no
17484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17485 conftest$ac_exeext conftest.$ac_ext
17486 LIBS=$ac_check_lib_save_LIBS
17488 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17489 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17490 if test $ac_cv_lib_dl_dlopen = yes; then
17491 cat >>confdefs.h <<\_ACEOF
17492 #define HAVE_DLOPEN 1
17493 _ACEOF
17494 LIBDL="-ldl"
17499 ac_wine_check_funcs_save_LIBS="$LIBS"
17500 LIBS="$LIBS $LIBDL"
17502 for ac_func in dladdr
17504 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17505 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17506 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17507 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17508 echo $ECHO_N "(cached) $ECHO_C" >&6
17509 else
17510 cat >conftest.$ac_ext <<_ACEOF
17511 /* confdefs.h. */
17512 _ACEOF
17513 cat confdefs.h >>conftest.$ac_ext
17514 cat >>conftest.$ac_ext <<_ACEOF
17515 /* end confdefs.h. */
17516 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17518 #define $ac_func innocuous_$ac_func
17520 /* System header to define __stub macros and hopefully few prototypes,
17521 which can conflict with char $ac_func (); below.
17522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17523 <limits.h> exists even on freestanding compilers. */
17525 #ifdef __STDC__
17526 # include <limits.h>
17527 #else
17528 # include <assert.h>
17529 #endif
17531 #undef $ac_func
17533 /* Override any GCC internal prototype to avoid an error.
17534 Use char because int might match the return type of a GCC
17535 builtin and then its argument prototype would still apply. */
17536 #ifdef __cplusplus
17537 extern "C"
17538 #endif
17539 char $ac_func ();
17540 /* The GNU C library defines this for functions which it implements
17541 to always fail with ENOSYS. Some functions are actually named
17542 something starting with __ and the normal name is an alias. */
17543 #if defined __stub_$ac_func || defined __stub___$ac_func
17544 choke me
17545 #endif
17548 main ()
17550 return $ac_func ();
17552 return 0;
17554 _ACEOF
17555 rm -f conftest.$ac_objext conftest$ac_exeext
17556 if { (ac_try="$ac_link"
17557 case "(($ac_try" in
17558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17559 *) ac_try_echo=$ac_try;;
17560 esac
17561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17562 (eval "$ac_link") 2>conftest.er1
17563 ac_status=$?
17564 grep -v '^ *+' conftest.er1 >conftest.err
17565 rm -f conftest.er1
17566 cat conftest.err >&5
17567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17568 (exit $ac_status); } && {
17569 test -z "$ac_c_werror_flag" ||
17570 test ! -s conftest.err
17571 } && test -s conftest$ac_exeext &&
17572 $as_test_x conftest$ac_exeext; then
17573 eval "$as_ac_var=yes"
17574 else
17575 echo "$as_me: failed program was:" >&5
17576 sed 's/^/| /' conftest.$ac_ext >&5
17578 eval "$as_ac_var=no"
17581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17582 conftest$ac_exeext conftest.$ac_ext
17584 ac_res=`eval echo '${'$as_ac_var'}'`
17585 { echo "$as_me:$LINENO: result: $ac_res" >&5
17586 echo "${ECHO_T}$ac_res" >&6; }
17587 if test `eval echo '${'$as_ac_var'}'` = yes; then
17588 cat >>confdefs.h <<_ACEOF
17589 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17590 _ACEOF
17593 done
17595 LIBS="$ac_wine_check_funcs_save_LIBS"
17597 if test "$ac_cv_func_poll" = no
17598 then
17599 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17600 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17601 if test "${ac_cv_lib_poll_poll+set}" = set; then
17602 echo $ECHO_N "(cached) $ECHO_C" >&6
17603 else
17604 ac_check_lib_save_LIBS=$LIBS
17605 LIBS="-lpoll $LIBS"
17606 cat >conftest.$ac_ext <<_ACEOF
17607 /* confdefs.h. */
17608 _ACEOF
17609 cat confdefs.h >>conftest.$ac_ext
17610 cat >>conftest.$ac_ext <<_ACEOF
17611 /* end confdefs.h. */
17613 /* Override any GCC internal prototype to avoid an error.
17614 Use char because int might match the return type of a GCC
17615 builtin and then its argument prototype would still apply. */
17616 #ifdef __cplusplus
17617 extern "C"
17618 #endif
17619 char poll ();
17621 main ()
17623 return poll ();
17625 return 0;
17627 _ACEOF
17628 rm -f conftest.$ac_objext conftest$ac_exeext
17629 if { (ac_try="$ac_link"
17630 case "(($ac_try" in
17631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17632 *) ac_try_echo=$ac_try;;
17633 esac
17634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17635 (eval "$ac_link") 2>conftest.er1
17636 ac_status=$?
17637 grep -v '^ *+' conftest.er1 >conftest.err
17638 rm -f conftest.er1
17639 cat conftest.err >&5
17640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17641 (exit $ac_status); } && {
17642 test -z "$ac_c_werror_flag" ||
17643 test ! -s conftest.err
17644 } && test -s conftest$ac_exeext &&
17645 $as_test_x conftest$ac_exeext; then
17646 ac_cv_lib_poll_poll=yes
17647 else
17648 echo "$as_me: failed program was:" >&5
17649 sed 's/^/| /' conftest.$ac_ext >&5
17651 ac_cv_lib_poll_poll=no
17654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17655 conftest$ac_exeext conftest.$ac_ext
17656 LIBS=$ac_check_lib_save_LIBS
17658 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17659 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17660 if test $ac_cv_lib_poll_poll = yes; then
17661 cat >>confdefs.h <<\_ACEOF
17662 #define HAVE_POLL 1
17663 _ACEOF
17664 LIBPOLL="-lpoll"
17670 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17671 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17672 if test "${ac_cv_search_gethostbyname+set}" = set; then
17673 echo $ECHO_N "(cached) $ECHO_C" >&6
17674 else
17675 ac_func_search_save_LIBS=$LIBS
17676 cat >conftest.$ac_ext <<_ACEOF
17677 /* confdefs.h. */
17678 _ACEOF
17679 cat confdefs.h >>conftest.$ac_ext
17680 cat >>conftest.$ac_ext <<_ACEOF
17681 /* end confdefs.h. */
17683 /* Override any GCC internal prototype to avoid an error.
17684 Use char because int might match the return type of a GCC
17685 builtin and then its argument prototype would still apply. */
17686 #ifdef __cplusplus
17687 extern "C"
17688 #endif
17689 char gethostbyname ();
17691 main ()
17693 return gethostbyname ();
17695 return 0;
17697 _ACEOF
17698 for ac_lib in '' nsl; do
17699 if test -z "$ac_lib"; then
17700 ac_res="none required"
17701 else
17702 ac_res=-l$ac_lib
17703 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17705 rm -f conftest.$ac_objext conftest$ac_exeext
17706 if { (ac_try="$ac_link"
17707 case "(($ac_try" in
17708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17709 *) ac_try_echo=$ac_try;;
17710 esac
17711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17712 (eval "$ac_link") 2>conftest.er1
17713 ac_status=$?
17714 grep -v '^ *+' conftest.er1 >conftest.err
17715 rm -f conftest.er1
17716 cat conftest.err >&5
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); } && {
17719 test -z "$ac_c_werror_flag" ||
17720 test ! -s conftest.err
17721 } && test -s conftest$ac_exeext &&
17722 $as_test_x conftest$ac_exeext; then
17723 ac_cv_search_gethostbyname=$ac_res
17724 else
17725 echo "$as_me: failed program was:" >&5
17726 sed 's/^/| /' conftest.$ac_ext >&5
17731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17732 conftest$ac_exeext
17733 if test "${ac_cv_search_gethostbyname+set}" = set; then
17734 break
17736 done
17737 if test "${ac_cv_search_gethostbyname+set}" = set; then
17739 else
17740 ac_cv_search_gethostbyname=no
17742 rm conftest.$ac_ext
17743 LIBS=$ac_func_search_save_LIBS
17745 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17746 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17747 ac_res=$ac_cv_search_gethostbyname
17748 if test "$ac_res" != no; then
17749 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17754 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17755 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17756 if test "${ac_cv_search_connect+set}" = set; then
17757 echo $ECHO_N "(cached) $ECHO_C" >&6
17758 else
17759 ac_func_search_save_LIBS=$LIBS
17760 cat >conftest.$ac_ext <<_ACEOF
17761 /* confdefs.h. */
17762 _ACEOF
17763 cat confdefs.h >>conftest.$ac_ext
17764 cat >>conftest.$ac_ext <<_ACEOF
17765 /* end confdefs.h. */
17767 /* Override any GCC internal prototype to avoid an error.
17768 Use char because int might match the return type of a GCC
17769 builtin and then its argument prototype would still apply. */
17770 #ifdef __cplusplus
17771 extern "C"
17772 #endif
17773 char connect ();
17775 main ()
17777 return connect ();
17779 return 0;
17781 _ACEOF
17782 for ac_lib in '' socket; do
17783 if test -z "$ac_lib"; then
17784 ac_res="none required"
17785 else
17786 ac_res=-l$ac_lib
17787 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17789 rm -f conftest.$ac_objext conftest$ac_exeext
17790 if { (ac_try="$ac_link"
17791 case "(($ac_try" in
17792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17793 *) ac_try_echo=$ac_try;;
17794 esac
17795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17796 (eval "$ac_link") 2>conftest.er1
17797 ac_status=$?
17798 grep -v '^ *+' conftest.er1 >conftest.err
17799 rm -f conftest.er1
17800 cat conftest.err >&5
17801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802 (exit $ac_status); } && {
17803 test -z "$ac_c_werror_flag" ||
17804 test ! -s conftest.err
17805 } && test -s conftest$ac_exeext &&
17806 $as_test_x conftest$ac_exeext; then
17807 ac_cv_search_connect=$ac_res
17808 else
17809 echo "$as_me: failed program was:" >&5
17810 sed 's/^/| /' conftest.$ac_ext >&5
17815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17816 conftest$ac_exeext
17817 if test "${ac_cv_search_connect+set}" = set; then
17818 break
17820 done
17821 if test "${ac_cv_search_connect+set}" = set; then
17823 else
17824 ac_cv_search_connect=no
17826 rm conftest.$ac_ext
17827 LIBS=$ac_func_search_save_LIBS
17829 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17830 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17831 ac_res=$ac_cv_search_connect
17832 if test "$ac_res" != no; then
17833 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17838 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17839 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17840 if test "${ac_cv_search_inet_aton+set}" = set; then
17841 echo $ECHO_N "(cached) $ECHO_C" >&6
17842 else
17843 ac_func_search_save_LIBS=$LIBS
17844 cat >conftest.$ac_ext <<_ACEOF
17845 /* confdefs.h. */
17846 _ACEOF
17847 cat confdefs.h >>conftest.$ac_ext
17848 cat >>conftest.$ac_ext <<_ACEOF
17849 /* end confdefs.h. */
17851 /* Override any GCC internal prototype to avoid an error.
17852 Use char because int might match the return type of a GCC
17853 builtin and then its argument prototype would still apply. */
17854 #ifdef __cplusplus
17855 extern "C"
17856 #endif
17857 char inet_aton ();
17859 main ()
17861 return inet_aton ();
17863 return 0;
17865 _ACEOF
17866 for ac_lib in '' resolv; do
17867 if test -z "$ac_lib"; then
17868 ac_res="none required"
17869 else
17870 ac_res=-l$ac_lib
17871 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17873 rm -f conftest.$ac_objext conftest$ac_exeext
17874 if { (ac_try="$ac_link"
17875 case "(($ac_try" in
17876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17877 *) ac_try_echo=$ac_try;;
17878 esac
17879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17880 (eval "$ac_link") 2>conftest.er1
17881 ac_status=$?
17882 grep -v '^ *+' conftest.er1 >conftest.err
17883 rm -f conftest.er1
17884 cat conftest.err >&5
17885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17886 (exit $ac_status); } && {
17887 test -z "$ac_c_werror_flag" ||
17888 test ! -s conftest.err
17889 } && test -s conftest$ac_exeext &&
17890 $as_test_x conftest$ac_exeext; then
17891 ac_cv_search_inet_aton=$ac_res
17892 else
17893 echo "$as_me: failed program was:" >&5
17894 sed 's/^/| /' conftest.$ac_ext >&5
17899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17900 conftest$ac_exeext
17901 if test "${ac_cv_search_inet_aton+set}" = set; then
17902 break
17904 done
17905 if test "${ac_cv_search_inet_aton+set}" = set; then
17907 else
17908 ac_cv_search_inet_aton=no
17910 rm conftest.$ac_ext
17911 LIBS=$ac_func_search_save_LIBS
17913 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17914 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17915 ac_res=$ac_cv_search_inet_aton
17916 if test "$ac_res" != no; then
17917 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17930 for ac_func in \
17931 getaddrinfo \
17932 getnameinfo \
17933 getnetbyname \
17934 getprotobyname \
17935 getprotobynumber \
17936 getservbyport \
17937 inet_network \
17938 sendmsg \
17941 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17942 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17943 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17944 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17945 echo $ECHO_N "(cached) $ECHO_C" >&6
17946 else
17947 cat >conftest.$ac_ext <<_ACEOF
17948 /* confdefs.h. */
17949 _ACEOF
17950 cat confdefs.h >>conftest.$ac_ext
17951 cat >>conftest.$ac_ext <<_ACEOF
17952 /* end confdefs.h. */
17953 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17954 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17955 #define $ac_func innocuous_$ac_func
17957 /* System header to define __stub macros and hopefully few prototypes,
17958 which can conflict with char $ac_func (); below.
17959 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17960 <limits.h> exists even on freestanding compilers. */
17962 #ifdef __STDC__
17963 # include <limits.h>
17964 #else
17965 # include <assert.h>
17966 #endif
17968 #undef $ac_func
17970 /* Override any GCC internal prototype to avoid an error.
17971 Use char because int might match the return type of a GCC
17972 builtin and then its argument prototype would still apply. */
17973 #ifdef __cplusplus
17974 extern "C"
17975 #endif
17976 char $ac_func ();
17977 /* The GNU C library defines this for functions which it implements
17978 to always fail with ENOSYS. Some functions are actually named
17979 something starting with __ and the normal name is an alias. */
17980 #if defined __stub_$ac_func || defined __stub___$ac_func
17981 choke me
17982 #endif
17985 main ()
17987 return $ac_func ();
17989 return 0;
17991 _ACEOF
17992 rm -f conftest.$ac_objext conftest$ac_exeext
17993 if { (ac_try="$ac_link"
17994 case "(($ac_try" in
17995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17996 *) ac_try_echo=$ac_try;;
17997 esac
17998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17999 (eval "$ac_link") 2>conftest.er1
18000 ac_status=$?
18001 grep -v '^ *+' conftest.er1 >conftest.err
18002 rm -f conftest.er1
18003 cat conftest.err >&5
18004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18005 (exit $ac_status); } && {
18006 test -z "$ac_c_werror_flag" ||
18007 test ! -s conftest.err
18008 } && test -s conftest$ac_exeext &&
18009 $as_test_x conftest$ac_exeext; then
18010 eval "$as_ac_var=yes"
18011 else
18012 echo "$as_me: failed program was:" >&5
18013 sed 's/^/| /' conftest.$ac_ext >&5
18015 eval "$as_ac_var=no"
18018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18019 conftest$ac_exeext conftest.$ac_ext
18021 ac_res=`eval echo '${'$as_ac_var'}'`
18022 { echo "$as_me:$LINENO: result: $ac_res" >&5
18023 echo "${ECHO_T}$ac_res" >&6; }
18024 if test `eval echo '${'$as_ac_var'}'` = yes; then
18025 cat >>confdefs.h <<_ACEOF
18026 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18027 _ACEOF
18030 done
18033 LDAPLIBS=""
18035 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18036 then
18037 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18038 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18039 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18040 echo $ECHO_N "(cached) $ECHO_C" >&6
18041 else
18042 cat >conftest.$ac_ext <<_ACEOF
18043 /* confdefs.h. */
18044 _ACEOF
18045 cat confdefs.h >>conftest.$ac_ext
18046 cat >>conftest.$ac_ext <<_ACEOF
18047 /* end confdefs.h. */
18048 #include <ldap.h>
18050 typedef LDAPSortKey ac__type_new_;
18052 main ()
18054 if ((ac__type_new_ *) 0)
18055 return 0;
18056 if (sizeof (ac__type_new_))
18057 return 0;
18059 return 0;
18061 _ACEOF
18062 rm -f conftest.$ac_objext
18063 if { (ac_try="$ac_compile"
18064 case "(($ac_try" in
18065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18066 *) ac_try_echo=$ac_try;;
18067 esac
18068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18069 (eval "$ac_compile") 2>conftest.er1
18070 ac_status=$?
18071 grep -v '^ *+' conftest.er1 >conftest.err
18072 rm -f conftest.er1
18073 cat conftest.err >&5
18074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18075 (exit $ac_status); } && {
18076 test -z "$ac_c_werror_flag" ||
18077 test ! -s conftest.err
18078 } && test -s conftest.$ac_objext; then
18079 ac_cv_type_LDAPSortKey=yes
18080 else
18081 echo "$as_me: failed program was:" >&5
18082 sed 's/^/| /' conftest.$ac_ext >&5
18084 ac_cv_type_LDAPSortKey=no
18087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18089 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18090 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18091 if test $ac_cv_type_LDAPSortKey = yes; then
18092 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18093 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18094 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18095 echo $ECHO_N "(cached) $ECHO_C" >&6
18096 else
18097 ac_check_lib_save_LIBS=$LIBS
18098 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18099 cat >conftest.$ac_ext <<_ACEOF
18100 /* confdefs.h. */
18101 _ACEOF
18102 cat confdefs.h >>conftest.$ac_ext
18103 cat >>conftest.$ac_ext <<_ACEOF
18104 /* end confdefs.h. */
18106 /* Override any GCC internal prototype to avoid an error.
18107 Use char because int might match the return type of a GCC
18108 builtin and then its argument prototype would still apply. */
18109 #ifdef __cplusplus
18110 extern "C"
18111 #endif
18112 char ldap_initialize ();
18114 main ()
18116 return ldap_initialize ();
18118 return 0;
18120 _ACEOF
18121 rm -f conftest.$ac_objext conftest$ac_exeext
18122 if { (ac_try="$ac_link"
18123 case "(($ac_try" in
18124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18125 *) ac_try_echo=$ac_try;;
18126 esac
18127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18128 (eval "$ac_link") 2>conftest.er1
18129 ac_status=$?
18130 grep -v '^ *+' conftest.er1 >conftest.err
18131 rm -f conftest.er1
18132 cat conftest.err >&5
18133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18134 (exit $ac_status); } && {
18135 test -z "$ac_c_werror_flag" ||
18136 test ! -s conftest.err
18137 } && test -s conftest$ac_exeext &&
18138 $as_test_x conftest$ac_exeext; then
18139 ac_cv_lib_ldap_r_ldap_initialize=yes
18140 else
18141 echo "$as_me: failed program was:" >&5
18142 sed 's/^/| /' conftest.$ac_ext >&5
18144 ac_cv_lib_ldap_r_ldap_initialize=no
18147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18148 conftest$ac_exeext conftest.$ac_ext
18149 LIBS=$ac_check_lib_save_LIBS
18151 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18152 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18153 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18154 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18155 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18156 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18157 echo $ECHO_N "(cached) $ECHO_C" >&6
18158 else
18159 ac_check_lib_save_LIBS=$LIBS
18160 LIBS="-llber $LIBPTHREAD $LIBS"
18161 cat >conftest.$ac_ext <<_ACEOF
18162 /* confdefs.h. */
18163 _ACEOF
18164 cat confdefs.h >>conftest.$ac_ext
18165 cat >>conftest.$ac_ext <<_ACEOF
18166 /* end confdefs.h. */
18168 /* Override any GCC internal prototype to avoid an error.
18169 Use char because int might match the return type of a GCC
18170 builtin and then its argument prototype would still apply. */
18171 #ifdef __cplusplus
18172 extern "C"
18173 #endif
18174 char ber_init ();
18176 main ()
18178 return ber_init ();
18180 return 0;
18182 _ACEOF
18183 rm -f conftest.$ac_objext conftest$ac_exeext
18184 if { (ac_try="$ac_link"
18185 case "(($ac_try" in
18186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18187 *) ac_try_echo=$ac_try;;
18188 esac
18189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18190 (eval "$ac_link") 2>conftest.er1
18191 ac_status=$?
18192 grep -v '^ *+' conftest.er1 >conftest.err
18193 rm -f conftest.er1
18194 cat conftest.err >&5
18195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18196 (exit $ac_status); } && {
18197 test -z "$ac_c_werror_flag" ||
18198 test ! -s conftest.err
18199 } && test -s conftest$ac_exeext &&
18200 $as_test_x conftest$ac_exeext; then
18201 ac_cv_lib_lber_ber_init=yes
18202 else
18203 echo "$as_me: failed program was:" >&5
18204 sed 's/^/| /' conftest.$ac_ext >&5
18206 ac_cv_lib_lber_ber_init=no
18209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18210 conftest$ac_exeext conftest.$ac_ext
18211 LIBS=$ac_check_lib_save_LIBS
18213 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18214 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18215 if test $ac_cv_lib_lber_ber_init = yes; then
18217 cat >>confdefs.h <<\_ACEOF
18218 #define HAVE_LDAP 1
18219 _ACEOF
18221 LDAPLIBS="-lldap_r -llber"
18228 ac_wine_check_funcs_save_LIBS="$LIBS"
18229 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18238 for ac_func in \
18239 ldap_count_references \
18240 ldap_first_reference \
18241 ldap_next_reference \
18242 ldap_parse_reference \
18243 ldap_parse_sort_control \
18244 ldap_parse_sortresponse_control \
18245 ldap_parse_vlv_control \
18246 ldap_parse_vlvresponse_control
18248 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18249 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18250 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18251 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18252 echo $ECHO_N "(cached) $ECHO_C" >&6
18253 else
18254 cat >conftest.$ac_ext <<_ACEOF
18255 /* confdefs.h. */
18256 _ACEOF
18257 cat confdefs.h >>conftest.$ac_ext
18258 cat >>conftest.$ac_ext <<_ACEOF
18259 /* end confdefs.h. */
18260 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18261 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18262 #define $ac_func innocuous_$ac_func
18264 /* System header to define __stub macros and hopefully few prototypes,
18265 which can conflict with char $ac_func (); below.
18266 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18267 <limits.h> exists even on freestanding compilers. */
18269 #ifdef __STDC__
18270 # include <limits.h>
18271 #else
18272 # include <assert.h>
18273 #endif
18275 #undef $ac_func
18277 /* Override any GCC internal prototype to avoid an error.
18278 Use char because int might match the return type of a GCC
18279 builtin and then its argument prototype would still apply. */
18280 #ifdef __cplusplus
18281 extern "C"
18282 #endif
18283 char $ac_func ();
18284 /* The GNU C library defines this for functions which it implements
18285 to always fail with ENOSYS. Some functions are actually named
18286 something starting with __ and the normal name is an alias. */
18287 #if defined __stub_$ac_func || defined __stub___$ac_func
18288 choke me
18289 #endif
18292 main ()
18294 return $ac_func ();
18296 return 0;
18298 _ACEOF
18299 rm -f conftest.$ac_objext conftest$ac_exeext
18300 if { (ac_try="$ac_link"
18301 case "(($ac_try" in
18302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18303 *) ac_try_echo=$ac_try;;
18304 esac
18305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18306 (eval "$ac_link") 2>conftest.er1
18307 ac_status=$?
18308 grep -v '^ *+' conftest.er1 >conftest.err
18309 rm -f conftest.er1
18310 cat conftest.err >&5
18311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18312 (exit $ac_status); } && {
18313 test -z "$ac_c_werror_flag" ||
18314 test ! -s conftest.err
18315 } && test -s conftest$ac_exeext &&
18316 $as_test_x conftest$ac_exeext; then
18317 eval "$as_ac_var=yes"
18318 else
18319 echo "$as_me: failed program was:" >&5
18320 sed 's/^/| /' conftest.$ac_ext >&5
18322 eval "$as_ac_var=no"
18325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18326 conftest$ac_exeext conftest.$ac_ext
18328 ac_res=`eval echo '${'$as_ac_var'}'`
18329 { echo "$as_me:$LINENO: result: $ac_res" >&5
18330 echo "${ECHO_T}$ac_res" >&6; }
18331 if test `eval echo '${'$as_ac_var'}'` = yes; then
18332 cat >>confdefs.h <<_ACEOF
18333 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18334 _ACEOF
18337 done
18339 LIBS="$ac_wine_check_funcs_save_LIBS"
18341 if test "x$LDAPLIBS" = "x"; then
18342 case "x$with_ldap" in
18343 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18344 xno) ;;
18345 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18346 This is an error since --with-ldap was requested." >&5
18347 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18348 This is an error since --with-ldap was requested." >&2;}
18349 { (exit 1); exit 1; }; } ;;
18350 esac
18355 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18356 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18357 if test "${ac_cv_c_const+set}" = set; then
18358 echo $ECHO_N "(cached) $ECHO_C" >&6
18359 else
18360 cat >conftest.$ac_ext <<_ACEOF
18361 /* confdefs.h. */
18362 _ACEOF
18363 cat confdefs.h >>conftest.$ac_ext
18364 cat >>conftest.$ac_ext <<_ACEOF
18365 /* end confdefs.h. */
18368 main ()
18370 /* FIXME: Include the comments suggested by Paul. */
18371 #ifndef __cplusplus
18372 /* Ultrix mips cc rejects this. */
18373 typedef int charset[2];
18374 const charset cs;
18375 /* SunOS 4.1.1 cc rejects this. */
18376 char const *const *pcpcc;
18377 char **ppc;
18378 /* NEC SVR4.0.2 mips cc rejects this. */
18379 struct point {int x, y;};
18380 static struct point const zero = {0,0};
18381 /* AIX XL C 1.02.0.0 rejects this.
18382 It does not let you subtract one const X* pointer from another in
18383 an arm of an if-expression whose if-part is not a constant
18384 expression */
18385 const char *g = "string";
18386 pcpcc = &g + (g ? g-g : 0);
18387 /* HPUX 7.0 cc rejects these. */
18388 ++pcpcc;
18389 ppc = (char**) pcpcc;
18390 pcpcc = (char const *const *) ppc;
18391 { /* SCO 3.2v4 cc rejects this. */
18392 char *t;
18393 char const *s = 0 ? (char *) 0 : (char const *) 0;
18395 *t++ = 0;
18396 if (s) return 0;
18398 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18399 int x[] = {25, 17};
18400 const int *foo = &x[0];
18401 ++foo;
18403 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18404 typedef const int *iptr;
18405 iptr p = 0;
18406 ++p;
18408 { /* AIX XL C 1.02.0.0 rejects this saying
18409 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18410 struct s { int j; const int *ap[3]; };
18411 struct s *b; b->j = 5;
18413 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18414 const int foo = 10;
18415 if (!foo) return 0;
18417 return !cs[0] && !zero.x;
18418 #endif
18421 return 0;
18423 _ACEOF
18424 rm -f conftest.$ac_objext
18425 if { (ac_try="$ac_compile"
18426 case "(($ac_try" in
18427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18428 *) ac_try_echo=$ac_try;;
18429 esac
18430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18431 (eval "$ac_compile") 2>conftest.er1
18432 ac_status=$?
18433 grep -v '^ *+' conftest.er1 >conftest.err
18434 rm -f conftest.er1
18435 cat conftest.err >&5
18436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18437 (exit $ac_status); } && {
18438 test -z "$ac_c_werror_flag" ||
18439 test ! -s conftest.err
18440 } && test -s conftest.$ac_objext; then
18441 ac_cv_c_const=yes
18442 else
18443 echo "$as_me: failed program was:" >&5
18444 sed 's/^/| /' conftest.$ac_ext >&5
18446 ac_cv_c_const=no
18449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18451 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18452 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18453 if test $ac_cv_c_const = no; then
18455 cat >>confdefs.h <<\_ACEOF
18456 #define const
18457 _ACEOF
18461 { echo "$as_me:$LINENO: checking for inline" >&5
18462 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18463 if test "${ac_cv_c_inline+set}" = set; then
18464 echo $ECHO_N "(cached) $ECHO_C" >&6
18465 else
18466 ac_cv_c_inline=no
18467 for ac_kw in inline __inline__ __inline; do
18468 cat >conftest.$ac_ext <<_ACEOF
18469 /* confdefs.h. */
18470 _ACEOF
18471 cat confdefs.h >>conftest.$ac_ext
18472 cat >>conftest.$ac_ext <<_ACEOF
18473 /* end confdefs.h. */
18474 #ifndef __cplusplus
18475 typedef int foo_t;
18476 static $ac_kw foo_t static_foo () {return 0; }
18477 $ac_kw foo_t foo () {return 0; }
18478 #endif
18480 _ACEOF
18481 rm -f conftest.$ac_objext
18482 if { (ac_try="$ac_compile"
18483 case "(($ac_try" in
18484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18485 *) ac_try_echo=$ac_try;;
18486 esac
18487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18488 (eval "$ac_compile") 2>conftest.er1
18489 ac_status=$?
18490 grep -v '^ *+' conftest.er1 >conftest.err
18491 rm -f conftest.er1
18492 cat conftest.err >&5
18493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18494 (exit $ac_status); } && {
18495 test -z "$ac_c_werror_flag" ||
18496 test ! -s conftest.err
18497 } && test -s conftest.$ac_objext; then
18498 ac_cv_c_inline=$ac_kw
18499 else
18500 echo "$as_me: failed program was:" >&5
18501 sed 's/^/| /' conftest.$ac_ext >&5
18506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18507 test "$ac_cv_c_inline" != no && break
18508 done
18511 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18512 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18515 case $ac_cv_c_inline in
18516 inline | yes) ;;
18518 case $ac_cv_c_inline in
18519 no) ac_val=;;
18520 *) ac_val=$ac_cv_c_inline;;
18521 esac
18522 cat >>confdefs.h <<_ACEOF
18523 #ifndef __cplusplus
18524 #define inline $ac_val
18525 #endif
18526 _ACEOF
18528 esac
18530 { echo "$as_me:$LINENO: checking for mode_t" >&5
18531 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18532 if test "${ac_cv_type_mode_t+set}" = set; then
18533 echo $ECHO_N "(cached) $ECHO_C" >&6
18534 else
18535 cat >conftest.$ac_ext <<_ACEOF
18536 /* confdefs.h. */
18537 _ACEOF
18538 cat confdefs.h >>conftest.$ac_ext
18539 cat >>conftest.$ac_ext <<_ACEOF
18540 /* end confdefs.h. */
18541 $ac_includes_default
18542 typedef mode_t ac__type_new_;
18544 main ()
18546 if ((ac__type_new_ *) 0)
18547 return 0;
18548 if (sizeof (ac__type_new_))
18549 return 0;
18551 return 0;
18553 _ACEOF
18554 rm -f conftest.$ac_objext
18555 if { (ac_try="$ac_compile"
18556 case "(($ac_try" in
18557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18558 *) ac_try_echo=$ac_try;;
18559 esac
18560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18561 (eval "$ac_compile") 2>conftest.er1
18562 ac_status=$?
18563 grep -v '^ *+' conftest.er1 >conftest.err
18564 rm -f conftest.er1
18565 cat conftest.err >&5
18566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); } && {
18568 test -z "$ac_c_werror_flag" ||
18569 test ! -s conftest.err
18570 } && test -s conftest.$ac_objext; then
18571 ac_cv_type_mode_t=yes
18572 else
18573 echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.$ac_ext >&5
18576 ac_cv_type_mode_t=no
18579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18581 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18582 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18583 if test $ac_cv_type_mode_t = yes; then
18585 cat >>confdefs.h <<_ACEOF
18586 #define HAVE_MODE_T 1
18587 _ACEOF
18591 { echo "$as_me:$LINENO: checking for off_t" >&5
18592 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18593 if test "${ac_cv_type_off_t+set}" = set; then
18594 echo $ECHO_N "(cached) $ECHO_C" >&6
18595 else
18596 cat >conftest.$ac_ext <<_ACEOF
18597 /* confdefs.h. */
18598 _ACEOF
18599 cat confdefs.h >>conftest.$ac_ext
18600 cat >>conftest.$ac_ext <<_ACEOF
18601 /* end confdefs.h. */
18602 $ac_includes_default
18603 typedef off_t ac__type_new_;
18605 main ()
18607 if ((ac__type_new_ *) 0)
18608 return 0;
18609 if (sizeof (ac__type_new_))
18610 return 0;
18612 return 0;
18614 _ACEOF
18615 rm -f conftest.$ac_objext
18616 if { (ac_try="$ac_compile"
18617 case "(($ac_try" in
18618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18619 *) ac_try_echo=$ac_try;;
18620 esac
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622 (eval "$ac_compile") 2>conftest.er1
18623 ac_status=$?
18624 grep -v '^ *+' conftest.er1 >conftest.err
18625 rm -f conftest.er1
18626 cat conftest.err >&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); } && {
18629 test -z "$ac_c_werror_flag" ||
18630 test ! -s conftest.err
18631 } && test -s conftest.$ac_objext; then
18632 ac_cv_type_off_t=yes
18633 else
18634 echo "$as_me: failed program was:" >&5
18635 sed 's/^/| /' conftest.$ac_ext >&5
18637 ac_cv_type_off_t=no
18640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18642 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18643 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18644 if test $ac_cv_type_off_t = yes; then
18646 cat >>confdefs.h <<_ACEOF
18647 #define HAVE_OFF_T 1
18648 _ACEOF
18652 { echo "$as_me:$LINENO: checking for pid_t" >&5
18653 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18654 if test "${ac_cv_type_pid_t+set}" = set; then
18655 echo $ECHO_N "(cached) $ECHO_C" >&6
18656 else
18657 cat >conftest.$ac_ext <<_ACEOF
18658 /* confdefs.h. */
18659 _ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18663 $ac_includes_default
18664 typedef pid_t ac__type_new_;
18666 main ()
18668 if ((ac__type_new_ *) 0)
18669 return 0;
18670 if (sizeof (ac__type_new_))
18671 return 0;
18673 return 0;
18675 _ACEOF
18676 rm -f conftest.$ac_objext
18677 if { (ac_try="$ac_compile"
18678 case "(($ac_try" in
18679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18680 *) ac_try_echo=$ac_try;;
18681 esac
18682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18683 (eval "$ac_compile") 2>conftest.er1
18684 ac_status=$?
18685 grep -v '^ *+' conftest.er1 >conftest.err
18686 rm -f conftest.er1
18687 cat conftest.err >&5
18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689 (exit $ac_status); } && {
18690 test -z "$ac_c_werror_flag" ||
18691 test ! -s conftest.err
18692 } && test -s conftest.$ac_objext; then
18693 ac_cv_type_pid_t=yes
18694 else
18695 echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.$ac_ext >&5
18698 ac_cv_type_pid_t=no
18701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18703 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18704 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18705 if test $ac_cv_type_pid_t = yes; then
18707 cat >>confdefs.h <<_ACEOF
18708 #define HAVE_PID_T 1
18709 _ACEOF
18713 { echo "$as_me:$LINENO: checking for size_t" >&5
18714 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18715 if test "${ac_cv_type_size_t+set}" = set; then
18716 echo $ECHO_N "(cached) $ECHO_C" >&6
18717 else
18718 cat >conftest.$ac_ext <<_ACEOF
18719 /* confdefs.h. */
18720 _ACEOF
18721 cat confdefs.h >>conftest.$ac_ext
18722 cat >>conftest.$ac_ext <<_ACEOF
18723 /* end confdefs.h. */
18724 $ac_includes_default
18725 typedef size_t ac__type_new_;
18727 main ()
18729 if ((ac__type_new_ *) 0)
18730 return 0;
18731 if (sizeof (ac__type_new_))
18732 return 0;
18734 return 0;
18736 _ACEOF
18737 rm -f conftest.$ac_objext
18738 if { (ac_try="$ac_compile"
18739 case "(($ac_try" in
18740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18741 *) ac_try_echo=$ac_try;;
18742 esac
18743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18744 (eval "$ac_compile") 2>conftest.er1
18745 ac_status=$?
18746 grep -v '^ *+' conftest.er1 >conftest.err
18747 rm -f conftest.er1
18748 cat conftest.err >&5
18749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18750 (exit $ac_status); } && {
18751 test -z "$ac_c_werror_flag" ||
18752 test ! -s conftest.err
18753 } && test -s conftest.$ac_objext; then
18754 ac_cv_type_size_t=yes
18755 else
18756 echo "$as_me: failed program was:" >&5
18757 sed 's/^/| /' conftest.$ac_ext >&5
18759 ac_cv_type_size_t=no
18762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18764 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18765 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18766 if test $ac_cv_type_size_t = yes; then
18768 cat >>confdefs.h <<_ACEOF
18769 #define HAVE_SIZE_T 1
18770 _ACEOF
18774 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18775 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18776 if test "${ac_cv_type_ssize_t+set}" = set; then
18777 echo $ECHO_N "(cached) $ECHO_C" >&6
18778 else
18779 cat >conftest.$ac_ext <<_ACEOF
18780 /* confdefs.h. */
18781 _ACEOF
18782 cat confdefs.h >>conftest.$ac_ext
18783 cat >>conftest.$ac_ext <<_ACEOF
18784 /* end confdefs.h. */
18785 $ac_includes_default
18786 typedef ssize_t ac__type_new_;
18788 main ()
18790 if ((ac__type_new_ *) 0)
18791 return 0;
18792 if (sizeof (ac__type_new_))
18793 return 0;
18795 return 0;
18797 _ACEOF
18798 rm -f conftest.$ac_objext
18799 if { (ac_try="$ac_compile"
18800 case "(($ac_try" in
18801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18802 *) ac_try_echo=$ac_try;;
18803 esac
18804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18805 (eval "$ac_compile") 2>conftest.er1
18806 ac_status=$?
18807 grep -v '^ *+' conftest.er1 >conftest.err
18808 rm -f conftest.er1
18809 cat conftest.err >&5
18810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18811 (exit $ac_status); } && {
18812 test -z "$ac_c_werror_flag" ||
18813 test ! -s conftest.err
18814 } && test -s conftest.$ac_objext; then
18815 ac_cv_type_ssize_t=yes
18816 else
18817 echo "$as_me: failed program was:" >&5
18818 sed 's/^/| /' conftest.$ac_ext >&5
18820 ac_cv_type_ssize_t=no
18823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18825 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18826 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18827 if test $ac_cv_type_ssize_t = yes; then
18829 cat >>confdefs.h <<_ACEOF
18830 #define HAVE_SSIZE_T 1
18831 _ACEOF
18835 { echo "$as_me:$LINENO: checking for long long" >&5
18836 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18837 if test "${ac_cv_type_long_long+set}" = set; then
18838 echo $ECHO_N "(cached) $ECHO_C" >&6
18839 else
18840 cat >conftest.$ac_ext <<_ACEOF
18841 /* confdefs.h. */
18842 _ACEOF
18843 cat confdefs.h >>conftest.$ac_ext
18844 cat >>conftest.$ac_ext <<_ACEOF
18845 /* end confdefs.h. */
18846 $ac_includes_default
18847 typedef long long ac__type_new_;
18849 main ()
18851 if ((ac__type_new_ *) 0)
18852 return 0;
18853 if (sizeof (ac__type_new_))
18854 return 0;
18856 return 0;
18858 _ACEOF
18859 rm -f conftest.$ac_objext
18860 if { (ac_try="$ac_compile"
18861 case "(($ac_try" in
18862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18863 *) ac_try_echo=$ac_try;;
18864 esac
18865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18866 (eval "$ac_compile") 2>conftest.er1
18867 ac_status=$?
18868 grep -v '^ *+' conftest.er1 >conftest.err
18869 rm -f conftest.er1
18870 cat conftest.err >&5
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); } && {
18873 test -z "$ac_c_werror_flag" ||
18874 test ! -s conftest.err
18875 } && test -s conftest.$ac_objext; then
18876 ac_cv_type_long_long=yes
18877 else
18878 echo "$as_me: failed program was:" >&5
18879 sed 's/^/| /' conftest.$ac_ext >&5
18881 ac_cv_type_long_long=no
18884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18886 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18887 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18888 if test $ac_cv_type_long_long = yes; then
18890 cat >>confdefs.h <<_ACEOF
18891 #define HAVE_LONG_LONG 1
18892 _ACEOF
18896 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18897 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18898 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18899 echo $ECHO_N "(cached) $ECHO_C" >&6
18900 else
18901 cat >conftest.$ac_ext <<_ACEOF
18902 /* confdefs.h. */
18903 _ACEOF
18904 cat confdefs.h >>conftest.$ac_ext
18905 cat >>conftest.$ac_ext <<_ACEOF
18906 /* end confdefs.h. */
18907 $ac_includes_default
18908 typedef fsblkcnt_t ac__type_new_;
18910 main ()
18912 if ((ac__type_new_ *) 0)
18913 return 0;
18914 if (sizeof (ac__type_new_))
18915 return 0;
18917 return 0;
18919 _ACEOF
18920 rm -f conftest.$ac_objext
18921 if { (ac_try="$ac_compile"
18922 case "(($ac_try" in
18923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18924 *) ac_try_echo=$ac_try;;
18925 esac
18926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18927 (eval "$ac_compile") 2>conftest.er1
18928 ac_status=$?
18929 grep -v '^ *+' conftest.er1 >conftest.err
18930 rm -f conftest.er1
18931 cat conftest.err >&5
18932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18933 (exit $ac_status); } && {
18934 test -z "$ac_c_werror_flag" ||
18935 test ! -s conftest.err
18936 } && test -s conftest.$ac_objext; then
18937 ac_cv_type_fsblkcnt_t=yes
18938 else
18939 echo "$as_me: failed program was:" >&5
18940 sed 's/^/| /' conftest.$ac_ext >&5
18942 ac_cv_type_fsblkcnt_t=no
18945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18947 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18948 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18949 if test $ac_cv_type_fsblkcnt_t = yes; then
18951 cat >>confdefs.h <<_ACEOF
18952 #define HAVE_FSBLKCNT_T 1
18953 _ACEOF
18957 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18958 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18959 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18960 echo $ECHO_N "(cached) $ECHO_C" >&6
18961 else
18962 cat >conftest.$ac_ext <<_ACEOF
18963 /* confdefs.h. */
18964 _ACEOF
18965 cat confdefs.h >>conftest.$ac_ext
18966 cat >>conftest.$ac_ext <<_ACEOF
18967 /* end confdefs.h. */
18968 $ac_includes_default
18969 typedef fsfilcnt_t ac__type_new_;
18971 main ()
18973 if ((ac__type_new_ *) 0)
18974 return 0;
18975 if (sizeof (ac__type_new_))
18976 return 0;
18978 return 0;
18980 _ACEOF
18981 rm -f conftest.$ac_objext
18982 if { (ac_try="$ac_compile"
18983 case "(($ac_try" in
18984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18985 *) ac_try_echo=$ac_try;;
18986 esac
18987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18988 (eval "$ac_compile") 2>conftest.er1
18989 ac_status=$?
18990 grep -v '^ *+' conftest.er1 >conftest.err
18991 rm -f conftest.er1
18992 cat conftest.err >&5
18993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18994 (exit $ac_status); } && {
18995 test -z "$ac_c_werror_flag" ||
18996 test ! -s conftest.err
18997 } && test -s conftest.$ac_objext; then
18998 ac_cv_type_fsfilcnt_t=yes
18999 else
19000 echo "$as_me: failed program was:" >&5
19001 sed 's/^/| /' conftest.$ac_ext >&5
19003 ac_cv_type_fsfilcnt_t=no
19006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19008 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19009 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19010 if test $ac_cv_type_fsfilcnt_t = yes; then
19012 cat >>confdefs.h <<_ACEOF
19013 #define HAVE_FSFILCNT_T 1
19014 _ACEOF
19019 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19020 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19021 if test "${ac_cv_type_sigset_t+set}" = set; then
19022 echo $ECHO_N "(cached) $ECHO_C" >&6
19023 else
19024 cat >conftest.$ac_ext <<_ACEOF
19025 /* confdefs.h. */
19026 _ACEOF
19027 cat confdefs.h >>conftest.$ac_ext
19028 cat >>conftest.$ac_ext <<_ACEOF
19029 /* end confdefs.h. */
19030 #include <sys/types.h>
19031 #include <signal.h>
19033 typedef sigset_t ac__type_new_;
19035 main ()
19037 if ((ac__type_new_ *) 0)
19038 return 0;
19039 if (sizeof (ac__type_new_))
19040 return 0;
19042 return 0;
19044 _ACEOF
19045 rm -f conftest.$ac_objext
19046 if { (ac_try="$ac_compile"
19047 case "(($ac_try" in
19048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19049 *) ac_try_echo=$ac_try;;
19050 esac
19051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19052 (eval "$ac_compile") 2>conftest.er1
19053 ac_status=$?
19054 grep -v '^ *+' conftest.er1 >conftest.err
19055 rm -f conftest.er1
19056 cat conftest.err >&5
19057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19058 (exit $ac_status); } && {
19059 test -z "$ac_c_werror_flag" ||
19060 test ! -s conftest.err
19061 } && test -s conftest.$ac_objext; then
19062 ac_cv_type_sigset_t=yes
19063 else
19064 echo "$as_me: failed program was:" >&5
19065 sed 's/^/| /' conftest.$ac_ext >&5
19067 ac_cv_type_sigset_t=no
19070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19072 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19073 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19074 if test $ac_cv_type_sigset_t = yes; then
19076 cat >>confdefs.h <<_ACEOF
19077 #define HAVE_SIGSET_T 1
19078 _ACEOF
19083 { echo "$as_me:$LINENO: checking for request_sense" >&5
19084 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19085 if test "${ac_cv_type_request_sense+set}" = set; then
19086 echo $ECHO_N "(cached) $ECHO_C" >&6
19087 else
19088 cat >conftest.$ac_ext <<_ACEOF
19089 /* confdefs.h. */
19090 _ACEOF
19091 cat confdefs.h >>conftest.$ac_ext
19092 cat >>conftest.$ac_ext <<_ACEOF
19093 /* end confdefs.h. */
19094 #include <linux/cdrom.h>
19096 typedef request_sense ac__type_new_;
19098 main ()
19100 if ((ac__type_new_ *) 0)
19101 return 0;
19102 if (sizeof (ac__type_new_))
19103 return 0;
19105 return 0;
19107 _ACEOF
19108 rm -f conftest.$ac_objext
19109 if { (ac_try="$ac_compile"
19110 case "(($ac_try" in
19111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19112 *) ac_try_echo=$ac_try;;
19113 esac
19114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19115 (eval "$ac_compile") 2>conftest.er1
19116 ac_status=$?
19117 grep -v '^ *+' conftest.er1 >conftest.err
19118 rm -f conftest.er1
19119 cat conftest.err >&5
19120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19121 (exit $ac_status); } && {
19122 test -z "$ac_c_werror_flag" ||
19123 test ! -s conftest.err
19124 } && test -s conftest.$ac_objext; then
19125 ac_cv_type_request_sense=yes
19126 else
19127 echo "$as_me: failed program was:" >&5
19128 sed 's/^/| /' conftest.$ac_ext >&5
19130 ac_cv_type_request_sense=no
19133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19135 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19136 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19137 if test $ac_cv_type_request_sense = yes; then
19139 cat >>confdefs.h <<_ACEOF
19140 #define HAVE_REQUEST_SENSE 1
19141 _ACEOF
19147 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19148 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19149 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19150 echo $ECHO_N "(cached) $ECHO_C" >&6
19151 else
19152 cat >conftest.$ac_ext <<_ACEOF
19153 /* confdefs.h. */
19154 _ACEOF
19155 cat confdefs.h >>conftest.$ac_ext
19156 cat >>conftest.$ac_ext <<_ACEOF
19157 /* end confdefs.h. */
19158 #ifdef HAVE_LINUX_INPUT_H
19159 #include <linux/input.h>
19160 #endif
19163 main ()
19165 static struct ff_effect ac_aggr;
19166 if (ac_aggr.direction)
19167 return 0;
19169 return 0;
19171 _ACEOF
19172 rm -f conftest.$ac_objext
19173 if { (ac_try="$ac_compile"
19174 case "(($ac_try" in
19175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19176 *) ac_try_echo=$ac_try;;
19177 esac
19178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19179 (eval "$ac_compile") 2>conftest.er1
19180 ac_status=$?
19181 grep -v '^ *+' conftest.er1 >conftest.err
19182 rm -f conftest.er1
19183 cat conftest.err >&5
19184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19185 (exit $ac_status); } && {
19186 test -z "$ac_c_werror_flag" ||
19187 test ! -s conftest.err
19188 } && test -s conftest.$ac_objext; then
19189 ac_cv_member_struct_ff_effect_direction=yes
19190 else
19191 echo "$as_me: failed program was:" >&5
19192 sed 's/^/| /' conftest.$ac_ext >&5
19194 cat >conftest.$ac_ext <<_ACEOF
19195 /* confdefs.h. */
19196 _ACEOF
19197 cat confdefs.h >>conftest.$ac_ext
19198 cat >>conftest.$ac_ext <<_ACEOF
19199 /* end confdefs.h. */
19200 #ifdef HAVE_LINUX_INPUT_H
19201 #include <linux/input.h>
19202 #endif
19205 main ()
19207 static struct ff_effect ac_aggr;
19208 if (sizeof ac_aggr.direction)
19209 return 0;
19211 return 0;
19213 _ACEOF
19214 rm -f conftest.$ac_objext
19215 if { (ac_try="$ac_compile"
19216 case "(($ac_try" in
19217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19218 *) ac_try_echo=$ac_try;;
19219 esac
19220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19221 (eval "$ac_compile") 2>conftest.er1
19222 ac_status=$?
19223 grep -v '^ *+' conftest.er1 >conftest.err
19224 rm -f conftest.er1
19225 cat conftest.err >&5
19226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19227 (exit $ac_status); } && {
19228 test -z "$ac_c_werror_flag" ||
19229 test ! -s conftest.err
19230 } && test -s conftest.$ac_objext; then
19231 ac_cv_member_struct_ff_effect_direction=yes
19232 else
19233 echo "$as_me: failed program was:" >&5
19234 sed 's/^/| /' conftest.$ac_ext >&5
19236 ac_cv_member_struct_ff_effect_direction=no
19239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19244 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19245 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19246 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19248 cat >>confdefs.h <<_ACEOF
19249 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19250 _ACEOF
19256 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19257 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19258 if test "${wine_cv_have_sigaddset+set}" = set; then
19259 echo $ECHO_N "(cached) $ECHO_C" >&6
19260 else
19261 cat >conftest.$ac_ext <<_ACEOF
19262 /* confdefs.h. */
19263 _ACEOF
19264 cat confdefs.h >>conftest.$ac_ext
19265 cat >>conftest.$ac_ext <<_ACEOF
19266 /* end confdefs.h. */
19267 #include <signal.h>
19269 main ()
19271 sigset_t set; sigaddset(&set,SIGTERM);
19273 return 0;
19275 _ACEOF
19276 rm -f conftest.$ac_objext conftest$ac_exeext
19277 if { (ac_try="$ac_link"
19278 case "(($ac_try" in
19279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19280 *) ac_try_echo=$ac_try;;
19281 esac
19282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19283 (eval "$ac_link") 2>conftest.er1
19284 ac_status=$?
19285 grep -v '^ *+' conftest.er1 >conftest.err
19286 rm -f conftest.er1
19287 cat conftest.err >&5
19288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289 (exit $ac_status); } && {
19290 test -z "$ac_c_werror_flag" ||
19291 test ! -s conftest.err
19292 } && test -s conftest$ac_exeext &&
19293 $as_test_x conftest$ac_exeext; then
19294 wine_cv_have_sigaddset=yes
19295 else
19296 echo "$as_me: failed program was:" >&5
19297 sed 's/^/| /' conftest.$ac_ext >&5
19299 wine_cv_have_sigaddset=no
19302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19303 conftest$ac_exeext conftest.$ac_ext
19305 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19306 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19307 if test "$wine_cv_have_sigaddset" = "yes"
19308 then
19310 cat >>confdefs.h <<\_ACEOF
19311 #define HAVE_SIGADDSET 1
19312 _ACEOF
19317 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19318 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19319 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19320 echo $ECHO_N "(cached) $ECHO_C" >&6
19321 else
19322 cat >conftest.$ac_ext <<_ACEOF
19323 /* confdefs.h. */
19324 _ACEOF
19325 cat confdefs.h >>conftest.$ac_ext
19326 cat >>conftest.$ac_ext <<_ACEOF
19327 /* end confdefs.h. */
19328 #include <netdb.h>
19330 main ()
19333 char *name=0;
19334 struct hostent he;
19335 struct hostent *result;
19336 char *buf=0;
19337 int bufsize=0;
19338 int res,errnr;
19339 char *addr=0;
19340 int addrlen=0;
19341 int addrtype=0;
19342 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19343 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19346 return 0;
19348 _ACEOF
19349 rm -f conftest.$ac_objext conftest$ac_exeext
19350 if { (ac_try="$ac_link"
19351 case "(($ac_try" in
19352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19353 *) ac_try_echo=$ac_try;;
19354 esac
19355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19356 (eval "$ac_link") 2>conftest.er1
19357 ac_status=$?
19358 grep -v '^ *+' conftest.er1 >conftest.err
19359 rm -f conftest.er1
19360 cat conftest.err >&5
19361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19362 (exit $ac_status); } && {
19363 test -z "$ac_c_werror_flag" ||
19364 test ! -s conftest.err
19365 } && test -s conftest$ac_exeext &&
19366 $as_test_x conftest$ac_exeext; then
19367 wine_cv_linux_gethostbyname_r_6=yes
19368 else
19369 echo "$as_me: failed program was:" >&5
19370 sed 's/^/| /' conftest.$ac_ext >&5
19372 wine_cv_linux_gethostbyname_r_6=no
19376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19377 conftest$ac_exeext conftest.$ac_ext
19380 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19381 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19382 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19383 then
19385 cat >>confdefs.h <<\_ACEOF
19386 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19387 _ACEOF
19391 if test "$ac_cv_header_linux_joystick_h" = "yes"
19392 then
19393 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19394 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19395 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19396 echo $ECHO_N "(cached) $ECHO_C" >&6
19397 else
19398 cat >conftest.$ac_ext <<_ACEOF
19399 /* confdefs.h. */
19400 _ACEOF
19401 cat confdefs.h >>conftest.$ac_ext
19402 cat >>conftest.$ac_ext <<_ACEOF
19403 /* end confdefs.h. */
19405 #include <sys/ioctl.h>
19406 #include <sys/types.h>
19407 #include <linux/joystick.h>
19409 struct js_event blub;
19410 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19411 #error "no 2.2 header"
19412 #endif
19415 main ()
19417 /*empty*/
19419 return 0;
19421 _ACEOF
19422 rm -f conftest.$ac_objext
19423 if { (ac_try="$ac_compile"
19424 case "(($ac_try" in
19425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19426 *) ac_try_echo=$ac_try;;
19427 esac
19428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19429 (eval "$ac_compile") 2>conftest.er1
19430 ac_status=$?
19431 grep -v '^ *+' conftest.er1 >conftest.err
19432 rm -f conftest.er1
19433 cat conftest.err >&5
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); } && {
19436 test -z "$ac_c_werror_flag" ||
19437 test ! -s conftest.err
19438 } && test -s conftest.$ac_objext; then
19439 wine_cv_linux_joystick_22_api=yes
19440 else
19441 echo "$as_me: failed program was:" >&5
19442 sed 's/^/| /' conftest.$ac_ext >&5
19444 wine_cv_linux_joystick_22_api=no
19447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19450 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19451 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19452 if test "$wine_cv_linux_joystick_22_api" = "yes"
19453 then
19455 cat >>confdefs.h <<\_ACEOF
19456 #define HAVE_LINUX_22_JOYSTICK_API 1
19457 _ACEOF
19463 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19464 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19465 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19466 echo $ECHO_N "(cached) $ECHO_C" >&6
19467 else
19468 cat >conftest.$ac_ext <<_ACEOF
19469 /* confdefs.h. */
19470 _ACEOF
19471 cat confdefs.h >>conftest.$ac_ext
19472 cat >>conftest.$ac_ext <<_ACEOF
19473 /* end confdefs.h. */
19474 #include <sys/types.h>
19475 #ifdef HAVE_SYS_PARAM_H
19476 # include <sys/param.h>
19477 #endif
19478 #ifdef HAVE_SYS_MOUNT_H
19479 # include <sys/mount.h>
19480 #endif
19481 #ifdef HAVE_SYS_VFS_H
19482 # include <sys/vfs.h>
19483 #endif
19484 #ifdef HAVE_SYS_STATFS_H
19485 # include <sys/statfs.h>
19486 #endif
19489 main ()
19491 static struct statfs ac_aggr;
19492 if (ac_aggr.f_bfree)
19493 return 0;
19495 return 0;
19497 _ACEOF
19498 rm -f conftest.$ac_objext
19499 if { (ac_try="$ac_compile"
19500 case "(($ac_try" in
19501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19502 *) ac_try_echo=$ac_try;;
19503 esac
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505 (eval "$ac_compile") 2>conftest.er1
19506 ac_status=$?
19507 grep -v '^ *+' conftest.er1 >conftest.err
19508 rm -f conftest.er1
19509 cat conftest.err >&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } && {
19512 test -z "$ac_c_werror_flag" ||
19513 test ! -s conftest.err
19514 } && test -s conftest.$ac_objext; then
19515 ac_cv_member_struct_statfs_f_bfree=yes
19516 else
19517 echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19520 cat >conftest.$ac_ext <<_ACEOF
19521 /* confdefs.h. */
19522 _ACEOF
19523 cat confdefs.h >>conftest.$ac_ext
19524 cat >>conftest.$ac_ext <<_ACEOF
19525 /* end confdefs.h. */
19526 #include <sys/types.h>
19527 #ifdef HAVE_SYS_PARAM_H
19528 # include <sys/param.h>
19529 #endif
19530 #ifdef HAVE_SYS_MOUNT_H
19531 # include <sys/mount.h>
19532 #endif
19533 #ifdef HAVE_SYS_VFS_H
19534 # include <sys/vfs.h>
19535 #endif
19536 #ifdef HAVE_SYS_STATFS_H
19537 # include <sys/statfs.h>
19538 #endif
19541 main ()
19543 static struct statfs ac_aggr;
19544 if (sizeof ac_aggr.f_bfree)
19545 return 0;
19547 return 0;
19549 _ACEOF
19550 rm -f conftest.$ac_objext
19551 if { (ac_try="$ac_compile"
19552 case "(($ac_try" in
19553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19554 *) ac_try_echo=$ac_try;;
19555 esac
19556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19557 (eval "$ac_compile") 2>conftest.er1
19558 ac_status=$?
19559 grep -v '^ *+' conftest.er1 >conftest.err
19560 rm -f conftest.er1
19561 cat conftest.err >&5
19562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563 (exit $ac_status); } && {
19564 test -z "$ac_c_werror_flag" ||
19565 test ! -s conftest.err
19566 } && test -s conftest.$ac_objext; then
19567 ac_cv_member_struct_statfs_f_bfree=yes
19568 else
19569 echo "$as_me: failed program was:" >&5
19570 sed 's/^/| /' conftest.$ac_ext >&5
19572 ac_cv_member_struct_statfs_f_bfree=no
19575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19580 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19581 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19582 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19584 cat >>confdefs.h <<_ACEOF
19585 #define HAVE_STRUCT_STATFS_F_BFREE 1
19586 _ACEOF
19590 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19591 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19592 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19593 echo $ECHO_N "(cached) $ECHO_C" >&6
19594 else
19595 cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h. */
19597 _ACEOF
19598 cat confdefs.h >>conftest.$ac_ext
19599 cat >>conftest.$ac_ext <<_ACEOF
19600 /* end confdefs.h. */
19601 #include <sys/types.h>
19602 #ifdef HAVE_SYS_PARAM_H
19603 # include <sys/param.h>
19604 #endif
19605 #ifdef HAVE_SYS_MOUNT_H
19606 # include <sys/mount.h>
19607 #endif
19608 #ifdef HAVE_SYS_VFS_H
19609 # include <sys/vfs.h>
19610 #endif
19611 #ifdef HAVE_SYS_STATFS_H
19612 # include <sys/statfs.h>
19613 #endif
19616 main ()
19618 static struct statfs ac_aggr;
19619 if (ac_aggr.f_bavail)
19620 return 0;
19622 return 0;
19624 _ACEOF
19625 rm -f conftest.$ac_objext
19626 if { (ac_try="$ac_compile"
19627 case "(($ac_try" in
19628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19629 *) ac_try_echo=$ac_try;;
19630 esac
19631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19632 (eval "$ac_compile") 2>conftest.er1
19633 ac_status=$?
19634 grep -v '^ *+' conftest.er1 >conftest.err
19635 rm -f conftest.er1
19636 cat conftest.err >&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); } && {
19639 test -z "$ac_c_werror_flag" ||
19640 test ! -s conftest.err
19641 } && test -s conftest.$ac_objext; then
19642 ac_cv_member_struct_statfs_f_bavail=yes
19643 else
19644 echo "$as_me: failed program was:" >&5
19645 sed 's/^/| /' conftest.$ac_ext >&5
19647 cat >conftest.$ac_ext <<_ACEOF
19648 /* confdefs.h. */
19649 _ACEOF
19650 cat confdefs.h >>conftest.$ac_ext
19651 cat >>conftest.$ac_ext <<_ACEOF
19652 /* end confdefs.h. */
19653 #include <sys/types.h>
19654 #ifdef HAVE_SYS_PARAM_H
19655 # include <sys/param.h>
19656 #endif
19657 #ifdef HAVE_SYS_MOUNT_H
19658 # include <sys/mount.h>
19659 #endif
19660 #ifdef HAVE_SYS_VFS_H
19661 # include <sys/vfs.h>
19662 #endif
19663 #ifdef HAVE_SYS_STATFS_H
19664 # include <sys/statfs.h>
19665 #endif
19668 main ()
19670 static struct statfs ac_aggr;
19671 if (sizeof ac_aggr.f_bavail)
19672 return 0;
19674 return 0;
19676 _ACEOF
19677 rm -f conftest.$ac_objext
19678 if { (ac_try="$ac_compile"
19679 case "(($ac_try" in
19680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19681 *) ac_try_echo=$ac_try;;
19682 esac
19683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19684 (eval "$ac_compile") 2>conftest.er1
19685 ac_status=$?
19686 grep -v '^ *+' conftest.er1 >conftest.err
19687 rm -f conftest.er1
19688 cat conftest.err >&5
19689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19690 (exit $ac_status); } && {
19691 test -z "$ac_c_werror_flag" ||
19692 test ! -s conftest.err
19693 } && test -s conftest.$ac_objext; then
19694 ac_cv_member_struct_statfs_f_bavail=yes
19695 else
19696 echo "$as_me: failed program was:" >&5
19697 sed 's/^/| /' conftest.$ac_ext >&5
19699 ac_cv_member_struct_statfs_f_bavail=no
19702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19707 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19708 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19709 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19711 cat >>confdefs.h <<_ACEOF
19712 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19713 _ACEOF
19717 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19718 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19719 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19720 echo $ECHO_N "(cached) $ECHO_C" >&6
19721 else
19722 cat >conftest.$ac_ext <<_ACEOF
19723 /* confdefs.h. */
19724 _ACEOF
19725 cat confdefs.h >>conftest.$ac_ext
19726 cat >>conftest.$ac_ext <<_ACEOF
19727 /* end confdefs.h. */
19728 #include <sys/types.h>
19729 #ifdef HAVE_SYS_PARAM_H
19730 # include <sys/param.h>
19731 #endif
19732 #ifdef HAVE_SYS_MOUNT_H
19733 # include <sys/mount.h>
19734 #endif
19735 #ifdef HAVE_SYS_VFS_H
19736 # include <sys/vfs.h>
19737 #endif
19738 #ifdef HAVE_SYS_STATFS_H
19739 # include <sys/statfs.h>
19740 #endif
19743 main ()
19745 static struct statfs ac_aggr;
19746 if (ac_aggr.f_frsize)
19747 return 0;
19749 return 0;
19751 _ACEOF
19752 rm -f conftest.$ac_objext
19753 if { (ac_try="$ac_compile"
19754 case "(($ac_try" in
19755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19756 *) ac_try_echo=$ac_try;;
19757 esac
19758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19759 (eval "$ac_compile") 2>conftest.er1
19760 ac_status=$?
19761 grep -v '^ *+' conftest.er1 >conftest.err
19762 rm -f conftest.er1
19763 cat conftest.err >&5
19764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); } && {
19766 test -z "$ac_c_werror_flag" ||
19767 test ! -s conftest.err
19768 } && test -s conftest.$ac_objext; then
19769 ac_cv_member_struct_statfs_f_frsize=yes
19770 else
19771 echo "$as_me: failed program was:" >&5
19772 sed 's/^/| /' conftest.$ac_ext >&5
19774 cat >conftest.$ac_ext <<_ACEOF
19775 /* confdefs.h. */
19776 _ACEOF
19777 cat confdefs.h >>conftest.$ac_ext
19778 cat >>conftest.$ac_ext <<_ACEOF
19779 /* end confdefs.h. */
19780 #include <sys/types.h>
19781 #ifdef HAVE_SYS_PARAM_H
19782 # include <sys/param.h>
19783 #endif
19784 #ifdef HAVE_SYS_MOUNT_H
19785 # include <sys/mount.h>
19786 #endif
19787 #ifdef HAVE_SYS_VFS_H
19788 # include <sys/vfs.h>
19789 #endif
19790 #ifdef HAVE_SYS_STATFS_H
19791 # include <sys/statfs.h>
19792 #endif
19795 main ()
19797 static struct statfs ac_aggr;
19798 if (sizeof ac_aggr.f_frsize)
19799 return 0;
19801 return 0;
19803 _ACEOF
19804 rm -f conftest.$ac_objext
19805 if { (ac_try="$ac_compile"
19806 case "(($ac_try" in
19807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19808 *) ac_try_echo=$ac_try;;
19809 esac
19810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19811 (eval "$ac_compile") 2>conftest.er1
19812 ac_status=$?
19813 grep -v '^ *+' conftest.er1 >conftest.err
19814 rm -f conftest.er1
19815 cat conftest.err >&5
19816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19817 (exit $ac_status); } && {
19818 test -z "$ac_c_werror_flag" ||
19819 test ! -s conftest.err
19820 } && test -s conftest.$ac_objext; then
19821 ac_cv_member_struct_statfs_f_frsize=yes
19822 else
19823 echo "$as_me: failed program was:" >&5
19824 sed 's/^/| /' conftest.$ac_ext >&5
19826 ac_cv_member_struct_statfs_f_frsize=no
19829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19834 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19835 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19836 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19838 cat >>confdefs.h <<_ACEOF
19839 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19840 _ACEOF
19844 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19845 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19846 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19847 echo $ECHO_N "(cached) $ECHO_C" >&6
19848 else
19849 cat >conftest.$ac_ext <<_ACEOF
19850 /* confdefs.h. */
19851 _ACEOF
19852 cat confdefs.h >>conftest.$ac_ext
19853 cat >>conftest.$ac_ext <<_ACEOF
19854 /* end confdefs.h. */
19855 #include <sys/types.h>
19856 #ifdef HAVE_SYS_PARAM_H
19857 # include <sys/param.h>
19858 #endif
19859 #ifdef HAVE_SYS_MOUNT_H
19860 # include <sys/mount.h>
19861 #endif
19862 #ifdef HAVE_SYS_VFS_H
19863 # include <sys/vfs.h>
19864 #endif
19865 #ifdef HAVE_SYS_STATFS_H
19866 # include <sys/statfs.h>
19867 #endif
19870 main ()
19872 static struct statfs ac_aggr;
19873 if (ac_aggr.f_ffree)
19874 return 0;
19876 return 0;
19878 _ACEOF
19879 rm -f conftest.$ac_objext
19880 if { (ac_try="$ac_compile"
19881 case "(($ac_try" in
19882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19883 *) ac_try_echo=$ac_try;;
19884 esac
19885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19886 (eval "$ac_compile") 2>conftest.er1
19887 ac_status=$?
19888 grep -v '^ *+' conftest.er1 >conftest.err
19889 rm -f conftest.er1
19890 cat conftest.err >&5
19891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19892 (exit $ac_status); } && {
19893 test -z "$ac_c_werror_flag" ||
19894 test ! -s conftest.err
19895 } && test -s conftest.$ac_objext; then
19896 ac_cv_member_struct_statfs_f_ffree=yes
19897 else
19898 echo "$as_me: failed program was:" >&5
19899 sed 's/^/| /' conftest.$ac_ext >&5
19901 cat >conftest.$ac_ext <<_ACEOF
19902 /* confdefs.h. */
19903 _ACEOF
19904 cat confdefs.h >>conftest.$ac_ext
19905 cat >>conftest.$ac_ext <<_ACEOF
19906 /* end confdefs.h. */
19907 #include <sys/types.h>
19908 #ifdef HAVE_SYS_PARAM_H
19909 # include <sys/param.h>
19910 #endif
19911 #ifdef HAVE_SYS_MOUNT_H
19912 # include <sys/mount.h>
19913 #endif
19914 #ifdef HAVE_SYS_VFS_H
19915 # include <sys/vfs.h>
19916 #endif
19917 #ifdef HAVE_SYS_STATFS_H
19918 # include <sys/statfs.h>
19919 #endif
19922 main ()
19924 static struct statfs ac_aggr;
19925 if (sizeof ac_aggr.f_ffree)
19926 return 0;
19928 return 0;
19930 _ACEOF
19931 rm -f conftest.$ac_objext
19932 if { (ac_try="$ac_compile"
19933 case "(($ac_try" in
19934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19935 *) ac_try_echo=$ac_try;;
19936 esac
19937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19938 (eval "$ac_compile") 2>conftest.er1
19939 ac_status=$?
19940 grep -v '^ *+' conftest.er1 >conftest.err
19941 rm -f conftest.er1
19942 cat conftest.err >&5
19943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19944 (exit $ac_status); } && {
19945 test -z "$ac_c_werror_flag" ||
19946 test ! -s conftest.err
19947 } && test -s conftest.$ac_objext; then
19948 ac_cv_member_struct_statfs_f_ffree=yes
19949 else
19950 echo "$as_me: failed program was:" >&5
19951 sed 's/^/| /' conftest.$ac_ext >&5
19953 ac_cv_member_struct_statfs_f_ffree=no
19956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19961 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19962 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19963 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19965 cat >>confdefs.h <<_ACEOF
19966 #define HAVE_STRUCT_STATFS_F_FFREE 1
19967 _ACEOF
19971 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19972 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19973 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19974 echo $ECHO_N "(cached) $ECHO_C" >&6
19975 else
19976 cat >conftest.$ac_ext <<_ACEOF
19977 /* confdefs.h. */
19978 _ACEOF
19979 cat confdefs.h >>conftest.$ac_ext
19980 cat >>conftest.$ac_ext <<_ACEOF
19981 /* end confdefs.h. */
19982 #include <sys/types.h>
19983 #ifdef HAVE_SYS_PARAM_H
19984 # include <sys/param.h>
19985 #endif
19986 #ifdef HAVE_SYS_MOUNT_H
19987 # include <sys/mount.h>
19988 #endif
19989 #ifdef HAVE_SYS_VFS_H
19990 # include <sys/vfs.h>
19991 #endif
19992 #ifdef HAVE_SYS_STATFS_H
19993 # include <sys/statfs.h>
19994 #endif
19997 main ()
19999 static struct statfs ac_aggr;
20000 if (ac_aggr.f_favail)
20001 return 0;
20003 return 0;
20005 _ACEOF
20006 rm -f conftest.$ac_objext
20007 if { (ac_try="$ac_compile"
20008 case "(($ac_try" in
20009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20010 *) ac_try_echo=$ac_try;;
20011 esac
20012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20013 (eval "$ac_compile") 2>conftest.er1
20014 ac_status=$?
20015 grep -v '^ *+' conftest.er1 >conftest.err
20016 rm -f conftest.er1
20017 cat conftest.err >&5
20018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20019 (exit $ac_status); } && {
20020 test -z "$ac_c_werror_flag" ||
20021 test ! -s conftest.err
20022 } && test -s conftest.$ac_objext; then
20023 ac_cv_member_struct_statfs_f_favail=yes
20024 else
20025 echo "$as_me: failed program was:" >&5
20026 sed 's/^/| /' conftest.$ac_ext >&5
20028 cat >conftest.$ac_ext <<_ACEOF
20029 /* confdefs.h. */
20030 _ACEOF
20031 cat confdefs.h >>conftest.$ac_ext
20032 cat >>conftest.$ac_ext <<_ACEOF
20033 /* end confdefs.h. */
20034 #include <sys/types.h>
20035 #ifdef HAVE_SYS_PARAM_H
20036 # include <sys/param.h>
20037 #endif
20038 #ifdef HAVE_SYS_MOUNT_H
20039 # include <sys/mount.h>
20040 #endif
20041 #ifdef HAVE_SYS_VFS_H
20042 # include <sys/vfs.h>
20043 #endif
20044 #ifdef HAVE_SYS_STATFS_H
20045 # include <sys/statfs.h>
20046 #endif
20049 main ()
20051 static struct statfs ac_aggr;
20052 if (sizeof ac_aggr.f_favail)
20053 return 0;
20055 return 0;
20057 _ACEOF
20058 rm -f conftest.$ac_objext
20059 if { (ac_try="$ac_compile"
20060 case "(($ac_try" in
20061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20062 *) ac_try_echo=$ac_try;;
20063 esac
20064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.$ac_objext; then
20075 ac_cv_member_struct_statfs_f_favail=yes
20076 else
20077 echo "$as_me: failed program was:" >&5
20078 sed 's/^/| /' conftest.$ac_ext >&5
20080 ac_cv_member_struct_statfs_f_favail=no
20083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20088 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20089 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20090 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20092 cat >>confdefs.h <<_ACEOF
20093 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20094 _ACEOF
20098 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20099 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20100 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20101 echo $ECHO_N "(cached) $ECHO_C" >&6
20102 else
20103 cat >conftest.$ac_ext <<_ACEOF
20104 /* confdefs.h. */
20105 _ACEOF
20106 cat confdefs.h >>conftest.$ac_ext
20107 cat >>conftest.$ac_ext <<_ACEOF
20108 /* end confdefs.h. */
20109 #include <sys/types.h>
20110 #ifdef HAVE_SYS_PARAM_H
20111 # include <sys/param.h>
20112 #endif
20113 #ifdef HAVE_SYS_MOUNT_H
20114 # include <sys/mount.h>
20115 #endif
20116 #ifdef HAVE_SYS_VFS_H
20117 # include <sys/vfs.h>
20118 #endif
20119 #ifdef HAVE_SYS_STATFS_H
20120 # include <sys/statfs.h>
20121 #endif
20124 main ()
20126 static struct statfs ac_aggr;
20127 if (ac_aggr.f_namelen)
20128 return 0;
20130 return 0;
20132 _ACEOF
20133 rm -f conftest.$ac_objext
20134 if { (ac_try="$ac_compile"
20135 case "(($ac_try" in
20136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20137 *) ac_try_echo=$ac_try;;
20138 esac
20139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20140 (eval "$ac_compile") 2>conftest.er1
20141 ac_status=$?
20142 grep -v '^ *+' conftest.er1 >conftest.err
20143 rm -f conftest.er1
20144 cat conftest.err >&5
20145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20146 (exit $ac_status); } && {
20147 test -z "$ac_c_werror_flag" ||
20148 test ! -s conftest.err
20149 } && test -s conftest.$ac_objext; then
20150 ac_cv_member_struct_statfs_f_namelen=yes
20151 else
20152 echo "$as_me: failed program was:" >&5
20153 sed 's/^/| /' conftest.$ac_ext >&5
20155 cat >conftest.$ac_ext <<_ACEOF
20156 /* confdefs.h. */
20157 _ACEOF
20158 cat confdefs.h >>conftest.$ac_ext
20159 cat >>conftest.$ac_ext <<_ACEOF
20160 /* end confdefs.h. */
20161 #include <sys/types.h>
20162 #ifdef HAVE_SYS_PARAM_H
20163 # include <sys/param.h>
20164 #endif
20165 #ifdef HAVE_SYS_MOUNT_H
20166 # include <sys/mount.h>
20167 #endif
20168 #ifdef HAVE_SYS_VFS_H
20169 # include <sys/vfs.h>
20170 #endif
20171 #ifdef HAVE_SYS_STATFS_H
20172 # include <sys/statfs.h>
20173 #endif
20176 main ()
20178 static struct statfs ac_aggr;
20179 if (sizeof ac_aggr.f_namelen)
20180 return 0;
20182 return 0;
20184 _ACEOF
20185 rm -f conftest.$ac_objext
20186 if { (ac_try="$ac_compile"
20187 case "(($ac_try" in
20188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20189 *) ac_try_echo=$ac_try;;
20190 esac
20191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20192 (eval "$ac_compile") 2>conftest.er1
20193 ac_status=$?
20194 grep -v '^ *+' conftest.er1 >conftest.err
20195 rm -f conftest.er1
20196 cat conftest.err >&5
20197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20198 (exit $ac_status); } && {
20199 test -z "$ac_c_werror_flag" ||
20200 test ! -s conftest.err
20201 } && test -s conftest.$ac_objext; then
20202 ac_cv_member_struct_statfs_f_namelen=yes
20203 else
20204 echo "$as_me: failed program was:" >&5
20205 sed 's/^/| /' conftest.$ac_ext >&5
20207 ac_cv_member_struct_statfs_f_namelen=no
20210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20215 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20216 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20217 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20219 cat >>confdefs.h <<_ACEOF
20220 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20221 _ACEOF
20227 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20228 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20229 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20230 echo $ECHO_N "(cached) $ECHO_C" >&6
20231 else
20232 cat >conftest.$ac_ext <<_ACEOF
20233 /* confdefs.h. */
20234 _ACEOF
20235 cat confdefs.h >>conftest.$ac_ext
20236 cat >>conftest.$ac_ext <<_ACEOF
20237 /* end confdefs.h. */
20238 #ifdef HAVE_SYS_STATVFS_H
20239 #include <sys/statvfs.h>
20240 #endif
20243 main ()
20245 static struct statvfs ac_aggr;
20246 if (ac_aggr.f_blocks)
20247 return 0;
20249 return 0;
20251 _ACEOF
20252 rm -f conftest.$ac_objext
20253 if { (ac_try="$ac_compile"
20254 case "(($ac_try" in
20255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20256 *) ac_try_echo=$ac_try;;
20257 esac
20258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20259 (eval "$ac_compile") 2>conftest.er1
20260 ac_status=$?
20261 grep -v '^ *+' conftest.er1 >conftest.err
20262 rm -f conftest.er1
20263 cat conftest.err >&5
20264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20265 (exit $ac_status); } && {
20266 test -z "$ac_c_werror_flag" ||
20267 test ! -s conftest.err
20268 } && test -s conftest.$ac_objext; then
20269 ac_cv_member_struct_statvfs_f_blocks=yes
20270 else
20271 echo "$as_me: failed program was:" >&5
20272 sed 's/^/| /' conftest.$ac_ext >&5
20274 cat >conftest.$ac_ext <<_ACEOF
20275 /* confdefs.h. */
20276 _ACEOF
20277 cat confdefs.h >>conftest.$ac_ext
20278 cat >>conftest.$ac_ext <<_ACEOF
20279 /* end confdefs.h. */
20280 #ifdef HAVE_SYS_STATVFS_H
20281 #include <sys/statvfs.h>
20282 #endif
20285 main ()
20287 static struct statvfs ac_aggr;
20288 if (sizeof ac_aggr.f_blocks)
20289 return 0;
20291 return 0;
20293 _ACEOF
20294 rm -f conftest.$ac_objext
20295 if { (ac_try="$ac_compile"
20296 case "(($ac_try" in
20297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20298 *) ac_try_echo=$ac_try;;
20299 esac
20300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20301 (eval "$ac_compile") 2>conftest.er1
20302 ac_status=$?
20303 grep -v '^ *+' conftest.er1 >conftest.err
20304 rm -f conftest.er1
20305 cat conftest.err >&5
20306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20307 (exit $ac_status); } && {
20308 test -z "$ac_c_werror_flag" ||
20309 test ! -s conftest.err
20310 } && test -s conftest.$ac_objext; then
20311 ac_cv_member_struct_statvfs_f_blocks=yes
20312 else
20313 echo "$as_me: failed program was:" >&5
20314 sed 's/^/| /' conftest.$ac_ext >&5
20316 ac_cv_member_struct_statvfs_f_blocks=no
20319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20324 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20325 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20326 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20328 cat >>confdefs.h <<_ACEOF
20329 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20330 _ACEOF
20336 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20337 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20338 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20339 echo $ECHO_N "(cached) $ECHO_C" >&6
20340 else
20341 cat >conftest.$ac_ext <<_ACEOF
20342 /* confdefs.h. */
20343 _ACEOF
20344 cat confdefs.h >>conftest.$ac_ext
20345 cat >>conftest.$ac_ext <<_ACEOF
20346 /* end confdefs.h. */
20347 #include <sys/types.h>
20348 #ifdef HAVE_SYS_SOCKET_H
20349 # include <sys/socket.h>
20350 #endif
20351 #ifdef HAVE_SYS_UN_H
20352 # include <sys/un.h>
20353 #endif
20356 main ()
20358 static struct msghdr ac_aggr;
20359 if (ac_aggr.msg_accrights)
20360 return 0;
20362 return 0;
20364 _ACEOF
20365 rm -f conftest.$ac_objext
20366 if { (ac_try="$ac_compile"
20367 case "(($ac_try" in
20368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20369 *) ac_try_echo=$ac_try;;
20370 esac
20371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20372 (eval "$ac_compile") 2>conftest.er1
20373 ac_status=$?
20374 grep -v '^ *+' conftest.er1 >conftest.err
20375 rm -f conftest.er1
20376 cat conftest.err >&5
20377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20378 (exit $ac_status); } && {
20379 test -z "$ac_c_werror_flag" ||
20380 test ! -s conftest.err
20381 } && test -s conftest.$ac_objext; then
20382 ac_cv_member_struct_msghdr_msg_accrights=yes
20383 else
20384 echo "$as_me: failed program was:" >&5
20385 sed 's/^/| /' conftest.$ac_ext >&5
20387 cat >conftest.$ac_ext <<_ACEOF
20388 /* confdefs.h. */
20389 _ACEOF
20390 cat confdefs.h >>conftest.$ac_ext
20391 cat >>conftest.$ac_ext <<_ACEOF
20392 /* end confdefs.h. */
20393 #include <sys/types.h>
20394 #ifdef HAVE_SYS_SOCKET_H
20395 # include <sys/socket.h>
20396 #endif
20397 #ifdef HAVE_SYS_UN_H
20398 # include <sys/un.h>
20399 #endif
20402 main ()
20404 static struct msghdr ac_aggr;
20405 if (sizeof ac_aggr.msg_accrights)
20406 return 0;
20408 return 0;
20410 _ACEOF
20411 rm -f conftest.$ac_objext
20412 if { (ac_try="$ac_compile"
20413 case "(($ac_try" in
20414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20415 *) ac_try_echo=$ac_try;;
20416 esac
20417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20418 (eval "$ac_compile") 2>conftest.er1
20419 ac_status=$?
20420 grep -v '^ *+' conftest.er1 >conftest.err
20421 rm -f conftest.er1
20422 cat conftest.err >&5
20423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20424 (exit $ac_status); } && {
20425 test -z "$ac_c_werror_flag" ||
20426 test ! -s conftest.err
20427 } && test -s conftest.$ac_objext; then
20428 ac_cv_member_struct_msghdr_msg_accrights=yes
20429 else
20430 echo "$as_me: failed program was:" >&5
20431 sed 's/^/| /' conftest.$ac_ext >&5
20433 ac_cv_member_struct_msghdr_msg_accrights=no
20436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20441 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20442 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20443 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20445 cat >>confdefs.h <<_ACEOF
20446 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20447 _ACEOF
20451 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20452 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20453 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20454 echo $ECHO_N "(cached) $ECHO_C" >&6
20455 else
20456 cat >conftest.$ac_ext <<_ACEOF
20457 /* confdefs.h. */
20458 _ACEOF
20459 cat confdefs.h >>conftest.$ac_ext
20460 cat >>conftest.$ac_ext <<_ACEOF
20461 /* end confdefs.h. */
20462 #include <sys/types.h>
20463 #ifdef HAVE_SYS_SOCKET_H
20464 # include <sys/socket.h>
20465 #endif
20466 #ifdef HAVE_SYS_UN_H
20467 # include <sys/un.h>
20468 #endif
20471 main ()
20473 static struct sockaddr ac_aggr;
20474 if (ac_aggr.sa_len)
20475 return 0;
20477 return 0;
20479 _ACEOF
20480 rm -f conftest.$ac_objext
20481 if { (ac_try="$ac_compile"
20482 case "(($ac_try" in
20483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20484 *) ac_try_echo=$ac_try;;
20485 esac
20486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20487 (eval "$ac_compile") 2>conftest.er1
20488 ac_status=$?
20489 grep -v '^ *+' conftest.er1 >conftest.err
20490 rm -f conftest.er1
20491 cat conftest.err >&5
20492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20493 (exit $ac_status); } && {
20494 test -z "$ac_c_werror_flag" ||
20495 test ! -s conftest.err
20496 } && test -s conftest.$ac_objext; then
20497 ac_cv_member_struct_sockaddr_sa_len=yes
20498 else
20499 echo "$as_me: failed program was:" >&5
20500 sed 's/^/| /' conftest.$ac_ext >&5
20502 cat >conftest.$ac_ext <<_ACEOF
20503 /* confdefs.h. */
20504 _ACEOF
20505 cat confdefs.h >>conftest.$ac_ext
20506 cat >>conftest.$ac_ext <<_ACEOF
20507 /* end confdefs.h. */
20508 #include <sys/types.h>
20509 #ifdef HAVE_SYS_SOCKET_H
20510 # include <sys/socket.h>
20511 #endif
20512 #ifdef HAVE_SYS_UN_H
20513 # include <sys/un.h>
20514 #endif
20517 main ()
20519 static struct sockaddr ac_aggr;
20520 if (sizeof ac_aggr.sa_len)
20521 return 0;
20523 return 0;
20525 _ACEOF
20526 rm -f conftest.$ac_objext
20527 if { (ac_try="$ac_compile"
20528 case "(($ac_try" in
20529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20530 *) ac_try_echo=$ac_try;;
20531 esac
20532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20533 (eval "$ac_compile") 2>conftest.er1
20534 ac_status=$?
20535 grep -v '^ *+' conftest.er1 >conftest.err
20536 rm -f conftest.er1
20537 cat conftest.err >&5
20538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20539 (exit $ac_status); } && {
20540 test -z "$ac_c_werror_flag" ||
20541 test ! -s conftest.err
20542 } && test -s conftest.$ac_objext; then
20543 ac_cv_member_struct_sockaddr_sa_len=yes
20544 else
20545 echo "$as_me: failed program was:" >&5
20546 sed 's/^/| /' conftest.$ac_ext >&5
20548 ac_cv_member_struct_sockaddr_sa_len=no
20551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20556 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20557 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20558 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20560 cat >>confdefs.h <<_ACEOF
20561 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20562 _ACEOF
20566 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20567 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20568 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20569 echo $ECHO_N "(cached) $ECHO_C" >&6
20570 else
20571 cat >conftest.$ac_ext <<_ACEOF
20572 /* confdefs.h. */
20573 _ACEOF
20574 cat confdefs.h >>conftest.$ac_ext
20575 cat >>conftest.$ac_ext <<_ACEOF
20576 /* end confdefs.h. */
20577 #include <sys/types.h>
20578 #ifdef HAVE_SYS_SOCKET_H
20579 # include <sys/socket.h>
20580 #endif
20581 #ifdef HAVE_SYS_UN_H
20582 # include <sys/un.h>
20583 #endif
20586 main ()
20588 static struct sockaddr_un ac_aggr;
20589 if (ac_aggr.sun_len)
20590 return 0;
20592 return 0;
20594 _ACEOF
20595 rm -f conftest.$ac_objext
20596 if { (ac_try="$ac_compile"
20597 case "(($ac_try" in
20598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20599 *) ac_try_echo=$ac_try;;
20600 esac
20601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20602 (eval "$ac_compile") 2>conftest.er1
20603 ac_status=$?
20604 grep -v '^ *+' conftest.er1 >conftest.err
20605 rm -f conftest.er1
20606 cat conftest.err >&5
20607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20608 (exit $ac_status); } && {
20609 test -z "$ac_c_werror_flag" ||
20610 test ! -s conftest.err
20611 } && test -s conftest.$ac_objext; then
20612 ac_cv_member_struct_sockaddr_un_sun_len=yes
20613 else
20614 echo "$as_me: failed program was:" >&5
20615 sed 's/^/| /' conftest.$ac_ext >&5
20617 cat >conftest.$ac_ext <<_ACEOF
20618 /* confdefs.h. */
20619 _ACEOF
20620 cat confdefs.h >>conftest.$ac_ext
20621 cat >>conftest.$ac_ext <<_ACEOF
20622 /* end confdefs.h. */
20623 #include <sys/types.h>
20624 #ifdef HAVE_SYS_SOCKET_H
20625 # include <sys/socket.h>
20626 #endif
20627 #ifdef HAVE_SYS_UN_H
20628 # include <sys/un.h>
20629 #endif
20632 main ()
20634 static struct sockaddr_un ac_aggr;
20635 if (sizeof ac_aggr.sun_len)
20636 return 0;
20638 return 0;
20640 _ACEOF
20641 rm -f conftest.$ac_objext
20642 if { (ac_try="$ac_compile"
20643 case "(($ac_try" in
20644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20645 *) ac_try_echo=$ac_try;;
20646 esac
20647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20648 (eval "$ac_compile") 2>conftest.er1
20649 ac_status=$?
20650 grep -v '^ *+' conftest.er1 >conftest.err
20651 rm -f conftest.er1
20652 cat conftest.err >&5
20653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20654 (exit $ac_status); } && {
20655 test -z "$ac_c_werror_flag" ||
20656 test ! -s conftest.err
20657 } && test -s conftest.$ac_objext; then
20658 ac_cv_member_struct_sockaddr_un_sun_len=yes
20659 else
20660 echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.$ac_ext >&5
20663 ac_cv_member_struct_sockaddr_un_sun_len=no
20666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20672 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20673 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20675 cat >>confdefs.h <<_ACEOF
20676 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20677 _ACEOF
20683 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20684 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20685 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20686 echo $ECHO_N "(cached) $ECHO_C" >&6
20687 else
20688 cat >conftest.$ac_ext <<_ACEOF
20689 /* confdefs.h. */
20690 _ACEOF
20691 cat confdefs.h >>conftest.$ac_ext
20692 cat >>conftest.$ac_ext <<_ACEOF
20693 /* end confdefs.h. */
20694 #include <sys/types.h>
20695 #ifdef HAVE_SCSI_SG_H
20696 #include <scsi/sg.h>
20697 #endif
20700 main ()
20702 static scsireq_t ac_aggr;
20703 if (ac_aggr.cmd)
20704 return 0;
20706 return 0;
20708 _ACEOF
20709 rm -f conftest.$ac_objext
20710 if { (ac_try="$ac_compile"
20711 case "(($ac_try" in
20712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20713 *) ac_try_echo=$ac_try;;
20714 esac
20715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20716 (eval "$ac_compile") 2>conftest.er1
20717 ac_status=$?
20718 grep -v '^ *+' conftest.er1 >conftest.err
20719 rm -f conftest.er1
20720 cat conftest.err >&5
20721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20722 (exit $ac_status); } && {
20723 test -z "$ac_c_werror_flag" ||
20724 test ! -s conftest.err
20725 } && test -s conftest.$ac_objext; then
20726 ac_cv_member_scsireq_t_cmd=yes
20727 else
20728 echo "$as_me: failed program was:" >&5
20729 sed 's/^/| /' conftest.$ac_ext >&5
20731 cat >conftest.$ac_ext <<_ACEOF
20732 /* confdefs.h. */
20733 _ACEOF
20734 cat confdefs.h >>conftest.$ac_ext
20735 cat >>conftest.$ac_ext <<_ACEOF
20736 /* end confdefs.h. */
20737 #include <sys/types.h>
20738 #ifdef HAVE_SCSI_SG_H
20739 #include <scsi/sg.h>
20740 #endif
20743 main ()
20745 static scsireq_t ac_aggr;
20746 if (sizeof ac_aggr.cmd)
20747 return 0;
20749 return 0;
20751 _ACEOF
20752 rm -f conftest.$ac_objext
20753 if { (ac_try="$ac_compile"
20754 case "(($ac_try" in
20755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20756 *) ac_try_echo=$ac_try;;
20757 esac
20758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20759 (eval "$ac_compile") 2>conftest.er1
20760 ac_status=$?
20761 grep -v '^ *+' conftest.er1 >conftest.err
20762 rm -f conftest.er1
20763 cat conftest.err >&5
20764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20765 (exit $ac_status); } && {
20766 test -z "$ac_c_werror_flag" ||
20767 test ! -s conftest.err
20768 } && test -s conftest.$ac_objext; then
20769 ac_cv_member_scsireq_t_cmd=yes
20770 else
20771 echo "$as_me: failed program was:" >&5
20772 sed 's/^/| /' conftest.$ac_ext >&5
20774 ac_cv_member_scsireq_t_cmd=no
20777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20782 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20783 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20784 if test $ac_cv_member_scsireq_t_cmd = yes; then
20786 cat >>confdefs.h <<_ACEOF
20787 #define HAVE_SCSIREQ_T_CMD 1
20788 _ACEOF
20792 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20793 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20794 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20795 echo $ECHO_N "(cached) $ECHO_C" >&6
20796 else
20797 cat >conftest.$ac_ext <<_ACEOF
20798 /* confdefs.h. */
20799 _ACEOF
20800 cat confdefs.h >>conftest.$ac_ext
20801 cat >>conftest.$ac_ext <<_ACEOF
20802 /* end confdefs.h. */
20803 #include <sys/types.h>
20804 #ifdef HAVE_SCSI_SG_H
20805 #include <scsi/sg.h>
20806 #endif
20809 main ()
20811 static sg_io_hdr_t ac_aggr;
20812 if (ac_aggr.interface_id)
20813 return 0;
20815 return 0;
20817 _ACEOF
20818 rm -f conftest.$ac_objext
20819 if { (ac_try="$ac_compile"
20820 case "(($ac_try" in
20821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20822 *) ac_try_echo=$ac_try;;
20823 esac
20824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20825 (eval "$ac_compile") 2>conftest.er1
20826 ac_status=$?
20827 grep -v '^ *+' conftest.er1 >conftest.err
20828 rm -f conftest.er1
20829 cat conftest.err >&5
20830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20831 (exit $ac_status); } && {
20832 test -z "$ac_c_werror_flag" ||
20833 test ! -s conftest.err
20834 } && test -s conftest.$ac_objext; then
20835 ac_cv_member_sg_io_hdr_t_interface_id=yes
20836 else
20837 echo "$as_me: failed program was:" >&5
20838 sed 's/^/| /' conftest.$ac_ext >&5
20840 cat >conftest.$ac_ext <<_ACEOF
20841 /* confdefs.h. */
20842 _ACEOF
20843 cat confdefs.h >>conftest.$ac_ext
20844 cat >>conftest.$ac_ext <<_ACEOF
20845 /* end confdefs.h. */
20846 #include <sys/types.h>
20847 #ifdef HAVE_SCSI_SG_H
20848 #include <scsi/sg.h>
20849 #endif
20852 main ()
20854 static sg_io_hdr_t ac_aggr;
20855 if (sizeof ac_aggr.interface_id)
20856 return 0;
20858 return 0;
20860 _ACEOF
20861 rm -f conftest.$ac_objext
20862 if { (ac_try="$ac_compile"
20863 case "(($ac_try" in
20864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20865 *) ac_try_echo=$ac_try;;
20866 esac
20867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20868 (eval "$ac_compile") 2>conftest.er1
20869 ac_status=$?
20870 grep -v '^ *+' conftest.er1 >conftest.err
20871 rm -f conftest.er1
20872 cat conftest.err >&5
20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20874 (exit $ac_status); } && {
20875 test -z "$ac_c_werror_flag" ||
20876 test ! -s conftest.err
20877 } && test -s conftest.$ac_objext; then
20878 ac_cv_member_sg_io_hdr_t_interface_id=yes
20879 else
20880 echo "$as_me: failed program was:" >&5
20881 sed 's/^/| /' conftest.$ac_ext >&5
20883 ac_cv_member_sg_io_hdr_t_interface_id=no
20886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20891 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20892 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20893 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20895 cat >>confdefs.h <<_ACEOF
20896 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20897 _ACEOF
20903 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20904 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20905 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20906 echo $ECHO_N "(cached) $ECHO_C" >&6
20907 else
20908 cat >conftest.$ac_ext <<_ACEOF
20909 /* confdefs.h. */
20910 _ACEOF
20911 cat confdefs.h >>conftest.$ac_ext
20912 cat >>conftest.$ac_ext <<_ACEOF
20913 /* end confdefs.h. */
20914 #include <signal.h>
20917 main ()
20919 static siginfo_t ac_aggr;
20920 if (ac_aggr.si_fd)
20921 return 0;
20923 return 0;
20925 _ACEOF
20926 rm -f conftest.$ac_objext
20927 if { (ac_try="$ac_compile"
20928 case "(($ac_try" in
20929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20930 *) ac_try_echo=$ac_try;;
20931 esac
20932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20933 (eval "$ac_compile") 2>conftest.er1
20934 ac_status=$?
20935 grep -v '^ *+' conftest.er1 >conftest.err
20936 rm -f conftest.er1
20937 cat conftest.err >&5
20938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20939 (exit $ac_status); } && {
20940 test -z "$ac_c_werror_flag" ||
20941 test ! -s conftest.err
20942 } && test -s conftest.$ac_objext; then
20943 ac_cv_member_siginfo_t_si_fd=yes
20944 else
20945 echo "$as_me: failed program was:" >&5
20946 sed 's/^/| /' conftest.$ac_ext >&5
20948 cat >conftest.$ac_ext <<_ACEOF
20949 /* confdefs.h. */
20950 _ACEOF
20951 cat confdefs.h >>conftest.$ac_ext
20952 cat >>conftest.$ac_ext <<_ACEOF
20953 /* end confdefs.h. */
20954 #include <signal.h>
20957 main ()
20959 static siginfo_t ac_aggr;
20960 if (sizeof ac_aggr.si_fd)
20961 return 0;
20963 return 0;
20965 _ACEOF
20966 rm -f conftest.$ac_objext
20967 if { (ac_try="$ac_compile"
20968 case "(($ac_try" in
20969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20970 *) ac_try_echo=$ac_try;;
20971 esac
20972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20973 (eval "$ac_compile") 2>conftest.er1
20974 ac_status=$?
20975 grep -v '^ *+' conftest.er1 >conftest.err
20976 rm -f conftest.er1
20977 cat conftest.err >&5
20978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20979 (exit $ac_status); } && {
20980 test -z "$ac_c_werror_flag" ||
20981 test ! -s conftest.err
20982 } && test -s conftest.$ac_objext; then
20983 ac_cv_member_siginfo_t_si_fd=yes
20984 else
20985 echo "$as_me: failed program was:" >&5
20986 sed 's/^/| /' conftest.$ac_ext >&5
20988 ac_cv_member_siginfo_t_si_fd=no
20991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20996 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20997 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20998 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21000 cat >>confdefs.h <<_ACEOF
21001 #define HAVE_SIGINFO_T_SI_FD 1
21002 _ACEOF
21008 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21009 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21010 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21011 echo $ECHO_N "(cached) $ECHO_C" >&6
21012 else
21013 cat >conftest.$ac_ext <<_ACEOF
21014 /* confdefs.h. */
21015 _ACEOF
21016 cat confdefs.h >>conftest.$ac_ext
21017 cat >>conftest.$ac_ext <<_ACEOF
21018 /* end confdefs.h. */
21019 #include <sys/types.h>
21020 #ifdef HAVE_SYS_MTIO_H
21021 #include <sys/mtio.h>
21022 #endif
21025 main ()
21027 static struct mtget ac_aggr;
21028 if (ac_aggr.mt_blksiz)
21029 return 0;
21031 return 0;
21033 _ACEOF
21034 rm -f conftest.$ac_objext
21035 if { (ac_try="$ac_compile"
21036 case "(($ac_try" in
21037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21038 *) ac_try_echo=$ac_try;;
21039 esac
21040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21041 (eval "$ac_compile") 2>conftest.er1
21042 ac_status=$?
21043 grep -v '^ *+' conftest.er1 >conftest.err
21044 rm -f conftest.er1
21045 cat conftest.err >&5
21046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21047 (exit $ac_status); } && {
21048 test -z "$ac_c_werror_flag" ||
21049 test ! -s conftest.err
21050 } && test -s conftest.$ac_objext; then
21051 ac_cv_member_struct_mtget_mt_blksiz=yes
21052 else
21053 echo "$as_me: failed program was:" >&5
21054 sed 's/^/| /' conftest.$ac_ext >&5
21056 cat >conftest.$ac_ext <<_ACEOF
21057 /* confdefs.h. */
21058 _ACEOF
21059 cat confdefs.h >>conftest.$ac_ext
21060 cat >>conftest.$ac_ext <<_ACEOF
21061 /* end confdefs.h. */
21062 #include <sys/types.h>
21063 #ifdef HAVE_SYS_MTIO_H
21064 #include <sys/mtio.h>
21065 #endif
21068 main ()
21070 static struct mtget ac_aggr;
21071 if (sizeof ac_aggr.mt_blksiz)
21072 return 0;
21074 return 0;
21076 _ACEOF
21077 rm -f conftest.$ac_objext
21078 if { (ac_try="$ac_compile"
21079 case "(($ac_try" in
21080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21081 *) ac_try_echo=$ac_try;;
21082 esac
21083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21084 (eval "$ac_compile") 2>conftest.er1
21085 ac_status=$?
21086 grep -v '^ *+' conftest.er1 >conftest.err
21087 rm -f conftest.er1
21088 cat conftest.err >&5
21089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21090 (exit $ac_status); } && {
21091 test -z "$ac_c_werror_flag" ||
21092 test ! -s conftest.err
21093 } && test -s conftest.$ac_objext; then
21094 ac_cv_member_struct_mtget_mt_blksiz=yes
21095 else
21096 echo "$as_me: failed program was:" >&5
21097 sed 's/^/| /' conftest.$ac_ext >&5
21099 ac_cv_member_struct_mtget_mt_blksiz=no
21102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21107 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21108 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21109 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21111 cat >>confdefs.h <<_ACEOF
21112 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21113 _ACEOF
21117 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21118 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21119 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21120 echo $ECHO_N "(cached) $ECHO_C" >&6
21121 else
21122 cat >conftest.$ac_ext <<_ACEOF
21123 /* confdefs.h. */
21124 _ACEOF
21125 cat confdefs.h >>conftest.$ac_ext
21126 cat >>conftest.$ac_ext <<_ACEOF
21127 /* end confdefs.h. */
21128 #include <sys/types.h>
21129 #ifdef HAVE_SYS_MTIO_H
21130 #include <sys/mtio.h>
21131 #endif
21134 main ()
21136 static struct mtget ac_aggr;
21137 if (ac_aggr.mt_gstat)
21138 return 0;
21140 return 0;
21142 _ACEOF
21143 rm -f conftest.$ac_objext
21144 if { (ac_try="$ac_compile"
21145 case "(($ac_try" in
21146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21147 *) ac_try_echo=$ac_try;;
21148 esac
21149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21150 (eval "$ac_compile") 2>conftest.er1
21151 ac_status=$?
21152 grep -v '^ *+' conftest.er1 >conftest.err
21153 rm -f conftest.er1
21154 cat conftest.err >&5
21155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21156 (exit $ac_status); } && {
21157 test -z "$ac_c_werror_flag" ||
21158 test ! -s conftest.err
21159 } && test -s conftest.$ac_objext; then
21160 ac_cv_member_struct_mtget_mt_gstat=yes
21161 else
21162 echo "$as_me: failed program was:" >&5
21163 sed 's/^/| /' conftest.$ac_ext >&5
21165 cat >conftest.$ac_ext <<_ACEOF
21166 /* confdefs.h. */
21167 _ACEOF
21168 cat confdefs.h >>conftest.$ac_ext
21169 cat >>conftest.$ac_ext <<_ACEOF
21170 /* end confdefs.h. */
21171 #include <sys/types.h>
21172 #ifdef HAVE_SYS_MTIO_H
21173 #include <sys/mtio.h>
21174 #endif
21177 main ()
21179 static struct mtget ac_aggr;
21180 if (sizeof ac_aggr.mt_gstat)
21181 return 0;
21183 return 0;
21185 _ACEOF
21186 rm -f conftest.$ac_objext
21187 if { (ac_try="$ac_compile"
21188 case "(($ac_try" in
21189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21190 *) ac_try_echo=$ac_try;;
21191 esac
21192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21193 (eval "$ac_compile") 2>conftest.er1
21194 ac_status=$?
21195 grep -v '^ *+' conftest.er1 >conftest.err
21196 rm -f conftest.er1
21197 cat conftest.err >&5
21198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21199 (exit $ac_status); } && {
21200 test -z "$ac_c_werror_flag" ||
21201 test ! -s conftest.err
21202 } && test -s conftest.$ac_objext; then
21203 ac_cv_member_struct_mtget_mt_gstat=yes
21204 else
21205 echo "$as_me: failed program was:" >&5
21206 sed 's/^/| /' conftest.$ac_ext >&5
21208 ac_cv_member_struct_mtget_mt_gstat=no
21211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21216 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21217 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21218 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21220 cat >>confdefs.h <<_ACEOF
21221 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21222 _ACEOF
21226 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21227 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21228 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21229 echo $ECHO_N "(cached) $ECHO_C" >&6
21230 else
21231 cat >conftest.$ac_ext <<_ACEOF
21232 /* confdefs.h. */
21233 _ACEOF
21234 cat confdefs.h >>conftest.$ac_ext
21235 cat >>conftest.$ac_ext <<_ACEOF
21236 /* end confdefs.h. */
21237 #include <sys/types.h>
21238 #ifdef HAVE_SYS_MTIO_H
21239 #include <sys/mtio.h>
21240 #endif
21243 main ()
21245 static struct mtget ac_aggr;
21246 if (ac_aggr.mt_blkno)
21247 return 0;
21249 return 0;
21251 _ACEOF
21252 rm -f conftest.$ac_objext
21253 if { (ac_try="$ac_compile"
21254 case "(($ac_try" in
21255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21256 *) ac_try_echo=$ac_try;;
21257 esac
21258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21259 (eval "$ac_compile") 2>conftest.er1
21260 ac_status=$?
21261 grep -v '^ *+' conftest.er1 >conftest.err
21262 rm -f conftest.er1
21263 cat conftest.err >&5
21264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21265 (exit $ac_status); } && {
21266 test -z "$ac_c_werror_flag" ||
21267 test ! -s conftest.err
21268 } && test -s conftest.$ac_objext; then
21269 ac_cv_member_struct_mtget_mt_blkno=yes
21270 else
21271 echo "$as_me: failed program was:" >&5
21272 sed 's/^/| /' conftest.$ac_ext >&5
21274 cat >conftest.$ac_ext <<_ACEOF
21275 /* confdefs.h. */
21276 _ACEOF
21277 cat confdefs.h >>conftest.$ac_ext
21278 cat >>conftest.$ac_ext <<_ACEOF
21279 /* end confdefs.h. */
21280 #include <sys/types.h>
21281 #ifdef HAVE_SYS_MTIO_H
21282 #include <sys/mtio.h>
21283 #endif
21286 main ()
21288 static struct mtget ac_aggr;
21289 if (sizeof ac_aggr.mt_blkno)
21290 return 0;
21292 return 0;
21294 _ACEOF
21295 rm -f conftest.$ac_objext
21296 if { (ac_try="$ac_compile"
21297 case "(($ac_try" in
21298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21299 *) ac_try_echo=$ac_try;;
21300 esac
21301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21302 (eval "$ac_compile") 2>conftest.er1
21303 ac_status=$?
21304 grep -v '^ *+' conftest.er1 >conftest.err
21305 rm -f conftest.er1
21306 cat conftest.err >&5
21307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21308 (exit $ac_status); } && {
21309 test -z "$ac_c_werror_flag" ||
21310 test ! -s conftest.err
21311 } && test -s conftest.$ac_objext; then
21312 ac_cv_member_struct_mtget_mt_blkno=yes
21313 else
21314 echo "$as_me: failed program was:" >&5
21315 sed 's/^/| /' conftest.$ac_ext >&5
21317 ac_cv_member_struct_mtget_mt_blkno=no
21320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21325 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21326 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21327 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21329 cat >>confdefs.h <<_ACEOF
21330 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21331 _ACEOF
21337 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21338 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21339 if test "${ac_cv_member_struct_option_name+set}" = set; then
21340 echo $ECHO_N "(cached) $ECHO_C" >&6
21341 else
21342 cat >conftest.$ac_ext <<_ACEOF
21343 /* confdefs.h. */
21344 _ACEOF
21345 cat confdefs.h >>conftest.$ac_ext
21346 cat >>conftest.$ac_ext <<_ACEOF
21347 /* end confdefs.h. */
21348 #ifdef HAVE_GETOPT_H
21349 #include <getopt.h>
21350 #endif
21353 main ()
21355 static struct option ac_aggr;
21356 if (ac_aggr.name)
21357 return 0;
21359 return 0;
21361 _ACEOF
21362 rm -f conftest.$ac_objext
21363 if { (ac_try="$ac_compile"
21364 case "(($ac_try" in
21365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21366 *) ac_try_echo=$ac_try;;
21367 esac
21368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21369 (eval "$ac_compile") 2>conftest.er1
21370 ac_status=$?
21371 grep -v '^ *+' conftest.er1 >conftest.err
21372 rm -f conftest.er1
21373 cat conftest.err >&5
21374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21375 (exit $ac_status); } && {
21376 test -z "$ac_c_werror_flag" ||
21377 test ! -s conftest.err
21378 } && test -s conftest.$ac_objext; then
21379 ac_cv_member_struct_option_name=yes
21380 else
21381 echo "$as_me: failed program was:" >&5
21382 sed 's/^/| /' conftest.$ac_ext >&5
21384 cat >conftest.$ac_ext <<_ACEOF
21385 /* confdefs.h. */
21386 _ACEOF
21387 cat confdefs.h >>conftest.$ac_ext
21388 cat >>conftest.$ac_ext <<_ACEOF
21389 /* end confdefs.h. */
21390 #ifdef HAVE_GETOPT_H
21391 #include <getopt.h>
21392 #endif
21395 main ()
21397 static struct option ac_aggr;
21398 if (sizeof ac_aggr.name)
21399 return 0;
21401 return 0;
21403 _ACEOF
21404 rm -f conftest.$ac_objext
21405 if { (ac_try="$ac_compile"
21406 case "(($ac_try" in
21407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21408 *) ac_try_echo=$ac_try;;
21409 esac
21410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21411 (eval "$ac_compile") 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && {
21418 test -z "$ac_c_werror_flag" ||
21419 test ! -s conftest.err
21420 } && test -s conftest.$ac_objext; then
21421 ac_cv_member_struct_option_name=yes
21422 else
21423 echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 ac_cv_member_struct_option_name=no
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21435 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21436 if test $ac_cv_member_struct_option_name = yes; then
21438 cat >>confdefs.h <<_ACEOF
21439 #define HAVE_STRUCT_OPTION_NAME 1
21440 _ACEOF
21446 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21447 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21448 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21449 echo $ECHO_N "(cached) $ECHO_C" >&6
21450 else
21451 cat >conftest.$ac_ext <<_ACEOF
21452 /* confdefs.h. */
21453 _ACEOF
21454 cat confdefs.h >>conftest.$ac_ext
21455 cat >>conftest.$ac_ext <<_ACEOF
21456 /* end confdefs.h. */
21457 $ac_includes_default
21459 main ()
21461 static struct stat ac_aggr;
21462 if (ac_aggr.st_blocks)
21463 return 0;
21465 return 0;
21467 _ACEOF
21468 rm -f conftest.$ac_objext
21469 if { (ac_try="$ac_compile"
21470 case "(($ac_try" in
21471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21472 *) ac_try_echo=$ac_try;;
21473 esac
21474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21475 (eval "$ac_compile") 2>conftest.er1
21476 ac_status=$?
21477 grep -v '^ *+' conftest.er1 >conftest.err
21478 rm -f conftest.er1
21479 cat conftest.err >&5
21480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21481 (exit $ac_status); } && {
21482 test -z "$ac_c_werror_flag" ||
21483 test ! -s conftest.err
21484 } && test -s conftest.$ac_objext; then
21485 ac_cv_member_struct_stat_st_blocks=yes
21486 else
21487 echo "$as_me: failed program was:" >&5
21488 sed 's/^/| /' conftest.$ac_ext >&5
21490 cat >conftest.$ac_ext <<_ACEOF
21491 /* confdefs.h. */
21492 _ACEOF
21493 cat confdefs.h >>conftest.$ac_ext
21494 cat >>conftest.$ac_ext <<_ACEOF
21495 /* end confdefs.h. */
21496 $ac_includes_default
21498 main ()
21500 static struct stat ac_aggr;
21501 if (sizeof ac_aggr.st_blocks)
21502 return 0;
21504 return 0;
21506 _ACEOF
21507 rm -f conftest.$ac_objext
21508 if { (ac_try="$ac_compile"
21509 case "(($ac_try" in
21510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21511 *) ac_try_echo=$ac_try;;
21512 esac
21513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21514 (eval "$ac_compile") 2>conftest.er1
21515 ac_status=$?
21516 grep -v '^ *+' conftest.er1 >conftest.err
21517 rm -f conftest.er1
21518 cat conftest.err >&5
21519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21520 (exit $ac_status); } && {
21521 test -z "$ac_c_werror_flag" ||
21522 test ! -s conftest.err
21523 } && test -s conftest.$ac_objext; then
21524 ac_cv_member_struct_stat_st_blocks=yes
21525 else
21526 echo "$as_me: failed program was:" >&5
21527 sed 's/^/| /' conftest.$ac_ext >&5
21529 ac_cv_member_struct_stat_st_blocks=no
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21537 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21538 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21539 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21541 cat >>confdefs.h <<_ACEOF
21542 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21543 _ACEOF
21547 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21548 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21549 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21550 echo $ECHO_N "(cached) $ECHO_C" >&6
21551 else
21552 cat >conftest.$ac_ext <<_ACEOF
21553 /* confdefs.h. */
21554 _ACEOF
21555 cat confdefs.h >>conftest.$ac_ext
21556 cat >>conftest.$ac_ext <<_ACEOF
21557 /* end confdefs.h. */
21558 $ac_includes_default
21560 main ()
21562 static struct stat ac_aggr;
21563 if (ac_aggr.st_mtim)
21564 return 0;
21566 return 0;
21568 _ACEOF
21569 rm -f conftest.$ac_objext
21570 if { (ac_try="$ac_compile"
21571 case "(($ac_try" in
21572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21573 *) ac_try_echo=$ac_try;;
21574 esac
21575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21576 (eval "$ac_compile") 2>conftest.er1
21577 ac_status=$?
21578 grep -v '^ *+' conftest.er1 >conftest.err
21579 rm -f conftest.er1
21580 cat conftest.err >&5
21581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21582 (exit $ac_status); } && {
21583 test -z "$ac_c_werror_flag" ||
21584 test ! -s conftest.err
21585 } && test -s conftest.$ac_objext; then
21586 ac_cv_member_struct_stat_st_mtim=yes
21587 else
21588 echo "$as_me: failed program was:" >&5
21589 sed 's/^/| /' conftest.$ac_ext >&5
21591 cat >conftest.$ac_ext <<_ACEOF
21592 /* confdefs.h. */
21593 _ACEOF
21594 cat confdefs.h >>conftest.$ac_ext
21595 cat >>conftest.$ac_ext <<_ACEOF
21596 /* end confdefs.h. */
21597 $ac_includes_default
21599 main ()
21601 static struct stat ac_aggr;
21602 if (sizeof ac_aggr.st_mtim)
21603 return 0;
21605 return 0;
21607 _ACEOF
21608 rm -f conftest.$ac_objext
21609 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in
21611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612 *) ac_try_echo=$ac_try;;
21613 esac
21614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21615 (eval "$ac_compile") 2>conftest.er1
21616 ac_status=$?
21617 grep -v '^ *+' conftest.er1 >conftest.err
21618 rm -f conftest.er1
21619 cat conftest.err >&5
21620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); } && {
21622 test -z "$ac_c_werror_flag" ||
21623 test ! -s conftest.err
21624 } && test -s conftest.$ac_objext; then
21625 ac_cv_member_struct_stat_st_mtim=yes
21626 else
21627 echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5
21630 ac_cv_member_struct_stat_st_mtim=no
21633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21638 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21639 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21640 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21642 cat >>confdefs.h <<_ACEOF
21643 #define HAVE_STRUCT_STAT_ST_MTIM 1
21644 _ACEOF
21648 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21649 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21650 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21651 echo $ECHO_N "(cached) $ECHO_C" >&6
21652 else
21653 cat >conftest.$ac_ext <<_ACEOF
21654 /* confdefs.h. */
21655 _ACEOF
21656 cat confdefs.h >>conftest.$ac_ext
21657 cat >>conftest.$ac_ext <<_ACEOF
21658 /* end confdefs.h. */
21659 $ac_includes_default
21661 main ()
21663 static struct stat ac_aggr;
21664 if (ac_aggr.st_ctim)
21665 return 0;
21667 return 0;
21669 _ACEOF
21670 rm -f conftest.$ac_objext
21671 if { (ac_try="$ac_compile"
21672 case "(($ac_try" in
21673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21674 *) ac_try_echo=$ac_try;;
21675 esac
21676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21677 (eval "$ac_compile") 2>conftest.er1
21678 ac_status=$?
21679 grep -v '^ *+' conftest.er1 >conftest.err
21680 rm -f conftest.er1
21681 cat conftest.err >&5
21682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21683 (exit $ac_status); } && {
21684 test -z "$ac_c_werror_flag" ||
21685 test ! -s conftest.err
21686 } && test -s conftest.$ac_objext; then
21687 ac_cv_member_struct_stat_st_ctim=yes
21688 else
21689 echo "$as_me: failed program was:" >&5
21690 sed 's/^/| /' conftest.$ac_ext >&5
21692 cat >conftest.$ac_ext <<_ACEOF
21693 /* confdefs.h. */
21694 _ACEOF
21695 cat confdefs.h >>conftest.$ac_ext
21696 cat >>conftest.$ac_ext <<_ACEOF
21697 /* end confdefs.h. */
21698 $ac_includes_default
21700 main ()
21702 static struct stat ac_aggr;
21703 if (sizeof ac_aggr.st_ctim)
21704 return 0;
21706 return 0;
21708 _ACEOF
21709 rm -f conftest.$ac_objext
21710 if { (ac_try="$ac_compile"
21711 case "(($ac_try" in
21712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21713 *) ac_try_echo=$ac_try;;
21714 esac
21715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21716 (eval "$ac_compile") 2>conftest.er1
21717 ac_status=$?
21718 grep -v '^ *+' conftest.er1 >conftest.err
21719 rm -f conftest.er1
21720 cat conftest.err >&5
21721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } && {
21723 test -z "$ac_c_werror_flag" ||
21724 test ! -s conftest.err
21725 } && test -s conftest.$ac_objext; then
21726 ac_cv_member_struct_stat_st_ctim=yes
21727 else
21728 echo "$as_me: failed program was:" >&5
21729 sed 's/^/| /' conftest.$ac_ext >&5
21731 ac_cv_member_struct_stat_st_ctim=no
21734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21739 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21740 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21741 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21743 cat >>confdefs.h <<_ACEOF
21744 #define HAVE_STRUCT_STAT_ST_CTIM 1
21745 _ACEOF
21749 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21750 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21751 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21752 echo $ECHO_N "(cached) $ECHO_C" >&6
21753 else
21754 cat >conftest.$ac_ext <<_ACEOF
21755 /* confdefs.h. */
21756 _ACEOF
21757 cat confdefs.h >>conftest.$ac_ext
21758 cat >>conftest.$ac_ext <<_ACEOF
21759 /* end confdefs.h. */
21760 $ac_includes_default
21762 main ()
21764 static struct stat ac_aggr;
21765 if (ac_aggr.st_atim)
21766 return 0;
21768 return 0;
21770 _ACEOF
21771 rm -f conftest.$ac_objext
21772 if { (ac_try="$ac_compile"
21773 case "(($ac_try" in
21774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21775 *) ac_try_echo=$ac_try;;
21776 esac
21777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21778 (eval "$ac_compile") 2>conftest.er1
21779 ac_status=$?
21780 grep -v '^ *+' conftest.er1 >conftest.err
21781 rm -f conftest.er1
21782 cat conftest.err >&5
21783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21784 (exit $ac_status); } && {
21785 test -z "$ac_c_werror_flag" ||
21786 test ! -s conftest.err
21787 } && test -s conftest.$ac_objext; then
21788 ac_cv_member_struct_stat_st_atim=yes
21789 else
21790 echo "$as_me: failed program was:" >&5
21791 sed 's/^/| /' conftest.$ac_ext >&5
21793 cat >conftest.$ac_ext <<_ACEOF
21794 /* confdefs.h. */
21795 _ACEOF
21796 cat confdefs.h >>conftest.$ac_ext
21797 cat >>conftest.$ac_ext <<_ACEOF
21798 /* end confdefs.h. */
21799 $ac_includes_default
21801 main ()
21803 static struct stat ac_aggr;
21804 if (sizeof ac_aggr.st_atim)
21805 return 0;
21807 return 0;
21809 _ACEOF
21810 rm -f conftest.$ac_objext
21811 if { (ac_try="$ac_compile"
21812 case "(($ac_try" in
21813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21814 *) ac_try_echo=$ac_try;;
21815 esac
21816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21817 (eval "$ac_compile") 2>conftest.er1
21818 ac_status=$?
21819 grep -v '^ *+' conftest.er1 >conftest.err
21820 rm -f conftest.er1
21821 cat conftest.err >&5
21822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21823 (exit $ac_status); } && {
21824 test -z "$ac_c_werror_flag" ||
21825 test ! -s conftest.err
21826 } && test -s conftest.$ac_objext; then
21827 ac_cv_member_struct_stat_st_atim=yes
21828 else
21829 echo "$as_me: failed program was:" >&5
21830 sed 's/^/| /' conftest.$ac_ext >&5
21832 ac_cv_member_struct_stat_st_atim=no
21835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21840 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21841 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21842 if test $ac_cv_member_struct_stat_st_atim = yes; then
21844 cat >>confdefs.h <<_ACEOF
21845 #define HAVE_STRUCT_STAT_ST_ATIM 1
21846 _ACEOF
21852 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21853 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21854 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21855 echo $ECHO_N "(cached) $ECHO_C" >&6
21856 else
21857 cat >conftest.$ac_ext <<_ACEOF
21858 /* confdefs.h. */
21859 _ACEOF
21860 cat confdefs.h >>conftest.$ac_ext
21861 cat >>conftest.$ac_ext <<_ACEOF
21862 /* end confdefs.h. */
21863 #ifdef HAVE_SYS_TYPES_H
21864 #include <sys/types.h>
21865 #endif
21866 #ifdef HAVE_NETINET_IN_H
21867 #include <netinet/in.h>
21868 #endif
21871 main ()
21873 static struct sockaddr_in6 ac_aggr;
21874 if (ac_aggr.sin6_scope_id)
21875 return 0;
21877 return 0;
21879 _ACEOF
21880 rm -f conftest.$ac_objext
21881 if { (ac_try="$ac_compile"
21882 case "(($ac_try" in
21883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21884 *) ac_try_echo=$ac_try;;
21885 esac
21886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21887 (eval "$ac_compile") 2>conftest.er1
21888 ac_status=$?
21889 grep -v '^ *+' conftest.er1 >conftest.err
21890 rm -f conftest.er1
21891 cat conftest.err >&5
21892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21893 (exit $ac_status); } && {
21894 test -z "$ac_c_werror_flag" ||
21895 test ! -s conftest.err
21896 } && test -s conftest.$ac_objext; then
21897 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21898 else
21899 echo "$as_me: failed program was:" >&5
21900 sed 's/^/| /' conftest.$ac_ext >&5
21902 cat >conftest.$ac_ext <<_ACEOF
21903 /* confdefs.h. */
21904 _ACEOF
21905 cat confdefs.h >>conftest.$ac_ext
21906 cat >>conftest.$ac_ext <<_ACEOF
21907 /* end confdefs.h. */
21908 #ifdef HAVE_SYS_TYPES_H
21909 #include <sys/types.h>
21910 #endif
21911 #ifdef HAVE_NETINET_IN_H
21912 #include <netinet/in.h>
21913 #endif
21916 main ()
21918 static struct sockaddr_in6 ac_aggr;
21919 if (sizeof ac_aggr.sin6_scope_id)
21920 return 0;
21922 return 0;
21924 _ACEOF
21925 rm -f conftest.$ac_objext
21926 if { (ac_try="$ac_compile"
21927 case "(($ac_try" in
21928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21929 *) ac_try_echo=$ac_try;;
21930 esac
21931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21932 (eval "$ac_compile") 2>conftest.er1
21933 ac_status=$?
21934 grep -v '^ *+' conftest.er1 >conftest.err
21935 rm -f conftest.er1
21936 cat conftest.err >&5
21937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21938 (exit $ac_status); } && {
21939 test -z "$ac_c_werror_flag" ||
21940 test ! -s conftest.err
21941 } && test -s conftest.$ac_objext; then
21942 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21943 else
21944 echo "$as_me: failed program was:" >&5
21945 sed 's/^/| /' conftest.$ac_ext >&5
21947 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21955 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21956 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21957 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21959 cat >>confdefs.h <<_ACEOF
21960 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21961 _ACEOF
21967 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21968 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21969 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21970 echo $ECHO_N "(cached) $ECHO_C" >&6
21971 else
21972 cat >conftest.$ac_ext <<_ACEOF
21973 /* confdefs.h. */
21974 _ACEOF
21975 cat confdefs.h >>conftest.$ac_ext
21976 cat >>conftest.$ac_ext <<_ACEOF
21977 /* end confdefs.h. */
21978 #ifdef HAVE_SYS_TYPES_H
21979 #include <sys/types.h>
21980 #endif
21981 #ifdef HAVE_NETINET_IN_H
21982 # include <netinet/in.h>
21983 #endif
21984 #ifdef HAVE_ARPA_NAMESER_H
21985 # include <arpa/nameser.h>
21986 #endif
21989 main ()
21991 static ns_msg ac_aggr;
21992 if (ac_aggr._msg_ptr)
21993 return 0;
21995 return 0;
21997 _ACEOF
21998 rm -f conftest.$ac_objext
21999 if { (ac_try="$ac_compile"
22000 case "(($ac_try" in
22001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22002 *) ac_try_echo=$ac_try;;
22003 esac
22004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22005 (eval "$ac_compile") 2>conftest.er1
22006 ac_status=$?
22007 grep -v '^ *+' conftest.er1 >conftest.err
22008 rm -f conftest.er1
22009 cat conftest.err >&5
22010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22011 (exit $ac_status); } && {
22012 test -z "$ac_c_werror_flag" ||
22013 test ! -s conftest.err
22014 } && test -s conftest.$ac_objext; then
22015 ac_cv_member_ns_msg__msg_ptr=yes
22016 else
22017 echo "$as_me: failed program was:" >&5
22018 sed 's/^/| /' conftest.$ac_ext >&5
22020 cat >conftest.$ac_ext <<_ACEOF
22021 /* confdefs.h. */
22022 _ACEOF
22023 cat confdefs.h >>conftest.$ac_ext
22024 cat >>conftest.$ac_ext <<_ACEOF
22025 /* end confdefs.h. */
22026 #ifdef HAVE_SYS_TYPES_H
22027 #include <sys/types.h>
22028 #endif
22029 #ifdef HAVE_NETINET_IN_H
22030 # include <netinet/in.h>
22031 #endif
22032 #ifdef HAVE_ARPA_NAMESER_H
22033 # include <arpa/nameser.h>
22034 #endif
22037 main ()
22039 static ns_msg ac_aggr;
22040 if (sizeof ac_aggr._msg_ptr)
22041 return 0;
22043 return 0;
22045 _ACEOF
22046 rm -f conftest.$ac_objext
22047 if { (ac_try="$ac_compile"
22048 case "(($ac_try" in
22049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22050 *) ac_try_echo=$ac_try;;
22051 esac
22052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22053 (eval "$ac_compile") 2>conftest.er1
22054 ac_status=$?
22055 grep -v '^ *+' conftest.er1 >conftest.err
22056 rm -f conftest.er1
22057 cat conftest.err >&5
22058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22059 (exit $ac_status); } && {
22060 test -z "$ac_c_werror_flag" ||
22061 test ! -s conftest.err
22062 } && test -s conftest.$ac_objext; then
22063 ac_cv_member_ns_msg__msg_ptr=yes
22064 else
22065 echo "$as_me: failed program was:" >&5
22066 sed 's/^/| /' conftest.$ac_ext >&5
22068 ac_cv_member_ns_msg__msg_ptr=no
22071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22076 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22077 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22078 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22080 cat >>confdefs.h <<_ACEOF
22081 #define HAVE_NS_MSG__MSG_PTR 1
22082 _ACEOF
22088 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22089 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22090 if test "${ac_cv_have_timezone+set}" = set; then
22091 echo $ECHO_N "(cached) $ECHO_C" >&6
22092 else
22093 cat >conftest.$ac_ext <<_ACEOF
22094 /* confdefs.h. */
22095 _ACEOF
22096 cat confdefs.h >>conftest.$ac_ext
22097 cat >>conftest.$ac_ext <<_ACEOF
22098 /* end confdefs.h. */
22099 #include <time.h>
22101 main ()
22103 timezone = 1
22105 return 0;
22107 _ACEOF
22108 rm -f conftest.$ac_objext conftest$ac_exeext
22109 if { (ac_try="$ac_link"
22110 case "(($ac_try" in
22111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22112 *) ac_try_echo=$ac_try;;
22113 esac
22114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22115 (eval "$ac_link") 2>conftest.er1
22116 ac_status=$?
22117 grep -v '^ *+' conftest.er1 >conftest.err
22118 rm -f conftest.er1
22119 cat conftest.err >&5
22120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22121 (exit $ac_status); } && {
22122 test -z "$ac_c_werror_flag" ||
22123 test ! -s conftest.err
22124 } && test -s conftest$ac_exeext &&
22125 $as_test_x conftest$ac_exeext; then
22126 ac_cv_have_timezone="yes"
22127 else
22128 echo "$as_me: failed program was:" >&5
22129 sed 's/^/| /' conftest.$ac_ext >&5
22131 ac_cv_have_timezone="no"
22134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22135 conftest$ac_exeext conftest.$ac_ext
22137 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22138 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22139 if test "$ac_cv_have_timezone" = "yes"
22140 then
22142 cat >>confdefs.h <<\_ACEOF
22143 #define HAVE_TIMEZONE 1
22144 _ACEOF
22147 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22148 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22149 if test "${ac_cv_have_daylight+set}" = set; then
22150 echo $ECHO_N "(cached) $ECHO_C" >&6
22151 else
22152 cat >conftest.$ac_ext <<_ACEOF
22153 /* confdefs.h. */
22154 _ACEOF
22155 cat confdefs.h >>conftest.$ac_ext
22156 cat >>conftest.$ac_ext <<_ACEOF
22157 /* end confdefs.h. */
22158 #include <time.h>
22160 main ()
22162 daylight = 1
22164 return 0;
22166 _ACEOF
22167 rm -f conftest.$ac_objext conftest$ac_exeext
22168 if { (ac_try="$ac_link"
22169 case "(($ac_try" in
22170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22171 *) ac_try_echo=$ac_try;;
22172 esac
22173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22174 (eval "$ac_link") 2>conftest.er1
22175 ac_status=$?
22176 grep -v '^ *+' conftest.er1 >conftest.err
22177 rm -f conftest.er1
22178 cat conftest.err >&5
22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); } && {
22181 test -z "$ac_c_werror_flag" ||
22182 test ! -s conftest.err
22183 } && test -s conftest$ac_exeext &&
22184 $as_test_x conftest$ac_exeext; then
22185 ac_cv_have_daylight="yes"
22186 else
22187 echo "$as_me: failed program was:" >&5
22188 sed 's/^/| /' conftest.$ac_ext >&5
22190 ac_cv_have_daylight="no"
22193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22194 conftest$ac_exeext conftest.$ac_ext
22196 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22197 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22198 if test "$ac_cv_have_daylight" = "yes"
22199 then
22201 cat >>confdefs.h <<\_ACEOF
22202 #define HAVE_DAYLIGHT 1
22203 _ACEOF
22207 { echo "$as_me:$LINENO: checking for isinf" >&5
22208 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22209 if test "${ac_cv_have_isinf+set}" = set; then
22210 echo $ECHO_N "(cached) $ECHO_C" >&6
22211 else
22212 cat >conftest.$ac_ext <<_ACEOF
22213 /* confdefs.h. */
22214 _ACEOF
22215 cat confdefs.h >>conftest.$ac_ext
22216 cat >>conftest.$ac_ext <<_ACEOF
22217 /* end confdefs.h. */
22218 #include <math.h>
22220 main ()
22222 float f = 0.0; int i=isinf(f)
22224 return 0;
22226 _ACEOF
22227 rm -f conftest.$ac_objext conftest$ac_exeext
22228 if { (ac_try="$ac_link"
22229 case "(($ac_try" in
22230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22231 *) ac_try_echo=$ac_try;;
22232 esac
22233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22234 (eval "$ac_link") 2>conftest.er1
22235 ac_status=$?
22236 grep -v '^ *+' conftest.er1 >conftest.err
22237 rm -f conftest.er1
22238 cat conftest.err >&5
22239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22240 (exit $ac_status); } && {
22241 test -z "$ac_c_werror_flag" ||
22242 test ! -s conftest.err
22243 } && test -s conftest$ac_exeext &&
22244 $as_test_x conftest$ac_exeext; then
22245 ac_cv_have_isinf="yes"
22246 else
22247 echo "$as_me: failed program was:" >&5
22248 sed 's/^/| /' conftest.$ac_ext >&5
22250 ac_cv_have_isinf="no"
22253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22254 conftest$ac_exeext conftest.$ac_ext
22256 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22257 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22258 if test "$ac_cv_have_isinf" = "yes"
22259 then
22261 cat >>confdefs.h <<\_ACEOF
22262 #define HAVE_ISINF 1
22263 _ACEOF
22268 case $host_cpu in
22269 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22270 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22271 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22272 echo $ECHO_N "(cached) $ECHO_C" >&6
22273 else
22274 cat >conftest.$ac_ext <<_ACEOF
22275 /* confdefs.h. */
22276 _ACEOF
22277 cat confdefs.h >>conftest.$ac_ext
22278 cat >>conftest.$ac_ext <<_ACEOF
22279 /* end confdefs.h. */
22280 #ifndef __i386__
22282 #endif
22283 _ACEOF
22284 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22285 $EGREP "yes" >/dev/null 2>&1; then
22286 ac_cv_cpp_def___i386__=yes
22287 else
22288 ac_cv_cpp_def___i386__=no
22290 rm -f conftest*
22293 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22294 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22295 if test $ac_cv_cpp_def___i386__ = yes; then
22296 CFLAGS="$CFLAGS -D__i386__"
22297 LINTFLAGS="$LINTFLAGS -D__i386__"
22300 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22301 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22302 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22303 echo $ECHO_N "(cached) $ECHO_C" >&6
22304 else
22305 cat >conftest.$ac_ext <<_ACEOF
22306 /* confdefs.h. */
22307 _ACEOF
22308 cat confdefs.h >>conftest.$ac_ext
22309 cat >>conftest.$ac_ext <<_ACEOF
22310 /* end confdefs.h. */
22311 #ifndef __x86_64__
22313 #endif
22314 _ACEOF
22315 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22316 $EGREP "yes" >/dev/null 2>&1; then
22317 ac_cv_cpp_def___x86_64__=yes
22318 else
22319 ac_cv_cpp_def___x86_64__=no
22321 rm -f conftest*
22324 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22325 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22326 if test $ac_cv_cpp_def___x86_64__ = yes; then
22327 CFLAGS="$CFLAGS -D__x86_64__"
22328 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22331 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22332 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22333 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22334 echo $ECHO_N "(cached) $ECHO_C" >&6
22335 else
22336 cat >conftest.$ac_ext <<_ACEOF
22337 /* confdefs.h. */
22338 _ACEOF
22339 cat confdefs.h >>conftest.$ac_ext
22340 cat >>conftest.$ac_ext <<_ACEOF
22341 /* end confdefs.h. */
22342 #ifndef __ALPHA__
22344 #endif
22345 _ACEOF
22346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22347 $EGREP "yes" >/dev/null 2>&1; then
22348 ac_cv_cpp_def___ALPHA__=yes
22349 else
22350 ac_cv_cpp_def___ALPHA__=no
22352 rm -f conftest*
22355 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22356 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22357 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22358 CFLAGS="$CFLAGS -D__ALPHA__"
22359 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22362 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22363 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22364 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22365 echo $ECHO_N "(cached) $ECHO_C" >&6
22366 else
22367 cat >conftest.$ac_ext <<_ACEOF
22368 /* confdefs.h. */
22369 _ACEOF
22370 cat confdefs.h >>conftest.$ac_ext
22371 cat >>conftest.$ac_ext <<_ACEOF
22372 /* end confdefs.h. */
22373 #ifndef __sparc__
22375 #endif
22376 _ACEOF
22377 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22378 $EGREP "yes" >/dev/null 2>&1; then
22379 ac_cv_cpp_def___sparc__=yes
22380 else
22381 ac_cv_cpp_def___sparc__=no
22383 rm -f conftest*
22386 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22387 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22388 if test $ac_cv_cpp_def___sparc__ = yes; then
22389 CFLAGS="$CFLAGS -D__sparc__"
22390 LINTFLAGS="$LINTFLAGS -D__sparc__"
22393 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22394 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22395 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22396 echo $ECHO_N "(cached) $ECHO_C" >&6
22397 else
22398 cat >conftest.$ac_ext <<_ACEOF
22399 /* confdefs.h. */
22400 _ACEOF
22401 cat confdefs.h >>conftest.$ac_ext
22402 cat >>conftest.$ac_ext <<_ACEOF
22403 /* end confdefs.h. */
22404 #ifndef __powerpc__
22406 #endif
22407 _ACEOF
22408 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22409 $EGREP "yes" >/dev/null 2>&1; then
22410 ac_cv_cpp_def___powerpc__=yes
22411 else
22412 ac_cv_cpp_def___powerpc__=no
22414 rm -f conftest*
22417 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22418 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22419 if test $ac_cv_cpp_def___powerpc__ = yes; then
22420 CFLAGS="$CFLAGS -D__powerpc__"
22421 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22424 esac
22426 case $host_vendor in
22427 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22428 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22429 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22430 echo $ECHO_N "(cached) $ECHO_C" >&6
22431 else
22432 cat >conftest.$ac_ext <<_ACEOF
22433 /* confdefs.h. */
22434 _ACEOF
22435 cat confdefs.h >>conftest.$ac_ext
22436 cat >>conftest.$ac_ext <<_ACEOF
22437 /* end confdefs.h. */
22438 #ifndef __sun__
22440 #endif
22441 _ACEOF
22442 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22443 $EGREP "yes" >/dev/null 2>&1; then
22444 ac_cv_cpp_def___sun__=yes
22445 else
22446 ac_cv_cpp_def___sun__=no
22448 rm -f conftest*
22451 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22452 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22453 if test $ac_cv_cpp_def___sun__ = yes; then
22454 CFLAGS="$CFLAGS -D__sun__"
22455 LINTFLAGS="$LINTFLAGS -D__sun__"
22458 esac
22461 DEPENDENCIES="### Dependencies:
22463 .INIT: Makefile
22464 .BEGIN: Makefile
22465 Makefile: dummy
22466 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22468 \$(OBJS): \$(IDL_GEN_HEADERS)
22469 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22470 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22471 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22472 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22475 ALL_MAKERULES=""
22477 ALL_MAKEFILES=""
22479 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22482 ALL_TOP_DIRS=""
22484 ALL_DLL_DIRS=""
22486 ALL_IMPLIB_DIRS=""
22488 ALL_TEST_DIRS=""
22490 ALL_PROGRAM_DIRS=""
22492 ALL_PROGRAM_INSTALL_DIRS=""
22494 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22500 ac_config_commands="$ac_config_commands include/stamp-h"
22503 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22505 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22507 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22509 ac_config_commands="$ac_config_commands dlls/user32/resources"
22511 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22513 ac_config_commands="$ac_config_commands include/wine"
22516 ALL_MAKERULES="$ALL_MAKERULES \\
22517 Make.rules"
22518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22519 Make.rules: Make.rules.in"
22520 MAKE_RULES=Make.rules
22521 ac_config_files="$ac_config_files Make.rules"
22523 ALL_MAKERULES="$ALL_MAKERULES \\
22524 dlls/Makedll.rules"
22525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22526 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22527 MAKE_DLL_RULES=dlls/Makedll.rules
22528 ac_config_files="$ac_config_files dlls/Makedll.rules"
22530 ALL_MAKERULES="$ALL_MAKERULES \\
22531 dlls/Makeimplib.rules"
22532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22533 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22534 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22535 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22537 ALL_MAKERULES="$ALL_MAKERULES \\
22538 dlls/Maketest.rules"
22539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22540 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22541 MAKE_TEST_RULES=dlls/Maketest.rules
22542 ac_config_files="$ac_config_files dlls/Maketest.rules"
22544 ALL_MAKERULES="$ALL_MAKERULES \\
22545 programs/Makeprog.rules"
22546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22547 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22548 MAKE_PROG_RULES=programs/Makeprog.rules
22549 ac_config_files="$ac_config_files programs/Makeprog.rules"
22554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22555 Makefile: Makefile.in Make.rules"
22556 ac_config_files="$ac_config_files Makefile"
22558 ALL_MAKEFILES="$ALL_MAKEFILES \\
22559 dlls/Makefile"
22560 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22561 dlls"
22562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22563 dlls/Makefile: dlls/Makefile.in Make.rules"
22564 ac_config_files="$ac_config_files dlls/Makefile"
22566 ALL_MAKEFILES="$ALL_MAKEFILES \\
22567 dlls/acledit/Makefile"
22568 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22569 acledit"
22570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22571 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22572 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22574 ALL_MAKEFILES="$ALL_MAKEFILES \\
22575 dlls/activeds/Makefile"
22576 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22577 activeds"
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22580 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22582 ALL_MAKEFILES="$ALL_MAKEFILES \\
22583 dlls/actxprxy/Makefile"
22584 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22585 actxprxy"
22586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22587 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22588 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22590 ALL_MAKEFILES="$ALL_MAKEFILES \\
22591 dlls/adsiid/Makefile"
22592 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22593 adsiid"
22594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22595 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22596 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22598 ALL_MAKEFILES="$ALL_MAKEFILES \\
22599 dlls/advapi32/Makefile"
22600 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22601 advapi32"
22602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22603 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22604 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22606 ALL_MAKEFILES="$ALL_MAKEFILES \\
22607 dlls/advapi32/tests/Makefile"
22608 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22609 advapi32/tests"
22610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22611 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22612 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22614 ALL_MAKEFILES="$ALL_MAKEFILES \\
22615 dlls/advpack/Makefile"
22616 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22617 advpack"
22618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22619 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22620 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22622 ALL_MAKEFILES="$ALL_MAKEFILES \\
22623 dlls/advpack/tests/Makefile"
22624 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22625 advpack/tests"
22626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22627 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22628 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22630 ALL_MAKEFILES="$ALL_MAKEFILES \\
22631 dlls/amstream/Makefile"
22632 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22633 amstream"
22634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22635 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22636 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22638 ALL_MAKEFILES="$ALL_MAKEFILES \\
22639 dlls/appwiz.cpl/Makefile"
22640 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22641 appwiz.cpl"
22642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22643 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22644 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22646 ALL_MAKEFILES="$ALL_MAKEFILES \\
22647 dlls/atl/Makefile"
22648 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22649 atl"
22650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22651 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22652 ac_config_files="$ac_config_files dlls/atl/Makefile"
22654 ALL_MAKEFILES="$ALL_MAKEFILES \\
22655 dlls/avicap32/Makefile"
22656 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22657 avicap32"
22658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22659 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22660 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22662 ALL_MAKEFILES="$ALL_MAKEFILES \\
22663 dlls/avifil32/Makefile"
22664 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22665 avifil32"
22666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22667 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22668 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22670 ALL_MAKEFILES="$ALL_MAKEFILES \\
22671 dlls/browseui/Makefile"
22672 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22673 browseui"
22674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22675 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22676 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22678 ALL_MAKEFILES="$ALL_MAKEFILES \\
22679 dlls/browseui/tests/Makefile"
22680 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22681 browseui/tests"
22682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22683 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22684 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22686 ALL_MAKEFILES="$ALL_MAKEFILES \\
22687 dlls/cabinet/Makefile"
22688 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22689 cabinet"
22690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22691 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22692 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22694 ALL_MAKEFILES="$ALL_MAKEFILES \\
22695 dlls/cabinet/tests/Makefile"
22696 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22697 cabinet/tests"
22698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22699 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22700 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22702 ALL_MAKEFILES="$ALL_MAKEFILES \\
22703 dlls/capi2032/Makefile"
22704 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22705 capi2032"
22706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22707 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22708 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22710 ALL_MAKEFILES="$ALL_MAKEFILES \\
22711 dlls/cards/Makefile"
22712 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22713 cards"
22714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22715 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22716 ac_config_files="$ac_config_files dlls/cards/Makefile"
22718 ALL_MAKEFILES="$ALL_MAKEFILES \\
22719 dlls/cfgmgr32/Makefile"
22720 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22721 cfgmgr32"
22722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22723 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22724 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22726 ALL_MAKEFILES="$ALL_MAKEFILES \\
22727 dlls/clusapi/Makefile"
22728 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22729 clusapi"
22730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22731 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22732 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22734 ALL_MAKEFILES="$ALL_MAKEFILES \\
22735 dlls/comcat/Makefile"
22736 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22737 comcat"
22738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22739 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22740 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22742 ALL_MAKEFILES="$ALL_MAKEFILES \\
22743 dlls/comcat/tests/Makefile"
22744 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22745 comcat/tests"
22746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22747 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22748 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22750 ALL_MAKEFILES="$ALL_MAKEFILES \\
22751 dlls/comctl32/Makefile"
22752 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22753 comctl32"
22754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22755 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22756 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22758 ALL_MAKEFILES="$ALL_MAKEFILES \\
22759 dlls/comctl32/tests/Makefile"
22760 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22761 comctl32/tests"
22762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22763 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22764 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22766 ALL_MAKEFILES="$ALL_MAKEFILES \\
22767 dlls/comdlg32/Makefile"
22768 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22769 comdlg32"
22770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22771 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22772 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22774 ALL_MAKEFILES="$ALL_MAKEFILES \\
22775 dlls/comdlg32/tests/Makefile"
22776 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22777 comdlg32/tests"
22778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22779 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22780 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22782 ALL_MAKEFILES="$ALL_MAKEFILES \\
22783 dlls/compstui/Makefile"
22784 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22785 compstui"
22786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22787 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22788 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22790 ALL_MAKEFILES="$ALL_MAKEFILES \\
22791 dlls/credui/Makefile"
22792 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22793 credui"
22794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22795 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22796 ac_config_files="$ac_config_files dlls/credui/Makefile"
22798 ALL_MAKEFILES="$ALL_MAKEFILES \\
22799 dlls/credui/tests/Makefile"
22800 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22801 credui/tests"
22802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22803 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22804 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22806 ALL_MAKEFILES="$ALL_MAKEFILES \\
22807 dlls/crtdll/Makefile"
22808 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22809 crtdll"
22810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22811 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22812 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22814 ALL_MAKEFILES="$ALL_MAKEFILES \\
22815 dlls/crypt32/Makefile"
22816 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22817 crypt32"
22818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22819 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22820 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22822 ALL_MAKEFILES="$ALL_MAKEFILES \\
22823 dlls/crypt32/tests/Makefile"
22824 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22825 crypt32/tests"
22826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22827 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22828 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22830 ALL_MAKEFILES="$ALL_MAKEFILES \\
22831 dlls/cryptdlg/Makefile"
22832 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22833 cryptdlg"
22834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22835 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22836 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22838 ALL_MAKEFILES="$ALL_MAKEFILES \\
22839 dlls/cryptdll/Makefile"
22840 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22841 cryptdll"
22842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22843 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22844 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22846 ALL_MAKEFILES="$ALL_MAKEFILES \\
22847 dlls/cryptnet/Makefile"
22848 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22849 cryptnet"
22850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22851 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22852 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22854 ALL_MAKEFILES="$ALL_MAKEFILES \\
22855 dlls/cryptnet/tests/Makefile"
22856 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22857 cryptnet/tests"
22858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22859 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22860 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22862 ALL_MAKEFILES="$ALL_MAKEFILES \\
22863 dlls/cryptui/Makefile"
22864 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22865 cryptui"
22866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22867 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22868 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22870 ALL_MAKEFILES="$ALL_MAKEFILES \\
22871 dlls/ctapi32/Makefile"
22872 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22873 ctapi32"
22874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22875 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22876 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22878 ALL_MAKEFILES="$ALL_MAKEFILES \\
22879 dlls/ctl3d32/Makefile"
22880 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22881 ctl3d32"
22882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22883 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22884 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22886 ALL_MAKEFILES="$ALL_MAKEFILES \\
22887 dlls/d3d10/Makefile"
22888 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22889 d3d10"
22890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22891 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22892 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22894 ALL_MAKEFILES="$ALL_MAKEFILES \\
22895 dlls/d3d8/Makefile"
22896 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22897 d3d8"
22898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22899 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22900 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22902 ALL_MAKEFILES="$ALL_MAKEFILES \\
22903 dlls/d3d8/tests/Makefile"
22904 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22905 d3d8/tests"
22906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22907 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22908 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22910 ALL_MAKEFILES="$ALL_MAKEFILES \\
22911 dlls/d3d9/Makefile"
22912 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22913 d3d9"
22914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22915 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22916 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22918 ALL_MAKEFILES="$ALL_MAKEFILES \\
22919 dlls/d3d9/tests/Makefile"
22920 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22921 d3d9/tests"
22922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22923 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22924 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22926 ALL_MAKEFILES="$ALL_MAKEFILES \\
22927 dlls/d3dim/Makefile"
22928 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22929 d3dim"
22930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22931 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22932 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22934 ALL_MAKEFILES="$ALL_MAKEFILES \\
22935 dlls/d3drm/Makefile"
22936 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22937 d3drm"
22938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22939 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22940 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22942 ALL_MAKEFILES="$ALL_MAKEFILES \\
22943 dlls/d3drm/tests/Makefile"
22944 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22945 d3drm/tests"
22946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22947 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22948 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22950 ALL_MAKEFILES="$ALL_MAKEFILES \\
22951 dlls/d3dx8/Makefile"
22952 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22953 d3dx8"
22954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22955 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22956 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22958 ALL_MAKEFILES="$ALL_MAKEFILES \\
22959 dlls/d3dx8/tests/Makefile"
22960 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22961 d3dx8/tests"
22962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22963 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22964 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22966 ALL_MAKEFILES="$ALL_MAKEFILES \\
22967 dlls/d3dx9_24/Makefile"
22968 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22969 d3dx9_24"
22970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22971 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22972 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22974 ALL_MAKEFILES="$ALL_MAKEFILES \\
22975 dlls/d3dx9_25/Makefile"
22976 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22977 d3dx9_25"
22978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22979 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22980 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22982 ALL_MAKEFILES="$ALL_MAKEFILES \\
22983 dlls/d3dx9_26/Makefile"
22984 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22985 d3dx9_26"
22986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22987 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22988 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22990 ALL_MAKEFILES="$ALL_MAKEFILES \\
22991 dlls/d3dx9_27/Makefile"
22992 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22993 d3dx9_27"
22994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22995 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22996 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22998 ALL_MAKEFILES="$ALL_MAKEFILES \\
22999 dlls/d3dx9_28/Makefile"
23000 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23001 d3dx9_28"
23002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23003 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23004 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23006 ALL_MAKEFILES="$ALL_MAKEFILES \\
23007 dlls/d3dx9_29/Makefile"
23008 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23009 d3dx9_29"
23010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23011 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23012 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23014 ALL_MAKEFILES="$ALL_MAKEFILES \\
23015 dlls/d3dx9_30/Makefile"
23016 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23017 d3dx9_30"
23018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23019 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23020 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23022 ALL_MAKEFILES="$ALL_MAKEFILES \\
23023 dlls/d3dx9_31/Makefile"
23024 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23025 d3dx9_31"
23026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23027 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23028 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23030 ALL_MAKEFILES="$ALL_MAKEFILES \\
23031 dlls/d3dx9_32/Makefile"
23032 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23033 d3dx9_32"
23034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23035 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23036 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23038 ALL_MAKEFILES="$ALL_MAKEFILES \\
23039 dlls/d3dx9_33/Makefile"
23040 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23041 d3dx9_33"
23042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23043 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23044 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23046 ALL_MAKEFILES="$ALL_MAKEFILES \\
23047 dlls/d3dx9_34/Makefile"
23048 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23049 d3dx9_34"
23050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23051 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23052 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23054 ALL_MAKEFILES="$ALL_MAKEFILES \\
23055 dlls/d3dx9_35/Makefile"
23056 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23057 d3dx9_35"
23058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23059 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23060 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23062 ALL_MAKEFILES="$ALL_MAKEFILES \\
23063 dlls/d3dx9_36/Makefile"
23064 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23065 d3dx9_36"
23066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23067 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23068 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23070 ALL_MAKEFILES="$ALL_MAKEFILES \\
23071 dlls/d3dx9_36/tests/Makefile"
23072 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23073 d3dx9_36/tests"
23074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23075 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23076 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23078 ALL_MAKEFILES="$ALL_MAKEFILES \\
23079 dlls/d3dx9_37/Makefile"
23080 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23081 d3dx9_37"
23082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23083 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23084 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23086 ALL_MAKEFILES="$ALL_MAKEFILES \\
23087 dlls/d3dxof/Makefile"
23088 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23089 d3dxof"
23090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23091 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23092 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23094 ALL_MAKEFILES="$ALL_MAKEFILES \\
23095 dlls/d3dxof/tests/Makefile"
23096 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23097 d3dxof/tests"
23098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23099 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23100 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23102 ALL_MAKEFILES="$ALL_MAKEFILES \\
23103 dlls/dbghelp/Makefile"
23104 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23105 dbghelp"
23106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23107 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23108 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23110 ALL_MAKEFILES="$ALL_MAKEFILES \\
23111 dlls/dciman32/Makefile"
23112 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23113 dciman32"
23114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23115 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23116 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23118 ALL_MAKEFILES="$ALL_MAKEFILES \\
23119 dlls/ddraw/Makefile"
23120 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23121 ddraw"
23122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23123 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23124 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23126 ALL_MAKEFILES="$ALL_MAKEFILES \\
23127 dlls/ddraw/tests/Makefile"
23128 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23129 ddraw/tests"
23130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23131 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23132 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23134 ALL_MAKEFILES="$ALL_MAKEFILES \\
23135 dlls/ddrawex/Makefile"
23136 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23137 ddrawex"
23138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23139 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23140 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23142 ALL_MAKEFILES="$ALL_MAKEFILES \\
23143 dlls/devenum/Makefile"
23144 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23145 devenum"
23146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23147 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23148 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23150 ALL_MAKEFILES="$ALL_MAKEFILES \\
23151 dlls/dinput/Makefile"
23152 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23153 dinput"
23154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23155 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23156 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23158 ALL_MAKEFILES="$ALL_MAKEFILES \\
23159 dlls/dinput/tests/Makefile"
23160 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23161 dinput/tests"
23162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23163 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23164 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23166 ALL_MAKEFILES="$ALL_MAKEFILES \\
23167 dlls/dinput8/Makefile"
23168 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23169 dinput8"
23170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23171 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23172 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23174 ALL_MAKEFILES="$ALL_MAKEFILES \\
23175 dlls/dmband/Makefile"
23176 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23177 dmband"
23178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23179 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23180 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23182 ALL_MAKEFILES="$ALL_MAKEFILES \\
23183 dlls/dmcompos/Makefile"
23184 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23185 dmcompos"
23186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23187 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23188 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23190 ALL_MAKEFILES="$ALL_MAKEFILES \\
23191 dlls/dmime/Makefile"
23192 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23193 dmime"
23194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23195 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23196 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23198 ALL_MAKEFILES="$ALL_MAKEFILES \\
23199 dlls/dmloader/Makefile"
23200 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23201 dmloader"
23202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23203 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23204 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23206 ALL_MAKEFILES="$ALL_MAKEFILES \\
23207 dlls/dmscript/Makefile"
23208 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23209 dmscript"
23210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23211 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23212 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23214 ALL_MAKEFILES="$ALL_MAKEFILES \\
23215 dlls/dmstyle/Makefile"
23216 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23217 dmstyle"
23218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23219 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23220 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23222 ALL_MAKEFILES="$ALL_MAKEFILES \\
23223 dlls/dmsynth/Makefile"
23224 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23225 dmsynth"
23226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23227 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23228 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23230 ALL_MAKEFILES="$ALL_MAKEFILES \\
23231 dlls/dmusic/Makefile"
23232 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23233 dmusic"
23234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23235 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23236 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23238 ALL_MAKEFILES="$ALL_MAKEFILES \\
23239 dlls/dmusic32/Makefile"
23240 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23241 dmusic32"
23242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23243 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23244 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23246 ALL_MAKEFILES="$ALL_MAKEFILES \\
23247 dlls/dnsapi/Makefile"
23248 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23249 dnsapi"
23250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23251 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23252 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23254 ALL_MAKEFILES="$ALL_MAKEFILES \\
23255 dlls/dnsapi/tests/Makefile"
23256 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23257 dnsapi/tests"
23258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23259 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23260 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23262 ALL_MAKEFILES="$ALL_MAKEFILES \\
23263 dlls/dplay/Makefile"
23264 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23265 dplay"
23266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23267 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23268 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23270 ALL_MAKEFILES="$ALL_MAKEFILES \\
23271 dlls/dplayx/Makefile"
23272 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23273 dplayx"
23274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23275 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23276 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23278 ALL_MAKEFILES="$ALL_MAKEFILES \\
23279 dlls/dplayx/tests/Makefile"
23280 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23281 dplayx/tests"
23282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23283 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23284 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23286 ALL_MAKEFILES="$ALL_MAKEFILES \\
23287 dlls/dpnaddr/Makefile"
23288 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23289 dpnaddr"
23290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23291 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23292 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23294 ALL_MAKEFILES="$ALL_MAKEFILES \\
23295 dlls/dpnet/Makefile"
23296 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23297 dpnet"
23298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23299 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23300 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23302 ALL_MAKEFILES="$ALL_MAKEFILES \\
23303 dlls/dpnhpast/Makefile"
23304 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23305 dpnhpast"
23306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23307 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23308 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23310 ALL_MAKEFILES="$ALL_MAKEFILES \\
23311 dlls/dpnlobby/Makefile"
23312 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23313 dpnlobby"
23314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23315 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23316 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23318 ALL_MAKEFILES="$ALL_MAKEFILES \\
23319 dlls/dpwsockx/Makefile"
23320 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23321 dpwsockx"
23322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23323 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23324 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23326 ALL_MAKEFILES="$ALL_MAKEFILES \\
23327 dlls/dsound/Makefile"
23328 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23329 dsound"
23330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23331 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23332 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23334 ALL_MAKEFILES="$ALL_MAKEFILES \\
23335 dlls/dsound/tests/Makefile"
23336 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23337 dsound/tests"
23338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23339 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23340 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23342 ALL_MAKEFILES="$ALL_MAKEFILES \\
23343 dlls/dssenh/Makefile"
23344 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23345 dssenh"
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23348 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23350 ALL_MAKEFILES="$ALL_MAKEFILES \\
23351 dlls/dswave/Makefile"
23352 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23353 dswave"
23354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23355 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23356 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23358 ALL_MAKEFILES="$ALL_MAKEFILES \\
23359 dlls/dwmapi/Makefile"
23360 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23361 dwmapi"
23362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23363 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23364 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23366 ALL_MAKEFILES="$ALL_MAKEFILES \\
23367 dlls/dxdiagn/Makefile"
23368 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23369 dxdiagn"
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23372 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/dxerr8/Makefile"
23376 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23377 dxerr8"
23378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23379 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23380 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23382 ALL_MAKEFILES="$ALL_MAKEFILES \\
23383 dlls/dxerr9/Makefile"
23384 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23385 dxerr9"
23386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23387 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23388 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23390 ALL_MAKEFILES="$ALL_MAKEFILES \\
23391 dlls/dxguid/Makefile"
23392 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23393 dxguid"
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23396 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/faultrep/Makefile"
23400 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23401 faultrep"
23402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23403 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23404 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23406 ALL_MAKEFILES="$ALL_MAKEFILES \\
23407 dlls/fusion/Makefile"
23408 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23409 fusion"
23410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23411 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23412 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23414 ALL_MAKEFILES="$ALL_MAKEFILES \\
23415 dlls/fusion/tests/Makefile"
23416 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23417 fusion/tests"
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23420 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/gdi32/Makefile"
23424 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23425 gdi32"
23426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23427 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23428 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23430 ALL_MAKEFILES="$ALL_MAKEFILES \\
23431 dlls/gdi32/tests/Makefile"
23432 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23433 gdi32/tests"
23434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23435 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23436 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23438 ALL_MAKEFILES="$ALL_MAKEFILES \\
23439 dlls/gdiplus/Makefile"
23440 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23441 gdiplus"
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23447 dlls/gdiplus/tests/Makefile"
23448 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23449 gdiplus/tests"
23450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23451 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23452 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23454 ALL_MAKEFILES="$ALL_MAKEFILES \\
23455 dlls/glu32/Makefile"
23456 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23457 glu32"
23458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23459 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23460 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23462 ALL_MAKEFILES="$ALL_MAKEFILES \\
23463 dlls/gphoto2.ds/Makefile"
23464 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23465 gphoto2.ds"
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23468 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/gpkcsp/Makefile"
23472 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23473 gpkcsp"
23474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23475 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23476 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23478 ALL_MAKEFILES="$ALL_MAKEFILES \\
23479 dlls/hal/Makefile"
23480 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23481 hal"
23482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23483 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23484 ac_config_files="$ac_config_files dlls/hal/Makefile"
23486 ALL_MAKEFILES="$ALL_MAKEFILES \\
23487 dlls/hhctrl.ocx/Makefile"
23488 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23489 hhctrl.ocx"
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/hid/Makefile"
23496 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23497 hid"
23498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23499 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23500 ac_config_files="$ac_config_files dlls/hid/Makefile"
23502 ALL_MAKEFILES="$ALL_MAKEFILES \\
23503 dlls/hlink/Makefile"
23504 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23505 hlink"
23506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23507 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23508 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23510 ALL_MAKEFILES="$ALL_MAKEFILES \\
23511 dlls/hlink/tests/Makefile"
23512 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23513 hlink/tests"
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23516 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/hnetcfg/Makefile"
23520 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23521 hnetcfg"
23522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23523 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23524 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23526 ALL_MAKEFILES="$ALL_MAKEFILES \\
23527 dlls/iccvid/Makefile"
23528 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23529 iccvid"
23530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23531 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23532 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23534 ALL_MAKEFILES="$ALL_MAKEFILES \\
23535 dlls/icmp/Makefile"
23536 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23537 icmp"
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23540 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/ifsmgr.vxd/Makefile"
23544 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23545 ifsmgr.vxd"
23546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23547 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23548 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23550 ALL_MAKEFILES="$ALL_MAKEFILES \\
23551 dlls/imaadp32.acm/Makefile"
23552 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23553 imaadp32.acm"
23554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23555 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23556 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23558 ALL_MAKEFILES="$ALL_MAKEFILES \\
23559 dlls/imagehlp/Makefile"
23560 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23561 imagehlp"
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23564 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/imm32/Makefile"
23568 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23569 imm32"
23570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23571 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23572 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23574 ALL_MAKEFILES="$ALL_MAKEFILES \\
23575 dlls/imm32/tests/Makefile"
23576 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23577 imm32/tests"
23578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23579 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23580 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23582 ALL_MAKEFILES="$ALL_MAKEFILES \\
23583 dlls/inetcomm/Makefile"
23584 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23585 inetcomm"
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23588 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/inetcomm/tests/Makefile"
23592 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23593 inetcomm/tests"
23594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23595 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23596 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23598 ALL_MAKEFILES="$ALL_MAKEFILES \\
23599 dlls/inetmib1/Makefile"
23600 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23601 inetmib1"
23602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23603 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23604 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23606 ALL_MAKEFILES="$ALL_MAKEFILES \\
23607 dlls/inetmib1/tests/Makefile"
23608 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23609 inetmib1/tests"
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23612 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/infosoft/Makefile"
23616 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23617 infosoft"
23618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23619 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23620 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23622 ALL_MAKEFILES="$ALL_MAKEFILES \\
23623 dlls/infosoft/tests/Makefile"
23624 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23625 infosoft/tests"
23626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23627 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23628 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23630 ALL_MAKEFILES="$ALL_MAKEFILES \\
23631 dlls/initpki/Makefile"
23632 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23633 initpki"
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23636 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/inkobj/Makefile"
23640 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23641 inkobj"
23642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23643 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23644 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23646 ALL_MAKEFILES="$ALL_MAKEFILES \\
23647 dlls/inseng/Makefile"
23648 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23649 inseng"
23650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23651 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23652 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23654 ALL_MAKEFILES="$ALL_MAKEFILES \\
23655 dlls/iphlpapi/Makefile"
23656 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23657 iphlpapi"
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23660 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/iphlpapi/tests/Makefile"
23664 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23665 iphlpapi/tests"
23666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23667 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23668 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23670 ALL_MAKEFILES="$ALL_MAKEFILES \\
23671 dlls/itircl/Makefile"
23672 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23673 itircl"
23674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23675 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23676 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23678 ALL_MAKEFILES="$ALL_MAKEFILES \\
23679 dlls/itss/Makefile"
23680 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23681 itss"
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23684 ac_config_files="$ac_config_files dlls/itss/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/itss/tests/Makefile"
23688 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23689 itss/tests"
23690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23691 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23692 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23694 ALL_MAKEFILES="$ALL_MAKEFILES \\
23695 dlls/jscript/Makefile"
23696 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23697 jscript"
23698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23699 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23700 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23702 ALL_MAKEFILES="$ALL_MAKEFILES \\
23703 dlls/jscript/tests/Makefile"
23704 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23705 jscript/tests"
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23708 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/kernel32/Makefile"
23712 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23713 kernel32"
23714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23715 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23716 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23718 ALL_MAKEFILES="$ALL_MAKEFILES \\
23719 dlls/kernel32/tests/Makefile"
23720 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23721 kernel32/tests"
23722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23723 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23724 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23726 ALL_MAKEFILES="$ALL_MAKEFILES \\
23727 dlls/localspl/Makefile"
23728 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23729 localspl"
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23732 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/localspl/tests/Makefile"
23736 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23737 localspl/tests"
23738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23739 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23740 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23742 ALL_MAKEFILES="$ALL_MAKEFILES \\
23743 dlls/localui/Makefile"
23744 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23745 localui"
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23748 ac_config_files="$ac_config_files dlls/localui/Makefile"
23750 ALL_MAKEFILES="$ALL_MAKEFILES \\
23751 dlls/localui/tests/Makefile"
23752 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23753 localui/tests"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23756 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/lz32/Makefile"
23760 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23761 lz32"
23762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23763 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23764 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23766 ALL_MAKEFILES="$ALL_MAKEFILES \\
23767 dlls/lz32/tests/Makefile"
23768 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23769 lz32/tests"
23770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23771 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23772 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23774 ALL_MAKEFILES="$ALL_MAKEFILES \\
23775 dlls/mapi32/Makefile"
23776 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23777 mapi32"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23780 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/mapi32/tests/Makefile"
23784 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23785 mapi32/tests"
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23788 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/mciavi32/Makefile"
23792 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23793 mciavi32"
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23796 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/mcicda/Makefile"
23800 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23801 mcicda"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/mciseq/Makefile"
23808 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23809 mciseq"
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23812 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/mciwave/Makefile"
23816 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23817 mciwave"
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23823 dlls/midimap/Makefile"
23824 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23825 midimap"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23828 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/mlang/Makefile"
23832 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23833 mlang"
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/mlang/tests/Makefile"
23840 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23841 mlang/tests"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23844 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/mmdevldr.vxd/Makefile"
23848 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23849 mmdevldr.vxd"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23852 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/monodebg.vxd/Makefile"
23856 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23857 monodebg.vxd"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23860 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/mountmgr.sys/Makefile"
23864 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 mountmgr.sys"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/mpr/Makefile"
23872 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23873 mpr"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/mprapi/Makefile"
23880 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23881 mprapi"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/msacm32.drv/Makefile"
23888 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23889 msacm32.drv"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23892 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/msacm32/Makefile"
23896 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23897 msacm32"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/msacm32/tests/Makefile"
23904 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23905 msacm32/tests"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23908 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/msadp32.acm/Makefile"
23912 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23913 msadp32.acm"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/mscat32/Makefile"
23920 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23921 mscat32"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/mscms/Makefile"
23928 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23929 mscms"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23932 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/mscms/tests/Makefile"
23936 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23937 mscms/tests"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23940 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/mscoree/Makefile"
23944 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23945 mscoree"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23948 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/msdmo/Makefile"
23952 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23953 msdmo"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/msftedit/Makefile"
23960 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23961 msftedit"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23964 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/msg711.acm/Makefile"
23968 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23969 msg711.acm"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/mshtml.tlb/Makefile"
23976 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23977 mshtml.tlb"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23980 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/mshtml/Makefile"
23984 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23985 mshtml"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23988 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/mshtml/tests/Makefile"
23992 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23993 mshtml/tests"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23996 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/msi/Makefile"
24000 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 msi"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/msi/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/msi/tests/Makefile"
24008 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24009 msi/tests"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24012 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/msimg32/Makefile"
24016 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24017 msimg32"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/msimtf/Makefile"
24024 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24025 msimtf"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/msisip/Makefile"
24032 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24033 msisip"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24036 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/msisys.ocx/Makefile"
24040 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24041 msisys.ocx"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/msnet32/Makefile"
24048 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 msnet32"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/msrle32/Makefile"
24056 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24057 msrle32"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24060 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/mssip32/Makefile"
24064 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 mssip32"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/mstask/Makefile"
24072 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24073 mstask"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24076 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/mstask/tests/Makefile"
24080 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24081 mstask/tests"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24084 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/msvcirt/Makefile"
24088 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24089 msvcirt"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/msvcr71/Makefile"
24096 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24097 msvcr71"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24100 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/msvcrt/Makefile"
24104 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24105 msvcrt"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/msvcrt/tests/Makefile"
24112 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24113 msvcrt/tests"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24116 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/msvcrt20/Makefile"
24120 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24121 msvcrt20"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24124 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/msvcrt40/Makefile"
24128 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24129 msvcrt40"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24132 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/msvcrtd/Makefile"
24136 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24137 msvcrtd"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24140 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/msvcrtd/tests/Makefile"
24144 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24145 msvcrtd/tests"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24148 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/msvfw32/Makefile"
24152 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24153 msvfw32"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24156 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/msvidc32/Makefile"
24160 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 msvidc32"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/mswsock/Makefile"
24168 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24169 mswsock"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/msxml3/Makefile"
24176 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 msxml3"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/msxml3/tests/Makefile"
24184 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24185 msxml3/tests"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24188 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/nddeapi/Makefile"
24192 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 nddeapi"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/netapi32/Makefile"
24200 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24201 netapi32"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24204 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/netapi32/tests/Makefile"
24208 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24209 netapi32/tests"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24212 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/newdev/Makefile"
24216 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24217 newdev"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24220 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/ntdll/Makefile"
24224 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 ntdll"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/ntdll/tests/Makefile"
24232 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24233 ntdll/tests"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24236 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/ntdsapi/Makefile"
24240 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 ntdsapi"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/ntdsapi/tests/Makefile"
24248 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24249 ntdsapi/tests"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24252 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/ntoskrnl.exe/Makefile"
24256 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 ntoskrnl.exe"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/ntprint/Makefile"
24264 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24265 ntprint"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/ntprint/tests/Makefile"
24272 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24273 ntprint/tests"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24276 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/objsel/Makefile"
24280 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 objsel"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/odbc32/Makefile"
24288 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24289 odbc32"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/odbccp32/Makefile"
24296 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 odbccp32"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/odbccp32/tests/Makefile"
24304 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24305 odbccp32/tests"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24308 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/ole32/Makefile"
24312 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 ole32"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/ole32/tests/Makefile"
24320 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24321 ole32/tests"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24324 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/oleacc/Makefile"
24328 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 oleacc"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/oleaut32/Makefile"
24336 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 oleaut32"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/oleaut32/tests/Makefile"
24344 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24345 oleaut32/tests"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24348 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/olecli32/Makefile"
24352 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 olecli32"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/oledlg/Makefile"
24360 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24361 oledlg"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/olepro32/Makefile"
24368 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 olepro32"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/olesvr32/Makefile"
24376 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 olesvr32"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/olethk32/Makefile"
24384 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 olethk32"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/opengl32/Makefile"
24392 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24393 opengl32"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24396 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/opengl32/tests/Makefile"
24400 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24401 opengl32/tests"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24404 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/pdh/Makefile"
24408 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 pdh"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/pdh/tests/Makefile"
24416 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24417 pdh/tests"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24420 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/powrprof/Makefile"
24424 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24425 powrprof"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/printui/Makefile"
24432 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 printui"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/printui/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/propsys/Makefile"
24440 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 propsys"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/psapi/Makefile"
24448 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 psapi"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/psapi/tests/Makefile"
24456 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24457 psapi/tests"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24460 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/pstorec/Makefile"
24464 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 pstorec"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/qcap/Makefile"
24472 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24473 qcap"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24476 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/qedit/Makefile"
24480 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 qedit"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/qedit/tests/Makefile"
24488 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24489 qedit/tests"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24492 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/qmgr/Makefile"
24496 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497 qmgr"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/qmgr/tests/Makefile"
24504 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24505 qmgr/tests"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24508 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/qmgrprxy/Makefile"
24512 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 qmgrprxy"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/quartz/Makefile"
24520 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24521 quartz"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24524 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/quartz/tests/Makefile"
24528 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24529 quartz/tests"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24532 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/query/Makefile"
24536 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 query"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/query/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/rasapi32/Makefile"
24544 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 rasapi32"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/rasapi32/tests/Makefile"
24552 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24553 rasapi32/tests"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24556 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/resutils/Makefile"
24560 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 resutils"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/riched20/Makefile"
24568 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 riched20"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/riched20/tests/Makefile"
24576 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24577 riched20/tests"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24580 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/riched32/Makefile"
24584 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 riched32"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/riched32/tests/Makefile"
24592 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24593 riched32/tests"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24596 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/rpcrt4/Makefile"
24600 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24601 rpcrt4"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/rpcrt4/tests/Makefile"
24608 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24609 rpcrt4/tests"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24612 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/rsabase/Makefile"
24616 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617 rsabase"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/rsaenh/Makefile"
24624 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 rsaenh"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/rsaenh/tests/Makefile"
24632 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24633 rsaenh/tests"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24636 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/sane.ds/Makefile"
24640 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641 sane.ds"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/sccbase/Makefile"
24648 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 sccbase"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/schannel/Makefile"
24656 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 schannel"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/schannel/tests/Makefile"
24664 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24665 schannel/tests"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24668 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/secur32/Makefile"
24672 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673 secur32"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/secur32/tests/Makefile"
24680 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24681 secur32/tests"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24684 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/security/Makefile"
24688 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 security"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/security/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/sensapi/Makefile"
24696 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 sensapi"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/serialui/Makefile"
24704 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 serialui"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/serialui/tests/Makefile"
24712 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24713 serialui/tests"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24716 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/setupapi/Makefile"
24720 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 setupapi"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/setupapi/tests/Makefile"
24728 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24729 setupapi/tests"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24732 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/sfc/Makefile"
24736 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 sfc"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/sfc_os/Makefile"
24744 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745 sfc_os"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/shdoclc/Makefile"
24752 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 shdoclc"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/shdocvw/Makefile"
24760 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 shdocvw"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/shdocvw/tests/Makefile"
24768 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24769 shdocvw/tests"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24772 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/shell32/Makefile"
24776 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777 shell32"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/shell32/tests/Makefile"
24784 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24785 shell32/tests"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24788 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/shfolder/Makefile"
24792 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 shfolder"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/shlwapi/Makefile"
24800 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 shlwapi"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/shlwapi/tests/Makefile"
24808 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24809 shlwapi/tests"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24812 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/slbcsp/Makefile"
24816 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 slbcsp"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/slc/Makefile"
24824 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 slc"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/slc/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/snmpapi/Makefile"
24832 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 snmpapi"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/snmpapi/tests/Makefile"
24840 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24841 snmpapi/tests"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24844 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/softpub/Makefile"
24848 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 softpub"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/spoolss/Makefile"
24856 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 spoolss"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/spoolss/tests/Makefile"
24864 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24865 spoolss/tests"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24868 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/stdole2.tlb/Makefile"
24872 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 stdole2.tlb"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/stdole32.tlb/Makefile"
24880 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 stdole32.tlb"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/sti/Makefile"
24888 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 sti"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/sti/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/strmiids/Makefile"
24896 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24897 strmiids"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24900 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/svrapi/Makefile"
24904 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 svrapi"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/sxs/Makefile"
24912 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 sxs"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/tapi32/Makefile"
24920 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 tapi32"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/twain_32/Makefile"
24928 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 twain_32"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/unicows/Makefile"
24936 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 unicows"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/url/Makefile"
24944 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 url"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/url/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/urlmon/Makefile"
24952 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 urlmon"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/urlmon/tests/Makefile"
24960 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24961 urlmon/tests"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24964 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/user32/Makefile"
24968 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969 user32"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/user32/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/user32/tests/Makefile"
24976 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24977 user32/tests"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24980 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/userenv/Makefile"
24984 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 userenv"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/userenv/tests/Makefile"
24992 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24993 userenv/tests"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24996 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/usp10/Makefile"
25000 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 usp10"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/usp10/tests/Makefile"
25008 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25009 usp10/tests"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25012 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/uuid/Makefile"
25016 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25017 uuid"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25020 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/uxtheme/Makefile"
25024 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 uxtheme"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/uxtheme/tests/Makefile"
25032 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25033 uxtheme/tests"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25036 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/vdhcp.vxd/Makefile"
25040 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 vdhcp.vxd"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/vdmdbg/Makefile"
25048 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049 vdmdbg"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/version/Makefile"
25056 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 version"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/version/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/version/tests/Makefile"
25064 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25065 version/tests"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25068 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/vmm.vxd/Makefile"
25072 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 vmm.vxd"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/vnbt.vxd/Makefile"
25080 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 vnbt.vxd"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/vnetbios.vxd/Makefile"
25088 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 vnetbios.vxd"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/vtdapi.vxd/Makefile"
25096 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 vtdapi.vxd"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/vwin32.vxd/Makefile"
25104 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 vwin32.vxd"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/w32skrnl/Makefile"
25112 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 w32skrnl"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/winealsa.drv/Makefile"
25120 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 winealsa.drv"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/wineaudioio.drv/Makefile"
25128 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 wineaudioio.drv"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/winecoreaudio.drv/Makefile"
25136 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 winecoreaudio.drv"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/winecrt0/Makefile"
25144 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25145 winecrt0"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25148 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/wined3d/Makefile"
25152 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 wined3d"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/winedos/Makefile"
25160 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 winedos"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/wineesd.drv/Makefile"
25168 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169 wineesd.drv"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/winejack.drv/Makefile"
25176 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 winejack.drv"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/winejoystick.drv/Makefile"
25184 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 winejoystick.drv"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/winemp3.acm/Makefile"
25192 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 winemp3.acm"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/winenas.drv/Makefile"
25200 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 winenas.drv"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/wineoss.drv/Makefile"
25208 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209 wineoss.drv"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/wineps.drv/Makefile"
25216 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217 wineps.drv"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/winepulse.drv/Makefile"
25224 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25225 winepulse.drv"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25228 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/winequartz.drv/Makefile"
25232 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233 winequartz.drv"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/winex11.drv/Makefile"
25240 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 winex11.drv"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/wing32/Makefile"
25248 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 wing32"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/winhttp/Makefile"
25256 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 winhttp"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/winhttp/tests/Makefile"
25264 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25265 winhttp/tests"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25268 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/wininet/Makefile"
25272 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273 wininet"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/wininet/tests/Makefile"
25280 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25281 wininet/tests"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25284 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/winmm/Makefile"
25288 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25289 winmm"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25292 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/winmm/tests/Makefile"
25296 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25297 winmm/tests"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25300 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/winnls32/Makefile"
25304 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 winnls32"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/winscard/Makefile"
25312 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 winscard"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/winspool.drv/Makefile"
25320 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 winspool.drv"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/winspool.drv/tests/Makefile"
25328 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25329 winspool.drv/tests"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25332 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/wintab32/Makefile"
25336 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337 wintab32"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/wintrust/Makefile"
25344 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 wintrust"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/wintrust/tests/Makefile"
25352 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25353 wintrust/tests"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25356 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/wldap32/Makefile"
25360 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25361 wldap32"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/wldap32/tests/Makefile"
25368 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25369 wldap32/tests"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25372 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/wmi/Makefile"
25376 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 wmi"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/wnaspi32/Makefile"
25384 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385 wnaspi32"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/wow32/Makefile"
25392 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393 wow32"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/ws2_32/Makefile"
25400 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401 ws2_32"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/ws2_32/tests/Makefile"
25408 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25409 ws2_32/tests"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25412 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/wsock32/Makefile"
25416 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 wsock32"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/wtsapi32/Makefile"
25424 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425 wtsapi32"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 documentation/Makefile"
25432 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25433 documentation"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 documentation/Makefile: documentation/Makefile.in Make.rules"
25436 ac_config_files="$ac_config_files documentation/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 fonts/Makefile"
25440 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25441 fonts"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 fonts/Makefile: fonts/Makefile.in Make.rules"
25444 ac_config_files="$ac_config_files fonts/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 include/Makefile"
25448 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25449 include"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 include/Makefile: include/Makefile.in Make.rules"
25452 ac_config_files="$ac_config_files include/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 libs/Makefile"
25456 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25457 libs"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 libs/Makefile: libs/Makefile.in Make.rules"
25460 ac_config_files="$ac_config_files libs/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 libs/port/Makefile"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25467 ac_config_files="$ac_config_files libs/port/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 libs/wine/Makefile"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25474 ac_config_files="$ac_config_files libs/wine/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 libs/wpp/Makefile"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25481 ac_config_files="$ac_config_files libs/wpp/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 loader/Makefile"
25485 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25486 loader"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 loader/Makefile: loader/Makefile.in Make.rules"
25489 ac_config_files="$ac_config_files loader/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 programs/Makefile"
25493 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25494 programs"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 programs/Makefile: programs/Makefile.in Make.rules"
25497 ac_config_files="$ac_config_files programs/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 programs/clock/Makefile"
25501 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25502 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25503 clock"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25506 ac_config_files="$ac_config_files programs/clock/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 programs/cmd/Makefile"
25510 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25511 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25512 cmd"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25515 ac_config_files="$ac_config_files programs/cmd/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 programs/cmdlgtst/Makefile"
25519 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25520 cmdlgtst"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25523 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 programs/control/Makefile"
25527 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25528 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25529 control"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25532 ac_config_files="$ac_config_files programs/control/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 programs/eject/Makefile"
25536 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25537 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25538 eject"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25541 ac_config_files="$ac_config_files programs/eject/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 programs/expand/Makefile"
25545 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25546 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25547 expand"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25550 ac_config_files="$ac_config_files programs/expand/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 programs/explorer/Makefile"
25554 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25555 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25556 explorer"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25559 ac_config_files="$ac_config_files programs/explorer/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 programs/hh/Makefile"
25563 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25564 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25568 ac_config_files="$ac_config_files programs/hh/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 programs/icinfo/Makefile"
25572 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25573 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25574 icinfo"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25577 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 programs/iexplore/Makefile"
25581 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25582 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25583 iexplore"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25586 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 programs/msiexec/Makefile"
25590 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25591 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25592 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25593 msiexec"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25596 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 programs/net/Makefile"
25600 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25601 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25602 net"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25605 ac_config_files="$ac_config_files programs/net/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 programs/notepad/Makefile"
25609 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25610 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25611 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25612 notepad"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25615 ac_config_files="$ac_config_files programs/notepad/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 programs/oleview/Makefile"
25619 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25620 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25621 oleview"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25624 ac_config_files="$ac_config_files programs/oleview/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 programs/progman/Makefile"
25628 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25629 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25630 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25631 progman"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25634 ac_config_files="$ac_config_files programs/progman/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 programs/reg/Makefile"
25638 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25639 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25640 reg"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25643 ac_config_files="$ac_config_files programs/reg/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 programs/regedit/Makefile"
25647 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25648 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25649 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25650 regedit"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25653 ac_config_files="$ac_config_files programs/regedit/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 programs/regsvr32/Makefile"
25657 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25658 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25659 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25660 regsvr32"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25663 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 programs/rpcss/Makefile"
25667 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25668 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25669 rpcss"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25672 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 programs/rundll32/Makefile"
25676 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25677 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25678 rundll32"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25681 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 programs/secedit/Makefile"
25685 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25686 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25687 secedit"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25690 ac_config_files="$ac_config_files programs/secedit/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 programs/services/Makefile"
25694 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25695 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25696 services"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25699 ac_config_files="$ac_config_files programs/services/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 programs/spoolsv/Makefile"
25703 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25704 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25705 spoolsv"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25708 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 programs/start/Makefile"
25712 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25713 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25714 start"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25717 ac_config_files="$ac_config_files programs/start/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 programs/svchost/Makefile"
25721 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25722 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25723 svchost"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25726 ac_config_files="$ac_config_files programs/svchost/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 programs/taskmgr/Makefile"
25730 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25731 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25732 taskmgr"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25735 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 programs/uninstaller/Makefile"
25739 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25740 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25741 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25742 uninstaller"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25745 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 programs/view/Makefile"
25749 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25750 view"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25753 ac_config_files="$ac_config_files programs/view/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 programs/wineboot/Makefile"
25757 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25758 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25759 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25760 wineboot"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25763 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 programs/winebrowser/Makefile"
25767 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25768 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25769 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25770 winebrowser"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25773 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 programs/winecfg/Makefile"
25777 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25778 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25779 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25780 winecfg"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25783 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 programs/wineconsole/Makefile"
25787 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25788 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25789 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25790 wineconsole"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25793 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 programs/winedbg/Makefile"
25797 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25798 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25799 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25800 winedbg"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25803 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 programs/winedevice/Makefile"
25807 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25808 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25809 winedevice"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25812 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 programs/winefile/Makefile"
25816 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25817 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25818 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25819 winefile"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25822 ac_config_files="$ac_config_files programs/winefile/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 programs/winemenubuilder/Makefile"
25826 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25827 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25828 winemenubuilder"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25831 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 programs/winemine/Makefile"
25835 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25836 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25837 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25838 winemine"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25841 ac_config_files="$ac_config_files programs/winemine/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 programs/winepath/Makefile"
25845 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25846 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25847 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25848 winepath"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25851 ac_config_files="$ac_config_files programs/winepath/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 programs/winetest/Makefile"
25855 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25856 winetest"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25859 ac_config_files="$ac_config_files programs/winetest/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 programs/winevdm/Makefile"
25863 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25864 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25865 winevdm"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25868 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 programs/winhlp32/Makefile"
25872 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25873 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25874 winhlp32"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25877 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 programs/winver/Makefile"
25881 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25882 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25883 winver"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25886 ac_config_files="$ac_config_files programs/winver/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 programs/wordpad/Makefile"
25890 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25891 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25892 wordpad"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25895 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 programs/write/Makefile"
25899 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25900 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25901 write"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25904 ac_config_files="$ac_config_files programs/write/Makefile"
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907 programs/xcopy/Makefile"
25908 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25909 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25910 xcopy"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25913 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 server/Makefile"
25917 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25918 server"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 server/Makefile: server/Makefile.in Make.rules"
25921 ac_config_files="$ac_config_files server/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 tools/Makefile"
25925 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25926 tools"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 tools/Makefile: tools/Makefile.in Make.rules"
25929 ac_config_files="$ac_config_files tools/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 tools/widl/Makefile"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25936 ac_config_files="$ac_config_files tools/widl/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 tools/winebuild/Makefile"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25943 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 tools/winedump/Makefile"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25950 ac_config_files="$ac_config_files tools/winedump/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 tools/winegcc/Makefile"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25957 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 tools/wmc/Makefile"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25964 ac_config_files="$ac_config_files tools/wmc/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 tools/wrc/Makefile"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25971 ac_config_files="$ac_config_files tools/wrc/Makefile"
25974 if test "x$enable_tests" == "xno"
25975 then
25976 ALL_TEST_DIRS=""
25981 ALL_WINETEST_DEPENDS="# Test binaries"
25983 for dir in $ALL_TEST_DIRS
25985 if test "$dir" != "\\"
25986 then
25987 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25988 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25989 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25990 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25992 done
25994 cat >confcache <<\_ACEOF
25995 # This file is a shell script that caches the results of configure
25996 # tests run on this system so they can be shared between configure
25997 # scripts and configure runs, see configure's option --config-cache.
25998 # It is not useful on other systems. If it contains results you don't
25999 # want to keep, you may remove or edit it.
26001 # config.status only pays attention to the cache file if you give it
26002 # the --recheck option to rerun configure.
26004 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26005 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26006 # following values.
26008 _ACEOF
26010 # The following way of writing the cache mishandles newlines in values,
26011 # but we know of no workaround that is simple, portable, and efficient.
26012 # So, we kill variables containing newlines.
26013 # Ultrix sh set writes to stderr and can't be redirected directly,
26014 # and sets the high bit in the cache file unless we assign to the vars.
26016 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26017 eval ac_val=\$$ac_var
26018 case $ac_val in #(
26019 *${as_nl}*)
26020 case $ac_var in #(
26021 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26022 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26023 esac
26024 case $ac_var in #(
26025 _ | IFS | as_nl) ;; #(
26026 *) $as_unset $ac_var ;;
26027 esac ;;
26028 esac
26029 done
26031 (set) 2>&1 |
26032 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26033 *${as_nl}ac_space=\ *)
26034 # `set' does not quote correctly, so add quotes (double-quote
26035 # substitution turns \\\\ into \\, and sed turns \\ into \).
26036 sed -n \
26037 "s/'/'\\\\''/g;
26038 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26039 ;; #(
26041 # `set' quotes correctly as required by POSIX, so do not add quotes.
26042 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26044 esac |
26045 sort
26047 sed '
26048 /^ac_cv_env_/b end
26049 t clear
26050 :clear
26051 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26052 t end
26053 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26054 :end' >>confcache
26055 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26056 if test -w "$cache_file"; then
26057 test "x$cache_file" != "x/dev/null" &&
26058 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26059 echo "$as_me: updating cache $cache_file" >&6;}
26060 cat confcache >$cache_file
26061 else
26062 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26063 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26066 rm -f confcache
26068 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26069 # Let make expand exec_prefix.
26070 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26072 DEFS=-DHAVE_CONFIG_H
26074 ac_libobjs=
26075 ac_ltlibobjs=
26076 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26077 # 1. Remove the extension, and $U if already installed.
26078 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26079 ac_i=`echo "$ac_i" | sed "$ac_script"`
26080 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26081 # will be set to the directory where LIBOBJS objects are built.
26082 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26083 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26084 done
26085 LIBOBJS=$ac_libobjs
26087 LTLIBOBJS=$ac_ltlibobjs
26091 : ${CONFIG_STATUS=./config.status}
26092 ac_clean_files_save=$ac_clean_files
26093 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26094 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26095 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26096 cat >$CONFIG_STATUS <<_ACEOF
26097 #! $SHELL
26098 # Generated by $as_me.
26099 # Run this file to recreate the current configuration.
26100 # Compiler output produced by configure, useful for debugging
26101 # configure, is in config.log if it exists.
26103 debug=false
26104 ac_cs_recheck=false
26105 ac_cs_silent=false
26106 SHELL=\${CONFIG_SHELL-$SHELL}
26107 _ACEOF
26109 cat >>$CONFIG_STATUS <<\_ACEOF
26110 ## --------------------- ##
26111 ## M4sh Initialization. ##
26112 ## --------------------- ##
26114 # Be more Bourne compatible
26115 DUALCASE=1; export DUALCASE # for MKS sh
26116 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26117 emulate sh
26118 NULLCMD=:
26119 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26120 # is contrary to our usage. Disable this feature.
26121 alias -g '${1+"$@"}'='"$@"'
26122 setopt NO_GLOB_SUBST
26123 else
26124 case `(set -o) 2>/dev/null` in
26125 *posix*) set -o posix ;;
26126 esac
26133 # PATH needs CR
26134 # Avoid depending upon Character Ranges.
26135 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26136 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26137 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26138 as_cr_digits='0123456789'
26139 as_cr_alnum=$as_cr_Letters$as_cr_digits
26141 # The user is always right.
26142 if test "${PATH_SEPARATOR+set}" != set; then
26143 echo "#! /bin/sh" >conf$$.sh
26144 echo "exit 0" >>conf$$.sh
26145 chmod +x conf$$.sh
26146 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26147 PATH_SEPARATOR=';'
26148 else
26149 PATH_SEPARATOR=:
26151 rm -f conf$$.sh
26154 # Support unset when possible.
26155 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26156 as_unset=unset
26157 else
26158 as_unset=false
26162 # IFS
26163 # We need space, tab and new line, in precisely that order. Quoting is
26164 # there to prevent editors from complaining about space-tab.
26165 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26166 # splitting by setting IFS to empty value.)
26167 as_nl='
26169 IFS=" "" $as_nl"
26171 # Find who we are. Look in the path if we contain no directory separator.
26172 case $0 in
26173 *[\\/]* ) as_myself=$0 ;;
26174 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26175 for as_dir in $PATH
26177 IFS=$as_save_IFS
26178 test -z "$as_dir" && as_dir=.
26179 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26180 done
26181 IFS=$as_save_IFS
26184 esac
26185 # We did not find ourselves, most probably we were run as `sh COMMAND'
26186 # in which case we are not to be found in the path.
26187 if test "x$as_myself" = x; then
26188 as_myself=$0
26190 if test ! -f "$as_myself"; then
26191 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26192 { (exit 1); exit 1; }
26195 # Work around bugs in pre-3.0 UWIN ksh.
26196 for as_var in ENV MAIL MAILPATH
26197 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26198 done
26199 PS1='$ '
26200 PS2='> '
26201 PS4='+ '
26203 # NLS nuisances.
26204 for as_var in \
26205 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26206 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26207 LC_TELEPHONE LC_TIME
26209 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26210 eval $as_var=C; export $as_var
26211 else
26212 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26214 done
26216 # Required to use basename.
26217 if expr a : '\(a\)' >/dev/null 2>&1 &&
26218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26219 as_expr=expr
26220 else
26221 as_expr=false
26224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26225 as_basename=basename
26226 else
26227 as_basename=false
26231 # Name of the executable.
26232 as_me=`$as_basename -- "$0" ||
26233 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26234 X"$0" : 'X\(//\)$' \| \
26235 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26236 echo X/"$0" |
26237 sed '/^.*\/\([^/][^/]*\)\/*$/{
26238 s//\1/
26241 /^X\/\(\/\/\)$/{
26242 s//\1/
26245 /^X\/\(\/\).*/{
26246 s//\1/
26249 s/.*/./; q'`
26251 # CDPATH.
26252 $as_unset CDPATH
26256 as_lineno_1=$LINENO
26257 as_lineno_2=$LINENO
26258 test "x$as_lineno_1" != "x$as_lineno_2" &&
26259 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26261 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26262 # uniformly replaced by the line number. The first 'sed' inserts a
26263 # line-number line after each line using $LINENO; the second 'sed'
26264 # does the real work. The second script uses 'N' to pair each
26265 # line-number line with the line containing $LINENO, and appends
26266 # trailing '-' during substitution so that $LINENO is not a special
26267 # case at line end.
26268 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26269 # scripts with optimization help from Paolo Bonzini. Blame Lee
26270 # E. McMahon (1931-1989) for sed's syntax. :-)
26271 sed -n '
26273 /[$]LINENO/=
26274 ' <$as_myself |
26275 sed '
26276 s/[$]LINENO.*/&-/
26277 t lineno
26279 :lineno
26281 :loop
26282 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26283 t loop
26284 s/-\n.*//
26285 ' >$as_me.lineno &&
26286 chmod +x "$as_me.lineno" ||
26287 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26288 { (exit 1); exit 1; }; }
26290 # Don't try to exec as it changes $[0], causing all sort of problems
26291 # (the dirname of $[0] is not the place where we might find the
26292 # original and so on. Autoconf is especially sensitive to this).
26293 . "./$as_me.lineno"
26294 # Exit status is that of the last command.
26295 exit
26299 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26300 as_dirname=dirname
26301 else
26302 as_dirname=false
26305 ECHO_C= ECHO_N= ECHO_T=
26306 case `echo -n x` in
26307 -n*)
26308 case `echo 'x\c'` in
26309 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26310 *) ECHO_C='\c';;
26311 esac;;
26313 ECHO_N='-n';;
26314 esac
26316 if expr a : '\(a\)' >/dev/null 2>&1 &&
26317 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26318 as_expr=expr
26319 else
26320 as_expr=false
26323 rm -f conf$$ conf$$.exe conf$$.file
26324 if test -d conf$$.dir; then
26325 rm -f conf$$.dir/conf$$.file
26326 else
26327 rm -f conf$$.dir
26328 mkdir conf$$.dir
26330 echo >conf$$.file
26331 if ln -s conf$$.file conf$$ 2>/dev/null; then
26332 as_ln_s='ln -s'
26333 # ... but there are two gotchas:
26334 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26335 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26336 # In both cases, we have to default to `cp -p'.
26337 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26338 as_ln_s='cp -p'
26339 elif ln conf$$.file conf$$ 2>/dev/null; then
26340 as_ln_s=ln
26341 else
26342 as_ln_s='cp -p'
26344 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26345 rmdir conf$$.dir 2>/dev/null
26347 if mkdir -p . 2>/dev/null; then
26348 as_mkdir_p=:
26349 else
26350 test -d ./-p && rmdir ./-p
26351 as_mkdir_p=false
26354 if test -x / >/dev/null 2>&1; then
26355 as_test_x='test -x'
26356 else
26357 if ls -dL / >/dev/null 2>&1; then
26358 as_ls_L_option=L
26359 else
26360 as_ls_L_option=
26362 as_test_x='
26363 eval sh -c '\''
26364 if test -d "$1"; then
26365 test -d "$1/.";
26366 else
26367 case $1 in
26368 -*)set "./$1";;
26369 esac;
26370 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26371 ???[sx]*):;;*)false;;esac;fi
26372 '\'' sh
26375 as_executable_p=$as_test_x
26377 # Sed expression to map a string onto a valid CPP name.
26378 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26380 # Sed expression to map a string onto a valid variable name.
26381 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26384 exec 6>&1
26386 # Save the log message, to keep $[0] and so on meaningful, and to
26387 # report actual input values of CONFIG_FILES etc. instead of their
26388 # values after options handling.
26389 ac_log="
26390 This file was extended by Wine $as_me 1.1.6, which was
26391 generated by GNU Autoconf 2.61. Invocation command line was
26393 CONFIG_FILES = $CONFIG_FILES
26394 CONFIG_HEADERS = $CONFIG_HEADERS
26395 CONFIG_LINKS = $CONFIG_LINKS
26396 CONFIG_COMMANDS = $CONFIG_COMMANDS
26397 $ $0 $@
26399 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26402 _ACEOF
26404 cat >>$CONFIG_STATUS <<_ACEOF
26405 # Files that config.status was made for.
26406 config_files="$ac_config_files"
26407 config_headers="$ac_config_headers"
26408 config_commands="$ac_config_commands"
26410 _ACEOF
26412 cat >>$CONFIG_STATUS <<\_ACEOF
26413 ac_cs_usage="\
26414 \`$as_me' instantiates files from templates according to the
26415 current configuration.
26417 Usage: $0 [OPTIONS] [FILE]...
26419 -h, --help print this help, then exit
26420 -V, --version print version number and configuration settings, then exit
26421 -q, --quiet do not print progress messages
26422 -d, --debug don't remove temporary files
26423 --recheck update $as_me by reconfiguring in the same conditions
26424 --file=FILE[:TEMPLATE]
26425 instantiate the configuration file FILE
26426 --header=FILE[:TEMPLATE]
26427 instantiate the configuration header FILE
26429 Configuration files:
26430 $config_files
26432 Configuration headers:
26433 $config_headers
26435 Configuration commands:
26436 $config_commands
26438 Report bugs to <bug-autoconf@gnu.org>."
26440 _ACEOF
26441 cat >>$CONFIG_STATUS <<_ACEOF
26442 ac_cs_version="\\
26443 Wine config.status 1.1.6
26444 configured by $0, generated by GNU Autoconf 2.61,
26445 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26447 Copyright (C) 2006 Free Software Foundation, Inc.
26448 This config.status script is free software; the Free Software Foundation
26449 gives unlimited permission to copy, distribute and modify it."
26451 ac_pwd='$ac_pwd'
26452 srcdir='$srcdir'
26453 INSTALL='$INSTALL'
26454 _ACEOF
26456 cat >>$CONFIG_STATUS <<\_ACEOF
26457 # If no file are specified by the user, then we need to provide default
26458 # value. By we need to know if files were specified by the user.
26459 ac_need_defaults=:
26460 while test $# != 0
26462 case $1 in
26463 --*=*)
26464 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26465 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26466 ac_shift=:
26469 ac_option=$1
26470 ac_optarg=$2
26471 ac_shift=shift
26473 esac
26475 case $ac_option in
26476 # Handling of the options.
26477 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26478 ac_cs_recheck=: ;;
26479 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26480 echo "$ac_cs_version"; exit ;;
26481 --debug | --debu | --deb | --de | --d | -d )
26482 debug=: ;;
26483 --file | --fil | --fi | --f )
26484 $ac_shift
26485 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26486 ac_need_defaults=false;;
26487 --header | --heade | --head | --hea )
26488 $ac_shift
26489 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26490 ac_need_defaults=false;;
26491 --he | --h)
26492 # Conflict between --help and --header
26493 { echo "$as_me: error: ambiguous option: $1
26494 Try \`$0 --help' for more information." >&2
26495 { (exit 1); exit 1; }; };;
26496 --help | --hel | -h )
26497 echo "$ac_cs_usage"; exit ;;
26498 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26499 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26500 ac_cs_silent=: ;;
26502 # This is an error.
26503 -*) { echo "$as_me: error: unrecognized option: $1
26504 Try \`$0 --help' for more information." >&2
26505 { (exit 1); exit 1; }; } ;;
26507 *) ac_config_targets="$ac_config_targets $1"
26508 ac_need_defaults=false ;;
26510 esac
26511 shift
26512 done
26514 ac_configure_extra_args=
26516 if $ac_cs_silent; then
26517 exec 6>/dev/null
26518 ac_configure_extra_args="$ac_configure_extra_args --silent"
26521 _ACEOF
26522 cat >>$CONFIG_STATUS <<_ACEOF
26523 if \$ac_cs_recheck; then
26524 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26525 CONFIG_SHELL=$SHELL
26526 export CONFIG_SHELL
26527 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26530 _ACEOF
26531 cat >>$CONFIG_STATUS <<\_ACEOF
26532 exec 5>>config.log
26534 echo
26535 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26536 ## Running $as_me. ##
26537 _ASBOX
26538 echo "$ac_log"
26539 } >&5
26541 _ACEOF
26542 cat >>$CONFIG_STATUS <<_ACEOF
26543 _ACEOF
26545 cat >>$CONFIG_STATUS <<\_ACEOF
26547 # Handling of arguments.
26548 for ac_config_target in $ac_config_targets
26550 case $ac_config_target in
26551 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26552 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26553 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26554 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26555 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26556 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26557 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26558 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26559 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26560 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26561 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26562 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26563 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26564 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26565 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26566 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26567 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26568 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26569 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26570 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26571 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26572 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26573 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26574 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26575 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26576 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26577 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26578 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26579 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26580 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26581 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26582 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26583 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26584 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26585 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26586 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26587 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26588 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26589 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26590 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26591 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26592 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26593 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26594 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26595 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26596 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26597 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26598 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26599 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26600 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26601 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26602 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26603 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26604 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26605 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26606 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26607 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26608 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26609 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26610 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26611 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26612 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26613 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26614 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26615 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26616 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26617 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26618 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26619 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26620 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26621 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26622 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26623 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26624 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26625 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26626 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26627 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26628 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26629 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26630 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26631 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26632 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26633 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26634 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26635 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26636 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26637 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26638 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26639 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26640 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26641 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26642 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26643 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26644 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26645 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26646 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26647 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26648 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26649 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26650 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26651 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26652 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26653 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26654 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26655 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26656 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26657 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26658 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26659 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26660 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26661 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26662 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26663 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26664 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26665 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26666 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26667 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26668 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26669 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26670 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26671 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26672 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26673 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26674 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26675 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26676 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26677 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26678 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26679 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26680 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26681 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26682 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26683 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26684 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26685 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26686 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26687 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26688 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26689 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26690 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26691 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26692 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26693 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26694 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26695 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26696 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26697 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26698 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26699 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26700 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26701 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26702 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26703 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26704 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26705 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26706 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26707 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26708 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26709 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26710 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26711 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26712 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26713 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26714 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26715 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26716 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26717 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26718 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26719 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26720 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26721 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26722 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26723 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26724 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26725 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26726 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26727 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26728 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26729 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26730 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26731 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26732 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26733 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26734 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26735 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26736 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26737 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26738 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26739 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26740 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26741 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26742 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26743 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26744 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26745 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26746 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26747 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26748 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26749 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26750 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26751 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26752 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26753 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26754 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26755 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26756 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26757 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26758 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26759 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26760 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26761 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26762 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26763 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26764 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26765 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26766 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26767 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26768 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26769 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26770 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26771 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26772 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26773 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26774 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26775 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26776 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26777 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26778 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26779 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26780 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26781 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26782 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26783 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26784 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26785 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26786 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26787 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26788 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26789 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26790 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26791 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26792 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26793 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26794 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26795 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26796 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26797 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26798 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26799 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26800 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26801 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26802 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26803 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26804 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26805 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26806 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26807 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26808 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26809 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26810 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26811 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26812 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26813 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26814 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26815 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26816 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26817 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26818 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26819 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26820 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26821 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26822 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26823 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26824 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26825 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26826 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26827 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26828 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26829 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26830 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26831 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26832 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26833 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26834 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26835 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26836 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26837 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26838 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26839 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26840 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26841 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26842 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26843 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26844 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26845 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26846 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26847 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26848 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26849 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26850 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26851 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26852 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26853 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26854 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26855 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26856 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26857 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26858 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26859 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26860 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26861 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26862 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26863 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26864 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26865 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26866 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26867 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26868 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26869 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26870 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26871 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26872 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26873 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26874 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26875 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26876 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26877 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26878 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26879 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26880 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26881 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26882 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26883 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26884 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26885 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26886 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26887 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26888 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26889 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26890 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26891 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26892 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26893 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26894 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26895 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26896 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26897 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26898 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
26899 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26900 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26901 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26902 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26903 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26904 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26905 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26906 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26907 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26908 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26909 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26910 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26911 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26912 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26913 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26914 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26915 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26916 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26917 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26918 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26919 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26920 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26921 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26922 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26923 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26924 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26925 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26926 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26927 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26928 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26929 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26930 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26931 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26932 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26933 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26934 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26935 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26936 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26937 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26938 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26939 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26940 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26941 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26942 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26943 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26944 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26945 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26946 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26947 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26948 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26949 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26950 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26951 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26952 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26953 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26954 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26955 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26956 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26957 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26958 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26959 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26960 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26961 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26962 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26963 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26964 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26965 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26966 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26967 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26968 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26969 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26970 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26971 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26972 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26973 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26974 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26975 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26976 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26977 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26978 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26979 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26980 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26981 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26982 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26983 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26984 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26985 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26987 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26988 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26989 { (exit 1); exit 1; }; };;
26990 esac
26991 done
26994 # If the user did not use the arguments to specify the items to instantiate,
26995 # then the envvar interface is used. Set only those that are not.
26996 # We use the long form for the default assignment because of an extremely
26997 # bizarre bug on SunOS 4.1.3.
26998 if $ac_need_defaults; then
26999 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27000 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27001 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27004 # Have a temporary directory for convenience. Make it in the build tree
27005 # simply because there is no reason against having it here, and in addition,
27006 # creating and moving files from /tmp can sometimes cause problems.
27007 # Hook for its removal unless debugging.
27008 # Note that there is a small window in which the directory will not be cleaned:
27009 # after its creation but before its name has been assigned to `$tmp'.
27010 $debug ||
27012 tmp=
27013 trap 'exit_status=$?
27014 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27016 trap '{ (exit 1); exit 1; }' 1 2 13 15
27018 # Create a (secure) tmp directory for tmp files.
27021 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27022 test -n "$tmp" && test -d "$tmp"
27023 } ||
27025 tmp=./conf$$-$RANDOM
27026 (umask 077 && mkdir "$tmp")
27027 } ||
27029 echo "$me: cannot create a temporary directory in ." >&2
27030 { (exit 1); exit 1; }
27034 # Set up the sed scripts for CONFIG_FILES section.
27037 # No need to generate the scripts if there are no CONFIG_FILES.
27038 # This happens for instance when ./config.status config.h
27039 if test -n "$CONFIG_FILES"; then
27041 _ACEOF
27043 # Create sed commands to just substitute file output variables.
27045 # Remaining file output variables are in a fragment that also has non-file
27046 # output varibles.
27050 ac_delim='%!_!# '
27051 for ac_last_try in false false false false false :; do
27052 cat >conf$$subs.sed <<_ACEOF
27053 SHELL!$SHELL$ac_delim
27054 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27055 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27056 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27057 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27058 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27059 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27060 exec_prefix!$exec_prefix$ac_delim
27061 prefix!$prefix$ac_delim
27062 program_transform_name!$program_transform_name$ac_delim
27063 bindir!$bindir$ac_delim
27064 sbindir!$sbindir$ac_delim
27065 libexecdir!$libexecdir$ac_delim
27066 datarootdir!$datarootdir$ac_delim
27067 datadir!$datadir$ac_delim
27068 sysconfdir!$sysconfdir$ac_delim
27069 sharedstatedir!$sharedstatedir$ac_delim
27070 localstatedir!$localstatedir$ac_delim
27071 includedir!$includedir$ac_delim
27072 oldincludedir!$oldincludedir$ac_delim
27073 docdir!$docdir$ac_delim
27074 infodir!$infodir$ac_delim
27075 htmldir!$htmldir$ac_delim
27076 dvidir!$dvidir$ac_delim
27077 pdfdir!$pdfdir$ac_delim
27078 psdir!$psdir$ac_delim
27079 libdir!$libdir$ac_delim
27080 localedir!$localedir$ac_delim
27081 mandir!$mandir$ac_delim
27082 DEFS!$DEFS$ac_delim
27083 ECHO_C!$ECHO_C$ac_delim
27084 ECHO_N!$ECHO_N$ac_delim
27085 ECHO_T!$ECHO_T$ac_delim
27086 LIBS!$LIBS$ac_delim
27087 build_alias!$build_alias$ac_delim
27088 host_alias!$host_alias$ac_delim
27089 target_alias!$target_alias$ac_delim
27090 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27091 build!$build$ac_delim
27092 build_cpu!$build_cpu$ac_delim
27093 build_vendor!$build_vendor$ac_delim
27094 build_os!$build_os$ac_delim
27095 host!$host$ac_delim
27096 host_cpu!$host_cpu$ac_delim
27097 host_vendor!$host_vendor$ac_delim
27098 host_os!$host_os$ac_delim
27099 WIN16_FILES!$WIN16_FILES$ac_delim
27100 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27101 WINETEST!$WINETEST$ac_delim
27102 SET_MAKE!$SET_MAKE$ac_delim
27103 CC!$CC$ac_delim
27104 CFLAGS!$CFLAGS$ac_delim
27105 LDFLAGS!$LDFLAGS$ac_delim
27106 CPPFLAGS!$CPPFLAGS$ac_delim
27107 ac_ct_CC!$ac_ct_CC$ac_delim
27108 EXEEXT!$EXEEXT$ac_delim
27109 OBJEXT!$OBJEXT$ac_delim
27110 CXX!$CXX$ac_delim
27111 CXXFLAGS!$CXXFLAGS$ac_delim
27112 ac_ct_CXX!$ac_ct_CXX$ac_delim
27113 CPPBIN!$CPPBIN$ac_delim
27114 TOOLSDIR!$TOOLSDIR$ac_delim
27115 XMKMF!$XMKMF$ac_delim
27116 CPP!$CPP$ac_delim
27117 X_CFLAGS!$X_CFLAGS$ac_delim
27118 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27119 X_LIBS!$X_LIBS$ac_delim
27120 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27121 FLEX!$FLEX$ac_delim
27122 BISON!$BISON$ac_delim
27123 AS!$AS$ac_delim
27124 ac_ct_AS!$ac_ct_AS$ac_delim
27125 LD!$LD$ac_delim
27126 ac_ct_LD!$ac_ct_LD$ac_delim
27127 NM!$NM$ac_delim
27128 ac_ct_NM!$ac_ct_NM$ac_delim
27129 AR!$AR$ac_delim
27130 ac_ct_AR!$ac_ct_AR$ac_delim
27131 ARFLAGS!$ARFLAGS$ac_delim
27132 RANLIB!$RANLIB$ac_delim
27133 STRIP!$STRIP$ac_delim
27134 WINDRES!$WINDRES$ac_delim
27135 _ACEOF
27137 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27138 break
27139 elif $ac_last_try; then
27140 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27141 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27142 { (exit 1); exit 1; }; }
27143 else
27144 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27146 done
27148 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27149 if test -n "$ac_eof"; then
27150 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27151 ac_eof=`expr $ac_eof + 1`
27154 cat >>$CONFIG_STATUS <<_ACEOF
27155 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27156 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27157 /^[ ]*@MAKE_RULES@[ ]*$/{
27158 r $MAKE_RULES
27161 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27162 r $MAKE_DLL_RULES
27165 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27166 r $MAKE_IMPLIB_RULES
27169 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27170 r $MAKE_TEST_RULES
27173 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27174 r $MAKE_PROG_RULES
27177 _ACEOF
27178 sed '
27179 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27180 s/^/s,@/; s/!/@,|#_!!_#|/
27183 s/'"$ac_delim"'$/,g/; t
27184 s/$/\\/; p
27185 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27186 ' >>$CONFIG_STATUS <conf$$subs.sed
27187 rm -f conf$$subs.sed
27188 cat >>$CONFIG_STATUS <<_ACEOF
27189 CEOF$ac_eof
27190 _ACEOF
27193 ac_delim='%!_!# '
27194 for ac_last_try in false false false false false :; do
27195 cat >conf$$subs.sed <<_ACEOF
27196 LN_S!$LN_S$ac_delim
27197 LN!$LN$ac_delim
27198 GREP!$GREP$ac_delim
27199 EGREP!$EGREP$ac_delim
27200 LDCONFIG!$LDCONFIG$ac_delim
27201 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27202 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27203 INSTALL_DATA!$INSTALL_DATA$ac_delim
27204 LINT!$LINT$ac_delim
27205 LINTFLAGS!$LINTFLAGS$ac_delim
27206 FONTFORGE!$FONTFORGE$ac_delim
27207 PKG_CONFIG!$PKG_CONFIG$ac_delim
27208 RSVG!$RSVG$ac_delim
27209 ICOTOOL!$ICOTOOL$ac_delim
27210 PRELINK!$PRELINK$ac_delim
27211 LIBPTHREAD!$LIBPTHREAD$ac_delim
27212 XLIB!$XLIB$ac_delim
27213 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27214 DLLEXT!$DLLEXT$ac_delim
27215 DLLFLAGS!$DLLFLAGS$ac_delim
27216 LDSHARED!$LDSHARED$ac_delim
27217 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27218 LIBEXT!$LIBEXT$ac_delim
27219 IMPLIBEXT!$IMPLIBEXT$ac_delim
27220 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27221 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27222 LDD!$LDD$ac_delim
27223 DLLTOOL!$DLLTOOL$ac_delim
27224 DLLWRAP!$DLLWRAP$ac_delim
27225 MINGWAR!$MINGWAR$ac_delim
27226 SECURITYLIB!$SECURITYLIB$ac_delim
27227 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27228 IOKITLIB!$IOKITLIB$ac_delim
27229 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27230 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27231 COREAUDIO!$COREAUDIO$ac_delim
27232 CARBONLIB!$CARBONLIB$ac_delim
27233 CROSSCC!$CROSSCC$ac_delim
27234 CROSSWINDRES!$CROSSWINDRES$ac_delim
27235 CROSSTEST!$CROSSTEST$ac_delim
27236 NASLIBS!$NASLIBS$ac_delim
27237 XML2LIBS!$XML2LIBS$ac_delim
27238 XML2INCL!$XML2INCL$ac_delim
27239 XSLTLIBS!$XSLTLIBS$ac_delim
27240 XSLTINCL!$XSLTINCL$ac_delim
27241 HALINCL!$HALINCL$ac_delim
27242 GNUTLSINCL!$GNUTLSINCL$ac_delim
27243 sane_devel!$sane_devel$ac_delim
27244 SANEINCL!$SANEINCL$ac_delim
27245 gphoto2_devel!$gphoto2_devel$ac_delim
27246 gphoto2port_devel!$gphoto2port_devel$ac_delim
27247 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27248 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27249 RESOLVLIBS!$RESOLVLIBS$ac_delim
27250 LCMSLIBS!$LCMSLIBS$ac_delim
27251 ft_devel!$ft_devel$ac_delim
27252 FREETYPELIBS!$FREETYPELIBS$ac_delim
27253 FREETYPEINCL!$FREETYPEINCL$ac_delim
27254 ESDCONFIG!$ESDCONFIG$ac_delim
27255 ESDINCL!$ESDINCL$ac_delim
27256 ESDLIBS!$ESDLIBS$ac_delim
27257 PULSELIBS!$PULSELIBS$ac_delim
27258 ALSALIBS!$ALSALIBS$ac_delim
27259 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27260 CUPSINCL!$CUPSINCL$ac_delim
27261 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27262 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27263 BUILTINFLAG!$BUILTINFLAG$ac_delim
27264 LDPATH!$LDPATH$ac_delim
27265 CRTLIBS!$CRTLIBS$ac_delim
27266 SOCKETLIBS!$SOCKETLIBS$ac_delim
27267 MAIN_BINARY!$MAIN_BINARY$ac_delim
27268 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27269 LIBDL!$LIBDL$ac_delim
27270 LIBPOLL!$LIBPOLL$ac_delim
27271 LDAPLIBS!$LDAPLIBS$ac_delim
27272 DEPENDENCIES!$DEPENDENCIES$ac_delim
27273 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27274 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27275 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27276 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27277 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27278 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27279 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27280 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27281 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27282 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27283 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27284 LIBOBJS!$LIBOBJS$ac_delim
27285 LTLIBOBJS!$LTLIBOBJS$ac_delim
27286 _ACEOF
27288 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
27289 break
27290 elif $ac_last_try; then
27291 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27292 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27293 { (exit 1); exit 1; }; }
27294 else
27295 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27297 done
27299 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27300 if test -n "$ac_eof"; then
27301 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27302 ac_eof=`expr $ac_eof + 1`
27305 cat >>$CONFIG_STATUS <<_ACEOF
27306 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27307 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27308 _ACEOF
27309 sed '
27310 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27311 s/^/s,@/; s/!/@,|#_!!_#|/
27314 s/'"$ac_delim"'$/,g/; t
27315 s/$/\\/; p
27316 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27317 ' >>$CONFIG_STATUS <conf$$subs.sed
27318 rm -f conf$$subs.sed
27319 cat >>$CONFIG_STATUS <<_ACEOF
27320 :end
27321 s/|#_!!_#|//g
27322 CEOF$ac_eof
27323 _ACEOF
27326 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27327 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27328 # trailing colons and then remove the whole line if VPATH becomes empty
27329 # (actually we leave an empty line to preserve line numbers).
27330 if test "x$srcdir" = x.; then
27331 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27332 s/:*\$(srcdir):*/:/
27333 s/:*\${srcdir}:*/:/
27334 s/:*@srcdir@:*/:/
27335 s/^\([^=]*=[ ]*\):*/\1/
27336 s/:*$//
27337 s/^[^=]*=[ ]*$//
27341 cat >>$CONFIG_STATUS <<\_ACEOF
27342 fi # test -n "$CONFIG_FILES"
27345 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27347 case $ac_tag in
27348 :[FHLC]) ac_mode=$ac_tag; continue;;
27349 esac
27350 case $ac_mode$ac_tag in
27351 :[FHL]*:*);;
27352 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27353 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27354 { (exit 1); exit 1; }; };;
27355 :[FH]-) ac_tag=-:-;;
27356 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27357 esac
27358 ac_save_IFS=$IFS
27359 IFS=:
27360 set x $ac_tag
27361 IFS=$ac_save_IFS
27362 shift
27363 ac_file=$1
27364 shift
27366 case $ac_mode in
27367 :L) ac_source=$1;;
27368 :[FH])
27369 ac_file_inputs=
27370 for ac_f
27372 case $ac_f in
27373 -) ac_f="$tmp/stdin";;
27374 *) # Look for the file first in the build tree, then in the source tree
27375 # (if the path is not absolute). The absolute path cannot be DOS-style,
27376 # because $ac_f cannot contain `:'.
27377 test -f "$ac_f" ||
27378 case $ac_f in
27379 [\\/$]*) false;;
27380 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27381 esac ||
27382 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27383 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27384 { (exit 1); exit 1; }; };;
27385 esac
27386 ac_file_inputs="$ac_file_inputs $ac_f"
27387 done
27389 # Let's still pretend it is `configure' which instantiates (i.e., don't
27390 # use $as_me), people would be surprised to read:
27391 # /* config.h. Generated by config.status. */
27392 configure_input="Generated from "`IFS=:
27393 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27394 if test x"$ac_file" != x-; then
27395 configure_input="$ac_file. $configure_input"
27396 { echo "$as_me:$LINENO: creating $ac_file" >&5
27397 echo "$as_me: creating $ac_file" >&6;}
27400 case $ac_tag in
27401 *:-:* | *:-) cat >"$tmp/stdin";;
27402 esac
27404 esac
27406 ac_dir=`$as_dirname -- "$ac_file" ||
27407 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27408 X"$ac_file" : 'X\(//\)[^/]' \| \
27409 X"$ac_file" : 'X\(//\)$' \| \
27410 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27411 echo X"$ac_file" |
27412 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27413 s//\1/
27416 /^X\(\/\/\)[^/].*/{
27417 s//\1/
27420 /^X\(\/\/\)$/{
27421 s//\1/
27424 /^X\(\/\).*/{
27425 s//\1/
27428 s/.*/./; q'`
27429 { as_dir="$ac_dir"
27430 case $as_dir in #(
27431 -*) as_dir=./$as_dir;;
27432 esac
27433 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27434 as_dirs=
27435 while :; do
27436 case $as_dir in #(
27437 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27438 *) as_qdir=$as_dir;;
27439 esac
27440 as_dirs="'$as_qdir' $as_dirs"
27441 as_dir=`$as_dirname -- "$as_dir" ||
27442 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27443 X"$as_dir" : 'X\(//\)[^/]' \| \
27444 X"$as_dir" : 'X\(//\)$' \| \
27445 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27446 echo X"$as_dir" |
27447 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27448 s//\1/
27451 /^X\(\/\/\)[^/].*/{
27452 s//\1/
27455 /^X\(\/\/\)$/{
27456 s//\1/
27459 /^X\(\/\).*/{
27460 s//\1/
27463 s/.*/./; q'`
27464 test -d "$as_dir" && break
27465 done
27466 test -z "$as_dirs" || eval "mkdir $as_dirs"
27467 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27468 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27469 { (exit 1); exit 1; }; }; }
27470 ac_builddir=.
27472 case "$ac_dir" in
27473 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27475 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27476 # A ".." for each directory in $ac_dir_suffix.
27477 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27478 case $ac_top_builddir_sub in
27479 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27480 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27481 esac ;;
27482 esac
27483 ac_abs_top_builddir=$ac_pwd
27484 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27485 # for backward compatibility:
27486 ac_top_builddir=$ac_top_build_prefix
27488 case $srcdir in
27489 .) # We are building in place.
27490 ac_srcdir=.
27491 ac_top_srcdir=$ac_top_builddir_sub
27492 ac_abs_top_srcdir=$ac_pwd ;;
27493 [\\/]* | ?:[\\/]* ) # Absolute name.
27494 ac_srcdir=$srcdir$ac_dir_suffix;
27495 ac_top_srcdir=$srcdir
27496 ac_abs_top_srcdir=$srcdir ;;
27497 *) # Relative name.
27498 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27499 ac_top_srcdir=$ac_top_build_prefix$srcdir
27500 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27501 esac
27502 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27505 case $ac_mode in
27508 # CONFIG_FILE
27511 case $INSTALL in
27512 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27513 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27514 esac
27515 _ACEOF
27517 cat >>$CONFIG_STATUS <<\_ACEOF
27518 # If the template does not know about datarootdir, expand it.
27519 # FIXME: This hack should be removed a few years after 2.60.
27520 ac_datarootdir_hack=; ac_datarootdir_seen=
27522 case `sed -n '/datarootdir/ {
27526 /@datadir@/p
27527 /@docdir@/p
27528 /@infodir@/p
27529 /@localedir@/p
27530 /@mandir@/p
27531 ' $ac_file_inputs` in
27532 *datarootdir*) ac_datarootdir_seen=yes;;
27533 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27534 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27535 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27536 _ACEOF
27537 cat >>$CONFIG_STATUS <<_ACEOF
27538 ac_datarootdir_hack='
27539 s&@datadir@&$datadir&g
27540 s&@docdir@&$docdir&g
27541 s&@infodir@&$infodir&g
27542 s&@localedir@&$localedir&g
27543 s&@mandir@&$mandir&g
27544 s&\\\${datarootdir}&$datarootdir&g' ;;
27545 esac
27546 _ACEOF
27548 # Neutralize VPATH when `$srcdir' = `.'.
27549 # Shell code in configure.ac might set extrasub.
27550 # FIXME: do we really want to maintain this feature?
27551 cat >>$CONFIG_STATUS <<_ACEOF
27552 sed "$ac_vpsub
27553 $extrasub
27554 _ACEOF
27555 cat >>$CONFIG_STATUS <<\_ACEOF
27557 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27558 s&@configure_input@&$configure_input&;t t
27559 s&@top_builddir@&$ac_top_builddir_sub&;t t
27560 s&@srcdir@&$ac_srcdir&;t t
27561 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27562 s&@top_srcdir@&$ac_top_srcdir&;t t
27563 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27564 s&@builddir@&$ac_builddir&;t t
27565 s&@abs_builddir@&$ac_abs_builddir&;t t
27566 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27567 s&@INSTALL@&$ac_INSTALL&;t t
27568 $ac_datarootdir_hack
27569 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27571 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27572 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27573 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27574 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27575 which seems to be undefined. Please make sure it is defined." >&5
27576 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27577 which seems to be undefined. Please make sure it is defined." >&2;}
27579 rm -f "$tmp/stdin"
27580 case $ac_file in
27581 -) cat "$tmp/out"; rm -f "$tmp/out";;
27582 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27583 esac
27587 # CONFIG_HEADER
27589 _ACEOF
27591 # Transform confdefs.h into a sed script `conftest.defines', that
27592 # substitutes the proper values into config.h.in to produce config.h.
27593 rm -f conftest.defines conftest.tail
27594 # First, append a space to every undef/define line, to ease matching.
27595 echo 's/$/ /' >conftest.defines
27596 # Then, protect against being on the right side of a sed subst, or in
27597 # an unquoted here document, in config.status. If some macros were
27598 # called several times there might be several #defines for the same
27599 # symbol, which is useless. But do not sort them, since the last
27600 # AC_DEFINE must be honored.
27601 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27602 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27603 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27604 # PARAMS is the parameter list in the macro definition--in most cases, it's
27605 # just an empty string.
27606 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27607 ac_dB='\\)[ (].*,\\1define\\2'
27608 ac_dC=' '
27609 ac_dD=' ,'
27611 uniq confdefs.h |
27612 sed -n '
27613 t rset
27614 :rset
27615 s/^[ ]*#[ ]*define[ ][ ]*//
27616 t ok
27619 s/[\\&,]/\\&/g
27620 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27621 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27622 ' >>conftest.defines
27624 # Remove the space that was appended to ease matching.
27625 # Then replace #undef with comments. This is necessary, for
27626 # example, in the case of _POSIX_SOURCE, which is predefined and required
27627 # on some systems where configure will not decide to define it.
27628 # (The regexp can be short, since the line contains either #define or #undef.)
27629 echo 's/ $//
27630 s,^[ #]*u.*,/* & */,' >>conftest.defines
27632 # Break up conftest.defines:
27633 ac_max_sed_lines=50
27635 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27636 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27637 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27638 # et cetera.
27639 ac_in='$ac_file_inputs'
27640 ac_out='"$tmp/out1"'
27641 ac_nxt='"$tmp/out2"'
27643 while :
27645 # Write a here document:
27646 cat >>$CONFIG_STATUS <<_ACEOF
27647 # First, check the format of the line:
27648 cat >"\$tmp/defines.sed" <<\\CEOF
27649 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27650 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27652 :def
27653 _ACEOF
27654 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27655 echo 'CEOF
27656 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27657 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27658 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27659 grep . conftest.tail >/dev/null || break
27660 rm -f conftest.defines
27661 mv conftest.tail conftest.defines
27662 done
27663 rm -f conftest.defines conftest.tail
27665 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27666 cat >>$CONFIG_STATUS <<\_ACEOF
27667 if test x"$ac_file" != x-; then
27668 echo "/* $configure_input */" >"$tmp/config.h"
27669 cat "$ac_result" >>"$tmp/config.h"
27670 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27671 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27672 echo "$as_me: $ac_file is unchanged" >&6;}
27673 else
27674 rm -f $ac_file
27675 mv "$tmp/config.h" $ac_file
27677 else
27678 echo "/* $configure_input */"
27679 cat "$ac_result"
27681 rm -f "$tmp/out12"
27684 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27685 echo "$as_me: executing $ac_file commands" >&6;}
27687 esac
27690 case $ac_file$ac_mode in
27691 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27692 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27693 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27694 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27695 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27696 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27697 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27698 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27699 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27700 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27701 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27702 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27703 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27705 esac
27706 done # for ac_tag
27709 { (exit 0); exit 0; }
27710 _ACEOF
27711 chmod +x $CONFIG_STATUS
27712 ac_clean_files=$ac_clean_files_save
27715 # configure is writing to config.log, and then calls config.status.
27716 # config.status does its own redirection, appending to config.log.
27717 # Unfortunately, on DOS this fails, as config.log is still kept open
27718 # by configure, so config.status won't be able to write to it; its
27719 # output is simply discarded. So we exec the FD to /dev/null,
27720 # effectively closing config.log, so it can be properly (re)opened and
27721 # appended to by config.status. When coming back to configure, we
27722 # need to make the FD available again.
27723 if test "$no_create" != yes; then
27724 ac_cs_success=:
27725 ac_config_status_args=
27726 test "$silent" = yes &&
27727 ac_config_status_args="$ac_config_status_args --quiet"
27728 exec 5>/dev/null
27729 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27730 exec 5>>config.log
27731 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27732 # would make configure fail if this is the last instruction.
27733 $ac_cs_success || { (exit 1); exit 1; }
27737 if test "$no_create" = "yes"
27738 then
27739 exit 0
27742 ac_save_IFS="$IFS"
27743 IFS="|"
27744 if test "x$wine_notices != "x; then
27745 echo >&6
27746 for msg in $wine_notices; do
27747 if test -n "$msg"; then
27748 { echo "$as_me:$LINENO: $msg" >&5
27749 echo "$as_me: $msg" >&6;}
27751 done
27753 for msg in $wine_warnings; do
27754 if test -n "$msg"; then
27755 echo >&2
27756 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27757 echo "$as_me: WARNING: $msg" >&2;}
27759 done
27760 IFS="$ac_save_IFS"
27762 echo "
27763 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27764 " >&6