iphlpapi: Include netinet/if_inarp.h for NetBSD.
[wine/multimedia.git] / configure
blobbf768137ff0fbbe040fcc0a4e767e3cae6d178b8
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.13.
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, 2007, 2008 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 # Pre-4.2 versions of Zsh do 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 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.13'
600 PACKAGE_STRING='Wine 1.1.13'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
858 ac_precious_vars='build_alias
859 host_alias
860 target_alias
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
867 CXXFLAGS
869 XMKMF
870 CPP'
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
921 ac_prev=
922 ac_dashdash=
923 for ac_option
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
928 ac_prev=
929 continue
932 case $ac_option in
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934 *) ac_optarg=yes ;;
935 esac
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
941 ac_dashdash=yes ;;
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
944 ac_prev=bindir ;;
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946 bindir=$ac_optarg ;;
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
960 --config-cache | -C)
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
964 ac_prev=datadir ;;
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980 { (exit 1); exit 1; }; }
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1012 "enable_$ac_useropt"
1013 "*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval enable_$ac_useropt=\$ac_optarg ;;
1019 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021 | --exec | --exe | --ex)
1022 ac_prev=exec_prefix ;;
1023 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025 | --exec=* | --exe=* | --ex=*)
1026 exec_prefix=$ac_optarg ;;
1028 -gas | --gas | --ga | --g)
1029 # Obsolete; use --with-gas.
1030 with_gas=yes ;;
1032 -help | --help | --hel | --he | -h)
1033 ac_init_help=long ;;
1034 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 ac_init_help=recursive ;;
1036 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037 ac_init_help=short ;;
1039 -host | --host | --hos | --ho)
1040 ac_prev=host_alias ;;
1041 -host=* | --host=* | --hos=* | --ho=*)
1042 host_alias=$ac_optarg ;;
1044 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045 ac_prev=htmldir ;;
1046 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047 | --ht=*)
1048 htmldir=$ac_optarg ;;
1050 -includedir | --includedir | --includedi | --included | --include \
1051 | --includ | --inclu | --incl | --inc)
1052 ac_prev=includedir ;;
1053 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054 | --includ=* | --inclu=* | --incl=* | --inc=*)
1055 includedir=$ac_optarg ;;
1057 -infodir | --infodir | --infodi | --infod | --info | --inf)
1058 ac_prev=infodir ;;
1059 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060 infodir=$ac_optarg ;;
1062 -libdir | --libdir | --libdi | --libd)
1063 ac_prev=libdir ;;
1064 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065 libdir=$ac_optarg ;;
1067 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068 | --libexe | --libex | --libe)
1069 ac_prev=libexecdir ;;
1070 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071 | --libexe=* | --libex=* | --libe=*)
1072 libexecdir=$ac_optarg ;;
1074 -localedir | --localedir | --localedi | --localed | --locale)
1075 ac_prev=localedir ;;
1076 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077 localedir=$ac_optarg ;;
1079 -localstatedir | --localstatedir | --localstatedi | --localstated \
1080 | --localstate | --localstat | --localsta | --localst | --locals)
1081 ac_prev=localstatedir ;;
1082 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084 localstatedir=$ac_optarg ;;
1086 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087 ac_prev=mandir ;;
1088 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089 mandir=$ac_optarg ;;
1091 -nfp | --nfp | --nf)
1092 # Obsolete; use --without-fp.
1093 with_fp=no ;;
1095 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096 | --no-cr | --no-c | -n)
1097 no_create=yes ;;
1099 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 no_recursion=yes ;;
1103 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105 | --oldin | --oldi | --old | --ol | --o)
1106 ac_prev=oldincludedir ;;
1107 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110 oldincludedir=$ac_optarg ;;
1112 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113 ac_prev=prefix ;;
1114 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115 prefix=$ac_optarg ;;
1117 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118 | --program-pre | --program-pr | --program-p)
1119 ac_prev=program_prefix ;;
1120 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122 program_prefix=$ac_optarg ;;
1124 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125 | --program-suf | --program-su | --program-s)
1126 ac_prev=program_suffix ;;
1127 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129 program_suffix=$ac_optarg ;;
1131 -program-transform-name | --program-transform-name \
1132 | --program-transform-nam | --program-transform-na \
1133 | --program-transform-n | --program-transform- \
1134 | --program-transform | --program-transfor \
1135 | --program-transfo | --program-transf \
1136 | --program-trans | --program-tran \
1137 | --progr-tra | --program-tr | --program-t)
1138 ac_prev=program_transform_name ;;
1139 -program-transform-name=* | --program-transform-name=* \
1140 | --program-transform-nam=* | --program-transform-na=* \
1141 | --program-transform-n=* | --program-transform-=* \
1142 | --program-transform=* | --program-transfor=* \
1143 | --program-transfo=* | --program-transf=* \
1144 | --program-trans=* | --program-tran=* \
1145 | --progr-tra=* | --program-tr=* | --program-t=*)
1146 program_transform_name=$ac_optarg ;;
1148 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149 ac_prev=pdfdir ;;
1150 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151 pdfdir=$ac_optarg ;;
1153 -psdir | --psdir | --psdi | --psd | --ps)
1154 ac_prev=psdir ;;
1155 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 psdir=$ac_optarg ;;
1158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159 | -silent | --silent | --silen | --sile | --sil)
1160 silent=yes ;;
1162 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163 ac_prev=sbindir ;;
1164 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165 | --sbi=* | --sb=*)
1166 sbindir=$ac_optarg ;;
1168 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170 | --sharedst | --shareds | --shared | --share | --shar \
1171 | --sha | --sh)
1172 ac_prev=sharedstatedir ;;
1173 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176 | --sha=* | --sh=*)
1177 sharedstatedir=$ac_optarg ;;
1179 -site | --site | --sit)
1180 ac_prev=site ;;
1181 -site=* | --site=* | --sit=*)
1182 site=$ac_optarg ;;
1184 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185 ac_prev=srcdir ;;
1186 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187 srcdir=$ac_optarg ;;
1189 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190 | --syscon | --sysco | --sysc | --sys | --sy)
1191 ac_prev=sysconfdir ;;
1192 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194 sysconfdir=$ac_optarg ;;
1196 -target | --target | --targe | --targ | --tar | --ta | --t)
1197 ac_prev=target_alias ;;
1198 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199 target_alias=$ac_optarg ;;
1201 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 verbose=yes ;;
1204 -version | --version | --versio | --versi | --vers | -V)
1205 ac_init_version=: ;;
1207 -with-* | --with-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_useropt_orig=$ac_useropt
1214 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215 case $ac_user_opts in
1217 "with_$ac_useropt"
1218 "*) ;;
1219 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220 ac_unrecognized_sep=', ';;
1221 esac
1222 eval with_$ac_useropt=\$ac_optarg ;;
1224 -without-* | --without-*)
1225 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226 # Reject names that are not valid shell variable names.
1227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229 { (exit 1); exit 1; }; }
1230 ac_useropt_orig=$ac_useropt
1231 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232 case $ac_user_opts in
1234 "with_$ac_useropt"
1235 "*) ;;
1236 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237 ac_unrecognized_sep=', ';;
1238 esac
1239 eval with_$ac_useropt=no ;;
1241 --x)
1242 # Obsolete; use --with-x.
1243 with_x=yes ;;
1245 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246 | --x-incl | --x-inc | --x-in | --x-i)
1247 ac_prev=x_includes ;;
1248 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250 x_includes=$ac_optarg ;;
1252 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254 ac_prev=x_libraries ;;
1255 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257 x_libraries=$ac_optarg ;;
1259 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261 { (exit 1); exit 1; }; }
1264 *=*)
1265 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266 # Reject names that are not valid shell variable names.
1267 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269 { (exit 1); exit 1; }; }
1270 eval $ac_envvar=\$ac_optarg
1271 export $ac_envvar ;;
1274 # FIXME: should be removed in autoconf 3.0.
1275 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1281 esac
1282 done
1284 if test -n "$ac_prev"; then
1285 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287 { (exit 1); exit 1; }; }
1290 if test -n "$ac_unrecognized_opts"; then
1291 case $enable_option_checking in
1292 no) ;;
1293 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294 { (exit 1); exit 1; }; } ;;
1295 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296 esac
1299 # Check all directory arguments for consistency.
1300 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301 datadir sysconfdir sharedstatedir localstatedir includedir \
1302 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303 libdir localedir mandir
1305 eval ac_val=\$$ac_var
1306 # Remove trailing slashes.
1307 case $ac_val in
1308 */ )
1309 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310 eval $ac_var=\$ac_val;;
1311 esac
1312 # Be sure to have absolute directory names.
1313 case $ac_val in
1314 [\\/$]* | ?:[\\/]* ) continue;;
1315 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316 esac
1317 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318 { (exit 1); exit 1; }; }
1319 done
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342 test "$silent" = yes && exec 6>/dev/null
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349 { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352 { (exit 1); exit 1; }; }
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357 ac_srcdir_defaulted=yes
1358 # Try the directory containing this script, then the parent directory.
1359 ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361 X"$as_myself" : 'X\(//\)[^/]' \| \
1362 X"$as_myself" : 'X\(//\)$' \| \
1363 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366 s//\1/
1369 /^X\(\/\/\)[^/].*/{
1370 s//\1/
1373 /^X\(\/\/\)$/{
1374 s//\1/
1377 /^X\(\/\).*/{
1378 s//\1/
1381 s/.*/./; q'`
1382 srcdir=$ac_confdir
1383 if test ! -r "$srcdir/$ac_unique_file"; then
1384 srcdir=..
1386 else
1387 ac_srcdir_defaulted=no
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392 { (exit 1); exit 1; }; }
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397 { (exit 1); exit 1; }; }
1398 pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401 srcdir=.
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411 eval ac_env_${ac_var}_value=\$${ac_var}
1412 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1417 # Report the --help message.
1419 if test "$ac_init_help" = "long"; then
1420 # Omit some internal or obsolete options to make the list less imposing.
1421 # This message is too long to be a string in the A/UX 3.1 sh.
1422 cat <<_ACEOF
1423 \`configure' configures Wine 1.1.13 to adapt to many kinds of systems.
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE. See below for descriptions of some of the useful variables.
1430 Defaults for the options are specified in brackets.
1432 Configuration:
1433 -h, --help display this help and exit
1434 --help=short display options specific to this package
1435 --help=recursive display the short help of all the included packages
1436 -V, --version display version information and exit
1437 -q, --quiet, --silent do not print \`checking...' messages
1438 --cache-file=FILE cache test results in FILE [disabled]
1439 -C, --config-cache alias for \`--cache-file=config.cache'
1440 -n, --no-create do not create output files
1441 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1443 Installation directories:
1444 --prefix=PREFIX install architecture-independent files in PREFIX
1445 [$ac_default_prefix]
1446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1447 [PREFIX]
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1454 For better control, use the options below.
1456 Fine tuning of the installation directories:
1457 --bindir=DIR user executables [EPREFIX/bin]
1458 --sbindir=DIR system admin executables [EPREFIX/sbin]
1459 --libexecdir=DIR program executables [EPREFIX/libexec]
1460 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1461 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1462 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1463 --libdir=DIR object code libraries [EPREFIX/lib]
1464 --includedir=DIR C header files [PREFIX/include]
1465 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1466 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1467 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1468 --infodir=DIR info documentation [DATAROOTDIR/info]
1469 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1470 --mandir=DIR man documentation [DATAROOTDIR/man]
1471 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1472 --htmldir=DIR html documentation [DOCDIR]
1473 --dvidir=DIR dvi documentation [DOCDIR]
1474 --pdfdir=DIR pdf documentation [DOCDIR]
1475 --psdir=DIR ps documentation [DOCDIR]
1476 _ACEOF
1478 cat <<\_ACEOF
1480 X features:
1481 --x-includes=DIR X include files are in DIR
1482 --x-libraries=DIR X library files are in DIR
1484 System types:
1485 --build=BUILD configure for building on BUILD [guessed]
1486 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1490 if test -n "$ac_init_help"; then
1491 case $ac_init_help in
1492 short | recursive ) echo "Configuration of Wine 1.1.13:";;
1493 esac
1494 cat <<\_ACEOF
1496 Optional Features:
1497 --disable-option-checking ignore unrecognized --enable/--with options
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1500 --disable-win16 do not include Win16 support
1501 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1502 binaries)
1503 --disable-tests do not build the regression tests
1504 --enable-maintainer-mode
1505 enable maintainer-specific build rules
1507 Optional Packages:
1508 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1509 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1510 --without-alsa do not use the Alsa sound support
1511 --without-audioio do not use the AudioIO sound support
1512 --without-capi do not use CAPI (ISDN support)
1513 --without-cms do not use CMS (color management support)
1514 --without-coreaudio do not use the CoreAudio sound support
1515 --without-cups do not use CUPS
1516 --without-curses do not use (n)curses
1517 --without-esd do not use the EsounD sound support
1518 --without-fontconfig do not use fontconfig
1519 --without-freetype do not use the FreeType library
1520 --without-gphoto do not use gphoto (Digital Camera support)
1521 --without-glu do not use the GLU library
1522 --without-gnutls do not use GnuTLS (schannel support)
1523 --without-hal do not use HAL (dynamic device support)
1524 --without-jack do not use the Jack sound support
1525 --without-jpeg do not use JPEG
1526 --without-ldap do not use LDAP
1527 --without-nas do not use the NAS sound support
1528 --without-opengl do not use OpenGL
1529 --without-openssl do not use OpenSSL
1530 --without-oss do not use the OSS sound support
1531 --without-png do not use PNG
1532 --without-sane do not use SANE (scanner support)
1533 --without-xcomposite do not use the Xcomposite extension
1534 --without-xcursor do not use the Xcursor extension
1535 --without-xinerama do not use Xinerama (multi-monitor support)
1536 --without-xinput do not use the Xinput extension
1537 --without-xml do not use XML
1538 --without-xrandr do not use Xrandr (resolution changes)
1539 --without-xrender do not use the Xrender extension
1540 --without-xshape do not use the Xshape extension
1541 --without-xshm do not use XShm (shared memory extension)
1542 --without-xslt do not use XSLT
1543 --without-xxf86vm do not use XFree video mode extension
1544 --with-wine-tools=DIR use Wine tools from directory DIR
1545 --with-x use the X Window System
1547 Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
1557 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 CPP C preprocessor
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1568 if test "$ac_init_help" = "recursive"; then
1569 # If there are subdirs, report their specific --help.
1570 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 test -d "$ac_dir" ||
1572 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 continue
1574 ac_builddir=.
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 # A ".." for each directory in $ac_dir_suffix.
1581 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 case $ac_top_builddir_sub in
1583 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1592 case $srcdir in
1593 .) # We are building in place.
1594 ac_srcdir=.
1595 ac_top_srcdir=$ac_top_builddir_sub
1596 ac_abs_top_srcdir=$ac_pwd ;;
1597 [\\/]* | ?:[\\/]* ) # Absolute name.
1598 ac_srcdir=$srcdir$ac_dir_suffix;
1599 ac_top_srcdir=$srcdir
1600 ac_abs_top_srcdir=$srcdir ;;
1601 *) # Relative name.
1602 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1608 cd "$ac_dir" || { ac_status=$?; continue; }
1609 # Check for guested configure.
1610 if test -f "$ac_srcdir/configure.gnu"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 elif test -f "$ac_srcdir/configure"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure" --help=recursive
1616 else
1617 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 fi || ac_status=$?
1619 cd "$ac_pwd" || { ac_status=$?; break; }
1620 done
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625 cat <<\_ACEOF
1626 Wine configure 1.1.13
1627 generated by GNU Autoconf 2.63
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634 exit
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1640 It was created by Wine $as_me 1.1.13, which was
1641 generated by GNU Autoconf 2.63. Invocation command line was
1643 $ $0 $@
1645 _ACEOF
1646 exec 5>>config.log
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1662 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1663 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1666 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1667 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1668 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1670 _ASUNAME
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1681 } >&5
1683 cat >&5 <<_ACEOF
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1690 _ACEOF
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1704 for ac_arg
1706 case $ac_arg in
1707 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709 | -silent | --silent | --silen | --sile | --sil)
1710 continue ;;
1711 *\'*)
1712 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713 esac
1714 case $ac_pass in
1715 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1717 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718 if test $ac_must_keep_next = true; then
1719 ac_must_keep_next=false # Got value, back to normal.
1720 else
1721 case $ac_arg in
1722 *=* | --config-cache | -C | -disable-* | --disable-* \
1723 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725 | -with-* | --with-* | -without-* | --without-* | --x)
1726 case "$ac_configure_args0 " in
1727 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728 esac
1730 -* ) ac_must_keep_next=true ;;
1731 esac
1733 ac_configure_args="$ac_configure_args '$ac_arg'"
1735 esac
1736 done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log. We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747 # Save into config.log some information that might help in debugging.
1749 echo
1751 cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756 echo
1757 # The following way of writing the cache mishandles newlines in values,
1759 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760 eval ac_val=\$$ac_var
1761 case $ac_val in #(
1762 *${as_nl}*)
1763 case $ac_var in #(
1764 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766 esac
1767 case $ac_var in #(
1768 _ | IFS | as_nl) ;; #(
1769 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770 *) $as_unset $ac_var ;;
1771 esac ;;
1772 esac
1773 done
1774 (set) 2>&1 |
1775 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776 *${as_nl}ac_space=\ *)
1777 sed -n \
1778 "s/'\''/'\''\\\\'\'''\''/g;
1779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780 ;; #(
1782 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1784 esac |
1785 sort
1787 echo
1789 cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794 echo
1795 for ac_var in $ac_subst_vars
1797 eval ac_val=\$$ac_var
1798 case $ac_val in
1799 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800 esac
1801 $as_echo "$ac_var='\''$ac_val'\''"
1802 done | sort
1803 echo
1805 if test -n "$ac_subst_files"; then
1806 cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811 echo
1812 for ac_var in $ac_subst_files
1814 eval ac_val=\$$ac_var
1815 case $ac_val in
1816 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817 esac
1818 $as_echo "$ac_var='\''$ac_val'\''"
1819 done | sort
1820 echo
1823 if test -s confdefs.h; then
1824 cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829 echo
1830 cat confdefs.h
1831 echo
1833 test "$ac_signal" != 0 &&
1834 $as_echo "$as_me: caught signal $ac_signal"
1835 $as_echo "$as_me: exit $exit_status"
1836 } >&5
1837 rm -f core *.core core.conftest.* &&
1838 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839 exit $exit_status
1841 for ac_signal in 1 2 13 15; do
1842 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1849 # Predefined preprocessor variables.
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881 ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883 ac_site_file1=$prefix/share/config.site
1884 ac_site_file2=$prefix/etc/config.site
1885 else
1886 ac_site_file1=$ac_default_prefix/share/config.site
1887 ac_site_file2=$ac_default_prefix/etc/config.site
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1891 test "x$ac_site_file" = xNONE && continue
1892 if test -r "$ac_site_file"; then
1893 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895 sed 's/^/| /' "$ac_site_file" >&5
1896 . "$ac_site_file"
1898 done
1900 if test -r "$cache_file"; then
1901 # Some versions of bash will fail to source /dev/null (special
1902 # files actually), so we avoid doing that.
1903 if test -f "$cache_file"; then
1904 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906 case $cache_file in
1907 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908 *) . "./$cache_file";;
1909 esac
1911 else
1912 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914 >$cache_file
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922 eval ac_new_set=\$ac_env_${ac_var}_set
1923 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924 eval ac_new_val=\$ac_env_${ac_var}_value
1925 case $ac_old_set,$ac_new_set in
1926 set,)
1927 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929 ac_cache_corrupted=: ;;
1930 ,set)
1931 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933 ac_cache_corrupted=: ;;
1934 ,);;
1936 if test "x$ac_old_val" != "x$ac_new_val"; then
1937 # differences in whitespace do not lead to failure.
1938 ac_old_val_w=`echo x $ac_old_val`
1939 ac_new_val_w=`echo x $ac_new_val`
1940 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943 ac_cache_corrupted=:
1944 else
1945 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947 eval $ac_var=\$ac_old_val
1949 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1950 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1951 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1953 fi;;
1954 esac
1955 # Pass precious variables to config.status.
1956 if test "$ac_new_set" = set; then
1957 case $ac_new_val in
1958 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 *) ac_arg=$ac_var=$ac_new_val ;;
1960 esac
1961 case " $ac_configure_args " in
1962 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1963 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964 esac
1966 done
1967 if $ac_cache_corrupted; then
1968 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974 { (exit 1); exit 1; }; }
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 ac_config_headers="$ac_config_headers include/config.h"
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013 if test -f "$ac_dir/install-sh"; then
2014 ac_aux_dir=$ac_dir
2015 ac_install_sh="$ac_aux_dir/install-sh -c"
2016 break
2017 elif test -f "$ac_dir/install.sh"; then
2018 ac_aux_dir=$ac_dir
2019 ac_install_sh="$ac_aux_dir/install.sh -c"
2020 break
2021 elif test -f "$ac_dir/shtool"; then
2022 ac_aux_dir=$ac_dir
2023 ac_install_sh="$ac_aux_dir/shtool install -c"
2024 break
2026 done
2027 if test -z "$ac_aux_dir"; then
2028 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030 { (exit 1); exit 1; }; }
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046 enableval=$enable_win16;
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051 enableval=$enable_win64;
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056 enableval=$enable_tests;
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061 enableval=$enable_maintainer_mode;
2062 else
2063 MAINTAINER_MODE=\#
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101 withval=$with_cups;
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113 withval=$with_esd;
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125 withval=$with_freetype;
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131 withval=$with_gphoto;
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143 withval=$with_gnutls;
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149 withval=$with_hal;
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179 withval=$with_opengl;
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191 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
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203 withval=$with_sane;
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233 withval=$with_xml;
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263 withval=$with_xslt;
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276 withval=$with_wine_tools;
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284 { (exit 1); exit 1; }; }
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289 $as_echo_n "(cached) " >&6
2290 else
2291 ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297 { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301 { (exit 1); exit 1; }; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310 { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329 $as_echo_n "(cached) " >&6
2330 else
2331 if test "x$host_alias" = x; then
2332 ac_cv_host=$ac_cv_build
2333 else
2334 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337 { (exit 1); exit 1; }; }
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347 { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2364 case "$srcdir" in
2365 .) ;;
2366 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371 { (exit 1); exit 1; }; }
2372 fi ;;
2373 esac
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381 $as_echo_n "(cached) " >&6
2382 else
2383 cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386 @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390 *@@@%%%=?*=@@@%%%*)
2391 eval ac_cv_prog_make_${ac_make}_set=yes;;
2393 eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398 { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400 SET_MAKE=
2401 else
2402 { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404 SET_MAKE="MAKE=${MAKE-make}"
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418 $as_echo_n "(cached) " >&6
2419 else
2420 if test -n "$CC"; then
2421 ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2426 IFS=$as_save_IFS
2427 test -z "$as_dir" && as_dir=.
2428 for ac_exec_ext in '' $ac_executable_extensions; do
2429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432 break 2
2434 done
2435 done
2436 IFS=$as_save_IFS
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2451 if test -z "$ac_cv_prog_CC"; then
2452 ac_ct_CC=$CC
2453 # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458 $as_echo_n "(cached) " >&6
2459 else
2460 if test -n "$ac_ct_CC"; then
2461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
2468 for ac_exec_ext in '' $ac_executable_extensions; do
2469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470 ac_cv_prog_ac_ct_CC="gcc"
2471 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2474 done
2475 done
2476 IFS=$as_save_IFS
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485 { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2489 if test "x$ac_ct_CC" = x; then
2490 CC=""
2491 else
2492 case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498 CC=$ac_ct_CC
2500 else
2501 CC="$ac_cv_prog_CC"
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511 $as_echo_n "(cached) " >&6
2512 else
2513 if test -n "$CC"; then
2514 ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523 ac_cv_prog_CC="${ac_tool_prefix}cc"
2524 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2527 done
2528 done
2529 IFS=$as_save_IFS
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538 { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2545 if test -z "$CC"; then
2546 # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551 $as_echo_n "(cached) " >&6
2552 else
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556 ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
2563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565 ac_prog_rejected=yes
2566 continue
2568 ac_cv_prog_CC="cc"
2569 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2572 done
2573 done
2574 IFS=$as_save_IFS
2576 if test $ac_prog_rejected = yes; then
2577 # We found a bogon in the path, so make sure we never use it.
2578 set dummy $ac_cv_prog_CC
2579 shift
2580 if test $# != 0; then
2581 # We chose a different compiler from the bogus one.
2582 # However, it has the same basename, so the bogon will be chosen
2583 # first if we set CC to just the basename; use the full file name.
2584 shift
2585 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595 { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2601 if test -z "$CC"; then
2602 if test -n "$ac_tool_prefix"; then
2603 for ac_prog in cl.exe
2605 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610 $as_echo_n "(cached) " >&6
2611 else
2612 if test -n "$CC"; then
2613 ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2618 IFS=$as_save_IFS
2619 test -z "$as_dir" && as_dir=.
2620 for ac_exec_ext in '' $ac_executable_extensions; do
2621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624 break 2
2626 done
2627 done
2628 IFS=$as_save_IFS
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637 { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2642 test -n "$CC" && break
2643 done
2645 if test -z "$CC"; then
2646 ac_ct_CC=$CC
2647 for ac_prog in cl.exe
2649 # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654 $as_echo_n "(cached) " >&6
2655 else
2656 if test -n "$ac_ct_CC"; then
2657 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
2665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666 ac_cv_prog_ac_ct_CC="$ac_prog"
2667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2670 done
2671 done
2672 IFS=$as_save_IFS
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681 { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2686 test -n "$ac_ct_CC" && break
2687 done
2689 if test "x$ac_ct_CC" = x; then
2690 CC=""
2691 else
2692 case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698 CC=$ac_ct_CC
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711 { (exit 1); exit 1; }; }; }
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720 *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724 (eval "$ac_compiler --version >&5") 2>&5
2725 ac_status=$?
2726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727 (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731 *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735 (eval "$ac_compiler -v >&5") 2>&5
2736 ac_status=$?
2737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746 (eval "$ac_compiler -V >&5") 2>&5
2747 ac_status=$?
2748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 (exit $ac_status); }
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h. */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h. */
2759 main ()
2763 return 0;
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2781 case $ac_file in
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784 esac
2785 done
2786 rm -f $ac_rmfiles
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795 (eval "$ac_link_default") 2>&5
2796 ac_status=$?
2797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; then
2799 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2806 test -f "$ac_file" || continue
2807 case $ac_file in
2808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2810 [ab].out )
2811 # We found the default executable, but exeext='' is most
2812 # certainly right.
2813 break;;
2814 *.* )
2815 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816 then :; else
2817 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 # We set ac_cv_exeext here because the later test for it is not
2820 # safe: cross compilers may not add the suffix if given an `-o'
2821 # argument, so we may need to know it at that point already.
2822 # Even if this section looks crufty: it has the advantage of
2823 # actually working.
2824 break;;
2826 break;;
2827 esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2831 else
2832 ac_file=''
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838 $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847 { (exit 77); exit 77; }; }; }
2850 ac_exeext=$ac_cv_exeext
2852 # Check that the compiler produces executables we can run. If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859 if { ac_try='./$ac_file'
2860 { (case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866 (eval "$ac_try") 2>&5
2867 ac_status=$?
2868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; }; then
2870 cross_compiling=no
2871 else
2872 if test "$cross_compiling" = maybe; then
2873 cross_compiling=yes
2874 else
2875 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883 { (exit 1); exit 1; }; }; }
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run. If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908 (eval "$ac_link") 2>&5
2909 ac_status=$?
2910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); }; then
2912 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917 test -f "$ac_file" || continue
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921 break;;
2922 * ) break;;
2923 esac
2924 done
2925 else
2926 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932 { (exit 1); exit 1; }; }; }
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945 $as_echo_n "(cached) " >&6
2946 else
2947 cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h. */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h. */
2955 main ()
2959 return 0;
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966 *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970 (eval "$ac_compile") 2>&5
2971 ac_status=$?
2972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); }; then
2974 for ac_file in conftest.o conftest.obj conftest.*; do
2975 test -f "$ac_file" || continue;
2976 case $ac_file in
2977 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979 break;;
2980 esac
2981 done
2982 else
2983 $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992 { (exit 1); exit 1; }; }; }
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004 $as_echo_n "(cached) " >&6
3005 else
3006 cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h. */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h. */
3014 main ()
3016 #ifndef __GNUC__
3017 choke me
3018 #endif
3021 return 0;
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032 (eval "$ac_compile") 2>conftest.er1
3033 ac_status=$?
3034 grep -v '^ *+' conftest.er1 >conftest.err
3035 rm -f conftest.er1
3036 cat conftest.err >&5
3037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } && {
3039 test -z "$ac_c_werror_flag" ||
3040 test ! -s conftest.err
3041 } && test -s conftest.$ac_objext; then
3042 ac_compiler_gnu=yes
3043 else
3044 $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3047 ac_compiler_gnu=no
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057 GCC=yes
3058 else
3059 GCC=
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066 $as_echo_n "(cached) " >&6
3067 else
3068 ac_save_c_werror_flag=$ac_c_werror_flag
3069 ac_c_werror_flag=yes
3070 ac_cv_prog_cc_g=no
3071 CFLAGS="-g"
3072 cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h. */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h. */
3080 main ()
3084 return 0;
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091 *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095 (eval "$ac_compile") 2>conftest.er1
3096 ac_status=$?
3097 grep -v '^ *+' conftest.er1 >conftest.err
3098 rm -f conftest.er1
3099 cat conftest.err >&5
3100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101 (exit $ac_status); } && {
3102 test -z "$ac_c_werror_flag" ||
3103 test ! -s conftest.err
3104 } && test -s conftest.$ac_objext; then
3105 ac_cv_prog_cc_g=yes
3106 else
3107 $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3110 CFLAGS=""
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3119 main ()
3123 return 0;
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130 *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134 (eval "$ac_compile") 2>conftest.er1
3135 ac_status=$?
3136 grep -v '^ *+' conftest.er1 >conftest.err
3137 rm -f conftest.er1
3138 cat conftest.err >&5
3139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); } && {
3141 test -z "$ac_c_werror_flag" ||
3142 test ! -s conftest.err
3143 } && test -s conftest.$ac_objext; then
3145 else
3146 $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3149 ac_c_werror_flag=$ac_save_c_werror_flag
3150 CFLAGS="-g"
3151 cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h. */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h. */
3159 main ()
3163 return 0;
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174 (eval "$ac_compile") 2>conftest.er1
3175 ac_status=$?
3176 grep -v '^ *+' conftest.er1 >conftest.err
3177 rm -f conftest.er1
3178 cat conftest.err >&5
3179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180 (exit $ac_status); } && {
3181 test -z "$ac_c_werror_flag" ||
3182 test ! -s conftest.err
3183 } && test -s conftest.$ac_objext; then
3184 ac_cv_prog_cc_g=yes
3185 else
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 ac_c_werror_flag=$ac_save_c_werror_flag
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204 CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206 if test "$GCC" = yes; then
3207 CFLAGS="-g -O2"
3208 else
3209 CFLAGS="-g"
3211 else
3212 if test "$GCC" = yes; then
3213 CFLAGS="-O2"
3214 else
3215 CFLAGS=
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221 $as_echo_n "(cached) " >&6
3222 else
3223 ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h. */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h. */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239 char **p;
3240 int i;
3242 return p[i];
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3246 char *s;
3247 va_list v;
3248 va_start (v,p);
3249 s = g (p, va_arg (v,int));
3250 va_end (v);
3251 return s;
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3255 function prototypes and stuff, but not '\xHH' hex character constants.
3256 These don't provoke an error unfortunately, instead are silently treated
3257 as 'x'. The following induces an error, until -std is added to get
3258 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3259 array size at least. It's necessary to write '\x00'==0 to get something
3260 that's true only with -std. */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264 inside strings and character constants. */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3275 main ()
3277 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3279 return 0;
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3285 CC="$ac_save_CC $ac_arg"
3286 rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294 (eval "$ac_compile") 2>conftest.er1
3295 ac_status=$?
3296 grep -v '^ *+' conftest.er1 >conftest.err
3297 rm -f conftest.er1
3298 cat conftest.err >&5
3299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300 (exit $ac_status); } && {
3301 test -z "$ac_c_werror_flag" ||
3302 test ! -s conftest.err
3303 } && test -s conftest.$ac_objext; then
3304 ac_cv_prog_cc_c89=$ac_arg
3305 else
3306 $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3312 rm -f core conftest.err conftest.$ac_objext
3313 test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3322 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324 xno)
3325 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3328 CC="$CC $ac_cv_prog_cc_c89"
3329 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346 if test -n "$CCC"; then
3347 CXX=$CCC
3348 else
3349 if test -n "$ac_tool_prefix"; then
3350 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3352 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357 $as_echo_n "(cached) " >&6
3358 else
3359 if test -n "$CXX"; then
3360 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3365 IFS=$as_save_IFS
3366 test -z "$as_dir" && as_dir=.
3367 for ac_exec_ext in '' $ac_executable_extensions; do
3368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371 break 2
3373 done
3374 done
3375 IFS=$as_save_IFS
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384 { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3389 test -n "$CXX" && break
3390 done
3392 if test -z "$CXX"; then
3393 ac_ct_CXX=$CXX
3394 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3396 # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401 $as_echo_n "(cached) " >&6
3402 else
3403 if test -n "$ac_ct_CXX"; then
3404 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3409 IFS=$as_save_IFS
3410 test -z "$as_dir" && as_dir=.
3411 for ac_exec_ext in '' $ac_executable_extensions; do
3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413 ac_cv_prog_ac_ct_CXX="$ac_prog"
3414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 break 2
3417 done
3418 done
3419 IFS=$as_save_IFS
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428 { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3433 test -n "$ac_ct_CXX" && break
3434 done
3436 if test "x$ac_ct_CXX" = x; then
3437 CXX="g++"
3438 else
3439 case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445 CXX=$ac_ct_CXX
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462 (eval "$ac_compiler --version >&5") 2>&5
3463 ac_status=$?
3464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469 *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473 (eval "$ac_compiler -v >&5") 2>&5
3474 ac_status=$?
3475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484 (eval "$ac_compiler -V >&5") 2>&5
3485 ac_status=$?
3486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); }
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492 $as_echo_n "(cached) " >&6
3493 else
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 ()
3504 #ifndef __GNUC__
3505 choke me
3506 #endif
3509 return 0;
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520 (eval "$ac_compile") 2>conftest.er1
3521 ac_status=$?
3522 grep -v '^ *+' conftest.er1 >conftest.err
3523 rm -f conftest.er1
3524 cat conftest.err >&5
3525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); } && {
3527 test -z "$ac_cxx_werror_flag" ||
3528 test ! -s conftest.err
3529 } && test -s conftest.$ac_objext; then
3530 ac_compiler_gnu=yes
3531 else
3532 $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3535 ac_compiler_gnu=no
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545 GXX=yes
3546 else
3547 GXX=
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554 $as_echo_n "(cached) " >&6
3555 else
3556 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557 ac_cxx_werror_flag=yes
3558 ac_cv_prog_cxx_g=no
3559 CXXFLAGS="-g"
3560 cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h. */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h. */
3568 main ()
3572 return 0;
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579 *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583 (eval "$ac_compile") 2>conftest.er1
3584 ac_status=$?
3585 grep -v '^ *+' conftest.er1 >conftest.err
3586 rm -f conftest.er1
3587 cat conftest.err >&5
3588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); } && {
3590 test -z "$ac_cxx_werror_flag" ||
3591 test ! -s conftest.err
3592 } && test -s conftest.$ac_objext; then
3593 ac_cv_prog_cxx_g=yes
3594 else
3595 $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3598 CXXFLAGS=""
3599 cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h. */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h. */
3607 main ()
3611 return 0;
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618 *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622 (eval "$ac_compile") 2>conftest.er1
3623 ac_status=$?
3624 grep -v '^ *+' conftest.er1 >conftest.err
3625 rm -f conftest.er1
3626 cat conftest.err >&5
3627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628 (exit $ac_status); } && {
3629 test -z "$ac_cxx_werror_flag" ||
3630 test ! -s conftest.err
3631 } && test -s conftest.$ac_objext; then
3633 else
3634 $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3637 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638 CXXFLAGS="-g"
3639 cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h. */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h. */
3647 main ()
3651 return 0;
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658 *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662 (eval "$ac_compile") 2>conftest.er1
3663 ac_status=$?
3664 grep -v '^ *+' conftest.er1 >conftest.err
3665 rm -f conftest.er1
3666 cat conftest.err >&5
3667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668 (exit $ac_status); } && {
3669 test -z "$ac_cxx_werror_flag" ||
3670 test ! -s conftest.err
3671 } && test -s conftest.$ac_objext; then
3672 ac_cv_prog_cxx_g=yes
3673 else
3674 $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692 CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694 if test "$GXX" = yes; then
3695 CXXFLAGS="-g -O2"
3696 else
3697 CXXFLAGS="-g"
3699 else
3700 if test "$GXX" = yes; then
3701 CXXFLAGS="-O2"
3702 else
3703 CXXFLAGS=
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3712 if test -n "$ac_tool_prefix"; then
3713 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718 $as_echo_n "(cached) " >&6
3719 else
3720 if test -n "$CPPBIN"; then
3721 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 break 2
3734 done
3735 done
3736 IFS=$as_save_IFS
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745 { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752 ac_ct_CPPBIN=$CPPBIN
3753 # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758 $as_echo_n "(cached) " >&6
3759 else
3760 if test -n "$ac_ct_CPPBIN"; then
3761 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3766 IFS=$as_save_IFS
3767 test -z "$as_dir" && as_dir=.
3768 for ac_exec_ext in '' $ac_executable_extensions; do
3769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770 ac_cv_prog_ac_ct_CPPBIN="cpp"
3771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772 break 2
3774 done
3775 done
3776 IFS=$as_save_IFS
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785 { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3789 if test "x$ac_ct_CPPBIN" = x; then
3790 CPPBIN="cpp"
3791 else
3792 case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798 CPPBIN=$ac_ct_CPPBIN
3800 else
3801 CPPBIN="$ac_cv_prog_CPPBIN"
3805 case $host in
3806 x86_64*)
3807 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808 then
3809 CC="$CC -m32"
3810 CXX="$CXX -m32"
3811 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h. */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h. */
3822 main ()
3826 return 0;
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833 *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837 (eval "$ac_link") 2>conftest.er1
3838 ac_status=$?
3839 grep -v '^ *+' conftest.er1 >conftest.err
3840 rm -f conftest.er1
3841 cat conftest.err >&5
3842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } && {
3844 test -z "$ac_c_werror_flag" ||
3845 test ! -s conftest.err
3846 } && test -s conftest$ac_exeext && {
3847 test "$cross_compiling" = yes ||
3848 $as_test_x conftest$ac_exeext
3849 }; then
3850 { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853 $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3856 { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860 { (exit 1); exit 1; }; }
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865 conftest$ac_exeext conftest.$ac_ext
3866 LD="${LD:-ld} -m elf_i386"
3867 AS="${AS:-as} --32"
3868 host_cpu="i386"
3869 notice_platform="32-bit "
3870 TARGETFLAGS="-m32"
3872 else
3873 TARGETFLAGS="-m64"
3877 esac
3879 case $host_cpu in
3880 *i[3456789]86*)
3881 enable_win16=${enable_win16:-yes}
3884 enable_win16=${enable_win16:-no}
3885 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3886 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3887 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3888 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3889 enable_vmm_vxd=${enable_vmm_vxd:-no}
3890 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3891 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3892 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3893 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3894 enable_w32skrnl=${enable_w32skrnl:-no}
3895 enable_winedos=${enable_winedos:-no}
3896 enable_winevdm=${enable_winevdm:-no}
3898 esac
3900 WIN16_FILES="\$(WIN16_FILES)"
3902 WIN16_INSTALL="\$(WIN16_INSTALL)"
3904 if test "x$enable_win16" != "xyes"
3905 then
3906 WIN16_FILES=""
3907 WIN16_INSTALL=""
3910 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3911 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3912 if test "${wine_cv_toolsdir+set}" = set; then
3913 $as_echo_n "(cached) " >&6
3914 else
3915 if test -z "$with_wine_tools"; then
3916 if test "$cross_compiling" = "yes"; then
3917 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3918 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3919 { (exit 1); exit 1; }; }
3920 else
3921 wine_cv_toolsdir="\$(TOPOBJDIR)"
3923 elif test -d "$with_wine_tools/tools/winebuild"; then
3924 case $with_wine_tools in
3925 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3926 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3927 esac
3928 else
3929 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3930 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3931 { (exit 1); exit 1; }; }
3934 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3935 $as_echo "$wine_cv_toolsdir" >&6; }
3936 TOOLSDIR=$wine_cv_toolsdir
3938 if test "$cross_compiling" = "yes"
3939 then
3940 TARGETFLAGS="-b $host_alias"
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953 CPP=
3955 if test -z "$CPP"; then
3956 if test "${ac_cv_prog_CPP+set}" = set; then
3957 $as_echo_n "(cached) " >&6
3958 else
3959 # Double quotes because CPP needs to be expanded
3960 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3962 ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3965 # Use a header file that comes with gcc, so configuring glibc
3966 # with a fresh cross-compiler works.
3967 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968 # <limits.h> exists even on freestanding compilers.
3969 # On the NeXT, cc -E runs the code through the compiler's parser,
3970 # not just through cpp. "Syntax error" is here to catch this case.
3971 cat >conftest.$ac_ext <<_ACEOF
3972 /* confdefs.h. */
3973 _ACEOF
3974 cat confdefs.h >>conftest.$ac_ext
3975 cat >>conftest.$ac_ext <<_ACEOF
3976 /* end confdefs.h. */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982 Syntax error
3983 _ACEOF
3984 if { (ac_try="$ac_cpp conftest.$ac_ext"
3985 case "(($ac_try" in
3986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987 *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3992 ac_status=$?
3993 grep -v '^ *+' conftest.er1 >conftest.err
3994 rm -f conftest.er1
3995 cat conftest.err >&5
3996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997 (exit $ac_status); } >/dev/null && {
3998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3999 test ! -s conftest.err
4000 }; then
4002 else
4003 $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4006 # Broken: fails on valid input.
4007 continue
4010 rm -f conftest.err conftest.$ac_ext
4012 # OK, works on sane cases. Now check whether nonexistent headers
4013 # can be detected and how.
4014 cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h. */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h. */
4020 #include <ac_nonexistent.h>
4021 _ACEOF
4022 if { (ac_try="$ac_cpp conftest.$ac_ext"
4023 case "(($ac_try" in
4024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025 *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4028 $as_echo "$ac_try_echo") >&5
4029 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4030 ac_status=$?
4031 grep -v '^ *+' conftest.er1 >conftest.err
4032 rm -f conftest.er1
4033 cat conftest.err >&5
4034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035 (exit $ac_status); } >/dev/null && {
4036 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4037 test ! -s conftest.err
4038 }; then
4039 # Broken: success on invalid input.
4040 continue
4041 else
4042 $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4045 # Passes both tests.
4046 ac_preproc_ok=:
4047 break
4050 rm -f conftest.err conftest.$ac_ext
4052 done
4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4054 rm -f conftest.err conftest.$ac_ext
4055 if $ac_preproc_ok; then
4056 break
4059 done
4060 ac_cv_prog_CPP=$CPP
4063 CPP=$ac_cv_prog_CPP
4064 else
4065 ac_cv_prog_CPP=$CPP
4067 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4068 $as_echo "$CPP" >&6; }
4069 ac_preproc_ok=false
4070 for ac_c_preproc_warn_flag in '' yes
4072 # Use a header file that comes with gcc, so configuring glibc
4073 # with a fresh cross-compiler works.
4074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4075 # <limits.h> exists even on freestanding compilers.
4076 # On the NeXT, cc -E runs the code through the compiler's parser,
4077 # not just through cpp. "Syntax error" is here to catch this case.
4078 cat >conftest.$ac_ext <<_ACEOF
4079 /* confdefs.h. */
4080 _ACEOF
4081 cat confdefs.h >>conftest.$ac_ext
4082 cat >>conftest.$ac_ext <<_ACEOF
4083 /* end confdefs.h. */
4084 #ifdef __STDC__
4085 # include <limits.h>
4086 #else
4087 # include <assert.h>
4088 #endif
4089 Syntax error
4090 _ACEOF
4091 if { (ac_try="$ac_cpp conftest.$ac_ext"
4092 case "(($ac_try" in
4093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094 *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4097 $as_echo "$ac_try_echo") >&5
4098 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4099 ac_status=$?
4100 grep -v '^ *+' conftest.er1 >conftest.err
4101 rm -f conftest.er1
4102 cat conftest.err >&5
4103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104 (exit $ac_status); } >/dev/null && {
4105 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4106 test ! -s conftest.err
4107 }; then
4109 else
4110 $as_echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4113 # Broken: fails on valid input.
4114 continue
4117 rm -f conftest.err conftest.$ac_ext
4119 # OK, works on sane cases. Now check whether nonexistent headers
4120 # can be detected and how.
4121 cat >conftest.$ac_ext <<_ACEOF
4122 /* confdefs.h. */
4123 _ACEOF
4124 cat confdefs.h >>conftest.$ac_ext
4125 cat >>conftest.$ac_ext <<_ACEOF
4126 /* end confdefs.h. */
4127 #include <ac_nonexistent.h>
4128 _ACEOF
4129 if { (ac_try="$ac_cpp conftest.$ac_ext"
4130 case "(($ac_try" in
4131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132 *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4135 $as_echo "$ac_try_echo") >&5
4136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4137 ac_status=$?
4138 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -f conftest.er1
4140 cat conftest.err >&5
4141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142 (exit $ac_status); } >/dev/null && {
4143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4144 test ! -s conftest.err
4145 }; then
4146 # Broken: success on invalid input.
4147 continue
4148 else
4149 $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4152 # Passes both tests.
4153 ac_preproc_ok=:
4154 break
4157 rm -f conftest.err conftest.$ac_ext
4159 done
4160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4161 rm -f conftest.err conftest.$ac_ext
4162 if $ac_preproc_ok; then
4164 else
4165 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4168 See \`config.log' for more details." >&5
4169 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4170 See \`config.log' for more details." >&2;}
4171 { (exit 1); exit 1; }; }; }
4174 ac_ext=c
4175 ac_cpp='$CPP $CPPFLAGS'
4176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4181 { $as_echo "$as_me:$LINENO: checking for X" >&5
4182 $as_echo_n "checking for X... " >&6; }
4185 # Check whether --with-x was given.
4186 if test "${with_x+set}" = set; then
4187 withval=$with_x;
4190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4191 if test "x$with_x" = xno; then
4192 # The user explicitly disabled X.
4193 have_x=disabled
4194 else
4195 case $x_includes,$x_libraries in #(
4196 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4197 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4198 { (exit 1); exit 1; }; };; #(
4199 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4200 $as_echo_n "(cached) " >&6
4201 else
4202 # One or both of the vars are not set, and there is no cached value.
4203 ac_x_includes=no ac_x_libraries=no
4204 rm -f -r conftest.dir
4205 if mkdir conftest.dir; then
4206 cd conftest.dir
4207 cat >Imakefile <<'_ACEOF'
4208 incroot:
4209 @echo incroot='${INCROOT}'
4210 usrlibdir:
4211 @echo usrlibdir='${USRLIBDIR}'
4212 libdir:
4213 @echo libdir='${LIBDIR}'
4214 _ACEOF
4215 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4216 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4217 for ac_var in incroot usrlibdir libdir; do
4218 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4219 done
4220 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4221 for ac_extension in a so sl dylib la dll; do
4222 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4223 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4224 ac_im_usrlibdir=$ac_im_libdir; break
4226 done
4227 # Screen out bogus values from the imake configuration. They are
4228 # bogus both because they are the default anyway, and because
4229 # using them would break gcc on systems where it needs fixed includes.
4230 case $ac_im_incroot in
4231 /usr/include) ac_x_includes= ;;
4232 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4233 esac
4234 case $ac_im_usrlibdir in
4235 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4236 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4237 esac
4239 cd ..
4240 rm -f -r conftest.dir
4243 # Standard set of common directories for X headers.
4244 # Check X11 before X11Rn because it is often a symlink to the current release.
4245 ac_x_header_dirs='
4246 /usr/X11/include
4247 /usr/X11R6/include
4248 /usr/X11R5/include
4249 /usr/X11R4/include
4251 /usr/include/X11
4252 /usr/include/X11R6
4253 /usr/include/X11R5
4254 /usr/include/X11R4
4256 /usr/local/X11/include
4257 /usr/local/X11R6/include
4258 /usr/local/X11R5/include
4259 /usr/local/X11R4/include
4261 /usr/local/include/X11
4262 /usr/local/include/X11R6
4263 /usr/local/include/X11R5
4264 /usr/local/include/X11R4
4266 /usr/X386/include
4267 /usr/x386/include
4268 /usr/XFree86/include/X11
4270 /usr/include
4271 /usr/local/include
4272 /usr/unsupported/include
4273 /usr/athena/include
4274 /usr/local/x11r5/include
4275 /usr/lpp/Xamples/include
4277 /usr/openwin/include
4278 /usr/openwin/share/include'
4280 if test "$ac_x_includes" = no; then
4281 # Guess where to find include files, by looking for Xlib.h.
4282 # First, try using that file with no special directory specified.
4283 cat >conftest.$ac_ext <<_ACEOF
4284 /* confdefs.h. */
4285 _ACEOF
4286 cat confdefs.h >>conftest.$ac_ext
4287 cat >>conftest.$ac_ext <<_ACEOF
4288 /* end confdefs.h. */
4289 #include <X11/Xlib.h>
4290 _ACEOF
4291 if { (ac_try="$ac_cpp conftest.$ac_ext"
4292 case "(($ac_try" in
4293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294 *) ac_try_echo=$ac_try;;
4295 esac
4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4297 $as_echo "$ac_try_echo") >&5
4298 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4299 ac_status=$?
4300 grep -v '^ *+' conftest.er1 >conftest.err
4301 rm -f conftest.er1
4302 cat conftest.err >&5
4303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4304 (exit $ac_status); } >/dev/null && {
4305 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4306 test ! -s conftest.err
4307 }; then
4308 # We can compile using X headers with no special include directory.
4309 ac_x_includes=
4310 else
4311 $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4314 for ac_dir in $ac_x_header_dirs; do
4315 if test -r "$ac_dir/X11/Xlib.h"; then
4316 ac_x_includes=$ac_dir
4317 break
4319 done
4322 rm -f conftest.err conftest.$ac_ext
4323 fi # $ac_x_includes = no
4325 if test "$ac_x_libraries" = no; then
4326 # Check for the libraries.
4327 # See if we find them without any special options.
4328 # Don't add to $LIBS permanently.
4329 ac_save_LIBS=$LIBS
4330 LIBS="-lX11 $LIBS"
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. */
4337 #include <X11/Xlib.h>
4339 main ()
4341 XrmInitialize ()
4343 return 0;
4345 _ACEOF
4346 rm -f conftest.$ac_objext conftest$ac_exeext
4347 if { (ac_try="$ac_link"
4348 case "(($ac_try" in
4349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4350 *) ac_try_echo=$ac_try;;
4351 esac
4352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4353 $as_echo "$ac_try_echo") >&5
4354 (eval "$ac_link") 2>conftest.er1
4355 ac_status=$?
4356 grep -v '^ *+' conftest.er1 >conftest.err
4357 rm -f conftest.er1
4358 cat conftest.err >&5
4359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); } && {
4361 test -z "$ac_c_werror_flag" ||
4362 test ! -s conftest.err
4363 } && test -s conftest$ac_exeext && {
4364 test "$cross_compiling" = yes ||
4365 $as_test_x conftest$ac_exeext
4366 }; then
4367 LIBS=$ac_save_LIBS
4368 # We can link X programs with no special library path.
4369 ac_x_libraries=
4370 else
4371 $as_echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4374 LIBS=$ac_save_LIBS
4375 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4377 # Don't even attempt the hair of trying to link an X program!
4378 for ac_extension in a so sl dylib la dll; do
4379 if test -r "$ac_dir/libX11.$ac_extension"; then
4380 ac_x_libraries=$ac_dir
4381 break 2
4383 done
4384 done
4387 rm -rf conftest.dSYM
4388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4389 conftest$ac_exeext conftest.$ac_ext
4390 fi # $ac_x_libraries = no
4392 case $ac_x_includes,$ac_x_libraries in #(
4393 no,* | *,no | *\'*)
4394 # Didn't find X, or a directory has "'" in its name.
4395 ac_cv_have_x="have_x=no";; #(
4397 # Record where we found X for the cache.
4398 ac_cv_have_x="have_x=yes\
4399 ac_x_includes='$ac_x_includes'\
4400 ac_x_libraries='$ac_x_libraries'"
4401 esac
4403 ;; #(
4404 *) have_x=yes;;
4405 esac
4406 eval "$ac_cv_have_x"
4407 fi # $with_x != no
4409 if test "$have_x" != yes; then
4410 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4411 $as_echo "$have_x" >&6; }
4412 no_x=yes
4413 else
4414 # If each of the values was on the command line, it overrides each guess.
4415 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4416 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4417 # Update the cache value to reflect the command line values.
4418 ac_cv_have_x="have_x=yes\
4419 ac_x_includes='$x_includes'\
4420 ac_x_libraries='$x_libraries'"
4421 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4422 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4425 if test "$no_x" = yes; then
4426 # Not all programs may use this symbol, but it does not hurt to define it.
4428 cat >>confdefs.h <<\_ACEOF
4429 #define X_DISPLAY_MISSING 1
4430 _ACEOF
4432 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4433 else
4434 if test -n "$x_includes"; then
4435 X_CFLAGS="$X_CFLAGS -I$x_includes"
4438 # It would also be nice to do this for all -L options, not just this one.
4439 if test -n "$x_libraries"; then
4440 X_LIBS="$X_LIBS -L$x_libraries"
4441 # For Solaris; some versions of Sun CC require a space after -R and
4442 # others require no space. Words are not sufficient . . . .
4443 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4444 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4445 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4446 ac_xsave_c_werror_flag=$ac_c_werror_flag
4447 ac_c_werror_flag=yes
4448 cat >conftest.$ac_ext <<_ACEOF
4449 /* confdefs.h. */
4450 _ACEOF
4451 cat confdefs.h >>conftest.$ac_ext
4452 cat >>conftest.$ac_ext <<_ACEOF
4453 /* end confdefs.h. */
4456 main ()
4460 return 0;
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467 *) ac_try_echo=$ac_try;;
4468 esac
4469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4470 $as_echo "$ac_try_echo") >&5
4471 (eval "$ac_link") 2>conftest.er1
4472 ac_status=$?
4473 grep -v '^ *+' conftest.er1 >conftest.err
4474 rm -f conftest.er1
4475 cat conftest.err >&5
4476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477 (exit $ac_status); } && {
4478 test -z "$ac_c_werror_flag" ||
4479 test ! -s conftest.err
4480 } && test -s conftest$ac_exeext && {
4481 test "$cross_compiling" = yes ||
4482 $as_test_x conftest$ac_exeext
4483 }; then
4484 { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486 X_LIBS="$X_LIBS -R$x_libraries"
4487 else
4488 $as_echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4491 LIBS="$ac_xsave_LIBS -R $x_libraries"
4492 cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h. */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h. */
4500 main ()
4504 return 0;
4506 _ACEOF
4507 rm -f conftest.$ac_objext conftest$ac_exeext
4508 if { (ac_try="$ac_link"
4509 case "(($ac_try" in
4510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511 *) ac_try_echo=$ac_try;;
4512 esac
4513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4514 $as_echo "$ac_try_echo") >&5
4515 (eval "$ac_link") 2>conftest.er1
4516 ac_status=$?
4517 grep -v '^ *+' conftest.er1 >conftest.err
4518 rm -f conftest.er1
4519 cat conftest.err >&5
4520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521 (exit $ac_status); } && {
4522 test -z "$ac_c_werror_flag" ||
4523 test ! -s conftest.err
4524 } && test -s conftest$ac_exeext && {
4525 test "$cross_compiling" = yes ||
4526 $as_test_x conftest$ac_exeext
4527 }; then
4528 { $as_echo "$as_me:$LINENO: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530 X_LIBS="$X_LIBS -R $x_libraries"
4531 else
4532 $as_echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4535 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4536 $as_echo "neither works" >&6; }
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541 conftest$ac_exeext conftest.$ac_ext
4544 rm -rf conftest.dSYM
4545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4546 conftest$ac_exeext conftest.$ac_ext
4547 ac_c_werror_flag=$ac_xsave_c_werror_flag
4548 LIBS=$ac_xsave_LIBS
4551 # Check for system-dependent libraries X programs must link with.
4552 # Do this before checking for the system-independent R6 libraries
4553 # (-lICE), since we may need -lsocket or whatever for X linking.
4555 if test "$ISC" = yes; then
4556 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4557 else
4558 # Martyn Johnson says this is needed for Ultrix, if the X
4559 # libraries were built with DECnet support. And Karl Berry says
4560 # the Alpha needs dnet_stub (dnet does not exist).
4561 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4562 cat >conftest.$ac_ext <<_ACEOF
4563 /* confdefs.h. */
4564 _ACEOF
4565 cat confdefs.h >>conftest.$ac_ext
4566 cat >>conftest.$ac_ext <<_ACEOF
4567 /* end confdefs.h. */
4569 /* Override any GCC internal prototype to avoid an error.
4570 Use char because int might match the return type of a GCC
4571 builtin and then its argument prototype would still apply. */
4572 #ifdef __cplusplus
4573 extern "C"
4574 #endif
4575 char XOpenDisplay ();
4577 main ()
4579 return XOpenDisplay ();
4581 return 0;
4583 _ACEOF
4584 rm -f conftest.$ac_objext conftest$ac_exeext
4585 if { (ac_try="$ac_link"
4586 case "(($ac_try" in
4587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588 *) ac_try_echo=$ac_try;;
4589 esac
4590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 $as_echo "$ac_try_echo") >&5
4592 (eval "$ac_link") 2>conftest.er1
4593 ac_status=$?
4594 grep -v '^ *+' conftest.er1 >conftest.err
4595 rm -f conftest.er1
4596 cat conftest.err >&5
4597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598 (exit $ac_status); } && {
4599 test -z "$ac_c_werror_flag" ||
4600 test ! -s conftest.err
4601 } && test -s conftest$ac_exeext && {
4602 test "$cross_compiling" = yes ||
4603 $as_test_x conftest$ac_exeext
4604 }; then
4606 else
4607 $as_echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.$ac_ext >&5
4610 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4611 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4612 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4613 $as_echo_n "(cached) " >&6
4614 else
4615 ac_check_lib_save_LIBS=$LIBS
4616 LIBS="-ldnet $LIBS"
4617 cat >conftest.$ac_ext <<_ACEOF
4618 /* confdefs.h. */
4619 _ACEOF
4620 cat confdefs.h >>conftest.$ac_ext
4621 cat >>conftest.$ac_ext <<_ACEOF
4622 /* end confdefs.h. */
4624 /* Override any GCC internal prototype to avoid an error.
4625 Use char because int might match the return type of a GCC
4626 builtin and then its argument prototype would still apply. */
4627 #ifdef __cplusplus
4628 extern "C"
4629 #endif
4630 char dnet_ntoa ();
4632 main ()
4634 return dnet_ntoa ();
4636 return 0;
4638 _ACEOF
4639 rm -f conftest.$ac_objext conftest$ac_exeext
4640 if { (ac_try="$ac_link"
4641 case "(($ac_try" in
4642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643 *) ac_try_echo=$ac_try;;
4644 esac
4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4646 $as_echo "$ac_try_echo") >&5
4647 (eval "$ac_link") 2>conftest.er1
4648 ac_status=$?
4649 grep -v '^ *+' conftest.er1 >conftest.err
4650 rm -f conftest.er1
4651 cat conftest.err >&5
4652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); } && {
4654 test -z "$ac_c_werror_flag" ||
4655 test ! -s conftest.err
4656 } && test -s conftest$ac_exeext && {
4657 test "$cross_compiling" = yes ||
4658 $as_test_x conftest$ac_exeext
4659 }; then
4660 ac_cv_lib_dnet_dnet_ntoa=yes
4661 else
4662 $as_echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4665 ac_cv_lib_dnet_dnet_ntoa=no
4668 rm -rf conftest.dSYM
4669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4670 conftest$ac_exeext conftest.$ac_ext
4671 LIBS=$ac_check_lib_save_LIBS
4673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4674 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4675 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4676 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4679 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4680 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4681 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4682 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4683 $as_echo_n "(cached) " >&6
4684 else
4685 ac_check_lib_save_LIBS=$LIBS
4686 LIBS="-ldnet_stub $LIBS"
4687 cat >conftest.$ac_ext <<_ACEOF
4688 /* confdefs.h. */
4689 _ACEOF
4690 cat confdefs.h >>conftest.$ac_ext
4691 cat >>conftest.$ac_ext <<_ACEOF
4692 /* end confdefs.h. */
4694 /* Override any GCC internal prototype to avoid an error.
4695 Use char because int might match the return type of a GCC
4696 builtin and then its argument prototype would still apply. */
4697 #ifdef __cplusplus
4698 extern "C"
4699 #endif
4700 char dnet_ntoa ();
4702 main ()
4704 return dnet_ntoa ();
4706 return 0;
4708 _ACEOF
4709 rm -f conftest.$ac_objext conftest$ac_exeext
4710 if { (ac_try="$ac_link"
4711 case "(($ac_try" in
4712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713 *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4716 $as_echo "$ac_try_echo") >&5
4717 (eval "$ac_link") 2>conftest.er1
4718 ac_status=$?
4719 grep -v '^ *+' conftest.er1 >conftest.err
4720 rm -f conftest.er1
4721 cat conftest.err >&5
4722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); } && {
4724 test -z "$ac_c_werror_flag" ||
4725 test ! -s conftest.err
4726 } && test -s conftest$ac_exeext && {
4727 test "$cross_compiling" = yes ||
4728 $as_test_x conftest$ac_exeext
4729 }; then
4730 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4731 else
4732 $as_echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4735 ac_cv_lib_dnet_stub_dnet_ntoa=no
4738 rm -rf conftest.dSYM
4739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4740 conftest$ac_exeext conftest.$ac_ext
4741 LIBS=$ac_check_lib_save_LIBS
4743 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4744 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4745 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4746 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4752 rm -rf conftest.dSYM
4753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4754 conftest$ac_exeext conftest.$ac_ext
4755 LIBS="$ac_xsave_LIBS"
4757 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4758 # to get the SysV transport functions.
4759 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4760 # needs -lnsl.
4761 # The nsl library prevents programs from opening the X display
4762 # on Irix 5.2, according to T.E. Dickey.
4763 # The functions gethostbyname, getservbyname, and inet_addr are
4764 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4765 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4766 $as_echo_n "checking for gethostbyname... " >&6; }
4767 if test "${ac_cv_func_gethostbyname+set}" = set; then
4768 $as_echo_n "(cached) " >&6
4769 else
4770 cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h. */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h. */
4776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4778 #define gethostbyname innocuous_gethostbyname
4780 /* System header to define __stub macros and hopefully few prototypes,
4781 which can conflict with char gethostbyname (); below.
4782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783 <limits.h> exists even on freestanding compilers. */
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4791 #undef gethostbyname
4793 /* Override any GCC internal prototype to avoid an error.
4794 Use char because int might match the return type of a GCC
4795 builtin and then its argument prototype would still apply. */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char gethostbyname ();
4800 /* The GNU C library defines this for functions which it implements
4801 to always fail with ENOSYS. Some functions are actually named
4802 something starting with __ and the normal name is an alias. */
4803 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4804 choke me
4805 #endif
4808 main ()
4810 return gethostbyname ();
4812 return 0;
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823 (eval "$ac_link") 2>conftest.er1
4824 ac_status=$?
4825 grep -v '^ *+' conftest.er1 >conftest.err
4826 rm -f conftest.er1
4827 cat conftest.err >&5
4828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } && {
4830 test -z "$ac_c_werror_flag" ||
4831 test ! -s conftest.err
4832 } && test -s conftest$ac_exeext && {
4833 test "$cross_compiling" = yes ||
4834 $as_test_x conftest$ac_exeext
4835 }; then
4836 ac_cv_func_gethostbyname=yes
4837 else
4838 $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4841 ac_cv_func_gethostbyname=no
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4848 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4849 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4851 if test $ac_cv_func_gethostbyname = no; then
4852 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4853 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4854 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4855 $as_echo_n "(cached) " >&6
4856 else
4857 ac_check_lib_save_LIBS=$LIBS
4858 LIBS="-lnsl $LIBS"
4859 cat >conftest.$ac_ext <<_ACEOF
4860 /* confdefs.h. */
4861 _ACEOF
4862 cat confdefs.h >>conftest.$ac_ext
4863 cat >>conftest.$ac_ext <<_ACEOF
4864 /* end confdefs.h. */
4866 /* Override any GCC internal prototype to avoid an error.
4867 Use char because int might match the return type of a GCC
4868 builtin and then its argument prototype would still apply. */
4869 #ifdef __cplusplus
4870 extern "C"
4871 #endif
4872 char gethostbyname ();
4874 main ()
4876 return gethostbyname ();
4878 return 0;
4880 _ACEOF
4881 rm -f conftest.$ac_objext conftest$ac_exeext
4882 if { (ac_try="$ac_link"
4883 case "(($ac_try" in
4884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4885 *) ac_try_echo=$ac_try;;
4886 esac
4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4888 $as_echo "$ac_try_echo") >&5
4889 (eval "$ac_link") 2>conftest.er1
4890 ac_status=$?
4891 grep -v '^ *+' conftest.er1 >conftest.err
4892 rm -f conftest.er1
4893 cat conftest.err >&5
4894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); } && {
4896 test -z "$ac_c_werror_flag" ||
4897 test ! -s conftest.err
4898 } && test -s conftest$ac_exeext && {
4899 test "$cross_compiling" = yes ||
4900 $as_test_x conftest$ac_exeext
4901 }; then
4902 ac_cv_lib_nsl_gethostbyname=yes
4903 else
4904 $as_echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.$ac_ext >&5
4907 ac_cv_lib_nsl_gethostbyname=no
4910 rm -rf conftest.dSYM
4911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4912 conftest$ac_exeext conftest.$ac_ext
4913 LIBS=$ac_check_lib_save_LIBS
4915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4916 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4917 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4918 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4921 if test $ac_cv_lib_nsl_gethostbyname = no; then
4922 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4923 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4924 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4925 $as_echo_n "(cached) " >&6
4926 else
4927 ac_check_lib_save_LIBS=$LIBS
4928 LIBS="-lbsd $LIBS"
4929 cat >conftest.$ac_ext <<_ACEOF
4930 /* confdefs.h. */
4931 _ACEOF
4932 cat confdefs.h >>conftest.$ac_ext
4933 cat >>conftest.$ac_ext <<_ACEOF
4934 /* end confdefs.h. */
4936 /* Override any GCC internal prototype to avoid an error.
4937 Use char because int might match the return type of a GCC
4938 builtin and then its argument prototype would still apply. */
4939 #ifdef __cplusplus
4940 extern "C"
4941 #endif
4942 char gethostbyname ();
4944 main ()
4946 return gethostbyname ();
4948 return 0;
4950 _ACEOF
4951 rm -f conftest.$ac_objext conftest$ac_exeext
4952 if { (ac_try="$ac_link"
4953 case "(($ac_try" in
4954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955 *) ac_try_echo=$ac_try;;
4956 esac
4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958 $as_echo "$ac_try_echo") >&5
4959 (eval "$ac_link") 2>conftest.er1
4960 ac_status=$?
4961 grep -v '^ *+' conftest.er1 >conftest.err
4962 rm -f conftest.er1
4963 cat conftest.err >&5
4964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965 (exit $ac_status); } && {
4966 test -z "$ac_c_werror_flag" ||
4967 test ! -s conftest.err
4968 } && test -s conftest$ac_exeext && {
4969 test "$cross_compiling" = yes ||
4970 $as_test_x conftest$ac_exeext
4971 }; then
4972 ac_cv_lib_bsd_gethostbyname=yes
4973 else
4974 $as_echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4977 ac_cv_lib_bsd_gethostbyname=no
4980 rm -rf conftest.dSYM
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982 conftest$ac_exeext conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS
4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4986 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4987 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4988 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4994 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4995 # socket/setsockopt and other routines are undefined under SCO ODT
4996 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4997 # on later versions), says Simon Leinen: it contains gethostby*
4998 # variants that don't use the name server (or something). -lsocket
4999 # must be given before -lnsl if both are needed. We assume that
5000 # if connect needs -lnsl, so does gethostbyname.
5001 { $as_echo "$as_me:$LINENO: checking for connect" >&5
5002 $as_echo_n "checking for connect... " >&6; }
5003 if test "${ac_cv_func_connect+set}" = set; then
5004 $as_echo_n "(cached) " >&6
5005 else
5006 cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h. */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h. */
5012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5014 #define connect innocuous_connect
5016 /* System header to define __stub macros and hopefully few prototypes,
5017 which can conflict with char connect (); below.
5018 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5019 <limits.h> exists even on freestanding compilers. */
5021 #ifdef __STDC__
5022 # include <limits.h>
5023 #else
5024 # include <assert.h>
5025 #endif
5027 #undef connect
5029 /* Override any GCC internal prototype to avoid an error.
5030 Use char because int might match the return type of a GCC
5031 builtin and then its argument prototype would still apply. */
5032 #ifdef __cplusplus
5033 extern "C"
5034 #endif
5035 char connect ();
5036 /* The GNU C library defines this for functions which it implements
5037 to always fail with ENOSYS. Some functions are actually named
5038 something starting with __ and the normal name is an alias. */
5039 #if defined __stub_connect || defined __stub___connect
5040 choke me
5041 #endif
5044 main ()
5046 return connect ();
5048 return 0;
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055 *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059 (eval "$ac_link") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && {
5066 test -z "$ac_c_werror_flag" ||
5067 test ! -s conftest.err
5068 } && test -s conftest$ac_exeext && {
5069 test "$cross_compiling" = yes ||
5070 $as_test_x conftest$ac_exeext
5071 }; then
5072 ac_cv_func_connect=yes
5073 else
5074 $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ac_cv_func_connect=no
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082 conftest$ac_exeext conftest.$ac_ext
5084 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5085 $as_echo "$ac_cv_func_connect" >&6; }
5087 if test $ac_cv_func_connect = no; then
5088 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5089 $as_echo_n "checking for connect in -lsocket... " >&6; }
5090 if test "${ac_cv_lib_socket_connect+set}" = set; then
5091 $as_echo_n "(cached) " >&6
5092 else
5093 ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5095 cat >conftest.$ac_ext <<_ACEOF
5096 /* confdefs.h. */
5097 _ACEOF
5098 cat confdefs.h >>conftest.$ac_ext
5099 cat >>conftest.$ac_ext <<_ACEOF
5100 /* end confdefs.h. */
5102 /* Override any GCC internal prototype to avoid an error.
5103 Use char because int might match the return type of a GCC
5104 builtin and then its argument prototype would still apply. */
5105 #ifdef __cplusplus
5106 extern "C"
5107 #endif
5108 char connect ();
5110 main ()
5112 return connect ();
5114 return 0;
5116 _ACEOF
5117 rm -f conftest.$ac_objext conftest$ac_exeext
5118 if { (ac_try="$ac_link"
5119 case "(($ac_try" in
5120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121 *) ac_try_echo=$ac_try;;
5122 esac
5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124 $as_echo "$ac_try_echo") >&5
5125 (eval "$ac_link") 2>conftest.er1
5126 ac_status=$?
5127 grep -v '^ *+' conftest.er1 >conftest.err
5128 rm -f conftest.er1
5129 cat conftest.err >&5
5130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131 (exit $ac_status); } && {
5132 test -z "$ac_c_werror_flag" ||
5133 test ! -s conftest.err
5134 } && test -s conftest$ac_exeext && {
5135 test "$cross_compiling" = yes ||
5136 $as_test_x conftest$ac_exeext
5137 }; then
5138 ac_cv_lib_socket_connect=yes
5139 else
5140 $as_echo "$as_me: failed program was:" >&5
5141 sed 's/^/| /' conftest.$ac_ext >&5
5143 ac_cv_lib_socket_connect=no
5146 rm -rf conftest.dSYM
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148 conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5152 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5153 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5154 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5159 # Guillermo Gomez says -lposix is necessary on A/UX.
5160 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5161 $as_echo_n "checking for remove... " >&6; }
5162 if test "${ac_cv_func_remove+set}" = set; then
5163 $as_echo_n "(cached) " >&6
5164 else
5165 cat >conftest.$ac_ext <<_ACEOF
5166 /* confdefs.h. */
5167 _ACEOF
5168 cat confdefs.h >>conftest.$ac_ext
5169 cat >>conftest.$ac_ext <<_ACEOF
5170 /* end confdefs.h. */
5171 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5173 #define remove innocuous_remove
5175 /* System header to define __stub macros and hopefully few prototypes,
5176 which can conflict with char remove (); below.
5177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178 <limits.h> exists even on freestanding compilers. */
5180 #ifdef __STDC__
5181 # include <limits.h>
5182 #else
5183 # include <assert.h>
5184 #endif
5186 #undef remove
5188 /* Override any GCC internal prototype to avoid an error.
5189 Use char because int might match the return type of a GCC
5190 builtin and then its argument prototype would still apply. */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 char remove ();
5195 /* The GNU C library defines this for functions which it implements
5196 to always fail with ENOSYS. Some functions are actually named
5197 something starting with __ and the normal name is an alias. */
5198 #if defined __stub_remove || defined __stub___remove
5199 choke me
5200 #endif
5203 main ()
5205 return remove ();
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218 (eval "$ac_link") 2>conftest.er1
5219 ac_status=$?
5220 grep -v '^ *+' conftest.er1 >conftest.err
5221 rm -f conftest.er1
5222 cat conftest.err >&5
5223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } && {
5225 test -z "$ac_c_werror_flag" ||
5226 test ! -s conftest.err
5227 } && test -s conftest$ac_exeext && {
5228 test "$cross_compiling" = yes ||
5229 $as_test_x conftest$ac_exeext
5230 }; then
5231 ac_cv_func_remove=yes
5232 else
5233 $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_func_remove=no
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5243 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5244 $as_echo "$ac_cv_func_remove" >&6; }
5246 if test $ac_cv_func_remove = no; then
5247 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5248 $as_echo_n "checking for remove in -lposix... " >&6; }
5249 if test "${ac_cv_lib_posix_remove+set}" = set; then
5250 $as_echo_n "(cached) " >&6
5251 else
5252 ac_check_lib_save_LIBS=$LIBS
5253 LIBS="-lposix $LIBS"
5254 cat >conftest.$ac_ext <<_ACEOF
5255 /* confdefs.h. */
5256 _ACEOF
5257 cat confdefs.h >>conftest.$ac_ext
5258 cat >>conftest.$ac_ext <<_ACEOF
5259 /* end confdefs.h. */
5261 /* Override any GCC internal prototype to avoid an error.
5262 Use char because int might match the return type of a GCC
5263 builtin and then its argument prototype would still apply. */
5264 #ifdef __cplusplus
5265 extern "C"
5266 #endif
5267 char remove ();
5269 main ()
5271 return remove ();
5273 return 0;
5275 _ACEOF
5276 rm -f conftest.$ac_objext conftest$ac_exeext
5277 if { (ac_try="$ac_link"
5278 case "(($ac_try" in
5279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280 *) ac_try_echo=$ac_try;;
5281 esac
5282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5283 $as_echo "$ac_try_echo") >&5
5284 (eval "$ac_link") 2>conftest.er1
5285 ac_status=$?
5286 grep -v '^ *+' conftest.er1 >conftest.err
5287 rm -f conftest.er1
5288 cat conftest.err >&5
5289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5290 (exit $ac_status); } && {
5291 test -z "$ac_c_werror_flag" ||
5292 test ! -s conftest.err
5293 } && test -s conftest$ac_exeext && {
5294 test "$cross_compiling" = yes ||
5295 $as_test_x conftest$ac_exeext
5296 }; then
5297 ac_cv_lib_posix_remove=yes
5298 else
5299 $as_echo "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5302 ac_cv_lib_posix_remove=no
5305 rm -rf conftest.dSYM
5306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5307 conftest$ac_exeext conftest.$ac_ext
5308 LIBS=$ac_check_lib_save_LIBS
5310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5311 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5312 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5313 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5318 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5319 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5320 $as_echo_n "checking for shmat... " >&6; }
5321 if test "${ac_cv_func_shmat+set}" = set; then
5322 $as_echo_n "(cached) " >&6
5323 else
5324 cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h. */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h. */
5330 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5332 #define shmat innocuous_shmat
5334 /* System header to define __stub macros and hopefully few prototypes,
5335 which can conflict with char shmat (); below.
5336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5337 <limits.h> exists even on freestanding compilers. */
5339 #ifdef __STDC__
5340 # include <limits.h>
5341 #else
5342 # include <assert.h>
5343 #endif
5345 #undef shmat
5347 /* Override any GCC internal prototype to avoid an error.
5348 Use char because int might match the return type of a GCC
5349 builtin and then its argument prototype would still apply. */
5350 #ifdef __cplusplus
5351 extern "C"
5352 #endif
5353 char shmat ();
5354 /* The GNU C library defines this for functions which it implements
5355 to always fail with ENOSYS. Some functions are actually named
5356 something starting with __ and the normal name is an alias. */
5357 #if defined __stub_shmat || defined __stub___shmat
5358 choke me
5359 #endif
5362 main ()
5364 return shmat ();
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373 *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377 (eval "$ac_link") 2>conftest.er1
5378 ac_status=$?
5379 grep -v '^ *+' conftest.er1 >conftest.err
5380 rm -f conftest.er1
5381 cat conftest.err >&5
5382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); } && {
5384 test -z "$ac_c_werror_flag" ||
5385 test ! -s conftest.err
5386 } && test -s conftest$ac_exeext && {
5387 test "$cross_compiling" = yes ||
5388 $as_test_x conftest$ac_exeext
5389 }; then
5390 ac_cv_func_shmat=yes
5391 else
5392 $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5395 ac_cv_func_shmat=no
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400 conftest$ac_exeext conftest.$ac_ext
5402 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5403 $as_echo "$ac_cv_func_shmat" >&6; }
5405 if test $ac_cv_func_shmat = no; then
5406 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5407 $as_echo_n "checking for shmat in -lipc... " >&6; }
5408 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5409 $as_echo_n "(cached) " >&6
5410 else
5411 ac_check_lib_save_LIBS=$LIBS
5412 LIBS="-lipc $LIBS"
5413 cat >conftest.$ac_ext <<_ACEOF
5414 /* confdefs.h. */
5415 _ACEOF
5416 cat confdefs.h >>conftest.$ac_ext
5417 cat >>conftest.$ac_ext <<_ACEOF
5418 /* end confdefs.h. */
5420 /* Override any GCC internal prototype to avoid an error.
5421 Use char because int might match the return type of a GCC
5422 builtin and then its argument prototype would still apply. */
5423 #ifdef __cplusplus
5424 extern "C"
5425 #endif
5426 char shmat ();
5428 main ()
5430 return shmat ();
5432 return 0;
5434 _ACEOF
5435 rm -f conftest.$ac_objext conftest$ac_exeext
5436 if { (ac_try="$ac_link"
5437 case "(($ac_try" in
5438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439 *) ac_try_echo=$ac_try;;
5440 esac
5441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5442 $as_echo "$ac_try_echo") >&5
5443 (eval "$ac_link") 2>conftest.er1
5444 ac_status=$?
5445 grep -v '^ *+' conftest.er1 >conftest.err
5446 rm -f conftest.er1
5447 cat conftest.err >&5
5448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449 (exit $ac_status); } && {
5450 test -z "$ac_c_werror_flag" ||
5451 test ! -s conftest.err
5452 } && test -s conftest$ac_exeext && {
5453 test "$cross_compiling" = yes ||
5454 $as_test_x conftest$ac_exeext
5455 }; then
5456 ac_cv_lib_ipc_shmat=yes
5457 else
5458 $as_echo "$as_me: failed program was:" >&5
5459 sed 's/^/| /' conftest.$ac_ext >&5
5461 ac_cv_lib_ipc_shmat=no
5464 rm -rf conftest.dSYM
5465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5466 conftest$ac_exeext conftest.$ac_ext
5467 LIBS=$ac_check_lib_save_LIBS
5469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5470 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5471 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5472 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5478 # Check for libraries that X11R6 Xt/Xaw programs need.
5479 ac_save_LDFLAGS=$LDFLAGS
5480 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5481 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5482 # check for ICE first), but we must link in the order -lSM -lICE or
5483 # we get undefined symbols. So assume we have SM if we have ICE.
5484 # These have to be linked with before -lX11, unlike the other
5485 # libraries we check for below, so use a different variable.
5486 # John Interrante, Karl Berry
5487 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5488 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5489 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5490 $as_echo_n "(cached) " >&6
5491 else
5492 ac_check_lib_save_LIBS=$LIBS
5493 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5494 cat >conftest.$ac_ext <<_ACEOF
5495 /* confdefs.h. */
5496 _ACEOF
5497 cat confdefs.h >>conftest.$ac_ext
5498 cat >>conftest.$ac_ext <<_ACEOF
5499 /* end confdefs.h. */
5501 /* Override any GCC internal prototype to avoid an error.
5502 Use char because int might match the return type of a GCC
5503 builtin and then its argument prototype would still apply. */
5504 #ifdef __cplusplus
5505 extern "C"
5506 #endif
5507 char IceConnectionNumber ();
5509 main ()
5511 return IceConnectionNumber ();
5513 return 0;
5515 _ACEOF
5516 rm -f conftest.$ac_objext conftest$ac_exeext
5517 if { (ac_try="$ac_link"
5518 case "(($ac_try" in
5519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520 *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524 (eval "$ac_link") 2>conftest.er1
5525 ac_status=$?
5526 grep -v '^ *+' conftest.er1 >conftest.err
5527 rm -f conftest.er1
5528 cat conftest.err >&5
5529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530 (exit $ac_status); } && {
5531 test -z "$ac_c_werror_flag" ||
5532 test ! -s conftest.err
5533 } && test -s conftest$ac_exeext && {
5534 test "$cross_compiling" = yes ||
5535 $as_test_x conftest$ac_exeext
5536 }; then
5537 ac_cv_lib_ICE_IceConnectionNumber=yes
5538 else
5539 $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5542 ac_cv_lib_ICE_IceConnectionNumber=no
5545 rm -rf conftest.dSYM
5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5547 conftest$ac_exeext conftest.$ac_ext
5548 LIBS=$ac_check_lib_save_LIBS
5550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5551 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5552 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5553 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5556 LDFLAGS=$ac_save_LDFLAGS
5561 for ac_prog in flex
5563 # Extract the first word of "$ac_prog", so it can be a program name with args.
5564 set dummy $ac_prog; ac_word=$2
5565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_FLEX+set}" = set; then
5568 $as_echo_n "(cached) " >&6
5569 else
5570 if test -n "$FLEX"; then
5571 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5576 IFS=$as_save_IFS
5577 test -z "$as_dir" && as_dir=.
5578 for ac_exec_ext in '' $ac_executable_extensions; do
5579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580 ac_cv_prog_FLEX="$ac_prog"
5581 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582 break 2
5584 done
5585 done
5586 IFS=$as_save_IFS
5590 FLEX=$ac_cv_prog_FLEX
5591 if test -n "$FLEX"; then
5592 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5593 $as_echo "$FLEX" >&6; }
5594 else
5595 { $as_echo "$as_me:$LINENO: result: no" >&5
5596 $as_echo "no" >&6; }
5600 test -n "$FLEX" && break
5601 done
5602 test -n "$FLEX" || FLEX="none"
5604 if test "$FLEX" = "none"
5605 then
5606 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5607 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5608 { (exit 1); exit 1; }; }
5611 for ac_prog in bison
5613 # Extract the first word of "$ac_prog", so it can be a program name with args.
5614 set dummy $ac_prog; ac_word=$2
5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5616 $as_echo_n "checking for $ac_word... " >&6; }
5617 if test "${ac_cv_prog_BISON+set}" = set; then
5618 $as_echo_n "(cached) " >&6
5619 else
5620 if test -n "$BISON"; then
5621 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5622 else
5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624 for as_dir in $PATH
5626 IFS=$as_save_IFS
5627 test -z "$as_dir" && as_dir=.
5628 for ac_exec_ext in '' $ac_executable_extensions; do
5629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5630 ac_cv_prog_BISON="$ac_prog"
5631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5632 break 2
5634 done
5635 done
5636 IFS=$as_save_IFS
5640 BISON=$ac_cv_prog_BISON
5641 if test -n "$BISON"; then
5642 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5643 $as_echo "$BISON" >&6; }
5644 else
5645 { $as_echo "$as_me:$LINENO: result: no" >&5
5646 $as_echo "no" >&6; }
5650 test -n "$BISON" && break
5651 done
5652 test -n "$BISON" || BISON="none"
5654 if test "$BISON" = "none"
5655 then
5656 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5657 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5658 { (exit 1); exit 1; }; }
5661 if test -n "$ac_tool_prefix"; then
5662 for ac_prog in gas as
5664 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if test "${ac_cv_prog_AS+set}" = set; then
5669 $as_echo_n "(cached) " >&6
5670 else
5671 if test -n "$AS"; then
5672 ac_cv_prog_AS="$AS" # Let the user override the test.
5673 else
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5675 for as_dir in $PATH
5677 IFS=$as_save_IFS
5678 test -z "$as_dir" && as_dir=.
5679 for ac_exec_ext in '' $ac_executable_extensions; do
5680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5681 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5682 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5683 break 2
5685 done
5686 done
5687 IFS=$as_save_IFS
5691 AS=$ac_cv_prog_AS
5692 if test -n "$AS"; then
5693 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5694 $as_echo "$AS" >&6; }
5695 else
5696 { $as_echo "$as_me:$LINENO: result: no" >&5
5697 $as_echo "no" >&6; }
5701 test -n "$AS" && break
5702 done
5704 if test -z "$AS"; then
5705 ac_ct_AS=$AS
5706 for ac_prog in gas as
5708 # Extract the first word of "$ac_prog", so it can be a program name with args.
5709 set dummy $ac_prog; ac_word=$2
5710 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5713 $as_echo_n "(cached) " >&6
5714 else
5715 if test -n "$ac_ct_AS"; then
5716 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5721 IFS=$as_save_IFS
5722 test -z "$as_dir" && as_dir=.
5723 for ac_exec_ext in '' $ac_executable_extensions; do
5724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725 ac_cv_prog_ac_ct_AS="$ac_prog"
5726 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5727 break 2
5729 done
5730 done
5731 IFS=$as_save_IFS
5735 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5736 if test -n "$ac_ct_AS"; then
5737 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5738 $as_echo "$ac_ct_AS" >&6; }
5739 else
5740 { $as_echo "$as_me:$LINENO: result: no" >&5
5741 $as_echo "no" >&6; }
5745 test -n "$ac_ct_AS" && break
5746 done
5748 if test "x$ac_ct_AS" = x; then
5749 AS="as"
5750 else
5751 case $cross_compiling:$ac_tool_warned in
5752 yes:)
5753 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757 AS=$ac_ct_AS
5761 if test -n "$ac_tool_prefix"; then
5762 for ac_prog in ld gld
5764 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 $as_echo_n "checking for $ac_word... " >&6; }
5768 if test "${ac_cv_prog_LD+set}" = set; then
5769 $as_echo_n "(cached) " >&6
5770 else
5771 if test -n "$LD"; then
5772 ac_cv_prog_LD="$LD" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5777 IFS=$as_save_IFS
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5782 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783 break 2
5785 done
5786 done
5787 IFS=$as_save_IFS
5791 LD=$ac_cv_prog_LD
5792 if test -n "$LD"; then
5793 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5794 $as_echo "$LD" >&6; }
5795 else
5796 { $as_echo "$as_me:$LINENO: result: no" >&5
5797 $as_echo "no" >&6; }
5801 test -n "$LD" && break
5802 done
5804 if test -z "$LD"; then
5805 ac_ct_LD=$LD
5806 for ac_prog in ld gld
5808 # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5813 $as_echo_n "(cached) " >&6
5814 else
5815 if test -n "$ac_ct_LD"; then
5816 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
5824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5825 ac_cv_prog_ac_ct_LD="$ac_prog"
5826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5829 done
5830 done
5831 IFS=$as_save_IFS
5835 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5836 if test -n "$ac_ct_LD"; then
5837 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5838 $as_echo "$ac_ct_LD" >&6; }
5839 else
5840 { $as_echo "$as_me:$LINENO: result: no" >&5
5841 $as_echo "no" >&6; }
5845 test -n "$ac_ct_LD" && break
5846 done
5848 if test "x$ac_ct_LD" = x; then
5849 LD="ld"
5850 else
5851 case $cross_compiling:$ac_tool_warned in
5852 yes:)
5853 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855 ac_tool_warned=yes ;;
5856 esac
5857 LD=$ac_ct_LD
5861 if test -n "$ac_tool_prefix"; then
5862 for ac_prog in nm gnm
5864 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_NM+set}" = set; then
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$NM"; then
5872 ac_cv_prog_NM="$NM" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5882 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5885 done
5886 done
5887 IFS=$as_save_IFS
5891 NM=$ac_cv_prog_NM
5892 if test -n "$NM"; then
5893 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5894 $as_echo "$NM" >&6; }
5895 else
5896 { $as_echo "$as_me:$LINENO: result: no" >&5
5897 $as_echo "no" >&6; }
5901 test -n "$NM" && break
5902 done
5904 if test -z "$NM"; then
5905 ac_ct_NM=$NM
5906 for ac_prog in nm gnm
5908 # Extract the first word of "$ac_prog", so it can be a program name with args.
5909 set dummy $ac_prog; ac_word=$2
5910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5913 $as_echo_n "(cached) " >&6
5914 else
5915 if test -n "$ac_ct_NM"; then
5916 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5917 else
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5919 for as_dir in $PATH
5921 IFS=$as_save_IFS
5922 test -z "$as_dir" && as_dir=.
5923 for ac_exec_ext in '' $ac_executable_extensions; do
5924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925 ac_cv_prog_ac_ct_NM="$ac_prog"
5926 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927 break 2
5929 done
5930 done
5931 IFS=$as_save_IFS
5935 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5936 if test -n "$ac_ct_NM"; then
5937 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5938 $as_echo "$ac_ct_NM" >&6; }
5939 else
5940 { $as_echo "$as_me:$LINENO: result: no" >&5
5941 $as_echo "no" >&6; }
5945 test -n "$ac_ct_NM" && break
5946 done
5948 if test "x$ac_ct_NM" = x; then
5949 NM="nm"
5950 else
5951 case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957 NM=$ac_ct_NM
5961 if test -n "$ac_tool_prefix"; then
5962 for ac_prog in ar gar
5964 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_AR+set}" = set; then
5969 $as_echo_n "(cached) " >&6
5970 else
5971 if test -n "$AR"; then
5972 ac_cv_prog_AR="$AR" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5977 IFS=$as_save_IFS
5978 test -z "$as_dir" && as_dir=.
5979 for ac_exec_ext in '' $ac_executable_extensions; do
5980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 break 2
5985 done
5986 done
5987 IFS=$as_save_IFS
5991 AR=$ac_cv_prog_AR
5992 if test -n "$AR"; then
5993 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5994 $as_echo "$AR" >&6; }
5995 else
5996 { $as_echo "$as_me:$LINENO: result: no" >&5
5997 $as_echo "no" >&6; }
6001 test -n "$AR" && break
6002 done
6004 if test -z "$AR"; then
6005 ac_ct_AR=$AR
6006 for ac_prog in ar gar
6008 # Extract the first word of "$ac_prog", so it can be a program name with args.
6009 set dummy $ac_prog; ac_word=$2
6010 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6011 $as_echo_n "checking for $ac_word... " >&6; }
6012 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6013 $as_echo_n "(cached) " >&6
6014 else
6015 if test -n "$ac_ct_AR"; then
6016 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6017 else
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 for as_dir in $PATH
6021 IFS=$as_save_IFS
6022 test -z "$as_dir" && as_dir=.
6023 for ac_exec_ext in '' $ac_executable_extensions; do
6024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6025 ac_cv_prog_ac_ct_AR="$ac_prog"
6026 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6027 break 2
6029 done
6030 done
6031 IFS=$as_save_IFS
6035 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6036 if test -n "$ac_ct_AR"; then
6037 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6038 $as_echo "$ac_ct_AR" >&6; }
6039 else
6040 { $as_echo "$as_me:$LINENO: result: no" >&5
6041 $as_echo "no" >&6; }
6045 test -n "$ac_ct_AR" && break
6046 done
6048 if test "x$ac_ct_AR" = x; then
6049 AR="ar"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057 AR=$ac_ct_AR
6061 ARFLAGS=rc
6063 if test -n "$ac_tool_prefix"; then
6064 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6065 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if test "${ac_cv_prog_RANLIB+set}" = set; then
6069 $as_echo_n "(cached) " >&6
6070 else
6071 if test -n "$RANLIB"; then
6072 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6073 else
6074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075 for as_dir in $PATH
6077 IFS=$as_save_IFS
6078 test -z "$as_dir" && as_dir=.
6079 for ac_exec_ext in '' $ac_executable_extensions; do
6080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6082 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6083 break 2
6085 done
6086 done
6087 IFS=$as_save_IFS
6091 RANLIB=$ac_cv_prog_RANLIB
6092 if test -n "$RANLIB"; then
6093 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6094 $as_echo "$RANLIB" >&6; }
6095 else
6096 { $as_echo "$as_me:$LINENO: result: no" >&5
6097 $as_echo "no" >&6; }
6102 if test -z "$ac_cv_prog_RANLIB"; then
6103 ac_ct_RANLIB=$RANLIB
6104 # Extract the first word of "ranlib", so it can be a program name with args.
6105 set dummy ranlib; ac_word=$2
6106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6109 $as_echo_n "(cached) " >&6
6110 else
6111 if test -n "$ac_ct_RANLIB"; then
6112 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6117 IFS=$as_save_IFS
6118 test -z "$as_dir" && as_dir=.
6119 for ac_exec_ext in '' $ac_executable_extensions; do
6120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121 ac_cv_prog_ac_ct_RANLIB="ranlib"
6122 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 break 2
6125 done
6126 done
6127 IFS=$as_save_IFS
6131 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6132 if test -n "$ac_ct_RANLIB"; then
6133 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6134 $as_echo "$ac_ct_RANLIB" >&6; }
6135 else
6136 { $as_echo "$as_me:$LINENO: result: no" >&5
6137 $as_echo "no" >&6; }
6140 if test "x$ac_ct_RANLIB" = x; then
6141 RANLIB=":"
6142 else
6143 case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149 RANLIB=$ac_ct_RANLIB
6151 else
6152 RANLIB="$ac_cv_prog_RANLIB"
6155 if test -n "$ac_tool_prefix"; then
6156 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161 $as_echo_n "(cached) " >&6
6162 else
6163 if test -n "$STRIP"; then
6164 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165 else
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 for as_dir in $PATH
6169 IFS=$as_save_IFS
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175 break 2
6177 done
6178 done
6179 IFS=$as_save_IFS
6183 STRIP=$ac_cv_prog_STRIP
6184 if test -n "$STRIP"; then
6185 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6186 $as_echo "$STRIP" >&6; }
6187 else
6188 { $as_echo "$as_me:$LINENO: result: no" >&5
6189 $as_echo "no" >&6; }
6194 if test -z "$ac_cv_prog_STRIP"; then
6195 ac_ct_STRIP=$STRIP
6196 # Extract the first word of "strip", so it can be a program name with args.
6197 set dummy strip; ac_word=$2
6198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6199 $as_echo_n "checking for $ac_word... " >&6; }
6200 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6201 $as_echo_n "(cached) " >&6
6202 else
6203 if test -n "$ac_ct_STRIP"; then
6204 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6205 else
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH
6209 IFS=$as_save_IFS
6210 test -z "$as_dir" && as_dir=.
6211 for ac_exec_ext in '' $ac_executable_extensions; do
6212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213 ac_cv_prog_ac_ct_STRIP="strip"
6214 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6215 break 2
6217 done
6218 done
6219 IFS=$as_save_IFS
6223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6224 if test -n "$ac_ct_STRIP"; then
6225 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6226 $as_echo "$ac_ct_STRIP" >&6; }
6227 else
6228 { $as_echo "$as_me:$LINENO: result: no" >&5
6229 $as_echo "no" >&6; }
6232 if test "x$ac_ct_STRIP" = x; then
6233 STRIP="strip"
6234 else
6235 case $cross_compiling:$ac_tool_warned in
6236 yes:)
6237 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241 STRIP=$ac_ct_STRIP
6243 else
6244 STRIP="$ac_cv_prog_STRIP"
6247 if test -n "$ac_tool_prefix"; then
6248 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$WINDRES"; then
6256 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 $as_echo "$WINDRES" >&6; }
6279 else
6280 { $as_echo "$as_me:$LINENO: result: no" >&5
6281 $as_echo "no" >&6; }
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287 ac_ct_WINDRES=$WINDRES
6288 # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293 $as_echo_n "(cached) " >&6
6294 else
6295 if test -n "$ac_ct_WINDRES"; then
6296 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6301 IFS=$as_save_IFS
6302 test -z "$as_dir" && as_dir=.
6303 for ac_exec_ext in '' $ac_executable_extensions; do
6304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305 ac_cv_prog_ac_ct_WINDRES="windres"
6306 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307 break 2
6309 done
6310 done
6311 IFS=$as_save_IFS
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 $as_echo "$ac_ct_WINDRES" >&6; }
6319 else
6320 { $as_echo "$as_me:$LINENO: result: no" >&5
6321 $as_echo "no" >&6; }
6324 if test "x$ac_ct_WINDRES" = x; then
6325 WINDRES="false"
6326 else
6327 case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6331 ac_tool_warned=yes ;;
6332 esac
6333 WINDRES=$ac_ct_WINDRES
6335 else
6336 WINDRES="$ac_cv_prog_WINDRES"
6339 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6340 $as_echo_n "checking whether ln -s works... " >&6; }
6341 LN_S=$as_ln_s
6342 if test "$LN_S" = "ln -s"; then
6343 { $as_echo "$as_me:$LINENO: result: yes" >&5
6344 $as_echo "yes" >&6; }
6345 else
6346 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6347 $as_echo "no, using $LN_S" >&6; }
6350 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6351 $as_echo_n "checking whether ln works... " >&6; }
6352 rm -f conf$$ conf$$.file
6353 echo >conf$$.file
6354 if ln conf$$.file conf$$ 2>/dev/null; then
6355 LN=ln
6357 { $as_echo "$as_me:$LINENO: result: yes" >&5
6358 $as_echo "yes" >&6; }
6359 else
6360 LN="cp -p"
6362 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6363 $as_echo "no, using $LN" >&6; }
6365 rm -f conf$$ conf$$.file
6366 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6368 if test "${ac_cv_path_GREP+set}" = set; then
6369 $as_echo_n "(cached) " >&6
6370 else
6371 if test -z "$GREP"; then
6372 ac_path_GREP_found=false
6373 # Loop through the user's path and test for each of PROGNAME-LIST
6374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6377 IFS=$as_save_IFS
6378 test -z "$as_dir" && as_dir=.
6379 for ac_prog in grep ggrep; do
6380 for ac_exec_ext in '' $ac_executable_extensions; do
6381 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6382 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6383 # Check for GNU ac_path_GREP and select it if it is found.
6384 # Check for GNU $ac_path_GREP
6385 case `"$ac_path_GREP" --version 2>&1` in
6386 *GNU*)
6387 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6389 ac_count=0
6390 $as_echo_n 0123456789 >"conftest.in"
6391 while :
6393 cat "conftest.in" "conftest.in" >"conftest.tmp"
6394 mv "conftest.tmp" "conftest.in"
6395 cp "conftest.in" "conftest.nl"
6396 $as_echo 'GREP' >> "conftest.nl"
6397 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6398 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6399 ac_count=`expr $ac_count + 1`
6400 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6401 # Best one so far, save it but keep looking for a better one
6402 ac_cv_path_GREP="$ac_path_GREP"
6403 ac_path_GREP_max=$ac_count
6405 # 10*(2^10) chars as input seems more than enough
6406 test $ac_count -gt 10 && break
6407 done
6408 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6409 esac
6411 $ac_path_GREP_found && break 3
6412 done
6413 done
6414 done
6415 IFS=$as_save_IFS
6416 if test -z "$ac_cv_path_GREP"; then
6417 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6418 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6419 { (exit 1); exit 1; }; }
6421 else
6422 ac_cv_path_GREP=$GREP
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6427 $as_echo "$ac_cv_path_GREP" >&6; }
6428 GREP="$ac_cv_path_GREP"
6431 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6432 $as_echo_n "checking for egrep... " >&6; }
6433 if test "${ac_cv_path_EGREP+set}" = set; then
6434 $as_echo_n "(cached) " >&6
6435 else
6436 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6437 then ac_cv_path_EGREP="$GREP -E"
6438 else
6439 if test -z "$EGREP"; then
6440 ac_path_EGREP_found=false
6441 # Loop through the user's path and test for each of PROGNAME-LIST
6442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6445 IFS=$as_save_IFS
6446 test -z "$as_dir" && as_dir=.
6447 for ac_prog in egrep; do
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6450 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6451 # Check for GNU ac_path_EGREP and select it if it is found.
6452 # Check for GNU $ac_path_EGREP
6453 case `"$ac_path_EGREP" --version 2>&1` in
6454 *GNU*)
6455 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6457 ac_count=0
6458 $as_echo_n 0123456789 >"conftest.in"
6459 while :
6461 cat "conftest.in" "conftest.in" >"conftest.tmp"
6462 mv "conftest.tmp" "conftest.in"
6463 cp "conftest.in" "conftest.nl"
6464 $as_echo 'EGREP' >> "conftest.nl"
6465 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6466 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6467 ac_count=`expr $ac_count + 1`
6468 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6469 # Best one so far, save it but keep looking for a better one
6470 ac_cv_path_EGREP="$ac_path_EGREP"
6471 ac_path_EGREP_max=$ac_count
6473 # 10*(2^10) chars as input seems more than enough
6474 test $ac_count -gt 10 && break
6475 done
6476 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6477 esac
6479 $ac_path_EGREP_found && break 3
6480 done
6481 done
6482 done
6483 IFS=$as_save_IFS
6484 if test -z "$ac_cv_path_EGREP"; then
6485 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6486 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6487 { (exit 1); exit 1; }; }
6489 else
6490 ac_cv_path_EGREP=$EGREP
6495 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6496 $as_echo "$ac_cv_path_EGREP" >&6; }
6497 EGREP="$ac_cv_path_EGREP"
6500 # Extract the first word of "ldconfig", so it can be a program name with args.
6501 set dummy ldconfig; ac_word=$2
6502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6505 $as_echo_n "(cached) " >&6
6506 else
6507 case $LDCONFIG in
6508 [\\/]* | ?:[\\/]*)
6509 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6513 for as_dir in /sbin /usr/sbin $PATH
6515 IFS=$as_save_IFS
6516 test -z "$as_dir" && as_dir=.
6517 for ac_exec_ext in '' $ac_executable_extensions; do
6518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6519 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6520 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6521 break 2
6523 done
6524 done
6525 IFS=$as_save_IFS
6527 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6529 esac
6531 LDCONFIG=$ac_cv_path_LDCONFIG
6532 if test -n "$LDCONFIG"; then
6533 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6534 $as_echo "$LDCONFIG" >&6; }
6535 else
6536 { $as_echo "$as_me:$LINENO: result: no" >&5
6537 $as_echo "no" >&6; }
6541 # Find a good install program. We prefer a C program (faster),
6542 # so one script is as good as another. But avoid the broken or
6543 # incompatible versions:
6544 # SysV /etc/install, /usr/sbin/install
6545 # SunOS /usr/etc/install
6546 # IRIX /sbin/install
6547 # AIX /bin/install
6548 # AmigaOS /C/install, which installs bootblocks on floppy discs
6549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6552 # OS/2's system install, which has a completely different semantic
6553 # ./install, which can be erroneously created by make from ./install.sh.
6554 # Reject install programs that cannot install multiple files.
6555 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6557 if test -z "$INSTALL"; then
6558 if test "${ac_cv_path_install+set}" = set; then
6559 $as_echo_n "(cached) " >&6
6560 else
6561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6564 IFS=$as_save_IFS
6565 test -z "$as_dir" && as_dir=.
6566 # Account for people who put trailing slashes in PATH elements.
6567 case $as_dir/ in
6568 ./ | .// | /cC/* | \
6569 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6570 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6571 /usr/ucb/* ) ;;
6573 # OSF1 and SCO ODT 3.0 have their own names for install.
6574 # Don't use installbsd from OSF since it installs stuff as root
6575 # by default.
6576 for ac_prog in ginstall scoinst install; do
6577 for ac_exec_ext in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6579 if test $ac_prog = install &&
6580 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6581 # AIX install. It has an incompatible calling convention.
6583 elif test $ac_prog = install &&
6584 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6585 # program-specific install script used by HP pwplus--don't use.
6587 else
6588 rm -rf conftest.one conftest.two conftest.dir
6589 echo one > conftest.one
6590 echo two > conftest.two
6591 mkdir conftest.dir
6592 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6593 test -s conftest.one && test -s conftest.two &&
6594 test -s conftest.dir/conftest.one &&
6595 test -s conftest.dir/conftest.two
6596 then
6597 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6598 break 3
6602 done
6603 done
6605 esac
6607 done
6608 IFS=$as_save_IFS
6610 rm -rf conftest.one conftest.two conftest.dir
6613 if test "${ac_cv_path_install+set}" = set; then
6614 INSTALL=$ac_cv_path_install
6615 else
6616 # As a last resort, use the slow shell script. Don't cache a
6617 # value for INSTALL within a source directory, because that will
6618 # break other packages using the cache if that directory is
6619 # removed, or if the value is a relative name.
6620 INSTALL=$ac_install_sh
6623 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6624 $as_echo "$INSTALL" >&6; }
6626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6627 # It thinks the first close brace ends the variable substitution.
6628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6634 case "$INSTALL" in
6635 [\\/$]* | ?:[\\/]* ) ;;
6636 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6637 esac
6639 for ac_prog in lclint lint
6641 # Extract the first word of "$ac_prog", so it can be a program name with args.
6642 set dummy $ac_prog; ac_word=$2
6643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if test "${ac_cv_prog_LINT+set}" = set; then
6646 $as_echo_n "(cached) " >&6
6647 else
6648 if test -n "$LINT"; then
6649 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6654 IFS=$as_save_IFS
6655 test -z "$as_dir" && as_dir=.
6656 for ac_exec_ext in '' $ac_executable_extensions; do
6657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6658 ac_cv_prog_LINT="$ac_prog"
6659 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6660 break 2
6662 done
6663 done
6664 IFS=$as_save_IFS
6668 LINT=$ac_cv_prog_LINT
6669 if test -n "$LINT"; then
6670 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6671 $as_echo "$LINT" >&6; }
6672 else
6673 { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
6678 test -n "$LINT" && break
6679 done
6681 if test "$LINT" = "lint"
6682 then
6683 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6688 for ac_prog in fontforge
6690 # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6695 $as_echo_n "(cached) " >&6
6696 else
6697 if test -n "$FONTFORGE"; then
6698 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6703 IFS=$as_save_IFS
6704 test -z "$as_dir" && as_dir=.
6705 for ac_exec_ext in '' $ac_executable_extensions; do
6706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707 ac_cv_prog_FONTFORGE="$ac_prog"
6708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6709 break 2
6711 done
6712 done
6713 IFS=$as_save_IFS
6717 FONTFORGE=$ac_cv_prog_FONTFORGE
6718 if test -n "$FONTFORGE"; then
6719 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6720 $as_echo "$FONTFORGE" >&6; }
6721 else
6722 { $as_echo "$as_me:$LINENO: result: no" >&5
6723 $as_echo "no" >&6; }
6727 test -n "$FONTFORGE" && break
6728 done
6729 test -n "$FONTFORGE" || FONTFORGE="false"
6731 for ac_prog in pkg-config
6733 # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6736 $as_echo_n "checking for $ac_word... " >&6; }
6737 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6738 $as_echo_n "(cached) " >&6
6739 else
6740 if test -n "$PKG_CONFIG"; then
6741 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6742 else
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 for as_dir in $PATH
6746 IFS=$as_save_IFS
6747 test -z "$as_dir" && as_dir=.
6748 for ac_exec_ext in '' $ac_executable_extensions; do
6749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6750 ac_cv_prog_PKG_CONFIG="$ac_prog"
6751 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6752 break 2
6754 done
6755 done
6756 IFS=$as_save_IFS
6760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6761 if test -n "$PKG_CONFIG"; then
6762 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6763 $as_echo "$PKG_CONFIG" >&6; }
6764 else
6765 { $as_echo "$as_me:$LINENO: result: no" >&5
6766 $as_echo "no" >&6; }
6770 test -n "$PKG_CONFIG" && break
6771 done
6772 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6774 for ac_prog in rsvg
6776 # Extract the first word of "$ac_prog", so it can be a program name with args.
6777 set dummy $ac_prog; ac_word=$2
6778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6779 $as_echo_n "checking for $ac_word... " >&6; }
6780 if test "${ac_cv_prog_RSVG+set}" = set; then
6781 $as_echo_n "(cached) " >&6
6782 else
6783 if test -n "$RSVG"; then
6784 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6785 else
6786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787 for as_dir in $PATH
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
6792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793 ac_cv_prog_RSVG="$ac_prog"
6794 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6797 done
6798 done
6799 IFS=$as_save_IFS
6803 RSVG=$ac_cv_prog_RSVG
6804 if test -n "$RSVG"; then
6805 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6806 $as_echo "$RSVG" >&6; }
6807 else
6808 { $as_echo "$as_me:$LINENO: result: no" >&5
6809 $as_echo "no" >&6; }
6813 test -n "$RSVG" && break
6814 done
6815 test -n "$RSVG" || RSVG="false"
6817 for ac_prog in icotool
6819 # Extract the first word of "$ac_prog", so it can be a program name with args.
6820 set dummy $ac_prog; ac_word=$2
6821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6824 $as_echo_n "(cached) " >&6
6825 else
6826 if test -n "$ICOTOOL"; then
6827 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6832 IFS=$as_save_IFS
6833 test -z "$as_dir" && as_dir=.
6834 for ac_exec_ext in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_ICOTOOL="$ac_prog"
6837 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6838 break 2
6840 done
6841 done
6842 IFS=$as_save_IFS
6846 ICOTOOL=$ac_cv_prog_ICOTOOL
6847 if test -n "$ICOTOOL"; then
6848 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6849 $as_echo "$ICOTOOL" >&6; }
6850 else
6851 { $as_echo "$as_me:$LINENO: result: no" >&5
6852 $as_echo "no" >&6; }
6856 test -n "$ICOTOOL" && break
6857 done
6858 test -n "$ICOTOOL" || ICOTOOL="false"
6861 if test "${enable_maintainer_mode+set}" = set
6862 then
6863 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6864 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6865 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6868 case $host_cpu in
6869 *i[3456789]86*)
6870 # Extract the first word of "prelink", so it can be a program name with args.
6871 set dummy prelink; ac_word=$2
6872 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6873 $as_echo_n "checking for $ac_word... " >&6; }
6874 if test "${ac_cv_path_PRELINK+set}" = set; then
6875 $as_echo_n "(cached) " >&6
6876 else
6877 case $PRELINK in
6878 [\\/]* | ?:[\\/]*)
6879 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in /sbin /usr/sbin $PATH
6885 IFS=$as_save_IFS
6886 test -z "$as_dir" && as_dir=.
6887 for ac_exec_ext in '' $ac_executable_extensions; do
6888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6890 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6891 break 2
6893 done
6894 done
6895 IFS=$as_save_IFS
6897 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6899 esac
6901 PRELINK=$ac_cv_path_PRELINK
6902 if test -n "$PRELINK"; then
6903 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6904 $as_echo "$PRELINK" >&6; }
6905 else
6906 { $as_echo "$as_me:$LINENO: result: no" >&5
6907 $as_echo "no" >&6; }
6912 esac
6916 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6917 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6918 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6919 $as_echo_n "(cached) " >&6
6920 else
6921 ac_check_lib_save_LIBS=$LIBS
6922 LIBS="-li386 $LIBS"
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h. */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h. */
6930 /* Override any GCC internal prototype to avoid an error.
6931 Use char because int might match the return type of a GCC
6932 builtin and then its argument prototype would still apply. */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 char i386_set_ldt ();
6938 main ()
6940 return i386_set_ldt ();
6942 return 0;
6944 _ACEOF
6945 rm -f conftest.$ac_objext conftest$ac_exeext
6946 if { (ac_try="$ac_link"
6947 case "(($ac_try" in
6948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6949 *) ac_try_echo=$ac_try;;
6950 esac
6951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6952 $as_echo "$ac_try_echo") >&5
6953 (eval "$ac_link") 2>conftest.er1
6954 ac_status=$?
6955 grep -v '^ *+' conftest.er1 >conftest.err
6956 rm -f conftest.er1
6957 cat conftest.err >&5
6958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959 (exit $ac_status); } && {
6960 test -z "$ac_c_werror_flag" ||
6961 test ! -s conftest.err
6962 } && test -s conftest$ac_exeext && {
6963 test "$cross_compiling" = yes ||
6964 $as_test_x conftest$ac_exeext
6965 }; then
6966 ac_cv_lib_i386_i386_set_ldt=yes
6967 else
6968 $as_echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.$ac_ext >&5
6971 ac_cv_lib_i386_i386_set_ldt=no
6974 rm -rf conftest.dSYM
6975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6976 conftest$ac_exeext conftest.$ac_ext
6977 LIBS=$ac_check_lib_save_LIBS
6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6980 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6981 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6982 cat >>confdefs.h <<_ACEOF
6983 #define HAVE_LIBI386 1
6984 _ACEOF
6986 LIBS="-li386 $LIBS"
6991 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6994 $as_echo_n "(cached) " >&6
6995 else
6996 ac_check_lib_save_LIBS=$LIBS
6997 LIBS="-lossaudio $LIBS"
6998 cat >conftest.$ac_ext <<_ACEOF
6999 /* confdefs.h. */
7000 _ACEOF
7001 cat confdefs.h >>conftest.$ac_ext
7002 cat >>conftest.$ac_ext <<_ACEOF
7003 /* end confdefs.h. */
7005 /* Override any GCC internal prototype to avoid an error.
7006 Use char because int might match the return type of a GCC
7007 builtin and then its argument prototype would still apply. */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char _oss_ioctl ();
7013 main ()
7015 return _oss_ioctl ();
7017 return 0;
7019 _ACEOF
7020 rm -f conftest.$ac_objext conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024 *) ac_try_echo=$ac_try;;
7025 esac
7026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7027 $as_echo "$ac_try_echo") >&5
7028 (eval "$ac_link") 2>conftest.er1
7029 ac_status=$?
7030 grep -v '^ *+' conftest.er1 >conftest.err
7031 rm -f conftest.er1
7032 cat conftest.err >&5
7033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7034 (exit $ac_status); } && {
7035 test -z "$ac_c_werror_flag" ||
7036 test ! -s conftest.err
7037 } && test -s conftest$ac_exeext && {
7038 test "$cross_compiling" = yes ||
7039 $as_test_x conftest$ac_exeext
7040 }; then
7041 ac_cv_lib_ossaudio__oss_ioctl=yes
7042 else
7043 $as_echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7046 ac_cv_lib_ossaudio__oss_ioctl=no
7049 rm -rf conftest.dSYM
7050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7051 conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7055 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7056 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7057 cat >>confdefs.h <<_ACEOF
7058 #define HAVE_LIBOSSAUDIO 1
7059 _ACEOF
7061 LIBS="-lossaudio $LIBS"
7065 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7066 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7067 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7068 $as_echo_n "(cached) " >&6
7069 else
7070 ac_check_lib_save_LIBS=$LIBS
7071 LIBS="-lpthread $LIBS"
7072 cat >conftest.$ac_ext <<_ACEOF
7073 /* confdefs.h. */
7074 _ACEOF
7075 cat confdefs.h >>conftest.$ac_ext
7076 cat >>conftest.$ac_ext <<_ACEOF
7077 /* end confdefs.h. */
7079 /* Override any GCC internal prototype to avoid an error.
7080 Use char because int might match the return type of a GCC
7081 builtin and then its argument prototype would still apply. */
7082 #ifdef __cplusplus
7083 extern "C"
7084 #endif
7085 char pthread_create ();
7087 main ()
7089 return pthread_create ();
7091 return 0;
7093 _ACEOF
7094 rm -f conftest.$ac_objext conftest$ac_exeext
7095 if { (ac_try="$ac_link"
7096 case "(($ac_try" in
7097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098 *) ac_try_echo=$ac_try;;
7099 esac
7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7101 $as_echo "$ac_try_echo") >&5
7102 (eval "$ac_link") 2>conftest.er1
7103 ac_status=$?
7104 grep -v '^ *+' conftest.er1 >conftest.err
7105 rm -f conftest.er1
7106 cat conftest.err >&5
7107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108 (exit $ac_status); } && {
7109 test -z "$ac_c_werror_flag" ||
7110 test ! -s conftest.err
7111 } && test -s conftest$ac_exeext && {
7112 test "$cross_compiling" = yes ||
7113 $as_test_x conftest$ac_exeext
7114 }; then
7115 ac_cv_lib_pthread_pthread_create=yes
7116 else
7117 $as_echo "$as_me: failed program was:" >&5
7118 sed 's/^/| /' conftest.$ac_ext >&5
7120 ac_cv_lib_pthread_pthread_create=no
7123 rm -rf conftest.dSYM
7124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7125 conftest$ac_exeext conftest.$ac_ext
7126 LIBS=$ac_check_lib_save_LIBS
7128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7129 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7130 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7131 LIBPTHREAD="-lpthread"
7136 XLIB=""
7138 OPENGL_LIBS=""
7142 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7143 $as_echo_n "checking for ANSI C header files... " >&6; }
7144 if test "${ac_cv_header_stdc+set}" = set; then
7145 $as_echo_n "(cached) " >&6
7146 else
7147 cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h. */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 #include <stdlib.h>
7154 #include <stdarg.h>
7155 #include <string.h>
7156 #include <float.h>
7159 main ()
7163 return 0;
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (ac_try="$ac_compile"
7168 case "(($ac_try" in
7169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7170 *) ac_try_echo=$ac_try;;
7171 esac
7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7173 $as_echo "$ac_try_echo") >&5
7174 (eval "$ac_compile") 2>conftest.er1
7175 ac_status=$?
7176 grep -v '^ *+' conftest.er1 >conftest.err
7177 rm -f conftest.er1
7178 cat conftest.err >&5
7179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); } && {
7181 test -z "$ac_c_werror_flag" ||
7182 test ! -s conftest.err
7183 } && test -s conftest.$ac_objext; then
7184 ac_cv_header_stdc=yes
7185 else
7186 $as_echo "$as_me: failed program was:" >&5
7187 sed 's/^/| /' conftest.$ac_ext >&5
7189 ac_cv_header_stdc=no
7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7194 if test $ac_cv_header_stdc = yes; then
7195 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7196 cat >conftest.$ac_ext <<_ACEOF
7197 /* confdefs.h. */
7198 _ACEOF
7199 cat confdefs.h >>conftest.$ac_ext
7200 cat >>conftest.$ac_ext <<_ACEOF
7201 /* end confdefs.h. */
7202 #include <string.h>
7204 _ACEOF
7205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7206 $EGREP "memchr" >/dev/null 2>&1; then
7208 else
7209 ac_cv_header_stdc=no
7211 rm -f conftest*
7215 if test $ac_cv_header_stdc = yes; then
7216 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7217 cat >conftest.$ac_ext <<_ACEOF
7218 /* confdefs.h. */
7219 _ACEOF
7220 cat confdefs.h >>conftest.$ac_ext
7221 cat >>conftest.$ac_ext <<_ACEOF
7222 /* end confdefs.h. */
7223 #include <stdlib.h>
7225 _ACEOF
7226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7227 $EGREP "free" >/dev/null 2>&1; then
7229 else
7230 ac_cv_header_stdc=no
7232 rm -f conftest*
7236 if test $ac_cv_header_stdc = yes; then
7237 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7238 if test "$cross_compiling" = yes; then
7240 else
7241 cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h. */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h. */
7247 #include <ctype.h>
7248 #include <stdlib.h>
7249 #if ((' ' & 0x0FF) == 0x020)
7250 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7251 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7252 #else
7253 # define ISLOWER(c) \
7254 (('a' <= (c) && (c) <= 'i') \
7255 || ('j' <= (c) && (c) <= 'r') \
7256 || ('s' <= (c) && (c) <= 'z'))
7257 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7258 #endif
7260 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7262 main ()
7264 int i;
7265 for (i = 0; i < 256; i++)
7266 if (XOR (islower (i), ISLOWER (i))
7267 || toupper (i) != TOUPPER (i))
7268 return 2;
7269 return 0;
7271 _ACEOF
7272 rm -f conftest$ac_exeext
7273 if { (ac_try="$ac_link"
7274 case "(($ac_try" in
7275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7276 *) ac_try_echo=$ac_try;;
7277 esac
7278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7279 $as_echo "$ac_try_echo") >&5
7280 (eval "$ac_link") 2>&5
7281 ac_status=$?
7282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7284 { (case "(($ac_try" in
7285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286 *) ac_try_echo=$ac_try;;
7287 esac
7288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7289 $as_echo "$ac_try_echo") >&5
7290 (eval "$ac_try") 2>&5
7291 ac_status=$?
7292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); }; }; then
7295 else
7296 $as_echo "$as_me: program exited with status $ac_status" >&5
7297 $as_echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7303 rm -rf conftest.dSYM
7304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7311 $as_echo "$ac_cv_header_stdc" >&6; }
7312 if test $ac_cv_header_stdc = yes; then
7314 cat >>confdefs.h <<\_ACEOF
7315 #define STDC_HEADERS 1
7316 _ACEOF
7320 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7330 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7331 inttypes.h stdint.h unistd.h
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7335 $as_echo_n "checking for $ac_header... " >&6; }
7336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7337 $as_echo_n "(cached) " >&6
7338 else
7339 cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h. */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353 *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357 (eval "$ac_compile") 2>conftest.er1
7358 ac_status=$?
7359 grep -v '^ *+' conftest.er1 >conftest.err
7360 rm -f conftest.er1
7361 cat conftest.err >&5
7362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); } && {
7364 test -z "$ac_c_werror_flag" ||
7365 test ! -s conftest.err
7366 } && test -s conftest.$ac_objext; then
7367 eval "$as_ac_Header=yes"
7368 else
7369 $as_echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7372 eval "$as_ac_Header=no"
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7377 ac_res=`eval 'as_val=${'$as_ac_Header'}
7378 $as_echo "$as_val"'`
7379 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7380 $as_echo "$ac_res" >&6; }
7381 as_val=`eval 'as_val=${'$as_ac_Header'}
7382 $as_echo "$as_val"'`
7383 if test "x$as_val" = x""yes; then
7384 cat >>confdefs.h <<_ACEOF
7385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 _ACEOF
7390 done
7509 for ac_header in \
7510 AudioUnit/AudioUnit.h \
7511 Carbon/Carbon.h \
7512 CoreAudio/CoreAudio.h \
7513 DiskArbitration/DiskArbitration.h \
7514 IOKit/IOKitLib.h \
7515 alias.h \
7516 alsa/asoundlib.h \
7517 arpa/inet.h \
7518 arpa/nameser.h \
7519 asm/types.h \
7520 capi20.h \
7521 curses.h \
7522 direct.h \
7523 dirent.h \
7524 dlfcn.h \
7525 elf.h \
7526 float.h \
7527 fontconfig/fontconfig.h \
7528 getopt.h \
7529 grp.h \
7530 ieeefp.h \
7531 io.h \
7532 jack/jack.h \
7533 jpeglib.h \
7534 lber.h \
7535 lcms.h \
7536 lcms/lcms.h \
7537 ldap.h \
7538 libaudioio.h \
7539 link.h \
7540 linux/cdrom.h \
7541 linux/compiler.h \
7542 linux/hdreg.h \
7543 linux/input.h \
7544 linux/ioctl.h \
7545 linux/joystick.h \
7546 linux/major.h \
7547 linux/param.h \
7548 linux/serial.h \
7549 linux/types.h \
7550 linux/ucdrom.h \
7551 mach/mach.h \
7552 mach/machine.h \
7553 machine/cpu.h \
7554 machine/limits.h \
7555 machine/soundcard.h \
7556 mntent.h \
7557 ncurses.h \
7558 netdb.h \
7559 netinet/in.h \
7560 netinet/in_systm.h \
7561 netinet/tcp.h \
7562 netinet/tcp_fsm.h \
7563 openssl/err.h \
7564 openssl/ssl.h \
7565 png.h \
7566 poll.h \
7567 process.h \
7568 pthread.h \
7569 pwd.h \
7570 regex.h \
7571 sched.h \
7572 scsi/scsi.h \
7573 scsi/scsi_ioctl.h \
7574 scsi/sg.h \
7575 soundcard.h \
7576 stdint.h \
7577 strings.h \
7578 sys/asoundlib.h \
7579 sys/cdio.h \
7580 sys/elf32.h \
7581 sys/epoll.h \
7582 sys/errno.h \
7583 sys/event.h \
7584 sys/exec_elf.h \
7585 sys/filio.h \
7586 sys/ioctl.h \
7587 sys/ipc.h \
7588 sys/limits.h \
7589 sys/link.h \
7590 sys/lwp.h \
7591 sys/mman.h \
7592 sys/modem.h \
7593 sys/msg.h \
7594 sys/mtio.h \
7595 sys/param.h \
7596 sys/poll.h \
7597 sys/prctl.h \
7598 sys/protosw.h \
7599 sys/ptrace.h \
7600 sys/reg.h \
7601 sys/resource.h \
7602 sys/scsiio.h \
7603 sys/shm.h \
7604 sys/signal.h \
7605 sys/socket.h \
7606 sys/socketvar.h \
7607 sys/sockio.h \
7608 sys/soundcard.h \
7609 sys/statvfs.h \
7610 sys/strtio.h \
7611 sys/syscall.h \
7612 sys/time.h \
7613 sys/timeout.h \
7614 sys/times.h \
7615 sys/uio.h \
7616 sys/un.h \
7617 sys/utsname.h \
7618 sys/vm86.h \
7619 sys/wait.h \
7620 syscall.h \
7621 termios.h \
7622 unistd.h \
7623 utime.h \
7624 valgrind/memcheck.h \
7625 valgrind/valgrind.h
7628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 $as_echo_n "checking for $ac_header... " >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 $as_echo_n "(cached) " >&6
7635 ac_res=`eval 'as_val=${'$as_ac_Header'}
7636 $as_echo "$as_val"'`
7637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7638 $as_echo "$ac_res" >&6; }
7639 else
7640 # Is the header compilable?
7641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7642 $as_echo_n "checking $ac_header usability... " >&6; }
7643 cat >conftest.$ac_ext <<_ACEOF
7644 /* confdefs.h. */
7645 _ACEOF
7646 cat confdefs.h >>conftest.$ac_ext
7647 cat >>conftest.$ac_ext <<_ACEOF
7648 /* end confdefs.h. */
7649 $ac_includes_default
7650 #include <$ac_header>
7651 _ACEOF
7652 rm -f conftest.$ac_objext
7653 if { (ac_try="$ac_compile"
7654 case "(($ac_try" in
7655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7656 *) ac_try_echo=$ac_try;;
7657 esac
7658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7659 $as_echo "$ac_try_echo") >&5
7660 (eval "$ac_compile") 2>conftest.er1
7661 ac_status=$?
7662 grep -v '^ *+' conftest.er1 >conftest.err
7663 rm -f conftest.er1
7664 cat conftest.err >&5
7665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 (exit $ac_status); } && {
7667 test -z "$ac_c_werror_flag" ||
7668 test ! -s conftest.err
7669 } && test -s conftest.$ac_objext; then
7670 ac_header_compiler=yes
7671 else
7672 $as_echo "$as_me: failed program was:" >&5
7673 sed 's/^/| /' conftest.$ac_ext >&5
7675 ac_header_compiler=no
7678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7680 $as_echo "$ac_header_compiler" >&6; }
7682 # Is the header present?
7683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7684 $as_echo_n "checking $ac_header presence... " >&6; }
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h. */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h. */
7691 #include <$ac_header>
7692 _ACEOF
7693 if { (ac_try="$ac_cpp conftest.$ac_ext"
7694 case "(($ac_try" in
7695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696 *) ac_try_echo=$ac_try;;
7697 esac
7698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7699 $as_echo "$ac_try_echo") >&5
7700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7701 ac_status=$?
7702 grep -v '^ *+' conftest.er1 >conftest.err
7703 rm -f conftest.er1
7704 cat conftest.err >&5
7705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); } >/dev/null && {
7707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7708 test ! -s conftest.err
7709 }; then
7710 ac_header_preproc=yes
7711 else
7712 $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7715 ac_header_preproc=no
7718 rm -f conftest.err conftest.$ac_ext
7719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7720 $as_echo "$ac_header_preproc" >&6; }
7722 # So? What about this header?
7723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7724 yes:no: )
7725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7729 ac_header_preproc=yes
7731 no:yes:* )
7732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7735 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7739 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7744 ( cat <<\_ASBOX
7745 ## ------------------------------------ ##
7746 ## Report this to wine-devel@winehq.org ##
7747 ## ------------------------------------ ##
7748 _ASBOX
7749 ) | sed "s/^/$as_me: WARNING: /" >&2
7751 esac
7752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7753 $as_echo_n "checking for $ac_header... " >&6; }
7754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7755 $as_echo_n "(cached) " >&6
7756 else
7757 eval "$as_ac_Header=\$ac_header_preproc"
7759 ac_res=`eval 'as_val=${'$as_ac_Header'}
7760 $as_echo "$as_val"'`
7761 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7762 $as_echo "$ac_res" >&6; }
7765 as_val=`eval 'as_val=${'$as_ac_Header'}
7766 $as_echo "$as_val"'`
7767 if test "x$as_val" = x""yes; then
7768 cat >>confdefs.h <<_ACEOF
7769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7770 _ACEOF
7774 done
7776 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7777 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7778 if test "${ac_cv_header_stat_broken+set}" = set; then
7779 $as_echo_n "(cached) " >&6
7780 else
7781 cat >conftest.$ac_ext <<_ACEOF
7782 /* confdefs.h. */
7783 _ACEOF
7784 cat confdefs.h >>conftest.$ac_ext
7785 cat >>conftest.$ac_ext <<_ACEOF
7786 /* end confdefs.h. */
7787 #include <sys/types.h>
7788 #include <sys/stat.h>
7790 #if defined S_ISBLK && defined S_IFDIR
7791 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7792 #endif
7794 #if defined S_ISBLK && defined S_IFCHR
7795 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7796 #endif
7798 #if defined S_ISLNK && defined S_IFREG
7799 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7800 #endif
7802 #if defined S_ISSOCK && defined S_IFREG
7803 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7804 #endif
7806 _ACEOF
7807 rm -f conftest.$ac_objext
7808 if { (ac_try="$ac_compile"
7809 case "(($ac_try" in
7810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7811 *) ac_try_echo=$ac_try;;
7812 esac
7813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7814 $as_echo "$ac_try_echo") >&5
7815 (eval "$ac_compile") 2>conftest.er1
7816 ac_status=$?
7817 grep -v '^ *+' conftest.er1 >conftest.err
7818 rm -f conftest.er1
7819 cat conftest.err >&5
7820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821 (exit $ac_status); } && {
7822 test -z "$ac_c_werror_flag" ||
7823 test ! -s conftest.err
7824 } && test -s conftest.$ac_objext; then
7825 ac_cv_header_stat_broken=no
7826 else
7827 $as_echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7830 ac_cv_header_stat_broken=yes
7833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7835 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7836 $as_echo "$ac_cv_header_stat_broken" >&6; }
7837 if test $ac_cv_header_stat_broken = yes; then
7839 cat >>confdefs.h <<\_ACEOF
7840 #define STAT_MACROS_BROKEN 1
7841 _ACEOF
7852 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 $as_echo_n "checking for $ac_header... " >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 $as_echo_n "(cached) " >&6
7859 else
7860 cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h. */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_PARAM_H
7868 # include <sys/param.h>
7869 #endif
7871 #include <$ac_header>
7872 _ACEOF
7873 rm -f conftest.$ac_objext
7874 if { (ac_try="$ac_compile"
7875 case "(($ac_try" in
7876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7877 *) ac_try_echo=$ac_try;;
7878 esac
7879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7880 $as_echo "$ac_try_echo") >&5
7881 (eval "$ac_compile") 2>conftest.er1
7882 ac_status=$?
7883 grep -v '^ *+' conftest.er1 >conftest.err
7884 rm -f conftest.er1
7885 cat conftest.err >&5
7886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); } && {
7888 test -z "$ac_c_werror_flag" ||
7889 test ! -s conftest.err
7890 } && test -s conftest.$ac_objext; then
7891 eval "$as_ac_Header=yes"
7892 else
7893 $as_echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7896 eval "$as_ac_Header=no"
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7901 ac_res=`eval 'as_val=${'$as_ac_Header'}
7902 $as_echo "$as_val"'`
7903 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7904 $as_echo "$ac_res" >&6; }
7905 as_val=`eval 'as_val=${'$as_ac_Header'}
7906 $as_echo "$as_val"'`
7907 if test "x$as_val" = x""yes; then
7908 cat >>confdefs.h <<_ACEOF
7909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7910 _ACEOF
7914 done
7930 for ac_header in \
7931 netinet/ip.h \
7932 net/if.h \
7933 net/if_arp.h \
7934 net/if_dl.h \
7935 net/if_types.h \
7936 net/route.h \
7937 netinet/if_ether.h \
7938 netinet/if_inarp.h \
7939 netinet/in_pcb.h \
7940 netinet/ip_icmp.h \
7941 netinet/ip_var.h \
7942 netinet/udp.h \
7943 netipx/ipx.h \
7946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7947 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7948 $as_echo_n "checking for $ac_header... " >&6; }
7949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7950 $as_echo_n "(cached) " >&6
7951 else
7952 cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h. */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h. */
7958 #include <sys/types.h>
7959 #ifdef HAVE_SYS_SOCKET_H
7960 # include <sys/socket.h>
7961 #endif
7962 #ifdef HAVE_SYS_SOCKETVAR_H
7963 # include <sys/socketvar.h>
7964 #endif
7965 #ifdef HAVE_NETINET_IN_H
7966 # include <netinet/in.h>
7967 #endif
7968 #ifdef HAVE_NETINET_IP_H
7969 # include <netinet/ip.h>
7970 #endif
7972 #include <$ac_header>
7973 _ACEOF
7974 rm -f conftest.$ac_objext
7975 if { (ac_try="$ac_compile"
7976 case "(($ac_try" in
7977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7978 *) ac_try_echo=$ac_try;;
7979 esac
7980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7981 $as_echo "$ac_try_echo") >&5
7982 (eval "$ac_compile") 2>conftest.er1
7983 ac_status=$?
7984 grep -v '^ *+' conftest.er1 >conftest.err
7985 rm -f conftest.er1
7986 cat conftest.err >&5
7987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7988 (exit $ac_status); } && {
7989 test -z "$ac_c_werror_flag" ||
7990 test ! -s conftest.err
7991 } && test -s conftest.$ac_objext; then
7992 eval "$as_ac_Header=yes"
7993 else
7994 $as_echo "$as_me: failed program was:" >&5
7995 sed 's/^/| /' conftest.$ac_ext >&5
7997 eval "$as_ac_Header=no"
8000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8002 ac_res=`eval 'as_val=${'$as_ac_Header'}
8003 $as_echo "$as_val"'`
8004 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8005 $as_echo "$ac_res" >&6; }
8006 as_val=`eval 'as_val=${'$as_ac_Header'}
8007 $as_echo "$as_val"'`
8008 if test "x$as_val" = x""yes; then
8009 cat >>confdefs.h <<_ACEOF
8010 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8011 _ACEOF
8015 done
8022 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
8024 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8025 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8026 $as_echo_n "checking for $ac_header... " >&6; }
8027 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8028 $as_echo_n "(cached) " >&6
8029 else
8030 cat >conftest.$ac_ext <<_ACEOF
8031 /* confdefs.h. */
8032 _ACEOF
8033 cat confdefs.h >>conftest.$ac_ext
8034 cat >>conftest.$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8036 #include <sys/types.h>
8037 #ifdef HAVE_ALIAS_H
8038 # include <alias.h>
8039 #endif
8040 #ifdef HAVE_SYS_SOCKET_H
8041 # include <sys/socket.h>
8042 #endif
8043 #ifdef HAVE_SYS_SOCKETVAR_H
8044 # include <sys/socketvar.h>
8045 #endif
8046 #ifdef HAVE_NETINET_IN_H
8047 # include <netinet/in.h>
8048 #endif
8049 #ifdef HAVE_NETINET_IP_H
8050 # include <netinet/ip.h>
8051 #endif
8052 #ifdef HAVE_NETINET_IP_VAR_H
8053 # include <netinet/ip_var.h>
8054 #endif
8055 #ifdef HAVE_NETINET_IP_ICMP_H
8056 # include <netinet/ip_icmp.h>
8057 #endif
8058 #ifdef HAVE_NETINET_UDP_H
8059 # include <netinet/udp.h>
8060 #endif
8061 #ifdef HAVE_NETINET_TCP_H
8062 # include <netinet/tcp.h>
8063 #endif
8065 #include <$ac_header>
8066 _ACEOF
8067 rm -f conftest.$ac_objext
8068 if { (ac_try="$ac_compile"
8069 case "(($ac_try" in
8070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8071 *) ac_try_echo=$ac_try;;
8072 esac
8073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8074 $as_echo "$ac_try_echo") >&5
8075 (eval "$ac_compile") 2>conftest.er1
8076 ac_status=$?
8077 grep -v '^ *+' conftest.er1 >conftest.err
8078 rm -f conftest.er1
8079 cat conftest.err >&5
8080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8081 (exit $ac_status); } && {
8082 test -z "$ac_c_werror_flag" ||
8083 test ! -s conftest.err
8084 } && test -s conftest.$ac_objext; then
8085 eval "$as_ac_Header=yes"
8086 else
8087 $as_echo "$as_me: failed program was:" >&5
8088 sed 's/^/| /' conftest.$ac_ext >&5
8090 eval "$as_ac_Header=no"
8093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8095 ac_res=`eval 'as_val=${'$as_ac_Header'}
8096 $as_echo "$as_val"'`
8097 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8098 $as_echo "$ac_res" >&6; }
8099 as_val=`eval 'as_val=${'$as_ac_Header'}
8100 $as_echo "$as_val"'`
8101 if test "x$as_val" = x""yes; then
8102 cat >>confdefs.h <<_ACEOF
8103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8104 _ACEOF
8108 done
8112 for ac_header in linux/ipx.h
8114 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8115 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8116 $as_echo_n "checking for $ac_header... " >&6; }
8117 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8118 $as_echo_n "(cached) " >&6
8119 else
8120 cat >conftest.$ac_ext <<_ACEOF
8121 /* confdefs.h. */
8122 _ACEOF
8123 cat confdefs.h >>conftest.$ac_ext
8124 cat >>conftest.$ac_ext <<_ACEOF
8125 /* end confdefs.h. */
8126 #include <sys/types.h>
8127 #ifdef HAVE_ASM_TYPES_H
8128 # include <asm/types.h>
8129 #endif
8130 #ifdef HAVE_SYS_SOCKET_H
8131 # include <sys/socket.h>
8132 #endif
8133 #ifdef HAVE_LINUX_TYPES_H
8134 # include <linux/types.h>
8135 #endif
8137 #include <$ac_header>
8138 _ACEOF
8139 rm -f conftest.$ac_objext
8140 if { (ac_try="$ac_compile"
8141 case "(($ac_try" in
8142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8143 *) ac_try_echo=$ac_try;;
8144 esac
8145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8146 $as_echo "$ac_try_echo") >&5
8147 (eval "$ac_compile") 2>conftest.er1
8148 ac_status=$?
8149 grep -v '^ *+' conftest.er1 >conftest.err
8150 rm -f conftest.er1
8151 cat conftest.err >&5
8152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8153 (exit $ac_status); } && {
8154 test -z "$ac_c_werror_flag" ||
8155 test ! -s conftest.err
8156 } && test -s conftest.$ac_objext; then
8157 eval "$as_ac_Header=yes"
8158 else
8159 $as_echo "$as_me: failed program was:" >&5
8160 sed 's/^/| /' conftest.$ac_ext >&5
8162 eval "$as_ac_Header=no"
8165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8167 ac_res=`eval 'as_val=${'$as_ac_Header'}
8168 $as_echo "$as_val"'`
8169 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8170 $as_echo "$ac_res" >&6; }
8171 as_val=`eval 'as_val=${'$as_ac_Header'}
8172 $as_echo "$as_val"'`
8173 if test "x$as_val" = x""yes; then
8174 cat >>confdefs.h <<_ACEOF
8175 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8176 _ACEOF
8180 done
8184 for ac_header in resolv.h
8186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8187 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8188 $as_echo_n "checking for $ac_header... " >&6; }
8189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8190 $as_echo_n "(cached) " >&6
8191 else
8192 cat >conftest.$ac_ext <<_ACEOF
8193 /* confdefs.h. */
8194 _ACEOF
8195 cat confdefs.h >>conftest.$ac_ext
8196 cat >>conftest.$ac_ext <<_ACEOF
8197 /* end confdefs.h. */
8198 #include <sys/types.h>
8199 #ifdef HAVE_SYS_SOCKET_H
8200 # include <sys/socket.h>
8201 #endif
8202 #ifdef HAVE_NETINET_IN_H
8203 # include <netinet/in.h>
8204 #endif
8205 #ifdef HAVE_ARPA_NAMESER_H
8206 # include <arpa/nameser.h>
8207 #endif
8209 #include <$ac_header>
8210 _ACEOF
8211 rm -f conftest.$ac_objext
8212 if { (ac_try="$ac_compile"
8213 case "(($ac_try" in
8214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8215 *) ac_try_echo=$ac_try;;
8216 esac
8217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8218 $as_echo "$ac_try_echo") >&5
8219 (eval "$ac_compile") 2>conftest.er1
8220 ac_status=$?
8221 grep -v '^ *+' conftest.er1 >conftest.err
8222 rm -f conftest.er1
8223 cat conftest.err >&5
8224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8225 (exit $ac_status); } && {
8226 test -z "$ac_c_werror_flag" ||
8227 test ! -s conftest.err
8228 } && test -s conftest.$ac_objext; then
8229 eval "$as_ac_Header=yes"
8230 else
8231 $as_echo "$as_me: failed program was:" >&5
8232 sed 's/^/| /' conftest.$ac_ext >&5
8234 eval "$as_ac_Header=no"
8237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8239 ac_res=`eval 'as_val=${'$as_ac_Header'}
8240 $as_echo "$as_val"'`
8241 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8242 $as_echo "$ac_res" >&6; }
8243 as_val=`eval 'as_val=${'$as_ac_Header'}
8244 $as_echo "$as_val"'`
8245 if test "x$as_val" = x""yes; then
8246 cat >>confdefs.h <<_ACEOF
8247 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8248 _ACEOF
8252 done
8256 for ac_header in ucontext.h
8258 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8259 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8260 $as_echo_n "checking for $ac_header... " >&6; }
8261 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8262 $as_echo_n "(cached) " >&6
8263 else
8264 cat >conftest.$ac_ext <<_ACEOF
8265 /* confdefs.h. */
8266 _ACEOF
8267 cat confdefs.h >>conftest.$ac_ext
8268 cat >>conftest.$ac_ext <<_ACEOF
8269 /* end confdefs.h. */
8270 #include <signal.h>
8272 #include <$ac_header>
8273 _ACEOF
8274 rm -f conftest.$ac_objext
8275 if { (ac_try="$ac_compile"
8276 case "(($ac_try" in
8277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8278 *) ac_try_echo=$ac_try;;
8279 esac
8280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8281 $as_echo "$ac_try_echo") >&5
8282 (eval "$ac_compile") 2>conftest.er1
8283 ac_status=$?
8284 grep -v '^ *+' conftest.er1 >conftest.err
8285 rm -f conftest.er1
8286 cat conftest.err >&5
8287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8288 (exit $ac_status); } && {
8289 test -z "$ac_c_werror_flag" ||
8290 test ! -s conftest.err
8291 } && test -s conftest.$ac_objext; then
8292 eval "$as_ac_Header=yes"
8293 else
8294 $as_echo "$as_me: failed program was:" >&5
8295 sed 's/^/| /' conftest.$ac_ext >&5
8297 eval "$as_ac_Header=no"
8300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8302 ac_res=`eval 'as_val=${'$as_ac_Header'}
8303 $as_echo "$as_val"'`
8304 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8305 $as_echo "$ac_res" >&6; }
8306 as_val=`eval 'as_val=${'$as_ac_Header'}
8307 $as_echo "$as_val"'`
8308 if test "x$as_val" = x""yes; then
8309 cat >>confdefs.h <<_ACEOF
8310 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8311 _ACEOF
8315 done
8319 for ac_header in sys/thr.h
8321 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8322 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8323 $as_echo_n "checking for $ac_header... " >&6; }
8324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8325 $as_echo_n "(cached) " >&6
8326 else
8327 cat >conftest.$ac_ext <<_ACEOF
8328 /* confdefs.h. */
8329 _ACEOF
8330 cat confdefs.h >>conftest.$ac_ext
8331 cat >>conftest.$ac_ext <<_ACEOF
8332 /* end confdefs.h. */
8333 #include <sys/types.h>
8334 #ifdef HAVE_UCONTEXT_H
8335 #include <ucontext.h>
8336 #endif
8338 #include <$ac_header>
8339 _ACEOF
8340 rm -f conftest.$ac_objext
8341 if { (ac_try="$ac_compile"
8342 case "(($ac_try" in
8343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8344 *) ac_try_echo=$ac_try;;
8345 esac
8346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8347 $as_echo "$ac_try_echo") >&5
8348 (eval "$ac_compile") 2>conftest.er1
8349 ac_status=$?
8350 grep -v '^ *+' conftest.er1 >conftest.err
8351 rm -f conftest.er1
8352 cat conftest.err >&5
8353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8354 (exit $ac_status); } && {
8355 test -z "$ac_c_werror_flag" ||
8356 test ! -s conftest.err
8357 } && test -s conftest.$ac_objext; then
8358 eval "$as_ac_Header=yes"
8359 else
8360 $as_echo "$as_me: failed program was:" >&5
8361 sed 's/^/| /' conftest.$ac_ext >&5
8363 eval "$as_ac_Header=no"
8366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8368 ac_res=`eval 'as_val=${'$as_ac_Header'}
8369 $as_echo "$as_val"'`
8370 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8371 $as_echo "$ac_res" >&6; }
8372 as_val=`eval 'as_val=${'$as_ac_Header'}
8373 $as_echo "$as_val"'`
8374 if test "x$as_val" = x""yes; then
8375 cat >>confdefs.h <<_ACEOF
8376 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8377 _ACEOF
8381 done
8385 for ac_header in pthread_np.h
8387 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8388 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8389 $as_echo_n "checking for $ac_header... " >&6; }
8390 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8391 $as_echo_n "(cached) " >&6
8392 else
8393 cat >conftest.$ac_ext <<_ACEOF
8394 /* confdefs.h. */
8395 _ACEOF
8396 cat confdefs.h >>conftest.$ac_ext
8397 cat >>conftest.$ac_ext <<_ACEOF
8398 /* end confdefs.h. */
8399 #ifdef HAVE_PTHREAD_H
8400 #include <pthread.h>
8401 #endif
8403 #include <$ac_header>
8404 _ACEOF
8405 rm -f conftest.$ac_objext
8406 if { (ac_try="$ac_compile"
8407 case "(($ac_try" in
8408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8409 *) ac_try_echo=$ac_try;;
8410 esac
8411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8412 $as_echo "$ac_try_echo") >&5
8413 (eval "$ac_compile") 2>conftest.er1
8414 ac_status=$?
8415 grep -v '^ *+' conftest.er1 >conftest.err
8416 rm -f conftest.er1
8417 cat conftest.err >&5
8418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8419 (exit $ac_status); } && {
8420 test -z "$ac_c_werror_flag" ||
8421 test ! -s conftest.err
8422 } && test -s conftest.$ac_objext; then
8423 eval "$as_ac_Header=yes"
8424 else
8425 $as_echo "$as_me: failed program was:" >&5
8426 sed 's/^/| /' conftest.$ac_ext >&5
8428 eval "$as_ac_Header=no"
8431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8433 ac_res=`eval 'as_val=${'$as_ac_Header'}
8434 $as_echo "$as_val"'`
8435 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8436 $as_echo "$ac_res" >&6; }
8437 as_val=`eval 'as_val=${'$as_ac_Header'}
8438 $as_echo "$as_val"'`
8439 if test "x$as_val" = x""yes; then
8440 cat >>confdefs.h <<_ACEOF
8441 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8442 _ACEOF
8446 done
8450 for ac_header in linux/videodev.h
8452 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8453 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8454 $as_echo_n "checking for $ac_header... " >&6; }
8455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8456 $as_echo_n "(cached) " >&6
8457 else
8458 cat >conftest.$ac_ext <<_ACEOF
8459 /* confdefs.h. */
8460 _ACEOF
8461 cat confdefs.h >>conftest.$ac_ext
8462 cat >>conftest.$ac_ext <<_ACEOF
8463 /* end confdefs.h. */
8464 #ifdef HAVE_SYS_TIME_H
8465 #include <sys/time.h>
8466 #endif
8467 #include <sys/types.h>
8468 #ifdef HAVE_ASM_TYPES_H
8469 #include <asm/types.h>
8470 #endif
8472 #include <$ac_header>
8473 _ACEOF
8474 rm -f conftest.$ac_objext
8475 if { (ac_try="$ac_compile"
8476 case "(($ac_try" in
8477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8478 *) ac_try_echo=$ac_try;;
8479 esac
8480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8481 $as_echo "$ac_try_echo") >&5
8482 (eval "$ac_compile") 2>conftest.er1
8483 ac_status=$?
8484 grep -v '^ *+' conftest.er1 >conftest.err
8485 rm -f conftest.er1
8486 cat conftest.err >&5
8487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8488 (exit $ac_status); } && {
8489 test -z "$ac_c_werror_flag" ||
8490 test ! -s conftest.err
8491 } && test -s conftest.$ac_objext; then
8492 eval "$as_ac_Header=yes"
8493 else
8494 $as_echo "$as_me: failed program was:" >&5
8495 sed 's/^/| /' conftest.$ac_ext >&5
8497 eval "$as_ac_Header=no"
8500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8502 ac_res=`eval 'as_val=${'$as_ac_Header'}
8503 $as_echo "$as_val"'`
8504 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8505 $as_echo "$ac_res" >&6; }
8506 as_val=`eval 'as_val=${'$as_ac_Header'}
8507 $as_echo "$as_val"'`
8508 if test "x$as_val" = x""yes; then
8509 cat >>confdefs.h <<_ACEOF
8510 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8511 _ACEOF
8515 done
8519 for ac_header in linux/capi.h
8521 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8522 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8523 $as_echo_n "checking for $ac_header... " >&6; }
8524 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8525 $as_echo_n "(cached) " >&6
8526 else
8527 cat >conftest.$ac_ext <<_ACEOF
8528 /* confdefs.h. */
8529 _ACEOF
8530 cat confdefs.h >>conftest.$ac_ext
8531 cat >>conftest.$ac_ext <<_ACEOF
8532 /* end confdefs.h. */
8533 #define __user
8535 #include <$ac_header>
8536 _ACEOF
8537 rm -f conftest.$ac_objext
8538 if { (ac_try="$ac_compile"
8539 case "(($ac_try" in
8540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8541 *) ac_try_echo=$ac_try;;
8542 esac
8543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8544 $as_echo "$ac_try_echo") >&5
8545 (eval "$ac_compile") 2>conftest.er1
8546 ac_status=$?
8547 grep -v '^ *+' conftest.er1 >conftest.err
8548 rm -f conftest.er1
8549 cat conftest.err >&5
8550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8551 (exit $ac_status); } && {
8552 test -z "$ac_c_werror_flag" ||
8553 test ! -s conftest.err
8554 } && test -s conftest.$ac_objext; then
8555 eval "$as_ac_Header=yes"
8556 else
8557 $as_echo "$as_me: failed program was:" >&5
8558 sed 's/^/| /' conftest.$ac_ext >&5
8560 eval "$as_ac_Header=no"
8563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8565 ac_res=`eval 'as_val=${'$as_ac_Header'}
8566 $as_echo "$as_val"'`
8567 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8568 $as_echo "$ac_res" >&6; }
8569 as_val=`eval 'as_val=${'$as_ac_Header'}
8570 $as_echo "$as_val"'`
8571 if test "x$as_val" = x""yes; then
8572 cat >>confdefs.h <<_ACEOF
8573 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8574 _ACEOF
8578 done
8582 DLLEXT=""
8584 DLLFLAGS="-D_REENTRANT"
8586 LDSHARED=""
8588 LDDLLFLAGS=""
8590 LIBEXT="so"
8592 IMPLIBEXT="def"
8594 LDRPATH_INSTALL=""
8596 LDRPATH_LOCAL=""
8598 # Extract the first word of "ldd", so it can be a program name with args.
8599 set dummy ldd; ac_word=$2
8600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8601 $as_echo_n "checking for $ac_word... " >&6; }
8602 if test "${ac_cv_path_LDD+set}" = set; then
8603 $as_echo_n "(cached) " >&6
8604 else
8605 case $LDD in
8606 [\\/]* | ?:[\\/]*)
8607 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8611 as_dummy="/sbin:/usr/sbin:$PATH"
8612 for as_dir in $as_dummy
8614 IFS=$as_save_IFS
8615 test -z "$as_dir" && as_dir=.
8616 for ac_exec_ext in '' $ac_executable_extensions; do
8617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8618 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8619 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8620 break 2
8622 done
8623 done
8624 IFS=$as_save_IFS
8626 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8628 esac
8630 LDD=$ac_cv_path_LDD
8631 if test -n "$LDD"; then
8632 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8633 $as_echo "$LDD" >&6; }
8634 else
8635 { $as_echo "$as_me:$LINENO: result: no" >&5
8636 $as_echo "no" >&6; }
8641 case $host_os in
8642 cygwin*|mingw32*)
8643 if test -n "$ac_tool_prefix"; then
8644 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8645 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8646 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8647 $as_echo_n "checking for $ac_word... " >&6; }
8648 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8649 $as_echo_n "(cached) " >&6
8650 else
8651 if test -n "$DLLTOOL"; then
8652 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8653 else
8654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8655 for as_dir in $PATH
8657 IFS=$as_save_IFS
8658 test -z "$as_dir" && as_dir=.
8659 for ac_exec_ext in '' $ac_executable_extensions; do
8660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8661 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8662 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8663 break 2
8665 done
8666 done
8667 IFS=$as_save_IFS
8671 DLLTOOL=$ac_cv_prog_DLLTOOL
8672 if test -n "$DLLTOOL"; then
8673 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8674 $as_echo "$DLLTOOL" >&6; }
8675 else
8676 { $as_echo "$as_me:$LINENO: result: no" >&5
8677 $as_echo "no" >&6; }
8682 if test -z "$ac_cv_prog_DLLTOOL"; then
8683 ac_ct_DLLTOOL=$DLLTOOL
8684 # Extract the first word of "dlltool", so it can be a program name with args.
8685 set dummy dlltool; ac_word=$2
8686 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8687 $as_echo_n "checking for $ac_word... " >&6; }
8688 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8689 $as_echo_n "(cached) " >&6
8690 else
8691 if test -n "$ac_ct_DLLTOOL"; then
8692 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8693 else
8694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8695 for as_dir in $PATH
8697 IFS=$as_save_IFS
8698 test -z "$as_dir" && as_dir=.
8699 for ac_exec_ext in '' $ac_executable_extensions; do
8700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8701 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8702 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8703 break 2
8705 done
8706 done
8707 IFS=$as_save_IFS
8711 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8712 if test -n "$ac_ct_DLLTOOL"; then
8713 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8714 $as_echo "$ac_ct_DLLTOOL" >&6; }
8715 else
8716 { $as_echo "$as_me:$LINENO: result: no" >&5
8717 $as_echo "no" >&6; }
8720 if test "x$ac_ct_DLLTOOL" = x; then
8721 DLLTOOL="false"
8722 else
8723 case $cross_compiling:$ac_tool_warned in
8724 yes:)
8725 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8726 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8727 ac_tool_warned=yes ;;
8728 esac
8729 DLLTOOL=$ac_ct_DLLTOOL
8731 else
8732 DLLTOOL="$ac_cv_prog_DLLTOOL"
8735 if test -n "$ac_tool_prefix"; then
8736 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8737 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8738 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8739 $as_echo_n "checking for $ac_word... " >&6; }
8740 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8741 $as_echo_n "(cached) " >&6
8742 else
8743 if test -n "$DLLWRAP"; then
8744 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8745 else
8746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8747 for as_dir in $PATH
8749 IFS=$as_save_IFS
8750 test -z "$as_dir" && as_dir=.
8751 for ac_exec_ext in '' $ac_executable_extensions; do
8752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8753 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8754 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8755 break 2
8757 done
8758 done
8759 IFS=$as_save_IFS
8763 DLLWRAP=$ac_cv_prog_DLLWRAP
8764 if test -n "$DLLWRAP"; then
8765 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8766 $as_echo "$DLLWRAP" >&6; }
8767 else
8768 { $as_echo "$as_me:$LINENO: result: no" >&5
8769 $as_echo "no" >&6; }
8774 if test -z "$ac_cv_prog_DLLWRAP"; then
8775 ac_ct_DLLWRAP=$DLLWRAP
8776 # Extract the first word of "dllwrap", so it can be a program name with args.
8777 set dummy dllwrap; ac_word=$2
8778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8779 $as_echo_n "checking for $ac_word... " >&6; }
8780 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8781 $as_echo_n "(cached) " >&6
8782 else
8783 if test -n "$ac_ct_DLLWRAP"; then
8784 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8785 else
8786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8787 for as_dir in $PATH
8789 IFS=$as_save_IFS
8790 test -z "$as_dir" && as_dir=.
8791 for ac_exec_ext in '' $ac_executable_extensions; do
8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8793 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8794 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8795 break 2
8797 done
8798 done
8799 IFS=$as_save_IFS
8803 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8804 if test -n "$ac_ct_DLLWRAP"; then
8805 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8806 $as_echo "$ac_ct_DLLWRAP" >&6; }
8807 else
8808 { $as_echo "$as_me:$LINENO: result: no" >&5
8809 $as_echo "no" >&6; }
8812 if test "x$ac_ct_DLLWRAP" = x; then
8813 DLLWRAP="false"
8814 else
8815 case $cross_compiling:$ac_tool_warned in
8816 yes:)
8817 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8818 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8819 ac_tool_warned=yes ;;
8820 esac
8821 DLLWRAP=$ac_ct_DLLWRAP
8823 else
8824 DLLWRAP="$ac_cv_prog_DLLWRAP"
8827 if test -n "$ac_tool_prefix"; then
8828 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8829 set dummy ${ac_tool_prefix}ar; ac_word=$2
8830 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8831 $as_echo_n "checking for $ac_word... " >&6; }
8832 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8833 $as_echo_n "(cached) " >&6
8834 else
8835 if test -n "$MINGWAR"; then
8836 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8837 else
8838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8839 for as_dir in $PATH
8841 IFS=$as_save_IFS
8842 test -z "$as_dir" && as_dir=.
8843 for ac_exec_ext in '' $ac_executable_extensions; do
8844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8845 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8846 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8847 break 2
8849 done
8850 done
8851 IFS=$as_save_IFS
8855 MINGWAR=$ac_cv_prog_MINGWAR
8856 if test -n "$MINGWAR"; then
8857 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8858 $as_echo "$MINGWAR" >&6; }
8859 else
8860 { $as_echo "$as_me:$LINENO: result: no" >&5
8861 $as_echo "no" >&6; }
8866 if test -z "$ac_cv_prog_MINGWAR"; then
8867 ac_ct_MINGWAR=$MINGWAR
8868 # Extract the first word of "ar", so it can be a program name with args.
8869 set dummy ar; ac_word=$2
8870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8871 $as_echo_n "checking for $ac_word... " >&6; }
8872 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8873 $as_echo_n "(cached) " >&6
8874 else
8875 if test -n "$ac_ct_MINGWAR"; then
8876 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8877 else
8878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879 for as_dir in $PATH
8881 IFS=$as_save_IFS
8882 test -z "$as_dir" && as_dir=.
8883 for ac_exec_ext in '' $ac_executable_extensions; do
8884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8885 ac_cv_prog_ac_ct_MINGWAR="ar"
8886 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8887 break 2
8889 done
8890 done
8891 IFS=$as_save_IFS
8895 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8896 if test -n "$ac_ct_MINGWAR"; then
8897 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8898 $as_echo "$ac_ct_MINGWAR" >&6; }
8899 else
8900 { $as_echo "$as_me:$LINENO: result: no" >&5
8901 $as_echo "no" >&6; }
8904 if test "x$ac_ct_MINGWAR" = x; then
8905 MINGWAR="false"
8906 else
8907 case $cross_compiling:$ac_tool_warned in
8908 yes:)
8909 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8910 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8911 ac_tool_warned=yes ;;
8912 esac
8913 MINGWAR=$ac_ct_MINGWAR
8915 else
8916 MINGWAR="$ac_cv_prog_MINGWAR"
8919 if test "$DLLWRAP" = "false"; then
8920 LIBEXT="a"
8921 else
8922 LIBEXT="dll"
8924 IMPLIBEXT="a"
8925 WIN16_FILES=""
8926 WIN16_INSTALL=""
8927 enable_iphlpapi=${enable_iphlpapi:-no}
8928 enable_kernel32=${enable_kernel32:-no}
8929 enable_msvcrt=${enable_msvcrt:-no}
8930 enable_ntdll=${enable_ntdll:-no}
8931 enable_ws2_32=${enable_ws2_32:-no}
8932 enable_loader=${enable_loader:-no}
8933 enable_server=${enable_server:-no}
8935 darwin*|macosx*)
8936 DLLEXT=".so"
8937 LIBEXT="dylib"
8938 DLLFLAGS="$DLLFLAGS -fPIC"
8939 LDDLLFLAGS="-bundle -multiply_defined suppress"
8940 LIBWINE_LDFLAGS="-multiply_defined suppress"
8941 LDSHARED="\$(CC) -dynamiclib"
8942 STRIP="$STRIP -x"
8943 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8944 SECURITYLIB="-framework Security -framework CoreFoundation"
8946 COREFOUNDATIONLIB="-framework CoreFoundation"
8948 IOKITLIB="-framework IOKit -framework CoreFoundation"
8950 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8952 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8953 then
8954 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8957 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8958 then
8959 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8962 case $host_cpu in
8963 *powerpc*)
8964 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8965 esac
8966 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8967 then
8968 CARBONLIB="-framework Carbon"
8970 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8974 DLLFLAGS="$DLLFLAGS -fPIC"
8975 DLLEXT=".so"
8976 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8977 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8978 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8979 $as_echo_n "(cached) " >&6
8980 else
8981 ac_wine_try_cflags_saved=$CFLAGS
8982 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8983 cat >conftest.$ac_ext <<_ACEOF
8984 void myfunc() {}
8985 _ACEOF
8986 rm -f conftest.$ac_objext conftest$ac_exeext
8987 if { (ac_try="$ac_link"
8988 case "(($ac_try" in
8989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8990 *) ac_try_echo=$ac_try;;
8991 esac
8992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8993 $as_echo "$ac_try_echo") >&5
8994 (eval "$ac_link") 2>conftest.er1
8995 ac_status=$?
8996 grep -v '^ *+' conftest.er1 >conftest.err
8997 rm -f conftest.er1
8998 cat conftest.err >&5
8999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9000 (exit $ac_status); } && {
9001 test -z "$ac_c_werror_flag" ||
9002 test ! -s conftest.err
9003 } && test -s conftest$ac_exeext && {
9004 test "$cross_compiling" = yes ||
9005 $as_test_x conftest$ac_exeext
9006 }; then
9007 ac_cv_c_dll_gnuelf="yes"
9008 else
9009 $as_echo "$as_me: failed program was:" >&5
9010 sed 's/^/| /' conftest.$ac_ext >&5
9012 ac_cv_c_dll_gnuelf="no"
9015 rm -rf conftest.dSYM
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 CFLAGS=$ac_wine_try_cflags_saved
9020 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9021 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9022 if test "$ac_cv_c_dll_gnuelf" = "yes"
9023 then
9024 LDSHARED="\$(CC) -shared"
9025 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9026 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9027 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9028 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9029 $as_echo_n "(cached) " >&6
9030 else
9031 ac_wine_try_cflags_saved=$CFLAGS
9032 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9033 cat >conftest.$ac_ext <<_ACEOF
9034 /* confdefs.h. */
9035 _ACEOF
9036 cat confdefs.h >>conftest.$ac_ext
9037 cat >>conftest.$ac_ext <<_ACEOF
9038 /* end confdefs.h. */
9041 main ()
9045 return 0;
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052 *) ac_try_echo=$ac_try;;
9053 esac
9054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9055 $as_echo "$ac_try_echo") >&5
9056 (eval "$ac_link") 2>conftest.er1
9057 ac_status=$?
9058 grep -v '^ *+' conftest.er1 >conftest.err
9059 rm -f conftest.er1
9060 cat conftest.err >&5
9061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062 (exit $ac_status); } && {
9063 test -z "$ac_c_werror_flag" ||
9064 test ! -s conftest.err
9065 } && test -s conftest$ac_exeext && {
9066 test "$cross_compiling" = yes ||
9067 $as_test_x conftest$ac_exeext
9068 }; then
9069 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9070 else
9071 $as_echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.$ac_ext >&5
9074 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9077 rm -rf conftest.dSYM
9078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9079 conftest$ac_exeext conftest.$ac_ext
9080 CFLAGS=$ac_wine_try_cflags_saved
9082 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9083 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9084 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9085 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9086 else
9087 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9088 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9089 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9090 $as_echo_n "(cached) " >&6
9091 else
9092 ac_wine_try_cflags_saved=$CFLAGS
9093 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9102 main ()
9106 return 0;
9108 _ACEOF
9109 rm -f conftest.$ac_objext conftest$ac_exeext
9110 if { (ac_try="$ac_link"
9111 case "(($ac_try" in
9112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113 *) ac_try_echo=$ac_try;;
9114 esac
9115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9116 $as_echo "$ac_try_echo") >&5
9117 (eval "$ac_link") 2>conftest.er1
9118 ac_status=$?
9119 grep -v '^ *+' conftest.er1 >conftest.err
9120 rm -f conftest.er1
9121 cat conftest.err >&5
9122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 (exit $ac_status); } && {
9124 test -z "$ac_c_werror_flag" ||
9125 test ! -s conftest.err
9126 } && test -s conftest$ac_exeext && {
9127 test "$cross_compiling" = yes ||
9128 $as_test_x conftest$ac_exeext
9129 }; then
9130 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9131 else
9132 $as_echo "$as_me: failed program was:" >&5
9133 sed 's/^/| /' conftest.$ac_ext >&5
9135 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9138 rm -rf conftest.dSYM
9139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9140 conftest$ac_exeext conftest.$ac_ext
9141 CFLAGS=$ac_wine_try_cflags_saved
9143 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9144 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9145 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9146 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9152 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9153 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9154 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9155 $as_echo_n "(cached) " >&6
9156 else
9157 ac_wine_try_cflags_saved=$CFLAGS
9158 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9159 cat >conftest.$ac_ext <<_ACEOF
9160 /* confdefs.h. */
9161 _ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9167 main ()
9171 return 0;
9173 _ACEOF
9174 rm -f conftest.$ac_objext conftest$ac_exeext
9175 if { (ac_try="$ac_link"
9176 case "(($ac_try" in
9177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9178 *) ac_try_echo=$ac_try;;
9179 esac
9180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9181 $as_echo "$ac_try_echo") >&5
9182 (eval "$ac_link") 2>conftest.er1
9183 ac_status=$?
9184 grep -v '^ *+' conftest.er1 >conftest.err
9185 rm -f conftest.er1
9186 cat conftest.err >&5
9187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188 (exit $ac_status); } && {
9189 test -z "$ac_c_werror_flag" ||
9190 test ! -s conftest.err
9191 } && test -s conftest$ac_exeext && {
9192 test "$cross_compiling" = yes ||
9193 $as_test_x conftest$ac_exeext
9194 }; then
9195 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9196 else
9197 $as_echo "$as_me: failed program was:" >&5
9198 sed 's/^/| /' conftest.$ac_ext >&5
9200 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9203 rm -rf conftest.dSYM
9204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9205 conftest$ac_exeext conftest.$ac_ext
9206 CFLAGS=$ac_wine_try_cflags_saved
9208 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9209 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9210 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9211 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9215 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9216 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9217 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9218 $as_echo_n "(cached) " >&6
9219 else
9220 ac_wine_try_cflags_saved=$CFLAGS
9221 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9222 cat >conftest.$ac_ext <<_ACEOF
9223 /* confdefs.h. */
9224 _ACEOF
9225 cat confdefs.h >>conftest.$ac_ext
9226 cat >>conftest.$ac_ext <<_ACEOF
9227 /* end confdefs.h. */
9230 main ()
9234 return 0;
9236 _ACEOF
9237 rm -f conftest.$ac_objext conftest$ac_exeext
9238 if { (ac_try="$ac_link"
9239 case "(($ac_try" in
9240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9241 *) ac_try_echo=$ac_try;;
9242 esac
9243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9244 $as_echo "$ac_try_echo") >&5
9245 (eval "$ac_link") 2>conftest.er1
9246 ac_status=$?
9247 grep -v '^ *+' conftest.er1 >conftest.err
9248 rm -f conftest.er1
9249 cat conftest.err >&5
9250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9251 (exit $ac_status); } && {
9252 test -z "$ac_c_werror_flag" ||
9253 test ! -s conftest.err
9254 } && test -s conftest$ac_exeext && {
9255 test "$cross_compiling" = yes ||
9256 $as_test_x conftest$ac_exeext
9257 }; then
9258 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9259 else
9260 $as_echo "$as_me: failed program was:" >&5
9261 sed 's/^/| /' conftest.$ac_ext >&5
9263 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9266 rm -rf conftest.dSYM
9267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9268 conftest$ac_exeext conftest.$ac_ext
9269 CFLAGS=$ac_wine_try_cflags_saved
9271 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9272 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9273 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9274 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9278 echo '{ global: *; };' >conftest.map
9279 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9280 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9281 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9282 $as_echo_n "(cached) " >&6
9283 else
9284 ac_wine_try_cflags_saved=$CFLAGS
9285 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9286 cat >conftest.$ac_ext <<_ACEOF
9287 /* confdefs.h. */
9288 _ACEOF
9289 cat confdefs.h >>conftest.$ac_ext
9290 cat >>conftest.$ac_ext <<_ACEOF
9291 /* end confdefs.h. */
9294 main ()
9298 return 0;
9300 _ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9303 case "(($ac_try" in
9304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9305 *) ac_try_echo=$ac_try;;
9306 esac
9307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9308 $as_echo "$ac_try_echo") >&5
9309 (eval "$ac_link") 2>conftest.er1
9310 ac_status=$?
9311 grep -v '^ *+' conftest.er1 >conftest.err
9312 rm -f conftest.er1
9313 cat conftest.err >&5
9314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9315 (exit $ac_status); } && {
9316 test -z "$ac_c_werror_flag" ||
9317 test ! -s conftest.err
9318 } && test -s conftest$ac_exeext && {
9319 test "$cross_compiling" = yes ||
9320 $as_test_x conftest$ac_exeext
9321 }; then
9322 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9323 else
9324 $as_echo "$as_me: failed program was:" >&5
9325 sed 's/^/| /' conftest.$ac_ext >&5
9327 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9330 rm -rf conftest.dSYM
9331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9332 conftest$ac_exeext conftest.$ac_ext
9333 CFLAGS=$ac_wine_try_cflags_saved
9335 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9336 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9337 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9338 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9341 rm -f conftest.map
9343 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9344 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9345 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9346 $as_echo_n "(cached) " >&6
9347 else
9348 ac_wine_try_cflags_saved=$CFLAGS
9349 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9350 cat >conftest.$ac_ext <<_ACEOF
9351 /* confdefs.h. */
9352 _ACEOF
9353 cat confdefs.h >>conftest.$ac_ext
9354 cat >>conftest.$ac_ext <<_ACEOF
9355 /* end confdefs.h. */
9358 main ()
9362 return 0;
9364 _ACEOF
9365 rm -f conftest.$ac_objext conftest$ac_exeext
9366 if { (ac_try="$ac_link"
9367 case "(($ac_try" in
9368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9369 *) ac_try_echo=$ac_try;;
9370 esac
9371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9372 $as_echo "$ac_try_echo") >&5
9373 (eval "$ac_link") 2>conftest.er1
9374 ac_status=$?
9375 grep -v '^ *+' conftest.er1 >conftest.err
9376 rm -f conftest.er1
9377 cat conftest.err >&5
9378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9379 (exit $ac_status); } && {
9380 test -z "$ac_c_werror_flag" ||
9381 test ! -s conftest.err
9382 } && test -s conftest$ac_exeext && {
9383 test "$cross_compiling" = yes ||
9384 $as_test_x conftest$ac_exeext
9385 }; then
9386 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9387 else
9388 $as_echo "$as_me: failed program was:" >&5
9389 sed 's/^/| /' conftest.$ac_ext >&5
9391 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9394 rm -rf conftest.dSYM
9395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9396 conftest$ac_exeext conftest.$ac_ext
9397 CFLAGS=$ac_wine_try_cflags_saved
9399 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9400 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9401 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9402 LDEXECFLAGS="-Wl,--export-dynamic"
9407 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9408 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9409 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9410 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9411 $as_echo_n "(cached) " >&6
9412 else
9413 ac_wine_try_cflags_saved=$CFLAGS
9414 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9415 cat >conftest.$ac_ext <<_ACEOF
9416 /* confdefs.h. */
9417 _ACEOF
9418 cat confdefs.h >>conftest.$ac_ext
9419 cat >>conftest.$ac_ext <<_ACEOF
9420 /* end confdefs.h. */
9423 main ()
9427 return 0;
9429 _ACEOF
9430 rm -f conftest.$ac_objext conftest$ac_exeext
9431 if { (ac_try="$ac_link"
9432 case "(($ac_try" in
9433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9434 *) ac_try_echo=$ac_try;;
9435 esac
9436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9437 $as_echo "$ac_try_echo") >&5
9438 (eval "$ac_link") 2>conftest.er1
9439 ac_status=$?
9440 grep -v '^ *+' conftest.er1 >conftest.err
9441 rm -f conftest.er1
9442 cat conftest.err >&5
9443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); } && {
9445 test -z "$ac_c_werror_flag" ||
9446 test ! -s conftest.err
9447 } && test -s conftest$ac_exeext && {
9448 test "$cross_compiling" = yes ||
9449 $as_test_x conftest$ac_exeext
9450 }; then
9451 eval "$as_ac_var=yes"
9452 else
9453 $as_echo "$as_me: failed program was:" >&5
9454 sed 's/^/| /' conftest.$ac_ext >&5
9456 eval "$as_ac_var=no"
9459 rm -rf conftest.dSYM
9460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9461 conftest$ac_exeext conftest.$ac_ext
9462 CFLAGS=$ac_wine_try_cflags_saved
9464 ac_res=`eval 'as_val=${'$as_ac_var'}
9465 $as_echo "$as_val"'`
9466 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9467 $as_echo "$ac_res" >&6; }
9468 if test `eval 'as_val=${'$as_ac_var'}
9469 $as_echo "$as_val"'` = yes; then
9470 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9471 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9472 else
9473 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9474 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9475 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9476 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9477 $as_echo_n "(cached) " >&6
9478 else
9479 ac_wine_try_cflags_saved=$CFLAGS
9480 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9481 cat >conftest.$ac_ext <<_ACEOF
9482 /* confdefs.h. */
9483 _ACEOF
9484 cat confdefs.h >>conftest.$ac_ext
9485 cat >>conftest.$ac_ext <<_ACEOF
9486 /* end confdefs.h. */
9489 main ()
9493 return 0;
9495 _ACEOF
9496 rm -f conftest.$ac_objext conftest$ac_exeext
9497 if { (ac_try="$ac_link"
9498 case "(($ac_try" in
9499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9500 *) ac_try_echo=$ac_try;;
9501 esac
9502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9503 $as_echo "$ac_try_echo") >&5
9504 (eval "$ac_link") 2>conftest.er1
9505 ac_status=$?
9506 grep -v '^ *+' conftest.er1 >conftest.err
9507 rm -f conftest.er1
9508 cat conftest.err >&5
9509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510 (exit $ac_status); } && {
9511 test -z "$ac_c_werror_flag" ||
9512 test ! -s conftest.err
9513 } && test -s conftest$ac_exeext && {
9514 test "$cross_compiling" = yes ||
9515 $as_test_x conftest$ac_exeext
9516 }; then
9517 eval "$as_ac_var=yes"
9518 else
9519 $as_echo "$as_me: failed program was:" >&5
9520 sed 's/^/| /' conftest.$ac_ext >&5
9522 eval "$as_ac_var=no"
9525 rm -rf conftest.dSYM
9526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9527 conftest$ac_exeext conftest.$ac_ext
9528 CFLAGS=$ac_wine_try_cflags_saved
9530 ac_res=`eval 'as_val=${'$as_ac_var'}
9531 $as_echo "$as_val"'`
9532 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9533 $as_echo "$ac_res" >&6; }
9534 if test `eval 'as_val=${'$as_ac_var'}
9535 $as_echo "$as_val"'` = yes; then
9536 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9537 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9543 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9544 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9545 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9546 $as_echo_n "(cached) " >&6
9547 else
9548 ac_wine_try_cflags_saved=$CFLAGS
9549 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9550 cat >conftest.$ac_ext <<_ACEOF
9551 /* confdefs.h. */
9552 _ACEOF
9553 cat confdefs.h >>conftest.$ac_ext
9554 cat >>conftest.$ac_ext <<_ACEOF
9555 /* end confdefs.h. */
9558 main ()
9562 return 0;
9564 _ACEOF
9565 rm -f conftest.$ac_objext conftest$ac_exeext
9566 if { (ac_try="$ac_link"
9567 case "(($ac_try" in
9568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9569 *) ac_try_echo=$ac_try;;
9570 esac
9571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9572 $as_echo "$ac_try_echo") >&5
9573 (eval "$ac_link") 2>conftest.er1
9574 ac_status=$?
9575 grep -v '^ *+' conftest.er1 >conftest.err
9576 rm -f conftest.er1
9577 cat conftest.err >&5
9578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9579 (exit $ac_status); } && {
9580 test -z "$ac_c_werror_flag" ||
9581 test ! -s conftest.err
9582 } && test -s conftest$ac_exeext && {
9583 test "$cross_compiling" = yes ||
9584 $as_test_x conftest$ac_exeext
9585 }; then
9586 ac_cv_cflags__Wl___enable_new_dtags=yes
9587 else
9588 $as_echo "$as_me: failed program was:" >&5
9589 sed 's/^/| /' conftest.$ac_ext >&5
9591 ac_cv_cflags__Wl___enable_new_dtags=no
9594 rm -rf conftest.dSYM
9595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9596 conftest$ac_exeext conftest.$ac_ext
9597 CFLAGS=$ac_wine_try_cflags_saved
9599 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9600 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9601 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9602 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9606 case $host_cpu in
9607 *i[3456789]86* | x86_64)
9608 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9609 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9610 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9611 $as_echo_n "(cached) " >&6
9612 else
9613 ac_wine_try_cflags_saved=$CFLAGS
9614 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9615 cat >conftest.$ac_ext <<_ACEOF
9616 /* confdefs.h. */
9617 _ACEOF
9618 cat confdefs.h >>conftest.$ac_ext
9619 cat >>conftest.$ac_ext <<_ACEOF
9620 /* end confdefs.h. */
9623 main ()
9627 return 0;
9629 _ACEOF
9630 rm -f conftest.$ac_objext conftest$ac_exeext
9631 if { (ac_try="$ac_link"
9632 case "(($ac_try" in
9633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9634 *) ac_try_echo=$ac_try;;
9635 esac
9636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9637 $as_echo "$ac_try_echo") >&5
9638 (eval "$ac_link") 2>conftest.er1
9639 ac_status=$?
9640 grep -v '^ *+' conftest.er1 >conftest.err
9641 rm -f conftest.er1
9642 cat conftest.err >&5
9643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9644 (exit $ac_status); } && {
9645 test -z "$ac_c_werror_flag" ||
9646 test ! -s conftest.err
9647 } && test -s conftest$ac_exeext && {
9648 test "$cross_compiling" = yes ||
9649 $as_test_x conftest$ac_exeext
9650 }; then
9651 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9652 else
9653 $as_echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9656 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9659 rm -rf conftest.dSYM
9660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9661 conftest$ac_exeext conftest.$ac_ext
9662 CFLAGS=$ac_wine_try_cflags_saved
9664 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9665 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9666 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9667 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9671 esac
9673 else
9674 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9675 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9676 if test "${ac_cv_c_dll_unixware+set}" = set; then
9677 $as_echo_n "(cached) " >&6
9678 else
9679 ac_wine_try_cflags_saved=$CFLAGS
9680 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9681 cat >conftest.$ac_ext <<_ACEOF
9682 void myfunc() {}
9683 _ACEOF
9684 rm -f conftest.$ac_objext conftest$ac_exeext
9685 if { (ac_try="$ac_link"
9686 case "(($ac_try" in
9687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9688 *) ac_try_echo=$ac_try;;
9689 esac
9690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9691 $as_echo "$ac_try_echo") >&5
9692 (eval "$ac_link") 2>conftest.er1
9693 ac_status=$?
9694 grep -v '^ *+' conftest.er1 >conftest.err
9695 rm -f conftest.er1
9696 cat conftest.err >&5
9697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9698 (exit $ac_status); } && {
9699 test -z "$ac_c_werror_flag" ||
9700 test ! -s conftest.err
9701 } && test -s conftest$ac_exeext && {
9702 test "$cross_compiling" = yes ||
9703 $as_test_x conftest$ac_exeext
9704 }; then
9705 ac_cv_c_dll_unixware="yes"
9706 else
9707 $as_echo "$as_me: failed program was:" >&5
9708 sed 's/^/| /' conftest.$ac_ext >&5
9710 ac_cv_c_dll_unixware="no"
9713 rm -rf conftest.dSYM
9714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9715 conftest$ac_exeext conftest.$ac_ext
9716 CFLAGS=$ac_wine_try_cflags_saved
9718 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9719 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9720 if test "$ac_cv_c_dll_unixware" = "yes"
9721 then
9722 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9723 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9725 else
9726 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9727 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9728 if test "${ac_cv_c_dll_hpux+set}" = set; then
9729 $as_echo_n "(cached) " >&6
9730 else
9731 ac_wine_try_cflags_saved=$CFLAGS
9732 CFLAGS="$CFLAGS -shared"
9733 cat >conftest.$ac_ext <<_ACEOF
9734 void myfunc() {}
9735 _ACEOF
9736 rm -f conftest.$ac_objext conftest$ac_exeext
9737 if { (ac_try="$ac_link"
9738 case "(($ac_try" in
9739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9740 *) ac_try_echo=$ac_try;;
9741 esac
9742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9743 $as_echo "$ac_try_echo") >&5
9744 (eval "$ac_link") 2>conftest.er1
9745 ac_status=$?
9746 grep -v '^ *+' conftest.er1 >conftest.err
9747 rm -f conftest.er1
9748 cat conftest.err >&5
9749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9750 (exit $ac_status); } && {
9751 test -z "$ac_c_werror_flag" ||
9752 test ! -s conftest.err
9753 } && test -s conftest$ac_exeext && {
9754 test "$cross_compiling" = yes ||
9755 $as_test_x conftest$ac_exeext
9756 }; then
9757 ac_cv_c_dll_hpux="yes"
9758 else
9759 $as_echo "$as_me: failed program was:" >&5
9760 sed 's/^/| /' conftest.$ac_ext >&5
9762 ac_cv_c_dll_hpux="no"
9765 rm -rf conftest.dSYM
9766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9767 conftest$ac_exeext conftest.$ac_ext
9768 CFLAGS=$ac_wine_try_cflags_saved
9770 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9771 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9772 if test "$ac_cv_c_dll_hpux" = "yes"
9773 then
9774 LIBEXT="sl"
9775 DLLEXT=".sl"
9776 LDDLLFLAGS="-shared -fPIC"
9777 LDSHARED="\$(CC) -shared"
9782 esac
9784 enable_winequartz_drv=${enable_winequartz_drv:-no}
9786 if test "$LIBEXT" = "a"; then
9787 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9788 It is currently not possible to build Wine without shared library
9789 (.so) support to allow transparent switch between .so and .dll files.
9790 If you are using Linux, you will need a newer binutils.
9791 " >&5
9792 $as_echo "$as_me: error: could not find a way to build shared libraries.
9793 It is currently not possible to build Wine without shared library
9794 (.so) support to allow transparent switch between .so and .dll files.
9795 If you are using Linux, you will need a newer binutils.
9796 " >&2;}
9797 { (exit 1); exit 1; }; }
9800 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9801 then
9802 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9804 # Extract the first word of "$ac_prog", so it can be a program name with args.
9805 set dummy $ac_prog; ac_word=$2
9806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9807 $as_echo_n "checking for $ac_word... " >&6; }
9808 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9809 $as_echo_n "(cached) " >&6
9810 else
9811 if test -n "$CROSSCC"; then
9812 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9813 else
9814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9815 for as_dir in $PATH
9817 IFS=$as_save_IFS
9818 test -z "$as_dir" && as_dir=.
9819 for ac_exec_ext in '' $ac_executable_extensions; do
9820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9821 ac_cv_prog_CROSSCC="$ac_prog"
9822 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9823 break 2
9825 done
9826 done
9827 IFS=$as_save_IFS
9831 CROSSCC=$ac_cv_prog_CROSSCC
9832 if test -n "$CROSSCC"; then
9833 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9834 $as_echo "$CROSSCC" >&6; }
9835 else
9836 { $as_echo "$as_me:$LINENO: result: no" >&5
9837 $as_echo "no" >&6; }
9841 test -n "$CROSSCC" && break
9842 done
9843 test -n "$CROSSCC" || CROSSCC="false"
9845 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9847 # Extract the first word of "$ac_prog", so it can be a program name with args.
9848 set dummy $ac_prog; ac_word=$2
9849 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9850 $as_echo_n "checking for $ac_word... " >&6; }
9851 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9852 $as_echo_n "(cached) " >&6
9853 else
9854 if test -n "$DLLTOOL"; then
9855 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9856 else
9857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9858 for as_dir in $PATH
9860 IFS=$as_save_IFS
9861 test -z "$as_dir" && as_dir=.
9862 for ac_exec_ext in '' $ac_executable_extensions; do
9863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9864 ac_cv_prog_DLLTOOL="$ac_prog"
9865 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9866 break 2
9868 done
9869 done
9870 IFS=$as_save_IFS
9874 DLLTOOL=$ac_cv_prog_DLLTOOL
9875 if test -n "$DLLTOOL"; then
9876 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9877 $as_echo "$DLLTOOL" >&6; }
9878 else
9879 { $as_echo "$as_me:$LINENO: result: no" >&5
9880 $as_echo "no" >&6; }
9884 test -n "$DLLTOOL" && break
9885 done
9886 test -n "$DLLTOOL" || DLLTOOL="false"
9888 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9890 # Extract the first word of "$ac_prog", so it can be a program name with args.
9891 set dummy $ac_prog; ac_word=$2
9892 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9893 $as_echo_n "checking for $ac_word... " >&6; }
9894 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9895 $as_echo_n "(cached) " >&6
9896 else
9897 if test -n "$CROSSWINDRES"; then
9898 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9899 else
9900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9901 for as_dir in $PATH
9903 IFS=$as_save_IFS
9904 test -z "$as_dir" && as_dir=.
9905 for ac_exec_ext in '' $ac_executable_extensions; do
9906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9907 ac_cv_prog_CROSSWINDRES="$ac_prog"
9908 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9909 break 2
9911 done
9912 done
9913 IFS=$as_save_IFS
9917 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9918 if test -n "$CROSSWINDRES"; then
9919 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9920 $as_echo "$CROSSWINDRES" >&6; }
9921 else
9922 { $as_echo "$as_me:$LINENO: result: no" >&5
9923 $as_echo "no" >&6; }
9927 test -n "$CROSSWINDRES" && break
9928 done
9929 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9931 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9933 # Extract the first word of "$ac_prog", so it can be a program name with args.
9934 set dummy $ac_prog; ac_word=$2
9935 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9936 $as_echo_n "checking for $ac_word... " >&6; }
9937 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9938 $as_echo_n "(cached) " >&6
9939 else
9940 if test -n "$MINGWAR"; then
9941 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9942 else
9943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9944 for as_dir in $PATH
9946 IFS=$as_save_IFS
9947 test -z "$as_dir" && as_dir=.
9948 for ac_exec_ext in '' $ac_executable_extensions; do
9949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9950 ac_cv_prog_MINGWAR="$ac_prog"
9951 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9952 break 2
9954 done
9955 done
9956 IFS=$as_save_IFS
9960 MINGWAR=$ac_cv_prog_MINGWAR
9961 if test -n "$MINGWAR"; then
9962 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9963 $as_echo "$MINGWAR" >&6; }
9964 else
9965 { $as_echo "$as_me:$LINENO: result: no" >&5
9966 $as_echo "no" >&6; }
9970 test -n "$MINGWAR" && break
9971 done
9972 test -n "$MINGWAR" || MINGWAR="false"
9974 if test "$CROSSCC" != "false"
9975 then
9976 CROSSTEST="\$(CROSSTEST)"
9982 if test "$have_x" = "yes"
9983 then
9984 XLIB="-lXext -lX11"
9985 ac_save_CPPFLAGS="$CPPFLAGS"
9986 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9988 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9989 $as_echo_n "checking for -lX11... " >&6; }
9990 if test "${ac_cv_lib_soname_X11+set}" = set; then
9991 $as_echo_n "(cached) " >&6
9992 else
9993 ac_check_soname_save_LIBS=$LIBS
9994 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9995 cat >conftest.$ac_ext <<_ACEOF
9996 /* confdefs.h. */
9997 _ACEOF
9998 cat confdefs.h >>conftest.$ac_ext
9999 cat >>conftest.$ac_ext <<_ACEOF
10000 /* end confdefs.h. */
10002 /* Override any GCC internal prototype to avoid an error.
10003 Use char because int might match the return type of a GCC
10004 builtin and then its argument prototype would still apply. */
10005 #ifdef __cplusplus
10006 extern "C"
10007 #endif
10008 char XCreateWindow ();
10010 main ()
10012 return XCreateWindow ();
10014 return 0;
10016 _ACEOF
10017 rm -f conftest.$ac_objext conftest$ac_exeext
10018 if { (ac_try="$ac_link"
10019 case "(($ac_try" in
10020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10021 *) ac_try_echo=$ac_try;;
10022 esac
10023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10024 $as_echo "$ac_try_echo") >&5
10025 (eval "$ac_link") 2>conftest.er1
10026 ac_status=$?
10027 grep -v '^ *+' conftest.er1 >conftest.err
10028 rm -f conftest.er1
10029 cat conftest.err >&5
10030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10031 (exit $ac_status); } && {
10032 test -z "$ac_c_werror_flag" ||
10033 test ! -s conftest.err
10034 } && test -s conftest$ac_exeext && {
10035 test "$cross_compiling" = yes ||
10036 $as_test_x conftest$ac_exeext
10037 }; then
10038 case "$LIBEXT" in
10039 dll) ;;
10040 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'` ;;
10041 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10042 esac
10043 else
10044 $as_echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10050 rm -rf conftest.dSYM
10051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10052 conftest$ac_exeext conftest.$ac_ext
10053 LIBS=$ac_check_soname_save_LIBS
10055 if test "x$ac_cv_lib_soname_X11" = "x"; then
10056 { $as_echo "$as_me:$LINENO: result: not found" >&5
10057 $as_echo "not found" >&6; }
10059 else
10060 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10061 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10063 cat >>confdefs.h <<_ACEOF
10064 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10065 _ACEOF
10070 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10071 $as_echo_n "checking for -lXext... " >&6; }
10072 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10073 $as_echo_n "(cached) " >&6
10074 else
10075 ac_check_soname_save_LIBS=$LIBS
10076 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10077 cat >conftest.$ac_ext <<_ACEOF
10078 /* confdefs.h. */
10079 _ACEOF
10080 cat confdefs.h >>conftest.$ac_ext
10081 cat >>conftest.$ac_ext <<_ACEOF
10082 /* end confdefs.h. */
10084 /* Override any GCC internal prototype to avoid an error.
10085 Use char because int might match the return type of a GCC
10086 builtin and then its argument prototype would still apply. */
10087 #ifdef __cplusplus
10088 extern "C"
10089 #endif
10090 char XextCreateExtension ();
10092 main ()
10094 return XextCreateExtension ();
10096 return 0;
10098 _ACEOF
10099 rm -f conftest.$ac_objext conftest$ac_exeext
10100 if { (ac_try="$ac_link"
10101 case "(($ac_try" in
10102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10103 *) ac_try_echo=$ac_try;;
10104 esac
10105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10106 $as_echo "$ac_try_echo") >&5
10107 (eval "$ac_link") 2>conftest.er1
10108 ac_status=$?
10109 grep -v '^ *+' conftest.er1 >conftest.err
10110 rm -f conftest.er1
10111 cat conftest.err >&5
10112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10113 (exit $ac_status); } && {
10114 test -z "$ac_c_werror_flag" ||
10115 test ! -s conftest.err
10116 } && test -s conftest$ac_exeext && {
10117 test "$cross_compiling" = yes ||
10118 $as_test_x conftest$ac_exeext
10119 }; then
10120 case "$LIBEXT" in
10121 dll) ;;
10122 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'` ;;
10123 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10124 esac
10125 else
10126 $as_echo "$as_me: failed program was:" >&5
10127 sed 's/^/| /' conftest.$ac_ext >&5
10132 rm -rf conftest.dSYM
10133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10134 conftest$ac_exeext conftest.$ac_ext
10135 LIBS=$ac_check_soname_save_LIBS
10137 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10138 { $as_echo "$as_me:$LINENO: result: not found" >&5
10139 $as_echo "not found" >&6; }
10141 else
10142 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10143 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10145 cat >>confdefs.h <<_ACEOF
10146 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10147 _ACEOF
10165 for ac_header in X11/Xlib.h \
10166 X11/XKBlib.h \
10167 X11/Xutil.h \
10168 X11/Xcursor/Xcursor.h \
10169 X11/extensions/shape.h \
10170 X11/extensions/XInput.h \
10171 X11/extensions/XShm.h \
10172 X11/extensions/Xcomposite.h \
10173 X11/extensions/Xinerama.h \
10174 X11/extensions/Xrandr.h \
10175 X11/extensions/Xrender.h \
10176 X11/extensions/xf86vmode.h
10178 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10179 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10180 $as_echo_n "checking for $ac_header... " >&6; }
10181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10182 $as_echo_n "(cached) " >&6
10183 else
10184 cat >conftest.$ac_ext <<_ACEOF
10185 /* confdefs.h. */
10186 _ACEOF
10187 cat confdefs.h >>conftest.$ac_ext
10188 cat >>conftest.$ac_ext <<_ACEOF
10189 /* end confdefs.h. */
10190 #ifdef HAVE_X11_XLIB_H
10191 # include <X11/Xlib.h>
10192 #endif
10193 #ifdef HAVE_X11_XUTIL_H
10194 # include <X11/Xutil.h>
10195 #endif
10197 #include <$ac_header>
10198 _ACEOF
10199 rm -f conftest.$ac_objext
10200 if { (ac_try="$ac_compile"
10201 case "(($ac_try" in
10202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10203 *) ac_try_echo=$ac_try;;
10204 esac
10205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10206 $as_echo "$ac_try_echo") >&5
10207 (eval "$ac_compile") 2>conftest.er1
10208 ac_status=$?
10209 grep -v '^ *+' conftest.er1 >conftest.err
10210 rm -f conftest.er1
10211 cat conftest.err >&5
10212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); } && {
10214 test -z "$ac_c_werror_flag" ||
10215 test ! -s conftest.err
10216 } && test -s conftest.$ac_objext; then
10217 eval "$as_ac_Header=yes"
10218 else
10219 $as_echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 eval "$as_ac_Header=no"
10225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10227 ac_res=`eval 'as_val=${'$as_ac_Header'}
10228 $as_echo "$as_val"'`
10229 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10230 $as_echo "$ac_res" >&6; }
10231 as_val=`eval 'as_val=${'$as_ac_Header'}
10232 $as_echo "$as_val"'`
10233 if test "x$as_val" = x""yes; then
10234 cat >>confdefs.h <<_ACEOF
10235 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10236 _ACEOF
10240 done
10243 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10244 then
10245 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10246 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10247 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10248 $as_echo_n "(cached) " >&6
10249 else
10250 ac_check_lib_save_LIBS=$LIBS
10251 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10252 cat >conftest.$ac_ext <<_ACEOF
10253 /* confdefs.h. */
10254 _ACEOF
10255 cat confdefs.h >>conftest.$ac_ext
10256 cat >>conftest.$ac_ext <<_ACEOF
10257 /* end confdefs.h. */
10259 /* Override any GCC internal prototype to avoid an error.
10260 Use char because int might match the return type of a GCC
10261 builtin and then its argument prototype would still apply. */
10262 #ifdef __cplusplus
10263 extern "C"
10264 #endif
10265 char XkbQueryExtension ();
10267 main ()
10269 return XkbQueryExtension ();
10271 return 0;
10273 _ACEOF
10274 rm -f conftest.$ac_objext conftest$ac_exeext
10275 if { (ac_try="$ac_link"
10276 case "(($ac_try" in
10277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10278 *) ac_try_echo=$ac_try;;
10279 esac
10280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10281 $as_echo "$ac_try_echo") >&5
10282 (eval "$ac_link") 2>conftest.er1
10283 ac_status=$?
10284 grep -v '^ *+' conftest.er1 >conftest.err
10285 rm -f conftest.er1
10286 cat conftest.err >&5
10287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 (exit $ac_status); } && {
10289 test -z "$ac_c_werror_flag" ||
10290 test ! -s conftest.err
10291 } && test -s conftest$ac_exeext && {
10292 test "$cross_compiling" = yes ||
10293 $as_test_x conftest$ac_exeext
10294 }; then
10295 ac_cv_lib_X11_XkbQueryExtension=yes
10296 else
10297 $as_echo "$as_me: failed program was:" >&5
10298 sed 's/^/| /' conftest.$ac_ext >&5
10300 ac_cv_lib_X11_XkbQueryExtension=no
10303 rm -rf conftest.dSYM
10304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10305 conftest$ac_exeext conftest.$ac_ext
10306 LIBS=$ac_check_lib_save_LIBS
10308 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10309 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10310 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10312 cat >>confdefs.h <<\_ACEOF
10313 #define HAVE_XKB 1
10314 _ACEOF
10320 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10321 then
10322 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10323 $as_echo_n "checking for -lXcursor... " >&6; }
10324 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10325 $as_echo_n "(cached) " >&6
10326 else
10327 ac_check_soname_save_LIBS=$LIBS
10328 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10329 cat >conftest.$ac_ext <<_ACEOF
10330 /* confdefs.h. */
10331 _ACEOF
10332 cat confdefs.h >>conftest.$ac_ext
10333 cat >>conftest.$ac_ext <<_ACEOF
10334 /* end confdefs.h. */
10336 /* Override any GCC internal prototype to avoid an error.
10337 Use char because int might match the return type of a GCC
10338 builtin and then its argument prototype would still apply. */
10339 #ifdef __cplusplus
10340 extern "C"
10341 #endif
10342 char XcursorImageLoadCursor ();
10344 main ()
10346 return XcursorImageLoadCursor ();
10348 return 0;
10350 _ACEOF
10351 rm -f conftest.$ac_objext conftest$ac_exeext
10352 if { (ac_try="$ac_link"
10353 case "(($ac_try" in
10354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10355 *) ac_try_echo=$ac_try;;
10356 esac
10357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10358 $as_echo "$ac_try_echo") >&5
10359 (eval "$ac_link") 2>conftest.er1
10360 ac_status=$?
10361 grep -v '^ *+' conftest.er1 >conftest.err
10362 rm -f conftest.er1
10363 cat conftest.err >&5
10364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); } && {
10366 test -z "$ac_c_werror_flag" ||
10367 test ! -s conftest.err
10368 } && test -s conftest$ac_exeext && {
10369 test "$cross_compiling" = yes ||
10370 $as_test_x conftest$ac_exeext
10371 }; then
10372 case "$LIBEXT" in
10373 dll) ;;
10374 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'` ;;
10375 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10376 esac
10377 else
10378 $as_echo "$as_me: failed program was:" >&5
10379 sed 's/^/| /' conftest.$ac_ext >&5
10384 rm -rf conftest.dSYM
10385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10386 conftest$ac_exeext conftest.$ac_ext
10387 LIBS=$ac_check_soname_save_LIBS
10389 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10390 { $as_echo "$as_me:$LINENO: result: not found" >&5
10391 $as_echo "not found" >&6; }
10393 else
10394 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10395 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10397 cat >>confdefs.h <<_ACEOF
10398 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10399 _ACEOF
10405 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10406 case "x$with_xcursor" in
10407 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10408 xno) ;;
10409 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10410 This is an error since --with-xcursor was requested." >&5
10411 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10412 This is an error since --with-xcursor was requested." >&2;}
10413 { (exit 1); exit 1; }; } ;;
10414 esac
10418 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10419 then
10420 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10421 $as_echo_n "checking for -lXi... " >&6; }
10422 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10423 $as_echo_n "(cached) " >&6
10424 else
10425 ac_check_soname_save_LIBS=$LIBS
10426 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10427 cat >conftest.$ac_ext <<_ACEOF
10428 /* confdefs.h. */
10429 _ACEOF
10430 cat confdefs.h >>conftest.$ac_ext
10431 cat >>conftest.$ac_ext <<_ACEOF
10432 /* end confdefs.h. */
10434 /* Override any GCC internal prototype to avoid an error.
10435 Use char because int might match the return type of a GCC
10436 builtin and then its argument prototype would still apply. */
10437 #ifdef __cplusplus
10438 extern "C"
10439 #endif
10440 char XOpenDevice ();
10442 main ()
10444 return XOpenDevice ();
10446 return 0;
10448 _ACEOF
10449 rm -f conftest.$ac_objext conftest$ac_exeext
10450 if { (ac_try="$ac_link"
10451 case "(($ac_try" in
10452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10453 *) ac_try_echo=$ac_try;;
10454 esac
10455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10456 $as_echo "$ac_try_echo") >&5
10457 (eval "$ac_link") 2>conftest.er1
10458 ac_status=$?
10459 grep -v '^ *+' conftest.er1 >conftest.err
10460 rm -f conftest.er1
10461 cat conftest.err >&5
10462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10463 (exit $ac_status); } && {
10464 test -z "$ac_c_werror_flag" ||
10465 test ! -s conftest.err
10466 } && test -s conftest$ac_exeext && {
10467 test "$cross_compiling" = yes ||
10468 $as_test_x conftest$ac_exeext
10469 }; then
10470 case "$LIBEXT" in
10471 dll) ;;
10472 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'` ;;
10473 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10474 esac
10475 else
10476 $as_echo "$as_me: failed program was:" >&5
10477 sed 's/^/| /' conftest.$ac_ext >&5
10482 rm -rf conftest.dSYM
10483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10484 conftest$ac_exeext conftest.$ac_ext
10485 LIBS=$ac_check_soname_save_LIBS
10487 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10488 { $as_echo "$as_me:$LINENO: result: not found" >&5
10489 $as_echo "not found" >&6; }
10491 else
10492 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10493 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10495 cat >>confdefs.h <<_ACEOF
10496 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10497 _ACEOF
10503 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10504 case "x$with_xinput" in
10505 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10506 xno) ;;
10507 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10508 This is an error since --with-xinput was requested." >&5
10509 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10510 This is an error since --with-xinput was requested." >&2;}
10511 { (exit 1); exit 1; }; } ;;
10512 esac
10516 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10517 then
10518 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10519 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10520 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10521 $as_echo_n "(cached) " >&6
10522 else
10523 ac_check_lib_save_LIBS=$LIBS
10524 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10525 cat >conftest.$ac_ext <<_ACEOF
10526 /* confdefs.h. */
10527 _ACEOF
10528 cat confdefs.h >>conftest.$ac_ext
10529 cat >>conftest.$ac_ext <<_ACEOF
10530 /* end confdefs.h. */
10532 /* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
10535 #ifdef __cplusplus
10536 extern "C"
10537 #endif
10538 char XShmQueryExtension ();
10540 main ()
10542 return XShmQueryExtension ();
10544 return 0;
10546 _ACEOF
10547 rm -f conftest.$ac_objext conftest$ac_exeext
10548 if { (ac_try="$ac_link"
10549 case "(($ac_try" in
10550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10551 *) ac_try_echo=$ac_try;;
10552 esac
10553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10554 $as_echo "$ac_try_echo") >&5
10555 (eval "$ac_link") 2>conftest.er1
10556 ac_status=$?
10557 grep -v '^ *+' conftest.er1 >conftest.err
10558 rm -f conftest.er1
10559 cat conftest.err >&5
10560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); } && {
10562 test -z "$ac_c_werror_flag" ||
10563 test ! -s conftest.err
10564 } && test -s conftest$ac_exeext && {
10565 test "$cross_compiling" = yes ||
10566 $as_test_x conftest$ac_exeext
10567 }; then
10568 ac_cv_lib_Xext_XShmQueryExtension=yes
10569 else
10570 $as_echo "$as_me: failed program was:" >&5
10571 sed 's/^/| /' conftest.$ac_ext >&5
10573 ac_cv_lib_Xext_XShmQueryExtension=no
10576 rm -rf conftest.dSYM
10577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10578 conftest$ac_exeext conftest.$ac_ext
10579 LIBS=$ac_check_lib_save_LIBS
10581 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10582 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10583 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10585 cat >>confdefs.h <<\_ACEOF
10586 #define HAVE_LIBXXSHM 1
10587 _ACEOF
10592 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10593 case "x$with_xshm" in
10594 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10595 xno) ;;
10596 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10597 This is an error since --with-xshm was requested." >&5
10598 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10599 This is an error since --with-xshm was requested." >&2;}
10600 { (exit 1); exit 1; }; } ;;
10601 esac
10605 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10606 then
10607 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10608 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10609 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10610 $as_echo_n "(cached) " >&6
10611 else
10612 ac_check_lib_save_LIBS=$LIBS
10613 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10614 cat >conftest.$ac_ext <<_ACEOF
10615 /* confdefs.h. */
10616 _ACEOF
10617 cat confdefs.h >>conftest.$ac_ext
10618 cat >>conftest.$ac_ext <<_ACEOF
10619 /* end confdefs.h. */
10621 /* Override any GCC internal prototype to avoid an error.
10622 Use char because int might match the return type of a GCC
10623 builtin and then its argument prototype would still apply. */
10624 #ifdef __cplusplus
10625 extern "C"
10626 #endif
10627 char XShapeQueryExtension ();
10629 main ()
10631 return XShapeQueryExtension ();
10633 return 0;
10635 _ACEOF
10636 rm -f conftest.$ac_objext conftest$ac_exeext
10637 if { (ac_try="$ac_link"
10638 case "(($ac_try" in
10639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10640 *) ac_try_echo=$ac_try;;
10641 esac
10642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10643 $as_echo "$ac_try_echo") >&5
10644 (eval "$ac_link") 2>conftest.er1
10645 ac_status=$?
10646 grep -v '^ *+' conftest.er1 >conftest.err
10647 rm -f conftest.er1
10648 cat conftest.err >&5
10649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10650 (exit $ac_status); } && {
10651 test -z "$ac_c_werror_flag" ||
10652 test ! -s conftest.err
10653 } && test -s conftest$ac_exeext && {
10654 test "$cross_compiling" = yes ||
10655 $as_test_x conftest$ac_exeext
10656 }; then
10657 ac_cv_lib_Xext_XShapeQueryExtension=yes
10658 else
10659 $as_echo "$as_me: failed program was:" >&5
10660 sed 's/^/| /' conftest.$ac_ext >&5
10662 ac_cv_lib_Xext_XShapeQueryExtension=no
10665 rm -rf conftest.dSYM
10666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10667 conftest$ac_exeext conftest.$ac_ext
10668 LIBS=$ac_check_lib_save_LIBS
10670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10671 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10672 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10674 cat >>confdefs.h <<\_ACEOF
10675 #define HAVE_LIBXSHAPE 1
10676 _ACEOF
10681 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10682 case "x$with_xshape" in
10683 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10684 xno) ;;
10685 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10686 This is an error since --with-xshape was requested." >&5
10687 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10688 This is an error since --with-xshape was requested." >&2;}
10689 { (exit 1); exit 1; }; } ;;
10690 esac
10694 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10695 then
10696 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10697 $as_echo_n "checking for -lXxf86vm... " >&6; }
10698 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10699 $as_echo_n "(cached) " >&6
10700 else
10701 ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h. */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XF86VidModeQueryExtension ();
10718 main ()
10720 return XF86VidModeQueryExtension ();
10722 return 0;
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729 *) ac_try_echo=$ac_try;;
10730 esac
10731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10732 $as_echo "$ac_try_echo") >&5
10733 (eval "$ac_link") 2>conftest.er1
10734 ac_status=$?
10735 grep -v '^ *+' conftest.er1 >conftest.err
10736 rm -f conftest.er1
10737 cat conftest.err >&5
10738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10739 (exit $ac_status); } && {
10740 test -z "$ac_c_werror_flag" ||
10741 test ! -s conftest.err
10742 } && test -s conftest$ac_exeext && {
10743 test "$cross_compiling" = yes ||
10744 $as_test_x conftest$ac_exeext
10745 }; then
10746 case "$LIBEXT" in
10747 dll) ;;
10748 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'` ;;
10749 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10750 esac
10751 else
10752 $as_echo "$as_me: failed program was:" >&5
10753 sed 's/^/| /' conftest.$ac_ext >&5
10758 rm -rf conftest.dSYM
10759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10760 conftest$ac_exeext conftest.$ac_ext
10761 LIBS=$ac_check_soname_save_LIBS
10763 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10764 { $as_echo "$as_me:$LINENO: result: not found" >&5
10765 $as_echo "not found" >&6; }
10767 else
10768 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10769 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10771 cat >>confdefs.h <<_ACEOF
10772 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10773 _ACEOF
10779 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10780 case "x$with_xxf86vm" in
10781 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10782 xno) ;;
10783 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10784 This is an error since --with-xxf86vm was requested." >&5
10785 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10786 This is an error since --with-xxf86vm was requested." >&2;}
10787 { (exit 1); exit 1; }; } ;;
10788 esac
10792 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"
10793 then
10794 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10795 $as_echo_n "checking for -lXrender... " >&6; }
10796 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10797 $as_echo_n "(cached) " >&6
10798 else
10799 ac_check_soname_save_LIBS=$LIBS
10800 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10801 cat >conftest.$ac_ext <<_ACEOF
10802 /* confdefs.h. */
10803 _ACEOF
10804 cat confdefs.h >>conftest.$ac_ext
10805 cat >>conftest.$ac_ext <<_ACEOF
10806 /* end confdefs.h. */
10808 /* Override any GCC internal prototype to avoid an error.
10809 Use char because int might match the return type of a GCC
10810 builtin and then its argument prototype would still apply. */
10811 #ifdef __cplusplus
10812 extern "C"
10813 #endif
10814 char XRenderQueryExtension ();
10816 main ()
10818 return XRenderQueryExtension ();
10820 return 0;
10822 _ACEOF
10823 rm -f conftest.$ac_objext conftest$ac_exeext
10824 if { (ac_try="$ac_link"
10825 case "(($ac_try" in
10826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10827 *) ac_try_echo=$ac_try;;
10828 esac
10829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10830 $as_echo "$ac_try_echo") >&5
10831 (eval "$ac_link") 2>conftest.er1
10832 ac_status=$?
10833 grep -v '^ *+' conftest.er1 >conftest.err
10834 rm -f conftest.er1
10835 cat conftest.err >&5
10836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10837 (exit $ac_status); } && {
10838 test -z "$ac_c_werror_flag" ||
10839 test ! -s conftest.err
10840 } && test -s conftest$ac_exeext && {
10841 test "$cross_compiling" = yes ||
10842 $as_test_x conftest$ac_exeext
10843 }; then
10844 case "$LIBEXT" in
10845 dll) ;;
10846 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'` ;;
10847 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10848 esac
10849 else
10850 $as_echo "$as_me: failed program was:" >&5
10851 sed 's/^/| /' conftest.$ac_ext >&5
10856 rm -rf conftest.dSYM
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10862 { $as_echo "$as_me:$LINENO: result: not found" >&5
10863 $as_echo "not found" >&6; }
10865 else
10866 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10867 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10871 _ACEOF
10873 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10874 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10875 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10876 $as_echo_n "(cached) " >&6
10877 else
10878 ac_check_lib_save_LIBS=$LIBS
10879 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10880 cat >conftest.$ac_ext <<_ACEOF
10881 /* confdefs.h. */
10882 _ACEOF
10883 cat confdefs.h >>conftest.$ac_ext
10884 cat >>conftest.$ac_ext <<_ACEOF
10885 /* end confdefs.h. */
10887 /* Override any GCC internal prototype to avoid an error.
10888 Use char because int might match the return type of a GCC
10889 builtin and then its argument prototype would still apply. */
10890 #ifdef __cplusplus
10891 extern "C"
10892 #endif
10893 char XRenderSetPictureTransform ();
10895 main ()
10897 return XRenderSetPictureTransform ();
10899 return 0;
10901 _ACEOF
10902 rm -f conftest.$ac_objext conftest$ac_exeext
10903 if { (ac_try="$ac_link"
10904 case "(($ac_try" in
10905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10906 *) ac_try_echo=$ac_try;;
10907 esac
10908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10909 $as_echo "$ac_try_echo") >&5
10910 (eval "$ac_link") 2>conftest.er1
10911 ac_status=$?
10912 grep -v '^ *+' conftest.er1 >conftest.err
10913 rm -f conftest.er1
10914 cat conftest.err >&5
10915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10916 (exit $ac_status); } && {
10917 test -z "$ac_c_werror_flag" ||
10918 test ! -s conftest.err
10919 } && test -s conftest$ac_exeext && {
10920 test "$cross_compiling" = yes ||
10921 $as_test_x conftest$ac_exeext
10922 }; then
10923 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10924 else
10925 $as_echo "$as_me: failed program was:" >&5
10926 sed 's/^/| /' conftest.$ac_ext >&5
10928 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10931 rm -rf conftest.dSYM
10932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10933 conftest$ac_exeext conftest.$ac_ext
10934 LIBS=$ac_check_lib_save_LIBS
10936 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10937 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10938 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10940 cat >>confdefs.h <<\_ACEOF
10941 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10942 _ACEOF
10950 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10951 case "x$with_xrender" in
10952 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10953 xno) ;;
10954 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10955 This is an error since --with-xrender was requested." >&5
10956 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10957 This is an error since --with-xrender was requested." >&2;}
10958 { (exit 1); exit 1; }; } ;;
10959 esac
10963 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10964 then
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 #include <X11/Xlib.h>
10972 #include <X11/extensions/Xrandr.h>
10974 main ()
10976 static typeof(XRRSetScreenConfigAndRate) * func;
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext
10982 if { (ac_try="$ac_compile"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10988 $as_echo "$ac_try_echo") >&5
10989 (eval "$ac_compile") 2>conftest.er1
10990 ac_status=$?
10991 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1
10993 cat conftest.err >&5
10994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && {
10996 test -z "$ac_c_werror_flag" ||
10997 test ! -s conftest.err
10998 } && test -s conftest.$ac_objext; then
10999 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11000 $as_echo_n "checking for -lXrandr... " >&6; }
11001 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11002 $as_echo_n "(cached) " >&6
11003 else
11004 ac_check_soname_save_LIBS=$LIBS
11005 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11006 cat >conftest.$ac_ext <<_ACEOF
11007 /* confdefs.h. */
11008 _ACEOF
11009 cat confdefs.h >>conftest.$ac_ext
11010 cat >>conftest.$ac_ext <<_ACEOF
11011 /* end confdefs.h. */
11013 /* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11016 #ifdef __cplusplus
11017 extern "C"
11018 #endif
11019 char XRRQueryExtension ();
11021 main ()
11023 return XRRQueryExtension ();
11025 return 0;
11027 _ACEOF
11028 rm -f conftest.$ac_objext conftest$ac_exeext
11029 if { (ac_try="$ac_link"
11030 case "(($ac_try" in
11031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11032 *) ac_try_echo=$ac_try;;
11033 esac
11034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11035 $as_echo "$ac_try_echo") >&5
11036 (eval "$ac_link") 2>conftest.er1
11037 ac_status=$?
11038 grep -v '^ *+' conftest.er1 >conftest.err
11039 rm -f conftest.er1
11040 cat conftest.err >&5
11041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11042 (exit $ac_status); } && {
11043 test -z "$ac_c_werror_flag" ||
11044 test ! -s conftest.err
11045 } && test -s conftest$ac_exeext && {
11046 test "$cross_compiling" = yes ||
11047 $as_test_x conftest$ac_exeext
11048 }; then
11049 case "$LIBEXT" in
11050 dll) ;;
11051 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'` ;;
11052 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11053 esac
11054 else
11055 $as_echo "$as_me: failed program was:" >&5
11056 sed 's/^/| /' conftest.$ac_ext >&5
11061 rm -rf conftest.dSYM
11062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11063 conftest$ac_exeext conftest.$ac_ext
11064 LIBS=$ac_check_soname_save_LIBS
11066 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11067 { $as_echo "$as_me:$LINENO: result: not found" >&5
11068 $as_echo "not found" >&6; }
11070 else
11071 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11072 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11074 cat >>confdefs.h <<_ACEOF
11075 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11076 _ACEOF
11081 else
11082 $as_echo "$as_me: failed program was:" >&5
11083 sed 's/^/| /' conftest.$ac_ext >&5
11088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11090 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11091 case "x$with_xrandr" in
11092 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11093 xno) ;;
11094 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11095 This is an error since --with-xrandr was requested." >&5
11096 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11097 This is an error since --with-xrandr was requested." >&2;}
11098 { (exit 1); exit 1; }; } ;;
11099 esac
11103 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11104 then
11105 cat >conftest.$ac_ext <<_ACEOF
11106 /* confdefs.h. */
11107 _ACEOF
11108 cat confdefs.h >>conftest.$ac_ext
11109 cat >>conftest.$ac_ext <<_ACEOF
11110 /* end confdefs.h. */
11111 #include <X11/Xlib.h>
11112 #include <X11/extensions/Xinerama.h>
11114 main ()
11116 static typeof(XineramaQueryScreens) * func;
11118 return 0;
11120 _ACEOF
11121 rm -f conftest.$ac_objext
11122 if { (ac_try="$ac_compile"
11123 case "(($ac_try" in
11124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11125 *) ac_try_echo=$ac_try;;
11126 esac
11127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11128 $as_echo "$ac_try_echo") >&5
11129 (eval "$ac_compile") 2>conftest.er1
11130 ac_status=$?
11131 grep -v '^ *+' conftest.er1 >conftest.err
11132 rm -f conftest.er1
11133 cat conftest.err >&5
11134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11135 (exit $ac_status); } && {
11136 test -z "$ac_c_werror_flag" ||
11137 test ! -s conftest.err
11138 } && test -s conftest.$ac_objext; then
11139 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11140 $as_echo_n "checking for -lXinerama... " >&6; }
11141 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11142 $as_echo_n "(cached) " >&6
11143 else
11144 ac_check_soname_save_LIBS=$LIBS
11145 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11146 cat >conftest.$ac_ext <<_ACEOF
11147 /* confdefs.h. */
11148 _ACEOF
11149 cat confdefs.h >>conftest.$ac_ext
11150 cat >>conftest.$ac_ext <<_ACEOF
11151 /* end confdefs.h. */
11153 /* Override any GCC internal prototype to avoid an error.
11154 Use char because int might match the return type of a GCC
11155 builtin and then its argument prototype would still apply. */
11156 #ifdef __cplusplus
11157 extern "C"
11158 #endif
11159 char XineramaQueryScreens ();
11161 main ()
11163 return XineramaQueryScreens ();
11165 return 0;
11167 _ACEOF
11168 rm -f conftest.$ac_objext conftest$ac_exeext
11169 if { (ac_try="$ac_link"
11170 case "(($ac_try" in
11171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11172 *) ac_try_echo=$ac_try;;
11173 esac
11174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11175 $as_echo "$ac_try_echo") >&5
11176 (eval "$ac_link") 2>conftest.er1
11177 ac_status=$?
11178 grep -v '^ *+' conftest.er1 >conftest.err
11179 rm -f conftest.er1
11180 cat conftest.err >&5
11181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11182 (exit $ac_status); } && {
11183 test -z "$ac_c_werror_flag" ||
11184 test ! -s conftest.err
11185 } && test -s conftest$ac_exeext && {
11186 test "$cross_compiling" = yes ||
11187 $as_test_x conftest$ac_exeext
11188 }; then
11189 case "$LIBEXT" in
11190 dll) ;;
11191 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'` ;;
11192 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11193 esac
11194 else
11195 $as_echo "$as_me: failed program was:" >&5
11196 sed 's/^/| /' conftest.$ac_ext >&5
11201 rm -rf conftest.dSYM
11202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11203 conftest$ac_exeext conftest.$ac_ext
11204 LIBS=$ac_check_soname_save_LIBS
11206 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11207 { $as_echo "$as_me:$LINENO: result: not found" >&5
11208 $as_echo "not found" >&6; }
11210 else
11211 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11212 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11214 cat >>confdefs.h <<_ACEOF
11215 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11216 _ACEOF
11221 else
11222 $as_echo "$as_me: failed program was:" >&5
11223 sed 's/^/| /' conftest.$ac_ext >&5
11228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11230 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11231 case "x$with_xinerama" in
11232 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11233 xno) ;;
11234 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11235 This is an error since --with-xinerama was requested." >&5
11236 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11237 This is an error since --with-xinerama was requested." >&2;}
11238 { (exit 1); exit 1; }; } ;;
11239 esac
11243 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11244 then
11245 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11246 $as_echo_n "checking for -lXcomposite... " >&6; }
11247 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11248 $as_echo_n "(cached) " >&6
11249 else
11250 ac_check_soname_save_LIBS=$LIBS
11251 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11252 cat >conftest.$ac_ext <<_ACEOF
11253 /* confdefs.h. */
11254 _ACEOF
11255 cat confdefs.h >>conftest.$ac_ext
11256 cat >>conftest.$ac_ext <<_ACEOF
11257 /* end confdefs.h. */
11259 /* Override any GCC internal prototype to avoid an error.
11260 Use char because int might match the return type of a GCC
11261 builtin and then its argument prototype would still apply. */
11262 #ifdef __cplusplus
11263 extern "C"
11264 #endif
11265 char XCompositeRedirectWindow ();
11267 main ()
11269 return XCompositeRedirectWindow ();
11271 return 0;
11273 _ACEOF
11274 rm -f conftest.$ac_objext conftest$ac_exeext
11275 if { (ac_try="$ac_link"
11276 case "(($ac_try" in
11277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11278 *) ac_try_echo=$ac_try;;
11279 esac
11280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11281 $as_echo "$ac_try_echo") >&5
11282 (eval "$ac_link") 2>conftest.er1
11283 ac_status=$?
11284 grep -v '^ *+' conftest.er1 >conftest.err
11285 rm -f conftest.er1
11286 cat conftest.err >&5
11287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288 (exit $ac_status); } && {
11289 test -z "$ac_c_werror_flag" ||
11290 test ! -s conftest.err
11291 } && test -s conftest$ac_exeext && {
11292 test "$cross_compiling" = yes ||
11293 $as_test_x conftest$ac_exeext
11294 }; then
11295 case "$LIBEXT" in
11296 dll) ;;
11297 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'` ;;
11298 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11299 esac
11300 else
11301 $as_echo "$as_me: failed program was:" >&5
11302 sed 's/^/| /' conftest.$ac_ext >&5
11307 rm -rf conftest.dSYM
11308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11309 conftest$ac_exeext conftest.$ac_ext
11310 LIBS=$ac_check_soname_save_LIBS
11312 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11313 { $as_echo "$as_me:$LINENO: result: not found" >&5
11314 $as_echo "not found" >&6; }
11316 else
11317 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11318 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11320 cat >>confdefs.h <<_ACEOF
11321 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11322 _ACEOF
11328 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11329 case "x$with_xcomposite" in
11330 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11331 xno) ;;
11332 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11333 This is an error since --with-xcomposite was requested." >&5
11334 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11335 This is an error since --with-xcomposite was requested." >&2;}
11336 { (exit 1); exit 1; }; } ;;
11337 esac
11341 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11342 $as_echo_n "checking for XICCallback.callback... " >&6; }
11343 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11344 $as_echo_n "(cached) " >&6
11345 else
11346 cat >conftest.$ac_ext <<_ACEOF
11347 /* confdefs.h. */
11348 _ACEOF
11349 cat confdefs.h >>conftest.$ac_ext
11350 cat >>conftest.$ac_ext <<_ACEOF
11351 /* end confdefs.h. */
11352 #ifdef HAVE_X11_XLIB_H
11353 #include <X11/Xlib.h>
11354 #endif
11357 main ()
11359 static XICCallback ac_aggr;
11360 if (ac_aggr.callback)
11361 return 0;
11363 return 0;
11365 _ACEOF
11366 rm -f conftest.$ac_objext
11367 if { (ac_try="$ac_compile"
11368 case "(($ac_try" in
11369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11370 *) ac_try_echo=$ac_try;;
11371 esac
11372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11373 $as_echo "$ac_try_echo") >&5
11374 (eval "$ac_compile") 2>conftest.er1
11375 ac_status=$?
11376 grep -v '^ *+' conftest.er1 >conftest.err
11377 rm -f conftest.er1
11378 cat conftest.err >&5
11379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380 (exit $ac_status); } && {
11381 test -z "$ac_c_werror_flag" ||
11382 test ! -s conftest.err
11383 } && test -s conftest.$ac_objext; then
11384 ac_cv_member_XICCallback_callback=yes
11385 else
11386 $as_echo "$as_me: failed program was:" >&5
11387 sed 's/^/| /' conftest.$ac_ext >&5
11389 cat >conftest.$ac_ext <<_ACEOF
11390 /* confdefs.h. */
11391 _ACEOF
11392 cat confdefs.h >>conftest.$ac_ext
11393 cat >>conftest.$ac_ext <<_ACEOF
11394 /* end confdefs.h. */
11395 #ifdef HAVE_X11_XLIB_H
11396 #include <X11/Xlib.h>
11397 #endif
11400 main ()
11402 static XICCallback ac_aggr;
11403 if (sizeof ac_aggr.callback)
11404 return 0;
11406 return 0;
11408 _ACEOF
11409 rm -f conftest.$ac_objext
11410 if { (ac_try="$ac_compile"
11411 case "(($ac_try" in
11412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11413 *) ac_try_echo=$ac_try;;
11414 esac
11415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11416 $as_echo "$ac_try_echo") >&5
11417 (eval "$ac_compile") 2>conftest.er1
11418 ac_status=$?
11419 grep -v '^ *+' conftest.er1 >conftest.err
11420 rm -f conftest.er1
11421 cat conftest.err >&5
11422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11423 (exit $ac_status); } && {
11424 test -z "$ac_c_werror_flag" ||
11425 test ! -s conftest.err
11426 } && test -s conftest.$ac_objext; then
11427 ac_cv_member_XICCallback_callback=yes
11428 else
11429 $as_echo "$as_me: failed program was:" >&5
11430 sed 's/^/| /' conftest.$ac_ext >&5
11432 ac_cv_member_XICCallback_callback=no
11435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11440 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11441 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11442 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11444 cat >>confdefs.h <<_ACEOF
11445 #define HAVE_XICCALLBACK_CALLBACK 1
11446 _ACEOF
11453 opengl_msg=""
11454 if test "x$with_opengl" != "xno"
11455 then
11460 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11462 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11463 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11464 $as_echo_n "checking for $ac_header... " >&6; }
11465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11466 $as_echo_n "(cached) " >&6
11467 else
11468 cat >conftest.$ac_ext <<_ACEOF
11469 /* confdefs.h. */
11470 _ACEOF
11471 cat confdefs.h >>conftest.$ac_ext
11472 cat >>conftest.$ac_ext <<_ACEOF
11473 /* end confdefs.h. */
11474 #ifdef HAVE_GL_GLX_H
11475 # include <GL/glx.h>
11476 #endif
11478 #include <$ac_header>
11479 _ACEOF
11480 rm -f conftest.$ac_objext
11481 if { (ac_try="$ac_compile"
11482 case "(($ac_try" in
11483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11484 *) ac_try_echo=$ac_try;;
11485 esac
11486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11487 $as_echo "$ac_try_echo") >&5
11488 (eval "$ac_compile") 2>conftest.er1
11489 ac_status=$?
11490 grep -v '^ *+' conftest.er1 >conftest.err
11491 rm -f conftest.er1
11492 cat conftest.err >&5
11493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11494 (exit $ac_status); } && {
11495 test -z "$ac_c_werror_flag" ||
11496 test ! -s conftest.err
11497 } && test -s conftest.$ac_objext; then
11498 eval "$as_ac_Header=yes"
11499 else
11500 $as_echo "$as_me: failed program was:" >&5
11501 sed 's/^/| /' conftest.$ac_ext >&5
11503 eval "$as_ac_Header=no"
11506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11508 ac_res=`eval 'as_val=${'$as_ac_Header'}
11509 $as_echo "$as_val"'`
11510 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11511 $as_echo "$ac_res" >&6; }
11512 as_val=`eval 'as_val=${'$as_ac_Header'}
11513 $as_echo "$as_val"'`
11514 if test "x$as_val" = x""yes; then
11515 cat >>confdefs.h <<_ACEOF
11516 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11517 _ACEOF
11521 done
11523 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11524 then
11525 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11526 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11527 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11528 $as_echo_n "(cached) " >&6
11529 else
11530 cat >conftest.$ac_ext <<_ACEOF
11531 /* confdefs.h. */
11532 _ACEOF
11533 cat confdefs.h >>conftest.$ac_ext
11534 cat >>conftest.$ac_ext <<_ACEOF
11535 /* end confdefs.h. */
11536 #include <GL/gl.h>
11538 main ()
11540 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11542 return 0;
11544 _ACEOF
11545 rm -f conftest.$ac_objext
11546 if { (ac_try="$ac_compile"
11547 case "(($ac_try" in
11548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11549 *) ac_try_echo=$ac_try;;
11550 esac
11551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11552 $as_echo "$ac_try_echo") >&5
11553 (eval "$ac_compile") 2>conftest.er1
11554 ac_status=$?
11555 grep -v '^ *+' conftest.er1 >conftest.err
11556 rm -f conftest.er1
11557 cat conftest.err >&5
11558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11559 (exit $ac_status); } && {
11560 test -z "$ac_c_werror_flag" ||
11561 test ! -s conftest.err
11562 } && test -s conftest.$ac_objext; then
11563 wine_cv_opengl_header_version_OK="yes"
11564 else
11565 $as_echo "$as_me: failed program was:" >&5
11566 sed 's/^/| /' conftest.$ac_ext >&5
11568 wine_cv_opengl_header_version_OK="no"
11571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11573 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11574 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11576 if test "$wine_cv_opengl_header_version_OK" = "yes"
11577 then
11578 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11579 $as_echo_n "checking for -lGL... " >&6; }
11580 if test "${ac_cv_lib_soname_GL+set}" = set; then
11581 $as_echo_n "(cached) " >&6
11582 else
11583 ac_check_soname_save_LIBS=$LIBS
11584 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11585 cat >conftest.$ac_ext <<_ACEOF
11586 /* confdefs.h. */
11587 _ACEOF
11588 cat confdefs.h >>conftest.$ac_ext
11589 cat >>conftest.$ac_ext <<_ACEOF
11590 /* end confdefs.h. */
11592 /* Override any GCC internal prototype to avoid an error.
11593 Use char because int might match the return type of a GCC
11594 builtin and then its argument prototype would still apply. */
11595 #ifdef __cplusplus
11596 extern "C"
11597 #endif
11598 char glXCreateContext ();
11600 main ()
11602 return glXCreateContext ();
11604 return 0;
11606 _ACEOF
11607 rm -f conftest.$ac_objext conftest$ac_exeext
11608 if { (ac_try="$ac_link"
11609 case "(($ac_try" in
11610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11611 *) ac_try_echo=$ac_try;;
11612 esac
11613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11614 $as_echo "$ac_try_echo") >&5
11615 (eval "$ac_link") 2>conftest.er1
11616 ac_status=$?
11617 grep -v '^ *+' conftest.er1 >conftest.err
11618 rm -f conftest.er1
11619 cat conftest.err >&5
11620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11621 (exit $ac_status); } && {
11622 test -z "$ac_c_werror_flag" ||
11623 test ! -s conftest.err
11624 } && test -s conftest$ac_exeext && {
11625 test "$cross_compiling" = yes ||
11626 $as_test_x conftest$ac_exeext
11627 }; then
11628 case "$LIBEXT" in
11629 dll) ;;
11630 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'` ;;
11631 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11632 esac
11633 else
11634 $as_echo "$as_me: failed program was:" >&5
11635 sed 's/^/| /' conftest.$ac_ext >&5
11640 rm -rf conftest.dSYM
11641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11642 conftest$ac_exeext conftest.$ac_ext
11643 LIBS=$ac_check_soname_save_LIBS
11645 if test "x$ac_cv_lib_soname_GL" = "x"; then
11646 { $as_echo "$as_me:$LINENO: result: not found" >&5
11647 $as_echo "not found" >&6; }
11648 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11649 $as_echo_n "checking for -lGL... " >&6; }
11650 if test "${ac_cv_lib_soname_GL+set}" = set; then
11651 $as_echo_n "(cached) " >&6
11652 else
11653 ac_check_soname_save_LIBS=$LIBS
11654 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"
11655 cat >conftest.$ac_ext <<_ACEOF
11656 /* confdefs.h. */
11657 _ACEOF
11658 cat confdefs.h >>conftest.$ac_ext
11659 cat >>conftest.$ac_ext <<_ACEOF
11660 /* end confdefs.h. */
11662 /* Override any GCC internal prototype to avoid an error.
11663 Use char because int might match the return type of a GCC
11664 builtin and then its argument prototype would still apply. */
11665 #ifdef __cplusplus
11666 extern "C"
11667 #endif
11668 char glXCreateContext ();
11670 main ()
11672 return glXCreateContext ();
11674 return 0;
11676 _ACEOF
11677 rm -f conftest.$ac_objext conftest$ac_exeext
11678 if { (ac_try="$ac_link"
11679 case "(($ac_try" in
11680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11681 *) ac_try_echo=$ac_try;;
11682 esac
11683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11684 $as_echo "$ac_try_echo") >&5
11685 (eval "$ac_link") 2>conftest.er1
11686 ac_status=$?
11687 grep -v '^ *+' conftest.er1 >conftest.err
11688 rm -f conftest.er1
11689 cat conftest.err >&5
11690 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11691 (exit $ac_status); } && {
11692 test -z "$ac_c_werror_flag" ||
11693 test ! -s conftest.err
11694 } && test -s conftest$ac_exeext && {
11695 test "$cross_compiling" = yes ||
11696 $as_test_x conftest$ac_exeext
11697 }; then
11698 case "$LIBEXT" in
11699 dll) ;;
11700 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'` ;;
11701 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11702 esac
11703 else
11704 $as_echo "$as_me: failed program was:" >&5
11705 sed 's/^/| /' conftest.$ac_ext >&5
11710 rm -rf conftest.dSYM
11711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11712 conftest$ac_exeext conftest.$ac_ext
11713 LIBS=$ac_check_soname_save_LIBS
11715 if test "x$ac_cv_lib_soname_GL" = "x"; then
11716 { $as_echo "$as_me:$LINENO: result: not found" >&5
11717 $as_echo "not found" >&6; }
11718 if test -f /usr/X11R6/lib/libGL.a
11719 then
11720 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11721 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11722 else
11723 opengl_msg="No OpenGL library found on this system."
11725 else
11726 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11727 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11729 cat >>confdefs.h <<_ACEOF
11730 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11731 _ACEOF
11733 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"
11735 cat >>confdefs.h <<\_ACEOF
11736 #define HAVE_OPENGL 1
11737 _ACEOF
11741 else
11742 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11743 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11745 cat >>confdefs.h <<_ACEOF
11746 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11747 _ACEOF
11749 OPENGL_LIBS="-lGL"
11751 cat >>confdefs.h <<\_ACEOF
11752 #define HAVE_OPENGL 1
11753 _ACEOF
11757 if test "$ac_cv_header_GL_glu_h" = "yes"
11758 then
11759 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11760 $as_echo_n "checking for -lGLU... " >&6; }
11761 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11762 $as_echo_n "(cached) " >&6
11763 else
11764 ac_check_soname_save_LIBS=$LIBS
11765 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11766 cat >conftest.$ac_ext <<_ACEOF
11767 /* confdefs.h. */
11768 _ACEOF
11769 cat confdefs.h >>conftest.$ac_ext
11770 cat >>conftest.$ac_ext <<_ACEOF
11771 /* end confdefs.h. */
11773 /* Override any GCC internal prototype to avoid an error.
11774 Use char because int might match the return type of a GCC
11775 builtin and then its argument prototype would still apply. */
11776 #ifdef __cplusplus
11777 extern "C"
11778 #endif
11779 char gluLookAt ();
11781 main ()
11783 return gluLookAt ();
11785 return 0;
11787 _ACEOF
11788 rm -f conftest.$ac_objext conftest$ac_exeext
11789 if { (ac_try="$ac_link"
11790 case "(($ac_try" in
11791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11792 *) ac_try_echo=$ac_try;;
11793 esac
11794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11795 $as_echo "$ac_try_echo") >&5
11796 (eval "$ac_link") 2>conftest.er1
11797 ac_status=$?
11798 grep -v '^ *+' conftest.er1 >conftest.err
11799 rm -f conftest.er1
11800 cat conftest.err >&5
11801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802 (exit $ac_status); } && {
11803 test -z "$ac_c_werror_flag" ||
11804 test ! -s conftest.err
11805 } && test -s conftest$ac_exeext && {
11806 test "$cross_compiling" = yes ||
11807 $as_test_x conftest$ac_exeext
11808 }; then
11809 case "$LIBEXT" in
11810 dll) ;;
11811 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'` ;;
11812 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11813 esac
11814 else
11815 $as_echo "$as_me: failed program was:" >&5
11816 sed 's/^/| /' conftest.$ac_ext >&5
11821 rm -rf conftest.dSYM
11822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11823 conftest$ac_exeext conftest.$ac_ext
11824 LIBS=$ac_check_soname_save_LIBS
11826 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11827 { $as_echo "$as_me:$LINENO: result: not found" >&5
11828 $as_echo "not found" >&6; }
11830 else
11831 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11832 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11834 cat >>confdefs.h <<_ACEOF
11835 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11836 _ACEOF
11842 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11843 case "x$with_glu" in
11844 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11845 xno) ;;
11846 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11847 This is an error since --with-glu was requested." >&5
11848 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11849 This is an error since --with-glu was requested." >&2;}
11850 { (exit 1); exit 1; }; } ;;
11851 esac
11854 else
11855 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11857 else
11858 opengl_msg="OpenGL development headers not found."
11860 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11861 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11862 else
11863 enable_opengl32=${enable_opengl32:-no}
11864 enable_glu32=${enable_glu32:-no}
11866 if test -n "$opengl_msg"; then
11867 case "x$with_opengl" in
11868 x) wine_warnings="$wine_warnings|$opengl_msg
11869 OpenGL and Direct3D won't be supported." ;;
11870 xno) ;;
11871 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11872 OpenGL and Direct3D won't be supported.
11873 This is an error since --with-opengl was requested." >&5
11874 $as_echo "$as_me: error: $opengl_msg
11875 OpenGL and Direct3D won't be supported.
11876 This is an error since --with-opengl was requested." >&2;}
11877 { (exit 1); exit 1; }; } ;;
11878 esac
11882 NASLIBS=""
11885 for ac_header in audio/audiolib.h
11887 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11888 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11889 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11890 $as_echo_n "checking for $ac_header... " >&6; }
11891 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11892 $as_echo_n "(cached) " >&6
11894 ac_res=`eval 'as_val=${'$as_ac_Header'}
11895 $as_echo "$as_val"'`
11896 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11897 $as_echo "$ac_res" >&6; }
11898 else
11899 # Is the header compilable?
11900 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11901 $as_echo_n "checking $ac_header usability... " >&6; }
11902 cat >conftest.$ac_ext <<_ACEOF
11903 /* confdefs.h. */
11904 _ACEOF
11905 cat confdefs.h >>conftest.$ac_ext
11906 cat >>conftest.$ac_ext <<_ACEOF
11907 /* end confdefs.h. */
11908 $ac_includes_default
11909 #include <$ac_header>
11910 _ACEOF
11911 rm -f conftest.$ac_objext
11912 if { (ac_try="$ac_compile"
11913 case "(($ac_try" in
11914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11915 *) ac_try_echo=$ac_try;;
11916 esac
11917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11918 $as_echo "$ac_try_echo") >&5
11919 (eval "$ac_compile") 2>conftest.er1
11920 ac_status=$?
11921 grep -v '^ *+' conftest.er1 >conftest.err
11922 rm -f conftest.er1
11923 cat conftest.err >&5
11924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11925 (exit $ac_status); } && {
11926 test -z "$ac_c_werror_flag" ||
11927 test ! -s conftest.err
11928 } && test -s conftest.$ac_objext; then
11929 ac_header_compiler=yes
11930 else
11931 $as_echo "$as_me: failed program was:" >&5
11932 sed 's/^/| /' conftest.$ac_ext >&5
11934 ac_header_compiler=no
11937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11938 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11939 $as_echo "$ac_header_compiler" >&6; }
11941 # Is the header present?
11942 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11943 $as_echo_n "checking $ac_header presence... " >&6; }
11944 cat >conftest.$ac_ext <<_ACEOF
11945 /* confdefs.h. */
11946 _ACEOF
11947 cat confdefs.h >>conftest.$ac_ext
11948 cat >>conftest.$ac_ext <<_ACEOF
11949 /* end confdefs.h. */
11950 #include <$ac_header>
11951 _ACEOF
11952 if { (ac_try="$ac_cpp conftest.$ac_ext"
11953 case "(($ac_try" in
11954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11955 *) ac_try_echo=$ac_try;;
11956 esac
11957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11958 $as_echo "$ac_try_echo") >&5
11959 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11960 ac_status=$?
11961 grep -v '^ *+' conftest.er1 >conftest.err
11962 rm -f conftest.er1
11963 cat conftest.err >&5
11964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11965 (exit $ac_status); } >/dev/null && {
11966 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11967 test ! -s conftest.err
11968 }; then
11969 ac_header_preproc=yes
11970 else
11971 $as_echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.$ac_ext >&5
11974 ac_header_preproc=no
11977 rm -f conftest.err conftest.$ac_ext
11978 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11979 $as_echo "$ac_header_preproc" >&6; }
11981 # So? What about this header?
11982 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11983 yes:no: )
11984 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11985 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11986 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11987 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11988 ac_header_preproc=yes
11990 no:yes:* )
11991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11992 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11993 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11994 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11995 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11996 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11997 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11998 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11999 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12000 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12001 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12002 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12003 ( cat <<\_ASBOX
12004 ## ------------------------------------ ##
12005 ## Report this to wine-devel@winehq.org ##
12006 ## ------------------------------------ ##
12007 _ASBOX
12008 ) | sed "s/^/$as_me: WARNING: /" >&2
12010 esac
12011 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12012 $as_echo_n "checking for $ac_header... " >&6; }
12013 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12014 $as_echo_n "(cached) " >&6
12015 else
12016 eval "$as_ac_Header=\$ac_header_preproc"
12018 ac_res=`eval 'as_val=${'$as_ac_Header'}
12019 $as_echo "$as_val"'`
12020 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12021 $as_echo "$ac_res" >&6; }
12024 as_val=`eval 'as_val=${'$as_ac_Header'}
12025 $as_echo "$as_val"'`
12026 if test "x$as_val" = x""yes; then
12027 cat >>confdefs.h <<_ACEOF
12028 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12029 _ACEOF
12031 for ac_header in audio/soundlib.h
12033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12035 $as_echo_n "checking for $ac_header... " >&6; }
12036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12037 $as_echo_n "(cached) " >&6
12038 else
12039 cat >conftest.$ac_ext <<_ACEOF
12040 /* confdefs.h. */
12041 _ACEOF
12042 cat confdefs.h >>conftest.$ac_ext
12043 cat >>conftest.$ac_ext <<_ACEOF
12044 /* end confdefs.h. */
12045 #include <audio/audiolib.h>
12047 #include <$ac_header>
12048 _ACEOF
12049 rm -f conftest.$ac_objext
12050 if { (ac_try="$ac_compile"
12051 case "(($ac_try" in
12052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12053 *) ac_try_echo=$ac_try;;
12054 esac
12055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12056 $as_echo "$ac_try_echo") >&5
12057 (eval "$ac_compile") 2>conftest.er1
12058 ac_status=$?
12059 grep -v '^ *+' conftest.er1 >conftest.err
12060 rm -f conftest.er1
12061 cat conftest.err >&5
12062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12063 (exit $ac_status); } && {
12064 test -z "$ac_c_werror_flag" ||
12065 test ! -s conftest.err
12066 } && test -s conftest.$ac_objext; then
12067 eval "$as_ac_Header=yes"
12068 else
12069 $as_echo "$as_me: failed program was:" >&5
12070 sed 's/^/| /' conftest.$ac_ext >&5
12072 eval "$as_ac_Header=no"
12075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12077 ac_res=`eval 'as_val=${'$as_ac_Header'}
12078 $as_echo "$as_val"'`
12079 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12080 $as_echo "$ac_res" >&6; }
12081 as_val=`eval 'as_val=${'$as_ac_Header'}
12082 $as_echo "$as_val"'`
12083 if test "x$as_val" = x""yes; then
12084 cat >>confdefs.h <<_ACEOF
12085 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12086 _ACEOF
12090 done
12092 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12093 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12094 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12095 $as_echo_n "(cached) " >&6
12096 else
12097 ac_check_lib_save_LIBS=$LIBS
12098 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12099 cat >conftest.$ac_ext <<_ACEOF
12100 /* confdefs.h. */
12101 _ACEOF
12102 cat confdefs.h >>conftest.$ac_ext
12103 cat >>conftest.$ac_ext <<_ACEOF
12104 /* end confdefs.h. */
12106 /* Override any GCC internal prototype to avoid an error.
12107 Use char because int might match the return type of a GCC
12108 builtin and then its argument prototype would still apply. */
12109 #ifdef __cplusplus
12110 extern "C"
12111 #endif
12112 char AuCreateFlow ();
12114 main ()
12116 return AuCreateFlow ();
12118 return 0;
12120 _ACEOF
12121 rm -f conftest.$ac_objext conftest$ac_exeext
12122 if { (ac_try="$ac_link"
12123 case "(($ac_try" in
12124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12125 *) ac_try_echo=$ac_try;;
12126 esac
12127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12128 $as_echo "$ac_try_echo") >&5
12129 (eval "$ac_link") 2>conftest.er1
12130 ac_status=$?
12131 grep -v '^ *+' conftest.er1 >conftest.err
12132 rm -f conftest.er1
12133 cat conftest.err >&5
12134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12135 (exit $ac_status); } && {
12136 test -z "$ac_c_werror_flag" ||
12137 test ! -s conftest.err
12138 } && test -s conftest$ac_exeext && {
12139 test "$cross_compiling" = yes ||
12140 $as_test_x conftest$ac_exeext
12141 }; then
12142 ac_cv_lib_audio_AuCreateFlow=yes
12143 else
12144 $as_echo "$as_me: failed program was:" >&5
12145 sed 's/^/| /' conftest.$ac_ext >&5
12147 ac_cv_lib_audio_AuCreateFlow=no
12150 rm -rf conftest.dSYM
12151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12152 conftest$ac_exeext conftest.$ac_ext
12153 LIBS=$ac_check_lib_save_LIBS
12155 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12156 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12157 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12159 cat >>confdefs.h <<\_ACEOF
12160 #define HAVE_NAS 1
12161 _ACEOF
12163 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12164 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12165 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12166 $as_echo_n "(cached) " >&6
12167 else
12168 ac_check_lib_save_LIBS=$LIBS
12169 LIBS="-lXau $X_LIBS $LIBS"
12170 cat >conftest.$ac_ext <<_ACEOF
12171 /* confdefs.h. */
12172 _ACEOF
12173 cat confdefs.h >>conftest.$ac_ext
12174 cat >>conftest.$ac_ext <<_ACEOF
12175 /* end confdefs.h. */
12177 /* Override any GCC internal prototype to avoid an error.
12178 Use char because int might match the return type of a GCC
12179 builtin and then its argument prototype would still apply. */
12180 #ifdef __cplusplus
12181 extern "C"
12182 #endif
12183 char XauGetBestAuthByAddr ();
12185 main ()
12187 return XauGetBestAuthByAddr ();
12189 return 0;
12191 _ACEOF
12192 rm -f conftest.$ac_objext conftest$ac_exeext
12193 if { (ac_try="$ac_link"
12194 case "(($ac_try" in
12195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12196 *) ac_try_echo=$ac_try;;
12197 esac
12198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12199 $as_echo "$ac_try_echo") >&5
12200 (eval "$ac_link") 2>conftest.er1
12201 ac_status=$?
12202 grep -v '^ *+' conftest.er1 >conftest.err
12203 rm -f conftest.er1
12204 cat conftest.err >&5
12205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12206 (exit $ac_status); } && {
12207 test -z "$ac_c_werror_flag" ||
12208 test ! -s conftest.err
12209 } && test -s conftest$ac_exeext && {
12210 test "$cross_compiling" = yes ||
12211 $as_test_x conftest$ac_exeext
12212 }; then
12213 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12214 else
12215 $as_echo "$as_me: failed program was:" >&5
12216 sed 's/^/| /' conftest.$ac_ext >&5
12218 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12221 rm -rf conftest.dSYM
12222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12223 conftest$ac_exeext conftest.$ac_ext
12224 LIBS=$ac_check_lib_save_LIBS
12226 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12227 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12228 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12229 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12230 else
12231 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12239 done
12242 CPPFLAGS="$ac_save_CPPFLAGS"
12243 else
12244 XLIB=""
12245 X_CFLAGS=""
12246 X_LIBS=""
12247 enable_winex11_drv=${enable_winex11_drv:-no}
12248 enable_opengl32=${enable_opengl32:-no}
12249 enable_glu32=${enable_glu32:-no}
12251 if test "x$XLIB" = "x"; then
12252 case "x$with_x" in
12253 xno) ;;
12254 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12255 without X support, which probably isn't what you want. You will need to install
12256 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12257 Use the --without-x option if you really want this." >&5
12258 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12259 without X support, which probably isn't what you want. You will need to install
12260 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12261 Use the --without-x option if you really want this." >&2;}
12262 { (exit 1); exit 1; }; } ;;
12263 esac
12268 XML2LIBS=""
12270 XML2INCL=""
12272 XSLTINCL=""
12274 if test "x$with_xml" != "xno"
12275 then
12276 ac_save_CPPFLAGS="$CPPFLAGS"
12277 if test "$PKG_CONFIG" != "false"
12278 then
12279 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12280 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12281 else
12282 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12283 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12285 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12287 for ac_header in libxml/parser.h
12289 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12290 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12291 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12292 $as_echo_n "checking for $ac_header... " >&6; }
12293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12294 $as_echo_n "(cached) " >&6
12296 ac_res=`eval 'as_val=${'$as_ac_Header'}
12297 $as_echo "$as_val"'`
12298 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12299 $as_echo "$ac_res" >&6; }
12300 else
12301 # Is the header compilable?
12302 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12303 $as_echo_n "checking $ac_header usability... " >&6; }
12304 cat >conftest.$ac_ext <<_ACEOF
12305 /* confdefs.h. */
12306 _ACEOF
12307 cat confdefs.h >>conftest.$ac_ext
12308 cat >>conftest.$ac_ext <<_ACEOF
12309 /* end confdefs.h. */
12310 $ac_includes_default
12311 #include <$ac_header>
12312 _ACEOF
12313 rm -f conftest.$ac_objext
12314 if { (ac_try="$ac_compile"
12315 case "(($ac_try" in
12316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12317 *) ac_try_echo=$ac_try;;
12318 esac
12319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12320 $as_echo "$ac_try_echo") >&5
12321 (eval "$ac_compile") 2>conftest.er1
12322 ac_status=$?
12323 grep -v '^ *+' conftest.er1 >conftest.err
12324 rm -f conftest.er1
12325 cat conftest.err >&5
12326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12327 (exit $ac_status); } && {
12328 test -z "$ac_c_werror_flag" ||
12329 test ! -s conftest.err
12330 } && test -s conftest.$ac_objext; then
12331 ac_header_compiler=yes
12332 else
12333 $as_echo "$as_me: failed program was:" >&5
12334 sed 's/^/| /' conftest.$ac_ext >&5
12336 ac_header_compiler=no
12339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12340 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12341 $as_echo "$ac_header_compiler" >&6; }
12343 # Is the header present?
12344 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12345 $as_echo_n "checking $ac_header presence... " >&6; }
12346 cat >conftest.$ac_ext <<_ACEOF
12347 /* confdefs.h. */
12348 _ACEOF
12349 cat confdefs.h >>conftest.$ac_ext
12350 cat >>conftest.$ac_ext <<_ACEOF
12351 /* end confdefs.h. */
12352 #include <$ac_header>
12353 _ACEOF
12354 if { (ac_try="$ac_cpp conftest.$ac_ext"
12355 case "(($ac_try" in
12356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12357 *) ac_try_echo=$ac_try;;
12358 esac
12359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12360 $as_echo "$ac_try_echo") >&5
12361 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12362 ac_status=$?
12363 grep -v '^ *+' conftest.er1 >conftest.err
12364 rm -f conftest.er1
12365 cat conftest.err >&5
12366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); } >/dev/null && {
12368 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12369 test ! -s conftest.err
12370 }; then
12371 ac_header_preproc=yes
12372 else
12373 $as_echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_header_preproc=no
12379 rm -f conftest.err conftest.$ac_ext
12380 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12381 $as_echo "$ac_header_preproc" >&6; }
12383 # So? What about this header?
12384 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12385 yes:no: )
12386 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12387 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12388 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12389 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12390 ac_header_preproc=yes
12392 no:yes:* )
12393 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12394 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12395 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12396 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12397 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12398 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12399 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12400 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12401 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12402 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12403 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12404 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12405 ( cat <<\_ASBOX
12406 ## ------------------------------------ ##
12407 ## Report this to wine-devel@winehq.org ##
12408 ## ------------------------------------ ##
12409 _ASBOX
12410 ) | sed "s/^/$as_me: WARNING: /" >&2
12412 esac
12413 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12414 $as_echo_n "checking for $ac_header... " >&6; }
12415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12416 $as_echo_n "(cached) " >&6
12417 else
12418 eval "$as_ac_Header=\$ac_header_preproc"
12420 ac_res=`eval 'as_val=${'$as_ac_Header'}
12421 $as_echo "$as_val"'`
12422 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12423 $as_echo "$ac_res" >&6; }
12426 as_val=`eval 'as_val=${'$as_ac_Header'}
12427 $as_echo "$as_val"'`
12428 if test "x$as_val" = x""yes; then
12429 cat >>confdefs.h <<_ACEOF
12430 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12431 _ACEOF
12432 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12433 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12434 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12435 $as_echo_n "(cached) " >&6
12436 else
12437 ac_check_lib_save_LIBS=$LIBS
12438 LIBS="-lxml2 $ac_xml_libs $LIBS"
12439 cat >conftest.$ac_ext <<_ACEOF
12440 /* confdefs.h. */
12441 _ACEOF
12442 cat confdefs.h >>conftest.$ac_ext
12443 cat >>conftest.$ac_ext <<_ACEOF
12444 /* end confdefs.h. */
12446 /* Override any GCC internal prototype to avoid an error.
12447 Use char because int might match the return type of a GCC
12448 builtin and then its argument prototype would still apply. */
12449 #ifdef __cplusplus
12450 extern "C"
12451 #endif
12452 char xmlParseMemory ();
12454 main ()
12456 return xmlParseMemory ();
12458 return 0;
12460 _ACEOF
12461 rm -f conftest.$ac_objext conftest$ac_exeext
12462 if { (ac_try="$ac_link"
12463 case "(($ac_try" in
12464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12465 *) ac_try_echo=$ac_try;;
12466 esac
12467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12468 $as_echo "$ac_try_echo") >&5
12469 (eval "$ac_link") 2>conftest.er1
12470 ac_status=$?
12471 grep -v '^ *+' conftest.er1 >conftest.err
12472 rm -f conftest.er1
12473 cat conftest.err >&5
12474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12475 (exit $ac_status); } && {
12476 test -z "$ac_c_werror_flag" ||
12477 test ! -s conftest.err
12478 } && test -s conftest$ac_exeext && {
12479 test "$cross_compiling" = yes ||
12480 $as_test_x conftest$ac_exeext
12481 }; then
12482 ac_cv_lib_xml2_xmlParseMemory=yes
12483 else
12484 $as_echo "$as_me: failed program was:" >&5
12485 sed 's/^/| /' conftest.$ac_ext >&5
12487 ac_cv_lib_xml2_xmlParseMemory=no
12490 rm -rf conftest.dSYM
12491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12492 conftest$ac_exeext conftest.$ac_ext
12493 LIBS=$ac_check_lib_save_LIBS
12495 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12496 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12497 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12499 cat >>confdefs.h <<\_ACEOF
12500 #define HAVE_LIBXML2 1
12501 _ACEOF
12503 XML2LIBS="$ac_xml_libs"
12504 XML2INCL="$ac_xml_cflags"
12507 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12508 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12509 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12510 $as_echo_n "(cached) " >&6
12511 else
12512 ac_check_lib_save_LIBS=$LIBS
12513 LIBS="-lxml2 $ac_xml_libs $LIBS"
12514 cat >conftest.$ac_ext <<_ACEOF
12515 /* confdefs.h. */
12516 _ACEOF
12517 cat confdefs.h >>conftest.$ac_ext
12518 cat >>conftest.$ac_ext <<_ACEOF
12519 /* end confdefs.h. */
12521 /* Override any GCC internal prototype to avoid an error.
12522 Use char because int might match the return type of a GCC
12523 builtin and then its argument prototype would still apply. */
12524 #ifdef __cplusplus
12525 extern "C"
12526 #endif
12527 char xmlReadMemory ();
12529 main ()
12531 return xmlReadMemory ();
12533 return 0;
12535 _ACEOF
12536 rm -f conftest.$ac_objext conftest$ac_exeext
12537 if { (ac_try="$ac_link"
12538 case "(($ac_try" in
12539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12540 *) ac_try_echo=$ac_try;;
12541 esac
12542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12543 $as_echo "$ac_try_echo") >&5
12544 (eval "$ac_link") 2>conftest.er1
12545 ac_status=$?
12546 grep -v '^ *+' conftest.er1 >conftest.err
12547 rm -f conftest.er1
12548 cat conftest.err >&5
12549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550 (exit $ac_status); } && {
12551 test -z "$ac_c_werror_flag" ||
12552 test ! -s conftest.err
12553 } && test -s conftest$ac_exeext && {
12554 test "$cross_compiling" = yes ||
12555 $as_test_x conftest$ac_exeext
12556 }; then
12557 ac_cv_lib_xml2_xmlReadMemory=yes
12558 else
12559 $as_echo "$as_me: failed program was:" >&5
12560 sed 's/^/| /' conftest.$ac_ext >&5
12562 ac_cv_lib_xml2_xmlReadMemory=no
12565 rm -rf conftest.dSYM
12566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12567 conftest$ac_exeext conftest.$ac_ext
12568 LIBS=$ac_check_lib_save_LIBS
12570 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12571 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12572 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12574 cat >>confdefs.h <<\_ACEOF
12575 #define HAVE_XMLREADMEMORY 1
12576 _ACEOF
12580 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12581 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12582 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12583 $as_echo_n "(cached) " >&6
12584 else
12585 ac_check_lib_save_LIBS=$LIBS
12586 LIBS="-lxml2 $ac_xml_libs $LIBS"
12587 cat >conftest.$ac_ext <<_ACEOF
12588 /* confdefs.h. */
12589 _ACEOF
12590 cat confdefs.h >>conftest.$ac_ext
12591 cat >>conftest.$ac_ext <<_ACEOF
12592 /* end confdefs.h. */
12594 /* Override any GCC internal prototype to avoid an error.
12595 Use char because int might match the return type of a GCC
12596 builtin and then its argument prototype would still apply. */
12597 #ifdef __cplusplus
12598 extern "C"
12599 #endif
12600 char xmlNewDocPI ();
12602 main ()
12604 return xmlNewDocPI ();
12606 return 0;
12608 _ACEOF
12609 rm -f conftest.$ac_objext conftest$ac_exeext
12610 if { (ac_try="$ac_link"
12611 case "(($ac_try" in
12612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12613 *) ac_try_echo=$ac_try;;
12614 esac
12615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12616 $as_echo "$ac_try_echo") >&5
12617 (eval "$ac_link") 2>conftest.er1
12618 ac_status=$?
12619 grep -v '^ *+' conftest.er1 >conftest.err
12620 rm -f conftest.er1
12621 cat conftest.err >&5
12622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12623 (exit $ac_status); } && {
12624 test -z "$ac_c_werror_flag" ||
12625 test ! -s conftest.err
12626 } && test -s conftest$ac_exeext && {
12627 test "$cross_compiling" = yes ||
12628 $as_test_x conftest$ac_exeext
12629 }; then
12630 ac_cv_lib_xml2_xmlNewDocPI=yes
12631 else
12632 $as_echo "$as_me: failed program was:" >&5
12633 sed 's/^/| /' conftest.$ac_ext >&5
12635 ac_cv_lib_xml2_xmlNewDocPI=no
12638 rm -rf conftest.dSYM
12639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12640 conftest$ac_exeext conftest.$ac_ext
12641 LIBS=$ac_check_lib_save_LIBS
12643 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12644 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12645 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12647 cat >>confdefs.h <<\_ACEOF
12648 #define HAVE_XMLNEWDOCPI 1
12649 _ACEOF
12656 done
12658 CPPFLAGS="$ac_save_CPPFLAGS"
12660 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12661 case "x$with_xml" in
12662 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12663 xno) ;;
12664 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12665 This is an error since --with-xml was requested." >&5
12666 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12667 This is an error since --with-xml was requested." >&2;}
12668 { (exit 1); exit 1; }; } ;;
12669 esac
12673 if test "x$with_xslt" != "xno"
12674 then
12675 if test "$PKG_CONFIG" != "false"
12676 then
12677 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12678 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12679 else
12680 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12681 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12683 ac_save_CPPFLAGS="$CPPFLAGS"
12684 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12687 for ac_header in libxslt/pattern.h libxslt/transform.h
12689 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12690 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12691 $as_echo_n "checking for $ac_header... " >&6; }
12692 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12693 $as_echo_n "(cached) " >&6
12694 else
12695 cat >conftest.$ac_ext <<_ACEOF
12696 /* confdefs.h. */
12697 _ACEOF
12698 cat confdefs.h >>conftest.$ac_ext
12699 cat >>conftest.$ac_ext <<_ACEOF
12700 /* end confdefs.h. */
12701 #ifdef HAVE_LIBXSLT_PATTERN_H
12702 # include <libxslt/pattern.h>
12703 #endif
12705 #include <$ac_header>
12706 _ACEOF
12707 rm -f conftest.$ac_objext
12708 if { (ac_try="$ac_compile"
12709 case "(($ac_try" in
12710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12711 *) ac_try_echo=$ac_try;;
12712 esac
12713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12714 $as_echo "$ac_try_echo") >&5
12715 (eval "$ac_compile") 2>conftest.er1
12716 ac_status=$?
12717 grep -v '^ *+' conftest.er1 >conftest.err
12718 rm -f conftest.er1
12719 cat conftest.err >&5
12720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12721 (exit $ac_status); } && {
12722 test -z "$ac_c_werror_flag" ||
12723 test ! -s conftest.err
12724 } && test -s conftest.$ac_objext; then
12725 eval "$as_ac_Header=yes"
12726 else
12727 $as_echo "$as_me: failed program was:" >&5
12728 sed 's/^/| /' conftest.$ac_ext >&5
12730 eval "$as_ac_Header=no"
12733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12735 ac_res=`eval 'as_val=${'$as_ac_Header'}
12736 $as_echo "$as_val"'`
12737 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12738 $as_echo "$ac_res" >&6; }
12739 as_val=`eval 'as_val=${'$as_ac_Header'}
12740 $as_echo "$as_val"'`
12741 if test "x$as_val" = x""yes; then
12742 cat >>confdefs.h <<_ACEOF
12743 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12744 _ACEOF
12748 done
12750 CPPFLAGS="$ac_save_CPPFLAGS"
12751 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12752 then
12753 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12754 $as_echo_n "checking for -lxslt... " >&6; }
12755 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12756 $as_echo_n "(cached) " >&6
12757 else
12758 ac_check_soname_save_LIBS=$LIBS
12759 LIBS="-lxslt $ac_xslt_libs $LIBS"
12760 cat >conftest.$ac_ext <<_ACEOF
12761 /* confdefs.h. */
12762 _ACEOF
12763 cat confdefs.h >>conftest.$ac_ext
12764 cat >>conftest.$ac_ext <<_ACEOF
12765 /* end confdefs.h. */
12767 /* Override any GCC internal prototype to avoid an error.
12768 Use char because int might match the return type of a GCC
12769 builtin and then its argument prototype would still apply. */
12770 #ifdef __cplusplus
12771 extern "C"
12772 #endif
12773 char xsltCompilePattern ();
12775 main ()
12777 return xsltCompilePattern ();
12779 return 0;
12781 _ACEOF
12782 rm -f conftest.$ac_objext conftest$ac_exeext
12783 if { (ac_try="$ac_link"
12784 case "(($ac_try" in
12785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12786 *) ac_try_echo=$ac_try;;
12787 esac
12788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12789 $as_echo "$ac_try_echo") >&5
12790 (eval "$ac_link") 2>conftest.er1
12791 ac_status=$?
12792 grep -v '^ *+' conftest.er1 >conftest.err
12793 rm -f conftest.er1
12794 cat conftest.err >&5
12795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12796 (exit $ac_status); } && {
12797 test -z "$ac_c_werror_flag" ||
12798 test ! -s conftest.err
12799 } && test -s conftest$ac_exeext && {
12800 test "$cross_compiling" = yes ||
12801 $as_test_x conftest$ac_exeext
12802 }; then
12803 case "$LIBEXT" in
12804 dll) ;;
12805 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12806 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12807 esac
12808 else
12809 $as_echo "$as_me: failed program was:" >&5
12810 sed 's/^/| /' conftest.$ac_ext >&5
12815 rm -rf conftest.dSYM
12816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12817 conftest$ac_exeext conftest.$ac_ext
12818 LIBS=$ac_check_soname_save_LIBS
12820 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12821 { $as_echo "$as_me:$LINENO: result: not found" >&5
12822 $as_echo "not found" >&6; }
12824 else
12825 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12826 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12828 cat >>confdefs.h <<_ACEOF
12829 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12830 _ACEOF
12832 XSLTINCL="$ac_xslt_cflags"
12837 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12838 case "x$with_xslt" in
12839 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12840 xno) ;;
12841 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12842 This is an error since --with-xslt was requested." >&5
12843 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12844 This is an error since --with-xslt was requested." >&2;}
12845 { (exit 1); exit 1; }; } ;;
12846 esac
12850 HALINCL=""
12852 if test "x$with_hal" != "xno"
12853 then
12854 ac_save_CPPFLAGS="$CPPFLAGS"
12855 if test "$PKG_CONFIG" != "false"
12856 then
12857 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12858 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12859 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12863 for ac_header in dbus/dbus.h hal/libhal.h
12865 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12867 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12868 $as_echo_n "checking for $ac_header... " >&6; }
12869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12870 $as_echo_n "(cached) " >&6
12872 ac_res=`eval 'as_val=${'$as_ac_Header'}
12873 $as_echo "$as_val"'`
12874 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12875 $as_echo "$ac_res" >&6; }
12876 else
12877 # Is the header compilable?
12878 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12879 $as_echo_n "checking $ac_header usability... " >&6; }
12880 cat >conftest.$ac_ext <<_ACEOF
12881 /* confdefs.h. */
12882 _ACEOF
12883 cat confdefs.h >>conftest.$ac_ext
12884 cat >>conftest.$ac_ext <<_ACEOF
12885 /* end confdefs.h. */
12886 $ac_includes_default
12887 #include <$ac_header>
12888 _ACEOF
12889 rm -f conftest.$ac_objext
12890 if { (ac_try="$ac_compile"
12891 case "(($ac_try" in
12892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12893 *) ac_try_echo=$ac_try;;
12894 esac
12895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12896 $as_echo "$ac_try_echo") >&5
12897 (eval "$ac_compile") 2>conftest.er1
12898 ac_status=$?
12899 grep -v '^ *+' conftest.er1 >conftest.err
12900 rm -f conftest.er1
12901 cat conftest.err >&5
12902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12903 (exit $ac_status); } && {
12904 test -z "$ac_c_werror_flag" ||
12905 test ! -s conftest.err
12906 } && test -s conftest.$ac_objext; then
12907 ac_header_compiler=yes
12908 else
12909 $as_echo "$as_me: failed program was:" >&5
12910 sed 's/^/| /' conftest.$ac_ext >&5
12912 ac_header_compiler=no
12915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12916 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12917 $as_echo "$ac_header_compiler" >&6; }
12919 # Is the header present?
12920 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12921 $as_echo_n "checking $ac_header presence... " >&6; }
12922 cat >conftest.$ac_ext <<_ACEOF
12923 /* confdefs.h. */
12924 _ACEOF
12925 cat confdefs.h >>conftest.$ac_ext
12926 cat >>conftest.$ac_ext <<_ACEOF
12927 /* end confdefs.h. */
12928 #include <$ac_header>
12929 _ACEOF
12930 if { (ac_try="$ac_cpp conftest.$ac_ext"
12931 case "(($ac_try" in
12932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12933 *) ac_try_echo=$ac_try;;
12934 esac
12935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12936 $as_echo "$ac_try_echo") >&5
12937 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12938 ac_status=$?
12939 grep -v '^ *+' conftest.er1 >conftest.err
12940 rm -f conftest.er1
12941 cat conftest.err >&5
12942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12943 (exit $ac_status); } >/dev/null && {
12944 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12945 test ! -s conftest.err
12946 }; then
12947 ac_header_preproc=yes
12948 else
12949 $as_echo "$as_me: failed program was:" >&5
12950 sed 's/^/| /' conftest.$ac_ext >&5
12952 ac_header_preproc=no
12955 rm -f conftest.err conftest.$ac_ext
12956 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12957 $as_echo "$ac_header_preproc" >&6; }
12959 # So? What about this header?
12960 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12961 yes:no: )
12962 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12963 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12964 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12965 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12966 ac_header_preproc=yes
12968 no:yes:* )
12969 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12970 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12971 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12972 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12974 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12976 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12977 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12978 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12979 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12980 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12981 ( cat <<\_ASBOX
12982 ## ------------------------------------ ##
12983 ## Report this to wine-devel@winehq.org ##
12984 ## ------------------------------------ ##
12985 _ASBOX
12986 ) | sed "s/^/$as_me: WARNING: /" >&2
12988 esac
12989 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12990 $as_echo_n "checking for $ac_header... " >&6; }
12991 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12992 $as_echo_n "(cached) " >&6
12993 else
12994 eval "$as_ac_Header=\$ac_header_preproc"
12996 ac_res=`eval 'as_val=${'$as_ac_Header'}
12997 $as_echo "$as_val"'`
12998 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12999 $as_echo "$ac_res" >&6; }
13002 as_val=`eval 'as_val=${'$as_ac_Header'}
13003 $as_echo "$as_val"'`
13004 if test "x$as_val" = x""yes; then
13005 cat >>confdefs.h <<_ACEOF
13006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13007 _ACEOF
13011 done
13013 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13014 then
13015 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13016 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13017 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13018 $as_echo_n "(cached) " >&6
13019 else
13020 ac_check_lib_save_LIBS=$LIBS
13021 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13022 cat >conftest.$ac_ext <<_ACEOF
13023 /* confdefs.h. */
13024 _ACEOF
13025 cat confdefs.h >>conftest.$ac_ext
13026 cat >>conftest.$ac_ext <<_ACEOF
13027 /* end confdefs.h. */
13029 /* Override any GCC internal prototype to avoid an error.
13030 Use char because int might match the return type of a GCC
13031 builtin and then its argument prototype would still apply. */
13032 #ifdef __cplusplus
13033 extern "C"
13034 #endif
13035 char dbus_connection_close ();
13037 main ()
13039 return dbus_connection_close ();
13041 return 0;
13043 _ACEOF
13044 rm -f conftest.$ac_objext conftest$ac_exeext
13045 if { (ac_try="$ac_link"
13046 case "(($ac_try" in
13047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13048 *) ac_try_echo=$ac_try;;
13049 esac
13050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13051 $as_echo "$ac_try_echo") >&5
13052 (eval "$ac_link") 2>conftest.er1
13053 ac_status=$?
13054 grep -v '^ *+' conftest.er1 >conftest.err
13055 rm -f conftest.er1
13056 cat conftest.err >&5
13057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13058 (exit $ac_status); } && {
13059 test -z "$ac_c_werror_flag" ||
13060 test ! -s conftest.err
13061 } && test -s conftest$ac_exeext && {
13062 test "$cross_compiling" = yes ||
13063 $as_test_x conftest$ac_exeext
13064 }; then
13065 ac_cv_lib_dbus_1_dbus_connection_close=yes
13066 else
13067 $as_echo "$as_me: failed program was:" >&5
13068 sed 's/^/| /' conftest.$ac_ext >&5
13070 ac_cv_lib_dbus_1_dbus_connection_close=no
13073 rm -rf conftest.dSYM
13074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13075 conftest$ac_exeext conftest.$ac_ext
13076 LIBS=$ac_check_lib_save_LIBS
13078 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13079 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13080 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13081 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13082 $as_echo_n "checking for -lhal... " >&6; }
13083 if test "${ac_cv_lib_soname_hal+set}" = set; then
13084 $as_echo_n "(cached) " >&6
13085 else
13086 ac_check_soname_save_LIBS=$LIBS
13087 LIBS="-lhal $ac_hal_libs $LIBS"
13088 cat >conftest.$ac_ext <<_ACEOF
13089 /* confdefs.h. */
13090 _ACEOF
13091 cat confdefs.h >>conftest.$ac_ext
13092 cat >>conftest.$ac_ext <<_ACEOF
13093 /* end confdefs.h. */
13095 /* Override any GCC internal prototype to avoid an error.
13096 Use char because int might match the return type of a GCC
13097 builtin and then its argument prototype would still apply. */
13098 #ifdef __cplusplus
13099 extern "C"
13100 #endif
13101 char libhal_ctx_new ();
13103 main ()
13105 return libhal_ctx_new ();
13107 return 0;
13109 _ACEOF
13110 rm -f conftest.$ac_objext conftest$ac_exeext
13111 if { (ac_try="$ac_link"
13112 case "(($ac_try" in
13113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13114 *) ac_try_echo=$ac_try;;
13115 esac
13116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13117 $as_echo "$ac_try_echo") >&5
13118 (eval "$ac_link") 2>conftest.er1
13119 ac_status=$?
13120 grep -v '^ *+' conftest.er1 >conftest.err
13121 rm -f conftest.er1
13122 cat conftest.err >&5
13123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13124 (exit $ac_status); } && {
13125 test -z "$ac_c_werror_flag" ||
13126 test ! -s conftest.err
13127 } && test -s conftest$ac_exeext && {
13128 test "$cross_compiling" = yes ||
13129 $as_test_x conftest$ac_exeext
13130 }; then
13131 case "$LIBEXT" in
13132 dll) ;;
13133 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'` ;;
13134 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13135 esac
13136 else
13137 $as_echo "$as_me: failed program was:" >&5
13138 sed 's/^/| /' conftest.$ac_ext >&5
13143 rm -rf conftest.dSYM
13144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13145 conftest$ac_exeext conftest.$ac_ext
13146 LIBS=$ac_check_soname_save_LIBS
13148 if test "x$ac_cv_lib_soname_hal" = "x"; then
13149 { $as_echo "$as_me:$LINENO: result: not found" >&5
13150 $as_echo "not found" >&6; }
13152 else
13153 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13154 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13156 cat >>confdefs.h <<_ACEOF
13157 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13158 _ACEOF
13160 HALINCL="$ac_hal_cflags"
13166 CPPFLAGS="$ac_save_CPPFLAGS"
13168 if test "x$ac_cv_lib_soname_hal" = "x"; then
13169 case "x$with_hal" in
13170 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13171 xno) ;;
13172 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13173 This is an error since --with-hal was requested." >&5
13174 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13175 This is an error since --with-hal was requested." >&2;}
13176 { (exit 1); exit 1; }; } ;;
13177 esac
13181 if test "x$with_gnutls" != "xno"
13182 then
13183 ac_save_CPPFLAGS="$CPPFLAGS"
13184 if test "$PKG_CONFIG" != "false"
13185 then
13186 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13187 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13188 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13190 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13191 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13192 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13193 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13194 $as_echo_n "(cached) " >&6
13196 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13197 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13198 else
13199 # Is the header compilable?
13200 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13201 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13202 cat >conftest.$ac_ext <<_ACEOF
13203 /* confdefs.h. */
13204 _ACEOF
13205 cat confdefs.h >>conftest.$ac_ext
13206 cat >>conftest.$ac_ext <<_ACEOF
13207 /* end confdefs.h. */
13208 $ac_includes_default
13209 #include <gnutls/gnutls.h>
13210 _ACEOF
13211 rm -f conftest.$ac_objext
13212 if { (ac_try="$ac_compile"
13213 case "(($ac_try" in
13214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13215 *) ac_try_echo=$ac_try;;
13216 esac
13217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13218 $as_echo "$ac_try_echo") >&5
13219 (eval "$ac_compile") 2>conftest.er1
13220 ac_status=$?
13221 grep -v '^ *+' conftest.er1 >conftest.err
13222 rm -f conftest.er1
13223 cat conftest.err >&5
13224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13225 (exit $ac_status); } && {
13226 test -z "$ac_c_werror_flag" ||
13227 test ! -s conftest.err
13228 } && test -s conftest.$ac_objext; then
13229 ac_header_compiler=yes
13230 else
13231 $as_echo "$as_me: failed program was:" >&5
13232 sed 's/^/| /' conftest.$ac_ext >&5
13234 ac_header_compiler=no
13237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13238 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13239 $as_echo "$ac_header_compiler" >&6; }
13241 # Is the header present?
13242 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13243 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13244 cat >conftest.$ac_ext <<_ACEOF
13245 /* confdefs.h. */
13246 _ACEOF
13247 cat confdefs.h >>conftest.$ac_ext
13248 cat >>conftest.$ac_ext <<_ACEOF
13249 /* end confdefs.h. */
13250 #include <gnutls/gnutls.h>
13251 _ACEOF
13252 if { (ac_try="$ac_cpp conftest.$ac_ext"
13253 case "(($ac_try" in
13254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13255 *) ac_try_echo=$ac_try;;
13256 esac
13257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13258 $as_echo "$ac_try_echo") >&5
13259 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13260 ac_status=$?
13261 grep -v '^ *+' conftest.er1 >conftest.err
13262 rm -f conftest.er1
13263 cat conftest.err >&5
13264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13265 (exit $ac_status); } >/dev/null && {
13266 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13267 test ! -s conftest.err
13268 }; then
13269 ac_header_preproc=yes
13270 else
13271 $as_echo "$as_me: failed program was:" >&5
13272 sed 's/^/| /' conftest.$ac_ext >&5
13274 ac_header_preproc=no
13277 rm -f conftest.err conftest.$ac_ext
13278 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13279 $as_echo "$ac_header_preproc" >&6; }
13281 # So? What about this header?
13282 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13283 yes:no: )
13284 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13285 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13286 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13287 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13288 ac_header_preproc=yes
13290 no:yes:* )
13291 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13292 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13293 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13294 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13295 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13296 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13297 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13298 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13299 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13300 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13301 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13302 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13303 ( cat <<\_ASBOX
13304 ## ------------------------------------ ##
13305 ## Report this to wine-devel@winehq.org ##
13306 ## ------------------------------------ ##
13307 _ASBOX
13308 ) | sed "s/^/$as_me: WARNING: /" >&2
13310 esac
13311 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13312 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13313 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13314 $as_echo_n "(cached) " >&6
13315 else
13316 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13318 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13319 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13322 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13323 cat >conftest.$ac_ext <<_ACEOF
13324 /* confdefs.h. */
13325 _ACEOF
13326 cat confdefs.h >>conftest.$ac_ext
13327 cat >>conftest.$ac_ext <<_ACEOF
13328 /* end confdefs.h. */
13329 #include <gnutls/gnutls.h>
13331 main ()
13333 typeof(gnutls_mac_get_key_size) *pfunc;
13335 return 0;
13337 _ACEOF
13338 rm -f conftest.$ac_objext
13339 if { (ac_try="$ac_compile"
13340 case "(($ac_try" in
13341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13342 *) ac_try_echo=$ac_try;;
13343 esac
13344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13345 $as_echo "$ac_try_echo") >&5
13346 (eval "$ac_compile") 2>conftest.er1
13347 ac_status=$?
13348 grep -v '^ *+' conftest.er1 >conftest.err
13349 rm -f conftest.er1
13350 cat conftest.err >&5
13351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13352 (exit $ac_status); } && {
13353 test -z "$ac_c_werror_flag" ||
13354 test ! -s conftest.err
13355 } && test -s conftest.$ac_objext; then
13356 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13357 $as_echo_n "checking for -lgnutls... " >&6; }
13358 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13359 $as_echo_n "(cached) " >&6
13360 else
13361 ac_check_soname_save_LIBS=$LIBS
13362 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13363 cat >conftest.$ac_ext <<_ACEOF
13364 /* confdefs.h. */
13365 _ACEOF
13366 cat confdefs.h >>conftest.$ac_ext
13367 cat >>conftest.$ac_ext <<_ACEOF
13368 /* end confdefs.h. */
13370 /* Override any GCC internal prototype to avoid an error.
13371 Use char because int might match the return type of a GCC
13372 builtin and then its argument prototype would still apply. */
13373 #ifdef __cplusplus
13374 extern "C"
13375 #endif
13376 char gnutls_global_init ();
13378 main ()
13380 return gnutls_global_init ();
13382 return 0;
13384 _ACEOF
13385 rm -f conftest.$ac_objext conftest$ac_exeext
13386 if { (ac_try="$ac_link"
13387 case "(($ac_try" in
13388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13389 *) ac_try_echo=$ac_try;;
13390 esac
13391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13392 $as_echo "$ac_try_echo") >&5
13393 (eval "$ac_link") 2>conftest.er1
13394 ac_status=$?
13395 grep -v '^ *+' conftest.er1 >conftest.err
13396 rm -f conftest.er1
13397 cat conftest.err >&5
13398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13399 (exit $ac_status); } && {
13400 test -z "$ac_c_werror_flag" ||
13401 test ! -s conftest.err
13402 } && test -s conftest$ac_exeext && {
13403 test "$cross_compiling" = yes ||
13404 $as_test_x conftest$ac_exeext
13405 }; then
13406 case "$LIBEXT" in
13407 dll) ;;
13408 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'` ;;
13409 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13410 esac
13411 else
13412 $as_echo "$as_me: failed program was:" >&5
13413 sed 's/^/| /' conftest.$ac_ext >&5
13418 rm -rf conftest.dSYM
13419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13420 conftest$ac_exeext conftest.$ac_ext
13421 LIBS=$ac_check_soname_save_LIBS
13423 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13424 { $as_echo "$as_me:$LINENO: result: not found" >&5
13425 $as_echo "not found" >&6; }
13427 else
13428 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13429 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13431 cat >>confdefs.h <<_ACEOF
13432 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13433 _ACEOF
13435 GNUTLSINCL="$ac_gnutls_cflags"
13439 else
13440 $as_echo "$as_me: failed program was:" >&5
13441 sed 's/^/| /' conftest.$ac_ext >&5
13446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13450 CPPFLAGS="$ac_save_CPPFLAGS"
13452 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13453 case "x$with_gnutls" in
13454 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13455 xno) ;;
13456 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13457 This is an error since --with-gnutls was requested." >&5
13458 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13459 This is an error since --with-gnutls was requested." >&2;}
13460 { (exit 1); exit 1; }; } ;;
13461 esac
13465 CURSESLIBS=""
13466 if test "$ac_cv_header_ncurses_h" = "yes"
13467 then
13468 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13469 $as_echo_n "checking for -lncurses... " >&6; }
13470 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13471 $as_echo_n "(cached) " >&6
13472 else
13473 ac_check_soname_save_LIBS=$LIBS
13474 LIBS="-lncurses $LIBS"
13475 cat >conftest.$ac_ext <<_ACEOF
13476 /* confdefs.h. */
13477 _ACEOF
13478 cat confdefs.h >>conftest.$ac_ext
13479 cat >>conftest.$ac_ext <<_ACEOF
13480 /* end confdefs.h. */
13482 /* Override any GCC internal prototype to avoid an error.
13483 Use char because int might match the return type of a GCC
13484 builtin and then its argument prototype would still apply. */
13485 #ifdef __cplusplus
13486 extern "C"
13487 #endif
13488 char waddch ();
13490 main ()
13492 return waddch ();
13494 return 0;
13496 _ACEOF
13497 rm -f conftest.$ac_objext conftest$ac_exeext
13498 if { (ac_try="$ac_link"
13499 case "(($ac_try" in
13500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13501 *) ac_try_echo=$ac_try;;
13502 esac
13503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13504 $as_echo "$ac_try_echo") >&5
13505 (eval "$ac_link") 2>conftest.er1
13506 ac_status=$?
13507 grep -v '^ *+' conftest.er1 >conftest.err
13508 rm -f conftest.er1
13509 cat conftest.err >&5
13510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13511 (exit $ac_status); } && {
13512 test -z "$ac_c_werror_flag" ||
13513 test ! -s conftest.err
13514 } && test -s conftest$ac_exeext && {
13515 test "$cross_compiling" = yes ||
13516 $as_test_x conftest$ac_exeext
13517 }; then
13518 case "$LIBEXT" in
13519 dll) ;;
13520 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'` ;;
13521 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13522 esac
13523 else
13524 $as_echo "$as_me: failed program was:" >&5
13525 sed 's/^/| /' conftest.$ac_ext >&5
13530 rm -rf conftest.dSYM
13531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13532 conftest$ac_exeext conftest.$ac_ext
13533 LIBS=$ac_check_soname_save_LIBS
13535 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13536 { $as_echo "$as_me:$LINENO: result: not found" >&5
13537 $as_echo "not found" >&6; }
13539 else
13540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13541 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13543 cat >>confdefs.h <<_ACEOF
13544 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13545 _ACEOF
13547 CURSESLIBS="-lncurses"
13550 elif test "$ac_cv_header_curses_h" = "yes"
13551 then
13552 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13553 $as_echo_n "checking for -lcurses... " >&6; }
13554 if test "${ac_cv_lib_soname_curses+set}" = set; then
13555 $as_echo_n "(cached) " >&6
13556 else
13557 ac_check_soname_save_LIBS=$LIBS
13558 LIBS="-lcurses $LIBS"
13559 cat >conftest.$ac_ext <<_ACEOF
13560 /* confdefs.h. */
13561 _ACEOF
13562 cat confdefs.h >>conftest.$ac_ext
13563 cat >>conftest.$ac_ext <<_ACEOF
13564 /* end confdefs.h. */
13566 /* Override any GCC internal prototype to avoid an error.
13567 Use char because int might match the return type of a GCC
13568 builtin and then its argument prototype would still apply. */
13569 #ifdef __cplusplus
13570 extern "C"
13571 #endif
13572 char waddch ();
13574 main ()
13576 return waddch ();
13578 return 0;
13580 _ACEOF
13581 rm -f conftest.$ac_objext conftest$ac_exeext
13582 if { (ac_try="$ac_link"
13583 case "(($ac_try" in
13584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13585 *) ac_try_echo=$ac_try;;
13586 esac
13587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13588 $as_echo "$ac_try_echo") >&5
13589 (eval "$ac_link") 2>conftest.er1
13590 ac_status=$?
13591 grep -v '^ *+' conftest.er1 >conftest.err
13592 rm -f conftest.er1
13593 cat conftest.err >&5
13594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13595 (exit $ac_status); } && {
13596 test -z "$ac_c_werror_flag" ||
13597 test ! -s conftest.err
13598 } && test -s conftest$ac_exeext && {
13599 test "$cross_compiling" = yes ||
13600 $as_test_x conftest$ac_exeext
13601 }; then
13602 case "$LIBEXT" in
13603 dll) ;;
13604 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'` ;;
13605 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13606 esac
13607 else
13608 $as_echo "$as_me: failed program was:" >&5
13609 sed 's/^/| /' conftest.$ac_ext >&5
13614 rm -rf conftest.dSYM
13615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13616 conftest$ac_exeext conftest.$ac_ext
13617 LIBS=$ac_check_soname_save_LIBS
13619 if test "x$ac_cv_lib_soname_curses" = "x"; then
13620 { $as_echo "$as_me:$LINENO: result: not found" >&5
13621 $as_echo "not found" >&6; }
13623 else
13624 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13625 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13627 cat >>confdefs.h <<_ACEOF
13628 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13629 _ACEOF
13631 CURSESLIBS="-lcurses"
13635 ac_save_LIBS="$LIBS"
13636 LIBS="$LIBS $CURSESLIBS"
13638 for ac_func in mousemask
13640 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13641 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13642 $as_echo_n "checking for $ac_func... " >&6; }
13643 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13644 $as_echo_n "(cached) " >&6
13645 else
13646 cat >conftest.$ac_ext <<_ACEOF
13647 /* confdefs.h. */
13648 _ACEOF
13649 cat confdefs.h >>conftest.$ac_ext
13650 cat >>conftest.$ac_ext <<_ACEOF
13651 /* end confdefs.h. */
13652 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13653 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13654 #define $ac_func innocuous_$ac_func
13656 /* System header to define __stub macros and hopefully few prototypes,
13657 which can conflict with char $ac_func (); below.
13658 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13659 <limits.h> exists even on freestanding compilers. */
13661 #ifdef __STDC__
13662 # include <limits.h>
13663 #else
13664 # include <assert.h>
13665 #endif
13667 #undef $ac_func
13669 /* Override any GCC internal prototype to avoid an error.
13670 Use char because int might match the return type of a GCC
13671 builtin and then its argument prototype would still apply. */
13672 #ifdef __cplusplus
13673 extern "C"
13674 #endif
13675 char $ac_func ();
13676 /* The GNU C library defines this for functions which it implements
13677 to always fail with ENOSYS. Some functions are actually named
13678 something starting with __ and the normal name is an alias. */
13679 #if defined __stub_$ac_func || defined __stub___$ac_func
13680 choke me
13681 #endif
13684 main ()
13686 return $ac_func ();
13688 return 0;
13690 _ACEOF
13691 rm -f conftest.$ac_objext conftest$ac_exeext
13692 if { (ac_try="$ac_link"
13693 case "(($ac_try" in
13694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13695 *) ac_try_echo=$ac_try;;
13696 esac
13697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13698 $as_echo "$ac_try_echo") >&5
13699 (eval "$ac_link") 2>conftest.er1
13700 ac_status=$?
13701 grep -v '^ *+' conftest.er1 >conftest.err
13702 rm -f conftest.er1
13703 cat conftest.err >&5
13704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13705 (exit $ac_status); } && {
13706 test -z "$ac_c_werror_flag" ||
13707 test ! -s conftest.err
13708 } && test -s conftest$ac_exeext && {
13709 test "$cross_compiling" = yes ||
13710 $as_test_x conftest$ac_exeext
13711 }; then
13712 eval "$as_ac_var=yes"
13713 else
13714 $as_echo "$as_me: failed program was:" >&5
13715 sed 's/^/| /' conftest.$ac_ext >&5
13717 eval "$as_ac_var=no"
13720 rm -rf conftest.dSYM
13721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13722 conftest$ac_exeext conftest.$ac_ext
13724 ac_res=`eval 'as_val=${'$as_ac_var'}
13725 $as_echo "$as_val"'`
13726 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13727 $as_echo "$ac_res" >&6; }
13728 as_val=`eval 'as_val=${'$as_ac_var'}
13729 $as_echo "$as_val"'`
13730 if test "x$as_val" = x""yes; then
13731 cat >>confdefs.h <<_ACEOF
13732 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13733 _ACEOF
13736 done
13738 LIBS="$ac_save_LIBS"
13739 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13740 case "x$with_curses" in
13741 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13742 xno) ;;
13743 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13744 This is an error since --with-curses was requested." >&5
13745 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13746 This is an error since --with-curses was requested." >&2;}
13747 { (exit 1); exit 1; }; } ;;
13748 esac
13752 if test "x$with_sane" != "xno"
13753 then
13754 ac_save_CPPFLAGS="$CPPFLAGS"
13755 # Extract the first word of "sane-config", so it can be a program name with args.
13756 set dummy sane-config; ac_word=$2
13757 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13758 $as_echo_n "checking for $ac_word... " >&6; }
13759 if test "${ac_cv_prog_sane_devel+set}" = set; then
13760 $as_echo_n "(cached) " >&6
13761 else
13762 if test -n "$sane_devel"; then
13763 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13764 else
13765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13766 for as_dir in $PATH
13768 IFS=$as_save_IFS
13769 test -z "$as_dir" && as_dir=.
13770 for ac_exec_ext in '' $ac_executable_extensions; do
13771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13772 ac_cv_prog_sane_devel="sane-config"
13773 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13774 break 2
13776 done
13777 done
13778 IFS=$as_save_IFS
13780 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13783 sane_devel=$ac_cv_prog_sane_devel
13784 if test -n "$sane_devel"; then
13785 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13786 $as_echo "$sane_devel" >&6; }
13787 else
13788 { $as_echo "$as_me:$LINENO: result: no" >&5
13789 $as_echo "no" >&6; }
13793 if test "$sane_devel" != "no"
13794 then
13795 ac_sane_incl="`$sane_devel --cflags`"
13796 ac_sane_libs="`$sane_devel --ldflags`"
13797 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13799 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13800 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13801 $as_echo_n "checking for sane/sane.h... " >&6; }
13802 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13803 $as_echo_n "(cached) " >&6
13805 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13806 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13807 else
13808 # Is the header compilable?
13809 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13810 $as_echo_n "checking sane/sane.h usability... " >&6; }
13811 cat >conftest.$ac_ext <<_ACEOF
13812 /* confdefs.h. */
13813 _ACEOF
13814 cat confdefs.h >>conftest.$ac_ext
13815 cat >>conftest.$ac_ext <<_ACEOF
13816 /* end confdefs.h. */
13817 $ac_includes_default
13818 #include <sane/sane.h>
13819 _ACEOF
13820 rm -f conftest.$ac_objext
13821 if { (ac_try="$ac_compile"
13822 case "(($ac_try" in
13823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13824 *) ac_try_echo=$ac_try;;
13825 esac
13826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13827 $as_echo "$ac_try_echo") >&5
13828 (eval "$ac_compile") 2>conftest.er1
13829 ac_status=$?
13830 grep -v '^ *+' conftest.er1 >conftest.err
13831 rm -f conftest.er1
13832 cat conftest.err >&5
13833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834 (exit $ac_status); } && {
13835 test -z "$ac_c_werror_flag" ||
13836 test ! -s conftest.err
13837 } && test -s conftest.$ac_objext; then
13838 ac_header_compiler=yes
13839 else
13840 $as_echo "$as_me: failed program was:" >&5
13841 sed 's/^/| /' conftest.$ac_ext >&5
13843 ac_header_compiler=no
13846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13847 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13848 $as_echo "$ac_header_compiler" >&6; }
13850 # Is the header present?
13851 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13852 $as_echo_n "checking sane/sane.h presence... " >&6; }
13853 cat >conftest.$ac_ext <<_ACEOF
13854 /* confdefs.h. */
13855 _ACEOF
13856 cat confdefs.h >>conftest.$ac_ext
13857 cat >>conftest.$ac_ext <<_ACEOF
13858 /* end confdefs.h. */
13859 #include <sane/sane.h>
13860 _ACEOF
13861 if { (ac_try="$ac_cpp conftest.$ac_ext"
13862 case "(($ac_try" in
13863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13864 *) ac_try_echo=$ac_try;;
13865 esac
13866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13867 $as_echo "$ac_try_echo") >&5
13868 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13869 ac_status=$?
13870 grep -v '^ *+' conftest.er1 >conftest.err
13871 rm -f conftest.er1
13872 cat conftest.err >&5
13873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13874 (exit $ac_status); } >/dev/null && {
13875 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13876 test ! -s conftest.err
13877 }; then
13878 ac_header_preproc=yes
13879 else
13880 $as_echo "$as_me: failed program was:" >&5
13881 sed 's/^/| /' conftest.$ac_ext >&5
13883 ac_header_preproc=no
13886 rm -f conftest.err conftest.$ac_ext
13887 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13888 $as_echo "$ac_header_preproc" >&6; }
13890 # So? What about this header?
13891 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13892 yes:no: )
13893 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13894 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13895 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13896 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13897 ac_header_preproc=yes
13899 no:yes:* )
13900 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13901 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13902 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13903 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13904 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13905 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13906 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13907 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13908 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13909 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13910 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13911 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13912 ( cat <<\_ASBOX
13913 ## ------------------------------------ ##
13914 ## Report this to wine-devel@winehq.org ##
13915 ## ------------------------------------ ##
13916 _ASBOX
13917 ) | sed "s/^/$as_me: WARNING: /" >&2
13919 esac
13920 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13921 $as_echo_n "checking for sane/sane.h... " >&6; }
13922 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13923 $as_echo_n "(cached) " >&6
13924 else
13925 ac_cv_header_sane_sane_h=$ac_header_preproc
13927 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13928 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13931 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13932 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13933 $as_echo_n "checking for -lsane... " >&6; }
13934 if test "${ac_cv_lib_soname_sane+set}" = set; then
13935 $as_echo_n "(cached) " >&6
13936 else
13937 ac_check_soname_save_LIBS=$LIBS
13938 LIBS="-lsane $ac_sane_libs $LIBS"
13939 cat >conftest.$ac_ext <<_ACEOF
13940 /* confdefs.h. */
13941 _ACEOF
13942 cat confdefs.h >>conftest.$ac_ext
13943 cat >>conftest.$ac_ext <<_ACEOF
13944 /* end confdefs.h. */
13946 /* Override any GCC internal prototype to avoid an error.
13947 Use char because int might match the return type of a GCC
13948 builtin and then its argument prototype would still apply. */
13949 #ifdef __cplusplus
13950 extern "C"
13951 #endif
13952 char sane_init ();
13954 main ()
13956 return sane_init ();
13958 return 0;
13960 _ACEOF
13961 rm -f conftest.$ac_objext conftest$ac_exeext
13962 if { (ac_try="$ac_link"
13963 case "(($ac_try" in
13964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13965 *) ac_try_echo=$ac_try;;
13966 esac
13967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13968 $as_echo "$ac_try_echo") >&5
13969 (eval "$ac_link") 2>conftest.er1
13970 ac_status=$?
13971 grep -v '^ *+' conftest.er1 >conftest.err
13972 rm -f conftest.er1
13973 cat conftest.err >&5
13974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13975 (exit $ac_status); } && {
13976 test -z "$ac_c_werror_flag" ||
13977 test ! -s conftest.err
13978 } && test -s conftest$ac_exeext && {
13979 test "$cross_compiling" = yes ||
13980 $as_test_x conftest$ac_exeext
13981 }; then
13982 case "$LIBEXT" in
13983 dll) ;;
13984 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'` ;;
13985 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13986 esac
13987 else
13988 $as_echo "$as_me: failed program was:" >&5
13989 sed 's/^/| /' conftest.$ac_ext >&5
13994 rm -rf conftest.dSYM
13995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13996 conftest$ac_exeext conftest.$ac_ext
13997 LIBS=$ac_check_soname_save_LIBS
13999 if test "x$ac_cv_lib_soname_sane" = "x"; then
14000 { $as_echo "$as_me:$LINENO: result: not found" >&5
14001 $as_echo "not found" >&6; }
14003 else
14004 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14005 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14007 cat >>confdefs.h <<_ACEOF
14008 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14009 _ACEOF
14011 SANEINCL="$ac_sane_incl"
14018 CPPFLAGS="$ac_save_CPPFLAGS"
14020 if test "x$ac_cv_lib_soname_sane" = "x"; then
14021 case "x$with_sane" in
14022 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14023 xno) ;;
14024 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14025 This is an error since --with-sane was requested." >&5
14026 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14027 This is an error since --with-sane was requested." >&2;}
14028 { (exit 1); exit 1; }; } ;;
14029 esac
14033 if test "x$with_gphoto" != "xno"
14034 then
14035 ac_save_CPPFLAGS="$CPPFLAGS"
14036 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14037 set dummy gphoto2-config; ac_word=$2
14038 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14039 $as_echo_n "checking for $ac_word... " >&6; }
14040 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14041 $as_echo_n "(cached) " >&6
14042 else
14043 if test -n "$gphoto2_devel"; then
14044 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14045 else
14046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14047 for as_dir in $PATH
14049 IFS=$as_save_IFS
14050 test -z "$as_dir" && as_dir=.
14051 for ac_exec_ext in '' $ac_executable_extensions; do
14052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14053 ac_cv_prog_gphoto2_devel="gphoto2-config"
14054 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14055 break 2
14057 done
14058 done
14059 IFS=$as_save_IFS
14061 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14064 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14065 if test -n "$gphoto2_devel"; then
14066 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14067 $as_echo "$gphoto2_devel" >&6; }
14068 else
14069 { $as_echo "$as_me:$LINENO: result: no" >&5
14070 $as_echo "no" >&6; }
14074 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14075 set dummy gphoto2-port-config; ac_word=$2
14076 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14077 $as_echo_n "checking for $ac_word... " >&6; }
14078 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14079 $as_echo_n "(cached) " >&6
14080 else
14081 if test -n "$gphoto2port_devel"; then
14082 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14083 else
14084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14085 for as_dir in $PATH
14087 IFS=$as_save_IFS
14088 test -z "$as_dir" && as_dir=.
14089 for ac_exec_ext in '' $ac_executable_extensions; do
14090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14091 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14092 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14093 break 2
14095 done
14096 done
14097 IFS=$as_save_IFS
14099 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14102 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14103 if test -n "$gphoto2port_devel"; then
14104 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14105 $as_echo "$gphoto2port_devel" >&6; }
14106 else
14107 { $as_echo "$as_me:$LINENO: result: no" >&5
14108 $as_echo "no" >&6; }
14112 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14113 then
14114 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14115 ac_gphoto2_libs=""
14116 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14118 case "$i" in
14119 -L/usr/lib|-L/usr/lib64) ;;
14120 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14121 esac
14122 done
14123 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14125 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14126 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14127 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14128 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14129 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14130 $as_echo_n "(cached) " >&6
14132 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14133 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14134 else
14135 # Is the header compilable?
14136 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14137 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14138 cat >conftest.$ac_ext <<_ACEOF
14139 /* confdefs.h. */
14140 _ACEOF
14141 cat confdefs.h >>conftest.$ac_ext
14142 cat >>conftest.$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14144 $ac_includes_default
14145 #include <gphoto2-camera.h>
14146 _ACEOF
14147 rm -f conftest.$ac_objext
14148 if { (ac_try="$ac_compile"
14149 case "(($ac_try" in
14150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14151 *) ac_try_echo=$ac_try;;
14152 esac
14153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14154 $as_echo "$ac_try_echo") >&5
14155 (eval "$ac_compile") 2>conftest.er1
14156 ac_status=$?
14157 grep -v '^ *+' conftest.er1 >conftest.err
14158 rm -f conftest.er1
14159 cat conftest.err >&5
14160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14161 (exit $ac_status); } && {
14162 test -z "$ac_c_werror_flag" ||
14163 test ! -s conftest.err
14164 } && test -s conftest.$ac_objext; then
14165 ac_header_compiler=yes
14166 else
14167 $as_echo "$as_me: failed program was:" >&5
14168 sed 's/^/| /' conftest.$ac_ext >&5
14170 ac_header_compiler=no
14173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14174 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14175 $as_echo "$ac_header_compiler" >&6; }
14177 # Is the header present?
14178 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14179 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14180 cat >conftest.$ac_ext <<_ACEOF
14181 /* confdefs.h. */
14182 _ACEOF
14183 cat confdefs.h >>conftest.$ac_ext
14184 cat >>conftest.$ac_ext <<_ACEOF
14185 /* end confdefs.h. */
14186 #include <gphoto2-camera.h>
14187 _ACEOF
14188 if { (ac_try="$ac_cpp conftest.$ac_ext"
14189 case "(($ac_try" in
14190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14191 *) ac_try_echo=$ac_try;;
14192 esac
14193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14194 $as_echo "$ac_try_echo") >&5
14195 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14196 ac_status=$?
14197 grep -v '^ *+' conftest.er1 >conftest.err
14198 rm -f conftest.er1
14199 cat conftest.err >&5
14200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14201 (exit $ac_status); } >/dev/null && {
14202 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14203 test ! -s conftest.err
14204 }; then
14205 ac_header_preproc=yes
14206 else
14207 $as_echo "$as_me: failed program was:" >&5
14208 sed 's/^/| /' conftest.$ac_ext >&5
14210 ac_header_preproc=no
14213 rm -f conftest.err conftest.$ac_ext
14214 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14215 $as_echo "$ac_header_preproc" >&6; }
14217 # So? What about this header?
14218 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14219 yes:no: )
14220 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14221 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14222 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14223 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14224 ac_header_preproc=yes
14226 no:yes:* )
14227 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14228 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14229 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14230 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14231 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14232 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14233 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14234 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14235 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14236 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14237 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14238 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14239 ( cat <<\_ASBOX
14240 ## ------------------------------------ ##
14241 ## Report this to wine-devel@winehq.org ##
14242 ## ------------------------------------ ##
14243 _ASBOX
14244 ) | sed "s/^/$as_me: WARNING: /" >&2
14246 esac
14247 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14248 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14249 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14250 $as_echo_n "(cached) " >&6
14251 else
14252 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14254 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14255 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14258 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14259 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14260 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14261 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14262 $as_echo_n "(cached) " >&6
14263 else
14264 ac_check_lib_save_LIBS=$LIBS
14265 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14266 cat >conftest.$ac_ext <<_ACEOF
14267 /* confdefs.h. */
14268 _ACEOF
14269 cat confdefs.h >>conftest.$ac_ext
14270 cat >>conftest.$ac_ext <<_ACEOF
14271 /* end confdefs.h. */
14273 /* Override any GCC internal prototype to avoid an error.
14274 Use char because int might match the return type of a GCC
14275 builtin and then its argument prototype would still apply. */
14276 #ifdef __cplusplus
14277 extern "C"
14278 #endif
14279 char gp_camera_new ();
14281 main ()
14283 return gp_camera_new ();
14285 return 0;
14287 _ACEOF
14288 rm -f conftest.$ac_objext conftest$ac_exeext
14289 if { (ac_try="$ac_link"
14290 case "(($ac_try" in
14291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14292 *) ac_try_echo=$ac_try;;
14293 esac
14294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14295 $as_echo "$ac_try_echo") >&5
14296 (eval "$ac_link") 2>conftest.er1
14297 ac_status=$?
14298 grep -v '^ *+' conftest.er1 >conftest.err
14299 rm -f conftest.er1
14300 cat conftest.err >&5
14301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14302 (exit $ac_status); } && {
14303 test -z "$ac_c_werror_flag" ||
14304 test ! -s conftest.err
14305 } && test -s conftest$ac_exeext && {
14306 test "$cross_compiling" = yes ||
14307 $as_test_x conftest$ac_exeext
14308 }; then
14309 ac_cv_lib_gphoto2_gp_camera_new=yes
14310 else
14311 $as_echo "$as_me: failed program was:" >&5
14312 sed 's/^/| /' conftest.$ac_ext >&5
14314 ac_cv_lib_gphoto2_gp_camera_new=no
14317 rm -rf conftest.dSYM
14318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14319 conftest$ac_exeext conftest.$ac_ext
14320 LIBS=$ac_check_lib_save_LIBS
14322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14323 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14324 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14326 cat >>confdefs.h <<\_ACEOF
14327 #define HAVE_GPHOTO2 1
14328 _ACEOF
14330 GPHOTO2LIBS="$ac_gphoto2_libs"
14332 GPHOTO2INCL="$ac_gphoto2_incl"
14339 CPPFLAGS="$ac_save_CPPFLAGS"
14341 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14342 case "x$with_gphoto" in
14343 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14344 xno) ;;
14345 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14346 This is an error since --with-gphoto was requested." >&5
14347 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14348 This is an error since --with-gphoto was requested." >&2;}
14349 { (exit 1); exit 1; }; } ;;
14350 esac
14355 RESOLVLIBS=""
14357 if test "$ac_cv_header_resolv_h" = "yes"
14358 then
14359 ac_save_LIBS="$LIBS"
14360 LIBS="$LIBS -lresolv"
14361 cat >conftest.$ac_ext <<_ACEOF
14362 /* confdefs.h. */
14363 _ACEOF
14364 cat confdefs.h >>conftest.$ac_ext
14365 cat >>conftest.$ac_ext <<_ACEOF
14366 /* end confdefs.h. */
14367 #ifdef HAVE_NETINET_IN_H
14368 #include <netinet/in.h>
14369 #endif
14370 #include <resolv.h>
14372 main ()
14374 res_init();
14376 return 0;
14378 _ACEOF
14379 rm -f conftest.$ac_objext conftest$ac_exeext
14380 if { (ac_try="$ac_link"
14381 case "(($ac_try" in
14382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14383 *) ac_try_echo=$ac_try;;
14384 esac
14385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14386 $as_echo "$ac_try_echo") >&5
14387 (eval "$ac_link") 2>conftest.er1
14388 ac_status=$?
14389 grep -v '^ *+' conftest.er1 >conftest.err
14390 rm -f conftest.er1
14391 cat conftest.err >&5
14392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14393 (exit $ac_status); } && {
14394 test -z "$ac_c_werror_flag" ||
14395 test ! -s conftest.err
14396 } && test -s conftest$ac_exeext && {
14397 test "$cross_compiling" = yes ||
14398 $as_test_x conftest$ac_exeext
14399 }; then
14401 cat >>confdefs.h <<\_ACEOF
14402 #define HAVE_RESOLV 1
14403 _ACEOF
14405 RESOLVLIBS="-lresolv"
14406 else
14407 $as_echo "$as_me: failed program was:" >&5
14408 sed 's/^/| /' conftest.$ac_ext >&5
14413 rm -rf conftest.dSYM
14414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14415 conftest$ac_exeext conftest.$ac_ext
14416 LIBS="$ac_save_LIBS"
14419 LCMSLIBS=""
14421 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14422 then
14423 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14424 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14425 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14426 $as_echo_n "(cached) " >&6
14427 else
14428 ac_check_lib_save_LIBS=$LIBS
14429 LIBS="-llcms $LIBS"
14430 cat >conftest.$ac_ext <<_ACEOF
14431 /* confdefs.h. */
14432 _ACEOF
14433 cat confdefs.h >>conftest.$ac_ext
14434 cat >>conftest.$ac_ext <<_ACEOF
14435 /* end confdefs.h. */
14437 /* Override any GCC internal prototype to avoid an error.
14438 Use char because int might match the return type of a GCC
14439 builtin and then its argument prototype would still apply. */
14440 #ifdef __cplusplus
14441 extern "C"
14442 #endif
14443 char cmsOpenProfileFromFile ();
14445 main ()
14447 return cmsOpenProfileFromFile ();
14449 return 0;
14451 _ACEOF
14452 rm -f conftest.$ac_objext conftest$ac_exeext
14453 if { (ac_try="$ac_link"
14454 case "(($ac_try" in
14455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14456 *) ac_try_echo=$ac_try;;
14457 esac
14458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14459 $as_echo "$ac_try_echo") >&5
14460 (eval "$ac_link") 2>conftest.er1
14461 ac_status=$?
14462 grep -v '^ *+' conftest.er1 >conftest.err
14463 rm -f conftest.er1
14464 cat conftest.err >&5
14465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466 (exit $ac_status); } && {
14467 test -z "$ac_c_werror_flag" ||
14468 test ! -s conftest.err
14469 } && test -s conftest$ac_exeext && {
14470 test "$cross_compiling" = yes ||
14471 $as_test_x conftest$ac_exeext
14472 }; then
14473 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14474 else
14475 $as_echo "$as_me: failed program was:" >&5
14476 sed 's/^/| /' conftest.$ac_ext >&5
14478 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14481 rm -rf conftest.dSYM
14482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14483 conftest$ac_exeext conftest.$ac_ext
14484 LIBS=$ac_check_lib_save_LIBS
14486 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14487 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14488 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14490 cat >>confdefs.h <<\_ACEOF
14491 #define HAVE_LCMS 1
14492 _ACEOF
14494 LCMSLIBS="-llcms"
14498 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14499 case "x$with_cms" in
14500 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14501 xno) ;;
14502 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14503 This is an error since --with-cms was requested." >&5
14504 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14505 This is an error since --with-cms was requested." >&2;}
14506 { (exit 1); exit 1; }; } ;;
14507 esac
14511 if test "x$with_freetype" != "xno"
14512 then
14513 for ac_prog in freetype-config freetype2-config
14515 # Extract the first word of "$ac_prog", so it can be a program name with args.
14516 set dummy $ac_prog; ac_word=$2
14517 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14518 $as_echo_n "checking for $ac_word... " >&6; }
14519 if test "${ac_cv_prog_ft_devel+set}" = set; then
14520 $as_echo_n "(cached) " >&6
14521 else
14522 if test -n "$ft_devel"; then
14523 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14524 else
14525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14526 for as_dir in $PATH
14528 IFS=$as_save_IFS
14529 test -z "$as_dir" && as_dir=.
14530 for ac_exec_ext in '' $ac_executable_extensions; do
14531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14532 ac_cv_prog_ft_devel="$ac_prog"
14533 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14534 break 2
14536 done
14537 done
14538 IFS=$as_save_IFS
14542 ft_devel=$ac_cv_prog_ft_devel
14543 if test -n "$ft_devel"; then
14544 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14545 $as_echo "$ft_devel" >&6; }
14546 else
14547 { $as_echo "$as_me:$LINENO: result: no" >&5
14548 $as_echo "no" >&6; }
14552 test -n "$ft_devel" && break
14553 done
14554 test -n "$ft_devel" || ft_devel="no"
14556 if test "$ft_devel" != "no"
14557 then
14558 ac_freetype_incl=`$ft_devel --cflags`
14559 ac_freetype_libs=`$ft_devel --libs`
14561 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14562 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14563 $as_echo_n "checking for -lfreetype... " >&6; }
14564 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14565 $as_echo_n "(cached) " >&6
14566 else
14567 ac_check_soname_save_LIBS=$LIBS
14568 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14569 cat >conftest.$ac_ext <<_ACEOF
14570 /* confdefs.h. */
14571 _ACEOF
14572 cat confdefs.h >>conftest.$ac_ext
14573 cat >>conftest.$ac_ext <<_ACEOF
14574 /* end confdefs.h. */
14576 /* Override any GCC internal prototype to avoid an error.
14577 Use char because int might match the return type of a GCC
14578 builtin and then its argument prototype would still apply. */
14579 #ifdef __cplusplus
14580 extern "C"
14581 #endif
14582 char FT_Init_FreeType ();
14584 main ()
14586 return FT_Init_FreeType ();
14588 return 0;
14590 _ACEOF
14591 rm -f conftest.$ac_objext conftest$ac_exeext
14592 if { (ac_try="$ac_link"
14593 case "(($ac_try" in
14594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14595 *) ac_try_echo=$ac_try;;
14596 esac
14597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14598 $as_echo "$ac_try_echo") >&5
14599 (eval "$ac_link") 2>conftest.er1
14600 ac_status=$?
14601 grep -v '^ *+' conftest.er1 >conftest.err
14602 rm -f conftest.er1
14603 cat conftest.err >&5
14604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14605 (exit $ac_status); } && {
14606 test -z "$ac_c_werror_flag" ||
14607 test ! -s conftest.err
14608 } && test -s conftest$ac_exeext && {
14609 test "$cross_compiling" = yes ||
14610 $as_test_x conftest$ac_exeext
14611 }; then
14612 case "$LIBEXT" in
14613 dll) ;;
14614 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'` ;;
14615 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14616 esac
14617 else
14618 $as_echo "$as_me: failed program was:" >&5
14619 sed 's/^/| /' conftest.$ac_ext >&5
14624 rm -rf conftest.dSYM
14625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14626 conftest$ac_exeext conftest.$ac_ext
14627 LIBS=$ac_check_soname_save_LIBS
14629 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14630 { $as_echo "$as_me:$LINENO: result: not found" >&5
14631 $as_echo "not found" >&6; }
14632 ft_lib=no
14633 else
14634 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14635 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14637 cat >>confdefs.h <<_ACEOF
14638 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14639 _ACEOF
14641 ft_lib=yes
14644 if test "$ft_lib" = "yes"
14645 then
14646 ac_save_CPPFLAGS="$CPPFLAGS"
14647 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14661 for ac_header in ft2build.h \
14662 freetype/freetype.h \
14663 freetype/ftglyph.h \
14664 freetype/fttypes.h \
14665 freetype/tttables.h \
14666 freetype/ftnames.h \
14667 freetype/ftsnames.h \
14668 freetype/ttnameid.h \
14669 freetype/ftoutln.h \
14670 freetype/ftwinfnt.h \
14671 freetype/ftmodapi.h \
14672 freetype/ftlcdfil.h \
14673 freetype/internal/sfnt.h
14675 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14676 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14677 $as_echo_n "checking for $ac_header... " >&6; }
14678 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14679 $as_echo_n "(cached) " >&6
14680 else
14681 cat >conftest.$ac_ext <<_ACEOF
14682 /* confdefs.h. */
14683 _ACEOF
14684 cat confdefs.h >>conftest.$ac_ext
14685 cat >>conftest.$ac_ext <<_ACEOF
14686 /* end confdefs.h. */
14687 #ifdef HAVE_FT2BUILD_H
14688 # include <ft2build.h>
14689 #endif
14691 #include <$ac_header>
14692 _ACEOF
14693 rm -f conftest.$ac_objext
14694 if { (ac_try="$ac_compile"
14695 case "(($ac_try" in
14696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14697 *) ac_try_echo=$ac_try;;
14698 esac
14699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14700 $as_echo "$ac_try_echo") >&5
14701 (eval "$ac_compile") 2>conftest.er1
14702 ac_status=$?
14703 grep -v '^ *+' conftest.er1 >conftest.err
14704 rm -f conftest.er1
14705 cat conftest.err >&5
14706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } && {
14708 test -z "$ac_c_werror_flag" ||
14709 test ! -s conftest.err
14710 } && test -s conftest.$ac_objext; then
14711 eval "$as_ac_Header=yes"
14712 else
14713 $as_echo "$as_me: failed program was:" >&5
14714 sed 's/^/| /' conftest.$ac_ext >&5
14716 eval "$as_ac_Header=no"
14719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14721 ac_res=`eval 'as_val=${'$as_ac_Header'}
14722 $as_echo "$as_val"'`
14723 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14724 $as_echo "$ac_res" >&6; }
14725 as_val=`eval 'as_val=${'$as_ac_Header'}
14726 $as_echo "$as_val"'`
14727 if test "x$as_val" = x""yes; then
14728 cat >>confdefs.h <<_ACEOF
14729 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14730 _ACEOF
14734 done
14736 cat >conftest.$ac_ext <<_ACEOF
14737 /* confdefs.h. */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h. */
14742 #include <ft2build.h>
14743 #include <freetype/fttrigon.h>
14744 _ACEOF
14745 if { (ac_try="$ac_cpp conftest.$ac_ext"
14746 case "(($ac_try" in
14747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14748 *) ac_try_echo=$ac_try;;
14749 esac
14750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14751 $as_echo "$ac_try_echo") >&5
14752 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14753 ac_status=$?
14754 grep -v '^ *+' conftest.er1 >conftest.err
14755 rm -f conftest.er1
14756 cat conftest.err >&5
14757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758 (exit $ac_status); } >/dev/null && {
14759 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14760 test ! -s conftest.err
14761 }; then
14763 cat >>confdefs.h <<\_ACEOF
14764 #define HAVE_FREETYPE_FTTRIGON_H 1
14765 _ACEOF
14767 wine_cv_fttrigon=yes
14768 else
14769 $as_echo "$as_me: failed program was:" >&5
14770 sed 's/^/| /' conftest.$ac_ext >&5
14772 wine_cv_fttrigon=no
14775 rm -f conftest.err conftest.$ac_ext
14776 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14777 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14778 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14779 $as_echo_n "(cached) " >&6
14780 else
14781 ac_cv_type_FT_TrueTypeEngineType=no
14782 cat >conftest.$ac_ext <<_ACEOF
14783 /* confdefs.h. */
14784 _ACEOF
14785 cat confdefs.h >>conftest.$ac_ext
14786 cat >>conftest.$ac_ext <<_ACEOF
14787 /* end confdefs.h. */
14788 #include <freetype/ftmodapi.h>
14791 main ()
14793 if (sizeof (FT_TrueTypeEngineType))
14794 return 0;
14796 return 0;
14798 _ACEOF
14799 rm -f conftest.$ac_objext
14800 if { (ac_try="$ac_compile"
14801 case "(($ac_try" in
14802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14803 *) ac_try_echo=$ac_try;;
14804 esac
14805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14806 $as_echo "$ac_try_echo") >&5
14807 (eval "$ac_compile") 2>conftest.er1
14808 ac_status=$?
14809 grep -v '^ *+' conftest.er1 >conftest.err
14810 rm -f conftest.er1
14811 cat conftest.err >&5
14812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14813 (exit $ac_status); } && {
14814 test -z "$ac_c_werror_flag" ||
14815 test ! -s conftest.err
14816 } && test -s conftest.$ac_objext; then
14817 cat >conftest.$ac_ext <<_ACEOF
14818 /* confdefs.h. */
14819 _ACEOF
14820 cat confdefs.h >>conftest.$ac_ext
14821 cat >>conftest.$ac_ext <<_ACEOF
14822 /* end confdefs.h. */
14823 #include <freetype/ftmodapi.h>
14826 main ()
14828 if (sizeof ((FT_TrueTypeEngineType)))
14829 return 0;
14831 return 0;
14833 _ACEOF
14834 rm -f conftest.$ac_objext
14835 if { (ac_try="$ac_compile"
14836 case "(($ac_try" in
14837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14838 *) ac_try_echo=$ac_try;;
14839 esac
14840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14841 $as_echo "$ac_try_echo") >&5
14842 (eval "$ac_compile") 2>conftest.er1
14843 ac_status=$?
14844 grep -v '^ *+' conftest.er1 >conftest.err
14845 rm -f conftest.er1
14846 cat conftest.err >&5
14847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14848 (exit $ac_status); } && {
14849 test -z "$ac_c_werror_flag" ||
14850 test ! -s conftest.err
14851 } && test -s conftest.$ac_objext; then
14853 else
14854 $as_echo "$as_me: failed program was:" >&5
14855 sed 's/^/| /' conftest.$ac_ext >&5
14857 ac_cv_type_FT_TrueTypeEngineType=yes
14860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14861 else
14862 $as_echo "$as_me: failed program was:" >&5
14863 sed 's/^/| /' conftest.$ac_ext >&5
14868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14870 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14871 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14872 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14874 cat >>confdefs.h <<_ACEOF
14875 #define HAVE_FT_TRUETYPEENGINETYPE 1
14876 _ACEOF
14881 ac_save_CFLAGS="$CFLAGS"
14882 CFLAGS="$CFLAGS $ac_freetype_libs"
14884 for ac_func in FT_Load_Sfnt_Table
14886 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14887 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14888 $as_echo_n "checking for $ac_func... " >&6; }
14889 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14890 $as_echo_n "(cached) " >&6
14891 else
14892 cat >conftest.$ac_ext <<_ACEOF
14893 /* confdefs.h. */
14894 _ACEOF
14895 cat confdefs.h >>conftest.$ac_ext
14896 cat >>conftest.$ac_ext <<_ACEOF
14897 /* end confdefs.h. */
14898 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14899 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14900 #define $ac_func innocuous_$ac_func
14902 /* System header to define __stub macros and hopefully few prototypes,
14903 which can conflict with char $ac_func (); below.
14904 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14905 <limits.h> exists even on freestanding compilers. */
14907 #ifdef __STDC__
14908 # include <limits.h>
14909 #else
14910 # include <assert.h>
14911 #endif
14913 #undef $ac_func
14915 /* Override any GCC internal prototype to avoid an error.
14916 Use char because int might match the return type of a GCC
14917 builtin and then its argument prototype would still apply. */
14918 #ifdef __cplusplus
14919 extern "C"
14920 #endif
14921 char $ac_func ();
14922 /* The GNU C library defines this for functions which it implements
14923 to always fail with ENOSYS. Some functions are actually named
14924 something starting with __ and the normal name is an alias. */
14925 #if defined __stub_$ac_func || defined __stub___$ac_func
14926 choke me
14927 #endif
14930 main ()
14932 return $ac_func ();
14934 return 0;
14936 _ACEOF
14937 rm -f conftest.$ac_objext conftest$ac_exeext
14938 if { (ac_try="$ac_link"
14939 case "(($ac_try" in
14940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14941 *) ac_try_echo=$ac_try;;
14942 esac
14943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14944 $as_echo "$ac_try_echo") >&5
14945 (eval "$ac_link") 2>conftest.er1
14946 ac_status=$?
14947 grep -v '^ *+' conftest.er1 >conftest.err
14948 rm -f conftest.er1
14949 cat conftest.err >&5
14950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951 (exit $ac_status); } && {
14952 test -z "$ac_c_werror_flag" ||
14953 test ! -s conftest.err
14954 } && test -s conftest$ac_exeext && {
14955 test "$cross_compiling" = yes ||
14956 $as_test_x conftest$ac_exeext
14957 }; then
14958 eval "$as_ac_var=yes"
14959 else
14960 $as_echo "$as_me: failed program was:" >&5
14961 sed 's/^/| /' conftest.$ac_ext >&5
14963 eval "$as_ac_var=no"
14966 rm -rf conftest.dSYM
14967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14968 conftest$ac_exeext conftest.$ac_ext
14970 ac_res=`eval 'as_val=${'$as_ac_var'}
14971 $as_echo "$as_val"'`
14972 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14973 $as_echo "$ac_res" >&6; }
14974 as_val=`eval 'as_val=${'$as_ac_var'}
14975 $as_echo "$as_val"'`
14976 if test "x$as_val" = x""yes; then
14977 cat >>confdefs.h <<_ACEOF
14978 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14979 _ACEOF
14982 done
14984 CFLAGS="$ac_save_CFLAGS"
14985 CPPFLAGS="$ac_save_CPPFLAGS"
14986 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14987 then
14989 cat >>confdefs.h <<\_ACEOF
14990 #define HAVE_FREETYPE 1
14991 _ACEOF
14993 FREETYPELIBS="$ac_freetype_libs"
14995 FREETYPEINCL="$ac_freetype_incl"
15000 if test "x$FREETYPELIBS" = "x"; then
15001 case "x$with_freetype" in
15002 xno) ;;
15003 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15004 Use the --without-freetype option if you really want this." >&5
15005 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15006 Use the --without-freetype option if you really want this." >&2;}
15007 { (exit 1); exit 1; }; } ;;
15008 esac
15011 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15013 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15014 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15015 if test "${ac_cv_c_ppdev+set}" = set; then
15016 $as_echo_n "(cached) " >&6
15017 else
15018 cat >conftest.$ac_ext <<_ACEOF
15019 /* confdefs.h. */
15020 _ACEOF
15021 cat confdefs.h >>conftest.$ac_ext
15022 cat >>conftest.$ac_ext <<_ACEOF
15023 /* end confdefs.h. */
15024 #include <linux/ppdev.h>
15026 main ()
15028 ioctl (1,PPCLAIM,0)
15030 return 0;
15032 _ACEOF
15033 rm -f conftest.$ac_objext
15034 if { (ac_try="$ac_compile"
15035 case "(($ac_try" in
15036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15037 *) ac_try_echo=$ac_try;;
15038 esac
15039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15040 $as_echo "$ac_try_echo") >&5
15041 (eval "$ac_compile") 2>conftest.er1
15042 ac_status=$?
15043 grep -v '^ *+' conftest.er1 >conftest.err
15044 rm -f conftest.er1
15045 cat conftest.err >&5
15046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15047 (exit $ac_status); } && {
15048 test -z "$ac_c_werror_flag" ||
15049 test ! -s conftest.err
15050 } && test -s conftest.$ac_objext; then
15051 ac_cv_c_ppdev="yes"
15052 else
15053 $as_echo "$as_me: failed program was:" >&5
15054 sed 's/^/| /' conftest.$ac_ext >&5
15056 ac_cv_c_ppdev="no"
15059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15061 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15062 $as_echo "$ac_cv_c_ppdev" >&6; }
15063 if test "$ac_cv_c_ppdev" = "yes"
15064 then
15066 cat >>confdefs.h <<\_ACEOF
15067 #define HAVE_PPDEV 1
15068 _ACEOF
15072 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15073 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15074 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15075 $as_echo_n "(cached) " >&6
15076 else
15077 ac_cv_type_pthread_rwlock_t=no
15078 cat >conftest.$ac_ext <<_ACEOF
15079 /* confdefs.h. */
15080 _ACEOF
15081 cat confdefs.h >>conftest.$ac_ext
15082 cat >>conftest.$ac_ext <<_ACEOF
15083 /* end confdefs.h. */
15084 #define _GNU_SOURCE
15085 #include <pthread.h>
15088 main ()
15090 if (sizeof (pthread_rwlock_t))
15091 return 0;
15093 return 0;
15095 _ACEOF
15096 rm -f conftest.$ac_objext
15097 if { (ac_try="$ac_compile"
15098 case "(($ac_try" in
15099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15100 *) ac_try_echo=$ac_try;;
15101 esac
15102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15103 $as_echo "$ac_try_echo") >&5
15104 (eval "$ac_compile") 2>conftest.er1
15105 ac_status=$?
15106 grep -v '^ *+' conftest.er1 >conftest.err
15107 rm -f conftest.er1
15108 cat conftest.err >&5
15109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15110 (exit $ac_status); } && {
15111 test -z "$ac_c_werror_flag" ||
15112 test ! -s conftest.err
15113 } && test -s conftest.$ac_objext; then
15114 cat >conftest.$ac_ext <<_ACEOF
15115 /* confdefs.h. */
15116 _ACEOF
15117 cat confdefs.h >>conftest.$ac_ext
15118 cat >>conftest.$ac_ext <<_ACEOF
15119 /* end confdefs.h. */
15120 #define _GNU_SOURCE
15121 #include <pthread.h>
15124 main ()
15126 if (sizeof ((pthread_rwlock_t)))
15127 return 0;
15129 return 0;
15131 _ACEOF
15132 rm -f conftest.$ac_objext
15133 if { (ac_try="$ac_compile"
15134 case "(($ac_try" in
15135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15136 *) ac_try_echo=$ac_try;;
15137 esac
15138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15139 $as_echo "$ac_try_echo") >&5
15140 (eval "$ac_compile") 2>conftest.er1
15141 ac_status=$?
15142 grep -v '^ *+' conftest.er1 >conftest.err
15143 rm -f conftest.er1
15144 cat conftest.err >&5
15145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15146 (exit $ac_status); } && {
15147 test -z "$ac_c_werror_flag" ||
15148 test ! -s conftest.err
15149 } && test -s conftest.$ac_objext; then
15151 else
15152 $as_echo "$as_me: failed program was:" >&5
15153 sed 's/^/| /' conftest.$ac_ext >&5
15155 ac_cv_type_pthread_rwlock_t=yes
15158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15159 else
15160 $as_echo "$as_me: failed program was:" >&5
15161 sed 's/^/| /' conftest.$ac_ext >&5
15166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15168 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15169 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15170 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15172 cat >>confdefs.h <<_ACEOF
15173 #define HAVE_PTHREAD_RWLOCK_T 1
15174 _ACEOF
15178 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15179 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15180 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15181 $as_echo_n "(cached) " >&6
15182 else
15183 ac_cv_type_pthread_rwlockattr_t=no
15184 cat >conftest.$ac_ext <<_ACEOF
15185 /* confdefs.h. */
15186 _ACEOF
15187 cat confdefs.h >>conftest.$ac_ext
15188 cat >>conftest.$ac_ext <<_ACEOF
15189 /* end confdefs.h. */
15190 #define _GNU_SOURCE
15191 #include <pthread.h>
15194 main ()
15196 if (sizeof (pthread_rwlockattr_t))
15197 return 0;
15199 return 0;
15201 _ACEOF
15202 rm -f conftest.$ac_objext
15203 if { (ac_try="$ac_compile"
15204 case "(($ac_try" in
15205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15206 *) ac_try_echo=$ac_try;;
15207 esac
15208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15209 $as_echo "$ac_try_echo") >&5
15210 (eval "$ac_compile") 2>conftest.er1
15211 ac_status=$?
15212 grep -v '^ *+' conftest.er1 >conftest.err
15213 rm -f conftest.er1
15214 cat conftest.err >&5
15215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15216 (exit $ac_status); } && {
15217 test -z "$ac_c_werror_flag" ||
15218 test ! -s conftest.err
15219 } && test -s conftest.$ac_objext; then
15220 cat >conftest.$ac_ext <<_ACEOF
15221 /* confdefs.h. */
15222 _ACEOF
15223 cat confdefs.h >>conftest.$ac_ext
15224 cat >>conftest.$ac_ext <<_ACEOF
15225 /* end confdefs.h. */
15226 #define _GNU_SOURCE
15227 #include <pthread.h>
15230 main ()
15232 if (sizeof ((pthread_rwlockattr_t)))
15233 return 0;
15235 return 0;
15237 _ACEOF
15238 rm -f conftest.$ac_objext
15239 if { (ac_try="$ac_compile"
15240 case "(($ac_try" in
15241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15242 *) ac_try_echo=$ac_try;;
15243 esac
15244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15245 $as_echo "$ac_try_echo") >&5
15246 (eval "$ac_compile") 2>conftest.er1
15247 ac_status=$?
15248 grep -v '^ *+' conftest.er1 >conftest.err
15249 rm -f conftest.er1
15250 cat conftest.err >&5
15251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15252 (exit $ac_status); } && {
15253 test -z "$ac_c_werror_flag" ||
15254 test ! -s conftest.err
15255 } && test -s conftest.$ac_objext; then
15257 else
15258 $as_echo "$as_me: failed program was:" >&5
15259 sed 's/^/| /' conftest.$ac_ext >&5
15261 ac_cv_type_pthread_rwlockattr_t=yes
15264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15265 else
15266 $as_echo "$as_me: failed program was:" >&5
15267 sed 's/^/| /' conftest.$ac_ext >&5
15272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15274 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15275 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15276 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15278 cat >>confdefs.h <<_ACEOF
15279 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15280 _ACEOF
15286 ac_wine_check_funcs_save_LIBS="$LIBS"
15287 LIBS="$LIBS $LIBPTHREAD"
15292 for ac_func in \
15293 pthread_attr_get_np \
15294 pthread_getattr_np \
15295 pthread_get_stackaddr_np \
15296 pthread_get_stacksize_np
15298 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15299 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15300 $as_echo_n "checking for $ac_func... " >&6; }
15301 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15302 $as_echo_n "(cached) " >&6
15303 else
15304 cat >conftest.$ac_ext <<_ACEOF
15305 /* confdefs.h. */
15306 _ACEOF
15307 cat confdefs.h >>conftest.$ac_ext
15308 cat >>conftest.$ac_ext <<_ACEOF
15309 /* end confdefs.h. */
15310 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15311 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15312 #define $ac_func innocuous_$ac_func
15314 /* System header to define __stub macros and hopefully few prototypes,
15315 which can conflict with char $ac_func (); below.
15316 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15317 <limits.h> exists even on freestanding compilers. */
15319 #ifdef __STDC__
15320 # include <limits.h>
15321 #else
15322 # include <assert.h>
15323 #endif
15325 #undef $ac_func
15327 /* Override any GCC internal prototype to avoid an error.
15328 Use char because int might match the return type of a GCC
15329 builtin and then its argument prototype would still apply. */
15330 #ifdef __cplusplus
15331 extern "C"
15332 #endif
15333 char $ac_func ();
15334 /* The GNU C library defines this for functions which it implements
15335 to always fail with ENOSYS. Some functions are actually named
15336 something starting with __ and the normal name is an alias. */
15337 #if defined __stub_$ac_func || defined __stub___$ac_func
15338 choke me
15339 #endif
15342 main ()
15344 return $ac_func ();
15346 return 0;
15348 _ACEOF
15349 rm -f conftest.$ac_objext conftest$ac_exeext
15350 if { (ac_try="$ac_link"
15351 case "(($ac_try" in
15352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15353 *) ac_try_echo=$ac_try;;
15354 esac
15355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15356 $as_echo "$ac_try_echo") >&5
15357 (eval "$ac_link") 2>conftest.er1
15358 ac_status=$?
15359 grep -v '^ *+' conftest.er1 >conftest.err
15360 rm -f conftest.er1
15361 cat conftest.err >&5
15362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15363 (exit $ac_status); } && {
15364 test -z "$ac_c_werror_flag" ||
15365 test ! -s conftest.err
15366 } && test -s conftest$ac_exeext && {
15367 test "$cross_compiling" = yes ||
15368 $as_test_x conftest$ac_exeext
15369 }; then
15370 eval "$as_ac_var=yes"
15371 else
15372 $as_echo "$as_me: failed program was:" >&5
15373 sed 's/^/| /' conftest.$ac_ext >&5
15375 eval "$as_ac_var=no"
15378 rm -rf conftest.dSYM
15379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15380 conftest$ac_exeext conftest.$ac_ext
15382 ac_res=`eval 'as_val=${'$as_ac_var'}
15383 $as_echo "$as_val"'`
15384 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15385 $as_echo "$ac_res" >&6; }
15386 as_val=`eval 'as_val=${'$as_ac_var'}
15387 $as_echo "$as_val"'`
15388 if test "x$as_val" = x""yes; then
15389 cat >>confdefs.h <<_ACEOF
15390 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15391 _ACEOF
15394 done
15396 LIBS="$ac_wine_check_funcs_save_LIBS"
15398 if test "x$with_esd" != xno
15399 then
15400 save_CFLAGS="$CFLAGS"
15401 # Extract the first word of "esd-config", so it can be a program name with args.
15402 set dummy esd-config; ac_word=$2
15403 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15404 $as_echo_n "checking for $ac_word... " >&6; }
15405 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15406 $as_echo_n "(cached) " >&6
15407 else
15408 case $ESDCONFIG in
15409 [\\/]* | ?:[\\/]*)
15410 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15414 for as_dir in $PATH
15416 IFS=$as_save_IFS
15417 test -z "$as_dir" && as_dir=.
15418 for ac_exec_ext in '' $ac_executable_extensions; do
15419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15420 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15421 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15422 break 2
15424 done
15425 done
15426 IFS=$as_save_IFS
15428 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15430 esac
15432 ESDCONFIG=$ac_cv_path_ESDCONFIG
15433 if test -n "$ESDCONFIG"; then
15434 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15435 $as_echo "$ESDCONFIG" >&6; }
15436 else
15437 { $as_echo "$as_me:$LINENO: result: no" >&5
15438 $as_echo "no" >&6; }
15442 if test "x$ESDCONFIG" != "xno"
15443 then
15444 ac_esd_incl=""
15445 for i in `$ESDCONFIG --cflags`
15447 case "$i" in
15448 -I*) ac_esd_incl="$ac_esd_incl $i";;
15449 esac
15450 done
15451 ac_esd_libs=`$ESDCONFIG --libs`
15452 CFLAGS="$CFLAGS $ac_esd_incl"
15454 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15455 if test "${ac_cv_header_esd_h+set}" = set; then
15456 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15457 $as_echo_n "checking for esd.h... " >&6; }
15458 if test "${ac_cv_header_esd_h+set}" = set; then
15459 $as_echo_n "(cached) " >&6
15461 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15462 $as_echo "$ac_cv_header_esd_h" >&6; }
15463 else
15464 # Is the header compilable?
15465 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15466 $as_echo_n "checking esd.h usability... " >&6; }
15467 cat >conftest.$ac_ext <<_ACEOF
15468 /* confdefs.h. */
15469 _ACEOF
15470 cat confdefs.h >>conftest.$ac_ext
15471 cat >>conftest.$ac_ext <<_ACEOF
15472 /* end confdefs.h. */
15473 $ac_includes_default
15474 #include <esd.h>
15475 _ACEOF
15476 rm -f conftest.$ac_objext
15477 if { (ac_try="$ac_compile"
15478 case "(($ac_try" in
15479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15480 *) ac_try_echo=$ac_try;;
15481 esac
15482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15483 $as_echo "$ac_try_echo") >&5
15484 (eval "$ac_compile") 2>conftest.er1
15485 ac_status=$?
15486 grep -v '^ *+' conftest.er1 >conftest.err
15487 rm -f conftest.er1
15488 cat conftest.err >&5
15489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); } && {
15491 test -z "$ac_c_werror_flag" ||
15492 test ! -s conftest.err
15493 } && test -s conftest.$ac_objext; then
15494 ac_header_compiler=yes
15495 else
15496 $as_echo "$as_me: failed program was:" >&5
15497 sed 's/^/| /' conftest.$ac_ext >&5
15499 ac_header_compiler=no
15502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15503 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15504 $as_echo "$ac_header_compiler" >&6; }
15506 # Is the header present?
15507 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15508 $as_echo_n "checking esd.h presence... " >&6; }
15509 cat >conftest.$ac_ext <<_ACEOF
15510 /* confdefs.h. */
15511 _ACEOF
15512 cat confdefs.h >>conftest.$ac_ext
15513 cat >>conftest.$ac_ext <<_ACEOF
15514 /* end confdefs.h. */
15515 #include <esd.h>
15516 _ACEOF
15517 if { (ac_try="$ac_cpp conftest.$ac_ext"
15518 case "(($ac_try" in
15519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15520 *) ac_try_echo=$ac_try;;
15521 esac
15522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15523 $as_echo "$ac_try_echo") >&5
15524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15525 ac_status=$?
15526 grep -v '^ *+' conftest.er1 >conftest.err
15527 rm -f conftest.er1
15528 cat conftest.err >&5
15529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15530 (exit $ac_status); } >/dev/null && {
15531 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15532 test ! -s conftest.err
15533 }; then
15534 ac_header_preproc=yes
15535 else
15536 $as_echo "$as_me: failed program was:" >&5
15537 sed 's/^/| /' conftest.$ac_ext >&5
15539 ac_header_preproc=no
15542 rm -f conftest.err conftest.$ac_ext
15543 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15544 $as_echo "$ac_header_preproc" >&6; }
15546 # So? What about this header?
15547 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15548 yes:no: )
15549 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15550 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15551 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15552 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15553 ac_header_preproc=yes
15555 no:yes:* )
15556 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15557 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15558 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15559 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15560 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15561 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15562 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15563 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15564 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15565 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15566 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15567 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15568 ( cat <<\_ASBOX
15569 ## ------------------------------------ ##
15570 ## Report this to wine-devel@winehq.org ##
15571 ## ------------------------------------ ##
15572 _ASBOX
15573 ) | sed "s/^/$as_me: WARNING: /" >&2
15575 esac
15576 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15577 $as_echo_n "checking for esd.h... " >&6; }
15578 if test "${ac_cv_header_esd_h+set}" = set; then
15579 $as_echo_n "(cached) " >&6
15580 else
15581 ac_cv_header_esd_h=$ac_header_preproc
15583 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15584 $as_echo "$ac_cv_header_esd_h" >&6; }
15587 if test "x$ac_cv_header_esd_h" = x""yes; then
15588 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15589 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15590 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15591 $as_echo_n "(cached) " >&6
15592 else
15593 ac_check_lib_save_LIBS=$LIBS
15594 LIBS="-lesd $ac_esd_libs $LIBS"
15595 cat >conftest.$ac_ext <<_ACEOF
15596 /* confdefs.h. */
15597 _ACEOF
15598 cat confdefs.h >>conftest.$ac_ext
15599 cat >>conftest.$ac_ext <<_ACEOF
15600 /* end confdefs.h. */
15602 /* Override any GCC internal prototype to avoid an error.
15603 Use char because int might match the return type of a GCC
15604 builtin and then its argument prototype would still apply. */
15605 #ifdef __cplusplus
15606 extern "C"
15607 #endif
15608 char esd_open_sound ();
15610 main ()
15612 return esd_open_sound ();
15614 return 0;
15616 _ACEOF
15617 rm -f conftest.$ac_objext conftest$ac_exeext
15618 if { (ac_try="$ac_link"
15619 case "(($ac_try" in
15620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15621 *) ac_try_echo=$ac_try;;
15622 esac
15623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15624 $as_echo "$ac_try_echo") >&5
15625 (eval "$ac_link") 2>conftest.er1
15626 ac_status=$?
15627 grep -v '^ *+' conftest.er1 >conftest.err
15628 rm -f conftest.er1
15629 cat conftest.err >&5
15630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15631 (exit $ac_status); } && {
15632 test -z "$ac_c_werror_flag" ||
15633 test ! -s conftest.err
15634 } && test -s conftest$ac_exeext && {
15635 test "$cross_compiling" = yes ||
15636 $as_test_x conftest$ac_exeext
15637 }; then
15638 ac_cv_lib_esd_esd_open_sound=yes
15639 else
15640 $as_echo "$as_me: failed program was:" >&5
15641 sed 's/^/| /' conftest.$ac_ext >&5
15643 ac_cv_lib_esd_esd_open_sound=no
15646 rm -rf conftest.dSYM
15647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15648 conftest$ac_exeext conftest.$ac_ext
15649 LIBS=$ac_check_lib_save_LIBS
15651 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15652 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15653 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15654 ESDINCL="$ac_esd_incl"
15656 ESDLIBS="$ac_esd_libs"
15659 cat >>confdefs.h <<\_ACEOF
15660 #define HAVE_ESD 1
15661 _ACEOF
15668 CFLAGS="$save_CFLAGS"
15671 ALSALIBS=""
15673 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15674 then
15675 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15676 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15677 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15678 $as_echo_n "(cached) " >&6
15679 else
15680 ac_check_lib_save_LIBS=$LIBS
15681 LIBS="-lasound $LIBS"
15682 cat >conftest.$ac_ext <<_ACEOF
15683 /* confdefs.h. */
15684 _ACEOF
15685 cat confdefs.h >>conftest.$ac_ext
15686 cat >>conftest.$ac_ext <<_ACEOF
15687 /* end confdefs.h. */
15689 /* Override any GCC internal prototype to avoid an error.
15690 Use char because int might match the return type of a GCC
15691 builtin and then its argument prototype would still apply. */
15692 #ifdef __cplusplus
15693 extern "C"
15694 #endif
15695 char snd_pcm_hw_params_get_access ();
15697 main ()
15699 return snd_pcm_hw_params_get_access ();
15701 return 0;
15703 _ACEOF
15704 rm -f conftest.$ac_objext conftest$ac_exeext
15705 if { (ac_try="$ac_link"
15706 case "(($ac_try" in
15707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708 *) ac_try_echo=$ac_try;;
15709 esac
15710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15711 $as_echo "$ac_try_echo") >&5
15712 (eval "$ac_link") 2>conftest.er1
15713 ac_status=$?
15714 grep -v '^ *+' conftest.er1 >conftest.err
15715 rm -f conftest.er1
15716 cat conftest.err >&5
15717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15718 (exit $ac_status); } && {
15719 test -z "$ac_c_werror_flag" ||
15720 test ! -s conftest.err
15721 } && test -s conftest$ac_exeext && {
15722 test "$cross_compiling" = yes ||
15723 $as_test_x conftest$ac_exeext
15724 }; then
15725 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15726 else
15727 $as_echo "$as_me: failed program was:" >&5
15728 sed 's/^/| /' conftest.$ac_ext >&5
15730 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15733 rm -rf conftest.dSYM
15734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15735 conftest$ac_exeext conftest.$ac_ext
15736 LIBS=$ac_check_lib_save_LIBS
15738 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15739 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15740 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15741 cat >conftest.$ac_ext <<_ACEOF
15742 /* confdefs.h. */
15743 _ACEOF
15744 cat confdefs.h >>conftest.$ac_ext
15745 cat >>conftest.$ac_ext <<_ACEOF
15746 /* end confdefs.h. */
15747 #ifdef HAVE_ALSA_ASOUNDLIB_H
15748 #include <alsa/asoundlib.h>
15749 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15750 #include <sys/asoundlib.h>
15751 #endif
15753 main ()
15755 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15757 return 0;
15759 _ACEOF
15760 rm -f conftest.$ac_objext
15761 if { (ac_try="$ac_compile"
15762 case "(($ac_try" in
15763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15764 *) ac_try_echo=$ac_try;;
15765 esac
15766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15767 $as_echo "$ac_try_echo") >&5
15768 (eval "$ac_compile") 2>conftest.er1
15769 ac_status=$?
15770 grep -v '^ *+' conftest.er1 >conftest.err
15771 rm -f conftest.er1
15772 cat conftest.err >&5
15773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774 (exit $ac_status); } && {
15775 test -z "$ac_c_werror_flag" ||
15776 test ! -s conftest.err
15777 } && test -s conftest.$ac_objext; then
15779 cat >>confdefs.h <<\_ACEOF
15780 #define HAVE_ALSA 1
15781 _ACEOF
15783 ALSALIBS="-lasound"
15784 else
15785 $as_echo "$as_me: failed program was:" >&5
15786 sed 's/^/| /' conftest.$ac_ext >&5
15791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15796 AUDIOIOLIBS=""
15798 if test "$ac_cv_header_libaudioio_h" = "yes"
15799 then
15800 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15801 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15802 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15803 $as_echo_n "(cached) " >&6
15804 else
15805 ac_check_lib_save_LIBS=$LIBS
15806 LIBS="-laudioio $LIBS"
15807 cat >conftest.$ac_ext <<_ACEOF
15808 /* confdefs.h. */
15809 _ACEOF
15810 cat confdefs.h >>conftest.$ac_ext
15811 cat >>conftest.$ac_ext <<_ACEOF
15812 /* end confdefs.h. */
15814 /* Override any GCC internal prototype to avoid an error.
15815 Use char because int might match the return type of a GCC
15816 builtin and then its argument prototype would still apply. */
15817 #ifdef __cplusplus
15818 extern "C"
15819 #endif
15820 char AudioIOGetVersion ();
15822 main ()
15824 return AudioIOGetVersion ();
15826 return 0;
15828 _ACEOF
15829 rm -f conftest.$ac_objext conftest$ac_exeext
15830 if { (ac_try="$ac_link"
15831 case "(($ac_try" in
15832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15833 *) ac_try_echo=$ac_try;;
15834 esac
15835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15836 $as_echo "$ac_try_echo") >&5
15837 (eval "$ac_link") 2>conftest.er1
15838 ac_status=$?
15839 grep -v '^ *+' conftest.er1 >conftest.err
15840 rm -f conftest.er1
15841 cat conftest.err >&5
15842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15843 (exit $ac_status); } && {
15844 test -z "$ac_c_werror_flag" ||
15845 test ! -s conftest.err
15846 } && test -s conftest$ac_exeext && {
15847 test "$cross_compiling" = yes ||
15848 $as_test_x conftest$ac_exeext
15849 }; then
15850 ac_cv_lib_audioio_AudioIOGetVersion=yes
15851 else
15852 $as_echo "$as_me: failed program was:" >&5
15853 sed 's/^/| /' conftest.$ac_ext >&5
15855 ac_cv_lib_audioio_AudioIOGetVersion=no
15858 rm -rf conftest.dSYM
15859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15860 conftest$ac_exeext conftest.$ac_ext
15861 LIBS=$ac_check_lib_save_LIBS
15863 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15864 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15865 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15866 AUDIOIOLIBS="-laudioio"
15868 cat >>confdefs.h <<\_ACEOF
15869 #define HAVE_LIBAUDIOIO 1
15870 _ACEOF
15877 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15878 then
15879 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15880 $as_echo_n "checking for -lcapi20... " >&6; }
15881 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15882 $as_echo_n "(cached) " >&6
15883 else
15884 ac_check_soname_save_LIBS=$LIBS
15885 LIBS="-lcapi20 $LIBS"
15886 cat >conftest.$ac_ext <<_ACEOF
15887 /* confdefs.h. */
15888 _ACEOF
15889 cat confdefs.h >>conftest.$ac_ext
15890 cat >>conftest.$ac_ext <<_ACEOF
15891 /* end confdefs.h. */
15893 /* Override any GCC internal prototype to avoid an error.
15894 Use char because int might match the return type of a GCC
15895 builtin and then its argument prototype would still apply. */
15896 #ifdef __cplusplus
15897 extern "C"
15898 #endif
15899 char capi20_register ();
15901 main ()
15903 return capi20_register ();
15905 return 0;
15907 _ACEOF
15908 rm -f conftest.$ac_objext conftest$ac_exeext
15909 if { (ac_try="$ac_link"
15910 case "(($ac_try" in
15911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15912 *) ac_try_echo=$ac_try;;
15913 esac
15914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15915 $as_echo "$ac_try_echo") >&5
15916 (eval "$ac_link") 2>conftest.er1
15917 ac_status=$?
15918 grep -v '^ *+' conftest.er1 >conftest.err
15919 rm -f conftest.er1
15920 cat conftest.err >&5
15921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); } && {
15923 test -z "$ac_c_werror_flag" ||
15924 test ! -s conftest.err
15925 } && test -s conftest$ac_exeext && {
15926 test "$cross_compiling" = yes ||
15927 $as_test_x conftest$ac_exeext
15928 }; then
15929 case "$LIBEXT" in
15930 dll) ;;
15931 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'` ;;
15932 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15933 esac
15934 else
15935 $as_echo "$as_me: failed program was:" >&5
15936 sed 's/^/| /' conftest.$ac_ext >&5
15941 rm -rf conftest.dSYM
15942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15943 conftest$ac_exeext conftest.$ac_ext
15944 LIBS=$ac_check_soname_save_LIBS
15946 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15947 { $as_echo "$as_me:$LINENO: result: not found" >&5
15948 $as_echo "not found" >&6; }
15950 else
15951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15952 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15954 cat >>confdefs.h <<_ACEOF
15955 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15956 _ACEOF
15962 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15963 case "x$with_capi" in
15964 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15965 xno) ;;
15966 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15967 This is an error since --with-capi was requested." >&5
15968 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15969 This is an error since --with-capi was requested." >&2;}
15970 { (exit 1); exit 1; }; } ;;
15971 esac
15975 CUPSINCL=""
15977 if test "x$with_cups" != "xno"
15978 then
15979 ac_save_CPPFLAGS="$CPPFLAGS"
15980 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15981 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15982 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15984 for ac_header in cups/cups.h
15986 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15987 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15988 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15989 $as_echo_n "checking for $ac_header... " >&6; }
15990 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15991 $as_echo_n "(cached) " >&6
15993 ac_res=`eval 'as_val=${'$as_ac_Header'}
15994 $as_echo "$as_val"'`
15995 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15996 $as_echo "$ac_res" >&6; }
15997 else
15998 # Is the header compilable?
15999 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16000 $as_echo_n "checking $ac_header usability... " >&6; }
16001 cat >conftest.$ac_ext <<_ACEOF
16002 /* confdefs.h. */
16003 _ACEOF
16004 cat confdefs.h >>conftest.$ac_ext
16005 cat >>conftest.$ac_ext <<_ACEOF
16006 /* end confdefs.h. */
16007 $ac_includes_default
16008 #include <$ac_header>
16009 _ACEOF
16010 rm -f conftest.$ac_objext
16011 if { (ac_try="$ac_compile"
16012 case "(($ac_try" in
16013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16014 *) ac_try_echo=$ac_try;;
16015 esac
16016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16017 $as_echo "$ac_try_echo") >&5
16018 (eval "$ac_compile") 2>conftest.er1
16019 ac_status=$?
16020 grep -v '^ *+' conftest.er1 >conftest.err
16021 rm -f conftest.er1
16022 cat conftest.err >&5
16023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16024 (exit $ac_status); } && {
16025 test -z "$ac_c_werror_flag" ||
16026 test ! -s conftest.err
16027 } && test -s conftest.$ac_objext; then
16028 ac_header_compiler=yes
16029 else
16030 $as_echo "$as_me: failed program was:" >&5
16031 sed 's/^/| /' conftest.$ac_ext >&5
16033 ac_header_compiler=no
16036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16037 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16038 $as_echo "$ac_header_compiler" >&6; }
16040 # Is the header present?
16041 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16042 $as_echo_n "checking $ac_header presence... " >&6; }
16043 cat >conftest.$ac_ext <<_ACEOF
16044 /* confdefs.h. */
16045 _ACEOF
16046 cat confdefs.h >>conftest.$ac_ext
16047 cat >>conftest.$ac_ext <<_ACEOF
16048 /* end confdefs.h. */
16049 #include <$ac_header>
16050 _ACEOF
16051 if { (ac_try="$ac_cpp conftest.$ac_ext"
16052 case "(($ac_try" in
16053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16054 *) ac_try_echo=$ac_try;;
16055 esac
16056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16057 $as_echo "$ac_try_echo") >&5
16058 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16059 ac_status=$?
16060 grep -v '^ *+' conftest.er1 >conftest.err
16061 rm -f conftest.er1
16062 cat conftest.err >&5
16063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16064 (exit $ac_status); } >/dev/null && {
16065 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16066 test ! -s conftest.err
16067 }; then
16068 ac_header_preproc=yes
16069 else
16070 $as_echo "$as_me: failed program was:" >&5
16071 sed 's/^/| /' conftest.$ac_ext >&5
16073 ac_header_preproc=no
16076 rm -f conftest.err conftest.$ac_ext
16077 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16078 $as_echo "$ac_header_preproc" >&6; }
16080 # So? What about this header?
16081 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16082 yes:no: )
16083 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16084 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16085 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16086 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16087 ac_header_preproc=yes
16089 no:yes:* )
16090 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16091 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16092 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16093 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16094 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16095 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16096 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16097 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16098 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16099 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16100 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16101 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16102 ( cat <<\_ASBOX
16103 ## ------------------------------------ ##
16104 ## Report this to wine-devel@winehq.org ##
16105 ## ------------------------------------ ##
16106 _ASBOX
16107 ) | sed "s/^/$as_me: WARNING: /" >&2
16109 esac
16110 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16111 $as_echo_n "checking for $ac_header... " >&6; }
16112 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16113 $as_echo_n "(cached) " >&6
16114 else
16115 eval "$as_ac_Header=\$ac_header_preproc"
16117 ac_res=`eval 'as_val=${'$as_ac_Header'}
16118 $as_echo "$as_val"'`
16119 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16120 $as_echo "$ac_res" >&6; }
16123 as_val=`eval 'as_val=${'$as_ac_Header'}
16124 $as_echo "$as_val"'`
16125 if test "x$as_val" = x""yes; then
16126 cat >>confdefs.h <<_ACEOF
16127 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16128 _ACEOF
16129 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16130 $as_echo_n "checking for -lcups... " >&6; }
16131 if test "${ac_cv_lib_soname_cups+set}" = set; then
16132 $as_echo_n "(cached) " >&6
16133 else
16134 ac_check_soname_save_LIBS=$LIBS
16135 LIBS="-lcups $ac_cups_libs $LIBS"
16136 cat >conftest.$ac_ext <<_ACEOF
16137 /* confdefs.h. */
16138 _ACEOF
16139 cat confdefs.h >>conftest.$ac_ext
16140 cat >>conftest.$ac_ext <<_ACEOF
16141 /* end confdefs.h. */
16143 /* Override any GCC internal prototype to avoid an error.
16144 Use char because int might match the return type of a GCC
16145 builtin and then its argument prototype would still apply. */
16146 #ifdef __cplusplus
16147 extern "C"
16148 #endif
16149 char cupsGetDefault ();
16151 main ()
16153 return cupsGetDefault ();
16155 return 0;
16157 _ACEOF
16158 rm -f conftest.$ac_objext conftest$ac_exeext
16159 if { (ac_try="$ac_link"
16160 case "(($ac_try" in
16161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16162 *) ac_try_echo=$ac_try;;
16163 esac
16164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16165 $as_echo "$ac_try_echo") >&5
16166 (eval "$ac_link") 2>conftest.er1
16167 ac_status=$?
16168 grep -v '^ *+' conftest.er1 >conftest.err
16169 rm -f conftest.er1
16170 cat conftest.err >&5
16171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16172 (exit $ac_status); } && {
16173 test -z "$ac_c_werror_flag" ||
16174 test ! -s conftest.err
16175 } && test -s conftest$ac_exeext && {
16176 test "$cross_compiling" = yes ||
16177 $as_test_x conftest$ac_exeext
16178 }; then
16179 case "$LIBEXT" in
16180 dll) ;;
16181 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'` ;;
16182 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16183 esac
16184 else
16185 $as_echo "$as_me: failed program was:" >&5
16186 sed 's/^/| /' conftest.$ac_ext >&5
16191 rm -rf conftest.dSYM
16192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16193 conftest$ac_exeext conftest.$ac_ext
16194 LIBS=$ac_check_soname_save_LIBS
16196 if test "x$ac_cv_lib_soname_cups" = "x"; then
16197 { $as_echo "$as_me:$LINENO: result: not found" >&5
16198 $as_echo "not found" >&6; }
16200 else
16201 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16202 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16204 cat >>confdefs.h <<_ACEOF
16205 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16206 _ACEOF
16208 CUPSINCL="$ac_cups_cflags"
16213 done
16215 CPPFLAGS="$ac_save_CPPFLAGS"
16217 if test "x$ac_cv_lib_soname_cups" = "x"; then
16218 case "x$with_cups" in
16219 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16220 xno) ;;
16221 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16222 This is an error since --with-cups was requested." >&5
16223 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16224 This is an error since --with-cups was requested." >&2;}
16225 { (exit 1); exit 1; }; } ;;
16226 esac
16230 if test "$ac_cv_header_jack_jack_h" = "yes"
16231 then
16232 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16233 $as_echo_n "checking for -ljack... " >&6; }
16234 if test "${ac_cv_lib_soname_jack+set}" = set; then
16235 $as_echo_n "(cached) " >&6
16236 else
16237 ac_check_soname_save_LIBS=$LIBS
16238 LIBS="-ljack $LIBS"
16239 cat >conftest.$ac_ext <<_ACEOF
16240 /* confdefs.h. */
16241 _ACEOF
16242 cat confdefs.h >>conftest.$ac_ext
16243 cat >>conftest.$ac_ext <<_ACEOF
16244 /* end confdefs.h. */
16246 /* Override any GCC internal prototype to avoid an error.
16247 Use char because int might match the return type of a GCC
16248 builtin and then its argument prototype would still apply. */
16249 #ifdef __cplusplus
16250 extern "C"
16251 #endif
16252 char jack_client_new ();
16254 main ()
16256 return jack_client_new ();
16258 return 0;
16260 _ACEOF
16261 rm -f conftest.$ac_objext conftest$ac_exeext
16262 if { (ac_try="$ac_link"
16263 case "(($ac_try" in
16264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16265 *) ac_try_echo=$ac_try;;
16266 esac
16267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16268 $as_echo "$ac_try_echo") >&5
16269 (eval "$ac_link") 2>conftest.er1
16270 ac_status=$?
16271 grep -v '^ *+' conftest.er1 >conftest.err
16272 rm -f conftest.er1
16273 cat conftest.err >&5
16274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16275 (exit $ac_status); } && {
16276 test -z "$ac_c_werror_flag" ||
16277 test ! -s conftest.err
16278 } && test -s conftest$ac_exeext && {
16279 test "$cross_compiling" = yes ||
16280 $as_test_x conftest$ac_exeext
16281 }; then
16282 case "$LIBEXT" in
16283 dll) ;;
16284 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'` ;;
16285 *) 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'` ;;
16286 esac
16287 else
16288 $as_echo "$as_me: failed program was:" >&5
16289 sed 's/^/| /' conftest.$ac_ext >&5
16294 rm -rf conftest.dSYM
16295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16296 conftest$ac_exeext conftest.$ac_ext
16297 LIBS=$ac_check_soname_save_LIBS
16299 if test "x$ac_cv_lib_soname_jack" = "x"; then
16300 { $as_echo "$as_me:$LINENO: result: not found" >&5
16301 $as_echo "not found" >&6; }
16303 else
16304 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16305 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16307 cat >>confdefs.h <<_ACEOF
16308 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16309 _ACEOF
16316 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16317 then
16318 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16319 $as_echo_n "checking for -lfontconfig... " >&6; }
16320 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16321 $as_echo_n "(cached) " >&6
16322 else
16323 ac_check_soname_save_LIBS=$LIBS
16324 LIBS="-lfontconfig $LIBS"
16325 cat >conftest.$ac_ext <<_ACEOF
16326 /* confdefs.h. */
16327 _ACEOF
16328 cat confdefs.h >>conftest.$ac_ext
16329 cat >>conftest.$ac_ext <<_ACEOF
16330 /* end confdefs.h. */
16332 /* Override any GCC internal prototype to avoid an error.
16333 Use char because int might match the return type of a GCC
16334 builtin and then its argument prototype would still apply. */
16335 #ifdef __cplusplus
16336 extern "C"
16337 #endif
16338 char FcInit ();
16340 main ()
16342 return FcInit ();
16344 return 0;
16346 _ACEOF
16347 rm -f conftest.$ac_objext conftest$ac_exeext
16348 if { (ac_try="$ac_link"
16349 case "(($ac_try" in
16350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16351 *) ac_try_echo=$ac_try;;
16352 esac
16353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16354 $as_echo "$ac_try_echo") >&5
16355 (eval "$ac_link") 2>conftest.er1
16356 ac_status=$?
16357 grep -v '^ *+' conftest.er1 >conftest.err
16358 rm -f conftest.er1
16359 cat conftest.err >&5
16360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16361 (exit $ac_status); } && {
16362 test -z "$ac_c_werror_flag" ||
16363 test ! -s conftest.err
16364 } && test -s conftest$ac_exeext && {
16365 test "$cross_compiling" = yes ||
16366 $as_test_x conftest$ac_exeext
16367 }; then
16368 case "$LIBEXT" in
16369 dll) ;;
16370 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'` ;;
16371 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16372 esac
16373 else
16374 $as_echo "$as_me: failed program was:" >&5
16375 sed 's/^/| /' conftest.$ac_ext >&5
16380 rm -rf conftest.dSYM
16381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16382 conftest$ac_exeext conftest.$ac_ext
16383 LIBS=$ac_check_soname_save_LIBS
16385 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16386 { $as_echo "$as_me:$LINENO: result: not found" >&5
16387 $as_echo "not found" >&6; }
16389 else
16390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16391 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16393 cat >>confdefs.h <<_ACEOF
16394 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16395 _ACEOF
16400 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16401 then
16402 ac_save_CPPFLAGS="$CPPFLAGS"
16403 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16404 $as_unset ac_cv_header_fontconfig_fontconfig_h
16406 for ac_header in fontconfig/fontconfig.h
16408 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16409 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16410 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16411 $as_echo_n "checking for $ac_header... " >&6; }
16412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16413 $as_echo_n "(cached) " >&6
16415 ac_res=`eval 'as_val=${'$as_ac_Header'}
16416 $as_echo "$as_val"'`
16417 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16418 $as_echo "$ac_res" >&6; }
16419 else
16420 # Is the header compilable?
16421 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16422 $as_echo_n "checking $ac_header usability... " >&6; }
16423 cat >conftest.$ac_ext <<_ACEOF
16424 /* confdefs.h. */
16425 _ACEOF
16426 cat confdefs.h >>conftest.$ac_ext
16427 cat >>conftest.$ac_ext <<_ACEOF
16428 /* end confdefs.h. */
16429 $ac_includes_default
16430 #include <$ac_header>
16431 _ACEOF
16432 rm -f conftest.$ac_objext
16433 if { (ac_try="$ac_compile"
16434 case "(($ac_try" in
16435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16436 *) ac_try_echo=$ac_try;;
16437 esac
16438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16439 $as_echo "$ac_try_echo") >&5
16440 (eval "$ac_compile") 2>conftest.er1
16441 ac_status=$?
16442 grep -v '^ *+' conftest.er1 >conftest.err
16443 rm -f conftest.er1
16444 cat conftest.err >&5
16445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446 (exit $ac_status); } && {
16447 test -z "$ac_c_werror_flag" ||
16448 test ! -s conftest.err
16449 } && test -s conftest.$ac_objext; then
16450 ac_header_compiler=yes
16451 else
16452 $as_echo "$as_me: failed program was:" >&5
16453 sed 's/^/| /' conftest.$ac_ext >&5
16455 ac_header_compiler=no
16458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16459 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16460 $as_echo "$ac_header_compiler" >&6; }
16462 # Is the header present?
16463 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16464 $as_echo_n "checking $ac_header presence... " >&6; }
16465 cat >conftest.$ac_ext <<_ACEOF
16466 /* confdefs.h. */
16467 _ACEOF
16468 cat confdefs.h >>conftest.$ac_ext
16469 cat >>conftest.$ac_ext <<_ACEOF
16470 /* end confdefs.h. */
16471 #include <$ac_header>
16472 _ACEOF
16473 if { (ac_try="$ac_cpp conftest.$ac_ext"
16474 case "(($ac_try" in
16475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16476 *) ac_try_echo=$ac_try;;
16477 esac
16478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16479 $as_echo "$ac_try_echo") >&5
16480 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16481 ac_status=$?
16482 grep -v '^ *+' conftest.er1 >conftest.err
16483 rm -f conftest.er1
16484 cat conftest.err >&5
16485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); } >/dev/null && {
16487 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16488 test ! -s conftest.err
16489 }; then
16490 ac_header_preproc=yes
16491 else
16492 $as_echo "$as_me: failed program was:" >&5
16493 sed 's/^/| /' conftest.$ac_ext >&5
16495 ac_header_preproc=no
16498 rm -f conftest.err conftest.$ac_ext
16499 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16500 $as_echo "$ac_header_preproc" >&6; }
16502 # So? What about this header?
16503 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16504 yes:no: )
16505 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16506 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16507 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16508 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16509 ac_header_preproc=yes
16511 no:yes:* )
16512 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16513 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16514 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16515 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16516 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16517 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16518 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16519 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16520 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16521 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16522 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16523 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16524 ( cat <<\_ASBOX
16525 ## ------------------------------------ ##
16526 ## Report this to wine-devel@winehq.org ##
16527 ## ------------------------------------ ##
16528 _ASBOX
16529 ) | sed "s/^/$as_me: WARNING: /" >&2
16531 esac
16532 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16533 $as_echo_n "checking for $ac_header... " >&6; }
16534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16535 $as_echo_n "(cached) " >&6
16536 else
16537 eval "$as_ac_Header=\$ac_header_preproc"
16539 ac_res=`eval 'as_val=${'$as_ac_Header'}
16540 $as_echo "$as_val"'`
16541 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16542 $as_echo "$ac_res" >&6; }
16545 as_val=`eval 'as_val=${'$as_ac_Header'}
16546 $as_echo "$as_val"'`
16547 if test "x$as_val" = x""yes; then
16548 cat >>confdefs.h <<_ACEOF
16549 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16550 _ACEOF
16554 done
16556 CPPFLAGS="$ac_save_CPPFLAGS"
16557 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16558 then
16559 FONTCONFIGINCL="$X_CFLAGS"
16561 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16562 $as_echo_n "checking for -lfontconfig... " >&6; }
16563 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16564 $as_echo_n "(cached) " >&6
16565 else
16566 ac_check_soname_save_LIBS=$LIBS
16567 LIBS="-lfontconfig $X_LIBS $LIBS"
16568 cat >conftest.$ac_ext <<_ACEOF
16569 /* confdefs.h. */
16570 _ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16575 /* Override any GCC internal prototype to avoid an error.
16576 Use char because int might match the return type of a GCC
16577 builtin and then its argument prototype would still apply. */
16578 #ifdef __cplusplus
16579 extern "C"
16580 #endif
16581 char FcInit ();
16583 main ()
16585 return FcInit ();
16587 return 0;
16589 _ACEOF
16590 rm -f conftest.$ac_objext conftest$ac_exeext
16591 if { (ac_try="$ac_link"
16592 case "(($ac_try" in
16593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16594 *) ac_try_echo=$ac_try;;
16595 esac
16596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16597 $as_echo "$ac_try_echo") >&5
16598 (eval "$ac_link") 2>conftest.er1
16599 ac_status=$?
16600 grep -v '^ *+' conftest.er1 >conftest.err
16601 rm -f conftest.er1
16602 cat conftest.err >&5
16603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } && {
16605 test -z "$ac_c_werror_flag" ||
16606 test ! -s conftest.err
16607 } && test -s conftest$ac_exeext && {
16608 test "$cross_compiling" = yes ||
16609 $as_test_x conftest$ac_exeext
16610 }; then
16611 case "$LIBEXT" in
16612 dll) ;;
16613 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'` ;;
16614 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16615 esac
16616 else
16617 $as_echo "$as_me: failed program was:" >&5
16618 sed 's/^/| /' conftest.$ac_ext >&5
16623 rm -rf conftest.dSYM
16624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16625 conftest$ac_exeext conftest.$ac_ext
16626 LIBS=$ac_check_soname_save_LIBS
16628 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16629 { $as_echo "$as_me:$LINENO: result: not found" >&5
16630 $as_echo "not found" >&6; }
16632 else
16633 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16634 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16636 cat >>confdefs.h <<_ACEOF
16637 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16638 _ACEOF
16645 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16646 case "x$with_fontconfig" in
16647 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16648 xno) ;;
16649 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16650 This is an error since --with-fontconfig was requested." >&5
16651 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16652 This is an error since --with-fontconfig was requested." >&2;}
16653 { (exit 1); exit 1; }; } ;;
16654 esac
16658 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16659 then
16660 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16661 $as_echo_n "checking for -lssl... " >&6; }
16662 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16663 $as_echo_n "(cached) " >&6
16664 else
16665 ac_check_soname_save_LIBS=$LIBS
16666 LIBS="-lssl $LIBS"
16667 cat >conftest.$ac_ext <<_ACEOF
16668 /* confdefs.h. */
16669 _ACEOF
16670 cat confdefs.h >>conftest.$ac_ext
16671 cat >>conftest.$ac_ext <<_ACEOF
16672 /* end confdefs.h. */
16674 /* Override any GCC internal prototype to avoid an error.
16675 Use char because int might match the return type of a GCC
16676 builtin and then its argument prototype would still apply. */
16677 #ifdef __cplusplus
16678 extern "C"
16679 #endif
16680 char SSL_library_init ();
16682 main ()
16684 return SSL_library_init ();
16686 return 0;
16688 _ACEOF
16689 rm -f conftest.$ac_objext conftest$ac_exeext
16690 if { (ac_try="$ac_link"
16691 case "(($ac_try" in
16692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16693 *) ac_try_echo=$ac_try;;
16694 esac
16695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16696 $as_echo "$ac_try_echo") >&5
16697 (eval "$ac_link") 2>conftest.er1
16698 ac_status=$?
16699 grep -v '^ *+' conftest.er1 >conftest.err
16700 rm -f conftest.er1
16701 cat conftest.err >&5
16702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16703 (exit $ac_status); } && {
16704 test -z "$ac_c_werror_flag" ||
16705 test ! -s conftest.err
16706 } && test -s conftest$ac_exeext && {
16707 test "$cross_compiling" = yes ||
16708 $as_test_x conftest$ac_exeext
16709 }; then
16710 case "$LIBEXT" in
16711 dll) ;;
16712 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'` ;;
16713 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16714 esac
16715 else
16716 $as_echo "$as_me: failed program was:" >&5
16717 sed 's/^/| /' conftest.$ac_ext >&5
16722 rm -rf conftest.dSYM
16723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16724 conftest$ac_exeext conftest.$ac_ext
16725 LIBS=$ac_check_soname_save_LIBS
16727 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16728 { $as_echo "$as_me:$LINENO: result: not found" >&5
16729 $as_echo "not found" >&6; }
16731 else
16732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16733 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16735 cat >>confdefs.h <<_ACEOF
16736 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16737 _ACEOF
16742 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16743 $as_echo_n "checking for -lcrypto... " >&6; }
16744 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16745 $as_echo_n "(cached) " >&6
16746 else
16747 ac_check_soname_save_LIBS=$LIBS
16748 LIBS="-lcrypto $LIBS"
16749 cat >conftest.$ac_ext <<_ACEOF
16750 /* confdefs.h. */
16751 _ACEOF
16752 cat confdefs.h >>conftest.$ac_ext
16753 cat >>conftest.$ac_ext <<_ACEOF
16754 /* end confdefs.h. */
16756 /* Override any GCC internal prototype to avoid an error.
16757 Use char because int might match the return type of a GCC
16758 builtin and then its argument prototype would still apply. */
16759 #ifdef __cplusplus
16760 extern "C"
16761 #endif
16762 char BIO_new_socket ();
16764 main ()
16766 return BIO_new_socket ();
16768 return 0;
16770 _ACEOF
16771 rm -f conftest.$ac_objext conftest$ac_exeext
16772 if { (ac_try="$ac_link"
16773 case "(($ac_try" in
16774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16775 *) ac_try_echo=$ac_try;;
16776 esac
16777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16778 $as_echo "$ac_try_echo") >&5
16779 (eval "$ac_link") 2>conftest.er1
16780 ac_status=$?
16781 grep -v '^ *+' conftest.er1 >conftest.err
16782 rm -f conftest.er1
16783 cat conftest.err >&5
16784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16785 (exit $ac_status); } && {
16786 test -z "$ac_c_werror_flag" ||
16787 test ! -s conftest.err
16788 } && test -s conftest$ac_exeext && {
16789 test "$cross_compiling" = yes ||
16790 $as_test_x conftest$ac_exeext
16791 }; then
16792 case "$LIBEXT" in
16793 dll) ;;
16794 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'` ;;
16795 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16796 esac
16797 else
16798 $as_echo "$as_me: failed program was:" >&5
16799 sed 's/^/| /' conftest.$ac_ext >&5
16804 rm -rf conftest.dSYM
16805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16806 conftest$ac_exeext conftest.$ac_ext
16807 LIBS=$ac_check_soname_save_LIBS
16809 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16810 { $as_echo "$as_me:$LINENO: result: not found" >&5
16811 $as_echo "not found" >&6; }
16813 else
16814 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16815 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16817 cat >>confdefs.h <<_ACEOF
16818 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16819 _ACEOF
16825 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16826 case "x$with_openssl" in
16827 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16828 xno) ;;
16829 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16830 This is an error since --with-openssl was requested." >&5
16831 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16832 This is an error since --with-openssl was requested." >&2;}
16833 { (exit 1); exit 1; }; } ;;
16834 esac
16838 if test "$ac_cv_header_jpeglib_h" = "yes"
16839 then
16840 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16841 $as_echo_n "checking for -ljpeg... " >&6; }
16842 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16843 $as_echo_n "(cached) " >&6
16844 else
16845 ac_check_soname_save_LIBS=$LIBS
16846 LIBS="-ljpeg $LIBS"
16847 cat >conftest.$ac_ext <<_ACEOF
16848 /* confdefs.h. */
16849 _ACEOF
16850 cat confdefs.h >>conftest.$ac_ext
16851 cat >>conftest.$ac_ext <<_ACEOF
16852 /* end confdefs.h. */
16854 /* Override any GCC internal prototype to avoid an error.
16855 Use char because int might match the return type of a GCC
16856 builtin and then its argument prototype would still apply. */
16857 #ifdef __cplusplus
16858 extern "C"
16859 #endif
16860 char jpeg_start_decompress ();
16862 main ()
16864 return jpeg_start_decompress ();
16866 return 0;
16868 _ACEOF
16869 rm -f conftest.$ac_objext conftest$ac_exeext
16870 if { (ac_try="$ac_link"
16871 case "(($ac_try" in
16872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16873 *) ac_try_echo=$ac_try;;
16874 esac
16875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16876 $as_echo "$ac_try_echo") >&5
16877 (eval "$ac_link") 2>conftest.er1
16878 ac_status=$?
16879 grep -v '^ *+' conftest.er1 >conftest.err
16880 rm -f conftest.er1
16881 cat conftest.err >&5
16882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16883 (exit $ac_status); } && {
16884 test -z "$ac_c_werror_flag" ||
16885 test ! -s conftest.err
16886 } && test -s conftest$ac_exeext && {
16887 test "$cross_compiling" = yes ||
16888 $as_test_x conftest$ac_exeext
16889 }; then
16890 case "$LIBEXT" in
16891 dll) ;;
16892 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'` ;;
16893 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16894 esac
16895 else
16896 $as_echo "$as_me: failed program was:" >&5
16897 sed 's/^/| /' conftest.$ac_ext >&5
16902 rm -rf conftest.dSYM
16903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16904 conftest$ac_exeext conftest.$ac_ext
16905 LIBS=$ac_check_soname_save_LIBS
16907 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16908 { $as_echo "$as_me:$LINENO: result: not found" >&5
16909 $as_echo "not found" >&6; }
16911 else
16912 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16913 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16915 cat >>confdefs.h <<_ACEOF
16916 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16917 _ACEOF
16923 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16924 case "x$with_jpeg" in
16925 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16926 xno) ;;
16927 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16928 This is an error since --with-jpeg was requested." >&5
16929 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16930 This is an error since --with-jpeg was requested." >&2;}
16931 { (exit 1); exit 1; }; } ;;
16932 esac
16936 if test "$ac_cv_header_png_h" = "yes"
16937 then
16938 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16939 $as_echo_n "checking for -lpng... " >&6; }
16940 if test "${ac_cv_lib_soname_png+set}" = set; then
16941 $as_echo_n "(cached) " >&6
16942 else
16943 ac_check_soname_save_LIBS=$LIBS
16944 LIBS="-lpng -lm -lz $LIBS"
16945 cat >conftest.$ac_ext <<_ACEOF
16946 /* confdefs.h. */
16947 _ACEOF
16948 cat confdefs.h >>conftest.$ac_ext
16949 cat >>conftest.$ac_ext <<_ACEOF
16950 /* end confdefs.h. */
16952 /* Override any GCC internal prototype to avoid an error.
16953 Use char because int might match the return type of a GCC
16954 builtin and then its argument prototype would still apply. */
16955 #ifdef __cplusplus
16956 extern "C"
16957 #endif
16958 char png_create_read_struct ();
16960 main ()
16962 return png_create_read_struct ();
16964 return 0;
16966 _ACEOF
16967 rm -f conftest.$ac_objext conftest$ac_exeext
16968 if { (ac_try="$ac_link"
16969 case "(($ac_try" in
16970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16971 *) ac_try_echo=$ac_try;;
16972 esac
16973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16974 $as_echo "$ac_try_echo") >&5
16975 (eval "$ac_link") 2>conftest.er1
16976 ac_status=$?
16977 grep -v '^ *+' conftest.er1 >conftest.err
16978 rm -f conftest.er1
16979 cat conftest.err >&5
16980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16981 (exit $ac_status); } && {
16982 test -z "$ac_c_werror_flag" ||
16983 test ! -s conftest.err
16984 } && test -s conftest$ac_exeext && {
16985 test "$cross_compiling" = yes ||
16986 $as_test_x conftest$ac_exeext
16987 }; then
16988 case "$LIBEXT" in
16989 dll) ;;
16990 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'` ;;
16991 *) 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'` ;;
16992 esac
16993 else
16994 $as_echo "$as_me: failed program was:" >&5
16995 sed 's/^/| /' conftest.$ac_ext >&5
17000 rm -rf conftest.dSYM
17001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17002 conftest$ac_exeext conftest.$ac_ext
17003 LIBS=$ac_check_soname_save_LIBS
17005 if test "x$ac_cv_lib_soname_png" = "x"; then
17006 { $as_echo "$as_me:$LINENO: result: not found" >&5
17007 $as_echo "not found" >&6; }
17009 else
17010 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17011 $as_echo "$ac_cv_lib_soname_png" >&6; }
17013 cat >>confdefs.h <<_ACEOF
17014 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17015 _ACEOF
17021 if test "x$ac_cv_lib_soname_png" = "x"; then
17022 case "x$with_png" in
17023 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17024 xno) ;;
17025 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17026 This is an error since --with-png was requested." >&5
17027 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17028 This is an error since --with-png was requested." >&2;}
17029 { (exit 1); exit 1; }; } ;;
17030 esac
17034 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17035 $as_echo_n "checking for -lodbc... " >&6; }
17036 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17037 $as_echo_n "(cached) " >&6
17038 else
17039 ac_check_soname_save_LIBS=$LIBS
17040 LIBS="-lodbc $LIBS"
17041 cat >conftest.$ac_ext <<_ACEOF
17042 /* confdefs.h. */
17043 _ACEOF
17044 cat confdefs.h >>conftest.$ac_ext
17045 cat >>conftest.$ac_ext <<_ACEOF
17046 /* end confdefs.h. */
17048 /* Override any GCC internal prototype to avoid an error.
17049 Use char because int might match the return type of a GCC
17050 builtin and then its argument prototype would still apply. */
17051 #ifdef __cplusplus
17052 extern "C"
17053 #endif
17054 char SQLConnect ();
17056 main ()
17058 return SQLConnect ();
17060 return 0;
17062 _ACEOF
17063 rm -f conftest.$ac_objext conftest$ac_exeext
17064 if { (ac_try="$ac_link"
17065 case "(($ac_try" in
17066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17067 *) ac_try_echo=$ac_try;;
17068 esac
17069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17070 $as_echo "$ac_try_echo") >&5
17071 (eval "$ac_link") 2>conftest.er1
17072 ac_status=$?
17073 grep -v '^ *+' conftest.er1 >conftest.err
17074 rm -f conftest.er1
17075 cat conftest.err >&5
17076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); } && {
17078 test -z "$ac_c_werror_flag" ||
17079 test ! -s conftest.err
17080 } && test -s conftest$ac_exeext && {
17081 test "$cross_compiling" = yes ||
17082 $as_test_x conftest$ac_exeext
17083 }; then
17084 case "$LIBEXT" in
17085 dll) ;;
17086 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'` ;;
17087 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17088 esac
17089 else
17090 $as_echo "$as_me: failed program was:" >&5
17091 sed 's/^/| /' conftest.$ac_ext >&5
17096 rm -rf conftest.dSYM
17097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17098 conftest$ac_exeext conftest.$ac_ext
17099 LIBS=$ac_check_soname_save_LIBS
17101 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17102 { $as_echo "$as_me:$LINENO: result: not found" >&5
17103 $as_echo "not found" >&6; }
17104 cat >>confdefs.h <<_ACEOF
17105 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17106 _ACEOF
17108 else
17109 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17110 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17112 cat >>confdefs.h <<_ACEOF
17113 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17114 _ACEOF
17120 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17121 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17122 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17123 "$ac_cv_header_soundcard_h" != "yes" -a \
17124 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17125 then
17126 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17130 EXTRACFLAGS=""
17132 if test "x${GCC}" = "xyes"
17133 then
17134 EXTRACFLAGS="-Wall -pipe"
17136 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17137 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17138 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17139 $as_echo_n "(cached) " >&6
17140 else
17141 if test "$cross_compiling" = yes; then
17142 ac_cv_c_gcc_strength_bug="yes"
17143 else
17144 cat >conftest.$ac_ext <<_ACEOF
17145 /* confdefs.h. */
17146 _ACEOF
17147 cat confdefs.h >>conftest.$ac_ext
17148 cat >>conftest.$ac_ext <<_ACEOF
17149 /* end confdefs.h. */
17150 int L[4] = {0,1,2,3};
17152 main ()
17154 static int Array[3];
17155 unsigned int B = 3;
17156 int i;
17157 for(i=0; i<B; i++) Array[i] = i - 3;
17158 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17159 L[i] = 4;
17160 exit( Array[1] != -2 || L[2] != 3)
17162 return 0;
17164 _ACEOF
17165 rm -f conftest$ac_exeext
17166 if { (ac_try="$ac_link"
17167 case "(($ac_try" in
17168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17169 *) ac_try_echo=$ac_try;;
17170 esac
17171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17172 $as_echo "$ac_try_echo") >&5
17173 (eval "$ac_link") 2>&5
17174 ac_status=$?
17175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17176 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17177 { (case "(($ac_try" in
17178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17179 *) ac_try_echo=$ac_try;;
17180 esac
17181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17182 $as_echo "$ac_try_echo") >&5
17183 (eval "$ac_try") 2>&5
17184 ac_status=$?
17185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17186 (exit $ac_status); }; }; then
17187 ac_cv_c_gcc_strength_bug="no"
17188 else
17189 $as_echo "$as_me: program exited with status $ac_status" >&5
17190 $as_echo "$as_me: failed program was:" >&5
17191 sed 's/^/| /' conftest.$ac_ext >&5
17193 ( exit $ac_status )
17194 ac_cv_c_gcc_strength_bug="yes"
17196 rm -rf conftest.dSYM
17197 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17202 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17203 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17204 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17205 then
17206 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17210 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17211 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17212 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17213 $as_echo_n "(cached) " >&6
17214 else
17215 ac_wine_try_cflags_saved=$CFLAGS
17216 CFLAGS="$CFLAGS -fshort-wchar"
17217 cat >conftest.$ac_ext <<_ACEOF
17218 /* confdefs.h. */
17219 _ACEOF
17220 cat confdefs.h >>conftest.$ac_ext
17221 cat >>conftest.$ac_ext <<_ACEOF
17222 /* end confdefs.h. */
17225 main ()
17229 return 0;
17231 _ACEOF
17232 rm -f conftest.$ac_objext conftest$ac_exeext
17233 if { (ac_try="$ac_link"
17234 case "(($ac_try" in
17235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17236 *) ac_try_echo=$ac_try;;
17237 esac
17238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17239 $as_echo "$ac_try_echo") >&5
17240 (eval "$ac_link") 2>conftest.er1
17241 ac_status=$?
17242 grep -v '^ *+' conftest.er1 >conftest.err
17243 rm -f conftest.er1
17244 cat conftest.err >&5
17245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17246 (exit $ac_status); } && {
17247 test -z "$ac_c_werror_flag" ||
17248 test ! -s conftest.err
17249 } && test -s conftest$ac_exeext && {
17250 test "$cross_compiling" = yes ||
17251 $as_test_x conftest$ac_exeext
17252 }; then
17253 ac_cv_cflags__fshort_wchar=yes
17254 else
17255 $as_echo "$as_me: failed program was:" >&5
17256 sed 's/^/| /' conftest.$ac_ext >&5
17258 ac_cv_cflags__fshort_wchar=no
17261 rm -rf conftest.dSYM
17262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17263 conftest$ac_exeext conftest.$ac_ext
17264 CFLAGS=$ac_wine_try_cflags_saved
17266 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17267 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17268 if test $ac_cv_cflags__fshort_wchar = yes; then
17270 cat >>confdefs.h <<\_ACEOF
17271 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17272 _ACEOF
17276 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17277 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17278 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17279 $as_echo_n "(cached) " >&6
17280 else
17281 ac_wine_try_cflags_saved=$CFLAGS
17282 CFLAGS="$CFLAGS -fno-builtin"
17283 cat >conftest.$ac_ext <<_ACEOF
17284 /* confdefs.h. */
17285 _ACEOF
17286 cat confdefs.h >>conftest.$ac_ext
17287 cat >>conftest.$ac_ext <<_ACEOF
17288 /* end confdefs.h. */
17291 main ()
17295 return 0;
17297 _ACEOF
17298 rm -f conftest.$ac_objext conftest$ac_exeext
17299 if { (ac_try="$ac_link"
17300 case "(($ac_try" in
17301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17302 *) ac_try_echo=$ac_try;;
17303 esac
17304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17305 $as_echo "$ac_try_echo") >&5
17306 (eval "$ac_link") 2>conftest.er1
17307 ac_status=$?
17308 grep -v '^ *+' conftest.er1 >conftest.err
17309 rm -f conftest.er1
17310 cat conftest.err >&5
17311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); } && {
17313 test -z "$ac_c_werror_flag" ||
17314 test ! -s conftest.err
17315 } && test -s conftest$ac_exeext && {
17316 test "$cross_compiling" = yes ||
17317 $as_test_x conftest$ac_exeext
17318 }; then
17319 ac_cv_cflags__fno_builtin=yes
17320 else
17321 $as_echo "$as_me: failed program was:" >&5
17322 sed 's/^/| /' conftest.$ac_ext >&5
17324 ac_cv_cflags__fno_builtin=no
17327 rm -rf conftest.dSYM
17328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17329 conftest$ac_exeext conftest.$ac_ext
17330 CFLAGS=$ac_wine_try_cflags_saved
17332 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17333 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17334 if test $ac_cv_cflags__fno_builtin = yes; then
17335 BUILTINFLAG="-fno-builtin"
17339 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17340 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17341 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17342 $as_echo_n "(cached) " >&6
17343 else
17344 ac_wine_try_cflags_saved=$CFLAGS
17345 CFLAGS="$CFLAGS -fno-strict-aliasing"
17346 cat >conftest.$ac_ext <<_ACEOF
17347 /* confdefs.h. */
17348 _ACEOF
17349 cat confdefs.h >>conftest.$ac_ext
17350 cat >>conftest.$ac_ext <<_ACEOF
17351 /* end confdefs.h. */
17354 main ()
17358 return 0;
17360 _ACEOF
17361 rm -f conftest.$ac_objext conftest$ac_exeext
17362 if { (ac_try="$ac_link"
17363 case "(($ac_try" in
17364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17365 *) ac_try_echo=$ac_try;;
17366 esac
17367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17368 $as_echo "$ac_try_echo") >&5
17369 (eval "$ac_link") 2>conftest.er1
17370 ac_status=$?
17371 grep -v '^ *+' conftest.er1 >conftest.err
17372 rm -f conftest.er1
17373 cat conftest.err >&5
17374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17375 (exit $ac_status); } && {
17376 test -z "$ac_c_werror_flag" ||
17377 test ! -s conftest.err
17378 } && test -s conftest$ac_exeext && {
17379 test "$cross_compiling" = yes ||
17380 $as_test_x conftest$ac_exeext
17381 }; then
17382 ac_cv_cflags__fno_strict_aliasing=yes
17383 else
17384 $as_echo "$as_me: failed program was:" >&5
17385 sed 's/^/| /' conftest.$ac_ext >&5
17387 ac_cv_cflags__fno_strict_aliasing=no
17390 rm -rf conftest.dSYM
17391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17392 conftest$ac_exeext conftest.$ac_ext
17393 CFLAGS=$ac_wine_try_cflags_saved
17395 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17396 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17397 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17398 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17401 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17402 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17403 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17404 $as_echo_n "(cached) " >&6
17405 else
17406 ac_wine_try_cflags_saved=$CFLAGS
17407 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17408 cat >conftest.$ac_ext <<_ACEOF
17409 /* confdefs.h. */
17410 _ACEOF
17411 cat confdefs.h >>conftest.$ac_ext
17412 cat >>conftest.$ac_ext <<_ACEOF
17413 /* end confdefs.h. */
17416 main ()
17420 return 0;
17422 _ACEOF
17423 rm -f conftest.$ac_objext conftest$ac_exeext
17424 if { (ac_try="$ac_link"
17425 case "(($ac_try" in
17426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17427 *) ac_try_echo=$ac_try;;
17428 esac
17429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17430 $as_echo "$ac_try_echo") >&5
17431 (eval "$ac_link") 2>conftest.er1
17432 ac_status=$?
17433 grep -v '^ *+' conftest.er1 >conftest.err
17434 rm -f conftest.er1
17435 cat conftest.err >&5
17436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17437 (exit $ac_status); } && {
17438 test -z "$ac_c_werror_flag" ||
17439 test ! -s conftest.err
17440 } && test -s conftest$ac_exeext && {
17441 test "$cross_compiling" = yes ||
17442 $as_test_x conftest$ac_exeext
17443 }; then
17444 ac_cv_cflags__Wdeclaration_after_statement=yes
17445 else
17446 $as_echo "$as_me: failed program was:" >&5
17447 sed 's/^/| /' conftest.$ac_ext >&5
17449 ac_cv_cflags__Wdeclaration_after_statement=no
17452 rm -rf conftest.dSYM
17453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17454 conftest$ac_exeext conftest.$ac_ext
17455 CFLAGS=$ac_wine_try_cflags_saved
17457 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17458 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17459 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17460 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17463 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17464 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17465 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17466 $as_echo_n "(cached) " >&6
17467 else
17468 ac_wine_try_cflags_saved=$CFLAGS
17469 CFLAGS="$CFLAGS -Wwrite-strings"
17470 cat >conftest.$ac_ext <<_ACEOF
17471 /* confdefs.h. */
17472 _ACEOF
17473 cat confdefs.h >>conftest.$ac_ext
17474 cat >>conftest.$ac_ext <<_ACEOF
17475 /* end confdefs.h. */
17478 main ()
17482 return 0;
17484 _ACEOF
17485 rm -f conftest.$ac_objext conftest$ac_exeext
17486 if { (ac_try="$ac_link"
17487 case "(($ac_try" in
17488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17489 *) ac_try_echo=$ac_try;;
17490 esac
17491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17492 $as_echo "$ac_try_echo") >&5
17493 (eval "$ac_link") 2>conftest.er1
17494 ac_status=$?
17495 grep -v '^ *+' conftest.er1 >conftest.err
17496 rm -f conftest.er1
17497 cat conftest.err >&5
17498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17499 (exit $ac_status); } && {
17500 test -z "$ac_c_werror_flag" ||
17501 test ! -s conftest.err
17502 } && test -s conftest$ac_exeext && {
17503 test "$cross_compiling" = yes ||
17504 $as_test_x conftest$ac_exeext
17505 }; then
17506 ac_cv_cflags__Wwrite_strings=yes
17507 else
17508 $as_echo "$as_me: failed program was:" >&5
17509 sed 's/^/| /' conftest.$ac_ext >&5
17511 ac_cv_cflags__Wwrite_strings=no
17514 rm -rf conftest.dSYM
17515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17516 conftest$ac_exeext conftest.$ac_ext
17517 CFLAGS=$ac_wine_try_cflags_saved
17519 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17520 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17521 if test $ac_cv_cflags__Wwrite_strings = yes; then
17522 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17525 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17526 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17527 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17528 $as_echo_n "(cached) " >&6
17529 else
17530 ac_wine_try_cflags_saved=$CFLAGS
17531 CFLAGS="$CFLAGS -Wtype-limits"
17532 cat >conftest.$ac_ext <<_ACEOF
17533 /* confdefs.h. */
17534 _ACEOF
17535 cat confdefs.h >>conftest.$ac_ext
17536 cat >>conftest.$ac_ext <<_ACEOF
17537 /* end confdefs.h. */
17540 main ()
17544 return 0;
17546 _ACEOF
17547 rm -f conftest.$ac_objext conftest$ac_exeext
17548 if { (ac_try="$ac_link"
17549 case "(($ac_try" in
17550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17551 *) ac_try_echo=$ac_try;;
17552 esac
17553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17554 $as_echo "$ac_try_echo") >&5
17555 (eval "$ac_link") 2>conftest.er1
17556 ac_status=$?
17557 grep -v '^ *+' conftest.er1 >conftest.err
17558 rm -f conftest.er1
17559 cat conftest.err >&5
17560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17561 (exit $ac_status); } && {
17562 test -z "$ac_c_werror_flag" ||
17563 test ! -s conftest.err
17564 } && test -s conftest$ac_exeext && {
17565 test "$cross_compiling" = yes ||
17566 $as_test_x conftest$ac_exeext
17567 }; then
17568 ac_cv_cflags__Wtype_limits=yes
17569 else
17570 $as_echo "$as_me: failed program was:" >&5
17571 sed 's/^/| /' conftest.$ac_ext >&5
17573 ac_cv_cflags__Wtype_limits=no
17576 rm -rf conftest.dSYM
17577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17578 conftest$ac_exeext conftest.$ac_ext
17579 CFLAGS=$ac_wine_try_cflags_saved
17581 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17582 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17583 if test $ac_cv_cflags__Wtype_limits = yes; then
17584 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17588 saved_CFLAGS="$CFLAGS"
17589 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17590 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17591 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17592 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17593 $as_echo_n "(cached) " >&6
17594 else
17595 cat >conftest.$ac_ext <<_ACEOF
17596 /* confdefs.h. */
17597 _ACEOF
17598 cat confdefs.h >>conftest.$ac_ext
17599 cat >>conftest.$ac_ext <<_ACEOF
17600 /* end confdefs.h. */
17601 #include <string.h>
17603 main ()
17607 return 0;
17609 _ACEOF
17610 rm -f conftest.$ac_objext
17611 if { (ac_try="$ac_compile"
17612 case "(($ac_try" in
17613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17614 *) ac_try_echo=$ac_try;;
17615 esac
17616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17617 $as_echo "$ac_try_echo") >&5
17618 (eval "$ac_compile") 2>conftest.er1
17619 ac_status=$?
17620 grep -v '^ *+' conftest.er1 >conftest.err
17621 rm -f conftest.er1
17622 cat conftest.err >&5
17623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17624 (exit $ac_status); } && {
17625 test -z "$ac_c_werror_flag" ||
17626 test ! -s conftest.err
17627 } && test -s conftest.$ac_objext; then
17628 ac_cv_c_string_h_warnings=no
17629 else
17630 $as_echo "$as_me: failed program was:" >&5
17631 sed 's/^/| /' conftest.$ac_ext >&5
17633 ac_cv_c_string_h_warnings=yes
17636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17638 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17639 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17640 CFLAGS="$saved_CFLAGS"
17641 if test "$ac_cv_c_string_h_warnings" = "no"
17642 then
17643 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17648 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17649 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17650 if test "${ac_cv_asm_func_def+set}" = set; then
17651 $as_echo_n "(cached) " >&6
17652 else
17653 cat >conftest.$ac_ext <<_ACEOF
17654 /* confdefs.h. */
17655 _ACEOF
17656 cat confdefs.h >>conftest.$ac_ext
17657 cat >>conftest.$ac_ext <<_ACEOF
17658 /* end confdefs.h. */
17661 main ()
17663 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17665 return 0;
17667 _ACEOF
17668 rm -f conftest.$ac_objext conftest$ac_exeext
17669 if { (ac_try="$ac_link"
17670 case "(($ac_try" in
17671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17672 *) ac_try_echo=$ac_try;;
17673 esac
17674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17675 $as_echo "$ac_try_echo") >&5
17676 (eval "$ac_link") 2>conftest.er1
17677 ac_status=$?
17678 grep -v '^ *+' conftest.er1 >conftest.err
17679 rm -f conftest.er1
17680 cat conftest.err >&5
17681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17682 (exit $ac_status); } && {
17683 test -z "$ac_c_werror_flag" ||
17684 test ! -s conftest.err
17685 } && test -s conftest$ac_exeext && {
17686 test "$cross_compiling" = yes ||
17687 $as_test_x conftest$ac_exeext
17688 }; then
17689 ac_cv_asm_func_def=".def"
17690 else
17691 $as_echo "$as_me: failed program was:" >&5
17692 sed 's/^/| /' conftest.$ac_ext >&5
17694 cat >conftest.$ac_ext <<_ACEOF
17695 /* confdefs.h. */
17696 _ACEOF
17697 cat confdefs.h >>conftest.$ac_ext
17698 cat >>conftest.$ac_ext <<_ACEOF
17699 /* end confdefs.h. */
17702 main ()
17704 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17706 return 0;
17708 _ACEOF
17709 rm -f conftest.$ac_objext conftest$ac_exeext
17710 if { (ac_try="$ac_link"
17711 case "(($ac_try" in
17712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17713 *) ac_try_echo=$ac_try;;
17714 esac
17715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17716 $as_echo "$ac_try_echo") >&5
17717 (eval "$ac_link") 2>conftest.er1
17718 ac_status=$?
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
17722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } && {
17724 test -z "$ac_c_werror_flag" ||
17725 test ! -s conftest.err
17726 } && test -s conftest$ac_exeext && {
17727 test "$cross_compiling" = yes ||
17728 $as_test_x conftest$ac_exeext
17729 }; then
17730 ac_cv_asm_func_def=".type @function"
17731 else
17732 $as_echo "$as_me: failed program was:" >&5
17733 sed 's/^/| /' conftest.$ac_ext >&5
17735 cat >conftest.$ac_ext <<_ACEOF
17736 /* confdefs.h. */
17737 _ACEOF
17738 cat confdefs.h >>conftest.$ac_ext
17739 cat >>conftest.$ac_ext <<_ACEOF
17740 /* end confdefs.h. */
17743 main ()
17745 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17747 return 0;
17749 _ACEOF
17750 rm -f conftest.$ac_objext conftest$ac_exeext
17751 if { (ac_try="$ac_link"
17752 case "(($ac_try" in
17753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17754 *) ac_try_echo=$ac_try;;
17755 esac
17756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17757 $as_echo "$ac_try_echo") >&5
17758 (eval "$ac_link") 2>conftest.er1
17759 ac_status=$?
17760 grep -v '^ *+' conftest.er1 >conftest.err
17761 rm -f conftest.er1
17762 cat conftest.err >&5
17763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17764 (exit $ac_status); } && {
17765 test -z "$ac_c_werror_flag" ||
17766 test ! -s conftest.err
17767 } && test -s conftest$ac_exeext && {
17768 test "$cross_compiling" = yes ||
17769 $as_test_x conftest$ac_exeext
17770 }; then
17771 ac_cv_asm_func_def=".type 2"
17772 else
17773 $as_echo "$as_me: failed program was:" >&5
17774 sed 's/^/| /' conftest.$ac_ext >&5
17776 ac_cv_asm_func_def="unknown"
17779 rm -rf conftest.dSYM
17780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17781 conftest$ac_exeext conftest.$ac_ext
17784 rm -rf conftest.dSYM
17785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17786 conftest$ac_exeext conftest.$ac_ext
17789 rm -rf conftest.dSYM
17790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17791 conftest$ac_exeext conftest.$ac_ext
17793 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17794 $as_echo "$ac_cv_asm_func_def" >&6; }
17798 case "$ac_cv_asm_func_def" in
17799 ".def")
17800 cat >>confdefs.h <<\_ACEOF
17801 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17802 _ACEOF
17804 ".type @function")
17805 cat >>confdefs.h <<\_ACEOF
17806 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17807 _ACEOF
17809 ".type 2")
17810 cat >>confdefs.h <<\_ACEOF
17811 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17812 _ACEOF
17815 cat >>confdefs.h <<\_ACEOF
17816 #define __ASM_FUNC(name) ""
17817 _ACEOF
17819 esac
17822 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17823 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17824 if test "${ac_cv_c_extern_prefix+set}" = set; then
17825 $as_echo_n "(cached) " >&6
17826 else
17827 cat >conftest.$ac_ext <<_ACEOF
17828 /* confdefs.h. */
17829 _ACEOF
17830 cat confdefs.h >>conftest.$ac_ext
17831 cat >>conftest.$ac_ext <<_ACEOF
17832 /* end confdefs.h. */
17833 extern int ac_test;
17835 main ()
17837 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17839 return 0;
17841 _ACEOF
17842 rm -f conftest.$ac_objext conftest$ac_exeext
17843 if { (ac_try="$ac_link"
17844 case "(($ac_try" in
17845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17846 *) ac_try_echo=$ac_try;;
17847 esac
17848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17849 $as_echo "$ac_try_echo") >&5
17850 (eval "$ac_link") 2>conftest.er1
17851 ac_status=$?
17852 grep -v '^ *+' conftest.er1 >conftest.err
17853 rm -f conftest.er1
17854 cat conftest.err >&5
17855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17856 (exit $ac_status); } && {
17857 test -z "$ac_c_werror_flag" ||
17858 test ! -s conftest.err
17859 } && test -s conftest$ac_exeext && {
17860 test "$cross_compiling" = yes ||
17861 $as_test_x conftest$ac_exeext
17862 }; then
17863 ac_cv_c_extern_prefix="yes"
17864 else
17865 $as_echo "$as_me: failed program was:" >&5
17866 sed 's/^/| /' conftest.$ac_ext >&5
17868 ac_cv_c_extern_prefix="no"
17871 rm -rf conftest.dSYM
17872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17873 conftest$ac_exeext conftest.$ac_ext
17875 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17876 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17880 if test "$ac_cv_c_extern_prefix" = "yes"
17881 then
17882 cat >>confdefs.h <<\_ACEOF
17883 #define __ASM_NAME(name) "_" name
17884 _ACEOF
17886 else
17887 cat >>confdefs.h <<\_ACEOF
17888 #define __ASM_NAME(name) name
17889 _ACEOF
17894 LDPATH=""
17896 case $build_os in
17897 cygwin*|mingw32*)
17898 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17900 darwin*|macosx*)
17902 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17903 then
17904 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17908 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17910 esac
17912 case $host_os in
17913 mingw32*)
17914 CRTLIBS="-lmsvcrt"
17916 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17919 esac
17921 MAIN_BINARY="wine-pthread"
17922 case $host_cpu in
17923 *i[3456789]86*)
17924 case $host_os in
17925 linux* | k*bsd*-gnu)
17926 MAIN_BINARY="wine-glibc"
17928 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17930 freebsd*)
17931 MAIN_BINARY="wine-freebsd"
17933 EXTRA_BINARIES="wine-pthread"
17935 esac
17937 esac
18013 for ac_func in \
18014 _pclose \
18015 _popen \
18016 _snprintf \
18017 _spawnvp \
18018 _strdup \
18019 _stricmp \
18020 _strnicmp \
18021 _strtoi64 \
18022 _strtoui64 \
18023 _vsnprintf \
18024 asctime_r \
18025 chsize \
18026 clone \
18027 dlopen \
18028 epoll_create \
18029 ffs \
18030 finite \
18031 fork \
18032 fpclass \
18033 fstatfs \
18034 fstatvfs \
18035 ftruncate \
18036 futimes \
18037 futimesat \
18038 getdirentries \
18039 getopt_long \
18040 getpagesize \
18041 getpwuid \
18042 gettid \
18043 gettimeofday \
18044 getuid \
18045 inet_ntop \
18046 inet_pton \
18047 kqueue \
18048 lstat \
18049 memmove \
18050 mmap \
18051 pclose \
18052 poll \
18053 popen \
18054 prctl \
18055 pread \
18056 pwrite \
18057 readdir \
18058 readlink \
18059 rfork \
18060 sched_yield \
18061 select \
18062 setproctitle \
18063 setrlimit \
18064 settimeofday \
18065 sigaltstack \
18066 sigprocmask \
18067 snprintf \
18068 socketpair \
18069 spawnvp \
18070 statfs \
18071 statvfs \
18072 strcasecmp \
18073 strdup \
18074 strerror \
18075 strncasecmp \
18076 strtold \
18077 strtoll \
18078 strtoull \
18079 symlink \
18080 tcgetattr \
18081 thr_kill2 \
18082 timegm \
18083 usleep \
18084 vsnprintf \
18085 wait4 \
18086 waitpid \
18089 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18090 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18091 $as_echo_n "checking for $ac_func... " >&6; }
18092 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18093 $as_echo_n "(cached) " >&6
18094 else
18095 cat >conftest.$ac_ext <<_ACEOF
18096 /* confdefs.h. */
18097 _ACEOF
18098 cat confdefs.h >>conftest.$ac_ext
18099 cat >>conftest.$ac_ext <<_ACEOF
18100 /* end confdefs.h. */
18101 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18102 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18103 #define $ac_func innocuous_$ac_func
18105 /* System header to define __stub macros and hopefully few prototypes,
18106 which can conflict with char $ac_func (); below.
18107 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18108 <limits.h> exists even on freestanding compilers. */
18110 #ifdef __STDC__
18111 # include <limits.h>
18112 #else
18113 # include <assert.h>
18114 #endif
18116 #undef $ac_func
18118 /* Override any GCC internal prototype to avoid an error.
18119 Use char because int might match the return type of a GCC
18120 builtin and then its argument prototype would still apply. */
18121 #ifdef __cplusplus
18122 extern "C"
18123 #endif
18124 char $ac_func ();
18125 /* The GNU C library defines this for functions which it implements
18126 to always fail with ENOSYS. Some functions are actually named
18127 something starting with __ and the normal name is an alias. */
18128 #if defined __stub_$ac_func || defined __stub___$ac_func
18129 choke me
18130 #endif
18133 main ()
18135 return $ac_func ();
18137 return 0;
18139 _ACEOF
18140 rm -f conftest.$ac_objext conftest$ac_exeext
18141 if { (ac_try="$ac_link"
18142 case "(($ac_try" in
18143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18144 *) ac_try_echo=$ac_try;;
18145 esac
18146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18147 $as_echo "$ac_try_echo") >&5
18148 (eval "$ac_link") 2>conftest.er1
18149 ac_status=$?
18150 grep -v '^ *+' conftest.er1 >conftest.err
18151 rm -f conftest.er1
18152 cat conftest.err >&5
18153 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18154 (exit $ac_status); } && {
18155 test -z "$ac_c_werror_flag" ||
18156 test ! -s conftest.err
18157 } && test -s conftest$ac_exeext && {
18158 test "$cross_compiling" = yes ||
18159 $as_test_x conftest$ac_exeext
18160 }; then
18161 eval "$as_ac_var=yes"
18162 else
18163 $as_echo "$as_me: failed program was:" >&5
18164 sed 's/^/| /' conftest.$ac_ext >&5
18166 eval "$as_ac_var=no"
18169 rm -rf conftest.dSYM
18170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18171 conftest$ac_exeext conftest.$ac_ext
18173 ac_res=`eval 'as_val=${'$as_ac_var'}
18174 $as_echo "$as_val"'`
18175 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18176 $as_echo "$ac_res" >&6; }
18177 as_val=`eval 'as_val=${'$as_ac_var'}
18178 $as_echo "$as_val"'`
18179 if test "x$as_val" = x""yes; then
18180 cat >>confdefs.h <<_ACEOF
18181 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18182 _ACEOF
18185 done
18188 if test "$ac_cv_func_dlopen" = no
18189 then
18190 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18191 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18192 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18193 $as_echo_n "(cached) " >&6
18194 else
18195 ac_check_lib_save_LIBS=$LIBS
18196 LIBS="-ldl $LIBS"
18197 cat >conftest.$ac_ext <<_ACEOF
18198 /* confdefs.h. */
18199 _ACEOF
18200 cat confdefs.h >>conftest.$ac_ext
18201 cat >>conftest.$ac_ext <<_ACEOF
18202 /* end confdefs.h. */
18204 /* Override any GCC internal prototype to avoid an error.
18205 Use char because int might match the return type of a GCC
18206 builtin and then its argument prototype would still apply. */
18207 #ifdef __cplusplus
18208 extern "C"
18209 #endif
18210 char dlopen ();
18212 main ()
18214 return dlopen ();
18216 return 0;
18218 _ACEOF
18219 rm -f conftest.$ac_objext conftest$ac_exeext
18220 if { (ac_try="$ac_link"
18221 case "(($ac_try" in
18222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18223 *) ac_try_echo=$ac_try;;
18224 esac
18225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18226 $as_echo "$ac_try_echo") >&5
18227 (eval "$ac_link") 2>conftest.er1
18228 ac_status=$?
18229 grep -v '^ *+' conftest.er1 >conftest.err
18230 rm -f conftest.er1
18231 cat conftest.err >&5
18232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18233 (exit $ac_status); } && {
18234 test -z "$ac_c_werror_flag" ||
18235 test ! -s conftest.err
18236 } && test -s conftest$ac_exeext && {
18237 test "$cross_compiling" = yes ||
18238 $as_test_x conftest$ac_exeext
18239 }; then
18240 ac_cv_lib_dl_dlopen=yes
18241 else
18242 $as_echo "$as_me: failed program was:" >&5
18243 sed 's/^/| /' conftest.$ac_ext >&5
18245 ac_cv_lib_dl_dlopen=no
18248 rm -rf conftest.dSYM
18249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18250 conftest$ac_exeext conftest.$ac_ext
18251 LIBS=$ac_check_lib_save_LIBS
18253 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18254 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18255 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18256 cat >>confdefs.h <<\_ACEOF
18257 #define HAVE_DLOPEN 1
18258 _ACEOF
18259 LIBDL="-ldl"
18264 ac_wine_check_funcs_save_LIBS="$LIBS"
18265 LIBS="$LIBS $LIBDL"
18267 for ac_func in dladdr
18269 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18270 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18271 $as_echo_n "checking for $ac_func... " >&6; }
18272 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18273 $as_echo_n "(cached) " >&6
18274 else
18275 cat >conftest.$ac_ext <<_ACEOF
18276 /* confdefs.h. */
18277 _ACEOF
18278 cat confdefs.h >>conftest.$ac_ext
18279 cat >>conftest.$ac_ext <<_ACEOF
18280 /* end confdefs.h. */
18281 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18282 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18283 #define $ac_func innocuous_$ac_func
18285 /* System header to define __stub macros and hopefully few prototypes,
18286 which can conflict with char $ac_func (); below.
18287 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18288 <limits.h> exists even on freestanding compilers. */
18290 #ifdef __STDC__
18291 # include <limits.h>
18292 #else
18293 # include <assert.h>
18294 #endif
18296 #undef $ac_func
18298 /* Override any GCC internal prototype to avoid an error.
18299 Use char because int might match the return type of a GCC
18300 builtin and then its argument prototype would still apply. */
18301 #ifdef __cplusplus
18302 extern "C"
18303 #endif
18304 char $ac_func ();
18305 /* The GNU C library defines this for functions which it implements
18306 to always fail with ENOSYS. Some functions are actually named
18307 something starting with __ and the normal name is an alias. */
18308 #if defined __stub_$ac_func || defined __stub___$ac_func
18309 choke me
18310 #endif
18313 main ()
18315 return $ac_func ();
18317 return 0;
18319 _ACEOF
18320 rm -f conftest.$ac_objext conftest$ac_exeext
18321 if { (ac_try="$ac_link"
18322 case "(($ac_try" in
18323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18324 *) ac_try_echo=$ac_try;;
18325 esac
18326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18327 $as_echo "$ac_try_echo") >&5
18328 (eval "$ac_link") 2>conftest.er1
18329 ac_status=$?
18330 grep -v '^ *+' conftest.er1 >conftest.err
18331 rm -f conftest.er1
18332 cat conftest.err >&5
18333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18334 (exit $ac_status); } && {
18335 test -z "$ac_c_werror_flag" ||
18336 test ! -s conftest.err
18337 } && test -s conftest$ac_exeext && {
18338 test "$cross_compiling" = yes ||
18339 $as_test_x conftest$ac_exeext
18340 }; then
18341 eval "$as_ac_var=yes"
18342 else
18343 $as_echo "$as_me: failed program was:" >&5
18344 sed 's/^/| /' conftest.$ac_ext >&5
18346 eval "$as_ac_var=no"
18349 rm -rf conftest.dSYM
18350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18351 conftest$ac_exeext conftest.$ac_ext
18353 ac_res=`eval 'as_val=${'$as_ac_var'}
18354 $as_echo "$as_val"'`
18355 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18356 $as_echo "$ac_res" >&6; }
18357 as_val=`eval 'as_val=${'$as_ac_var'}
18358 $as_echo "$as_val"'`
18359 if test "x$as_val" = x""yes; then
18360 cat >>confdefs.h <<_ACEOF
18361 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18362 _ACEOF
18365 done
18367 LIBS="$ac_wine_check_funcs_save_LIBS"
18369 if test "$ac_cv_func_poll" = no
18370 then
18371 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18372 $as_echo_n "checking for poll in -lpoll... " >&6; }
18373 if test "${ac_cv_lib_poll_poll+set}" = set; then
18374 $as_echo_n "(cached) " >&6
18375 else
18376 ac_check_lib_save_LIBS=$LIBS
18377 LIBS="-lpoll $LIBS"
18378 cat >conftest.$ac_ext <<_ACEOF
18379 /* confdefs.h. */
18380 _ACEOF
18381 cat confdefs.h >>conftest.$ac_ext
18382 cat >>conftest.$ac_ext <<_ACEOF
18383 /* end confdefs.h. */
18385 /* Override any GCC internal prototype to avoid an error.
18386 Use char because int might match the return type of a GCC
18387 builtin and then its argument prototype would still apply. */
18388 #ifdef __cplusplus
18389 extern "C"
18390 #endif
18391 char poll ();
18393 main ()
18395 return poll ();
18397 return 0;
18399 _ACEOF
18400 rm -f conftest.$ac_objext conftest$ac_exeext
18401 if { (ac_try="$ac_link"
18402 case "(($ac_try" in
18403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18404 *) ac_try_echo=$ac_try;;
18405 esac
18406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18407 $as_echo "$ac_try_echo") >&5
18408 (eval "$ac_link") 2>conftest.er1
18409 ac_status=$?
18410 grep -v '^ *+' conftest.er1 >conftest.err
18411 rm -f conftest.er1
18412 cat conftest.err >&5
18413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18414 (exit $ac_status); } && {
18415 test -z "$ac_c_werror_flag" ||
18416 test ! -s conftest.err
18417 } && test -s conftest$ac_exeext && {
18418 test "$cross_compiling" = yes ||
18419 $as_test_x conftest$ac_exeext
18420 }; then
18421 ac_cv_lib_poll_poll=yes
18422 else
18423 $as_echo "$as_me: failed program was:" >&5
18424 sed 's/^/| /' conftest.$ac_ext >&5
18426 ac_cv_lib_poll_poll=no
18429 rm -rf conftest.dSYM
18430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18431 conftest$ac_exeext conftest.$ac_ext
18432 LIBS=$ac_check_lib_save_LIBS
18434 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18435 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18436 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18437 cat >>confdefs.h <<\_ACEOF
18438 #define HAVE_POLL 1
18439 _ACEOF
18440 LIBPOLL="-lpoll"
18446 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18447 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18448 if test "${ac_cv_search_gethostbyname+set}" = set; then
18449 $as_echo_n "(cached) " >&6
18450 else
18451 ac_func_search_save_LIBS=$LIBS
18452 cat >conftest.$ac_ext <<_ACEOF
18453 /* confdefs.h. */
18454 _ACEOF
18455 cat confdefs.h >>conftest.$ac_ext
18456 cat >>conftest.$ac_ext <<_ACEOF
18457 /* end confdefs.h. */
18459 /* Override any GCC internal prototype to avoid an error.
18460 Use char because int might match the return type of a GCC
18461 builtin and then its argument prototype would still apply. */
18462 #ifdef __cplusplus
18463 extern "C"
18464 #endif
18465 char gethostbyname ();
18467 main ()
18469 return gethostbyname ();
18471 return 0;
18473 _ACEOF
18474 for ac_lib in '' nsl; do
18475 if test -z "$ac_lib"; then
18476 ac_res="none required"
18477 else
18478 ac_res=-l$ac_lib
18479 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18481 rm -f conftest.$ac_objext conftest$ac_exeext
18482 if { (ac_try="$ac_link"
18483 case "(($ac_try" in
18484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18485 *) ac_try_echo=$ac_try;;
18486 esac
18487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18488 $as_echo "$ac_try_echo") >&5
18489 (eval "$ac_link") 2>conftest.er1
18490 ac_status=$?
18491 grep -v '^ *+' conftest.er1 >conftest.err
18492 rm -f conftest.er1
18493 cat conftest.err >&5
18494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18495 (exit $ac_status); } && {
18496 test -z "$ac_c_werror_flag" ||
18497 test ! -s conftest.err
18498 } && test -s conftest$ac_exeext && {
18499 test "$cross_compiling" = yes ||
18500 $as_test_x conftest$ac_exeext
18501 }; then
18502 ac_cv_search_gethostbyname=$ac_res
18503 else
18504 $as_echo "$as_me: failed program was:" >&5
18505 sed 's/^/| /' conftest.$ac_ext >&5
18510 rm -rf conftest.dSYM
18511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18512 conftest$ac_exeext
18513 if test "${ac_cv_search_gethostbyname+set}" = set; then
18514 break
18516 done
18517 if test "${ac_cv_search_gethostbyname+set}" = set; then
18519 else
18520 ac_cv_search_gethostbyname=no
18522 rm conftest.$ac_ext
18523 LIBS=$ac_func_search_save_LIBS
18525 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18526 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18527 ac_res=$ac_cv_search_gethostbyname
18528 if test "$ac_res" != no; then
18529 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18534 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18535 $as_echo_n "checking for library containing connect... " >&6; }
18536 if test "${ac_cv_search_connect+set}" = set; then
18537 $as_echo_n "(cached) " >&6
18538 else
18539 ac_func_search_save_LIBS=$LIBS
18540 cat >conftest.$ac_ext <<_ACEOF
18541 /* confdefs.h. */
18542 _ACEOF
18543 cat confdefs.h >>conftest.$ac_ext
18544 cat >>conftest.$ac_ext <<_ACEOF
18545 /* end confdefs.h. */
18547 /* Override any GCC internal prototype to avoid an error.
18548 Use char because int might match the return type of a GCC
18549 builtin and then its argument prototype would still apply. */
18550 #ifdef __cplusplus
18551 extern "C"
18552 #endif
18553 char connect ();
18555 main ()
18557 return connect ();
18559 return 0;
18561 _ACEOF
18562 for ac_lib in '' socket; do
18563 if test -z "$ac_lib"; then
18564 ac_res="none required"
18565 else
18566 ac_res=-l$ac_lib
18567 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18569 rm -f conftest.$ac_objext conftest$ac_exeext
18570 if { (ac_try="$ac_link"
18571 case "(($ac_try" in
18572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18573 *) ac_try_echo=$ac_try;;
18574 esac
18575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18576 $as_echo "$ac_try_echo") >&5
18577 (eval "$ac_link") 2>conftest.er1
18578 ac_status=$?
18579 grep -v '^ *+' conftest.er1 >conftest.err
18580 rm -f conftest.er1
18581 cat conftest.err >&5
18582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest$ac_exeext && {
18587 test "$cross_compiling" = yes ||
18588 $as_test_x conftest$ac_exeext
18589 }; then
18590 ac_cv_search_connect=$ac_res
18591 else
18592 $as_echo "$as_me: failed program was:" >&5
18593 sed 's/^/| /' conftest.$ac_ext >&5
18598 rm -rf conftest.dSYM
18599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18600 conftest$ac_exeext
18601 if test "${ac_cv_search_connect+set}" = set; then
18602 break
18604 done
18605 if test "${ac_cv_search_connect+set}" = set; then
18607 else
18608 ac_cv_search_connect=no
18610 rm conftest.$ac_ext
18611 LIBS=$ac_func_search_save_LIBS
18613 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18614 $as_echo "$ac_cv_search_connect" >&6; }
18615 ac_res=$ac_cv_search_connect
18616 if test "$ac_res" != no; then
18617 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18622 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18623 $as_echo_n "checking for library containing inet_aton... " >&6; }
18624 if test "${ac_cv_search_inet_aton+set}" = set; then
18625 $as_echo_n "(cached) " >&6
18626 else
18627 ac_func_search_save_LIBS=$LIBS
18628 cat >conftest.$ac_ext <<_ACEOF
18629 /* confdefs.h. */
18630 _ACEOF
18631 cat confdefs.h >>conftest.$ac_ext
18632 cat >>conftest.$ac_ext <<_ACEOF
18633 /* end confdefs.h. */
18635 /* Override any GCC internal prototype to avoid an error.
18636 Use char because int might match the return type of a GCC
18637 builtin and then its argument prototype would still apply. */
18638 #ifdef __cplusplus
18639 extern "C"
18640 #endif
18641 char inet_aton ();
18643 main ()
18645 return inet_aton ();
18647 return 0;
18649 _ACEOF
18650 for ac_lib in '' resolv; do
18651 if test -z "$ac_lib"; then
18652 ac_res="none required"
18653 else
18654 ac_res=-l$ac_lib
18655 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18657 rm -f conftest.$ac_objext conftest$ac_exeext
18658 if { (ac_try="$ac_link"
18659 case "(($ac_try" in
18660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18661 *) ac_try_echo=$ac_try;;
18662 esac
18663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18664 $as_echo "$ac_try_echo") >&5
18665 (eval "$ac_link") 2>conftest.er1
18666 ac_status=$?
18667 grep -v '^ *+' conftest.er1 >conftest.err
18668 rm -f conftest.er1
18669 cat conftest.err >&5
18670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); } && {
18672 test -z "$ac_c_werror_flag" ||
18673 test ! -s conftest.err
18674 } && test -s conftest$ac_exeext && {
18675 test "$cross_compiling" = yes ||
18676 $as_test_x conftest$ac_exeext
18677 }; then
18678 ac_cv_search_inet_aton=$ac_res
18679 else
18680 $as_echo "$as_me: failed program was:" >&5
18681 sed 's/^/| /' conftest.$ac_ext >&5
18686 rm -rf conftest.dSYM
18687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18688 conftest$ac_exeext
18689 if test "${ac_cv_search_inet_aton+set}" = set; then
18690 break
18692 done
18693 if test "${ac_cv_search_inet_aton+set}" = set; then
18695 else
18696 ac_cv_search_inet_aton=no
18698 rm conftest.$ac_ext
18699 LIBS=$ac_func_search_save_LIBS
18701 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18702 $as_echo "$ac_cv_search_inet_aton" >&6; }
18703 ac_res=$ac_cv_search_inet_aton
18704 if test "$ac_res" != no; then
18705 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18718 for ac_func in \
18719 getaddrinfo \
18720 getnameinfo \
18721 getnetbyname \
18722 getprotobyname \
18723 getprotobynumber \
18724 getservbyport \
18725 inet_network \
18726 sendmsg \
18729 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18730 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18731 $as_echo_n "checking for $ac_func... " >&6; }
18732 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18733 $as_echo_n "(cached) " >&6
18734 else
18735 cat >conftest.$ac_ext <<_ACEOF
18736 /* confdefs.h. */
18737 _ACEOF
18738 cat confdefs.h >>conftest.$ac_ext
18739 cat >>conftest.$ac_ext <<_ACEOF
18740 /* end confdefs.h. */
18741 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18743 #define $ac_func innocuous_$ac_func
18745 /* System header to define __stub macros and hopefully few prototypes,
18746 which can conflict with char $ac_func (); below.
18747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18748 <limits.h> exists even on freestanding compilers. */
18750 #ifdef __STDC__
18751 # include <limits.h>
18752 #else
18753 # include <assert.h>
18754 #endif
18756 #undef $ac_func
18758 /* Override any GCC internal prototype to avoid an error.
18759 Use char because int might match the return type of a GCC
18760 builtin and then its argument prototype would still apply. */
18761 #ifdef __cplusplus
18762 extern "C"
18763 #endif
18764 char $ac_func ();
18765 /* The GNU C library defines this for functions which it implements
18766 to always fail with ENOSYS. Some functions are actually named
18767 something starting with __ and the normal name is an alias. */
18768 #if defined __stub_$ac_func || defined __stub___$ac_func
18769 choke me
18770 #endif
18773 main ()
18775 return $ac_func ();
18777 return 0;
18779 _ACEOF
18780 rm -f conftest.$ac_objext conftest$ac_exeext
18781 if { (ac_try="$ac_link"
18782 case "(($ac_try" in
18783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18784 *) ac_try_echo=$ac_try;;
18785 esac
18786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18787 $as_echo "$ac_try_echo") >&5
18788 (eval "$ac_link") 2>conftest.er1
18789 ac_status=$?
18790 grep -v '^ *+' conftest.er1 >conftest.err
18791 rm -f conftest.er1
18792 cat conftest.err >&5
18793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18794 (exit $ac_status); } && {
18795 test -z "$ac_c_werror_flag" ||
18796 test ! -s conftest.err
18797 } && test -s conftest$ac_exeext && {
18798 test "$cross_compiling" = yes ||
18799 $as_test_x conftest$ac_exeext
18800 }; then
18801 eval "$as_ac_var=yes"
18802 else
18803 $as_echo "$as_me: failed program was:" >&5
18804 sed 's/^/| /' conftest.$ac_ext >&5
18806 eval "$as_ac_var=no"
18809 rm -rf conftest.dSYM
18810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18811 conftest$ac_exeext conftest.$ac_ext
18813 ac_res=`eval 'as_val=${'$as_ac_var'}
18814 $as_echo "$as_val"'`
18815 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18816 $as_echo "$ac_res" >&6; }
18817 as_val=`eval 'as_val=${'$as_ac_var'}
18818 $as_echo "$as_val"'`
18819 if test "x$as_val" = x""yes; then
18820 cat >>confdefs.h <<_ACEOF
18821 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18822 _ACEOF
18825 done
18828 LDAPLIBS=""
18830 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18831 then
18832 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18833 $as_echo_n "checking for LDAPSortKey... " >&6; }
18834 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18835 $as_echo_n "(cached) " >&6
18836 else
18837 ac_cv_type_LDAPSortKey=no
18838 cat >conftest.$ac_ext <<_ACEOF
18839 /* confdefs.h. */
18840 _ACEOF
18841 cat confdefs.h >>conftest.$ac_ext
18842 cat >>conftest.$ac_ext <<_ACEOF
18843 /* end confdefs.h. */
18844 #include <ldap.h>
18847 main ()
18849 if (sizeof (LDAPSortKey))
18850 return 0;
18852 return 0;
18854 _ACEOF
18855 rm -f conftest.$ac_objext
18856 if { (ac_try="$ac_compile"
18857 case "(($ac_try" in
18858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18859 *) ac_try_echo=$ac_try;;
18860 esac
18861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18862 $as_echo "$ac_try_echo") >&5
18863 (eval "$ac_compile") 2>conftest.er1
18864 ac_status=$?
18865 grep -v '^ *+' conftest.er1 >conftest.err
18866 rm -f conftest.er1
18867 cat conftest.err >&5
18868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18869 (exit $ac_status); } && {
18870 test -z "$ac_c_werror_flag" ||
18871 test ! -s conftest.err
18872 } && test -s conftest.$ac_objext; then
18873 cat >conftest.$ac_ext <<_ACEOF
18874 /* confdefs.h. */
18875 _ACEOF
18876 cat confdefs.h >>conftest.$ac_ext
18877 cat >>conftest.$ac_ext <<_ACEOF
18878 /* end confdefs.h. */
18879 #include <ldap.h>
18882 main ()
18884 if (sizeof ((LDAPSortKey)))
18885 return 0;
18887 return 0;
18889 _ACEOF
18890 rm -f conftest.$ac_objext
18891 if { (ac_try="$ac_compile"
18892 case "(($ac_try" in
18893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18894 *) ac_try_echo=$ac_try;;
18895 esac
18896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18897 $as_echo "$ac_try_echo") >&5
18898 (eval "$ac_compile") 2>conftest.er1
18899 ac_status=$?
18900 grep -v '^ *+' conftest.er1 >conftest.err
18901 rm -f conftest.er1
18902 cat conftest.err >&5
18903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18904 (exit $ac_status); } && {
18905 test -z "$ac_c_werror_flag" ||
18906 test ! -s conftest.err
18907 } && test -s conftest.$ac_objext; then
18909 else
18910 $as_echo "$as_me: failed program was:" >&5
18911 sed 's/^/| /' conftest.$ac_ext >&5
18913 ac_cv_type_LDAPSortKey=yes
18916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18917 else
18918 $as_echo "$as_me: failed program was:" >&5
18919 sed 's/^/| /' conftest.$ac_ext >&5
18924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18926 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18927 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18928 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18929 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18930 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18931 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18932 $as_echo_n "(cached) " >&6
18933 else
18934 ac_check_lib_save_LIBS=$LIBS
18935 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18936 cat >conftest.$ac_ext <<_ACEOF
18937 /* confdefs.h. */
18938 _ACEOF
18939 cat confdefs.h >>conftest.$ac_ext
18940 cat >>conftest.$ac_ext <<_ACEOF
18941 /* end confdefs.h. */
18943 /* Override any GCC internal prototype to avoid an error.
18944 Use char because int might match the return type of a GCC
18945 builtin and then its argument prototype would still apply. */
18946 #ifdef __cplusplus
18947 extern "C"
18948 #endif
18949 char ldap_initialize ();
18951 main ()
18953 return ldap_initialize ();
18955 return 0;
18957 _ACEOF
18958 rm -f conftest.$ac_objext conftest$ac_exeext
18959 if { (ac_try="$ac_link"
18960 case "(($ac_try" in
18961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18962 *) ac_try_echo=$ac_try;;
18963 esac
18964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18965 $as_echo "$ac_try_echo") >&5
18966 (eval "$ac_link") 2>conftest.er1
18967 ac_status=$?
18968 grep -v '^ *+' conftest.er1 >conftest.err
18969 rm -f conftest.er1
18970 cat conftest.err >&5
18971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18972 (exit $ac_status); } && {
18973 test -z "$ac_c_werror_flag" ||
18974 test ! -s conftest.err
18975 } && test -s conftest$ac_exeext && {
18976 test "$cross_compiling" = yes ||
18977 $as_test_x conftest$ac_exeext
18978 }; then
18979 ac_cv_lib_ldap_r_ldap_initialize=yes
18980 else
18981 $as_echo "$as_me: failed program was:" >&5
18982 sed 's/^/| /' conftest.$ac_ext >&5
18984 ac_cv_lib_ldap_r_ldap_initialize=no
18987 rm -rf conftest.dSYM
18988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18989 conftest$ac_exeext conftest.$ac_ext
18990 LIBS=$ac_check_lib_save_LIBS
18992 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18993 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18994 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18995 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18996 $as_echo_n "checking for ber_init in -llber... " >&6; }
18997 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18998 $as_echo_n "(cached) " >&6
18999 else
19000 ac_check_lib_save_LIBS=$LIBS
19001 LIBS="-llber $LIBPTHREAD $LIBS"
19002 cat >conftest.$ac_ext <<_ACEOF
19003 /* confdefs.h. */
19004 _ACEOF
19005 cat confdefs.h >>conftest.$ac_ext
19006 cat >>conftest.$ac_ext <<_ACEOF
19007 /* end confdefs.h. */
19009 /* Override any GCC internal prototype to avoid an error.
19010 Use char because int might match the return type of a GCC
19011 builtin and then its argument prototype would still apply. */
19012 #ifdef __cplusplus
19013 extern "C"
19014 #endif
19015 char ber_init ();
19017 main ()
19019 return ber_init ();
19021 return 0;
19023 _ACEOF
19024 rm -f conftest.$ac_objext conftest$ac_exeext
19025 if { (ac_try="$ac_link"
19026 case "(($ac_try" in
19027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19028 *) ac_try_echo=$ac_try;;
19029 esac
19030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19031 $as_echo "$ac_try_echo") >&5
19032 (eval "$ac_link") 2>conftest.er1
19033 ac_status=$?
19034 grep -v '^ *+' conftest.er1 >conftest.err
19035 rm -f conftest.er1
19036 cat conftest.err >&5
19037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19038 (exit $ac_status); } && {
19039 test -z "$ac_c_werror_flag" ||
19040 test ! -s conftest.err
19041 } && test -s conftest$ac_exeext && {
19042 test "$cross_compiling" = yes ||
19043 $as_test_x conftest$ac_exeext
19044 }; then
19045 ac_cv_lib_lber_ber_init=yes
19046 else
19047 $as_echo "$as_me: failed program was:" >&5
19048 sed 's/^/| /' conftest.$ac_ext >&5
19050 ac_cv_lib_lber_ber_init=no
19053 rm -rf conftest.dSYM
19054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19055 conftest$ac_exeext conftest.$ac_ext
19056 LIBS=$ac_check_lib_save_LIBS
19058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19059 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19060 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19062 cat >>confdefs.h <<\_ACEOF
19063 #define HAVE_LDAP 1
19064 _ACEOF
19066 LDAPLIBS="-lldap_r -llber"
19073 ac_wine_check_funcs_save_LIBS="$LIBS"
19074 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19083 for ac_func in \
19084 ldap_count_references \
19085 ldap_first_reference \
19086 ldap_next_reference \
19087 ldap_parse_reference \
19088 ldap_parse_sort_control \
19089 ldap_parse_sortresponse_control \
19090 ldap_parse_vlv_control \
19091 ldap_parse_vlvresponse_control
19093 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19094 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19095 $as_echo_n "checking for $ac_func... " >&6; }
19096 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19097 $as_echo_n "(cached) " >&6
19098 else
19099 cat >conftest.$ac_ext <<_ACEOF
19100 /* confdefs.h. */
19101 _ACEOF
19102 cat confdefs.h >>conftest.$ac_ext
19103 cat >>conftest.$ac_ext <<_ACEOF
19104 /* end confdefs.h. */
19105 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19106 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19107 #define $ac_func innocuous_$ac_func
19109 /* System header to define __stub macros and hopefully few prototypes,
19110 which can conflict with char $ac_func (); below.
19111 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19112 <limits.h> exists even on freestanding compilers. */
19114 #ifdef __STDC__
19115 # include <limits.h>
19116 #else
19117 # include <assert.h>
19118 #endif
19120 #undef $ac_func
19122 /* Override any GCC internal prototype to avoid an error.
19123 Use char because int might match the return type of a GCC
19124 builtin and then its argument prototype would still apply. */
19125 #ifdef __cplusplus
19126 extern "C"
19127 #endif
19128 char $ac_func ();
19129 /* The GNU C library defines this for functions which it implements
19130 to always fail with ENOSYS. Some functions are actually named
19131 something starting with __ and the normal name is an alias. */
19132 #if defined __stub_$ac_func || defined __stub___$ac_func
19133 choke me
19134 #endif
19137 main ()
19139 return $ac_func ();
19141 return 0;
19143 _ACEOF
19144 rm -f conftest.$ac_objext conftest$ac_exeext
19145 if { (ac_try="$ac_link"
19146 case "(($ac_try" in
19147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19148 *) ac_try_echo=$ac_try;;
19149 esac
19150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19151 $as_echo "$ac_try_echo") >&5
19152 (eval "$ac_link") 2>conftest.er1
19153 ac_status=$?
19154 grep -v '^ *+' conftest.er1 >conftest.err
19155 rm -f conftest.er1
19156 cat conftest.err >&5
19157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19158 (exit $ac_status); } && {
19159 test -z "$ac_c_werror_flag" ||
19160 test ! -s conftest.err
19161 } && test -s conftest$ac_exeext && {
19162 test "$cross_compiling" = yes ||
19163 $as_test_x conftest$ac_exeext
19164 }; then
19165 eval "$as_ac_var=yes"
19166 else
19167 $as_echo "$as_me: failed program was:" >&5
19168 sed 's/^/| /' conftest.$ac_ext >&5
19170 eval "$as_ac_var=no"
19173 rm -rf conftest.dSYM
19174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19175 conftest$ac_exeext conftest.$ac_ext
19177 ac_res=`eval 'as_val=${'$as_ac_var'}
19178 $as_echo "$as_val"'`
19179 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19180 $as_echo "$ac_res" >&6; }
19181 as_val=`eval 'as_val=${'$as_ac_var'}
19182 $as_echo "$as_val"'`
19183 if test "x$as_val" = x""yes; then
19184 cat >>confdefs.h <<_ACEOF
19185 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19186 _ACEOF
19189 done
19191 LIBS="$ac_wine_check_funcs_save_LIBS"
19193 if test "x$LDAPLIBS" = "x"; then
19194 case "x$with_ldap" in
19195 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19196 xno) ;;
19197 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19198 This is an error since --with-ldap was requested." >&5
19199 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19200 This is an error since --with-ldap was requested." >&2;}
19201 { (exit 1); exit 1; }; } ;;
19202 esac
19206 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19207 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19208 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19209 $as_echo_n "(cached) " >&6
19210 else
19211 cat >conftest.$ac_ext <<_ACEOF
19212 /* confdefs.h. */
19213 _ACEOF
19214 cat confdefs.h >>conftest.$ac_ext
19215 cat >>conftest.$ac_ext <<_ACEOF
19216 /* end confdefs.h. */
19217 #include <sys/stat.h>
19219 main ()
19221 mkdir("foo");
19223 return 0;
19225 _ACEOF
19226 rm -f conftest.$ac_objext
19227 if { (ac_try="$ac_compile"
19228 case "(($ac_try" in
19229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19230 *) ac_try_echo=$ac_try;;
19231 esac
19232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19233 $as_echo "$ac_try_echo") >&5
19234 (eval "$ac_compile") 2>conftest.er1
19235 ac_status=$?
19236 grep -v '^ *+' conftest.er1 >conftest.err
19237 rm -f conftest.er1
19238 cat conftest.err >&5
19239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19240 (exit $ac_status); } && {
19241 test -z "$ac_c_werror_flag" ||
19242 test ! -s conftest.err
19243 } && test -s conftest.$ac_objext; then
19244 wine_cv_one_arg_mkdir=yes
19245 else
19246 $as_echo "$as_me: failed program was:" >&5
19247 sed 's/^/| /' conftest.$ac_ext >&5
19249 wine_cv_one_arg_mkdir=no
19252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19254 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19255 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19256 if test "$wine_cv_one_arg_mkdir" = "yes"
19257 then
19259 cat >>confdefs.h <<\_ACEOF
19260 #define HAVE_ONE_ARG_MKDIR 1
19261 _ACEOF
19266 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19267 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19268 if test "${ac_cv_c_const+set}" = set; then
19269 $as_echo_n "(cached) " >&6
19270 else
19271 cat >conftest.$ac_ext <<_ACEOF
19272 /* confdefs.h. */
19273 _ACEOF
19274 cat confdefs.h >>conftest.$ac_ext
19275 cat >>conftest.$ac_ext <<_ACEOF
19276 /* end confdefs.h. */
19279 main ()
19281 /* FIXME: Include the comments suggested by Paul. */
19282 #ifndef __cplusplus
19283 /* Ultrix mips cc rejects this. */
19284 typedef int charset[2];
19285 const charset cs;
19286 /* SunOS 4.1.1 cc rejects this. */
19287 char const *const *pcpcc;
19288 char **ppc;
19289 /* NEC SVR4.0.2 mips cc rejects this. */
19290 struct point {int x, y;};
19291 static struct point const zero = {0,0};
19292 /* AIX XL C 1.02.0.0 rejects this.
19293 It does not let you subtract one const X* pointer from another in
19294 an arm of an if-expression whose if-part is not a constant
19295 expression */
19296 const char *g = "string";
19297 pcpcc = &g + (g ? g-g : 0);
19298 /* HPUX 7.0 cc rejects these. */
19299 ++pcpcc;
19300 ppc = (char**) pcpcc;
19301 pcpcc = (char const *const *) ppc;
19302 { /* SCO 3.2v4 cc rejects this. */
19303 char *t;
19304 char const *s = 0 ? (char *) 0 : (char const *) 0;
19306 *t++ = 0;
19307 if (s) return 0;
19309 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19310 int x[] = {25, 17};
19311 const int *foo = &x[0];
19312 ++foo;
19314 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19315 typedef const int *iptr;
19316 iptr p = 0;
19317 ++p;
19319 { /* AIX XL C 1.02.0.0 rejects this saying
19320 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19321 struct s { int j; const int *ap[3]; };
19322 struct s *b; b->j = 5;
19324 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19325 const int foo = 10;
19326 if (!foo) return 0;
19328 return !cs[0] && !zero.x;
19329 #endif
19332 return 0;
19334 _ACEOF
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339 *) ac_try_echo=$ac_try;;
19340 esac
19341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19342 $as_echo "$ac_try_echo") >&5
19343 (eval "$ac_compile") 2>conftest.er1
19344 ac_status=$?
19345 grep -v '^ *+' conftest.er1 >conftest.err
19346 rm -f conftest.er1
19347 cat conftest.err >&5
19348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19349 (exit $ac_status); } && {
19350 test -z "$ac_c_werror_flag" ||
19351 test ! -s conftest.err
19352 } && test -s conftest.$ac_objext; then
19353 ac_cv_c_const=yes
19354 else
19355 $as_echo "$as_me: failed program was:" >&5
19356 sed 's/^/| /' conftest.$ac_ext >&5
19358 ac_cv_c_const=no
19361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19363 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19364 $as_echo "$ac_cv_c_const" >&6; }
19365 if test $ac_cv_c_const = no; then
19367 cat >>confdefs.h <<\_ACEOF
19368 #define const /**/
19369 _ACEOF
19373 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19374 $as_echo_n "checking for inline... " >&6; }
19375 if test "${ac_cv_c_inline+set}" = set; then
19376 $as_echo_n "(cached) " >&6
19377 else
19378 ac_cv_c_inline=no
19379 for ac_kw in inline __inline__ __inline; do
19380 cat >conftest.$ac_ext <<_ACEOF
19381 /* confdefs.h. */
19382 _ACEOF
19383 cat confdefs.h >>conftest.$ac_ext
19384 cat >>conftest.$ac_ext <<_ACEOF
19385 /* end confdefs.h. */
19386 #ifndef __cplusplus
19387 typedef int foo_t;
19388 static $ac_kw foo_t static_foo () {return 0; }
19389 $ac_kw foo_t foo () {return 0; }
19390 #endif
19392 _ACEOF
19393 rm -f conftest.$ac_objext
19394 if { (ac_try="$ac_compile"
19395 case "(($ac_try" in
19396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19397 *) ac_try_echo=$ac_try;;
19398 esac
19399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19400 $as_echo "$ac_try_echo") >&5
19401 (eval "$ac_compile") 2>conftest.er1
19402 ac_status=$?
19403 grep -v '^ *+' conftest.er1 >conftest.err
19404 rm -f conftest.er1
19405 cat conftest.err >&5
19406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19407 (exit $ac_status); } && {
19408 test -z "$ac_c_werror_flag" ||
19409 test ! -s conftest.err
19410 } && test -s conftest.$ac_objext; then
19411 ac_cv_c_inline=$ac_kw
19412 else
19413 $as_echo "$as_me: failed program was:" >&5
19414 sed 's/^/| /' conftest.$ac_ext >&5
19419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19420 test "$ac_cv_c_inline" != no && break
19421 done
19424 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19425 $as_echo "$ac_cv_c_inline" >&6; }
19428 case $ac_cv_c_inline in
19429 inline | yes) ;;
19431 case $ac_cv_c_inline in
19432 no) ac_val=;;
19433 *) ac_val=$ac_cv_c_inline;;
19434 esac
19435 cat >>confdefs.h <<_ACEOF
19436 #ifndef __cplusplus
19437 #define inline $ac_val
19438 #endif
19439 _ACEOF
19441 esac
19443 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19444 $as_echo_n "checking for mode_t... " >&6; }
19445 if test "${ac_cv_type_mode_t+set}" = set; then
19446 $as_echo_n "(cached) " >&6
19447 else
19448 ac_cv_type_mode_t=no
19449 cat >conftest.$ac_ext <<_ACEOF
19450 /* confdefs.h. */
19451 _ACEOF
19452 cat confdefs.h >>conftest.$ac_ext
19453 cat >>conftest.$ac_ext <<_ACEOF
19454 /* end confdefs.h. */
19455 $ac_includes_default
19457 main ()
19459 if (sizeof (mode_t))
19460 return 0;
19462 return 0;
19464 _ACEOF
19465 rm -f conftest.$ac_objext
19466 if { (ac_try="$ac_compile"
19467 case "(($ac_try" in
19468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19469 *) ac_try_echo=$ac_try;;
19470 esac
19471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19472 $as_echo "$ac_try_echo") >&5
19473 (eval "$ac_compile") 2>conftest.er1
19474 ac_status=$?
19475 grep -v '^ *+' conftest.er1 >conftest.err
19476 rm -f conftest.er1
19477 cat conftest.err >&5
19478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19479 (exit $ac_status); } && {
19480 test -z "$ac_c_werror_flag" ||
19481 test ! -s conftest.err
19482 } && test -s conftest.$ac_objext; then
19483 cat >conftest.$ac_ext <<_ACEOF
19484 /* confdefs.h. */
19485 _ACEOF
19486 cat confdefs.h >>conftest.$ac_ext
19487 cat >>conftest.$ac_ext <<_ACEOF
19488 /* end confdefs.h. */
19489 $ac_includes_default
19491 main ()
19493 if (sizeof ((mode_t)))
19494 return 0;
19496 return 0;
19498 _ACEOF
19499 rm -f conftest.$ac_objext
19500 if { (ac_try="$ac_compile"
19501 case "(($ac_try" in
19502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19503 *) ac_try_echo=$ac_try;;
19504 esac
19505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19506 $as_echo "$ac_try_echo") >&5
19507 (eval "$ac_compile") 2>conftest.er1
19508 ac_status=$?
19509 grep -v '^ *+' conftest.er1 >conftest.err
19510 rm -f conftest.er1
19511 cat conftest.err >&5
19512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); } && {
19514 test -z "$ac_c_werror_flag" ||
19515 test ! -s conftest.err
19516 } && test -s conftest.$ac_objext; then
19518 else
19519 $as_echo "$as_me: failed program was:" >&5
19520 sed 's/^/| /' conftest.$ac_ext >&5
19522 ac_cv_type_mode_t=yes
19525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19526 else
19527 $as_echo "$as_me: failed program was:" >&5
19528 sed 's/^/| /' conftest.$ac_ext >&5
19533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19535 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19536 $as_echo "$ac_cv_type_mode_t" >&6; }
19537 if test "x$ac_cv_type_mode_t" = x""yes; then
19539 cat >>confdefs.h <<_ACEOF
19540 #define HAVE_MODE_T 1
19541 _ACEOF
19545 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19546 $as_echo_n "checking for off_t... " >&6; }
19547 if test "${ac_cv_type_off_t+set}" = set; then
19548 $as_echo_n "(cached) " >&6
19549 else
19550 ac_cv_type_off_t=no
19551 cat >conftest.$ac_ext <<_ACEOF
19552 /* confdefs.h. */
19553 _ACEOF
19554 cat confdefs.h >>conftest.$ac_ext
19555 cat >>conftest.$ac_ext <<_ACEOF
19556 /* end confdefs.h. */
19557 $ac_includes_default
19559 main ()
19561 if (sizeof (off_t))
19562 return 0;
19564 return 0;
19566 _ACEOF
19567 rm -f conftest.$ac_objext
19568 if { (ac_try="$ac_compile"
19569 case "(($ac_try" in
19570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19571 *) ac_try_echo=$ac_try;;
19572 esac
19573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19574 $as_echo "$ac_try_echo") >&5
19575 (eval "$ac_compile") 2>conftest.er1
19576 ac_status=$?
19577 grep -v '^ *+' conftest.er1 >conftest.err
19578 rm -f conftest.er1
19579 cat conftest.err >&5
19580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19581 (exit $ac_status); } && {
19582 test -z "$ac_c_werror_flag" ||
19583 test ! -s conftest.err
19584 } && test -s conftest.$ac_objext; then
19585 cat >conftest.$ac_ext <<_ACEOF
19586 /* confdefs.h. */
19587 _ACEOF
19588 cat confdefs.h >>conftest.$ac_ext
19589 cat >>conftest.$ac_ext <<_ACEOF
19590 /* end confdefs.h. */
19591 $ac_includes_default
19593 main ()
19595 if (sizeof ((off_t)))
19596 return 0;
19598 return 0;
19600 _ACEOF
19601 rm -f conftest.$ac_objext
19602 if { (ac_try="$ac_compile"
19603 case "(($ac_try" in
19604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19605 *) ac_try_echo=$ac_try;;
19606 esac
19607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19608 $as_echo "$ac_try_echo") >&5
19609 (eval "$ac_compile") 2>conftest.er1
19610 ac_status=$?
19611 grep -v '^ *+' conftest.er1 >conftest.err
19612 rm -f conftest.er1
19613 cat conftest.err >&5
19614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19615 (exit $ac_status); } && {
19616 test -z "$ac_c_werror_flag" ||
19617 test ! -s conftest.err
19618 } && test -s conftest.$ac_objext; then
19620 else
19621 $as_echo "$as_me: failed program was:" >&5
19622 sed 's/^/| /' conftest.$ac_ext >&5
19624 ac_cv_type_off_t=yes
19627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19628 else
19629 $as_echo "$as_me: failed program was:" >&5
19630 sed 's/^/| /' conftest.$ac_ext >&5
19635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19637 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19638 $as_echo "$ac_cv_type_off_t" >&6; }
19639 if test "x$ac_cv_type_off_t" = x""yes; then
19641 cat >>confdefs.h <<_ACEOF
19642 #define HAVE_OFF_T 1
19643 _ACEOF
19647 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19648 $as_echo_n "checking for pid_t... " >&6; }
19649 if test "${ac_cv_type_pid_t+set}" = set; then
19650 $as_echo_n "(cached) " >&6
19651 else
19652 ac_cv_type_pid_t=no
19653 cat >conftest.$ac_ext <<_ACEOF
19654 /* confdefs.h. */
19655 _ACEOF
19656 cat confdefs.h >>conftest.$ac_ext
19657 cat >>conftest.$ac_ext <<_ACEOF
19658 /* end confdefs.h. */
19659 $ac_includes_default
19661 main ()
19663 if (sizeof (pid_t))
19664 return 0;
19666 return 0;
19668 _ACEOF
19669 rm -f conftest.$ac_objext
19670 if { (ac_try="$ac_compile"
19671 case "(($ac_try" in
19672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19673 *) ac_try_echo=$ac_try;;
19674 esac
19675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19676 $as_echo "$ac_try_echo") >&5
19677 (eval "$ac_compile") 2>conftest.er1
19678 ac_status=$?
19679 grep -v '^ *+' conftest.er1 >conftest.err
19680 rm -f conftest.er1
19681 cat conftest.err >&5
19682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683 (exit $ac_status); } && {
19684 test -z "$ac_c_werror_flag" ||
19685 test ! -s conftest.err
19686 } && test -s conftest.$ac_objext; then
19687 cat >conftest.$ac_ext <<_ACEOF
19688 /* confdefs.h. */
19689 _ACEOF
19690 cat confdefs.h >>conftest.$ac_ext
19691 cat >>conftest.$ac_ext <<_ACEOF
19692 /* end confdefs.h. */
19693 $ac_includes_default
19695 main ()
19697 if (sizeof ((pid_t)))
19698 return 0;
19700 return 0;
19702 _ACEOF
19703 rm -f conftest.$ac_objext
19704 if { (ac_try="$ac_compile"
19705 case "(($ac_try" in
19706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19707 *) ac_try_echo=$ac_try;;
19708 esac
19709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19710 $as_echo "$ac_try_echo") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19722 else
19723 $as_echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.$ac_ext >&5
19726 ac_cv_type_pid_t=yes
19729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19730 else
19731 $as_echo "$as_me: failed program was:" >&5
19732 sed 's/^/| /' conftest.$ac_ext >&5
19737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19739 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19740 $as_echo "$ac_cv_type_pid_t" >&6; }
19741 if test "x$ac_cv_type_pid_t" = x""yes; then
19743 cat >>confdefs.h <<_ACEOF
19744 #define HAVE_PID_T 1
19745 _ACEOF
19749 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19750 $as_echo_n "checking for size_t... " >&6; }
19751 if test "${ac_cv_type_size_t+set}" = set; then
19752 $as_echo_n "(cached) " >&6
19753 else
19754 ac_cv_type_size_t=no
19755 cat >conftest.$ac_ext <<_ACEOF
19756 /* confdefs.h. */
19757 _ACEOF
19758 cat confdefs.h >>conftest.$ac_ext
19759 cat >>conftest.$ac_ext <<_ACEOF
19760 /* end confdefs.h. */
19761 $ac_includes_default
19763 main ()
19765 if (sizeof (size_t))
19766 return 0;
19768 return 0;
19770 _ACEOF
19771 rm -f conftest.$ac_objext
19772 if { (ac_try="$ac_compile"
19773 case "(($ac_try" in
19774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19775 *) ac_try_echo=$ac_try;;
19776 esac
19777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19778 $as_echo "$ac_try_echo") >&5
19779 (eval "$ac_compile") 2>conftest.er1
19780 ac_status=$?
19781 grep -v '^ *+' conftest.er1 >conftest.err
19782 rm -f conftest.er1
19783 cat conftest.err >&5
19784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785 (exit $ac_status); } && {
19786 test -z "$ac_c_werror_flag" ||
19787 test ! -s conftest.err
19788 } && test -s conftest.$ac_objext; then
19789 cat >conftest.$ac_ext <<_ACEOF
19790 /* confdefs.h. */
19791 _ACEOF
19792 cat confdefs.h >>conftest.$ac_ext
19793 cat >>conftest.$ac_ext <<_ACEOF
19794 /* end confdefs.h. */
19795 $ac_includes_default
19797 main ()
19799 if (sizeof ((size_t)))
19800 return 0;
19802 return 0;
19804 _ACEOF
19805 rm -f conftest.$ac_objext
19806 if { (ac_try="$ac_compile"
19807 case "(($ac_try" in
19808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19809 *) ac_try_echo=$ac_try;;
19810 esac
19811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19812 $as_echo "$ac_try_echo") >&5
19813 (eval "$ac_compile") 2>conftest.er1
19814 ac_status=$?
19815 grep -v '^ *+' conftest.er1 >conftest.err
19816 rm -f conftest.er1
19817 cat conftest.err >&5
19818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && {
19820 test -z "$ac_c_werror_flag" ||
19821 test ! -s conftest.err
19822 } && test -s conftest.$ac_objext; then
19824 else
19825 $as_echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19828 ac_cv_type_size_t=yes
19831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19832 else
19833 $as_echo "$as_me: failed program was:" >&5
19834 sed 's/^/| /' conftest.$ac_ext >&5
19839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19841 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19842 $as_echo "$ac_cv_type_size_t" >&6; }
19843 if test "x$ac_cv_type_size_t" = x""yes; then
19845 cat >>confdefs.h <<_ACEOF
19846 #define HAVE_SIZE_T 1
19847 _ACEOF
19851 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19852 $as_echo_n "checking for ssize_t... " >&6; }
19853 if test "${ac_cv_type_ssize_t+set}" = set; then
19854 $as_echo_n "(cached) " >&6
19855 else
19856 ac_cv_type_ssize_t=no
19857 cat >conftest.$ac_ext <<_ACEOF
19858 /* confdefs.h. */
19859 _ACEOF
19860 cat confdefs.h >>conftest.$ac_ext
19861 cat >>conftest.$ac_ext <<_ACEOF
19862 /* end confdefs.h. */
19863 $ac_includes_default
19865 main ()
19867 if (sizeof (ssize_t))
19868 return 0;
19870 return 0;
19872 _ACEOF
19873 rm -f conftest.$ac_objext
19874 if { (ac_try="$ac_compile"
19875 case "(($ac_try" in
19876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19877 *) ac_try_echo=$ac_try;;
19878 esac
19879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19880 $as_echo "$ac_try_echo") >&5
19881 (eval "$ac_compile") 2>conftest.er1
19882 ac_status=$?
19883 grep -v '^ *+' conftest.er1 >conftest.err
19884 rm -f conftest.er1
19885 cat conftest.err >&5
19886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); } && {
19888 test -z "$ac_c_werror_flag" ||
19889 test ! -s conftest.err
19890 } && test -s conftest.$ac_objext; then
19891 cat >conftest.$ac_ext <<_ACEOF
19892 /* confdefs.h. */
19893 _ACEOF
19894 cat confdefs.h >>conftest.$ac_ext
19895 cat >>conftest.$ac_ext <<_ACEOF
19896 /* end confdefs.h. */
19897 $ac_includes_default
19899 main ()
19901 if (sizeof ((ssize_t)))
19902 return 0;
19904 return 0;
19906 _ACEOF
19907 rm -f conftest.$ac_objext
19908 if { (ac_try="$ac_compile"
19909 case "(($ac_try" in
19910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19911 *) ac_try_echo=$ac_try;;
19912 esac
19913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19914 $as_echo "$ac_try_echo") >&5
19915 (eval "$ac_compile") 2>conftest.er1
19916 ac_status=$?
19917 grep -v '^ *+' conftest.er1 >conftest.err
19918 rm -f conftest.er1
19919 cat conftest.err >&5
19920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); } && {
19922 test -z "$ac_c_werror_flag" ||
19923 test ! -s conftest.err
19924 } && test -s conftest.$ac_objext; then
19926 else
19927 $as_echo "$as_me: failed program was:" >&5
19928 sed 's/^/| /' conftest.$ac_ext >&5
19930 ac_cv_type_ssize_t=yes
19933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19934 else
19935 $as_echo "$as_me: failed program was:" >&5
19936 sed 's/^/| /' conftest.$ac_ext >&5
19941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19943 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19944 $as_echo "$ac_cv_type_ssize_t" >&6; }
19945 if test "x$ac_cv_type_ssize_t" = x""yes; then
19947 cat >>confdefs.h <<_ACEOF
19948 #define HAVE_SSIZE_T 1
19949 _ACEOF
19953 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19954 $as_echo_n "checking for long long... " >&6; }
19955 if test "${ac_cv_type_long_long+set}" = set; then
19956 $as_echo_n "(cached) " >&6
19957 else
19958 ac_cv_type_long_long=no
19959 cat >conftest.$ac_ext <<_ACEOF
19960 /* confdefs.h. */
19961 _ACEOF
19962 cat confdefs.h >>conftest.$ac_ext
19963 cat >>conftest.$ac_ext <<_ACEOF
19964 /* end confdefs.h. */
19965 $ac_includes_default
19967 main ()
19969 if (sizeof (long long))
19970 return 0;
19972 return 0;
19974 _ACEOF
19975 rm -f conftest.$ac_objext
19976 if { (ac_try="$ac_compile"
19977 case "(($ac_try" in
19978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19979 *) ac_try_echo=$ac_try;;
19980 esac
19981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19982 $as_echo "$ac_try_echo") >&5
19983 (eval "$ac_compile") 2>conftest.er1
19984 ac_status=$?
19985 grep -v '^ *+' conftest.er1 >conftest.err
19986 rm -f conftest.er1
19987 cat conftest.err >&5
19988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19989 (exit $ac_status); } && {
19990 test -z "$ac_c_werror_flag" ||
19991 test ! -s conftest.err
19992 } && test -s conftest.$ac_objext; then
19993 cat >conftest.$ac_ext <<_ACEOF
19994 /* confdefs.h. */
19995 _ACEOF
19996 cat confdefs.h >>conftest.$ac_ext
19997 cat >>conftest.$ac_ext <<_ACEOF
19998 /* end confdefs.h. */
19999 $ac_includes_default
20001 main ()
20003 if (sizeof ((long long)))
20004 return 0;
20006 return 0;
20008 _ACEOF
20009 rm -f conftest.$ac_objext
20010 if { (ac_try="$ac_compile"
20011 case "(($ac_try" in
20012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20013 *) ac_try_echo=$ac_try;;
20014 esac
20015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20016 $as_echo "$ac_try_echo") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20018 ac_status=$?
20019 grep -v '^ *+' conftest.er1 >conftest.err
20020 rm -f conftest.er1
20021 cat conftest.err >&5
20022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.$ac_objext; then
20028 else
20029 $as_echo "$as_me: failed program was:" >&5
20030 sed 's/^/| /' conftest.$ac_ext >&5
20032 ac_cv_type_long_long=yes
20035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20036 else
20037 $as_echo "$as_me: failed program was:" >&5
20038 sed 's/^/| /' conftest.$ac_ext >&5
20043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20045 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20046 $as_echo "$ac_cv_type_long_long" >&6; }
20047 if test "x$ac_cv_type_long_long" = x""yes; then
20049 cat >>confdefs.h <<_ACEOF
20050 #define HAVE_LONG_LONG 1
20051 _ACEOF
20055 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20056 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20057 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20058 $as_echo_n "(cached) " >&6
20059 else
20060 ac_cv_type_fsblkcnt_t=no
20061 cat >conftest.$ac_ext <<_ACEOF
20062 /* confdefs.h. */
20063 _ACEOF
20064 cat confdefs.h >>conftest.$ac_ext
20065 cat >>conftest.$ac_ext <<_ACEOF
20066 /* end confdefs.h. */
20067 $ac_includes_default
20069 main ()
20071 if (sizeof (fsblkcnt_t))
20072 return 0;
20074 return 0;
20076 _ACEOF
20077 rm -f conftest.$ac_objext
20078 if { (ac_try="$ac_compile"
20079 case "(($ac_try" in
20080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20081 *) ac_try_echo=$ac_try;;
20082 esac
20083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20084 $as_echo "$ac_try_echo") >&5
20085 (eval "$ac_compile") 2>conftest.er1
20086 ac_status=$?
20087 grep -v '^ *+' conftest.er1 >conftest.err
20088 rm -f conftest.er1
20089 cat conftest.err >&5
20090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20091 (exit $ac_status); } && {
20092 test -z "$ac_c_werror_flag" ||
20093 test ! -s conftest.err
20094 } && test -s conftest.$ac_objext; then
20095 cat >conftest.$ac_ext <<_ACEOF
20096 /* confdefs.h. */
20097 _ACEOF
20098 cat confdefs.h >>conftest.$ac_ext
20099 cat >>conftest.$ac_ext <<_ACEOF
20100 /* end confdefs.h. */
20101 $ac_includes_default
20103 main ()
20105 if (sizeof ((fsblkcnt_t)))
20106 return 0;
20108 return 0;
20110 _ACEOF
20111 rm -f conftest.$ac_objext
20112 if { (ac_try="$ac_compile"
20113 case "(($ac_try" in
20114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20115 *) ac_try_echo=$ac_try;;
20116 esac
20117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20118 $as_echo "$ac_try_echo") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20120 ac_status=$?
20121 grep -v '^ *+' conftest.er1 >conftest.err
20122 rm -f conftest.er1
20123 cat conftest.err >&5
20124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20130 else
20131 $as_echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 ac_cv_type_fsblkcnt_t=yes
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20138 else
20139 $as_echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20147 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20148 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20149 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20151 cat >>confdefs.h <<_ACEOF
20152 #define HAVE_FSBLKCNT_T 1
20153 _ACEOF
20157 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20158 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20159 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20160 $as_echo_n "(cached) " >&6
20161 else
20162 ac_cv_type_fsfilcnt_t=no
20163 cat >conftest.$ac_ext <<_ACEOF
20164 /* confdefs.h. */
20165 _ACEOF
20166 cat confdefs.h >>conftest.$ac_ext
20167 cat >>conftest.$ac_ext <<_ACEOF
20168 /* end confdefs.h. */
20169 $ac_includes_default
20171 main ()
20173 if (sizeof (fsfilcnt_t))
20174 return 0;
20176 return 0;
20178 _ACEOF
20179 rm -f conftest.$ac_objext
20180 if { (ac_try="$ac_compile"
20181 case "(($ac_try" in
20182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20183 *) ac_try_echo=$ac_try;;
20184 esac
20185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20186 $as_echo "$ac_try_echo") >&5
20187 (eval "$ac_compile") 2>conftest.er1
20188 ac_status=$?
20189 grep -v '^ *+' conftest.er1 >conftest.err
20190 rm -f conftest.er1
20191 cat conftest.err >&5
20192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20193 (exit $ac_status); } && {
20194 test -z "$ac_c_werror_flag" ||
20195 test ! -s conftest.err
20196 } && test -s conftest.$ac_objext; then
20197 cat >conftest.$ac_ext <<_ACEOF
20198 /* confdefs.h. */
20199 _ACEOF
20200 cat confdefs.h >>conftest.$ac_ext
20201 cat >>conftest.$ac_ext <<_ACEOF
20202 /* end confdefs.h. */
20203 $ac_includes_default
20205 main ()
20207 if (sizeof ((fsfilcnt_t)))
20208 return 0;
20210 return 0;
20212 _ACEOF
20213 rm -f conftest.$ac_objext
20214 if { (ac_try="$ac_compile"
20215 case "(($ac_try" in
20216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20217 *) ac_try_echo=$ac_try;;
20218 esac
20219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20220 $as_echo "$ac_try_echo") >&5
20221 (eval "$ac_compile") 2>conftest.er1
20222 ac_status=$?
20223 grep -v '^ *+' conftest.er1 >conftest.err
20224 rm -f conftest.er1
20225 cat conftest.err >&5
20226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20227 (exit $ac_status); } && {
20228 test -z "$ac_c_werror_flag" ||
20229 test ! -s conftest.err
20230 } && test -s conftest.$ac_objext; then
20232 else
20233 $as_echo "$as_me: failed program was:" >&5
20234 sed 's/^/| /' conftest.$ac_ext >&5
20236 ac_cv_type_fsfilcnt_t=yes
20239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20240 else
20241 $as_echo "$as_me: failed program was:" >&5
20242 sed 's/^/| /' conftest.$ac_ext >&5
20247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20249 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20250 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20251 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20253 cat >>confdefs.h <<_ACEOF
20254 #define HAVE_FSFILCNT_T 1
20255 _ACEOF
20260 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20261 $as_echo_n "checking for sigset_t... " >&6; }
20262 if test "${ac_cv_type_sigset_t+set}" = set; then
20263 $as_echo_n "(cached) " >&6
20264 else
20265 ac_cv_type_sigset_t=no
20266 cat >conftest.$ac_ext <<_ACEOF
20267 /* confdefs.h. */
20268 _ACEOF
20269 cat confdefs.h >>conftest.$ac_ext
20270 cat >>conftest.$ac_ext <<_ACEOF
20271 /* end confdefs.h. */
20272 #include <sys/types.h>
20273 #include <signal.h>
20276 main ()
20278 if (sizeof (sigset_t))
20279 return 0;
20281 return 0;
20283 _ACEOF
20284 rm -f conftest.$ac_objext
20285 if { (ac_try="$ac_compile"
20286 case "(($ac_try" in
20287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20288 *) ac_try_echo=$ac_try;;
20289 esac
20290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20291 $as_echo "$ac_try_echo") >&5
20292 (eval "$ac_compile") 2>conftest.er1
20293 ac_status=$?
20294 grep -v '^ *+' conftest.er1 >conftest.err
20295 rm -f conftest.er1
20296 cat conftest.err >&5
20297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20298 (exit $ac_status); } && {
20299 test -z "$ac_c_werror_flag" ||
20300 test ! -s conftest.err
20301 } && test -s conftest.$ac_objext; then
20302 cat >conftest.$ac_ext <<_ACEOF
20303 /* confdefs.h. */
20304 _ACEOF
20305 cat confdefs.h >>conftest.$ac_ext
20306 cat >>conftest.$ac_ext <<_ACEOF
20307 /* end confdefs.h. */
20308 #include <sys/types.h>
20309 #include <signal.h>
20312 main ()
20314 if (sizeof ((sigset_t)))
20315 return 0;
20317 return 0;
20319 _ACEOF
20320 rm -f conftest.$ac_objext
20321 if { (ac_try="$ac_compile"
20322 case "(($ac_try" in
20323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20324 *) ac_try_echo=$ac_try;;
20325 esac
20326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20327 $as_echo "$ac_try_echo") >&5
20328 (eval "$ac_compile") 2>conftest.er1
20329 ac_status=$?
20330 grep -v '^ *+' conftest.er1 >conftest.err
20331 rm -f conftest.er1
20332 cat conftest.err >&5
20333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20334 (exit $ac_status); } && {
20335 test -z "$ac_c_werror_flag" ||
20336 test ! -s conftest.err
20337 } && test -s conftest.$ac_objext; then
20339 else
20340 $as_echo "$as_me: failed program was:" >&5
20341 sed 's/^/| /' conftest.$ac_ext >&5
20343 ac_cv_type_sigset_t=yes
20346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20347 else
20348 $as_echo "$as_me: failed program was:" >&5
20349 sed 's/^/| /' conftest.$ac_ext >&5
20354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20356 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20357 $as_echo "$ac_cv_type_sigset_t" >&6; }
20358 if test "x$ac_cv_type_sigset_t" = x""yes; then
20360 cat >>confdefs.h <<_ACEOF
20361 #define HAVE_SIGSET_T 1
20362 _ACEOF
20367 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20368 $as_echo_n "checking for request_sense... " >&6; }
20369 if test "${ac_cv_type_request_sense+set}" = set; then
20370 $as_echo_n "(cached) " >&6
20371 else
20372 ac_cv_type_request_sense=no
20373 cat >conftest.$ac_ext <<_ACEOF
20374 /* confdefs.h. */
20375 _ACEOF
20376 cat confdefs.h >>conftest.$ac_ext
20377 cat >>conftest.$ac_ext <<_ACEOF
20378 /* end confdefs.h. */
20379 #include <linux/cdrom.h>
20382 main ()
20384 if (sizeof (request_sense))
20385 return 0;
20387 return 0;
20389 _ACEOF
20390 rm -f conftest.$ac_objext
20391 if { (ac_try="$ac_compile"
20392 case "(($ac_try" in
20393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20394 *) ac_try_echo=$ac_try;;
20395 esac
20396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20397 $as_echo "$ac_try_echo") >&5
20398 (eval "$ac_compile") 2>conftest.er1
20399 ac_status=$?
20400 grep -v '^ *+' conftest.er1 >conftest.err
20401 rm -f conftest.er1
20402 cat conftest.err >&5
20403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20404 (exit $ac_status); } && {
20405 test -z "$ac_c_werror_flag" ||
20406 test ! -s conftest.err
20407 } && test -s conftest.$ac_objext; then
20408 cat >conftest.$ac_ext <<_ACEOF
20409 /* confdefs.h. */
20410 _ACEOF
20411 cat confdefs.h >>conftest.$ac_ext
20412 cat >>conftest.$ac_ext <<_ACEOF
20413 /* end confdefs.h. */
20414 #include <linux/cdrom.h>
20417 main ()
20419 if (sizeof ((request_sense)))
20420 return 0;
20422 return 0;
20424 _ACEOF
20425 rm -f conftest.$ac_objext
20426 if { (ac_try="$ac_compile"
20427 case "(($ac_try" in
20428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20429 *) ac_try_echo=$ac_try;;
20430 esac
20431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20432 $as_echo "$ac_try_echo") >&5
20433 (eval "$ac_compile") 2>conftest.er1
20434 ac_status=$?
20435 grep -v '^ *+' conftest.er1 >conftest.err
20436 rm -f conftest.er1
20437 cat conftest.err >&5
20438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439 (exit $ac_status); } && {
20440 test -z "$ac_c_werror_flag" ||
20441 test ! -s conftest.err
20442 } && test -s conftest.$ac_objext; then
20444 else
20445 $as_echo "$as_me: failed program was:" >&5
20446 sed 's/^/| /' conftest.$ac_ext >&5
20448 ac_cv_type_request_sense=yes
20451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20452 else
20453 $as_echo "$as_me: failed program was:" >&5
20454 sed 's/^/| /' conftest.$ac_ext >&5
20459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20461 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20462 $as_echo "$ac_cv_type_request_sense" >&6; }
20463 if test "x$ac_cv_type_request_sense" = x""yes; then
20465 cat >>confdefs.h <<_ACEOF
20466 #define HAVE_REQUEST_SENSE 1
20467 _ACEOF
20473 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20474 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20475 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20476 $as_echo_n "(cached) " >&6
20477 else
20478 cat >conftest.$ac_ext <<_ACEOF
20479 /* confdefs.h. */
20480 _ACEOF
20481 cat confdefs.h >>conftest.$ac_ext
20482 cat >>conftest.$ac_ext <<_ACEOF
20483 /* end confdefs.h. */
20484 #ifdef HAVE_LINUX_INPUT_H
20485 #include <linux/input.h>
20486 #endif
20489 main ()
20491 static struct ff_effect ac_aggr;
20492 if (ac_aggr.direction)
20493 return 0;
20495 return 0;
20497 _ACEOF
20498 rm -f conftest.$ac_objext
20499 if { (ac_try="$ac_compile"
20500 case "(($ac_try" in
20501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20502 *) ac_try_echo=$ac_try;;
20503 esac
20504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20505 $as_echo "$ac_try_echo") >&5
20506 (eval "$ac_compile") 2>conftest.er1
20507 ac_status=$?
20508 grep -v '^ *+' conftest.er1 >conftest.err
20509 rm -f conftest.er1
20510 cat conftest.err >&5
20511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20512 (exit $ac_status); } && {
20513 test -z "$ac_c_werror_flag" ||
20514 test ! -s conftest.err
20515 } && test -s conftest.$ac_objext; then
20516 ac_cv_member_struct_ff_effect_direction=yes
20517 else
20518 $as_echo "$as_me: failed program was:" >&5
20519 sed 's/^/| /' conftest.$ac_ext >&5
20521 cat >conftest.$ac_ext <<_ACEOF
20522 /* confdefs.h. */
20523 _ACEOF
20524 cat confdefs.h >>conftest.$ac_ext
20525 cat >>conftest.$ac_ext <<_ACEOF
20526 /* end confdefs.h. */
20527 #ifdef HAVE_LINUX_INPUT_H
20528 #include <linux/input.h>
20529 #endif
20532 main ()
20534 static struct ff_effect ac_aggr;
20535 if (sizeof ac_aggr.direction)
20536 return 0;
20538 return 0;
20540 _ACEOF
20541 rm -f conftest.$ac_objext
20542 if { (ac_try="$ac_compile"
20543 case "(($ac_try" in
20544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20545 *) ac_try_echo=$ac_try;;
20546 esac
20547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20548 $as_echo "$ac_try_echo") >&5
20549 (eval "$ac_compile") 2>conftest.er1
20550 ac_status=$?
20551 grep -v '^ *+' conftest.er1 >conftest.err
20552 rm -f conftest.er1
20553 cat conftest.err >&5
20554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 (exit $ac_status); } && {
20556 test -z "$ac_c_werror_flag" ||
20557 test ! -s conftest.err
20558 } && test -s conftest.$ac_objext; then
20559 ac_cv_member_struct_ff_effect_direction=yes
20560 else
20561 $as_echo "$as_me: failed program was:" >&5
20562 sed 's/^/| /' conftest.$ac_ext >&5
20564 ac_cv_member_struct_ff_effect_direction=no
20567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20572 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20573 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20574 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20576 cat >>confdefs.h <<_ACEOF
20577 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20578 _ACEOF
20584 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20585 $as_echo_n "checking for sigaddset... " >&6; }
20586 if test "${wine_cv_have_sigaddset+set}" = set; then
20587 $as_echo_n "(cached) " >&6
20588 else
20589 cat >conftest.$ac_ext <<_ACEOF
20590 /* confdefs.h. */
20591 _ACEOF
20592 cat confdefs.h >>conftest.$ac_ext
20593 cat >>conftest.$ac_ext <<_ACEOF
20594 /* end confdefs.h. */
20595 #include <signal.h>
20597 main ()
20599 sigset_t set; sigaddset(&set,SIGTERM);
20601 return 0;
20603 _ACEOF
20604 rm -f conftest.$ac_objext conftest$ac_exeext
20605 if { (ac_try="$ac_link"
20606 case "(($ac_try" in
20607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20608 *) ac_try_echo=$ac_try;;
20609 esac
20610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20611 $as_echo "$ac_try_echo") >&5
20612 (eval "$ac_link") 2>conftest.er1
20613 ac_status=$?
20614 grep -v '^ *+' conftest.er1 >conftest.err
20615 rm -f conftest.er1
20616 cat conftest.err >&5
20617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20618 (exit $ac_status); } && {
20619 test -z "$ac_c_werror_flag" ||
20620 test ! -s conftest.err
20621 } && test -s conftest$ac_exeext && {
20622 test "$cross_compiling" = yes ||
20623 $as_test_x conftest$ac_exeext
20624 }; then
20625 wine_cv_have_sigaddset=yes
20626 else
20627 $as_echo "$as_me: failed program was:" >&5
20628 sed 's/^/| /' conftest.$ac_ext >&5
20630 wine_cv_have_sigaddset=no
20633 rm -rf conftest.dSYM
20634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20635 conftest$ac_exeext conftest.$ac_ext
20637 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20638 $as_echo "$wine_cv_have_sigaddset" >&6; }
20639 if test "$wine_cv_have_sigaddset" = "yes"
20640 then
20642 cat >>confdefs.h <<\_ACEOF
20643 #define HAVE_SIGADDSET 1
20644 _ACEOF
20649 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20650 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20651 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20652 $as_echo_n "(cached) " >&6
20653 else
20654 cat >conftest.$ac_ext <<_ACEOF
20655 /* confdefs.h. */
20656 _ACEOF
20657 cat confdefs.h >>conftest.$ac_ext
20658 cat >>conftest.$ac_ext <<_ACEOF
20659 /* end confdefs.h. */
20660 #include <netdb.h>
20662 main ()
20665 char *name=0;
20666 struct hostent he;
20667 struct hostent *result;
20668 char *buf=0;
20669 int bufsize=0;
20670 int res,errnr;
20671 char *addr=0;
20672 int addrlen=0;
20673 int addrtype=0;
20674 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20675 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20678 return 0;
20680 _ACEOF
20681 rm -f conftest.$ac_objext conftest$ac_exeext
20682 if { (ac_try="$ac_link"
20683 case "(($ac_try" in
20684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20685 *) ac_try_echo=$ac_try;;
20686 esac
20687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20688 $as_echo "$ac_try_echo") >&5
20689 (eval "$ac_link") 2>conftest.er1
20690 ac_status=$?
20691 grep -v '^ *+' conftest.er1 >conftest.err
20692 rm -f conftest.er1
20693 cat conftest.err >&5
20694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695 (exit $ac_status); } && {
20696 test -z "$ac_c_werror_flag" ||
20697 test ! -s conftest.err
20698 } && test -s conftest$ac_exeext && {
20699 test "$cross_compiling" = yes ||
20700 $as_test_x conftest$ac_exeext
20701 }; then
20702 wine_cv_linux_gethostbyname_r_6=yes
20703 else
20704 $as_echo "$as_me: failed program was:" >&5
20705 sed 's/^/| /' conftest.$ac_ext >&5
20707 wine_cv_linux_gethostbyname_r_6=no
20711 rm -rf conftest.dSYM
20712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20713 conftest$ac_exeext conftest.$ac_ext
20716 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20717 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20718 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20719 then
20721 cat >>confdefs.h <<\_ACEOF
20722 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20723 _ACEOF
20727 if test "$ac_cv_header_linux_joystick_h" = "yes"
20728 then
20729 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20730 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20731 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20732 $as_echo_n "(cached) " >&6
20733 else
20734 cat >conftest.$ac_ext <<_ACEOF
20735 /* confdefs.h. */
20736 _ACEOF
20737 cat confdefs.h >>conftest.$ac_ext
20738 cat >>conftest.$ac_ext <<_ACEOF
20739 /* end confdefs.h. */
20741 #include <sys/ioctl.h>
20742 #include <sys/types.h>
20743 #include <linux/joystick.h>
20745 struct js_event blub;
20746 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20747 #error "no 2.2 header"
20748 #endif
20751 main ()
20753 /*empty*/
20755 return 0;
20757 _ACEOF
20758 rm -f conftest.$ac_objext
20759 if { (ac_try="$ac_compile"
20760 case "(($ac_try" in
20761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20762 *) ac_try_echo=$ac_try;;
20763 esac
20764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20765 $as_echo "$ac_try_echo") >&5
20766 (eval "$ac_compile") 2>conftest.er1
20767 ac_status=$?
20768 grep -v '^ *+' conftest.er1 >conftest.err
20769 rm -f conftest.er1
20770 cat conftest.err >&5
20771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); } && {
20773 test -z "$ac_c_werror_flag" ||
20774 test ! -s conftest.err
20775 } && test -s conftest.$ac_objext; then
20776 wine_cv_linux_joystick_22_api=yes
20777 else
20778 $as_echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20781 wine_cv_linux_joystick_22_api=no
20784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20787 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20788 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20789 if test "$wine_cv_linux_joystick_22_api" = "yes"
20790 then
20792 cat >>confdefs.h <<\_ACEOF
20793 #define HAVE_LINUX_22_JOYSTICK_API 1
20794 _ACEOF
20800 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20801 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20802 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20803 $as_echo_n "(cached) " >&6
20804 else
20805 cat >conftest.$ac_ext <<_ACEOF
20806 /* confdefs.h. */
20807 _ACEOF
20808 cat confdefs.h >>conftest.$ac_ext
20809 cat >>conftest.$ac_ext <<_ACEOF
20810 /* end confdefs.h. */
20811 #include <sys/types.h>
20812 #ifdef HAVE_SYS_PARAM_H
20813 # include <sys/param.h>
20814 #endif
20815 #ifdef HAVE_SYS_MOUNT_H
20816 # include <sys/mount.h>
20817 #endif
20818 #ifdef HAVE_SYS_VFS_H
20819 # include <sys/vfs.h>
20820 #endif
20821 #ifdef HAVE_SYS_STATFS_H
20822 # include <sys/statfs.h>
20823 #endif
20826 main ()
20828 static struct statfs ac_aggr;
20829 if (ac_aggr.f_bfree)
20830 return 0;
20832 return 0;
20834 _ACEOF
20835 rm -f conftest.$ac_objext
20836 if { (ac_try="$ac_compile"
20837 case "(($ac_try" in
20838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20839 *) ac_try_echo=$ac_try;;
20840 esac
20841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20842 $as_echo "$ac_try_echo") >&5
20843 (eval "$ac_compile") 2>conftest.er1
20844 ac_status=$?
20845 grep -v '^ *+' conftest.er1 >conftest.err
20846 rm -f conftest.er1
20847 cat conftest.err >&5
20848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20849 (exit $ac_status); } && {
20850 test -z "$ac_c_werror_flag" ||
20851 test ! -s conftest.err
20852 } && test -s conftest.$ac_objext; then
20853 ac_cv_member_struct_statfs_f_bfree=yes
20854 else
20855 $as_echo "$as_me: failed program was:" >&5
20856 sed 's/^/| /' conftest.$ac_ext >&5
20858 cat >conftest.$ac_ext <<_ACEOF
20859 /* confdefs.h. */
20860 _ACEOF
20861 cat confdefs.h >>conftest.$ac_ext
20862 cat >>conftest.$ac_ext <<_ACEOF
20863 /* end confdefs.h. */
20864 #include <sys/types.h>
20865 #ifdef HAVE_SYS_PARAM_H
20866 # include <sys/param.h>
20867 #endif
20868 #ifdef HAVE_SYS_MOUNT_H
20869 # include <sys/mount.h>
20870 #endif
20871 #ifdef HAVE_SYS_VFS_H
20872 # include <sys/vfs.h>
20873 #endif
20874 #ifdef HAVE_SYS_STATFS_H
20875 # include <sys/statfs.h>
20876 #endif
20879 main ()
20881 static struct statfs ac_aggr;
20882 if (sizeof ac_aggr.f_bfree)
20883 return 0;
20885 return 0;
20887 _ACEOF
20888 rm -f conftest.$ac_objext
20889 if { (ac_try="$ac_compile"
20890 case "(($ac_try" in
20891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20892 *) ac_try_echo=$ac_try;;
20893 esac
20894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20895 $as_echo "$ac_try_echo") >&5
20896 (eval "$ac_compile") 2>conftest.er1
20897 ac_status=$?
20898 grep -v '^ *+' conftest.er1 >conftest.err
20899 rm -f conftest.er1
20900 cat conftest.err >&5
20901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902 (exit $ac_status); } && {
20903 test -z "$ac_c_werror_flag" ||
20904 test ! -s conftest.err
20905 } && test -s conftest.$ac_objext; then
20906 ac_cv_member_struct_statfs_f_bfree=yes
20907 else
20908 $as_echo "$as_me: failed program was:" >&5
20909 sed 's/^/| /' conftest.$ac_ext >&5
20911 ac_cv_member_struct_statfs_f_bfree=no
20914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20919 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20920 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20921 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20923 cat >>confdefs.h <<_ACEOF
20924 #define HAVE_STRUCT_STATFS_F_BFREE 1
20925 _ACEOF
20929 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20930 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20931 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20932 $as_echo_n "(cached) " >&6
20933 else
20934 cat >conftest.$ac_ext <<_ACEOF
20935 /* confdefs.h. */
20936 _ACEOF
20937 cat confdefs.h >>conftest.$ac_ext
20938 cat >>conftest.$ac_ext <<_ACEOF
20939 /* end confdefs.h. */
20940 #include <sys/types.h>
20941 #ifdef HAVE_SYS_PARAM_H
20942 # include <sys/param.h>
20943 #endif
20944 #ifdef HAVE_SYS_MOUNT_H
20945 # include <sys/mount.h>
20946 #endif
20947 #ifdef HAVE_SYS_VFS_H
20948 # include <sys/vfs.h>
20949 #endif
20950 #ifdef HAVE_SYS_STATFS_H
20951 # include <sys/statfs.h>
20952 #endif
20955 main ()
20957 static struct statfs ac_aggr;
20958 if (ac_aggr.f_bavail)
20959 return 0;
20961 return 0;
20963 _ACEOF
20964 rm -f conftest.$ac_objext
20965 if { (ac_try="$ac_compile"
20966 case "(($ac_try" in
20967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20968 *) ac_try_echo=$ac_try;;
20969 esac
20970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20971 $as_echo "$ac_try_echo") >&5
20972 (eval "$ac_compile") 2>conftest.er1
20973 ac_status=$?
20974 grep -v '^ *+' conftest.er1 >conftest.err
20975 rm -f conftest.er1
20976 cat conftest.err >&5
20977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20978 (exit $ac_status); } && {
20979 test -z "$ac_c_werror_flag" ||
20980 test ! -s conftest.err
20981 } && test -s conftest.$ac_objext; then
20982 ac_cv_member_struct_statfs_f_bavail=yes
20983 else
20984 $as_echo "$as_me: failed program was:" >&5
20985 sed 's/^/| /' conftest.$ac_ext >&5
20987 cat >conftest.$ac_ext <<_ACEOF
20988 /* confdefs.h. */
20989 _ACEOF
20990 cat confdefs.h >>conftest.$ac_ext
20991 cat >>conftest.$ac_ext <<_ACEOF
20992 /* end confdefs.h. */
20993 #include <sys/types.h>
20994 #ifdef HAVE_SYS_PARAM_H
20995 # include <sys/param.h>
20996 #endif
20997 #ifdef HAVE_SYS_MOUNT_H
20998 # include <sys/mount.h>
20999 #endif
21000 #ifdef HAVE_SYS_VFS_H
21001 # include <sys/vfs.h>
21002 #endif
21003 #ifdef HAVE_SYS_STATFS_H
21004 # include <sys/statfs.h>
21005 #endif
21008 main ()
21010 static struct statfs ac_aggr;
21011 if (sizeof ac_aggr.f_bavail)
21012 return 0;
21014 return 0;
21016 _ACEOF
21017 rm -f conftest.$ac_objext
21018 if { (ac_try="$ac_compile"
21019 case "(($ac_try" in
21020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21021 *) ac_try_echo=$ac_try;;
21022 esac
21023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21024 $as_echo "$ac_try_echo") >&5
21025 (eval "$ac_compile") 2>conftest.er1
21026 ac_status=$?
21027 grep -v '^ *+' conftest.er1 >conftest.err
21028 rm -f conftest.er1
21029 cat conftest.err >&5
21030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21031 (exit $ac_status); } && {
21032 test -z "$ac_c_werror_flag" ||
21033 test ! -s conftest.err
21034 } && test -s conftest.$ac_objext; then
21035 ac_cv_member_struct_statfs_f_bavail=yes
21036 else
21037 $as_echo "$as_me: failed program was:" >&5
21038 sed 's/^/| /' conftest.$ac_ext >&5
21040 ac_cv_member_struct_statfs_f_bavail=no
21043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21048 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21049 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21050 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21052 cat >>confdefs.h <<_ACEOF
21053 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21054 _ACEOF
21058 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21059 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21060 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21061 $as_echo_n "(cached) " >&6
21062 else
21063 cat >conftest.$ac_ext <<_ACEOF
21064 /* confdefs.h. */
21065 _ACEOF
21066 cat confdefs.h >>conftest.$ac_ext
21067 cat >>conftest.$ac_ext <<_ACEOF
21068 /* end confdefs.h. */
21069 #include <sys/types.h>
21070 #ifdef HAVE_SYS_PARAM_H
21071 # include <sys/param.h>
21072 #endif
21073 #ifdef HAVE_SYS_MOUNT_H
21074 # include <sys/mount.h>
21075 #endif
21076 #ifdef HAVE_SYS_VFS_H
21077 # include <sys/vfs.h>
21078 #endif
21079 #ifdef HAVE_SYS_STATFS_H
21080 # include <sys/statfs.h>
21081 #endif
21084 main ()
21086 static struct statfs ac_aggr;
21087 if (ac_aggr.f_frsize)
21088 return 0;
21090 return 0;
21092 _ACEOF
21093 rm -f conftest.$ac_objext
21094 if { (ac_try="$ac_compile"
21095 case "(($ac_try" in
21096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21097 *) ac_try_echo=$ac_try;;
21098 esac
21099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21100 $as_echo "$ac_try_echo") >&5
21101 (eval "$ac_compile") 2>conftest.er1
21102 ac_status=$?
21103 grep -v '^ *+' conftest.er1 >conftest.err
21104 rm -f conftest.er1
21105 cat conftest.err >&5
21106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21107 (exit $ac_status); } && {
21108 test -z "$ac_c_werror_flag" ||
21109 test ! -s conftest.err
21110 } && test -s conftest.$ac_objext; then
21111 ac_cv_member_struct_statfs_f_frsize=yes
21112 else
21113 $as_echo "$as_me: failed program was:" >&5
21114 sed 's/^/| /' conftest.$ac_ext >&5
21116 cat >conftest.$ac_ext <<_ACEOF
21117 /* confdefs.h. */
21118 _ACEOF
21119 cat confdefs.h >>conftest.$ac_ext
21120 cat >>conftest.$ac_ext <<_ACEOF
21121 /* end confdefs.h. */
21122 #include <sys/types.h>
21123 #ifdef HAVE_SYS_PARAM_H
21124 # include <sys/param.h>
21125 #endif
21126 #ifdef HAVE_SYS_MOUNT_H
21127 # include <sys/mount.h>
21128 #endif
21129 #ifdef HAVE_SYS_VFS_H
21130 # include <sys/vfs.h>
21131 #endif
21132 #ifdef HAVE_SYS_STATFS_H
21133 # include <sys/statfs.h>
21134 #endif
21137 main ()
21139 static struct statfs ac_aggr;
21140 if (sizeof ac_aggr.f_frsize)
21141 return 0;
21143 return 0;
21145 _ACEOF
21146 rm -f conftest.$ac_objext
21147 if { (ac_try="$ac_compile"
21148 case "(($ac_try" in
21149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21150 *) ac_try_echo=$ac_try;;
21151 esac
21152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21153 $as_echo "$ac_try_echo") >&5
21154 (eval "$ac_compile") 2>conftest.er1
21155 ac_status=$?
21156 grep -v '^ *+' conftest.er1 >conftest.err
21157 rm -f conftest.er1
21158 cat conftest.err >&5
21159 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21160 (exit $ac_status); } && {
21161 test -z "$ac_c_werror_flag" ||
21162 test ! -s conftest.err
21163 } && test -s conftest.$ac_objext; then
21164 ac_cv_member_struct_statfs_f_frsize=yes
21165 else
21166 $as_echo "$as_me: failed program was:" >&5
21167 sed 's/^/| /' conftest.$ac_ext >&5
21169 ac_cv_member_struct_statfs_f_frsize=no
21172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21177 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21178 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21179 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21181 cat >>confdefs.h <<_ACEOF
21182 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21183 _ACEOF
21187 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21188 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21189 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21190 $as_echo_n "(cached) " >&6
21191 else
21192 cat >conftest.$ac_ext <<_ACEOF
21193 /* confdefs.h. */
21194 _ACEOF
21195 cat confdefs.h >>conftest.$ac_ext
21196 cat >>conftest.$ac_ext <<_ACEOF
21197 /* end confdefs.h. */
21198 #include <sys/types.h>
21199 #ifdef HAVE_SYS_PARAM_H
21200 # include <sys/param.h>
21201 #endif
21202 #ifdef HAVE_SYS_MOUNT_H
21203 # include <sys/mount.h>
21204 #endif
21205 #ifdef HAVE_SYS_VFS_H
21206 # include <sys/vfs.h>
21207 #endif
21208 #ifdef HAVE_SYS_STATFS_H
21209 # include <sys/statfs.h>
21210 #endif
21213 main ()
21215 static struct statfs ac_aggr;
21216 if (ac_aggr.f_ffree)
21217 return 0;
21219 return 0;
21221 _ACEOF
21222 rm -f conftest.$ac_objext
21223 if { (ac_try="$ac_compile"
21224 case "(($ac_try" in
21225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21226 *) ac_try_echo=$ac_try;;
21227 esac
21228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21229 $as_echo "$ac_try_echo") >&5
21230 (eval "$ac_compile") 2>conftest.er1
21231 ac_status=$?
21232 grep -v '^ *+' conftest.er1 >conftest.err
21233 rm -f conftest.er1
21234 cat conftest.err >&5
21235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236 (exit $ac_status); } && {
21237 test -z "$ac_c_werror_flag" ||
21238 test ! -s conftest.err
21239 } && test -s conftest.$ac_objext; then
21240 ac_cv_member_struct_statfs_f_ffree=yes
21241 else
21242 $as_echo "$as_me: failed program was:" >&5
21243 sed 's/^/| /' conftest.$ac_ext >&5
21245 cat >conftest.$ac_ext <<_ACEOF
21246 /* confdefs.h. */
21247 _ACEOF
21248 cat confdefs.h >>conftest.$ac_ext
21249 cat >>conftest.$ac_ext <<_ACEOF
21250 /* end confdefs.h. */
21251 #include <sys/types.h>
21252 #ifdef HAVE_SYS_PARAM_H
21253 # include <sys/param.h>
21254 #endif
21255 #ifdef HAVE_SYS_MOUNT_H
21256 # include <sys/mount.h>
21257 #endif
21258 #ifdef HAVE_SYS_VFS_H
21259 # include <sys/vfs.h>
21260 #endif
21261 #ifdef HAVE_SYS_STATFS_H
21262 # include <sys/statfs.h>
21263 #endif
21266 main ()
21268 static struct statfs ac_aggr;
21269 if (sizeof ac_aggr.f_ffree)
21270 return 0;
21272 return 0;
21274 _ACEOF
21275 rm -f conftest.$ac_objext
21276 if { (ac_try="$ac_compile"
21277 case "(($ac_try" in
21278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21279 *) ac_try_echo=$ac_try;;
21280 esac
21281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21282 $as_echo "$ac_try_echo") >&5
21283 (eval "$ac_compile") 2>conftest.er1
21284 ac_status=$?
21285 grep -v '^ *+' conftest.er1 >conftest.err
21286 rm -f conftest.er1
21287 cat conftest.err >&5
21288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21289 (exit $ac_status); } && {
21290 test -z "$ac_c_werror_flag" ||
21291 test ! -s conftest.err
21292 } && test -s conftest.$ac_objext; then
21293 ac_cv_member_struct_statfs_f_ffree=yes
21294 else
21295 $as_echo "$as_me: failed program was:" >&5
21296 sed 's/^/| /' conftest.$ac_ext >&5
21298 ac_cv_member_struct_statfs_f_ffree=no
21301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21306 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21307 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21308 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21310 cat >>confdefs.h <<_ACEOF
21311 #define HAVE_STRUCT_STATFS_F_FFREE 1
21312 _ACEOF
21316 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21317 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21318 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21319 $as_echo_n "(cached) " >&6
21320 else
21321 cat >conftest.$ac_ext <<_ACEOF
21322 /* confdefs.h. */
21323 _ACEOF
21324 cat confdefs.h >>conftest.$ac_ext
21325 cat >>conftest.$ac_ext <<_ACEOF
21326 /* end confdefs.h. */
21327 #include <sys/types.h>
21328 #ifdef HAVE_SYS_PARAM_H
21329 # include <sys/param.h>
21330 #endif
21331 #ifdef HAVE_SYS_MOUNT_H
21332 # include <sys/mount.h>
21333 #endif
21334 #ifdef HAVE_SYS_VFS_H
21335 # include <sys/vfs.h>
21336 #endif
21337 #ifdef HAVE_SYS_STATFS_H
21338 # include <sys/statfs.h>
21339 #endif
21342 main ()
21344 static struct statfs ac_aggr;
21345 if (ac_aggr.f_favail)
21346 return 0;
21348 return 0;
21350 _ACEOF
21351 rm -f conftest.$ac_objext
21352 if { (ac_try="$ac_compile"
21353 case "(($ac_try" in
21354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21355 *) ac_try_echo=$ac_try;;
21356 esac
21357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21358 $as_echo "$ac_try_echo") >&5
21359 (eval "$ac_compile") 2>conftest.er1
21360 ac_status=$?
21361 grep -v '^ *+' conftest.er1 >conftest.err
21362 rm -f conftest.er1
21363 cat conftest.err >&5
21364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365 (exit $ac_status); } && {
21366 test -z "$ac_c_werror_flag" ||
21367 test ! -s conftest.err
21368 } && test -s conftest.$ac_objext; then
21369 ac_cv_member_struct_statfs_f_favail=yes
21370 else
21371 $as_echo "$as_me: failed program was:" >&5
21372 sed 's/^/| /' conftest.$ac_ext >&5
21374 cat >conftest.$ac_ext <<_ACEOF
21375 /* confdefs.h. */
21376 _ACEOF
21377 cat confdefs.h >>conftest.$ac_ext
21378 cat >>conftest.$ac_ext <<_ACEOF
21379 /* end confdefs.h. */
21380 #include <sys/types.h>
21381 #ifdef HAVE_SYS_PARAM_H
21382 # include <sys/param.h>
21383 #endif
21384 #ifdef HAVE_SYS_MOUNT_H
21385 # include <sys/mount.h>
21386 #endif
21387 #ifdef HAVE_SYS_VFS_H
21388 # include <sys/vfs.h>
21389 #endif
21390 #ifdef HAVE_SYS_STATFS_H
21391 # include <sys/statfs.h>
21392 #endif
21395 main ()
21397 static struct statfs ac_aggr;
21398 if (sizeof ac_aggr.f_favail)
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21411 $as_echo "$ac_try_echo") >&5
21412 (eval "$ac_compile") 2>conftest.er1
21413 ac_status=$?
21414 grep -v '^ *+' conftest.er1 >conftest.err
21415 rm -f conftest.er1
21416 cat conftest.err >&5
21417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21418 (exit $ac_status); } && {
21419 test -z "$ac_c_werror_flag" ||
21420 test ! -s conftest.err
21421 } && test -s conftest.$ac_objext; then
21422 ac_cv_member_struct_statfs_f_favail=yes
21423 else
21424 $as_echo "$as_me: failed program was:" >&5
21425 sed 's/^/| /' conftest.$ac_ext >&5
21427 ac_cv_member_struct_statfs_f_favail=no
21430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21435 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21436 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21437 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21439 cat >>confdefs.h <<_ACEOF
21440 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21441 _ACEOF
21445 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21446 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21447 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21448 $as_echo_n "(cached) " >&6
21449 else
21450 cat >conftest.$ac_ext <<_ACEOF
21451 /* confdefs.h. */
21452 _ACEOF
21453 cat confdefs.h >>conftest.$ac_ext
21454 cat >>conftest.$ac_ext <<_ACEOF
21455 /* end confdefs.h. */
21456 #include <sys/types.h>
21457 #ifdef HAVE_SYS_PARAM_H
21458 # include <sys/param.h>
21459 #endif
21460 #ifdef HAVE_SYS_MOUNT_H
21461 # include <sys/mount.h>
21462 #endif
21463 #ifdef HAVE_SYS_VFS_H
21464 # include <sys/vfs.h>
21465 #endif
21466 #ifdef HAVE_SYS_STATFS_H
21467 # include <sys/statfs.h>
21468 #endif
21471 main ()
21473 static struct statfs ac_aggr;
21474 if (ac_aggr.f_namelen)
21475 return 0;
21477 return 0;
21479 _ACEOF
21480 rm -f conftest.$ac_objext
21481 if { (ac_try="$ac_compile"
21482 case "(($ac_try" in
21483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21484 *) ac_try_echo=$ac_try;;
21485 esac
21486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21487 $as_echo "$ac_try_echo") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21489 ac_status=$?
21490 grep -v '^ *+' conftest.er1 >conftest.err
21491 rm -f conftest.er1
21492 cat conftest.err >&5
21493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.$ac_objext; then
21498 ac_cv_member_struct_statfs_f_namelen=yes
21499 else
21500 $as_echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.$ac_ext >&5
21503 cat >conftest.$ac_ext <<_ACEOF
21504 /* confdefs.h. */
21505 _ACEOF
21506 cat confdefs.h >>conftest.$ac_ext
21507 cat >>conftest.$ac_ext <<_ACEOF
21508 /* end confdefs.h. */
21509 #include <sys/types.h>
21510 #ifdef HAVE_SYS_PARAM_H
21511 # include <sys/param.h>
21512 #endif
21513 #ifdef HAVE_SYS_MOUNT_H
21514 # include <sys/mount.h>
21515 #endif
21516 #ifdef HAVE_SYS_VFS_H
21517 # include <sys/vfs.h>
21518 #endif
21519 #ifdef HAVE_SYS_STATFS_H
21520 # include <sys/statfs.h>
21521 #endif
21524 main ()
21526 static struct statfs ac_aggr;
21527 if (sizeof ac_aggr.f_namelen)
21528 return 0;
21530 return 0;
21532 _ACEOF
21533 rm -f conftest.$ac_objext
21534 if { (ac_try="$ac_compile"
21535 case "(($ac_try" in
21536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21537 *) ac_try_echo=$ac_try;;
21538 esac
21539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21540 $as_echo "$ac_try_echo") >&5
21541 (eval "$ac_compile") 2>conftest.er1
21542 ac_status=$?
21543 grep -v '^ *+' conftest.er1 >conftest.err
21544 rm -f conftest.er1
21545 cat conftest.err >&5
21546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21547 (exit $ac_status); } && {
21548 test -z "$ac_c_werror_flag" ||
21549 test ! -s conftest.err
21550 } && test -s conftest.$ac_objext; then
21551 ac_cv_member_struct_statfs_f_namelen=yes
21552 else
21553 $as_echo "$as_me: failed program was:" >&5
21554 sed 's/^/| /' conftest.$ac_ext >&5
21556 ac_cv_member_struct_statfs_f_namelen=no
21559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21564 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21565 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21566 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21568 cat >>confdefs.h <<_ACEOF
21569 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21570 _ACEOF
21576 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21577 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21578 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21579 $as_echo_n "(cached) " >&6
21580 else
21581 cat >conftest.$ac_ext <<_ACEOF
21582 /* confdefs.h. */
21583 _ACEOF
21584 cat confdefs.h >>conftest.$ac_ext
21585 cat >>conftest.$ac_ext <<_ACEOF
21586 /* end confdefs.h. */
21587 #ifdef HAVE_SYS_STATVFS_H
21588 #include <sys/statvfs.h>
21589 #endif
21592 main ()
21594 static struct statvfs ac_aggr;
21595 if (ac_aggr.f_blocks)
21596 return 0;
21598 return 0;
21600 _ACEOF
21601 rm -f conftest.$ac_objext
21602 if { (ac_try="$ac_compile"
21603 case "(($ac_try" in
21604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21605 *) ac_try_echo=$ac_try;;
21606 esac
21607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21608 $as_echo "$ac_try_echo") >&5
21609 (eval "$ac_compile") 2>conftest.er1
21610 ac_status=$?
21611 grep -v '^ *+' conftest.er1 >conftest.err
21612 rm -f conftest.er1
21613 cat conftest.err >&5
21614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } && {
21616 test -z "$ac_c_werror_flag" ||
21617 test ! -s conftest.err
21618 } && test -s conftest.$ac_objext; then
21619 ac_cv_member_struct_statvfs_f_blocks=yes
21620 else
21621 $as_echo "$as_me: failed program was:" >&5
21622 sed 's/^/| /' conftest.$ac_ext >&5
21624 cat >conftest.$ac_ext <<_ACEOF
21625 /* confdefs.h. */
21626 _ACEOF
21627 cat confdefs.h >>conftest.$ac_ext
21628 cat >>conftest.$ac_ext <<_ACEOF
21629 /* end confdefs.h. */
21630 #ifdef HAVE_SYS_STATVFS_H
21631 #include <sys/statvfs.h>
21632 #endif
21635 main ()
21637 static struct statvfs ac_aggr;
21638 if (sizeof ac_aggr.f_blocks)
21639 return 0;
21641 return 0;
21643 _ACEOF
21644 rm -f conftest.$ac_objext
21645 if { (ac_try="$ac_compile"
21646 case "(($ac_try" in
21647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21648 *) ac_try_echo=$ac_try;;
21649 esac
21650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21651 $as_echo "$ac_try_echo") >&5
21652 (eval "$ac_compile") 2>conftest.er1
21653 ac_status=$?
21654 grep -v '^ *+' conftest.er1 >conftest.err
21655 rm -f conftest.er1
21656 cat conftest.err >&5
21657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21658 (exit $ac_status); } && {
21659 test -z "$ac_c_werror_flag" ||
21660 test ! -s conftest.err
21661 } && test -s conftest.$ac_objext; then
21662 ac_cv_member_struct_statvfs_f_blocks=yes
21663 else
21664 $as_echo "$as_me: failed program was:" >&5
21665 sed 's/^/| /' conftest.$ac_ext >&5
21667 ac_cv_member_struct_statvfs_f_blocks=no
21670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21675 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21676 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21677 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21679 cat >>confdefs.h <<_ACEOF
21680 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21681 _ACEOF
21687 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21688 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21689 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21690 $as_echo_n "(cached) " >&6
21691 else
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 #include <sys/types.h>
21699 #ifdef HAVE_SYS_SOCKET_H
21700 # include <sys/socket.h>
21701 #endif
21702 #ifdef HAVE_SYS_UN_H
21703 # include <sys/un.h>
21704 #endif
21707 main ()
21709 static struct msghdr ac_aggr;
21710 if (ac_aggr.msg_accrights)
21711 return 0;
21713 return 0;
21715 _ACEOF
21716 rm -f conftest.$ac_objext
21717 if { (ac_try="$ac_compile"
21718 case "(($ac_try" in
21719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21720 *) ac_try_echo=$ac_try;;
21721 esac
21722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21723 $as_echo "$ac_try_echo") >&5
21724 (eval "$ac_compile") 2>conftest.er1
21725 ac_status=$?
21726 grep -v '^ *+' conftest.er1 >conftest.err
21727 rm -f conftest.er1
21728 cat conftest.err >&5
21729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730 (exit $ac_status); } && {
21731 test -z "$ac_c_werror_flag" ||
21732 test ! -s conftest.err
21733 } && test -s conftest.$ac_objext; then
21734 ac_cv_member_struct_msghdr_msg_accrights=yes
21735 else
21736 $as_echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21739 cat >conftest.$ac_ext <<_ACEOF
21740 /* confdefs.h. */
21741 _ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h. */
21745 #include <sys/types.h>
21746 #ifdef HAVE_SYS_SOCKET_H
21747 # include <sys/socket.h>
21748 #endif
21749 #ifdef HAVE_SYS_UN_H
21750 # include <sys/un.h>
21751 #endif
21754 main ()
21756 static struct msghdr ac_aggr;
21757 if (sizeof ac_aggr.msg_accrights)
21758 return 0;
21760 return 0;
21762 _ACEOF
21763 rm -f conftest.$ac_objext
21764 if { (ac_try="$ac_compile"
21765 case "(($ac_try" in
21766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21767 *) ac_try_echo=$ac_try;;
21768 esac
21769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21770 $as_echo "$ac_try_echo") >&5
21771 (eval "$ac_compile") 2>conftest.er1
21772 ac_status=$?
21773 grep -v '^ *+' conftest.er1 >conftest.err
21774 rm -f conftest.er1
21775 cat conftest.err >&5
21776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777 (exit $ac_status); } && {
21778 test -z "$ac_c_werror_flag" ||
21779 test ! -s conftest.err
21780 } && test -s conftest.$ac_objext; then
21781 ac_cv_member_struct_msghdr_msg_accrights=yes
21782 else
21783 $as_echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5
21786 ac_cv_member_struct_msghdr_msg_accrights=no
21789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21794 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21795 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21796 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21798 cat >>confdefs.h <<_ACEOF
21799 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21800 _ACEOF
21804 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21805 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21806 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21807 $as_echo_n "(cached) " >&6
21808 else
21809 cat >conftest.$ac_ext <<_ACEOF
21810 /* confdefs.h. */
21811 _ACEOF
21812 cat confdefs.h >>conftest.$ac_ext
21813 cat >>conftest.$ac_ext <<_ACEOF
21814 /* end confdefs.h. */
21815 #include <sys/types.h>
21816 #ifdef HAVE_SYS_SOCKET_H
21817 # include <sys/socket.h>
21818 #endif
21819 #ifdef HAVE_SYS_UN_H
21820 # include <sys/un.h>
21821 #endif
21824 main ()
21826 static struct sockaddr ac_aggr;
21827 if (ac_aggr.sa_len)
21828 return 0;
21830 return 0;
21832 _ACEOF
21833 rm -f conftest.$ac_objext
21834 if { (ac_try="$ac_compile"
21835 case "(($ac_try" in
21836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21837 *) ac_try_echo=$ac_try;;
21838 esac
21839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21840 $as_echo "$ac_try_echo") >&5
21841 (eval "$ac_compile") 2>conftest.er1
21842 ac_status=$?
21843 grep -v '^ *+' conftest.er1 >conftest.err
21844 rm -f conftest.er1
21845 cat conftest.err >&5
21846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21847 (exit $ac_status); } && {
21848 test -z "$ac_c_werror_flag" ||
21849 test ! -s conftest.err
21850 } && test -s conftest.$ac_objext; then
21851 ac_cv_member_struct_sockaddr_sa_len=yes
21852 else
21853 $as_echo "$as_me: failed program was:" >&5
21854 sed 's/^/| /' conftest.$ac_ext >&5
21856 cat >conftest.$ac_ext <<_ACEOF
21857 /* confdefs.h. */
21858 _ACEOF
21859 cat confdefs.h >>conftest.$ac_ext
21860 cat >>conftest.$ac_ext <<_ACEOF
21861 /* end confdefs.h. */
21862 #include <sys/types.h>
21863 #ifdef HAVE_SYS_SOCKET_H
21864 # include <sys/socket.h>
21865 #endif
21866 #ifdef HAVE_SYS_UN_H
21867 # include <sys/un.h>
21868 #endif
21871 main ()
21873 static struct sockaddr ac_aggr;
21874 if (sizeof ac_aggr.sa_len)
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21887 $as_echo "$ac_try_echo") >&5
21888 (eval "$ac_compile") 2>conftest.er1
21889 ac_status=$?
21890 grep -v '^ *+' conftest.er1 >conftest.err
21891 rm -f conftest.er1
21892 cat conftest.err >&5
21893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21894 (exit $ac_status); } && {
21895 test -z "$ac_c_werror_flag" ||
21896 test ! -s conftest.err
21897 } && test -s conftest.$ac_objext; then
21898 ac_cv_member_struct_sockaddr_sa_len=yes
21899 else
21900 $as_echo "$as_me: failed program was:" >&5
21901 sed 's/^/| /' conftest.$ac_ext >&5
21903 ac_cv_member_struct_sockaddr_sa_len=no
21906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21911 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21912 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21913 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21915 cat >>confdefs.h <<_ACEOF
21916 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21917 _ACEOF
21921 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21922 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21923 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21924 $as_echo_n "(cached) " >&6
21925 else
21926 cat >conftest.$ac_ext <<_ACEOF
21927 /* confdefs.h. */
21928 _ACEOF
21929 cat confdefs.h >>conftest.$ac_ext
21930 cat >>conftest.$ac_ext <<_ACEOF
21931 /* end confdefs.h. */
21932 #include <sys/types.h>
21933 #ifdef HAVE_SYS_SOCKET_H
21934 # include <sys/socket.h>
21935 #endif
21936 #ifdef HAVE_SYS_UN_H
21937 # include <sys/un.h>
21938 #endif
21941 main ()
21943 static struct sockaddr_un ac_aggr;
21944 if (ac_aggr.sun_len)
21945 return 0;
21947 return 0;
21949 _ACEOF
21950 rm -f conftest.$ac_objext
21951 if { (ac_try="$ac_compile"
21952 case "(($ac_try" in
21953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21954 *) ac_try_echo=$ac_try;;
21955 esac
21956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21957 $as_echo "$ac_try_echo") >&5
21958 (eval "$ac_compile") 2>conftest.er1
21959 ac_status=$?
21960 grep -v '^ *+' conftest.er1 >conftest.err
21961 rm -f conftest.er1
21962 cat conftest.err >&5
21963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964 (exit $ac_status); } && {
21965 test -z "$ac_c_werror_flag" ||
21966 test ! -s conftest.err
21967 } && test -s conftest.$ac_objext; then
21968 ac_cv_member_struct_sockaddr_un_sun_len=yes
21969 else
21970 $as_echo "$as_me: failed program was:" >&5
21971 sed 's/^/| /' conftest.$ac_ext >&5
21973 cat >conftest.$ac_ext <<_ACEOF
21974 /* confdefs.h. */
21975 _ACEOF
21976 cat confdefs.h >>conftest.$ac_ext
21977 cat >>conftest.$ac_ext <<_ACEOF
21978 /* end confdefs.h. */
21979 #include <sys/types.h>
21980 #ifdef HAVE_SYS_SOCKET_H
21981 # include <sys/socket.h>
21982 #endif
21983 #ifdef HAVE_SYS_UN_H
21984 # include <sys/un.h>
21985 #endif
21988 main ()
21990 static struct sockaddr_un ac_aggr;
21991 if (sizeof ac_aggr.sun_len)
21992 return 0;
21994 return 0;
21996 _ACEOF
21997 rm -f conftest.$ac_objext
21998 if { (ac_try="$ac_compile"
21999 case "(($ac_try" in
22000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22001 *) ac_try_echo=$ac_try;;
22002 esac
22003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22004 $as_echo "$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 $as_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_struct_sockaddr_un_sun_len=yes
22016 else
22017 $as_echo "$as_me: failed program was:" >&5
22018 sed 's/^/| /' conftest.$ac_ext >&5
22020 ac_cv_member_struct_sockaddr_un_sun_len=no
22023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22028 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22029 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22030 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22032 cat >>confdefs.h <<_ACEOF
22033 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22034 _ACEOF
22040 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22041 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22042 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22043 $as_echo_n "(cached) " >&6
22044 else
22045 cat >conftest.$ac_ext <<_ACEOF
22046 /* confdefs.h. */
22047 _ACEOF
22048 cat confdefs.h >>conftest.$ac_ext
22049 cat >>conftest.$ac_ext <<_ACEOF
22050 /* end confdefs.h. */
22051 #include <sys/types.h>
22052 #ifdef HAVE_SCSI_SG_H
22053 #include <scsi/sg.h>
22054 #endif
22057 main ()
22059 static scsireq_t ac_aggr;
22060 if (ac_aggr.cmd)
22061 return 0;
22063 return 0;
22065 _ACEOF
22066 rm -f conftest.$ac_objext
22067 if { (ac_try="$ac_compile"
22068 case "(($ac_try" in
22069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22070 *) ac_try_echo=$ac_try;;
22071 esac
22072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22073 $as_echo "$ac_try_echo") >&5
22074 (eval "$ac_compile") 2>conftest.er1
22075 ac_status=$?
22076 grep -v '^ *+' conftest.er1 >conftest.err
22077 rm -f conftest.er1
22078 cat conftest.err >&5
22079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22080 (exit $ac_status); } && {
22081 test -z "$ac_c_werror_flag" ||
22082 test ! -s conftest.err
22083 } && test -s conftest.$ac_objext; then
22084 ac_cv_member_scsireq_t_cmd=yes
22085 else
22086 $as_echo "$as_me: failed program was:" >&5
22087 sed 's/^/| /' conftest.$ac_ext >&5
22089 cat >conftest.$ac_ext <<_ACEOF
22090 /* confdefs.h. */
22091 _ACEOF
22092 cat confdefs.h >>conftest.$ac_ext
22093 cat >>conftest.$ac_ext <<_ACEOF
22094 /* end confdefs.h. */
22095 #include <sys/types.h>
22096 #ifdef HAVE_SCSI_SG_H
22097 #include <scsi/sg.h>
22098 #endif
22101 main ()
22103 static scsireq_t ac_aggr;
22104 if (sizeof ac_aggr.cmd)
22105 return 0;
22107 return 0;
22109 _ACEOF
22110 rm -f conftest.$ac_objext
22111 if { (ac_try="$ac_compile"
22112 case "(($ac_try" in
22113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22114 *) ac_try_echo=$ac_try;;
22115 esac
22116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22117 $as_echo "$ac_try_echo") >&5
22118 (eval "$ac_compile") 2>conftest.er1
22119 ac_status=$?
22120 grep -v '^ *+' conftest.er1 >conftest.err
22121 rm -f conftest.er1
22122 cat conftest.err >&5
22123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124 (exit $ac_status); } && {
22125 test -z "$ac_c_werror_flag" ||
22126 test ! -s conftest.err
22127 } && test -s conftest.$ac_objext; then
22128 ac_cv_member_scsireq_t_cmd=yes
22129 else
22130 $as_echo "$as_me: failed program was:" >&5
22131 sed 's/^/| /' conftest.$ac_ext >&5
22133 ac_cv_member_scsireq_t_cmd=no
22136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22141 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22142 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22143 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22145 cat >>confdefs.h <<_ACEOF
22146 #define HAVE_SCSIREQ_T_CMD 1
22147 _ACEOF
22151 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22152 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22153 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22154 $as_echo_n "(cached) " >&6
22155 else
22156 cat >conftest.$ac_ext <<_ACEOF
22157 /* confdefs.h. */
22158 _ACEOF
22159 cat confdefs.h >>conftest.$ac_ext
22160 cat >>conftest.$ac_ext <<_ACEOF
22161 /* end confdefs.h. */
22162 #include <sys/types.h>
22163 #ifdef HAVE_SCSI_SG_H
22164 #include <scsi/sg.h>
22165 #endif
22168 main ()
22170 static sg_io_hdr_t ac_aggr;
22171 if (ac_aggr.interface_id)
22172 return 0;
22174 return 0;
22176 _ACEOF
22177 rm -f conftest.$ac_objext
22178 if { (ac_try="$ac_compile"
22179 case "(($ac_try" in
22180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22181 *) ac_try_echo=$ac_try;;
22182 esac
22183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22184 $as_echo "$ac_try_echo") >&5
22185 (eval "$ac_compile") 2>conftest.er1
22186 ac_status=$?
22187 grep -v '^ *+' conftest.er1 >conftest.err
22188 rm -f conftest.er1
22189 cat conftest.err >&5
22190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22191 (exit $ac_status); } && {
22192 test -z "$ac_c_werror_flag" ||
22193 test ! -s conftest.err
22194 } && test -s conftest.$ac_objext; then
22195 ac_cv_member_sg_io_hdr_t_interface_id=yes
22196 else
22197 $as_echo "$as_me: failed program was:" >&5
22198 sed 's/^/| /' conftest.$ac_ext >&5
22200 cat >conftest.$ac_ext <<_ACEOF
22201 /* confdefs.h. */
22202 _ACEOF
22203 cat confdefs.h >>conftest.$ac_ext
22204 cat >>conftest.$ac_ext <<_ACEOF
22205 /* end confdefs.h. */
22206 #include <sys/types.h>
22207 #ifdef HAVE_SCSI_SG_H
22208 #include <scsi/sg.h>
22209 #endif
22212 main ()
22214 static sg_io_hdr_t ac_aggr;
22215 if (sizeof ac_aggr.interface_id)
22216 return 0;
22218 return 0;
22220 _ACEOF
22221 rm -f conftest.$ac_objext
22222 if { (ac_try="$ac_compile"
22223 case "(($ac_try" in
22224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22225 *) ac_try_echo=$ac_try;;
22226 esac
22227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22228 $as_echo "$ac_try_echo") >&5
22229 (eval "$ac_compile") 2>conftest.er1
22230 ac_status=$?
22231 grep -v '^ *+' conftest.er1 >conftest.err
22232 rm -f conftest.er1
22233 cat conftest.err >&5
22234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22235 (exit $ac_status); } && {
22236 test -z "$ac_c_werror_flag" ||
22237 test ! -s conftest.err
22238 } && test -s conftest.$ac_objext; then
22239 ac_cv_member_sg_io_hdr_t_interface_id=yes
22240 else
22241 $as_echo "$as_me: failed program was:" >&5
22242 sed 's/^/| /' conftest.$ac_ext >&5
22244 ac_cv_member_sg_io_hdr_t_interface_id=no
22247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22252 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22253 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22254 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22256 cat >>confdefs.h <<_ACEOF
22257 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22258 _ACEOF
22264 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22265 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22266 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22267 $as_echo_n "(cached) " >&6
22268 else
22269 cat >conftest.$ac_ext <<_ACEOF
22270 /* confdefs.h. */
22271 _ACEOF
22272 cat confdefs.h >>conftest.$ac_ext
22273 cat >>conftest.$ac_ext <<_ACEOF
22274 /* end confdefs.h. */
22275 #include <signal.h>
22278 main ()
22280 static siginfo_t ac_aggr;
22281 if (ac_aggr.si_fd)
22282 return 0;
22284 return 0;
22286 _ACEOF
22287 rm -f conftest.$ac_objext
22288 if { (ac_try="$ac_compile"
22289 case "(($ac_try" in
22290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22291 *) ac_try_echo=$ac_try;;
22292 esac
22293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22294 $as_echo "$ac_try_echo") >&5
22295 (eval "$ac_compile") 2>conftest.er1
22296 ac_status=$?
22297 grep -v '^ *+' conftest.er1 >conftest.err
22298 rm -f conftest.er1
22299 cat conftest.err >&5
22300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301 (exit $ac_status); } && {
22302 test -z "$ac_c_werror_flag" ||
22303 test ! -s conftest.err
22304 } && test -s conftest.$ac_objext; then
22305 ac_cv_member_siginfo_t_si_fd=yes
22306 else
22307 $as_echo "$as_me: failed program was:" >&5
22308 sed 's/^/| /' conftest.$ac_ext >&5
22310 cat >conftest.$ac_ext <<_ACEOF
22311 /* confdefs.h. */
22312 _ACEOF
22313 cat confdefs.h >>conftest.$ac_ext
22314 cat >>conftest.$ac_ext <<_ACEOF
22315 /* end confdefs.h. */
22316 #include <signal.h>
22319 main ()
22321 static siginfo_t ac_aggr;
22322 if (sizeof ac_aggr.si_fd)
22323 return 0;
22325 return 0;
22327 _ACEOF
22328 rm -f conftest.$ac_objext
22329 if { (ac_try="$ac_compile"
22330 case "(($ac_try" in
22331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22332 *) ac_try_echo=$ac_try;;
22333 esac
22334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22335 $as_echo "$ac_try_echo") >&5
22336 (eval "$ac_compile") 2>conftest.er1
22337 ac_status=$?
22338 grep -v '^ *+' conftest.er1 >conftest.err
22339 rm -f conftest.er1
22340 cat conftest.err >&5
22341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22342 (exit $ac_status); } && {
22343 test -z "$ac_c_werror_flag" ||
22344 test ! -s conftest.err
22345 } && test -s conftest.$ac_objext; then
22346 ac_cv_member_siginfo_t_si_fd=yes
22347 else
22348 $as_echo "$as_me: failed program was:" >&5
22349 sed 's/^/| /' conftest.$ac_ext >&5
22351 ac_cv_member_siginfo_t_si_fd=no
22354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22359 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22360 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22361 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22363 cat >>confdefs.h <<_ACEOF
22364 #define HAVE_SIGINFO_T_SI_FD 1
22365 _ACEOF
22371 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22372 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22373 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22374 $as_echo_n "(cached) " >&6
22375 else
22376 cat >conftest.$ac_ext <<_ACEOF
22377 /* confdefs.h. */
22378 _ACEOF
22379 cat confdefs.h >>conftest.$ac_ext
22380 cat >>conftest.$ac_ext <<_ACEOF
22381 /* end confdefs.h. */
22382 #include <sys/types.h>
22383 #ifdef HAVE_SYS_MTIO_H
22384 #include <sys/mtio.h>
22385 #endif
22388 main ()
22390 static struct mtget ac_aggr;
22391 if (ac_aggr.mt_blksiz)
22392 return 0;
22394 return 0;
22396 _ACEOF
22397 rm -f conftest.$ac_objext
22398 if { (ac_try="$ac_compile"
22399 case "(($ac_try" in
22400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22401 *) ac_try_echo=$ac_try;;
22402 esac
22403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22404 $as_echo "$ac_try_echo") >&5
22405 (eval "$ac_compile") 2>conftest.er1
22406 ac_status=$?
22407 grep -v '^ *+' conftest.er1 >conftest.err
22408 rm -f conftest.er1
22409 cat conftest.err >&5
22410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22411 (exit $ac_status); } && {
22412 test -z "$ac_c_werror_flag" ||
22413 test ! -s conftest.err
22414 } && test -s conftest.$ac_objext; then
22415 ac_cv_member_struct_mtget_mt_blksiz=yes
22416 else
22417 $as_echo "$as_me: failed program was:" >&5
22418 sed 's/^/| /' conftest.$ac_ext >&5
22420 cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h. */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h. */
22426 #include <sys/types.h>
22427 #ifdef HAVE_SYS_MTIO_H
22428 #include <sys/mtio.h>
22429 #endif
22432 main ()
22434 static struct mtget ac_aggr;
22435 if (sizeof ac_aggr.mt_blksiz)
22436 return 0;
22438 return 0;
22440 _ACEOF
22441 rm -f conftest.$ac_objext
22442 if { (ac_try="$ac_compile"
22443 case "(($ac_try" in
22444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22445 *) ac_try_echo=$ac_try;;
22446 esac
22447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22448 $as_echo "$ac_try_echo") >&5
22449 (eval "$ac_compile") 2>conftest.er1
22450 ac_status=$?
22451 grep -v '^ *+' conftest.er1 >conftest.err
22452 rm -f conftest.er1
22453 cat conftest.err >&5
22454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22455 (exit $ac_status); } && {
22456 test -z "$ac_c_werror_flag" ||
22457 test ! -s conftest.err
22458 } && test -s conftest.$ac_objext; then
22459 ac_cv_member_struct_mtget_mt_blksiz=yes
22460 else
22461 $as_echo "$as_me: failed program was:" >&5
22462 sed 's/^/| /' conftest.$ac_ext >&5
22464 ac_cv_member_struct_mtget_mt_blksiz=no
22467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22472 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22473 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22474 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22476 cat >>confdefs.h <<_ACEOF
22477 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22478 _ACEOF
22482 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22483 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22484 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22485 $as_echo_n "(cached) " >&6
22486 else
22487 cat >conftest.$ac_ext <<_ACEOF
22488 /* confdefs.h. */
22489 _ACEOF
22490 cat confdefs.h >>conftest.$ac_ext
22491 cat >>conftest.$ac_ext <<_ACEOF
22492 /* end confdefs.h. */
22493 #include <sys/types.h>
22494 #ifdef HAVE_SYS_MTIO_H
22495 #include <sys/mtio.h>
22496 #endif
22499 main ()
22501 static struct mtget ac_aggr;
22502 if (ac_aggr.mt_gstat)
22503 return 0;
22505 return 0;
22507 _ACEOF
22508 rm -f conftest.$ac_objext
22509 if { (ac_try="$ac_compile"
22510 case "(($ac_try" in
22511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22512 *) ac_try_echo=$ac_try;;
22513 esac
22514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22515 $as_echo "$ac_try_echo") >&5
22516 (eval "$ac_compile") 2>conftest.er1
22517 ac_status=$?
22518 grep -v '^ *+' conftest.er1 >conftest.err
22519 rm -f conftest.er1
22520 cat conftest.err >&5
22521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22522 (exit $ac_status); } && {
22523 test -z "$ac_c_werror_flag" ||
22524 test ! -s conftest.err
22525 } && test -s conftest.$ac_objext; then
22526 ac_cv_member_struct_mtget_mt_gstat=yes
22527 else
22528 $as_echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22531 cat >conftest.$ac_ext <<_ACEOF
22532 /* confdefs.h. */
22533 _ACEOF
22534 cat confdefs.h >>conftest.$ac_ext
22535 cat >>conftest.$ac_ext <<_ACEOF
22536 /* end confdefs.h. */
22537 #include <sys/types.h>
22538 #ifdef HAVE_SYS_MTIO_H
22539 #include <sys/mtio.h>
22540 #endif
22543 main ()
22545 static struct mtget ac_aggr;
22546 if (sizeof ac_aggr.mt_gstat)
22547 return 0;
22549 return 0;
22551 _ACEOF
22552 rm -f conftest.$ac_objext
22553 if { (ac_try="$ac_compile"
22554 case "(($ac_try" in
22555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22556 *) ac_try_echo=$ac_try;;
22557 esac
22558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22559 $as_echo "$ac_try_echo") >&5
22560 (eval "$ac_compile") 2>conftest.er1
22561 ac_status=$?
22562 grep -v '^ *+' conftest.er1 >conftest.err
22563 rm -f conftest.er1
22564 cat conftest.err >&5
22565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22566 (exit $ac_status); } && {
22567 test -z "$ac_c_werror_flag" ||
22568 test ! -s conftest.err
22569 } && test -s conftest.$ac_objext; then
22570 ac_cv_member_struct_mtget_mt_gstat=yes
22571 else
22572 $as_echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.$ac_ext >&5
22575 ac_cv_member_struct_mtget_mt_gstat=no
22578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22583 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22584 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22585 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22587 cat >>confdefs.h <<_ACEOF
22588 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22589 _ACEOF
22593 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22594 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22595 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22596 $as_echo_n "(cached) " >&6
22597 else
22598 cat >conftest.$ac_ext <<_ACEOF
22599 /* confdefs.h. */
22600 _ACEOF
22601 cat confdefs.h >>conftest.$ac_ext
22602 cat >>conftest.$ac_ext <<_ACEOF
22603 /* end confdefs.h. */
22604 #include <sys/types.h>
22605 #ifdef HAVE_SYS_MTIO_H
22606 #include <sys/mtio.h>
22607 #endif
22610 main ()
22612 static struct mtget ac_aggr;
22613 if (ac_aggr.mt_blkno)
22614 return 0;
22616 return 0;
22618 _ACEOF
22619 rm -f conftest.$ac_objext
22620 if { (ac_try="$ac_compile"
22621 case "(($ac_try" in
22622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22623 *) ac_try_echo=$ac_try;;
22624 esac
22625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22626 $as_echo "$ac_try_echo") >&5
22627 (eval "$ac_compile") 2>conftest.er1
22628 ac_status=$?
22629 grep -v '^ *+' conftest.er1 >conftest.err
22630 rm -f conftest.er1
22631 cat conftest.err >&5
22632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22633 (exit $ac_status); } && {
22634 test -z "$ac_c_werror_flag" ||
22635 test ! -s conftest.err
22636 } && test -s conftest.$ac_objext; then
22637 ac_cv_member_struct_mtget_mt_blkno=yes
22638 else
22639 $as_echo "$as_me: failed program was:" >&5
22640 sed 's/^/| /' conftest.$ac_ext >&5
22642 cat >conftest.$ac_ext <<_ACEOF
22643 /* confdefs.h. */
22644 _ACEOF
22645 cat confdefs.h >>conftest.$ac_ext
22646 cat >>conftest.$ac_ext <<_ACEOF
22647 /* end confdefs.h. */
22648 #include <sys/types.h>
22649 #ifdef HAVE_SYS_MTIO_H
22650 #include <sys/mtio.h>
22651 #endif
22654 main ()
22656 static struct mtget ac_aggr;
22657 if (sizeof ac_aggr.mt_blkno)
22658 return 0;
22660 return 0;
22662 _ACEOF
22663 rm -f conftest.$ac_objext
22664 if { (ac_try="$ac_compile"
22665 case "(($ac_try" in
22666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22667 *) ac_try_echo=$ac_try;;
22668 esac
22669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22670 $as_echo "$ac_try_echo") >&5
22671 (eval "$ac_compile") 2>conftest.er1
22672 ac_status=$?
22673 grep -v '^ *+' conftest.er1 >conftest.err
22674 rm -f conftest.er1
22675 cat conftest.err >&5
22676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22677 (exit $ac_status); } && {
22678 test -z "$ac_c_werror_flag" ||
22679 test ! -s conftest.err
22680 } && test -s conftest.$ac_objext; then
22681 ac_cv_member_struct_mtget_mt_blkno=yes
22682 else
22683 $as_echo "$as_me: failed program was:" >&5
22684 sed 's/^/| /' conftest.$ac_ext >&5
22686 ac_cv_member_struct_mtget_mt_blkno=no
22689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22694 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22695 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22696 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22698 cat >>confdefs.h <<_ACEOF
22699 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22700 _ACEOF
22706 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22707 $as_echo_n "checking for struct option.name... " >&6; }
22708 if test "${ac_cv_member_struct_option_name+set}" = set; then
22709 $as_echo_n "(cached) " >&6
22710 else
22711 cat >conftest.$ac_ext <<_ACEOF
22712 /* confdefs.h. */
22713 _ACEOF
22714 cat confdefs.h >>conftest.$ac_ext
22715 cat >>conftest.$ac_ext <<_ACEOF
22716 /* end confdefs.h. */
22717 #ifdef HAVE_GETOPT_H
22718 #include <getopt.h>
22719 #endif
22722 main ()
22724 static struct option ac_aggr;
22725 if (ac_aggr.name)
22726 return 0;
22728 return 0;
22730 _ACEOF
22731 rm -f conftest.$ac_objext
22732 if { (ac_try="$ac_compile"
22733 case "(($ac_try" in
22734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22735 *) ac_try_echo=$ac_try;;
22736 esac
22737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22738 $as_echo "$ac_try_echo") >&5
22739 (eval "$ac_compile") 2>conftest.er1
22740 ac_status=$?
22741 grep -v '^ *+' conftest.er1 >conftest.err
22742 rm -f conftest.er1
22743 cat conftest.err >&5
22744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22745 (exit $ac_status); } && {
22746 test -z "$ac_c_werror_flag" ||
22747 test ! -s conftest.err
22748 } && test -s conftest.$ac_objext; then
22749 ac_cv_member_struct_option_name=yes
22750 else
22751 $as_echo "$as_me: failed program was:" >&5
22752 sed 's/^/| /' conftest.$ac_ext >&5
22754 cat >conftest.$ac_ext <<_ACEOF
22755 /* confdefs.h. */
22756 _ACEOF
22757 cat confdefs.h >>conftest.$ac_ext
22758 cat >>conftest.$ac_ext <<_ACEOF
22759 /* end confdefs.h. */
22760 #ifdef HAVE_GETOPT_H
22761 #include <getopt.h>
22762 #endif
22765 main ()
22767 static struct option ac_aggr;
22768 if (sizeof ac_aggr.name)
22769 return 0;
22771 return 0;
22773 _ACEOF
22774 rm -f conftest.$ac_objext
22775 if { (ac_try="$ac_compile"
22776 case "(($ac_try" in
22777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22778 *) ac_try_echo=$ac_try;;
22779 esac
22780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22781 $as_echo "$ac_try_echo") >&5
22782 (eval "$ac_compile") 2>conftest.er1
22783 ac_status=$?
22784 grep -v '^ *+' conftest.er1 >conftest.err
22785 rm -f conftest.er1
22786 cat conftest.err >&5
22787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22788 (exit $ac_status); } && {
22789 test -z "$ac_c_werror_flag" ||
22790 test ! -s conftest.err
22791 } && test -s conftest.$ac_objext; then
22792 ac_cv_member_struct_option_name=yes
22793 else
22794 $as_echo "$as_me: failed program was:" >&5
22795 sed 's/^/| /' conftest.$ac_ext >&5
22797 ac_cv_member_struct_option_name=no
22800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22805 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22806 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22807 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22809 cat >>confdefs.h <<_ACEOF
22810 #define HAVE_STRUCT_OPTION_NAME 1
22811 _ACEOF
22817 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22818 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22819 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22820 $as_echo_n "(cached) " >&6
22821 else
22822 cat >conftest.$ac_ext <<_ACEOF
22823 /* confdefs.h. */
22824 _ACEOF
22825 cat confdefs.h >>conftest.$ac_ext
22826 cat >>conftest.$ac_ext <<_ACEOF
22827 /* end confdefs.h. */
22828 $ac_includes_default
22830 main ()
22832 static struct stat ac_aggr;
22833 if (ac_aggr.st_blocks)
22834 return 0;
22836 return 0;
22838 _ACEOF
22839 rm -f conftest.$ac_objext
22840 if { (ac_try="$ac_compile"
22841 case "(($ac_try" in
22842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22843 *) ac_try_echo=$ac_try;;
22844 esac
22845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22846 $as_echo "$ac_try_echo") >&5
22847 (eval "$ac_compile") 2>conftest.er1
22848 ac_status=$?
22849 grep -v '^ *+' conftest.er1 >conftest.err
22850 rm -f conftest.er1
22851 cat conftest.err >&5
22852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853 (exit $ac_status); } && {
22854 test -z "$ac_c_werror_flag" ||
22855 test ! -s conftest.err
22856 } && test -s conftest.$ac_objext; then
22857 ac_cv_member_struct_stat_st_blocks=yes
22858 else
22859 $as_echo "$as_me: failed program was:" >&5
22860 sed 's/^/| /' conftest.$ac_ext >&5
22862 cat >conftest.$ac_ext <<_ACEOF
22863 /* confdefs.h. */
22864 _ACEOF
22865 cat confdefs.h >>conftest.$ac_ext
22866 cat >>conftest.$ac_ext <<_ACEOF
22867 /* end confdefs.h. */
22868 $ac_includes_default
22870 main ()
22872 static struct stat ac_aggr;
22873 if (sizeof ac_aggr.st_blocks)
22874 return 0;
22876 return 0;
22878 _ACEOF
22879 rm -f conftest.$ac_objext
22880 if { (ac_try="$ac_compile"
22881 case "(($ac_try" in
22882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22883 *) ac_try_echo=$ac_try;;
22884 esac
22885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22886 $as_echo "$ac_try_echo") >&5
22887 (eval "$ac_compile") 2>conftest.er1
22888 ac_status=$?
22889 grep -v '^ *+' conftest.er1 >conftest.err
22890 rm -f conftest.er1
22891 cat conftest.err >&5
22892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22893 (exit $ac_status); } && {
22894 test -z "$ac_c_werror_flag" ||
22895 test ! -s conftest.err
22896 } && test -s conftest.$ac_objext; then
22897 ac_cv_member_struct_stat_st_blocks=yes
22898 else
22899 $as_echo "$as_me: failed program was:" >&5
22900 sed 's/^/| /' conftest.$ac_ext >&5
22902 ac_cv_member_struct_stat_st_blocks=no
22905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22910 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22911 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22912 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22914 cat >>confdefs.h <<_ACEOF
22915 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22916 _ACEOF
22920 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22921 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22922 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22923 $as_echo_n "(cached) " >&6
22924 else
22925 cat >conftest.$ac_ext <<_ACEOF
22926 /* confdefs.h. */
22927 _ACEOF
22928 cat confdefs.h >>conftest.$ac_ext
22929 cat >>conftest.$ac_ext <<_ACEOF
22930 /* end confdefs.h. */
22931 $ac_includes_default
22933 main ()
22935 static struct stat ac_aggr;
22936 if (ac_aggr.st_mtim)
22937 return 0;
22939 return 0;
22941 _ACEOF
22942 rm -f conftest.$ac_objext
22943 if { (ac_try="$ac_compile"
22944 case "(($ac_try" in
22945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22946 *) ac_try_echo=$ac_try;;
22947 esac
22948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22949 $as_echo "$ac_try_echo") >&5
22950 (eval "$ac_compile") 2>conftest.er1
22951 ac_status=$?
22952 grep -v '^ *+' conftest.er1 >conftest.err
22953 rm -f conftest.er1
22954 cat conftest.err >&5
22955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22956 (exit $ac_status); } && {
22957 test -z "$ac_c_werror_flag" ||
22958 test ! -s conftest.err
22959 } && test -s conftest.$ac_objext; then
22960 ac_cv_member_struct_stat_st_mtim=yes
22961 else
22962 $as_echo "$as_me: failed program was:" >&5
22963 sed 's/^/| /' conftest.$ac_ext >&5
22965 cat >conftest.$ac_ext <<_ACEOF
22966 /* confdefs.h. */
22967 _ACEOF
22968 cat confdefs.h >>conftest.$ac_ext
22969 cat >>conftest.$ac_ext <<_ACEOF
22970 /* end confdefs.h. */
22971 $ac_includes_default
22973 main ()
22975 static struct stat ac_aggr;
22976 if (sizeof ac_aggr.st_mtim)
22977 return 0;
22979 return 0;
22981 _ACEOF
22982 rm -f conftest.$ac_objext
22983 if { (ac_try="$ac_compile"
22984 case "(($ac_try" in
22985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22986 *) ac_try_echo=$ac_try;;
22987 esac
22988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22989 $as_echo "$ac_try_echo") >&5
22990 (eval "$ac_compile") 2>conftest.er1
22991 ac_status=$?
22992 grep -v '^ *+' conftest.er1 >conftest.err
22993 rm -f conftest.er1
22994 cat conftest.err >&5
22995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22996 (exit $ac_status); } && {
22997 test -z "$ac_c_werror_flag" ||
22998 test ! -s conftest.err
22999 } && test -s conftest.$ac_objext; then
23000 ac_cv_member_struct_stat_st_mtim=yes
23001 else
23002 $as_echo "$as_me: failed program was:" >&5
23003 sed 's/^/| /' conftest.$ac_ext >&5
23005 ac_cv_member_struct_stat_st_mtim=no
23008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23013 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23014 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23015 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23017 cat >>confdefs.h <<_ACEOF
23018 #define HAVE_STRUCT_STAT_ST_MTIM 1
23019 _ACEOF
23023 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23024 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23025 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23026 $as_echo_n "(cached) " >&6
23027 else
23028 cat >conftest.$ac_ext <<_ACEOF
23029 /* confdefs.h. */
23030 _ACEOF
23031 cat confdefs.h >>conftest.$ac_ext
23032 cat >>conftest.$ac_ext <<_ACEOF
23033 /* end confdefs.h. */
23034 $ac_includes_default
23036 main ()
23038 static struct stat ac_aggr;
23039 if (ac_aggr.st_ctim)
23040 return 0;
23042 return 0;
23044 _ACEOF
23045 rm -f conftest.$ac_objext
23046 if { (ac_try="$ac_compile"
23047 case "(($ac_try" in
23048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23049 *) ac_try_echo=$ac_try;;
23050 esac
23051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23052 $as_echo "$ac_try_echo") >&5
23053 (eval "$ac_compile") 2>conftest.er1
23054 ac_status=$?
23055 grep -v '^ *+' conftest.er1 >conftest.err
23056 rm -f conftest.er1
23057 cat conftest.err >&5
23058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059 (exit $ac_status); } && {
23060 test -z "$ac_c_werror_flag" ||
23061 test ! -s conftest.err
23062 } && test -s conftest.$ac_objext; then
23063 ac_cv_member_struct_stat_st_ctim=yes
23064 else
23065 $as_echo "$as_me: failed program was:" >&5
23066 sed 's/^/| /' conftest.$ac_ext >&5
23068 cat >conftest.$ac_ext <<_ACEOF
23069 /* confdefs.h. */
23070 _ACEOF
23071 cat confdefs.h >>conftest.$ac_ext
23072 cat >>conftest.$ac_ext <<_ACEOF
23073 /* end confdefs.h. */
23074 $ac_includes_default
23076 main ()
23078 static struct stat ac_aggr;
23079 if (sizeof ac_aggr.st_ctim)
23080 return 0;
23082 return 0;
23084 _ACEOF
23085 rm -f conftest.$ac_objext
23086 if { (ac_try="$ac_compile"
23087 case "(($ac_try" in
23088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23089 *) ac_try_echo=$ac_try;;
23090 esac
23091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23092 $as_echo "$ac_try_echo") >&5
23093 (eval "$ac_compile") 2>conftest.er1
23094 ac_status=$?
23095 grep -v '^ *+' conftest.er1 >conftest.err
23096 rm -f conftest.er1
23097 cat conftest.err >&5
23098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23099 (exit $ac_status); } && {
23100 test -z "$ac_c_werror_flag" ||
23101 test ! -s conftest.err
23102 } && test -s conftest.$ac_objext; then
23103 ac_cv_member_struct_stat_st_ctim=yes
23104 else
23105 $as_echo "$as_me: failed program was:" >&5
23106 sed 's/^/| /' conftest.$ac_ext >&5
23108 ac_cv_member_struct_stat_st_ctim=no
23111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23116 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23117 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23118 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23120 cat >>confdefs.h <<_ACEOF
23121 #define HAVE_STRUCT_STAT_ST_CTIM 1
23122 _ACEOF
23126 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23127 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23128 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23129 $as_echo_n "(cached) " >&6
23130 else
23131 cat >conftest.$ac_ext <<_ACEOF
23132 /* confdefs.h. */
23133 _ACEOF
23134 cat confdefs.h >>conftest.$ac_ext
23135 cat >>conftest.$ac_ext <<_ACEOF
23136 /* end confdefs.h. */
23137 $ac_includes_default
23139 main ()
23141 static struct stat ac_aggr;
23142 if (ac_aggr.st_atim)
23143 return 0;
23145 return 0;
23147 _ACEOF
23148 rm -f conftest.$ac_objext
23149 if { (ac_try="$ac_compile"
23150 case "(($ac_try" in
23151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23152 *) ac_try_echo=$ac_try;;
23153 esac
23154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23155 $as_echo "$ac_try_echo") >&5
23156 (eval "$ac_compile") 2>conftest.er1
23157 ac_status=$?
23158 grep -v '^ *+' conftest.er1 >conftest.err
23159 rm -f conftest.er1
23160 cat conftest.err >&5
23161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23162 (exit $ac_status); } && {
23163 test -z "$ac_c_werror_flag" ||
23164 test ! -s conftest.err
23165 } && test -s conftest.$ac_objext; then
23166 ac_cv_member_struct_stat_st_atim=yes
23167 else
23168 $as_echo "$as_me: failed program was:" >&5
23169 sed 's/^/| /' conftest.$ac_ext >&5
23171 cat >conftest.$ac_ext <<_ACEOF
23172 /* confdefs.h. */
23173 _ACEOF
23174 cat confdefs.h >>conftest.$ac_ext
23175 cat >>conftest.$ac_ext <<_ACEOF
23176 /* end confdefs.h. */
23177 $ac_includes_default
23179 main ()
23181 static struct stat ac_aggr;
23182 if (sizeof ac_aggr.st_atim)
23183 return 0;
23185 return 0;
23187 _ACEOF
23188 rm -f conftest.$ac_objext
23189 if { (ac_try="$ac_compile"
23190 case "(($ac_try" in
23191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23192 *) ac_try_echo=$ac_try;;
23193 esac
23194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23195 $as_echo "$ac_try_echo") >&5
23196 (eval "$ac_compile") 2>conftest.er1
23197 ac_status=$?
23198 grep -v '^ *+' conftest.er1 >conftest.err
23199 rm -f conftest.er1
23200 cat conftest.err >&5
23201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23202 (exit $ac_status); } && {
23203 test -z "$ac_c_werror_flag" ||
23204 test ! -s conftest.err
23205 } && test -s conftest.$ac_objext; then
23206 ac_cv_member_struct_stat_st_atim=yes
23207 else
23208 $as_echo "$as_me: failed program was:" >&5
23209 sed 's/^/| /' conftest.$ac_ext >&5
23211 ac_cv_member_struct_stat_st_atim=no
23214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23219 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23220 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23221 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23223 cat >>confdefs.h <<_ACEOF
23224 #define HAVE_STRUCT_STAT_ST_ATIM 1
23225 _ACEOF
23231 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23232 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23233 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23234 $as_echo_n "(cached) " >&6
23235 else
23236 cat >conftest.$ac_ext <<_ACEOF
23237 /* confdefs.h. */
23238 _ACEOF
23239 cat confdefs.h >>conftest.$ac_ext
23240 cat >>conftest.$ac_ext <<_ACEOF
23241 /* end confdefs.h. */
23242 #ifdef HAVE_SYS_TYPES_H
23243 #include <sys/types.h>
23244 #endif
23245 #ifdef HAVE_NETINET_IN_H
23246 #include <netinet/in.h>
23247 #endif
23250 main ()
23252 static struct sockaddr_in6 ac_aggr;
23253 if (ac_aggr.sin6_scope_id)
23254 return 0;
23256 return 0;
23258 _ACEOF
23259 rm -f conftest.$ac_objext
23260 if { (ac_try="$ac_compile"
23261 case "(($ac_try" in
23262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23263 *) ac_try_echo=$ac_try;;
23264 esac
23265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23266 $as_echo "$ac_try_echo") >&5
23267 (eval "$ac_compile") 2>conftest.er1
23268 ac_status=$?
23269 grep -v '^ *+' conftest.er1 >conftest.err
23270 rm -f conftest.er1
23271 cat conftest.err >&5
23272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23273 (exit $ac_status); } && {
23274 test -z "$ac_c_werror_flag" ||
23275 test ! -s conftest.err
23276 } && test -s conftest.$ac_objext; then
23277 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23278 else
23279 $as_echo "$as_me: failed program was:" >&5
23280 sed 's/^/| /' conftest.$ac_ext >&5
23282 cat >conftest.$ac_ext <<_ACEOF
23283 /* confdefs.h. */
23284 _ACEOF
23285 cat confdefs.h >>conftest.$ac_ext
23286 cat >>conftest.$ac_ext <<_ACEOF
23287 /* end confdefs.h. */
23288 #ifdef HAVE_SYS_TYPES_H
23289 #include <sys/types.h>
23290 #endif
23291 #ifdef HAVE_NETINET_IN_H
23292 #include <netinet/in.h>
23293 #endif
23296 main ()
23298 static struct sockaddr_in6 ac_aggr;
23299 if (sizeof ac_aggr.sin6_scope_id)
23300 return 0;
23302 return 0;
23304 _ACEOF
23305 rm -f conftest.$ac_objext
23306 if { (ac_try="$ac_compile"
23307 case "(($ac_try" in
23308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23309 *) ac_try_echo=$ac_try;;
23310 esac
23311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23312 $as_echo "$ac_try_echo") >&5
23313 (eval "$ac_compile") 2>conftest.er1
23314 ac_status=$?
23315 grep -v '^ *+' conftest.er1 >conftest.err
23316 rm -f conftest.er1
23317 cat conftest.err >&5
23318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23319 (exit $ac_status); } && {
23320 test -z "$ac_c_werror_flag" ||
23321 test ! -s conftest.err
23322 } && test -s conftest.$ac_objext; then
23323 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23324 else
23325 $as_echo "$as_me: failed program was:" >&5
23326 sed 's/^/| /' conftest.$ac_ext >&5
23328 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23336 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23337 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23338 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23340 cat >>confdefs.h <<_ACEOF
23341 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23342 _ACEOF
23348 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23349 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23350 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23351 $as_echo_n "(cached) " >&6
23352 else
23353 cat >conftest.$ac_ext <<_ACEOF
23354 /* confdefs.h. */
23355 _ACEOF
23356 cat confdefs.h >>conftest.$ac_ext
23357 cat >>conftest.$ac_ext <<_ACEOF
23358 /* end confdefs.h. */
23359 #ifdef HAVE_SYS_TYPES_H
23360 #include <sys/types.h>
23361 #endif
23362 #ifdef HAVE_NETINET_IN_H
23363 # include <netinet/in.h>
23364 #endif
23365 #ifdef HAVE_ARPA_NAMESER_H
23366 # include <arpa/nameser.h>
23367 #endif
23370 main ()
23372 static ns_msg ac_aggr;
23373 if (ac_aggr._msg_ptr)
23374 return 0;
23376 return 0;
23378 _ACEOF
23379 rm -f conftest.$ac_objext
23380 if { (ac_try="$ac_compile"
23381 case "(($ac_try" in
23382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23383 *) ac_try_echo=$ac_try;;
23384 esac
23385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23386 $as_echo "$ac_try_echo") >&5
23387 (eval "$ac_compile") 2>conftest.er1
23388 ac_status=$?
23389 grep -v '^ *+' conftest.er1 >conftest.err
23390 rm -f conftest.er1
23391 cat conftest.err >&5
23392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); } && {
23394 test -z "$ac_c_werror_flag" ||
23395 test ! -s conftest.err
23396 } && test -s conftest.$ac_objext; then
23397 ac_cv_member_ns_msg__msg_ptr=yes
23398 else
23399 $as_echo "$as_me: failed program was:" >&5
23400 sed 's/^/| /' conftest.$ac_ext >&5
23402 cat >conftest.$ac_ext <<_ACEOF
23403 /* confdefs.h. */
23404 _ACEOF
23405 cat confdefs.h >>conftest.$ac_ext
23406 cat >>conftest.$ac_ext <<_ACEOF
23407 /* end confdefs.h. */
23408 #ifdef HAVE_SYS_TYPES_H
23409 #include <sys/types.h>
23410 #endif
23411 #ifdef HAVE_NETINET_IN_H
23412 # include <netinet/in.h>
23413 #endif
23414 #ifdef HAVE_ARPA_NAMESER_H
23415 # include <arpa/nameser.h>
23416 #endif
23419 main ()
23421 static ns_msg ac_aggr;
23422 if (sizeof ac_aggr._msg_ptr)
23423 return 0;
23425 return 0;
23427 _ACEOF
23428 rm -f conftest.$ac_objext
23429 if { (ac_try="$ac_compile"
23430 case "(($ac_try" in
23431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23432 *) ac_try_echo=$ac_try;;
23433 esac
23434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23435 $as_echo "$ac_try_echo") >&5
23436 (eval "$ac_compile") 2>conftest.er1
23437 ac_status=$?
23438 grep -v '^ *+' conftest.er1 >conftest.err
23439 rm -f conftest.er1
23440 cat conftest.err >&5
23441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); } && {
23443 test -z "$ac_c_werror_flag" ||
23444 test ! -s conftest.err
23445 } && test -s conftest.$ac_objext; then
23446 ac_cv_member_ns_msg__msg_ptr=yes
23447 else
23448 $as_echo "$as_me: failed program was:" >&5
23449 sed 's/^/| /' conftest.$ac_ext >&5
23451 ac_cv_member_ns_msg__msg_ptr=no
23454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23459 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23460 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23461 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23463 cat >>confdefs.h <<_ACEOF
23464 #define HAVE_NS_MSG__MSG_PTR 1
23465 _ACEOF
23471 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23472 $as_echo_n "checking for timezone variable... " >&6; }
23473 if test "${ac_cv_have_timezone+set}" = set; then
23474 $as_echo_n "(cached) " >&6
23475 else
23476 cat >conftest.$ac_ext <<_ACEOF
23477 /* confdefs.h. */
23478 _ACEOF
23479 cat confdefs.h >>conftest.$ac_ext
23480 cat >>conftest.$ac_ext <<_ACEOF
23481 /* end confdefs.h. */
23482 #include <time.h>
23484 main ()
23486 timezone = 1
23488 return 0;
23490 _ACEOF
23491 rm -f conftest.$ac_objext conftest$ac_exeext
23492 if { (ac_try="$ac_link"
23493 case "(($ac_try" in
23494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23495 *) ac_try_echo=$ac_try;;
23496 esac
23497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23498 $as_echo "$ac_try_echo") >&5
23499 (eval "$ac_link") 2>conftest.er1
23500 ac_status=$?
23501 grep -v '^ *+' conftest.er1 >conftest.err
23502 rm -f conftest.er1
23503 cat conftest.err >&5
23504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23505 (exit $ac_status); } && {
23506 test -z "$ac_c_werror_flag" ||
23507 test ! -s conftest.err
23508 } && test -s conftest$ac_exeext && {
23509 test "$cross_compiling" = yes ||
23510 $as_test_x conftest$ac_exeext
23511 }; then
23512 ac_cv_have_timezone="yes"
23513 else
23514 $as_echo "$as_me: failed program was:" >&5
23515 sed 's/^/| /' conftest.$ac_ext >&5
23517 ac_cv_have_timezone="no"
23520 rm -rf conftest.dSYM
23521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23522 conftest$ac_exeext conftest.$ac_ext
23524 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23525 $as_echo "$ac_cv_have_timezone" >&6; }
23526 if test "$ac_cv_have_timezone" = "yes"
23527 then
23529 cat >>confdefs.h <<\_ACEOF
23530 #define HAVE_TIMEZONE 1
23531 _ACEOF
23534 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23535 $as_echo_n "checking for daylight variable... " >&6; }
23536 if test "${ac_cv_have_daylight+set}" = set; then
23537 $as_echo_n "(cached) " >&6
23538 else
23539 cat >conftest.$ac_ext <<_ACEOF
23540 /* confdefs.h. */
23541 _ACEOF
23542 cat confdefs.h >>conftest.$ac_ext
23543 cat >>conftest.$ac_ext <<_ACEOF
23544 /* end confdefs.h. */
23545 #include <time.h>
23547 main ()
23549 daylight = 1
23551 return 0;
23553 _ACEOF
23554 rm -f conftest.$ac_objext conftest$ac_exeext
23555 if { (ac_try="$ac_link"
23556 case "(($ac_try" in
23557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23558 *) ac_try_echo=$ac_try;;
23559 esac
23560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23561 $as_echo "$ac_try_echo") >&5
23562 (eval "$ac_link") 2>conftest.er1
23563 ac_status=$?
23564 grep -v '^ *+' conftest.er1 >conftest.err
23565 rm -f conftest.er1
23566 cat conftest.err >&5
23567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23568 (exit $ac_status); } && {
23569 test -z "$ac_c_werror_flag" ||
23570 test ! -s conftest.err
23571 } && test -s conftest$ac_exeext && {
23572 test "$cross_compiling" = yes ||
23573 $as_test_x conftest$ac_exeext
23574 }; then
23575 ac_cv_have_daylight="yes"
23576 else
23577 $as_echo "$as_me: failed program was:" >&5
23578 sed 's/^/| /' conftest.$ac_ext >&5
23580 ac_cv_have_daylight="no"
23583 rm -rf conftest.dSYM
23584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23585 conftest$ac_exeext conftest.$ac_ext
23587 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23588 $as_echo "$ac_cv_have_daylight" >&6; }
23589 if test "$ac_cv_have_daylight" = "yes"
23590 then
23592 cat >>confdefs.h <<\_ACEOF
23593 #define HAVE_DAYLIGHT 1
23594 _ACEOF
23598 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23599 $as_echo_n "checking for isinf... " >&6; }
23600 if test "${ac_cv_have_isinf+set}" = set; then
23601 $as_echo_n "(cached) " >&6
23602 else
23603 cat >conftest.$ac_ext <<_ACEOF
23604 /* confdefs.h. */
23605 _ACEOF
23606 cat confdefs.h >>conftest.$ac_ext
23607 cat >>conftest.$ac_ext <<_ACEOF
23608 /* end confdefs.h. */
23609 #include <math.h>
23611 main ()
23613 float f = 0.0; int i=isinf(f)
23615 return 0;
23617 _ACEOF
23618 rm -f conftest.$ac_objext conftest$ac_exeext
23619 if { (ac_try="$ac_link"
23620 case "(($ac_try" in
23621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23622 *) ac_try_echo=$ac_try;;
23623 esac
23624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23625 $as_echo "$ac_try_echo") >&5
23626 (eval "$ac_link") 2>conftest.er1
23627 ac_status=$?
23628 grep -v '^ *+' conftest.er1 >conftest.err
23629 rm -f conftest.er1
23630 cat conftest.err >&5
23631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23632 (exit $ac_status); } && {
23633 test -z "$ac_c_werror_flag" ||
23634 test ! -s conftest.err
23635 } && test -s conftest$ac_exeext && {
23636 test "$cross_compiling" = yes ||
23637 $as_test_x conftest$ac_exeext
23638 }; then
23639 ac_cv_have_isinf="yes"
23640 else
23641 $as_echo "$as_me: failed program was:" >&5
23642 sed 's/^/| /' conftest.$ac_ext >&5
23644 ac_cv_have_isinf="no"
23647 rm -rf conftest.dSYM
23648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23649 conftest$ac_exeext conftest.$ac_ext
23651 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23652 $as_echo "$ac_cv_have_isinf" >&6; }
23653 if test "$ac_cv_have_isinf" = "yes"
23654 then
23656 cat >>confdefs.h <<\_ACEOF
23657 #define HAVE_ISINF 1
23658 _ACEOF
23662 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23663 $as_echo_n "checking for isnan... " >&6; }
23664 if test "${ac_cv_have_isnan+set}" = set; then
23665 $as_echo_n "(cached) " >&6
23666 else
23667 cat >conftest.$ac_ext <<_ACEOF
23668 /* confdefs.h. */
23669 _ACEOF
23670 cat confdefs.h >>conftest.$ac_ext
23671 cat >>conftest.$ac_ext <<_ACEOF
23672 /* end confdefs.h. */
23673 #include <math.h>
23675 main ()
23677 float f = 0.0; int i=isnan(f)
23679 return 0;
23681 _ACEOF
23682 rm -f conftest.$ac_objext conftest$ac_exeext
23683 if { (ac_try="$ac_link"
23684 case "(($ac_try" in
23685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23686 *) ac_try_echo=$ac_try;;
23687 esac
23688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23689 $as_echo "$ac_try_echo") >&5
23690 (eval "$ac_link") 2>conftest.er1
23691 ac_status=$?
23692 grep -v '^ *+' conftest.er1 >conftest.err
23693 rm -f conftest.er1
23694 cat conftest.err >&5
23695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23696 (exit $ac_status); } && {
23697 test -z "$ac_c_werror_flag" ||
23698 test ! -s conftest.err
23699 } && test -s conftest$ac_exeext && {
23700 test "$cross_compiling" = yes ||
23701 $as_test_x conftest$ac_exeext
23702 }; then
23703 ac_cv_have_isnan="yes"
23704 else
23705 $as_echo "$as_me: failed program was:" >&5
23706 sed 's/^/| /' conftest.$ac_ext >&5
23708 ac_cv_have_isnan="no"
23711 rm -rf conftest.dSYM
23712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23713 conftest$ac_exeext conftest.$ac_ext
23715 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23716 $as_echo "$ac_cv_have_isnan" >&6; }
23717 if test "$ac_cv_have_isnan" = "yes"
23718 then
23720 cat >>confdefs.h <<\_ACEOF
23721 #define HAVE_ISNAN 1
23722 _ACEOF
23727 case $host_cpu in
23728 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23729 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23730 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23731 $as_echo_n "(cached) " >&6
23732 else
23733 cat >conftest.$ac_ext <<_ACEOF
23734 /* confdefs.h. */
23735 _ACEOF
23736 cat confdefs.h >>conftest.$ac_ext
23737 cat >>conftest.$ac_ext <<_ACEOF
23738 /* end confdefs.h. */
23739 #ifndef __i386__
23741 #endif
23742 _ACEOF
23743 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23744 $EGREP "yes" >/dev/null 2>&1; then
23745 ac_cv_cpp_def___i386__=yes
23746 else
23747 ac_cv_cpp_def___i386__=no
23749 rm -f conftest*
23752 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23753 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23754 if test $ac_cv_cpp_def___i386__ = yes; then
23755 CFLAGS="$CFLAGS -D__i386__"
23756 LINTFLAGS="$LINTFLAGS -D__i386__"
23759 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23760 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23761 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23762 $as_echo_n "(cached) " >&6
23763 else
23764 cat >conftest.$ac_ext <<_ACEOF
23765 /* confdefs.h. */
23766 _ACEOF
23767 cat confdefs.h >>conftest.$ac_ext
23768 cat >>conftest.$ac_ext <<_ACEOF
23769 /* end confdefs.h. */
23770 #ifndef __x86_64__
23772 #endif
23773 _ACEOF
23774 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23775 $EGREP "yes" >/dev/null 2>&1; then
23776 ac_cv_cpp_def___x86_64__=yes
23777 else
23778 ac_cv_cpp_def___x86_64__=no
23780 rm -f conftest*
23783 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23784 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23785 if test $ac_cv_cpp_def___x86_64__ = yes; then
23786 CFLAGS="$CFLAGS -D__x86_64__"
23787 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23790 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23791 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23792 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23793 $as_echo_n "(cached) " >&6
23794 else
23795 cat >conftest.$ac_ext <<_ACEOF
23796 /* confdefs.h. */
23797 _ACEOF
23798 cat confdefs.h >>conftest.$ac_ext
23799 cat >>conftest.$ac_ext <<_ACEOF
23800 /* end confdefs.h. */
23801 #ifndef __ALPHA__
23803 #endif
23804 _ACEOF
23805 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23806 $EGREP "yes" >/dev/null 2>&1; then
23807 ac_cv_cpp_def___ALPHA__=yes
23808 else
23809 ac_cv_cpp_def___ALPHA__=no
23811 rm -f conftest*
23814 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23815 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23816 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23817 CFLAGS="$CFLAGS -D__ALPHA__"
23818 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23821 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23822 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23823 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23824 $as_echo_n "(cached) " >&6
23825 else
23826 cat >conftest.$ac_ext <<_ACEOF
23827 /* confdefs.h. */
23828 _ACEOF
23829 cat confdefs.h >>conftest.$ac_ext
23830 cat >>conftest.$ac_ext <<_ACEOF
23831 /* end confdefs.h. */
23832 #ifndef __sparc__
23834 #endif
23835 _ACEOF
23836 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23837 $EGREP "yes" >/dev/null 2>&1; then
23838 ac_cv_cpp_def___sparc__=yes
23839 else
23840 ac_cv_cpp_def___sparc__=no
23842 rm -f conftest*
23845 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23846 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23847 if test $ac_cv_cpp_def___sparc__ = yes; then
23848 CFLAGS="$CFLAGS -D__sparc__"
23849 LINTFLAGS="$LINTFLAGS -D__sparc__"
23852 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23853 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23854 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23855 $as_echo_n "(cached) " >&6
23856 else
23857 cat >conftest.$ac_ext <<_ACEOF
23858 /* confdefs.h. */
23859 _ACEOF
23860 cat confdefs.h >>conftest.$ac_ext
23861 cat >>conftest.$ac_ext <<_ACEOF
23862 /* end confdefs.h. */
23863 #ifndef __powerpc__
23865 #endif
23866 _ACEOF
23867 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23868 $EGREP "yes" >/dev/null 2>&1; then
23869 ac_cv_cpp_def___powerpc__=yes
23870 else
23871 ac_cv_cpp_def___powerpc__=no
23873 rm -f conftest*
23876 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23877 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23878 if test $ac_cv_cpp_def___powerpc__ = yes; then
23879 CFLAGS="$CFLAGS -D__powerpc__"
23880 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23883 esac
23885 case $host_vendor in
23886 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23887 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23888 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23889 $as_echo_n "(cached) " >&6
23890 else
23891 cat >conftest.$ac_ext <<_ACEOF
23892 /* confdefs.h. */
23893 _ACEOF
23894 cat confdefs.h >>conftest.$ac_ext
23895 cat >>conftest.$ac_ext <<_ACEOF
23896 /* end confdefs.h. */
23897 #ifndef __sun__
23899 #endif
23900 _ACEOF
23901 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23902 $EGREP "yes" >/dev/null 2>&1; then
23903 ac_cv_cpp_def___sun__=yes
23904 else
23905 ac_cv_cpp_def___sun__=no
23907 rm -f conftest*
23910 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23911 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23912 if test $ac_cv_cpp_def___sun__ = yes; then
23913 CFLAGS="$CFLAGS -D__sun__"
23914 LINTFLAGS="$LINTFLAGS -D__sun__"
23917 esac
23920 DEPENDENCIES="### Dependencies:
23922 .INIT: Makefile
23923 .BEGIN: Makefile
23924 Makefile: dummy
23925 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23927 \$(OBJS): \$(IDL_GEN_HEADERS)
23928 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23929 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23930 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23931 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23934 ALL_MAKERULES=""
23936 ALL_MAKEFILES=""
23938 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23941 ALL_TOP_DIRS=""
23943 ALL_DLL_DIRS=""
23945 ALL_IMPLIB_DIRS=""
23947 ALL_TEST_DIRS=""
23949 ALL_PROGRAM_DIRS=""
23951 ALL_PROGRAM_INSTALL_DIRS=""
23953 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23959 ac_config_commands="$ac_config_commands include/stamp-h"
23962 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23964 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23966 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23968 ac_config_commands="$ac_config_commands dlls/user32/resources"
23970 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23972 ac_config_commands="$ac_config_commands include/wine"
23975 ALL_MAKERULES="$ALL_MAKERULES \\
23976 Make.rules"
23977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23978 Make.rules: Make.rules.in"
23979 MAKE_RULES=Make.rules
23980 ac_config_files="$ac_config_files Make.rules"
23982 ALL_MAKERULES="$ALL_MAKERULES \\
23983 dlls/Makedll.rules"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23986 MAKE_DLL_RULES=dlls/Makedll.rules
23987 ac_config_files="$ac_config_files dlls/Makedll.rules"
23989 ALL_MAKERULES="$ALL_MAKERULES \\
23990 dlls/Makeimplib.rules"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23993 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23994 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23996 ALL_MAKERULES="$ALL_MAKERULES \\
23997 dlls/Maketest.rules"
23998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23999 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24000 MAKE_TEST_RULES=dlls/Maketest.rules
24001 ac_config_files="$ac_config_files dlls/Maketest.rules"
24003 ALL_MAKERULES="$ALL_MAKERULES \\
24004 programs/Makeprog.rules"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24007 MAKE_PROG_RULES=programs/Makeprog.rules
24008 ac_config_files="$ac_config_files programs/Makeprog.rules"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 Makefile: Makefile.in Make.rules"
24015 ac_config_files="$ac_config_files Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/Makefile"
24019 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24020 dlls"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/Makefile: dlls/Makefile.in Make.rules"
24023 ac_config_files="$ac_config_files dlls/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/acledit/Makefile"
24027 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 acledit"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/aclui/Makefile"
24035 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 aclui"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/activeds/Makefile"
24043 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 activeds"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/actxprxy/Makefile"
24051 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 actxprxy"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/adsiid/Makefile"
24059 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24060 adsiid"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24063 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/advapi32/Makefile"
24067 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 advapi32"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/advapi32/tests/Makefile"
24075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24076 advapi32/tests"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24079 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/advpack/Makefile"
24083 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 advpack"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/advpack/tests/Makefile"
24091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24092 advpack/tests"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24095 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/amstream/Makefile"
24099 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 amstream"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/appwiz.cpl/Makefile"
24107 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 appwiz.cpl"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/atl/Makefile"
24115 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 atl"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/atl/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/avicap32/Makefile"
24123 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 avicap32"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/avifil32/Makefile"
24131 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 avifil32"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/browseui/Makefile"
24139 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 browseui"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/browseui/tests/Makefile"
24147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24148 browseui/tests"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24151 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/cabinet/Makefile"
24155 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 cabinet"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24159 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/cabinet/tests/Makefile"
24163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24164 cabinet/tests"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24167 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/capi2032/Makefile"
24171 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 capi2032"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/cards/Makefile"
24179 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 cards"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/cards/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/cfgmgr32/Makefile"
24187 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 cfgmgr32"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/clusapi/Makefile"
24195 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 clusapi"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/comcat/Makefile"
24203 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 comcat"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/comcat/tests/Makefile"
24211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24212 comcat/tests"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24215 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/comctl32/Makefile"
24219 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24220 comctl32"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24223 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/comctl32/tests/Makefile"
24227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24228 comctl32/tests"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24231 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/comdlg32/Makefile"
24235 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 comdlg32"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24239 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/comdlg32/tests/Makefile"
24243 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24244 comdlg32/tests"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24247 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/compstui/Makefile"
24251 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 compstui"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/credui/Makefile"
24259 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 credui"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/credui/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/credui/tests/Makefile"
24267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24268 credui/tests"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24271 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/crtdll/Makefile"
24275 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 crtdll"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/crypt32/Makefile"
24283 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 crypt32"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24287 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/crypt32/tests/Makefile"
24291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24292 crypt32/tests"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24295 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/cryptdlg/Makefile"
24299 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 cryptdlg"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/cryptdll/Makefile"
24307 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 cryptdll"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/cryptnet/Makefile"
24315 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 cryptnet"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/cryptnet/tests/Makefile"
24323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24324 cryptnet/tests"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24327 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/cryptui/Makefile"
24331 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 cryptui"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/cryptui/tests/Makefile"
24339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24340 cryptui/tests"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24343 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/ctapi32/Makefile"
24347 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 ctapi32"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/ctl3d32/Makefile"
24355 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 ctl3d32"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/d3d10/Makefile"
24363 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 d3d10"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/d3d10/tests/Makefile"
24371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24372 d3d10/tests"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24375 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/d3d10core/Makefile"
24379 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 d3d10core"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/d3d10core/tests/Makefile"
24387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24388 d3d10core/tests"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24391 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/d3d8/Makefile"
24395 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 d3d8"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/d3d8/tests/Makefile"
24403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24404 d3d8/tests"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24407 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/d3d9/Makefile"
24411 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 d3d9"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/d3d9/tests/Makefile"
24419 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24420 d3d9/tests"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24423 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/d3dim/Makefile"
24427 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 d3dim"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/d3drm/Makefile"
24435 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 d3drm"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/d3drm/tests/Makefile"
24443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24444 d3drm/tests"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24447 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/d3dx8/Makefile"
24451 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 d3dx8"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/d3dx8/tests/Makefile"
24459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24460 d3dx8/tests"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24463 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/d3dx9_24/Makefile"
24467 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 d3dx9_24"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/d3dx9_25/Makefile"
24475 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 d3dx9_25"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/d3dx9_26/Makefile"
24483 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 d3dx9_26"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/d3dx9_27/Makefile"
24491 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 d3dx9_27"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/d3dx9_28/Makefile"
24499 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500 d3dx9_28"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/d3dx9_29/Makefile"
24507 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 d3dx9_29"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/d3dx9_30/Makefile"
24515 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 d3dx9_30"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/d3dx9_31/Makefile"
24523 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 d3dx9_31"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/d3dx9_32/Makefile"
24531 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 d3dx9_32"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/d3dx9_33/Makefile"
24539 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 d3dx9_33"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/d3dx9_34/Makefile"
24547 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 d3dx9_34"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/d3dx9_35/Makefile"
24555 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 d3dx9_35"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/d3dx9_36/Makefile"
24563 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 d3dx9_36"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/d3dx9_36/tests/Makefile"
24571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24572 d3dx9_36/tests"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24575 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/d3dx9_37/Makefile"
24579 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 d3dx9_37"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/d3dxof/Makefile"
24587 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 d3dxof"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/d3dxof/tests/Makefile"
24595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24596 d3dxof/tests"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24599 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/dbghelp/Makefile"
24603 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 dbghelp"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/dciman32/Makefile"
24611 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 dciman32"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/ddraw/Makefile"
24619 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 ddraw"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/ddraw/tests/Makefile"
24627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24628 ddraw/tests"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24631 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/ddrawex/Makefile"
24635 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 ddrawex"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/ddrawex/tests/Makefile"
24643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24644 ddrawex/tests"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24647 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/devenum/Makefile"
24651 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 devenum"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/dinput/Makefile"
24659 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 dinput"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/dinput/tests/Makefile"
24667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24668 dinput/tests"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24671 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/dinput8/Makefile"
24675 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 dinput8"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/dmband/Makefile"
24683 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 dmband"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/dmcompos/Makefile"
24691 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 dmcompos"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/dmime/Makefile"
24699 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 dmime"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/dmloader/Makefile"
24707 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 dmloader"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/dmscript/Makefile"
24715 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 dmscript"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/dmstyle/Makefile"
24723 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 dmstyle"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/dmsynth/Makefile"
24731 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 dmsynth"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/dmusic/Makefile"
24739 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 dmusic"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/dmusic32/Makefile"
24747 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 dmusic32"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/dnsapi/Makefile"
24755 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 dnsapi"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/dnsapi/tests/Makefile"
24763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764 dnsapi/tests"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24767 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/dplay/Makefile"
24771 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 dplay"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/dplayx/Makefile"
24779 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 dplayx"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/dplayx/tests/Makefile"
24787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24788 dplayx/tests"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24791 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/dpnaddr/Makefile"
24795 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 dpnaddr"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/dpnet/Makefile"
24803 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 dpnet"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/dpnhpast/Makefile"
24811 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 dpnhpast"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/dpnlobby/Makefile"
24819 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 dpnlobby"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/dpwsockx/Makefile"
24827 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 dpwsockx"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/dsound/Makefile"
24835 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 dsound"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/dsound/tests/Makefile"
24843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24844 dsound/tests"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24847 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/dssenh/Makefile"
24851 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 dssenh"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/dswave/Makefile"
24859 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 dswave"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/dwmapi/Makefile"
24867 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 dwmapi"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/dxdiagn/Makefile"
24875 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 dxdiagn"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/dxerr8/Makefile"
24883 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24884 dxerr8"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24887 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/dxerr9/Makefile"
24891 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24892 dxerr9"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24895 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/dxgi/Makefile"
24899 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 dxgi"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/dxgi/tests/Makefile"
24907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24908 dxgi/tests"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24911 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/dxguid/Makefile"
24915 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24916 dxguid"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24919 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/faultrep/Makefile"
24923 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 faultrep"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/fusion/Makefile"
24931 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 fusion"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/fusion/tests/Makefile"
24939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940 fusion/tests"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24943 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/gdi32/Makefile"
24947 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 gdi32"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/gdi32/tests/Makefile"
24955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24956 gdi32/tests"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24959 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/gdiplus/Makefile"
24963 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 gdiplus"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/gdiplus/tests/Makefile"
24971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24972 gdiplus/tests"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24975 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/glu32/Makefile"
24979 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24980 glu32"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24983 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/gphoto2.ds/Makefile"
24987 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 gphoto2.ds"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/gpkcsp/Makefile"
24995 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 gpkcsp"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/hal/Makefile"
25003 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 hal"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/hal/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/hhctrl.ocx/Makefile"
25011 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 hhctrl.ocx"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/hid/Makefile"
25019 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 hid"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/hid/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/hlink/Makefile"
25027 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 hlink"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/hlink/tests/Makefile"
25035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25036 hlink/tests"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25039 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/hnetcfg/Makefile"
25043 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 hnetcfg"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/httpapi/Makefile"
25051 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 httpapi"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/iccvid/Makefile"
25059 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 iccvid"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/icmp/Makefile"
25067 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 icmp"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/ifsmgr.vxd/Makefile"
25075 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 ifsmgr.vxd"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/imaadp32.acm/Makefile"
25083 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 imaadp32.acm"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/imagehlp/Makefile"
25091 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 imagehlp"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/imm32/Makefile"
25099 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 imm32"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/imm32/tests/Makefile"
25107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25108 imm32/tests"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25111 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/inetcomm/Makefile"
25115 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 inetcomm"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/inetcomm/tests/Makefile"
25123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25124 inetcomm/tests"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25127 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/inetmib1/Makefile"
25131 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 inetmib1"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/inetmib1/tests/Makefile"
25139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25140 inetmib1/tests"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25143 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/infosoft/Makefile"
25147 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 infosoft"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/infosoft/tests/Makefile"
25155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25156 infosoft/tests"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25159 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/initpki/Makefile"
25163 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 initpki"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/inkobj/Makefile"
25171 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 inkobj"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/inseng/Makefile"
25179 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 inseng"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/iphlpapi/Makefile"
25187 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 iphlpapi"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/iphlpapi/tests/Makefile"
25195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25196 iphlpapi/tests"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25199 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/itircl/Makefile"
25203 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 itircl"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/itss/Makefile"
25211 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 itss"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/itss/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/itss/tests/Makefile"
25219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25220 itss/tests"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25223 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/jscript/Makefile"
25227 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 jscript"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25231 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/jscript/tests/Makefile"
25235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25236 jscript/tests"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25239 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/kernel32/Makefile"
25243 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 kernel32"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/kernel32/tests/Makefile"
25251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25252 kernel32/tests"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25255 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/loadperf/Makefile"
25259 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 loadperf"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/localspl/Makefile"
25267 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 localspl"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/localspl/tests/Makefile"
25275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25276 localspl/tests"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25279 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/localui/Makefile"
25283 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 localui"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/localui/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/localui/tests/Makefile"
25291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25292 localui/tests"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25295 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/lz32/Makefile"
25299 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 lz32"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/lz32/tests/Makefile"
25307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25308 lz32/tests"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25311 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/mapi32/Makefile"
25315 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 mapi32"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/mapi32/tests/Makefile"
25323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25324 mapi32/tests"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25327 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/mciavi32/Makefile"
25331 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 mciavi32"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/mcicda/Makefile"
25339 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 mcicda"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/mciseq/Makefile"
25347 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 mciseq"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/mciwave/Makefile"
25355 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 mciwave"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/midimap/Makefile"
25363 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364 midimap"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25367 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/mlang/Makefile"
25371 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 mlang"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/mlang/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380 mlang/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/mmdevldr.vxd/Makefile"
25387 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 mmdevldr.vxd"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/monodebg.vxd/Makefile"
25395 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 monodebg.vxd"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/mountmgr.sys/Makefile"
25403 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 mountmgr.sys"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/mpr/Makefile"
25411 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 mpr"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/mprapi/Makefile"
25419 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 mprapi"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/msacm32.drv/Makefile"
25427 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 msacm32.drv"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/msacm32/Makefile"
25435 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436 msacm32"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/msacm32/tests/Makefile"
25443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25444 msacm32/tests"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25447 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/msadp32.acm/Makefile"
25451 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25452 msadp32.acm"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25455 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/mscat32/Makefile"
25459 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 mscat32"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/mscms/Makefile"
25467 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 mscms"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/mscms/tests/Makefile"
25475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25476 mscms/tests"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25479 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/mscoree/Makefile"
25483 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 mscoree"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/msdmo/Makefile"
25491 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492 msdmo"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/msftedit/Makefile"
25499 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 msftedit"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/msg711.acm/Makefile"
25507 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 msg711.acm"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/mshtml.tlb/Makefile"
25515 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 mshtml.tlb"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/mshtml/Makefile"
25523 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 mshtml"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/mshtml/tests/Makefile"
25531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25532 mshtml/tests"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25535 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/msi/Makefile"
25539 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540 msi"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/msi/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/msi/tests/Makefile"
25547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25548 msi/tests"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25551 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/msimg32/Makefile"
25555 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556 msimg32"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/msimtf/Makefile"
25563 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 msimtf"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/msisip/Makefile"
25571 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572 msisip"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/msisys.ocx/Makefile"
25579 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25580 msisys.ocx"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25583 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/msnet32/Makefile"
25587 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588 msnet32"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/msrle32/Makefile"
25595 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25596 msrle32"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25599 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/mssip32/Makefile"
25603 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 mssip32"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/mstask/Makefile"
25611 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612 mstask"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/mstask/tests/Makefile"
25619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25620 mstask/tests"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25623 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/msvcirt/Makefile"
25627 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628 msvcirt"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/msvcr71/Makefile"
25635 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25636 msvcr71"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25639 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/msvcrt/Makefile"
25643 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 msvcrt"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/msvcrt/tests/Makefile"
25651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25652 msvcrt/tests"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25655 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/msvcrt20/Makefile"
25659 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 msvcrt20"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/msvcrt40/Makefile"
25667 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25668 msvcrt40"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25671 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/msvcrtd/Makefile"
25675 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 msvcrtd"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/msvcrtd/tests/Makefile"
25683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25684 msvcrtd/tests"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25687 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/msvfw32/Makefile"
25691 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 msvfw32"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/msvfw32/tests/Makefile"
25699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25700 msvfw32/tests"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25703 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/msvidc32/Makefile"
25707 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 msvidc32"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/mswsock/Makefile"
25715 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716 mswsock"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/msxml3/Makefile"
25723 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724 msxml3"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/msxml3/tests/Makefile"
25731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25732 msxml3/tests"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25735 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/nddeapi/Makefile"
25739 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 nddeapi"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/netapi32/Makefile"
25747 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748 netapi32"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/netapi32/tests/Makefile"
25755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25756 netapi32/tests"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25759 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/newdev/Makefile"
25763 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 newdev"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/ntdll/Makefile"
25771 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772 ntdll"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/ntdll/tests/Makefile"
25779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25780 ntdll/tests"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25783 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/ntdsapi/Makefile"
25787 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 ntdsapi"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/ntdsapi/tests/Makefile"
25795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25796 ntdsapi/tests"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25799 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/ntoskrnl.exe/Makefile"
25803 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804 ntoskrnl.exe"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/ntprint/Makefile"
25811 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 ntprint"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/ntprint/tests/Makefile"
25819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25820 ntprint/tests"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25823 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/objsel/Makefile"
25827 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 objsel"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/odbc32/Makefile"
25835 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 odbc32"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/odbccp32/Makefile"
25843 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844 odbccp32"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/odbccp32/tests/Makefile"
25851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25852 odbccp32/tests"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25855 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/ole32/Makefile"
25859 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860 ole32"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/ole32/tests/Makefile"
25867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25868 ole32/tests"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25871 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/oleacc/Makefile"
25875 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 oleacc"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/oleacc/tests/Makefile"
25883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25884 oleacc/tests"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25887 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/oleaut32/Makefile"
25891 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892 oleaut32"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/oleaut32/tests/Makefile"
25899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25900 oleaut32/tests"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25903 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/olecli32/Makefile"
25907 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908 olecli32"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/oledlg/Makefile"
25915 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25916 oledlg"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25919 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/olepro32/Makefile"
25923 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924 olepro32"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/olesvr32/Makefile"
25931 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 olesvr32"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/olethk32/Makefile"
25939 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 olethk32"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/opengl32/Makefile"
25947 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25948 opengl32"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25951 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/opengl32/tests/Makefile"
25955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25956 opengl32/tests"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25959 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/pdh/Makefile"
25963 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25964 pdh"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25967 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/pdh/tests/Makefile"
25971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25972 pdh/tests"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25975 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/pidgen/Makefile"
25979 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980 pidgen"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/powrprof/Makefile"
25987 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988 powrprof"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/printui/Makefile"
25995 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 printui"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/printui/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/propsys/Makefile"
26003 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 propsys"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/psapi/Makefile"
26011 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 psapi"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/psapi/tests/Makefile"
26019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26020 psapi/tests"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26023 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/pstorec/Makefile"
26027 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26028 pstorec"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26031 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/qcap/Makefile"
26035 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036 qcap"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/qedit/Makefile"
26043 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 qedit"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/qedit/tests/Makefile"
26051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26052 qedit/tests"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26055 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/qmgr/Makefile"
26059 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 qmgr"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/qmgr/tests/Makefile"
26067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26068 qmgr/tests"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26071 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/qmgrprxy/Makefile"
26075 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 qmgrprxy"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/quartz/Makefile"
26083 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084 quartz"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/quartz/tests/Makefile"
26091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26092 quartz/tests"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26095 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/query/Makefile"
26099 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100 query"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/query/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/rasapi32/Makefile"
26107 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 rasapi32"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/rasapi32/tests/Makefile"
26115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26116 rasapi32/tests"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26119 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/resutils/Makefile"
26123 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26124 resutils"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26127 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/riched20/Makefile"
26131 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 riched20"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/riched20/tests/Makefile"
26139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26140 riched20/tests"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26143 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/riched32/Makefile"
26147 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148 riched32"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/riched32/tests/Makefile"
26155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26156 riched32/tests"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26159 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/rpcrt4/Makefile"
26163 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164 rpcrt4"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/rpcrt4/tests/Makefile"
26171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26172 rpcrt4/tests"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26175 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/rsabase/Makefile"
26179 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180 rsabase"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/rsaenh/Makefile"
26187 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188 rsaenh"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/rsaenh/tests/Makefile"
26195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26196 rsaenh/tests"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26199 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/sane.ds/Makefile"
26203 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204 sane.ds"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/sccbase/Makefile"
26211 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212 sccbase"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/schannel/Makefile"
26219 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26220 schannel"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26223 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/schannel/tests/Makefile"
26227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26228 schannel/tests"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26231 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/secur32/Makefile"
26235 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236 secur32"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/secur32/tests/Makefile"
26243 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26244 secur32/tests"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26247 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/security/Makefile"
26251 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252 security"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/security/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/sensapi/Makefile"
26259 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26260 sensapi"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26263 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/serialui/Makefile"
26267 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268 serialui"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/serialui/tests/Makefile"
26275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26276 serialui/tests"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26279 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/setupapi/Makefile"
26283 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284 setupapi"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/setupapi/tests/Makefile"
26291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26292 setupapi/tests"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26295 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/sfc/Makefile"
26299 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300 sfc"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/sfc_os/Makefile"
26307 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308 sfc_os"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/shdoclc/Makefile"
26315 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26316 shdoclc"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26319 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/shdocvw/Makefile"
26323 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26324 shdocvw"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26327 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/shdocvw/tests/Makefile"
26331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26332 shdocvw/tests"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26335 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/shell32/Makefile"
26339 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 shell32"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/shell32/tests/Makefile"
26347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26348 shell32/tests"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26351 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/shfolder/Makefile"
26355 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26356 shfolder"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26359 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/shlwapi/Makefile"
26363 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364 shlwapi"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/shlwapi/tests/Makefile"
26371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26372 shlwapi/tests"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26375 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/slbcsp/Makefile"
26379 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26380 slbcsp"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26383 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/slc/Makefile"
26387 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388 slc"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/slc/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/snmpapi/Makefile"
26395 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 snmpapi"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/snmpapi/tests/Makefile"
26403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26404 snmpapi/tests"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26407 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/softpub/Makefile"
26411 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412 softpub"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/spoolss/Makefile"
26419 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26420 spoolss"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26423 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/spoolss/tests/Makefile"
26427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26428 spoolss/tests"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26431 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 dlls/stdole2.tlb/Makefile"
26435 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436 stdole2.tlb"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 dlls/stdole32.tlb/Makefile"
26443 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26444 stdole32.tlb"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26447 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 dlls/sti/Makefile"
26451 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26452 sti"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26455 ac_config_files="$ac_config_files dlls/sti/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 dlls/strmiids/Makefile"
26459 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26460 strmiids"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26463 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 dlls/svrapi/Makefile"
26467 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468 svrapi"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474 dlls/sxs/Makefile"
26475 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26476 sxs"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26479 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482 dlls/tapi32/Makefile"
26483 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484 tapi32"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 dlls/twain_32/Makefile"
26491 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492 twain_32"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 dlls/unicows/Makefile"
26499 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500 unicows"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 dlls/updspapi/Makefile"
26507 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508 updspapi"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514 dlls/url/Makefile"
26515 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516 url"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/url/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 dlls/urlmon/Makefile"
26523 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26524 urlmon"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26527 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 dlls/urlmon/tests/Makefile"
26531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26532 urlmon/tests"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26535 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 dlls/user32/Makefile"
26539 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26540 user32"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26543 ac_config_files="$ac_config_files dlls/user32/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 dlls/user32/tests/Makefile"
26547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26548 user32/tests"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26551 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 dlls/userenv/Makefile"
26555 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26556 userenv"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26559 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 dlls/userenv/tests/Makefile"
26563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26564 userenv/tests"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26567 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570 dlls/usp10/Makefile"
26571 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26572 usp10"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26575 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 dlls/usp10/tests/Makefile"
26579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26580 usp10/tests"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26583 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 dlls/uuid/Makefile"
26587 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26588 uuid"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26591 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594 dlls/uxtheme/Makefile"
26595 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596 uxtheme"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602 dlls/uxtheme/tests/Makefile"
26603 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26604 uxtheme/tests"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26607 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 dlls/vdhcp.vxd/Makefile"
26611 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26612 vdhcp.vxd"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26615 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 dlls/vdmdbg/Makefile"
26619 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620 vdmdbg"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626 dlls/version/Makefile"
26627 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26628 version"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26631 ac_config_files="$ac_config_files dlls/version/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 dlls/version/tests/Makefile"
26635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26636 version/tests"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26639 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 dlls/vmm.vxd/Makefile"
26643 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26644 vmm.vxd"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26647 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 dlls/vnbt.vxd/Makefile"
26651 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652 vnbt.vxd"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658 dlls/vnetbios.vxd/Makefile"
26659 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26660 vnetbios.vxd"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26663 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 dlls/vtdapi.vxd/Makefile"
26667 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668 vtdapi.vxd"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 dlls/vwin32.vxd/Makefile"
26675 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26676 vwin32.vxd"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26679 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682 dlls/w32skrnl/Makefile"
26683 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684 w32skrnl"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 dlls/winealsa.drv/Makefile"
26691 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26692 winealsa.drv"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26695 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 dlls/wineaudioio.drv/Makefile"
26699 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700 wineaudioio.drv"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 dlls/winecoreaudio.drv/Makefile"
26707 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708 winecoreaudio.drv"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 dlls/winecrt0/Makefile"
26715 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26716 winecrt0"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26719 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 dlls/wined3d/Makefile"
26723 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26724 wined3d"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26727 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730 dlls/winedos/Makefile"
26731 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732 winedos"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738 dlls/wineesd.drv/Makefile"
26739 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26740 wineesd.drv"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26743 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 dlls/winejack.drv/Makefile"
26747 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26748 winejack.drv"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26751 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754 dlls/winejoystick.drv/Makefile"
26755 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26756 winejoystick.drv"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26759 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762 dlls/winemp3.acm/Makefile"
26763 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26764 winemp3.acm"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26767 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 dlls/winenas.drv/Makefile"
26771 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26772 winenas.drv"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26775 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778 dlls/wineoss.drv/Makefile"
26779 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780 wineoss.drv"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786 dlls/wineps.drv/Makefile"
26787 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26788 wineps.drv"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26791 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794 dlls/winequartz.drv/Makefile"
26795 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26796 winequartz.drv"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26799 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 dlls/winex11.drv/Makefile"
26803 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26804 winex11.drv"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26807 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 dlls/wing32/Makefile"
26811 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26812 wing32"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26815 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 dlls/winhttp/Makefile"
26819 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26820 winhttp"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26823 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826 dlls/winhttp/tests/Makefile"
26827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26828 winhttp/tests"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26831 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834 dlls/wininet/Makefile"
26835 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26836 wininet"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26839 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 dlls/wininet/tests/Makefile"
26843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26844 wininet/tests"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26847 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850 dlls/winmm/Makefile"
26851 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26852 winmm"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26855 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858 dlls/winmm/tests/Makefile"
26859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26860 winmm/tests"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26863 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866 dlls/winnls32/Makefile"
26867 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26868 winnls32"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26871 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 dlls/winscard/Makefile"
26875 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26876 winscard"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26879 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882 dlls/winspool.drv/Makefile"
26883 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26884 winspool.drv"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26887 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890 dlls/winspool.drv/tests/Makefile"
26891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26892 winspool.drv/tests"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26895 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898 dlls/wintab32/Makefile"
26899 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26900 wintab32"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26903 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906 dlls/wintrust/Makefile"
26907 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26908 wintrust"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26911 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914 dlls/wintrust/tests/Makefile"
26915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26916 wintrust/tests"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26919 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 dlls/wldap32/Makefile"
26923 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26924 wldap32"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26927 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930 dlls/wldap32/tests/Makefile"
26931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26932 wldap32/tests"
26933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26934 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26935 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26937 ALL_MAKEFILES="$ALL_MAKEFILES \\
26938 dlls/wmi/Makefile"
26939 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26940 wmi"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26943 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 dlls/wnaspi32/Makefile"
26947 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26948 wnaspi32"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26951 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 dlls/wow32/Makefile"
26955 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26956 wow32"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26959 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962 dlls/ws2_32/Makefile"
26963 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26964 ws2_32"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26967 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970 dlls/ws2_32/tests/Makefile"
26971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26972 ws2_32/tests"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26975 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 dlls/wsock32/Makefile"
26979 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26980 wsock32"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26983 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 dlls/wtsapi32/Makefile"
26987 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26988 wtsapi32"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26991 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 dlls/wuapi/Makefile"
26995 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26996 wuapi"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26999 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002 dlls/xinput1_1/Makefile"
27003 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27004 xinput1_1"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27007 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 dlls/xinput1_2/Makefile"
27011 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27012 xinput1_2"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27015 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018 dlls/xinput1_3/Makefile"
27019 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27020 xinput1_3"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27023 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026 dlls/xinput1_3/tests/Makefile"
27027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27028 xinput1_3/tests"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27031 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034 dlls/xinput9_1_0/Makefile"
27035 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27036 xinput9_1_0"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27039 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042 documentation/Makefile"
27043 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27044 documentation"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 documentation/Makefile: documentation/Makefile.in Make.rules"
27047 ac_config_files="$ac_config_files documentation/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 fonts/Makefile"
27051 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27052 fonts"
27053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27054 fonts/Makefile: fonts/Makefile.in Make.rules"
27055 ac_config_files="$ac_config_files fonts/Makefile"
27057 ALL_MAKEFILES="$ALL_MAKEFILES \\
27058 include/Makefile"
27059 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27060 include"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 include/Makefile: include/Makefile.in Make.rules"
27063 ac_config_files="$ac_config_files include/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 libs/Makefile"
27067 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27068 libs"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 libs/Makefile: libs/Makefile.in Make.rules"
27071 ac_config_files="$ac_config_files libs/Makefile"
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074 libs/port/Makefile"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27078 ac_config_files="$ac_config_files libs/port/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 libs/wine/Makefile"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27085 ac_config_files="$ac_config_files libs/wine/Makefile"
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088 libs/wpp/Makefile"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27092 ac_config_files="$ac_config_files libs/wpp/Makefile"
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095 loader/Makefile"
27096 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27097 loader"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 loader/Makefile: loader/Makefile.in Make.rules"
27100 ac_config_files="$ac_config_files loader/Makefile"
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103 programs/Makefile"
27104 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27105 programs"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 programs/Makefile: programs/Makefile.in Make.rules"
27108 ac_config_files="$ac_config_files programs/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 programs/cacls/Makefile"
27112 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27113 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27114 cacls"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27117 ac_config_files="$ac_config_files programs/cacls/Makefile"
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120 programs/clock/Makefile"
27121 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27122 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27123 clock"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27126 ac_config_files="$ac_config_files programs/clock/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 programs/cmd/Makefile"
27130 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27131 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27132 cmd"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27135 ac_config_files="$ac_config_files programs/cmd/Makefile"
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138 programs/cmdlgtst/Makefile"
27139 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27140 cmdlgtst"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27143 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146 programs/control/Makefile"
27147 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27148 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27149 control"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27152 ac_config_files="$ac_config_files programs/control/Makefile"
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155 programs/eject/Makefile"
27156 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27157 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27158 eject"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27161 ac_config_files="$ac_config_files programs/eject/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 programs/expand/Makefile"
27165 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27166 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27167 expand"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27170 ac_config_files="$ac_config_files programs/expand/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 programs/explorer/Makefile"
27174 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27175 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27176 explorer"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27179 ac_config_files="$ac_config_files programs/explorer/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 programs/hh/Makefile"
27183 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27184 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27188 ac_config_files="$ac_config_files programs/hh/Makefile"
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191 programs/icinfo/Makefile"
27192 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27193 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27194 icinfo"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27197 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200 programs/iexplore/Makefile"
27201 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27202 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27203 iexplore"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27206 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209 programs/msiexec/Makefile"
27210 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27211 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27212 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27213 msiexec"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27216 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219 programs/net/Makefile"
27220 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27221 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27222 net"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27225 ac_config_files="$ac_config_files programs/net/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 programs/notepad/Makefile"
27229 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27230 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27231 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27232 notepad"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27235 ac_config_files="$ac_config_files programs/notepad/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 programs/oleview/Makefile"
27239 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27240 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27241 oleview"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27244 ac_config_files="$ac_config_files programs/oleview/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 programs/progman/Makefile"
27248 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27249 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27250 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27251 progman"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27254 ac_config_files="$ac_config_files programs/progman/Makefile"
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257 programs/reg/Makefile"
27258 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27259 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27260 reg"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27263 ac_config_files="$ac_config_files programs/reg/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 programs/regedit/Makefile"
27267 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27268 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27269 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27270 regedit"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27273 ac_config_files="$ac_config_files programs/regedit/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 programs/regsvr32/Makefile"
27277 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27278 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27279 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27280 regsvr32"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27283 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 programs/rpcss/Makefile"
27287 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27288 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27289 rpcss"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27292 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295 programs/rundll32/Makefile"
27296 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27297 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27298 rundll32"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27301 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304 programs/secedit/Makefile"
27305 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27306 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27307 secedit"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27310 ac_config_files="$ac_config_files programs/secedit/Makefile"
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313 programs/services/Makefile"
27314 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27315 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27316 services"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27319 ac_config_files="$ac_config_files programs/services/Makefile"
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322 programs/spoolsv/Makefile"
27323 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27324 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27325 spoolsv"
27326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27327 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27328 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27330 ALL_MAKEFILES="$ALL_MAKEFILES \\
27331 programs/start/Makefile"
27332 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27333 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27334 start"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27337 ac_config_files="$ac_config_files programs/start/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 programs/svchost/Makefile"
27341 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27342 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27343 svchost"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27346 ac_config_files="$ac_config_files programs/svchost/Makefile"
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349 programs/taskmgr/Makefile"
27350 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27351 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27352 taskmgr"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27355 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 programs/uninstaller/Makefile"
27359 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27360 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27361 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27362 uninstaller"
27363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27364 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27365 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27367 ALL_MAKEFILES="$ALL_MAKEFILES \\
27368 programs/view/Makefile"
27369 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27370 view"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27373 ac_config_files="$ac_config_files programs/view/Makefile"
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376 programs/wineboot/Makefile"
27377 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27378 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27379 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27380 wineboot"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27383 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386 programs/winebrowser/Makefile"
27387 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27388 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27389 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27390 winebrowser"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27393 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 programs/winecfg/Makefile"
27397 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27398 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27399 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27400 winecfg"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27403 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 programs/wineconsole/Makefile"
27407 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27408 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27409 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27410 wineconsole"
27411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27412 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27413 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27415 ALL_MAKEFILES="$ALL_MAKEFILES \\
27416 programs/winedbg/Makefile"
27417 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27418 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27419 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27420 winedbg"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27423 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426 programs/winedevice/Makefile"
27427 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27428 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27429 winedevice"
27430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27431 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27432 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27434 ALL_MAKEFILES="$ALL_MAKEFILES \\
27435 programs/winefile/Makefile"
27436 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27437 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27438 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27439 winefile"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27442 ac_config_files="$ac_config_files programs/winefile/Makefile"
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445 programs/winemenubuilder/Makefile"
27446 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27447 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27448 winemenubuilder"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27451 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 programs/winemine/Makefile"
27455 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27456 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27457 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27458 winemine"
27459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27460 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27461 ac_config_files="$ac_config_files programs/winemine/Makefile"
27463 ALL_MAKEFILES="$ALL_MAKEFILES \\
27464 programs/winepath/Makefile"
27465 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27466 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27467 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27468 winepath"
27469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27470 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27471 ac_config_files="$ac_config_files programs/winepath/Makefile"
27473 ALL_MAKEFILES="$ALL_MAKEFILES \\
27474 programs/winetest/Makefile"
27475 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27476 winetest"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27479 ac_config_files="$ac_config_files programs/winetest/Makefile"
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482 programs/winevdm/Makefile"
27483 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27484 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27485 winevdm"
27486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27487 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27488 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27490 ALL_MAKEFILES="$ALL_MAKEFILES \\
27491 programs/winhlp32/Makefile"
27492 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27493 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27494 winhlp32"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27497 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 programs/winver/Makefile"
27501 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27502 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27503 winver"
27504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27505 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27506 ac_config_files="$ac_config_files programs/winver/Makefile"
27508 ALL_MAKEFILES="$ALL_MAKEFILES \\
27509 programs/wordpad/Makefile"
27510 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27511 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27512 wordpad"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27515 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 programs/write/Makefile"
27519 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27520 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27521 write"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27524 ac_config_files="$ac_config_files programs/write/Makefile"
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527 programs/xcopy/Makefile"
27528 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27529 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27530 xcopy"
27531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27532 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27533 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27535 ALL_MAKEFILES="$ALL_MAKEFILES \\
27536 server/Makefile"
27537 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27538 server"
27539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27540 server/Makefile: server/Makefile.in Make.rules"
27541 ac_config_files="$ac_config_files server/Makefile"
27543 ALL_MAKEFILES="$ALL_MAKEFILES \\
27544 tools/Makefile"
27545 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27546 tools"
27547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27548 tools/Makefile: tools/Makefile.in Make.rules"
27549 ac_config_files="$ac_config_files tools/Makefile"
27551 ALL_MAKEFILES="$ALL_MAKEFILES \\
27552 tools/widl/Makefile"
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27556 ac_config_files="$ac_config_files tools/widl/Makefile"
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559 tools/winebuild/Makefile"
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27563 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566 tools/winedump/Makefile"
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27570 ac_config_files="$ac_config_files tools/winedump/Makefile"
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573 tools/winegcc/Makefile"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27577 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 tools/wmc/Makefile"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27584 ac_config_files="$ac_config_files tools/wmc/Makefile"
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587 tools/wrc/Makefile"
27589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27590 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27591 ac_config_files="$ac_config_files tools/wrc/Makefile"
27595 ALL_WINETEST_DEPENDS="# Test binaries"
27597 for dir in $ALL_TEST_DIRS
27599 if test "$dir" != "\\"
27600 then
27601 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27602 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27603 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27604 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27606 done
27608 cat >confcache <<\_ACEOF
27609 # This file is a shell script that caches the results of configure
27610 # tests run on this system so they can be shared between configure
27611 # scripts and configure runs, see configure's option --config-cache.
27612 # It is not useful on other systems. If it contains results you don't
27613 # want to keep, you may remove or edit it.
27615 # config.status only pays attention to the cache file if you give it
27616 # the --recheck option to rerun configure.
27618 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27619 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27620 # following values.
27622 _ACEOF
27624 # The following way of writing the cache mishandles newlines in values,
27625 # but we know of no workaround that is simple, portable, and efficient.
27626 # So, we kill variables containing newlines.
27627 # Ultrix sh set writes to stderr and can't be redirected directly,
27628 # and sets the high bit in the cache file unless we assign to the vars.
27630 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27631 eval ac_val=\$$ac_var
27632 case $ac_val in #(
27633 *${as_nl}*)
27634 case $ac_var in #(
27635 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27636 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27637 esac
27638 case $ac_var in #(
27639 _ | IFS | as_nl) ;; #(
27640 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27641 *) $as_unset $ac_var ;;
27642 esac ;;
27643 esac
27644 done
27646 (set) 2>&1 |
27647 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27648 *${as_nl}ac_space=\ *)
27649 # `set' does not quote correctly, so add quotes (double-quote
27650 # substitution turns \\\\ into \\, and sed turns \\ into \).
27651 sed -n \
27652 "s/'/'\\\\''/g;
27653 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27654 ;; #(
27656 # `set' quotes correctly as required by POSIX, so do not add quotes.
27657 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27659 esac |
27660 sort
27662 sed '
27663 /^ac_cv_env_/b end
27664 t clear
27665 :clear
27666 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27667 t end
27668 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27669 :end' >>confcache
27670 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27671 if test -w "$cache_file"; then
27672 test "x$cache_file" != "x/dev/null" &&
27673 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27674 $as_echo "$as_me: updating cache $cache_file" >&6;}
27675 cat confcache >$cache_file
27676 else
27677 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27678 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27681 rm -f confcache
27683 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27684 # Let make expand exec_prefix.
27685 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27687 DEFS=-DHAVE_CONFIG_H
27689 ac_libobjs=
27690 ac_ltlibobjs=
27691 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27692 # 1. Remove the extension, and $U if already installed.
27693 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27694 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27695 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27696 # will be set to the directory where LIBOBJS objects are built.
27697 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27698 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27699 done
27700 LIBOBJS=$ac_libobjs
27702 LTLIBOBJS=$ac_ltlibobjs
27706 : ${CONFIG_STATUS=./config.status}
27707 ac_write_fail=0
27708 ac_clean_files_save=$ac_clean_files
27709 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27710 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27711 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27712 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27713 #! $SHELL
27714 # Generated by $as_me.
27715 # Run this file to recreate the current configuration.
27716 # Compiler output produced by configure, useful for debugging
27717 # configure, is in config.log if it exists.
27719 debug=false
27720 ac_cs_recheck=false
27721 ac_cs_silent=false
27722 SHELL=\${CONFIG_SHELL-$SHELL}
27723 _ACEOF
27725 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27726 ## --------------------- ##
27727 ## M4sh Initialization. ##
27728 ## --------------------- ##
27730 # Be more Bourne compatible
27731 DUALCASE=1; export DUALCASE # for MKS sh
27732 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27733 emulate sh
27734 NULLCMD=:
27735 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27736 # is contrary to our usage. Disable this feature.
27737 alias -g '${1+"$@"}'='"$@"'
27738 setopt NO_GLOB_SUBST
27739 else
27740 case `(set -o) 2>/dev/null` in
27741 *posix*) set -o posix ;;
27742 esac
27749 # PATH needs CR
27750 # Avoid depending upon Character Ranges.
27751 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27752 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27753 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27754 as_cr_digits='0123456789'
27755 as_cr_alnum=$as_cr_Letters$as_cr_digits
27757 as_nl='
27759 export as_nl
27760 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27761 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27762 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27763 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27764 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27765 as_echo='printf %s\n'
27766 as_echo_n='printf %s'
27767 else
27768 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27769 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27770 as_echo_n='/usr/ucb/echo -n'
27771 else
27772 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27773 as_echo_n_body='eval
27774 arg=$1;
27775 case $arg in
27776 *"$as_nl"*)
27777 expr "X$arg" : "X\\(.*\\)$as_nl";
27778 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27779 esac;
27780 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27782 export as_echo_n_body
27783 as_echo_n='sh -c $as_echo_n_body as_echo'
27785 export as_echo_body
27786 as_echo='sh -c $as_echo_body as_echo'
27789 # The user is always right.
27790 if test "${PATH_SEPARATOR+set}" != set; then
27791 PATH_SEPARATOR=:
27792 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27793 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27794 PATH_SEPARATOR=';'
27798 # Support unset when possible.
27799 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27800 as_unset=unset
27801 else
27802 as_unset=false
27806 # IFS
27807 # We need space, tab and new line, in precisely that order. Quoting is
27808 # there to prevent editors from complaining about space-tab.
27809 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27810 # splitting by setting IFS to empty value.)
27811 IFS=" "" $as_nl"
27813 # Find who we are. Look in the path if we contain no directory separator.
27814 case $0 in
27815 *[\\/]* ) as_myself=$0 ;;
27816 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27817 for as_dir in $PATH
27819 IFS=$as_save_IFS
27820 test -z "$as_dir" && as_dir=.
27821 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27822 done
27823 IFS=$as_save_IFS
27826 esac
27827 # We did not find ourselves, most probably we were run as `sh COMMAND'
27828 # in which case we are not to be found in the path.
27829 if test "x$as_myself" = x; then
27830 as_myself=$0
27832 if test ! -f "$as_myself"; then
27833 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27834 { (exit 1); exit 1; }
27837 # Work around bugs in pre-3.0 UWIN ksh.
27838 for as_var in ENV MAIL MAILPATH
27839 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27840 done
27841 PS1='$ '
27842 PS2='> '
27843 PS4='+ '
27845 # NLS nuisances.
27846 LC_ALL=C
27847 export LC_ALL
27848 LANGUAGE=C
27849 export LANGUAGE
27851 # Required to use basename.
27852 if expr a : '\(a\)' >/dev/null 2>&1 &&
27853 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27854 as_expr=expr
27855 else
27856 as_expr=false
27859 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27860 as_basename=basename
27861 else
27862 as_basename=false
27866 # Name of the executable.
27867 as_me=`$as_basename -- "$0" ||
27868 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27869 X"$0" : 'X\(//\)$' \| \
27870 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27871 $as_echo X/"$0" |
27872 sed '/^.*\/\([^/][^/]*\)\/*$/{
27873 s//\1/
27876 /^X\/\(\/\/\)$/{
27877 s//\1/
27880 /^X\/\(\/\).*/{
27881 s//\1/
27884 s/.*/./; q'`
27886 # CDPATH.
27887 $as_unset CDPATH
27891 as_lineno_1=$LINENO
27892 as_lineno_2=$LINENO
27893 test "x$as_lineno_1" != "x$as_lineno_2" &&
27894 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27896 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27897 # uniformly replaced by the line number. The first 'sed' inserts a
27898 # line-number line after each line using $LINENO; the second 'sed'
27899 # does the real work. The second script uses 'N' to pair each
27900 # line-number line with the line containing $LINENO, and appends
27901 # trailing '-' during substitution so that $LINENO is not a special
27902 # case at line end.
27903 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27904 # scripts with optimization help from Paolo Bonzini. Blame Lee
27905 # E. McMahon (1931-1989) for sed's syntax. :-)
27906 sed -n '
27908 /[$]LINENO/=
27909 ' <$as_myself |
27910 sed '
27911 s/[$]LINENO.*/&-/
27912 t lineno
27914 :lineno
27916 :loop
27917 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27918 t loop
27919 s/-\n.*//
27920 ' >$as_me.lineno &&
27921 chmod +x "$as_me.lineno" ||
27922 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27923 { (exit 1); exit 1; }; }
27925 # Don't try to exec as it changes $[0], causing all sort of problems
27926 # (the dirname of $[0] is not the place where we might find the
27927 # original and so on. Autoconf is especially sensitive to this).
27928 . "./$as_me.lineno"
27929 # Exit status is that of the last command.
27930 exit
27934 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27935 as_dirname=dirname
27936 else
27937 as_dirname=false
27940 ECHO_C= ECHO_N= ECHO_T=
27941 case `echo -n x` in
27942 -n*)
27943 case `echo 'x\c'` in
27944 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27945 *) ECHO_C='\c';;
27946 esac;;
27948 ECHO_N='-n';;
27949 esac
27950 if expr a : '\(a\)' >/dev/null 2>&1 &&
27951 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27952 as_expr=expr
27953 else
27954 as_expr=false
27957 rm -f conf$$ conf$$.exe conf$$.file
27958 if test -d conf$$.dir; then
27959 rm -f conf$$.dir/conf$$.file
27960 else
27961 rm -f conf$$.dir
27962 mkdir conf$$.dir 2>/dev/null
27964 if (echo >conf$$.file) 2>/dev/null; then
27965 if ln -s conf$$.file conf$$ 2>/dev/null; then
27966 as_ln_s='ln -s'
27967 # ... but there are two gotchas:
27968 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27969 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27970 # In both cases, we have to default to `cp -p'.
27971 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27972 as_ln_s='cp -p'
27973 elif ln conf$$.file conf$$ 2>/dev/null; then
27974 as_ln_s=ln
27975 else
27976 as_ln_s='cp -p'
27978 else
27979 as_ln_s='cp -p'
27981 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27982 rmdir conf$$.dir 2>/dev/null
27984 if mkdir -p . 2>/dev/null; then
27985 as_mkdir_p=:
27986 else
27987 test -d ./-p && rmdir ./-p
27988 as_mkdir_p=false
27991 if test -x / >/dev/null 2>&1; then
27992 as_test_x='test -x'
27993 else
27994 if ls -dL / >/dev/null 2>&1; then
27995 as_ls_L_option=L
27996 else
27997 as_ls_L_option=
27999 as_test_x='
28000 eval sh -c '\''
28001 if test -d "$1"; then
28002 test -d "$1/.";
28003 else
28004 case $1 in
28005 -*)set "./$1";;
28006 esac;
28007 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28008 ???[sx]*):;;*)false;;esac;fi
28009 '\'' sh
28012 as_executable_p=$as_test_x
28014 # Sed expression to map a string onto a valid CPP name.
28015 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28017 # Sed expression to map a string onto a valid variable name.
28018 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28021 exec 6>&1
28023 # Save the log message, to keep $[0] and so on meaningful, and to
28024 # report actual input values of CONFIG_FILES etc. instead of their
28025 # values after options handling.
28026 ac_log="
28027 This file was extended by Wine $as_me 1.1.13, which was
28028 generated by GNU Autoconf 2.63. Invocation command line was
28030 CONFIG_FILES = $CONFIG_FILES
28031 CONFIG_HEADERS = $CONFIG_HEADERS
28032 CONFIG_LINKS = $CONFIG_LINKS
28033 CONFIG_COMMANDS = $CONFIG_COMMANDS
28034 $ $0 $@
28036 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28039 _ACEOF
28041 case $ac_config_files in *"
28042 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28043 esac
28045 case $ac_config_headers in *"
28046 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28047 esac
28050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28051 # Files that config.status was made for.
28052 config_files="$ac_config_files"
28053 config_headers="$ac_config_headers"
28054 config_commands="$ac_config_commands"
28056 _ACEOF
28058 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28059 ac_cs_usage="\
28060 \`$as_me' instantiates files from templates according to the
28061 current configuration.
28063 Usage: $0 [OPTION]... [FILE]...
28065 -h, --help print this help, then exit
28066 -V, --version print version number and configuration settings, then exit
28067 -q, --quiet, --silent
28068 do not print progress messages
28069 -d, --debug don't remove temporary files
28070 --recheck update $as_me by reconfiguring in the same conditions
28071 --file=FILE[:TEMPLATE]
28072 instantiate the configuration file FILE
28073 --header=FILE[:TEMPLATE]
28074 instantiate the configuration header FILE
28076 Configuration files:
28077 $config_files
28079 Configuration headers:
28080 $config_headers
28082 Configuration commands:
28083 $config_commands
28085 Report bugs to <bug-autoconf@gnu.org>."
28087 _ACEOF
28088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28089 ac_cs_version="\\
28090 Wine config.status 1.1.13
28091 configured by $0, generated by GNU Autoconf 2.63,
28092 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28094 Copyright (C) 2008 Free Software Foundation, Inc.
28095 This config.status script is free software; the Free Software Foundation
28096 gives unlimited permission to copy, distribute and modify it."
28098 ac_pwd='$ac_pwd'
28099 srcdir='$srcdir'
28100 INSTALL='$INSTALL'
28101 test -n "\$AWK" || AWK=awk
28102 _ACEOF
28104 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28105 # The default lists apply if the user does not specify any file.
28106 ac_need_defaults=:
28107 while test $# != 0
28109 case $1 in
28110 --*=*)
28111 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28112 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28113 ac_shift=:
28116 ac_option=$1
28117 ac_optarg=$2
28118 ac_shift=shift
28120 esac
28122 case $ac_option in
28123 # Handling of the options.
28124 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28125 ac_cs_recheck=: ;;
28126 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28127 $as_echo "$ac_cs_version"; exit ;;
28128 --debug | --debu | --deb | --de | --d | -d )
28129 debug=: ;;
28130 --file | --fil | --fi | --f )
28131 $ac_shift
28132 case $ac_optarg in
28133 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28134 esac
28135 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28136 ac_need_defaults=false;;
28137 --header | --heade | --head | --hea )
28138 $ac_shift
28139 case $ac_optarg in
28140 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28141 esac
28142 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28143 ac_need_defaults=false;;
28144 --he | --h)
28145 # Conflict between --help and --header
28146 { $as_echo "$as_me: error: ambiguous option: $1
28147 Try \`$0 --help' for more information." >&2
28148 { (exit 1); exit 1; }; };;
28149 --help | --hel | -h )
28150 $as_echo "$ac_cs_usage"; exit ;;
28151 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28152 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28153 ac_cs_silent=: ;;
28155 # This is an error.
28156 -*) { $as_echo "$as_me: error: unrecognized option: $1
28157 Try \`$0 --help' for more information." >&2
28158 { (exit 1); exit 1; }; } ;;
28160 *) ac_config_targets="$ac_config_targets $1"
28161 ac_need_defaults=false ;;
28163 esac
28164 shift
28165 done
28167 ac_configure_extra_args=
28169 if $ac_cs_silent; then
28170 exec 6>/dev/null
28171 ac_configure_extra_args="$ac_configure_extra_args --silent"
28174 _ACEOF
28175 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28176 if \$ac_cs_recheck; then
28177 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28178 shift
28179 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28180 CONFIG_SHELL='$SHELL'
28181 export CONFIG_SHELL
28182 exec "\$@"
28185 _ACEOF
28186 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28187 exec 5>>config.log
28189 echo
28190 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28191 ## Running $as_me. ##
28192 _ASBOX
28193 $as_echo "$ac_log"
28194 } >&5
28196 _ACEOF
28197 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28198 _ACEOF
28200 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28202 # Handling of arguments.
28203 for ac_config_target in $ac_config_targets
28205 case $ac_config_target in
28206 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28207 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28208 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28209 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28210 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28211 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28212 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28213 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28214 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28215 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28216 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28217 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28218 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28219 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28220 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28221 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28222 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28223 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28224 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28225 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28226 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28227 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28228 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28229 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28230 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28231 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28232 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28233 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28234 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28235 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28236 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28237 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28238 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28239 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28240 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28241 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28242 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28243 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28244 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28245 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28246 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28247 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28248 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28249 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28250 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28251 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28252 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28253 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28254 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28255 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28256 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28257 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28258 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28259 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28260 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28261 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28262 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28263 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28264 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28265 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28266 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28267 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28268 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28269 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28270 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28271 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28272 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28273 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28274 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28275 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28276 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28277 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28278 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28279 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28280 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28281 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28282 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28283 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28284 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28285 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28286 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28287 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28288 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28289 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28290 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28291 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28292 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28293 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28294 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28295 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28296 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28297 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28298 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28299 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28300 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28301 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28302 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28303 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28304 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28305 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28306 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28307 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28308 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28309 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28310 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28311 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28312 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28313 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28314 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28315 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28316 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28317 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28318 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28319 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28320 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28321 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28322 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28323 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28324 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28325 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28326 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28327 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28328 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28329 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28330 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28331 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28332 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28333 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28334 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28335 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28336 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28337 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28338 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28339 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28340 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28341 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28342 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28343 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28344 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28345 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28346 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28347 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28348 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28349 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28350 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28351 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28352 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28353 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28354 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28355 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28356 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28357 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28358 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28359 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28360 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28361 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28362 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28363 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28364 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28365 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28366 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28367 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28368 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28369 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28370 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28371 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28372 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28373 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28374 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28375 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28376 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28377 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28378 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28379 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28380 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28381 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28382 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28383 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28384 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28385 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28386 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28387 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28388 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28389 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28390 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28391 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28392 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28393 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28394 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28395 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28396 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28397 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28398 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28399 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28400 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28401 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28402 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28403 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28404 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28405 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28406 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28407 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28408 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28409 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28410 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28411 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28412 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28413 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28414 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28415 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28416 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28417 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28418 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28419 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28420 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28421 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28422 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28423 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28424 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28425 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28426 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28427 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28428 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28429 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28430 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28431 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28432 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28433 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28434 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28435 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28436 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28437 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28438 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28439 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28440 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28441 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28442 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28443 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28444 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28445 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28446 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28447 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28448 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28449 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28450 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28451 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28452 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28453 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28454 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28455 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28456 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28457 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28458 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28459 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28460 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28461 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28462 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28463 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28464 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28465 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28466 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28467 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28468 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28469 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28470 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28471 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28472 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28473 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28474 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28475 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28476 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28477 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28478 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28479 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28480 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28481 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28482 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28483 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28484 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28485 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28486 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28487 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28488 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28489 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28490 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28491 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28492 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28493 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28494 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28495 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28496 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28497 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28498 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28499 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28500 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28501 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28502 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28503 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28504 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28505 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28506 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28507 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28508 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28509 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28510 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28511 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28512 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28513 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28514 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28515 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28516 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28517 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28518 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28519 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28520 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28521 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28522 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28523 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28524 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28525 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28526 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28527 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28528 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28529 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28530 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28531 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28532 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28533 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28534 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28535 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28536 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28537 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28538 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28539 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28540 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28541 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28542 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28543 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28544 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28545 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28546 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28547 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28548 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28549 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28550 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28551 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28552 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28553 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28554 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28555 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28556 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28557 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28558 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28559 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28560 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28561 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28562 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28563 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28564 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28565 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28566 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28567 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28568 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28569 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28570 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28571 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28572 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28573 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28574 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28575 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28576 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28577 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28578 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28579 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28580 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28581 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28582 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28583 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28584 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28585 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28586 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28587 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28588 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28589 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28590 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28591 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28592 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28593 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28594 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28595 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28596 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28597 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28598 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28599 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28600 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28601 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28602 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28603 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28604 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28605 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28606 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28607 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28608 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28609 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28610 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28611 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28612 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28613 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28614 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28615 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28616 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28617 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28618 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28619 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28620 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28621 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28622 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28623 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28624 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28625 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28626 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28627 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28628 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28629 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28630 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28631 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28632 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28633 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28634 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28635 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28636 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28637 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28638 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28639 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28640 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28641 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28642 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28643 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28644 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28645 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28646 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28647 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28648 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28649 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28650 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28651 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28652 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28653 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28654 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28655 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28656 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28657 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28658 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28659 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28660 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28662 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28663 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28664 { (exit 1); exit 1; }; };;
28665 esac
28666 done
28669 # If the user did not use the arguments to specify the items to instantiate,
28670 # then the envvar interface is used. Set only those that are not.
28671 # We use the long form for the default assignment because of an extremely
28672 # bizarre bug on SunOS 4.1.3.
28673 if $ac_need_defaults; then
28674 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28675 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28676 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28679 # Have a temporary directory for convenience. Make it in the build tree
28680 # simply because there is no reason against having it here, and in addition,
28681 # creating and moving files from /tmp can sometimes cause problems.
28682 # Hook for its removal unless debugging.
28683 # Note that there is a small window in which the directory will not be cleaned:
28684 # after its creation but before its name has been assigned to `$tmp'.
28685 $debug ||
28687 tmp=
28688 trap 'exit_status=$?
28689 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28691 trap '{ (exit 1); exit 1; }' 1 2 13 15
28693 # Create a (secure) tmp directory for tmp files.
28696 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28697 test -n "$tmp" && test -d "$tmp"
28698 } ||
28700 tmp=./conf$$-$RANDOM
28701 (umask 077 && mkdir "$tmp")
28702 } ||
28704 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28705 { (exit 1); exit 1; }
28708 # Set up the scripts for CONFIG_FILES section.
28709 # No need to generate them if there are no CONFIG_FILES.
28710 # This happens for instance with `./config.status config.h'.
28711 if test -n "$CONFIG_FILES"; then
28713 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28714 ac_cs_awk_getline=:
28715 ac_cs_awk_pipe_init=
28716 ac_cs_awk_read_file='
28717 while ((getline aline < (F[key])) > 0)
28718 print(aline)
28719 close(F[key])'
28720 ac_cs_awk_pipe_fini=
28721 else
28722 ac_cs_awk_getline=false
28723 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28724 ac_cs_awk_read_file='
28725 print "|#_!!_#|"
28726 print "cat " F[key] " &&"
28727 '$ac_cs_awk_pipe_init
28728 # The final `:' finishes the AND list.
28729 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28731 ac_cr=' '
28732 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28733 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28734 ac_cs_awk_cr='\\r'
28735 else
28736 ac_cs_awk_cr=$ac_cr
28739 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28740 _ACEOF
28742 # Create commands to substitute file output variables.
28744 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28745 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28746 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28747 echo "_ACAWK" &&
28748 echo "_ACEOF"
28749 } >conf$$files.sh &&
28750 . ./conf$$files.sh ||
28751 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28752 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28753 { (exit 1); exit 1; }; }
28754 rm -f conf$$files.sh
28757 echo "cat >conf$$subs.awk <<_ACEOF" &&
28758 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28759 echo "_ACEOF"
28760 } >conf$$subs.sh ||
28761 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28762 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28763 { (exit 1); exit 1; }; }
28764 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28765 ac_delim='%!_!# '
28766 for ac_last_try in false false false false false :; do
28767 . ./conf$$subs.sh ||
28768 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28769 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28770 { (exit 1); exit 1; }; }
28772 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28773 if test $ac_delim_n = $ac_delim_num; then
28774 break
28775 elif $ac_last_try; then
28776 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28777 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28778 { (exit 1); exit 1; }; }
28779 else
28780 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28782 done
28783 rm -f conf$$subs.sh
28785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28786 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28787 _ACEOF
28788 sed -n '
28790 s/^/S["/; s/!.*/"]=/
28793 s/^[^!]*!//
28794 :repl
28795 t repl
28796 s/'"$ac_delim"'$//
28797 t delim
28800 s/\(.\{148\}\).*/\1/
28801 t more1
28802 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28805 b repl
28806 :more1
28807 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28810 s/.\{148\}//
28811 t nl
28812 :delim
28814 s/\(.\{148\}\).*/\1/
28815 t more2
28816 s/["\\]/\\&/g; s/^/"/; s/$/"/
28819 :more2
28820 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28823 s/.\{148\}//
28824 t delim
28825 ' <conf$$subs.awk | sed '
28826 /^[^""]/{
28828 s/\n//
28830 ' >>$CONFIG_STATUS || ac_write_fail=1
28831 rm -f conf$$subs.awk
28832 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28833 _ACAWK
28834 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28835 for (key in S) S_is_set[key] = 1
28836 FS = "\a"
28837 \$ac_cs_awk_pipe_init
28840 line = $ 0
28841 nfields = split(line, field, "@")
28842 substed = 0
28843 len = length(field[1])
28844 for (i = 2; i < nfields; i++) {
28845 key = field[i]
28846 keylen = length(key)
28847 if (S_is_set[key]) {
28848 value = S[key]
28849 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28850 len += length(value) + length(field[++i])
28851 substed = 1
28852 } else
28853 len += 1 + keylen
28855 if (nfields == 3 && !substed) {
28856 key = field[2]
28857 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28858 \$ac_cs_awk_read_file
28859 next
28862 print line
28864 \$ac_cs_awk_pipe_fini
28865 _ACAWK
28866 _ACEOF
28867 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28868 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28869 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28870 else
28872 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28873 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28874 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28875 { (exit 1); exit 1; }; }
28876 _ACEOF
28878 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28879 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28880 # trailing colons and then remove the whole line if VPATH becomes empty
28881 # (actually we leave an empty line to preserve line numbers).
28882 if test "x$srcdir" = x.; then
28883 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28884 s/:*\$(srcdir):*/:/
28885 s/:*\${srcdir}:*/:/
28886 s/:*@srcdir@:*/:/
28887 s/^\([^=]*=[ ]*\):*/\1/
28888 s/:*$//
28889 s/^[^=]*=[ ]*$//
28893 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28894 fi # test -n "$CONFIG_FILES"
28896 # Set up the scripts for CONFIG_HEADERS section.
28897 # No need to generate them if there are no CONFIG_HEADERS.
28898 # This happens for instance with `./config.status Makefile'.
28899 if test -n "$CONFIG_HEADERS"; then
28900 cat >"$tmp/defines.awk" <<\_ACAWK ||
28901 BEGIN {
28902 _ACEOF
28904 # Transform confdefs.h into an awk script `defines.awk', embedded as
28905 # here-document in config.status, that substitutes the proper values into
28906 # config.h.in to produce config.h.
28908 # Create a delimiter string that does not exist in confdefs.h, to ease
28909 # handling of long lines.
28910 ac_delim='%!_!# '
28911 for ac_last_try in false false :; do
28912 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28913 if test -z "$ac_t"; then
28914 break
28915 elif $ac_last_try; then
28916 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28917 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28918 { (exit 1); exit 1; }; }
28919 else
28920 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28922 done
28924 # For the awk script, D is an array of macro values keyed by name,
28925 # likewise P contains macro parameters if any. Preserve backslash
28926 # newline sequences.
28928 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28929 sed -n '
28930 s/.\{148\}/&'"$ac_delim"'/g
28931 t rset
28932 :rset
28933 s/^[ ]*#[ ]*define[ ][ ]*/ /
28934 t def
28936 :def
28937 s/\\$//
28938 t bsnl
28939 s/["\\]/\\&/g
28940 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28941 D["\1"]=" \3"/p
28942 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28944 :bsnl
28945 s/["\\]/\\&/g
28946 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28947 D["\1"]=" \3\\\\\\n"\\/p
28948 t cont
28949 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28950 t cont
28952 :cont
28954 s/.\{148\}/&'"$ac_delim"'/g
28955 t clear
28956 :clear
28957 s/\\$//
28958 t bsnlc
28959 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28961 :bsnlc
28962 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28963 b cont
28964 ' <confdefs.h | sed '
28965 s/'"$ac_delim"'/"\\\
28966 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28969 for (key in D) D_is_set[key] = 1
28970 FS = "\a"
28972 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28973 line = \$ 0
28974 split(line, arg, " ")
28975 if (arg[1] == "#") {
28976 defundef = arg[2]
28977 mac1 = arg[3]
28978 } else {
28979 defundef = substr(arg[1], 2)
28980 mac1 = arg[2]
28982 split(mac1, mac2, "(") #)
28983 macro = mac2[1]
28984 prefix = substr(line, 1, index(line, defundef) - 1)
28985 if (D_is_set[macro]) {
28986 # Preserve the white space surrounding the "#".
28987 print prefix "define", macro P[macro] D[macro]
28988 next
28989 } else {
28990 # Replace #undef with comments. This is necessary, for example,
28991 # in the case of _POSIX_SOURCE, which is predefined and required
28992 # on some systems where configure will not decide to define it.
28993 if (defundef == "undef") {
28994 print "/*", prefix defundef, macro, "*/"
28995 next
28999 { print }
29000 _ACAWK
29001 _ACEOF
29002 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29003 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29004 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29005 { (exit 1); exit 1; }; }
29006 fi # test -n "$CONFIG_HEADERS"
29009 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29010 shift
29011 for ac_tag
29013 case $ac_tag in
29014 :[FHLC]) ac_mode=$ac_tag; continue;;
29015 esac
29016 case $ac_mode$ac_tag in
29017 :[FHL]*:*);;
29018 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29019 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29020 { (exit 1); exit 1; }; };;
29021 :[FH]-) ac_tag=-:-;;
29022 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29023 esac
29024 ac_save_IFS=$IFS
29025 IFS=:
29026 set x $ac_tag
29027 IFS=$ac_save_IFS
29028 shift
29029 ac_file=$1
29030 shift
29032 case $ac_mode in
29033 :L) ac_source=$1;;
29034 :[FH])
29035 ac_file_inputs=
29036 for ac_f
29038 case $ac_f in
29039 -) ac_f="$tmp/stdin";;
29040 *) # Look for the file first in the build tree, then in the source tree
29041 # (if the path is not absolute). The absolute path cannot be DOS-style,
29042 # because $ac_f cannot contain `:'.
29043 test -f "$ac_f" ||
29044 case $ac_f in
29045 [\\/$]*) false;;
29046 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29047 esac ||
29048 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29049 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29050 { (exit 1); exit 1; }; };;
29051 esac
29052 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29053 ac_file_inputs="$ac_file_inputs '$ac_f'"
29054 done
29056 # Let's still pretend it is `configure' which instantiates (i.e., don't
29057 # use $as_me), people would be surprised to read:
29058 # /* config.h. Generated by config.status. */
29059 configure_input='Generated from '`
29060 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29061 `' by configure.'
29062 if test x"$ac_file" != x-; then
29063 configure_input="$ac_file. $configure_input"
29064 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29065 $as_echo "$as_me: creating $ac_file" >&6;}
29067 # Neutralize special characters interpreted by sed in replacement strings.
29068 case $configure_input in #(
29069 *\&* | *\|* | *\\* )
29070 ac_sed_conf_input=`$as_echo "$configure_input" |
29071 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29072 *) ac_sed_conf_input=$configure_input;;
29073 esac
29075 case $ac_tag in
29076 *:-:* | *:-) cat >"$tmp/stdin" \
29077 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29078 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29079 { (exit 1); exit 1; }; } ;;
29080 esac
29082 esac
29084 ac_dir=`$as_dirname -- "$ac_file" ||
29085 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29086 X"$ac_file" : 'X\(//\)[^/]' \| \
29087 X"$ac_file" : 'X\(//\)$' \| \
29088 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29089 $as_echo X"$ac_file" |
29090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29091 s//\1/
29094 /^X\(\/\/\)[^/].*/{
29095 s//\1/
29098 /^X\(\/\/\)$/{
29099 s//\1/
29102 /^X\(\/\).*/{
29103 s//\1/
29106 s/.*/./; q'`
29107 { as_dir="$ac_dir"
29108 case $as_dir in #(
29109 -*) as_dir=./$as_dir;;
29110 esac
29111 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29112 as_dirs=
29113 while :; do
29114 case $as_dir in #(
29115 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29116 *) as_qdir=$as_dir;;
29117 esac
29118 as_dirs="'$as_qdir' $as_dirs"
29119 as_dir=`$as_dirname -- "$as_dir" ||
29120 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29121 X"$as_dir" : 'X\(//\)[^/]' \| \
29122 X"$as_dir" : 'X\(//\)$' \| \
29123 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29124 $as_echo X"$as_dir" |
29125 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29126 s//\1/
29129 /^X\(\/\/\)[^/].*/{
29130 s//\1/
29133 /^X\(\/\/\)$/{
29134 s//\1/
29137 /^X\(\/\).*/{
29138 s//\1/
29141 s/.*/./; q'`
29142 test -d "$as_dir" && break
29143 done
29144 test -z "$as_dirs" || eval "mkdir $as_dirs"
29145 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29146 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29147 { (exit 1); exit 1; }; }; }
29148 ac_builddir=.
29150 case "$ac_dir" in
29151 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29153 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29154 # A ".." for each directory in $ac_dir_suffix.
29155 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29156 case $ac_top_builddir_sub in
29157 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29158 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29159 esac ;;
29160 esac
29161 ac_abs_top_builddir=$ac_pwd
29162 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29163 # for backward compatibility:
29164 ac_top_builddir=$ac_top_build_prefix
29166 case $srcdir in
29167 .) # We are building in place.
29168 ac_srcdir=.
29169 ac_top_srcdir=$ac_top_builddir_sub
29170 ac_abs_top_srcdir=$ac_pwd ;;
29171 [\\/]* | ?:[\\/]* ) # Absolute name.
29172 ac_srcdir=$srcdir$ac_dir_suffix;
29173 ac_top_srcdir=$srcdir
29174 ac_abs_top_srcdir=$srcdir ;;
29175 *) # Relative name.
29176 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29177 ac_top_srcdir=$ac_top_build_prefix$srcdir
29178 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29179 esac
29180 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29183 case $ac_mode in
29186 # CONFIG_FILE
29189 case $INSTALL in
29190 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29191 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29192 esac
29193 _ACEOF
29195 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29196 # If the template does not know about datarootdir, expand it.
29197 # FIXME: This hack should be removed a few years after 2.60.
29198 ac_datarootdir_hack=; ac_datarootdir_seen=
29200 ac_sed_dataroot='
29201 /datarootdir/ {
29205 /@datadir@/p
29206 /@docdir@/p
29207 /@infodir@/p
29208 /@localedir@/p
29209 /@mandir@/p
29211 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29212 *datarootdir*) ac_datarootdir_seen=yes;;
29213 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29214 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29215 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29216 _ACEOF
29217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29218 ac_datarootdir_hack='
29219 s&@datadir@&$datadir&g
29220 s&@docdir@&$docdir&g
29221 s&@infodir@&$infodir&g
29222 s&@localedir@&$localedir&g
29223 s&@mandir@&$mandir&g
29224 s&\\\${datarootdir}&$datarootdir&g' ;;
29225 esac
29226 _ACEOF
29228 # Neutralize VPATH when `$srcdir' = `.'.
29229 # Shell code in configure.ac might set extrasub.
29230 # FIXME: do we really want to maintain this feature?
29231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29232 ac_sed_extra="$ac_vpsub
29233 $extrasub
29234 _ACEOF
29235 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29237 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29238 s|@configure_input@|$ac_sed_conf_input|;t t
29239 s&@top_builddir@&$ac_top_builddir_sub&;t t
29240 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29241 s&@srcdir@&$ac_srcdir&;t t
29242 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29243 s&@top_srcdir@&$ac_top_srcdir&;t t
29244 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29245 s&@builddir@&$ac_builddir&;t t
29246 s&@abs_builddir@&$ac_abs_builddir&;t t
29247 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29248 s&@INSTALL@&$ac_INSTALL&;t t
29249 $ac_datarootdir_hack
29251 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29252 if $ac_cs_awk_getline; then
29253 $AWK -f "$tmp/subs.awk"
29254 else
29255 $AWK -f "$tmp/subs.awk" | $SHELL
29256 fi >$tmp/out \
29257 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29258 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29259 { (exit 1); exit 1; }; }
29261 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29262 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29263 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29264 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29265 which seems to be undefined. Please make sure it is defined." >&5
29266 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29267 which seems to be undefined. Please make sure it is defined." >&2;}
29269 rm -f "$tmp/stdin"
29270 case $ac_file in
29271 -) cat "$tmp/out" && rm -f "$tmp/out";;
29272 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29273 esac \
29274 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29275 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29276 { (exit 1); exit 1; }; }
29280 # CONFIG_HEADER
29282 if test x"$ac_file" != x-; then
29284 $as_echo "/* $configure_input */" \
29285 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29286 } >"$tmp/config.h" \
29287 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29288 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29289 { (exit 1); exit 1; }; }
29290 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29291 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29292 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29293 else
29294 rm -f "$ac_file"
29295 mv "$tmp/config.h" "$ac_file" \
29296 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29297 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29298 { (exit 1); exit 1; }; }
29300 else
29301 $as_echo "/* $configure_input */" \
29302 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29303 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29304 $as_echo "$as_me: error: could not create -" >&2;}
29305 { (exit 1); exit 1; }; }
29309 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29310 $as_echo "$as_me: executing $ac_file commands" >&6;}
29312 esac
29315 case $ac_file$ac_mode in
29316 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29317 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29318 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29319 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29320 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29321 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29322 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29323 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29324 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29325 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29326 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29327 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29328 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29330 esac
29331 done # for ac_tag
29334 { (exit 0); exit 0; }
29335 _ACEOF
29336 chmod +x $CONFIG_STATUS
29337 ac_clean_files=$ac_clean_files_save
29339 test $ac_write_fail = 0 ||
29340 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29341 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29342 { (exit 1); exit 1; }; }
29345 # configure is writing to config.log, and then calls config.status.
29346 # config.status does its own redirection, appending to config.log.
29347 # Unfortunately, on DOS this fails, as config.log is still kept open
29348 # by configure, so config.status won't be able to write to it; its
29349 # output is simply discarded. So we exec the FD to /dev/null,
29350 # effectively closing config.log, so it can be properly (re)opened and
29351 # appended to by config.status. When coming back to configure, we
29352 # need to make the FD available again.
29353 if test "$no_create" != yes; then
29354 ac_cs_success=:
29355 ac_config_status_args=
29356 test "$silent" = yes &&
29357 ac_config_status_args="$ac_config_status_args --quiet"
29358 exec 5>/dev/null
29359 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29360 exec 5>>config.log
29361 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29362 # would make configure fail if this is the last instruction.
29363 $ac_cs_success || { (exit 1); exit 1; }
29365 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29366 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29367 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29371 if test "$no_create" = "yes"
29372 then
29373 exit 0
29376 ac_save_IFS="$IFS"
29377 if test "x$wine_notices != "x; then
29378 echo >&6
29379 IFS="|"
29380 for msg in $wine_notices; do
29381 IFS="$ac_save_IFS"
29382 if test -n "$msg"; then
29383 { $as_echo "$as_me:$LINENO: $msg" >&5
29384 $as_echo "$as_me: $msg" >&6;}
29386 done
29388 IFS="|"
29389 for msg in $wine_warnings; do
29390 IFS="$ac_save_IFS"
29391 if test -n "$msg"; then
29392 echo >&2
29393 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29394 $as_echo "$as_me: WARNING: $msg" >&2;}
29396 done
29397 IFS="$ac_save_IFS"
29399 echo "
29400 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29401 " >&6