2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.4.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in
26 *posix
*) set -o posix
;;
35 # Avoid depending upon Character Ranges.
36 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits
='0123456789'
40 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
47 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
55 # Support unset when possible.
56 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
72 # Find who we are. Look in the path if we contain no directory separator.
74 *[\\/]* ) as_myself
=$0 ;;
75 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
79 test -z "$as_dir" && as_dir
=.
80 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x
; then
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var
in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
110 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C
; export $as_var
113 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
117 # Required to use basename.
118 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
125 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
132 # Name of the executable.
133 as_me
=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 if test "x$CONFIG_SHELL" = x
; then
157 if (eval ":") 2>/dev
/null
; then
163 if test $as_have_required = yes && (eval ":
173 as_func_ret_success () {
176 as_func_ret_failure () {
181 if as_func_success; then
185 echo as_func_success failed.
188 if as_func_failure; then
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev
/null
; then
223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
224 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
227 test -z "$as_dir" && as_dir
=.
230 for as_base
in sh bash ksh sh5
; do
231 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
238 for as_shell
in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
250 case `(set -o) 2>/dev/null` in
251 *posix
*) set -o posix
;;
260 CONFIG_SHELL
=$as_shell
262 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
271 case `(set -o) 2>/dev/null` in
272 *posix
*) set -o posix
;;
288 as_func_ret_success
() {
291 as_func_ret_failure
() {
296 if as_func_success
; then
300 echo as_func_success failed.
303 if as_func_failure
; then
305 echo as_func_failure succeeded.
308 if as_func_ret_success
; then
312 echo as_func_ret_success failed.
315 if as_func_ret_failure
; then
317 echo as_func_ret_failure succeeded.
320 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
324 echo positional parameters were not saved.
327 test $exitcode = 0) ||
{ (exit 1); exit 1; }
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
344 if test "x$CONFIG_SHELL" != x
; then
345 for as_var
in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no
; then
354 echo This
script requires a shell
more modern than all the
355 echo shells that I found on your system. Please
install a
356 echo modern shell
, or manually run the
script under such a
357 echo shell
if you
do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
377 as_func_ret_success () {
380 as_func_ret_failure () {
385 if as_func_success; then
389 echo as_func_success failed.
392 if as_func_failure; then
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
413 echo positional parameters were not saved.
416 test \$exitcode = 0") ||
{
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system
,
419 echo including any error possibly output before this
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
455 chmod +x
"$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
463 # Exit status is that of the last command.
468 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
474 ECHO_C
= ECHO_N
= ECHO_T
=
478 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
485 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
492 rm -f conf$$ conf$$.exe conf$$.
file
493 if test -d conf$$.dir
; then
494 rm -f conf$$.dir
/conf$$.
file
500 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
508 elif ln conf$$.
file conf$$
2>/dev
/null
; then
513 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
514 rmdir conf$$.dir
2>/dev
/null
516 if mkdir
-p .
2>/dev
/null
; then
519 test -d .
/-p && rmdir .
/-p
523 if test -x / >/dev
/null
2>&1; then
526 if ls -dL / >/dev
/null
2>&1; then
533 if test -d "$1"; then
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
544 as_executable_p
=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev
/null
6>&1
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
564 ac_default_prefix
=/usr
/local
566 ac_config_libobj_dir
=.
572 SHELL
=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
576 PACKAGE_TARNAME
='wine'
577 PACKAGE_VERSION
='1.1.4'
578 PACKAGE_STRING
='Wine 1.1.4'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
595 # ifdef HAVE_STDLIB_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
627 program_transform_name
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ac_subst_files
='MAKE_RULES
792 ac_precious_vars
='build_alias
807 # Initialize some variables set by options.
809 ac_init_version
=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
819 program_transform_name
=s
,x
,x
,
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir
='${exec_prefix}/bin'
834 sbindir
='${exec_prefix}/sbin'
835 libexecdir
='${exec_prefix}/libexec'
836 datarootdir
='${prefix}/share'
837 datadir
='${datarootdir}'
838 sysconfdir
='${prefix}/etc'
839 sharedstatedir
='${prefix}/com'
840 localstatedir
='${prefix}/var'
841 includedir
='${prefix}/include'
842 oldincludedir
='/usr/include'
843 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir
='${datarootdir}/info'
849 libdir
='${exec_prefix}/lib'
850 localedir
='${datarootdir}/locale'
851 mandir
='${datarootdir}/man'
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\
$ac_option
865 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 # Accept the important Cygnus configure options, so we can diagnose typos.
871 case $ac_dashdash$ac_option in
875 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
877 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
880 -build |
--build |
--buil |
--bui |
--bu)
881 ac_prev
=build_alias
;;
882 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
883 build_alias
=$ac_optarg ;;
885 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
886 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
887 ac_prev
=cache_file
;;
888 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
889 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
890 cache_file
=$ac_optarg ;;
893 cache_file
=config.cache
;;
895 -datadir |
--datadir |
--datadi |
--datad)
897 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
898 datadir
=$ac_optarg ;;
900 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
901 |
--dataroo |
--dataro |
--datar)
902 ac_prev
=datarootdir
;;
903 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
904 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
905 datarootdir
=$ac_optarg ;;
907 -disable-* |
--disable-*)
908 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
911 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912 { (exit 1); exit 1; }; }
913 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
914 eval enable_
$ac_feature=no
;;
916 -docdir |
--docdir |
--docdi |
--doc |
--do)
918 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
921 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
923 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
926 -enable-* |
--enable-*)
927 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
930 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931 { (exit 1); exit 1; }; }
932 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
933 eval enable_
$ac_feature=\
$ac_optarg ;;
935 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
936 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
937 |
--exec |
--exe |
--ex)
938 ac_prev
=exec_prefix
;;
939 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
940 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
941 |
--exec=* |
--exe=* |
--ex=*)
942 exec_prefix
=$ac_optarg ;;
944 -gas |
--gas |
--ga |
--g)
945 # Obsolete; use --with-gas.
948 -help |
--help |
--hel |
--he |
-h)
950 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
951 ac_init_help
=recursive
;;
952 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
953 ac_init_help
=short
;;
955 -host |
--host |
--hos |
--ho)
956 ac_prev
=host_alias
;;
957 -host=* |
--host=* |
--hos=* |
--ho=*)
958 host_alias
=$ac_optarg ;;
960 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
962 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
964 htmldir
=$ac_optarg ;;
966 -includedir |
--includedir |
--includedi |
--included |
--include \
967 |
--includ |
--inclu |
--incl |
--inc)
968 ac_prev
=includedir
;;
969 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
970 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
971 includedir
=$ac_optarg ;;
973 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
975 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
976 infodir
=$ac_optarg ;;
978 -libdir |
--libdir |
--libdi |
--libd)
980 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
983 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
984 |
--libexe |
--libex |
--libe)
985 ac_prev
=libexecdir
;;
986 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
987 |
--libexe=* |
--libex=* |
--libe=*)
988 libexecdir
=$ac_optarg ;;
990 -localedir |
--localedir |
--localedi |
--localed |
--locale)
992 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
993 localedir
=$ac_optarg ;;
995 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
996 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
997 ac_prev
=localstatedir
;;
998 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
999 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1000 localstatedir
=$ac_optarg ;;
1002 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1004 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1005 mandir
=$ac_optarg ;;
1007 -nfp |
--nfp |
--nf)
1008 # Obsolete; use --without-fp.
1011 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1012 |
--no-cr |
--no-c |
-n)
1015 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1016 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1019 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1020 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1021 |
--oldin |
--oldi |
--old |
--ol |
--o)
1022 ac_prev
=oldincludedir
;;
1023 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1024 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1025 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1026 oldincludedir
=$ac_optarg ;;
1028 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1030 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1031 prefix
=$ac_optarg ;;
1033 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1034 |
--program-pre |
--program-pr |
--program-p)
1035 ac_prev
=program_prefix
;;
1036 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1037 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1038 program_prefix
=$ac_optarg ;;
1040 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1041 |
--program-suf |
--program-su |
--program-s)
1042 ac_prev
=program_suffix
;;
1043 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1044 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1045 program_suffix
=$ac_optarg ;;
1047 -program-transform-name |
--program-transform-name \
1048 |
--program-transform-nam |
--program-transform-na \
1049 |
--program-transform-n |
--program-transform- \
1050 |
--program-transform |
--program-transfor \
1051 |
--program-transfo |
--program-transf \
1052 |
--program-trans |
--program-tran \
1053 |
--progr-tra |
--program-tr |
--program-t)
1054 ac_prev
=program_transform_name
;;
1055 -program-transform-name=* |
--program-transform-name=* \
1056 |
--program-transform-nam=* |
--program-transform-na=* \
1057 |
--program-transform-n=* |
--program-transform-=* \
1058 |
--program-transform=* |
--program-transfor=* \
1059 |
--program-transfo=* |
--program-transf=* \
1060 |
--program-trans=* |
--program-tran=* \
1061 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1062 program_transform_name
=$ac_optarg ;;
1064 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1066 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1067 pdfdir
=$ac_optarg ;;
1069 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1071 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1074 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1075 |
-silent |
--silent |
--silen |
--sile |
--sil)
1078 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1080 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1082 sbindir
=$ac_optarg ;;
1084 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1085 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1086 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1088 ac_prev
=sharedstatedir
;;
1089 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1090 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1091 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1093 sharedstatedir
=$ac_optarg ;;
1095 -site |
--site |
--sit)
1097 -site=* |
--site=* |
--sit=*)
1100 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1102 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1103 srcdir
=$ac_optarg ;;
1105 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1106 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1107 ac_prev
=sysconfdir
;;
1108 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1109 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1110 sysconfdir
=$ac_optarg ;;
1112 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1113 ac_prev
=target_alias
;;
1114 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1115 target_alias
=$ac_optarg ;;
1117 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1120 -version |
--version |
--versio |
--versi |
--vers |
-V)
1121 ac_init_version
=: ;;
1124 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1127 { echo "$as_me: error: invalid package name: $ac_package" >&2
1128 { (exit 1); exit 1; }; }
1129 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1130 eval with_
$ac_package=\
$ac_optarg ;;
1132 -without-* |
--without-*)
1133 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1136 { echo "$as_me: error: invalid package name: $ac_package" >&2
1137 { (exit 1); exit 1; }; }
1138 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1139 eval with_
$ac_package=no
;;
1142 # Obsolete; use --with-x.
1145 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1146 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1147 ac_prev
=x_includes
;;
1148 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1149 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1150 x_includes
=$ac_optarg ;;
1152 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1153 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1154 ac_prev
=x_libraries
;;
1155 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1156 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1157 x_libraries
=$ac_optarg ;;
1159 -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161 { (exit 1); exit 1; }; }
1165 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1168 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169 { (exit 1); exit 1; }; }
1170 eval $ac_envvar=\
$ac_optarg
1171 export $ac_envvar ;;
1174 # FIXME: should be removed in autoconf 3.0.
1175 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1177 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 if test -n "$ac_prev"; then
1185 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1186 { echo "$as_me: error: missing argument to $ac_option" >&2
1187 { (exit 1); exit 1; }; }
1190 # Be sure to have absolute directory names.
1191 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192 datadir sysconfdir sharedstatedir localstatedir includedir \
1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194 libdir localedir mandir
1196 eval ac_val
=\$
$ac_var
1198 [\\/$
]* | ?
:[\\/]* ) continue;;
1199 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1201 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202 { (exit 1); exit 1; }; }
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1210 target
=$target_alias
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x
; then
1214 if test "x$build_alias" = x
; then
1215 cross_compiling
=maybe
1216 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217 If a cross compiler is detected then cross compile mode will be used." >&2
1218 elif test "x$build_alias" != "x$host_alias"; then
1224 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1226 test "$silent" = yes && exec 6>/dev
/null
1229 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di
=`ls -di .` &&
1231 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1232 { echo "$as_me: error: Working directory cannot be determined" >&2
1233 { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 { echo "$as_me: error: pwd does not report name of working directory" >&2
1236 { (exit 1); exit 1; }; }
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted
=yes
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir
=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$0" : 'X\(//\)[^/]' \| \
1246 X"$0" : 'X\(//\)$' \| \
1247 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267 if test ! -r "$srcdir/$ac_unique_file"; then
1271 ac_srcdir_defaulted
=no
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1275 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276 { (exit 1); exit 1; }; }
1278 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281 { (exit 1); exit 1; }; }
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1291 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 for ac_var
in $ac_precious_vars; do
1294 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1295 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1296 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1297 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1301 # Report the --help message.
1303 if test "$ac_init_help" = "long"; then
1304 # Omit some internal or obsolete options to make the list less imposing.
1305 # This message is too long to be a string in the A/UX 3.1 sh.
1307 \`configure' configures Wine 1.1.4 to adapt to many kinds of systems.
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Defaults for the options are specified in brackets.
1317 -h, --help display this help and exit
1318 --help=short display options specific to this package
1319 --help=recursive display the short help of all the included packages
1320 -V, --version display version information and exit
1321 -q, --quiet, --silent do not print \`checking...' messages
1322 --cache-file=FILE cache test results in FILE [disabled]
1323 -C, --config-cache alias for \`--cache-file=config.cache'
1324 -n, --no-create do not create output files
1325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 Installation directories:
1328 --prefix=PREFIX install architecture-independent files in PREFIX
1329 [$ac_default_prefix]
1330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1338 For better control, use the options below.
1340 Fine tuning of the installation directories:
1341 --bindir=DIR user executables [EPREFIX/bin]
1342 --sbindir=DIR system admin executables [EPREFIX/sbin]
1343 --libexecdir=DIR program executables [EPREFIX/libexec]
1344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1347 --libdir=DIR object code libraries [EPREFIX/lib]
1348 --includedir=DIR C header files [PREFIX/include]
1349 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1350 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1351 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1352 --infodir=DIR info documentation [DATAROOTDIR/info]
1353 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1354 --mandir=DIR man documentation [DATAROOTDIR/man]
1355 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1365 --x-includes=DIR X include files are
in DIR
1366 --x-libraries=DIR X library files are
in DIR
1369 --build=BUILD configure
for building on BUILD
[guessed
]
1370 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1374 if test -n "$ac_init_help"; then
1375 case $ac_init_help in
1376 short | recursive
) echo "Configuration of Wine 1.1.4:";;
1381 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1382 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1383 --disable-win16 do not include Win16 support
1384 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1390 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1391 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1392 --without-alsa do not use the Alsa sound support
1393 --without-audioio do not use the AudioIO sound support
1394 --without-capi do not use CAPI (ISDN support)
1395 --without-cms do not use CMS (color management support)
1396 --without-coreaudio do not use the CoreAudio sound support
1397 --without-cups do not use CUPS
1398 --without-curses do not use (n)curses
1399 --without-esd do not use the EsounD sound support
1400 --without-fontconfig do not use fontconfig
1401 --without-freetype do not use the FreeType library
1402 --without-gphoto do not use gphoto (Digital Camera support)
1403 --without-glu do not use the GLU library
1404 --without-hal do not use HAL (dynamic device support)
1405 --without-jack do not use the Jack sound support
1406 --without-jpeg do not use JPEG
1407 --without-ldap do not use LDAP
1408 --without-nas do not use the NAS sound support
1409 --without-opengl do not use OpenGL
1410 --without-openssl do not use OpenSSL
1411 --without-oss do not use the OSS sound support
1412 --without-png do not use PNG
1413 --without-sane do not use SANE (scanner support)
1414 --without-xcomposite do not use the Xcomposite extension
1415 --without-xcursor do not use the Xcursor extension
1416 --without-xinerama do not use Xinerama (multi-monitor support)
1417 --without-xinput do not use the Xinput extension
1418 --without-xml do not use XML
1419 --without-xrandr do not use Xrandr (resolution changes)
1420 --without-xrender do not use the Xrender extension
1421 --without-xshape do not use the Xshape extension
1422 --without-xshm do not use XShm (shared memory extension)
1423 --without-xslt do not use XSLT
1424 --without-xxf86vm do not use XFree video mode extension
1425 --with-wine-tools=DIR use Wine tools from directory DIR
1426 --with-x use the X Window System
1428 Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
1433 LIBS libraries to pass to the linker, e.g. -l<library>
1434 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1435 you have headers in a nonstandard directory <include dir>
1436 CXX C++ compiler command
1437 CXXFLAGS C++ compiler flags
1438 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 Use these variables to override the choices made by `configure' or to
help
1442 it to
find libraries and programs with nonstandard names
/locations.
1444 Report bugs to
<wine-devel@winehq.org
>.
1449 if test "$ac_init_help" = "recursive"; then
1450 # If there are subdirs, report their specific --help.
1451 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1452 test -d "$ac_dir" ||
continue
1456 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1458 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1463 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1466 ac_abs_top_builddir
=$ac_pwd
1467 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir
=$ac_top_build_prefix
1472 .
) # We are building in place.
1474 ac_top_srcdir
=$ac_top_builddir_sub
1475 ac_abs_top_srcdir
=$ac_pwd ;;
1476 [\\/]* | ?
:[\\/]* ) # Absolute name.
1477 ac_srcdir
=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir
=$srcdir
1479 ac_abs_top_srcdir
=$srcdir ;;
1481 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1485 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1487 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1496 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1505 Wine configure
1.1.4
1506 generated by GNU Autoconf
2.61
1508 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1509 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1510 This configure
script is free software
; the Free Software Foundation
1511 gives unlimited permission to copy
, distribute and modify it.
1515 cat >config.log
<<_ACEOF
1516 This file contains any messages produced by compilers while
1517 running configure, to aid debugging if configure makes a mistake.
1519 It was created by Wine $as_me 1.1.4, which was
1520 generated by GNU Autoconf 2.61. Invocation command line was
1532 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1533 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1534 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1535 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1536 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1538 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1539 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1541 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1542 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1543 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1544 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1545 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1546 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1547 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1555 test -z "$as_dir" && as_dir
=.
1556 echo "PATH: $as_dir"
1572 # Keep a trace of the command line.
1573 # Strip out --no-create and --no-recursion so they do not pile up.
1574 # Strip out --silent because we don't want to record it for future runs.
1575 # Also quote any args containing shell meta-characters.
1576 # Make two passes to allow for proper duplicate-argument suppression.
1580 ac_must_keep_next
=false
1586 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1587 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1588 |
-silent |
--silent |
--silen |
--sile |
--sil)
1591 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1596 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1597 if test $ac_must_keep_next = true
; then
1598 ac_must_keep_next
=false
# Got value, back to normal.
1601 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1602 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1603 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1604 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1605 case "$ac_configure_args0 " in
1606 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 -* ) ac_must_keep_next
=true
;;
1612 ac_configure_args
="$ac_configure_args '$ac_arg'"
1617 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1618 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1620 # When interrupted or exit'd, cleanup temporary files, and complete
1621 # config.log. We remove comments because anyway the quotes in there
1622 # would cause problems or look ugly.
1623 # WARNING: Use '\'' to represent an apostrophe within the trap.
1624 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1625 trap 'exit_status=$?
1626 # Save into config.log some information that might help in debugging.
1631 ## ---------------- ##
1632 ## Cache variables. ##
1633 ## ---------------- ##
1636 # The following way of writing the cache mishandles newlines in values,
1638 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1639 eval ac_val=\$$ac_var
1643 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1644 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 _ | IFS | as_nl) ;; #(
1648 *) $as_unset $ac_var ;;
1653 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1654 *${as_nl}ac_space=\ *)
1656 "s/'\''/'\''\\\\'\'''\''/g;
1657 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 ## ----------------- ##
1669 ## Output variables. ##
1670 ## ----------------- ##
1673 for ac_var in $ac_subst_vars
1675 eval ac_val=\$$ac_var
1677 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 echo "$ac_var='\''$ac_val'\''"
1683 if test -n "$ac_subst_files"; then
1685 ## ------------------- ##
1686 ## File substitutions. ##
1687 ## ------------------- ##
1690 for ac_var
in $ac_subst_files
1692 eval ac_val
=\$
$ac_var
1694 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 echo "$ac_var='\''$ac_val'\''"
1701 if test -s confdefs.h; then
1711 test "$ac_signal" != 0 &&
1712 echo "$as_me: caught signal $ac_signal"
1713 echo "$as_me: exit $exit_status"
1715 rm -f core *.core core.conftest.* &&
1716 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 for ac_signal
in 1 2 13 15; do
1720 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1724 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1725 rm -f -r conftest
* confdefs.h
1727 # Predefined preprocessor variables.
1729 cat >>confdefs.h
<<_ACEOF
1730 #define PACKAGE_NAME "$PACKAGE_NAME"
1734 cat >>confdefs.h
<<_ACEOF
1735 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1739 cat >>confdefs.h
<<_ACEOF
1740 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1744 cat >>confdefs.h
<<_ACEOF
1745 #define PACKAGE_STRING "$PACKAGE_STRING"
1749 cat >>confdefs.h
<<_ACEOF
1750 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1754 # Let the site file select an alternate cache file if it wants to.
1755 # Prefer explicitly selected file to automatically selected ones.
1756 if test -n "$CONFIG_SITE"; then
1757 set x
"$CONFIG_SITE"
1758 elif test "x$prefix" != xNONE
; then
1759 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1761 set x
"$ac_default_prefix/share/config.site" \
1762 "$ac_default_prefix/etc/config.site"
1767 if test -r "$ac_site_file"; then
1768 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1769 echo "$as_me: loading site script $ac_site_file" >&6;}
1770 sed 's/^/| /' "$ac_site_file" >&5
1775 if test -r "$cache_file"; then
1776 # Some versions of bash will fail to source /dev/null (special
1777 # files actually), so we avoid doing that.
1778 if test -f "$cache_file"; then
1779 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1780 echo "$as_me: loading cache $cache_file" >&6;}
1782 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1783 *) .
"./$cache_file";;
1787 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1788 echo "$as_me: creating cache $cache_file" >&6;}
1792 # Check that the precious variables saved in the cache have kept the same
1794 ac_cache_corrupted
=false
1795 for ac_var
in $ac_precious_vars; do
1796 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1797 eval ac_new_set
=\
$ac_env_${ac_var}_set
1798 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1799 eval ac_new_val
=\
$ac_env_${ac_var}_value
1800 case $ac_old_set,$ac_new_set in
1802 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1803 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1804 ac_cache_corrupted
=: ;;
1806 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1808 ac_cache_corrupted
=: ;;
1811 if test "x$ac_old_val" != "x$ac_new_val"; then
1812 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1813 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1814 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1815 echo "$as_me: former value: $ac_old_val" >&2;}
1816 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1817 echo "$as_me: current value: $ac_new_val" >&2;}
1818 ac_cache_corrupted
=:
1821 # Pass precious variables to config.status.
1822 if test "$ac_new_set" = set; then
1824 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1825 *) ac_arg
=$ac_var=$ac_new_val ;;
1827 case " $ac_configure_args " in
1828 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1829 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1833 if $ac_cache_corrupted; then
1834 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1835 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1836 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1837 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1838 { (exit 1); exit 1; }; }
1866 ac_cpp
='$CPP $CPPFLAGS'
1867 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1868 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1869 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1873 ac_config_headers
="$ac_config_headers include/config.h"
1876 for ac_dir
in tools
"$srcdir"/tools
; do
1877 if test -f "$ac_dir/install-sh"; then
1879 ac_install_sh
="$ac_aux_dir/install-sh -c"
1881 elif test -f "$ac_dir/install.sh"; then
1883 ac_install_sh
="$ac_aux_dir/install.sh -c"
1885 elif test -f "$ac_dir/shtool"; then
1887 ac_install_sh
="$ac_aux_dir/shtool install -c"
1891 if test -z "$ac_aux_dir"; then
1892 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1893 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1894 { (exit 1); exit 1; }; }
1897 # These three variables are undocumented and unsupported,
1898 # and are intended to be withdrawn in a future Autoconf release.
1899 # They can cause serious problems if a builder's source tree is in a directory
1900 # whose full name contains unusual characters.
1901 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1902 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1903 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1908 # Check whether --enable-win16 was given.
1909 if test "${enable_win16+set}" = set; then
1910 enableval
=$enable_win16;
1913 # Check whether --enable-win64 was given.
1914 if test "${enable_win64+set}" = set; then
1915 enableval
=$enable_win64;
1918 # Check whether --enable-maintainer-mode was given.
1919 if test "${enable_maintainer_mode+set}" = set; then
1920 enableval
=$enable_maintainer_mode;
1928 # Check whether --with-alsa was given.
1929 if test "${with_alsa+set}" = set; then
1930 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1934 # Check whether --with-audioio was given.
1935 if test "${with_audioio+set}" = set; then
1936 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1940 # Check whether --with-capi was given.
1941 if test "${with_capi+set}" = set; then
1942 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1946 # Check whether --with-cms was given.
1947 if test "${with_cms+set}" = set; then
1948 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1952 # Check whether --with-coreaudio was given.
1953 if test "${with_coreaudio+set}" = set; then
1954 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1958 # Check whether --with-cups was given.
1959 if test "${with_cups+set}" = set; then
1964 # Check whether --with-curses was given.
1965 if test "${with_curses+set}" = set; then
1966 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1970 # Check whether --with-esd was given.
1971 if test "${with_esd+set}" = set; then
1976 # Check whether --with-fontconfig was given.
1977 if test "${with_fontconfig+set}" = set; then
1978 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1982 # Check whether --with-freetype was given.
1983 if test "${with_freetype+set}" = set; then
1984 withval
=$with_freetype;
1988 # Check whether --with-gphoto was given.
1989 if test "${with_gphoto+set}" = set; then
1990 withval
=$with_gphoto;
1994 # Check whether --with-glu was given.
1995 if test "${with_glu+set}" = set; then
1996 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2000 # Check whether --with-hal was given.
2001 if test "${with_hal+set}" = set; then
2006 # Check whether --with-jack was given.
2007 if test "${with_jack+set}" = set; then
2008 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2012 # Check whether --with-jpeg was given.
2013 if test "${with_jpeg+set}" = set; then
2014 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2018 # Check whether --with-ldap was given.
2019 if test "${with_ldap+set}" = set; then
2020 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2024 # Check whether --with-nas was given.
2025 if test "${with_nas+set}" = set; then
2026 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2030 # Check whether --with-opengl was given.
2031 if test "${with_opengl+set}" = set; then
2032 withval
=$with_opengl;
2036 # Check whether --with-openssl was given.
2037 if test "${with_openssl+set}" = set; then
2038 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2042 # Check whether --with-oss was given.
2043 if test "${with_oss+set}" = set; then
2044 withval
=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h
=no
; ac_cv_header_sys_soundcard_h
=no
; ac_cv_header_machine_soundcard_h
=no
; fi
2048 # Check whether --with-png was given.
2049 if test "${with_png+set}" = set; then
2050 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2054 # Check whether --with-sane was given.
2055 if test "${with_sane+set}" = set; then
2060 # Check whether --with-xcomposite was given.
2061 if test "${with_xcomposite+set}" = set; then
2062 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2066 # Check whether --with-xcursor was given.
2067 if test "${with_xcursor+set}" = set; then
2068 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2072 # Check whether --with-xinerama was given.
2073 if test "${with_xinerama+set}" = set; then
2074 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2078 # Check whether --with-xinput was given.
2079 if test "${with_xinput+set}" = set; then
2080 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2084 # Check whether --with-xml was given.
2085 if test "${with_xml+set}" = set; then
2090 # Check whether --with-xrandr was given.
2091 if test "${with_xrandr+set}" = set; then
2092 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2096 # Check whether --with-xrender was given.
2097 if test "${with_xrender+set}" = set; then
2098 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2102 # Check whether --with-xshape was given.
2103 if test "${with_xshape+set}" = set; then
2104 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2108 # Check whether --with-xshm was given.
2109 if test "${with_xshm+set}" = set; then
2110 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2114 # Check whether --with-xslt was given.
2115 if test "${with_xslt+set}" = set; then
2120 # Check whether --with-xxf86vm was given.
2121 if test "${with_xxf86vm+set}" = set; then
2122 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2127 # Check whether --with-wine-tools was given.
2128 if test "${with_wine_tools+set}" = set; then
2129 withval
=$with_wine_tools;
2133 # Make sure we can run config.sub.
2134 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2135 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2136 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2137 { (exit 1); exit 1; }; }
2139 { echo "$as_me:$LINENO: checking build system type" >&5
2140 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2141 if test "${ac_cv_build+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2144 ac_build_alias
=$build_alias
2145 test "x$ac_build_alias" = x
&&
2146 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2147 test "x$ac_build_alias" = x
&&
2148 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2149 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2150 { (exit 1); exit 1; }; }
2151 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2152 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2153 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2154 { (exit 1); exit 1; }; }
2157 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2158 echo "${ECHO_T}$ac_cv_build" >&6; }
2159 case $ac_cv_build in
2161 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2162 echo "$as_me: error: invalid value of canonical build" >&2;}
2163 { (exit 1); exit 1; }; };;
2166 ac_save_IFS
=$IFS; IFS
='-'
2172 # Remember, the first character of IFS is used to create $*,
2173 # except with old shells:
2176 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2179 { echo "$as_me:$LINENO: checking host system type" >&5
2180 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2181 if test "${ac_cv_host+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
2184 if test "x$host_alias" = x
; then
2185 ac_cv_host
=$ac_cv_build
2187 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2188 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2189 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2190 { (exit 1); exit 1; }; }
2194 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2195 echo "${ECHO_T}$ac_cv_host" >&6; }
2198 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2199 echo "$as_me: error: invalid value of canonical host" >&2;}
2200 { (exit 1); exit 1; }; };;
2203 ac_save_IFS
=$IFS; IFS
='-'
2209 # Remember, the first character of IFS is used to create $*,
2210 # except with old shells:
2213 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2218 if test "x$enable_win64" != "xyes"
2220 test -n "$CC" || CC
="gcc -m32"
2221 test -n "$CXX"|| CXX
="g++ -m32"
2222 test -n "$LD" || LD
="ld -m elf_i386"
2223 test -n "$AS" || AS
="as --32"
2231 if test "x$enable_win16" != "xno"
2238 WIN16_FILES
="\$(WIN16_FILES)"
2240 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2242 if test "x$enable_win16" != "xyes"
2250 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2251 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&5
2253 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2254 You need to run 'make distclean' in the source tree first." >&2;}
2255 { (exit 1); exit 1; }; }
2260 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2261 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2262 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2263 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2264 echo $ECHO_N "(cached) $ECHO_C" >&6
2266 cat >conftest.
make <<\_ACEOF
2269 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2271 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2272 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2274 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2276 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2280 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2281 { echo "$as_me:$LINENO: result: yes" >&5
2282 echo "${ECHO_T}yes" >&6; }
2285 { echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6; }
2287 SET_MAKE
="MAKE=${MAKE-make}"
2291 ac_cpp
='$CPP $CPPFLAGS'
2292 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2293 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2294 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2295 if test -n "$ac_tool_prefix"; then
2296 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2297 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2300 if test "${ac_cv_prog_CC+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6
2303 if test -n "$CC"; then
2304 ac_cv_prog_CC
="$CC" # Let the user override the test.
2306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2310 test -z "$as_dir" && as_dir
=.
2311 for ac_exec_ext
in '' $ac_executable_extensions; do
2312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2313 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2324 if test -n "$CC"; then
2325 { echo "$as_me:$LINENO: result: $CC" >&5
2326 echo "${ECHO_T}$CC" >&6; }
2328 { echo "$as_me:$LINENO: result: no" >&5
2329 echo "${ECHO_T}no" >&6; }
2334 if test -z "$ac_cv_prog_CC"; then
2336 # Extract the first word of "gcc", so it can be a program name with args.
2337 set dummy gcc
; ac_word
=$2
2338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2341 echo $ECHO_N "(cached) $ECHO_C" >&6
2343 if test -n "$ac_ct_CC"; then
2344 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2350 test -z "$as_dir" && as_dir
=.
2351 for ac_exec_ext
in '' $ac_executable_extensions; do
2352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2353 ac_cv_prog_ac_ct_CC
="gcc"
2354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2363 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2364 if test -n "$ac_ct_CC"; then
2365 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2366 echo "${ECHO_T}$ac_ct_CC" >&6; }
2368 { echo "$as_me:$LINENO: result: no" >&5
2369 echo "${ECHO_T}no" >&6; }
2372 if test "x$ac_ct_CC" = x
; then
2375 case $cross_compiling:$ac_tool_warned in
2377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2378 whose name does not start with the host triplet. If you think this
2379 configuration is useful to you, please write to autoconf@gnu.org." >&5
2380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2381 whose name does not start with the host triplet. If you think this
2382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2383 ac_tool_warned
=yes ;;
2391 if test -z "$CC"; then
2392 if test -n "$ac_tool_prefix"; then
2393 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2394 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2397 if test "${ac_cv_prog_CC+set}" = set; then
2398 echo $ECHO_N "(cached) $ECHO_C" >&6
2400 if test -n "$CC"; then
2401 ac_cv_prog_CC
="$CC" # Let the user override the test.
2403 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2407 test -z "$as_dir" && as_dir
=.
2408 for ac_exec_ext
in '' $ac_executable_extensions; do
2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2410 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2421 if test -n "$CC"; then
2422 { echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6; }
2425 { echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6; }
2432 if test -z "$CC"; then
2433 # Extract the first word of "cc", so it can be a program name with args.
2434 set dummy cc
; ac_word
=$2
2435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2437 if test "${ac_cv_prog_CC+set}" = set; then
2438 echo $ECHO_N "(cached) $ECHO_C" >&6
2440 if test -n "$CC"; then
2441 ac_cv_prog_CC
="$CC" # Let the user override the test.
2444 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2448 test -z "$as_dir" && as_dir
=.
2449 for ac_exec_ext
in '' $ac_executable_extensions; do
2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2451 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2452 ac_prog_rejected
=yes
2456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2463 if test $ac_prog_rejected = yes; then
2464 # We found a bogon in the path, so make sure we never use it.
2465 set dummy
$ac_cv_prog_CC
2467 if test $# != 0; then
2468 # We chose a different compiler from the bogus one.
2469 # However, it has the same basename, so the bogon will be chosen
2470 # first if we set CC to just the basename; use the full file name.
2472 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2478 if test -n "$CC"; then
2479 { echo "$as_me:$LINENO: result: $CC" >&5
2480 echo "${ECHO_T}$CC" >&6; }
2482 { echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6; }
2488 if test -z "$CC"; then
2489 if test -n "$ac_tool_prefix"; then
2490 for ac_prog
in cl.exe
2492 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2493 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then
2497 echo $ECHO_N "(cached) $ECHO_C" >&6
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC
="$CC" # Let the user override the test.
2502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2506 test -z "$as_dir" && as_dir
=.
2507 for ac_exec_ext
in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2520 if test -n "$CC"; then
2521 { echo "$as_me:$LINENO: result: $CC" >&5
2522 echo "${ECHO_T}$CC" >&6; }
2524 { echo "$as_me:$LINENO: result: no" >&5
2525 echo "${ECHO_T}no" >&6; }
2529 test -n "$CC" && break
2532 if test -z "$CC"; then
2534 for ac_prog
in cl.exe
2536 # Extract the first word of "$ac_prog", so it can be a program name with args.
2537 set dummy
$ac_prog; ac_word
=$2
2538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2540 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6
2543 if test -n "$ac_ct_CC"; then
2544 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2550 test -z "$as_dir" && as_dir
=.
2551 for ac_exec_ext
in '' $ac_executable_extensions; do
2552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2553 ac_cv_prog_ac_ct_CC
="$ac_prog"
2554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2564 if test -n "$ac_ct_CC"; then
2565 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2566 echo "${ECHO_T}$ac_ct_CC" >&6; }
2568 { echo "$as_me:$LINENO: result: no" >&5
2569 echo "${ECHO_T}no" >&6; }
2573 test -n "$ac_ct_CC" && break
2576 if test "x$ac_ct_CC" = x
; then
2579 case $cross_compiling:$ac_tool_warned in
2581 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2582 whose name does not start with the host triplet. If you think this
2583 configuration is useful to you, please write to autoconf@gnu.org." >&5
2584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2585 whose name does not start with the host triplet. If you think this
2586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2587 ac_tool_warned
=yes ;;
2596 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: no acceptable C compiler found in \$PATH
2599 See \`config.log' for more details." >&2;}
2600 { (exit 1); exit 1; }; }
2602 # Provide some information about the compiler.
2603 echo "$as_me:$LINENO: checking for C compiler version" >&5
2604 ac_compiler
=`set X $ac_compile; echo $2`
2605 { (ac_try
="$ac_compiler --version >&5"
2607 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2608 *) ac_try_echo=$ac_try;;
2610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2611 (eval "$ac_compiler --version >&5") 2>&5
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }
2615 { (ac_try="$ac_compiler -v >&5"
2617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2618 *) ac_try_echo
=$ac_try;;
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621 (eval "$ac_compiler -v >&5") 2>&5
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); }
2625 { (ac_try
="$ac_compiler -V >&5"
2627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631 (eval "$ac_compiler -V >&5") 2>&5
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); }
2636 cat >conftest.$ac_ext <<_ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h. */
2651 ac_clean_files_save=$ac_clean_files
2652 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2653 # Try to create an executable without -o first, disregard a.out.
2654 # It will help us diagnose broken compilers, and finding out an intuition
2656 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2657 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2658 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2660 # List of possible output files, starting from the most likely.
2661 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2662 # only as a last resort. b.out is created by i960 compilers.
2663 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2665 # The IRIX 6 linker writes into existing files which may not be
2666 # executable, retaining their permissions. Remove them first so a
2667 # subsequent execution test works.
2669 for ac_file in $ac_files
2672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2673 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2678 if { (ac_try="$ac_link_default"
2680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681 *) ac_try_echo=$ac_try;;
2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2684 (eval "$ac_link_default") 2>&5
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); }; then
2688 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2689 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2690 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2691 # so that the user can short-circuit this test for compilers unknown to
2693 for ac_file
in $ac_files ''
2695 test -f "$ac_file" ||
continue
2697 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2700 # We found the default executable, but exeext='' is most
2704 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2706 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2708 # We set ac_cv_exeext here because the later test for it is not
2709 # safe: cross compilers may not add the suffix if given an `-o'
2710 # argument, so we may need to know it at that point already.
2711 # Even if this section looks crufty: it has the advantage of
2718 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2724 { echo "$as_me:$LINENO: result: $ac_file" >&5
2725 echo "${ECHO_T}$ac_file" >&6; }
2726 if test -z "$ac_file"; then
2727 echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.
$ac_ext >&5
2730 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&5
2732 echo "$as_me: error: C compiler cannot create executables
2733 See \`config.log' for more details." >&2;}
2734 { (exit 77); exit 77; }; }
2737 ac_exeext
=$ac_cv_exeext
2739 # Check that the compiler produces executables we can run. If not, either
2740 # the compiler is broken, or we cross compile.
2741 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2742 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2743 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746 if { ac_try
='./$ac_file'
2747 { (case "(($ac_try" in
2748 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752 (eval "$ac_try") 2>&5
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); }; }; then
2758 if test "$cross_compiling" = maybe; then
2761 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details.
" >&5
2764 echo "$as_me: error
: cannot run C compiled programs.
2765 If you meant to cross compile
, use \
`--host'.
2766 See \`config.log
' for more details." >&2;}
2767 { (exit 1); exit 1; }; }
2771 { echo "$as_me:$LINENO: result: yes" >&5
2772 echo "${ECHO_T}yes" >&6; }
2774 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2775 ac_clean_files=$ac_clean_files_save
2776 # Check that the compiler produces executables we can run. If not, either
2777 # the compiler is broken, or we cross compile.
2778 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2779 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2780 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2781 echo "${ECHO_T}$cross_compiling" >&6; }
2783 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2784 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2785 if { (ac_try="$ac_link"
2787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788 *) ac_try_echo=$ac_try;;
2790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2791 (eval "$ac_link") 2>&5
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); }; then
2795 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2796 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2799 for ac_file
in conftest.exe conftest conftest.
*; do
2800 test -f "$ac_file" ||
continue
2802 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2803 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2809 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&5
2811 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." >&2;}
2813 { (exit 1); exit 1; }; }
2816 rm -f conftest
$ac_cv_exeext
2817 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2818 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2820 rm -f conftest.
$ac_ext
2821 EXEEXT
=$ac_cv_exeext
2823 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2824 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2825 if test "${ac_cv_objext+set}" = set; then
2826 echo $ECHO_N "(cached) $ECHO_C" >&6
2828 cat >conftest.
$ac_ext <<_ACEOF
2831 cat confdefs.h
>>conftest.
$ac_ext
2832 cat >>conftest.
$ac_ext <<_ACEOF
2833 /* end confdefs.h. */
2843 rm -f conftest.o conftest.obj
2844 if { (ac_try
="$ac_compile"
2846 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2850 (eval "$ac_compile") 2>&5
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; then
2854 for ac_file in conftest.o conftest.obj conftest.*; do
2855 test -f "$ac_file" || continue;
2857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2858 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2863 echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2866 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log
' for more details." >&5
2868 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2869 See \`config.log' for more details.
" >&2;}
2870 { (exit 1); exit 1; }; }
2873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2876 echo "${ECHO_T}$ac_cv_objext" >&6; }
2877 OBJEXT=$ac_cv_objext
2879 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2880 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2881 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2882 echo $ECHO_N "(cached
) $ECHO_C" >&6
2884 cat >conftest.$ac_ext <<_ACEOF
2887 cat confdefs.h >>conftest.$ac_ext
2888 cat >>conftest.$ac_ext <<_ACEOF
2889 /* end confdefs.h. */
2902 rm -f conftest.$ac_objext
2903 if { (ac_try="$ac_compile"
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2908 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2909 (eval "$ac_compile") 2>conftest.er1
2911 grep -v '^ *+' conftest.er1 >conftest.err
2913 cat conftest.err >&5
2914 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2915 (exit $ac_status); } && {
2916 test -z "$ac_c_werror_flag" ||
2917 test ! -s conftest.err
2918 } && test -s conftest.$ac_objext; then
2921 echo "$as_me: failed program was
:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2931 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2932 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2933 GCC=`test $ac_compiler_gnu = yes && echo yes`
2934 ac_test_CFLAGS=${CFLAGS+set}
2935 ac_save_CFLAGS=$CFLAGS
2936 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2937 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2938 if test "${ac_cv_prog_cc_g+set}" = set; then
2939 echo $ECHO_N "(cached
) $ECHO_C" >&6
2941 ac_save_c_werror_flag=$ac_c_werror_flag
2942 ac_c_werror_flag=yes
2945 cat >conftest.$ac_ext <<_ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h. */
2960 rm -f conftest.$ac_objext
2961 if { (ac_try="$ac_compile"
2963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2964 *) ac_try_echo=$ac_try;;
2966 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2967 (eval "$ac_compile") 2>conftest.er1
2969 grep -v '^ *+' conftest.er1 >conftest.err
2971 cat conftest.err >&5
2972 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2973 (exit $ac_status); } && {
2974 test -z "$ac_c_werror_flag" ||
2975 test ! -s conftest.err
2976 } && test -s conftest.$ac_objext; then
2979 echo "$as_me: failed program was
:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2983 cat >conftest.$ac_ext <<_ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h. */
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002 *) ac_try_echo=$ac_try;;
3004 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3005 (eval "$ac_compile") 2>conftest.er1
3007 grep -v '^ *+' conftest.er1 >conftest.err
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3011 (exit $ac_status); } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest.$ac_objext; then
3017 echo "$as_me: failed program was
:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3020 ac_c_werror_flag=$ac_save_c_werror_flag
3022 cat >conftest.$ac_ext <<_ACEOF
3025 cat confdefs.h >>conftest.$ac_ext
3026 cat >>conftest.$ac_ext <<_ACEOF
3027 /* end confdefs.h. */
3037 rm -f conftest.$ac_objext
3038 if { (ac_try="$ac_compile"
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3043 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3044 (eval "$ac_compile") 2>conftest.er1
3046 grep -v '^ *+' conftest.er1 >conftest.err
3048 cat conftest.err >&5
3049 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3050 (exit $ac_status); } && {
3051 test -z "$ac_c_werror_flag" ||
3052 test ! -s conftest.err
3053 } && test -s conftest.$ac_objext; then
3056 echo "$as_me: failed program was
:" >&5
3057 sed 's/^/| /' conftest.$ac_ext >&5
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3071 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3072 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3082 if test "$GCC" = yes; then
3088 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3089 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then
3091 echo $ECHO_N "(cached
) $ECHO_C" >&6
3093 ac_cv_prog_cc_c89=no
3095 cat >conftest.$ac_ext <<_ACEOF
3098 cat confdefs.h >>conftest.$ac_ext
3099 cat >>conftest.$ac_ext <<_ACEOF
3100 /* end confdefs.h. */
3103 #include <sys/types.h>
3104 #include <sys/stat.h>
3105 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3106 struct buf { int x; };
3107 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3108 static char *e (p, i)
3114 static char *f (char * (*g) (char **, int), char **p, ...)
3119 s = g (p, va_arg (v,int));
3124 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3125 function prototypes and stuff, but not '\xHH' hex character constants.
3126 These don't provoke an error unfortunately, instead are silently treated
3127 as 'x'. The following induces an error, until -std is added to get
3128 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3129 array size at least. It's necessary to write '\x00'==0 to get something
3130 that's true only with -std. */
3131 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3134 inside strings and character constants. */
3136 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138 int test (int i, double x);
3139 struct s1 {int (*f) (int a);};
3140 struct s2 {int (*f) (double a);};
3141 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3147 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3152 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3153 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155 CC="$ac_save_CC $ac_arg"
3156 rm -f conftest.$ac_objext
3157 if { (ac_try="$ac_compile"
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3162 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compile") 2>conftest.er1
3165 grep -v '^ *+' conftest.er1 >conftest.err
3167 cat conftest.err >&5
3168 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3169 (exit $ac_status); } && {
3170 test -z "$ac_c_werror_flag" ||
3171 test ! -s conftest.err
3172 } && test -s conftest.$ac_objext; then
3173 ac_cv_prog_cc_c89=$ac_arg
3175 echo "$as_me: failed program was
:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3181 rm -f core conftest.err conftest.$ac_objext
3182 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3184 rm -f conftest.$ac_ext
3189 case "x
$ac_cv_prog_cc_c89" in
3191 { echo "$as_me:$LINENO: result
: none needed
" >&5
3192 echo "${ECHO_T}none needed
" >&6; } ;;
3194 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3195 echo "${ECHO_T}unsupported
" >&6; } ;;
3197 CC="$CC $ac_cv_prog_cc_c89"
3198 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3199 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3204 ac_cpp='$CPP $CPPFLAGS'
3205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215 if test -n "$CCC"; then
3218 if test -n "$ac_tool_prefix"; then
3219 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3224 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3225 if test "${ac_cv_prog_CXX+set}" = set; then
3226 echo $ECHO_N "(cached
) $ECHO_C" >&6
3228 if test -n "$CXX"; then
3229 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3235 test -z "$as_dir" && as_dir=.
3236 for ac_exec_ext in '' $ac_executable_extensions; do
3237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3249 if test -n "$CXX"; then
3250 { echo "$as_me:$LINENO: result
: $CXX" >&5
3251 echo "${ECHO_T}$CXX" >&6; }
3253 { echo "$as_me:$LINENO: result
: no
" >&5
3254 echo "${ECHO_T}no
" >&6; }
3258 test -n "$CXX" && break
3261 if test -z "$CXX"; then
3263 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3268 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3269 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3270 echo $ECHO_N "(cached
) $ECHO_C" >&6
3272 if test -n "$ac_ct_CXX"; then
3273 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282 ac_cv_prog_ac_ct_CXX="$ac_prog"
3283 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3295 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3297 { echo "$as_me:$LINENO: result
: no
" >&5
3298 echo "${ECHO_T}no
" >&6; }
3302 test -n "$ac_ct_CXX" && break
3305 if test "x
$ac_ct_CXX" = x; then
3308 case $cross_compiling:$ac_tool_warned in
3310 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3311 whose name does not start with the
host triplet. If you think this
3312 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3313 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3314 whose name does not start with the
host triplet. If you think this
3315 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3316 ac_tool_warned=yes ;;
3324 # Provide some information about the compiler.
3325 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3326 ac_compiler=`set X $ac_compile; echo $2`
3327 { (ac_try="$ac_compiler --version >&5"
3329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3330 *) ac_try_echo=$ac_try;;
3332 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3333 (eval "$ac_compiler --version >&5") 2>&5
3335 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3336 (exit $ac_status); }
3337 { (ac_try="$ac_compiler -v >&5"
3339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340 *) ac_try_echo=$ac_try;;
3342 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3343 (eval "$ac_compiler -v >&5") 2>&5
3345 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3346 (exit $ac_status); }
3347 { (ac_try="$ac_compiler -V >&5"
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3352 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3353 (eval "$ac_compiler -V >&5") 2>&5
3355 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3356 (exit $ac_status); }
3358 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3359 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3360 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3361 echo $ECHO_N "(cached
) $ECHO_C" >&6
3363 cat >conftest.$ac_ext <<_ACEOF
3366 cat confdefs.h >>conftest.$ac_ext
3367 cat >>conftest.$ac_ext <<_ACEOF
3368 /* end confdefs.h. */
3381 rm -f conftest.$ac_objext
3382 if { (ac_try="$ac_compile"
3384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385 *) ac_try_echo=$ac_try;;
3387 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3388 (eval "$ac_compile") 2>conftest.er1
3390 grep -v '^ *+' conftest.er1 >conftest.err
3392 cat conftest.err >&5
3393 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3394 (exit $ac_status); } && {
3395 test -z "$ac_cxx_werror_flag" ||
3396 test ! -s conftest.err
3397 } && test -s conftest.$ac_objext; then
3400 echo "$as_me: failed program was
:" >&5
3401 sed 's/^/| /' conftest.$ac_ext >&5
3406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3407 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3410 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3411 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3412 GXX=`test $ac_compiler_gnu = yes && echo yes`
3413 ac_test_CXXFLAGS=${CXXFLAGS+set}
3414 ac_save_CXXFLAGS=$CXXFLAGS
3415 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3416 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3417 if test "${ac_cv_prog_cxx_g+set}" = set; then
3418 echo $ECHO_N "(cached
) $ECHO_C" >&6
3420 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3421 ac_cxx_werror_flag=yes
3424 cat >conftest.$ac_ext <<_ACEOF
3427 cat confdefs.h >>conftest.$ac_ext
3428 cat >>conftest.$ac_ext <<_ACEOF
3429 /* end confdefs.h. */
3439 rm -f conftest.$ac_objext
3440 if { (ac_try="$ac_compile"
3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3443 *) ac_try_echo=$ac_try;;
3445 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3446 (eval "$ac_compile") 2>conftest.er1
3448 grep -v '^ *+' conftest.er1 >conftest.err
3450 cat conftest.err >&5
3451 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3452 (exit $ac_status); } && {
3453 test -z "$ac_cxx_werror_flag" ||
3454 test ! -s conftest.err
3455 } && test -s conftest.$ac_objext; then
3456 ac_cv_prog_cxx_g=yes
3458 echo "$as_me: failed program was
:" >&5
3459 sed 's/^/| /' conftest.$ac_ext >&5
3462 cat >conftest.$ac_ext <<_ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h. */
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3483 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_compile") 2>conftest.er1
3486 grep -v '^ *+' conftest.er1 >conftest.err
3488 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3490 (exit $ac_status); } && {
3491 test -z "$ac_cxx_werror_flag" ||
3492 test ! -s conftest.err
3493 } && test -s conftest.$ac_objext; then
3496 echo "$as_me: failed program was
:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3499 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3501 cat >conftest.$ac_ext <<_ACEOF
3504 cat confdefs.h >>conftest.$ac_ext
3505 cat >>conftest.$ac_ext <<_ACEOF
3506 /* end confdefs.h. */
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3522 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3525 grep -v '^ *+' conftest.er1 >conftest.err
3527 cat conftest.err >&5
3528 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_cv_prog_cxx_g=yes
3535 echo "$as_me: failed program was
:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3550 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3552 if test "$ac_test_CXXFLAGS" = set; then
3553 CXXFLAGS=$ac_save_CXXFLAGS
3554 elif test $ac_cv_prog_cxx_g = yes; then
3555 if test "$GXX" = yes; then
3561 if test "$GXX" = yes; then
3568 ac_cpp='$CPP $CPPFLAGS'
3569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3573 if test -n "$ac_tool_prefix"; then
3574 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3575 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3576 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3577 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3578 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3579 echo $ECHO_N "(cached
) $ECHO_C" >&6
3581 if test -n "$CPPBIN"; then
3582 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3592 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3601 CPPBIN=$ac_cv_prog_CPPBIN
3602 if test -n "$CPPBIN"; then
3603 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3604 echo "${ECHO_T}$CPPBIN" >&6; }
3606 { echo "$as_me:$LINENO: result
: no
" >&5
3607 echo "${ECHO_T}no
" >&6; }
3612 if test -z "$ac_cv_prog_CPPBIN"; then
3613 ac_ct_CPPBIN=$CPPBIN
3614 # Extract the first word of "cpp
", so it can be a program name with args.
3615 set dummy cpp; ac_word=$2
3616 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3617 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3618 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3619 echo $ECHO_N "(cached
) $ECHO_C" >&6
3621 if test -n "$ac_ct_CPPBIN"; then
3622 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3628 test -z "$as_dir" && as_dir=.
3629 for ac_exec_ext in '' $ac_executable_extensions; do
3630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3632 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3641 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3642 if test -n "$ac_ct_CPPBIN"; then
3643 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3644 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3646 { echo "$as_me:$LINENO: result
: no
" >&5
3647 echo "${ECHO_T}no
" >&6; }
3650 if test "x
$ac_ct_CPPBIN" = x; then
3653 case $cross_compiling:$ac_tool_warned in
3655 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3656 whose name does not start with the
host triplet. If you think this
3657 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3658 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3659 whose name does not start with the
host triplet. If you think this
3660 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3661 ac_tool_warned=yes ;;
3663 CPPBIN=$ac_ct_CPPBIN
3666 CPPBIN="$ac_cv_prog_CPPBIN"
3670 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3671 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3672 if test "${wine_cv_toolsdir+set}" = set; then
3673 echo $ECHO_N "(cached
) $ECHO_C" >&6
3675 if test -z "$with_wine_tools"; then
3676 if test "$cross_compiling" = "yes"; then
3677 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3678 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3679 { (exit 1); exit 1; }; }
3681 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3683 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3684 case $with_wine_tools in
3685 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3686 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3689 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3690 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3691 { (exit 1); exit 1; }; }
3694 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3695 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3696 TOOLSDIR=$wine_cv_toolsdir
3701 ac_cpp='$CPP $CPPFLAGS'
3702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3705 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3706 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3707 # On Suns, sometimes $CPP names a directory.
3708 if test -n "$CPP" && test -d "$CPP"; then
3711 if test -z "$CPP"; then
3712 if test "${ac_cv_prog_CPP+set}" = set; then
3713 echo $ECHO_N "(cached
) $ECHO_C" >&6
3715 # Double quotes because CPP needs to be expanded
3716 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3719 for ac_c_preproc_warn_flag in '' yes
3721 # Use a header file that comes with gcc, so configuring glibc
3722 # with a fresh cross-compiler works.
3723 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3724 # <limits.h> exists even on freestanding compilers.
3725 # On the NeXT, cc -E runs the code through the compiler's parser,
3726 # not just through cpp. "Syntax error
" is here to catch this case.
3727 cat >conftest.$ac_ext <<_ACEOF
3730 cat confdefs.h >>conftest.$ac_ext
3731 cat >>conftest.$ac_ext <<_ACEOF
3732 /* end confdefs.h. */
3734 # include <limits.h>
3736 # include <assert.h>
3740 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3743 *) ac_try_echo=$ac_try;;
3745 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3746 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3748 grep -v '^ *+' conftest.er1 >conftest.err
3750 cat conftest.err >&5
3751 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3752 (exit $ac_status); } >/dev/null && {
3753 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3754 test ! -s conftest.err
3758 echo "$as_me: failed program was
:" >&5
3759 sed 's/^/| /' conftest.$ac_ext >&5
3761 # Broken: fails on valid input.
3765 rm -f conftest.err conftest.$ac_ext
3767 # OK, works on sane cases. Now check whether nonexistent headers
3768 # can be detected and how.
3769 cat >conftest.$ac_ext <<_ACEOF
3772 cat confdefs.h >>conftest.$ac_ext
3773 cat >>conftest.$ac_ext <<_ACEOF
3774 /* end confdefs.h. */
3775 #include <ac_nonexistent.h>
3777 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780 *) ac_try_echo=$ac_try;;
3782 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3783 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3785 grep -v '^ *+' conftest.er1 >conftest.err
3787 cat conftest.err >&5
3788 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3789 (exit $ac_status); } >/dev/null && {
3790 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3791 test ! -s conftest.err
3793 # Broken: success on invalid input.
3796 echo "$as_me: failed program was
:" >&5
3797 sed 's/^/| /' conftest.$ac_ext >&5
3799 # Passes both tests.
3804 rm -f conftest.err conftest.$ac_ext
3807 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3808 rm -f conftest.err conftest.$ac_ext
3809 if $ac_preproc_ok; then
3821 { echo "$as_me:$LINENO: result
: $CPP" >&5
3822 echo "${ECHO_T}$CPP" >&6; }
3824 for ac_c_preproc_warn_flag in '' yes
3826 # Use a header file that comes with gcc, so configuring glibc
3827 # with a fresh cross-compiler works.
3828 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3829 # <limits.h> exists even on freestanding compilers.
3830 # On the NeXT, cc -E runs the code through the compiler's parser,
3831 # not just through cpp. "Syntax error
" is here to catch this case.
3832 cat >conftest.$ac_ext <<_ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3839 # include <limits.h>
3841 # include <assert.h>
3845 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3850 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3851 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3853 grep -v '^ *+' conftest.er1 >conftest.err
3855 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3857 (exit $ac_status); } >/dev/null && {
3858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3859 test ! -s conftest.err
3863 echo "$as_me: failed program was
:" >&5
3864 sed 's/^/| /' conftest.$ac_ext >&5
3866 # Broken: fails on valid input.
3870 rm -f conftest.err conftest.$ac_ext
3872 # OK, works on sane cases. Now check whether nonexistent headers
3873 # can be detected and how.
3874 cat >conftest.$ac_ext <<_ACEOF
3877 cat confdefs.h >>conftest.$ac_ext
3878 cat >>conftest.$ac_ext <<_ACEOF
3879 /* end confdefs.h. */
3880 #include <ac_nonexistent.h>
3882 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885 *) ac_try_echo=$ac_try;;
3887 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3888 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3890 grep -v '^ *+' conftest.er1 >conftest.err
3892 cat conftest.err >&5
3893 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3894 (exit $ac_status); } >/dev/null && {
3895 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3896 test ! -s conftest.err
3898 # Broken: success on invalid input.
3901 echo "$as_me: failed program was
:" >&5
3902 sed 's/^/| /' conftest.$ac_ext >&5
3904 # Passes both tests.
3909 rm -f conftest.err conftest.$ac_ext
3912 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3913 rm -f conftest.err conftest.$ac_ext
3914 if $ac_preproc_ok; then
3917 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3918 See \
`config.log' for more details." >&5
3919 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3920 See \`config.log
' for more details." >&2;}
3921 { (exit 1); exit 1; }; }
3925 ac_cpp='$CPP $CPPFLAGS'
3926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3927 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3928 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3931 { echo "$as_me:$LINENO: checking for X" >&5
3932 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3935 # Check whether --with-x was given.
3936 if test "${with_x+set}" = set; then
3940 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3941 if test "x$with_x" = xno; then
3942 # The user explicitly disabled X.
3945 case $x_includes,$x_libraries in #(
3946 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3947 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3948 { (exit 1); exit 1; }; };; #(
3949 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3950 echo $ECHO_N "(cached) $ECHO_C" >&6
3952 # One or both of the vars are not set, and there is no cached value.
3953 ac_x_includes=no ac_x_libraries=no
3954 rm -f -r conftest.dir
3955 if mkdir conftest.dir; then
3957 cat >Imakefile <<'_ACEOF'
3959 @echo incroot='${INCROOT}'
3961 @echo usrlibdir='${USRLIBDIR}'
3963 @echo libdir='${LIBDIR}'
3965 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3966 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3967 for ac_var in incroot usrlibdir libdir; do
3968 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3970 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3971 for ac_extension in a so sl; do
3972 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3973 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3974 ac_im_usrlibdir=$ac_im_libdir; break
3977 # Screen out bogus values from the imake configuration. They are
3978 # bogus both because they are the default anyway, and because
3979 # using them would break gcc on systems where it needs fixed includes.
3980 case $ac_im_incroot in
3981 /usr/include) ac_x_includes= ;;
3982 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3984 case $ac_im_usrlibdir in
3986 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3990 rm -f -r conftest.dir
3993 # Standard set of common directories for X headers.
3994 # Check X11 before X11Rn because it is often a symlink to the current release.
4006 /usr
/local
/X11
/include
4007 /usr
/local
/X11R
6/include
4008 /usr
/local
/X11R
5/include
4009 /usr
/local
/X11R
4/include
4011 /usr
/local
/include
/X11
4012 /usr
/local
/include
/X11R6
4013 /usr
/local
/include
/X11R5
4014 /usr
/local
/include
/X11R4
4018 /usr
/XFree86
/include
/X11
4022 /usr
/unsupported
/include
4024 /usr
/local
/x11r
5/include
4025 /usr
/lpp
/Xamples
/include
4027 /usr
/openwin
/include
4028 /usr
/openwin
/share
/include
'
4030 if test "$ac_x_includes" = no; then
4031 # Guess where to find include files, by looking for Xlib.h.
4032 # First, try using that file with no special directory specified.
4033 cat >conftest.$ac_ext <<_ACEOF
4036 cat confdefs.h >>conftest.$ac_ext
4037 cat >>conftest.$ac_ext <<_ACEOF
4038 /* end confdefs.h. */
4039 #include <X11/Xlib.h>
4041 if { (ac_try="$ac_cpp conftest.$ac_ext"
4043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4044 *) ac_try_echo=$ac_try;;
4046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4049 grep -v '^
*+' conftest.er1 >conftest.err
4051 cat conftest.err >&5
4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053 (exit $ac_status); } >/dev/null && {
4054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4055 test ! -s conftest.err
4057 # We can compile using X headers with no special include directory.
4060 echo "$as_me: failed program was:" >&5
4061 sed 's
/^
/|
/' conftest.$ac_ext >&5
4063 for ac_dir in $ac_x_header_dirs; do
4064 if test -r "$ac_dir/X11/Xlib.h"; then
4065 ac_x_includes=$ac_dir
4071 rm -f conftest.err conftest.$ac_ext
4072 fi # $ac_x_includes = no
4074 if test "$ac_x_libraries" = no; then
4075 # Check for the libraries.
4076 # See if we find them without any special options.
4077 # Don't add to
$LIBS permanently.
4080 cat >conftest.
$ac_ext <<_ACEOF
4083 cat confdefs.h
>>conftest.
$ac_ext
4084 cat >>conftest.
$ac_ext <<_ACEOF
4085 /* end confdefs.h. */
4086 #include <X11/Xlib.h>
4095 rm -f conftest.
$ac_objext conftest
$ac_exeext
4096 if { (ac_try
="$ac_link"
4098 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4099 *) ac_try_echo=$ac_try;;
4101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4102 (eval "$ac_link") 2>conftest.er1
4104 grep -v '^ *+' conftest.er1 >conftest.err
4106 cat conftest.err >&5
4107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108 (exit $ac_status); } && {
4109 test -z "$ac_c_werror_flag" ||
4110 test ! -s conftest.err
4111 } && test -s conftest$ac_exeext &&
4112 $as_test_x conftest$ac_exeext; then
4114 # We can link X programs with no special library path.
4117 echo "$as_me: failed program was:" >&5
4118 sed 's/^/| /' conftest.$ac_ext >&5
4121 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4123 # Don't even attempt the hair of trying to link an X program!
4124 for ac_extension in a so sl; do
4125 if test -r "$ac_dir/libX11.$ac_extension"; then
4126 ac_x_libraries=$ac_dir
4133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4134 conftest$ac_exeext conftest.$ac_ext
4135 fi # $ac_x_libraries = no
4137 case $ac_x_includes,$ac_x_libraries in #(
4139 # Didn't find X, or a directory has "'" in its name.
4140 ac_cv_have_x="have_x=no";; #(
4142 # Record where we found X for the cache.
4143 ac_cv_have_x="have_x=yes\
4144 ac_x_includes='$ac_x_includes'\
4145 ac_x_libraries='$ac_x_libraries'"
4151 eval "$ac_cv_have_x"
4154 if test "$have_x" != yes; then
4155 { echo "$as_me:$LINENO: result: $have_x" >&5
4156 echo "${ECHO_T}$have_x" >&6; }
4159 # If each of the values was on the command line, it overrides each guess.
4160 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4161 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4162 # Update the cache value to reflect the command line values.
4163 ac_cv_have_x="have_x=yes\
4164 ac_x_includes='$x_includes'\
4165 ac_x_libraries='$x_libraries'"
4166 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4167 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4170 if test "$no_x" = yes; then
4171 # Not all programs may use this symbol, but it does not hurt to define it.
4173 cat >>confdefs.h <<\_ACEOF
4174 #define X_DISPLAY_MISSING 1
4177 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4179 if test -n "$x_includes"; then
4180 X_CFLAGS="$X_CFLAGS -I$x_includes"
4183 # It would also be nice to do this for all -L options, not just this one.
4184 if test -n "$x_libraries"; then
4185 X_LIBS="$X_LIBS -L$x_libraries"
4186 # For Solaris; some versions of Sun CC require a space after -R and
4187 # others require no space. Words are not sufficient . . . .
4188 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4189 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4190 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4191 ac_xsave_c_werror_flag=$ac_c_werror_flag
4192 ac_c_werror_flag=yes
4193 cat >conftest.$ac_ext <<_ACEOF
4196 cat confdefs.h >>conftest.$ac_ext
4197 cat >>conftest.$ac_ext <<_ACEOF
4198 /* end confdefs.h. */
4208 rm -f conftest.$ac_objext conftest$ac_exeext
4209 if { (ac_try="$ac_link"
4211 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4212 *) ac_try_echo
=$ac_try;;
4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4215 (eval "$ac_link") 2>conftest.er1
4217 grep -v '^ *+' conftest.er1
>conftest.err
4219 cat conftest.err
>&5
4220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221 (exit $ac_status); } && {
4222 test -z "$ac_c_werror_flag" ||
4223 test ! -s conftest.err
4224 } && test -s conftest
$ac_exeext &&
4225 $as_test_x conftest
$ac_exeext; then
4226 { echo "$as_me:$LINENO: result: no" >&5
4227 echo "${ECHO_T}no" >&6; }
4228 X_LIBS
="$X_LIBS -R$x_libraries"
4230 echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.
$ac_ext >&5
4233 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4234 cat >conftest.
$ac_ext <<_ACEOF
4237 cat confdefs.h
>>conftest.
$ac_ext
4238 cat >>conftest.
$ac_ext <<_ACEOF
4239 /* end confdefs.h. */
4249 rm -f conftest.
$ac_objext conftest
$ac_exeext
4250 if { (ac_try
="$ac_link"
4252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4256 (eval "$ac_link") 2>conftest.er1
4258 grep -v '^ *+' conftest.er1 >conftest.err
4260 cat conftest.err >&5
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); } && {
4263 test -z "$ac_c_werror_flag" ||
4264 test ! -s conftest.err
4265 } && test -s conftest$ac_exeext &&
4266 $as_test_x conftest$ac_exeext; then
4267 { echo "$as_me:$LINENO: result: yes" >&5
4268 echo "${ECHO_T}yes" >&6; }
4269 X_LIBS="$X_LIBS -R $x_libraries"
4271 echo "$as_me: failed program was:" >&5
4272 sed 's/^/| /' conftest.$ac_ext >&5
4274 { echo "$as_me:$LINENO: result: neither works" >&5
4275 echo "${ECHO_T}neither works" >&6; }
4278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4279 conftest$ac_exeext conftest.$ac_ext
4282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4283 conftest$ac_exeext conftest.$ac_ext
4284 ac_c_werror_flag=$ac_xsave_c_werror_flag
4288 # Check for system-dependent libraries X programs must link with.
4289 # Do this before checking for the system-independent R6 libraries
4290 # (-lICE), since we may need -lsocket or whatever for X linking.
4292 if test "$ISC" = yes; then
4293 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4295 # Martyn Johnson says this is needed for Ultrix, if the X
4296 # libraries were built with DECnet support. And Karl Berry says
4297 # the Alpha needs dnet_stub (dnet does not exist).
4298 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4299 cat >conftest.$ac_ext <<_ACEOF
4302 cat confdefs.h >>conftest.$ac_ext
4303 cat >>conftest.$ac_ext <<_ACEOF
4304 /* end confdefs.h. */
4306 /* Override any GCC internal prototype to avoid an error.
4307 Use char because int might match the return type of a GCC
4308 builtin and then its argument prototype would still apply. */
4312 char XOpenDisplay ();
4316 return XOpenDisplay ();
4321 rm -f conftest.$ac_objext conftest$ac_exeext
4322 if { (ac_try="$ac_link"
4324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4325 *) ac_try_echo
=$ac_try;;
4327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4328 (eval "$ac_link") 2>conftest.er1
4330 grep -v '^ *+' conftest.er1
>conftest.err
4332 cat conftest.err
>&5
4333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4334 (exit $ac_status); } && {
4335 test -z "$ac_c_werror_flag" ||
4336 test ! -s conftest.err
4337 } && test -s conftest
$ac_exeext &&
4338 $as_test_x conftest
$ac_exeext; then
4341 echo "$as_me: failed program was:" >&5
4342 sed 's/^/| /' conftest.
$ac_ext >&5
4344 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4345 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4346 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4347 echo $ECHO_N "(cached) $ECHO_C" >&6
4349 ac_check_lib_save_LIBS
=$LIBS
4351 cat >conftest.
$ac_ext <<_ACEOF
4354 cat confdefs.h
>>conftest.
$ac_ext
4355 cat >>conftest.
$ac_ext <<_ACEOF
4356 /* end confdefs.h. */
4358 /* Override any GCC internal prototype to avoid an error.
4359 Use char because int might match the return type of a GCC
4360 builtin and then its argument prototype would still apply. */
4368 return dnet_ntoa ();
4373 rm -f conftest.
$ac_objext conftest
$ac_exeext
4374 if { (ac_try
="$ac_link"
4376 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4377 *) ac_try_echo=$ac_try;;
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380 (eval "$ac_link") 2>conftest.er1
4382 grep -v '^ *+' conftest.er1 >conftest.err
4384 cat conftest.err >&5
4385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4386 (exit $ac_status); } && {
4387 test -z "$ac_c_werror_flag" ||
4388 test ! -s conftest.err
4389 } && test -s conftest$ac_exeext &&
4390 $as_test_x conftest$ac_exeext; then
4391 ac_cv_lib_dnet_dnet_ntoa=yes
4393 echo "$as_me: failed program was:" >&5
4394 sed 's/^/| /' conftest.$ac_ext >&5
4396 ac_cv_lib_dnet_dnet_ntoa=no
4399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4400 conftest$ac_exeext conftest.$ac_ext
4401 LIBS=$ac_check_lib_save_LIBS
4403 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4404 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4405 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4406 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4409 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4410 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4411 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4412 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4413 echo $ECHO_N "(cached) $ECHO_C" >&6
4415 ac_check_lib_save_LIBS=$LIBS
4416 LIBS="-ldnet_stub $LIBS"
4417 cat >conftest.$ac_ext <<_ACEOF
4420 cat confdefs.h >>conftest.$ac_ext
4421 cat >>conftest.$ac_ext <<_ACEOF
4422 /* end confdefs.h. */
4424 /* Override any GCC internal prototype to avoid an error.
4425 Use char because int might match the return type of a GCC
4426 builtin and then its argument prototype would still apply. */
4434 return dnet_ntoa ();
4439 rm -f conftest.$ac_objext conftest$ac_exeext
4440 if { (ac_try="$ac_link"
4442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4443 *) ac_try_echo
=$ac_try;;
4445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4446 (eval "$ac_link") 2>conftest.er1
4448 grep -v '^ *+' conftest.er1
>conftest.err
4450 cat conftest.err
>&5
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); } && {
4453 test -z "$ac_c_werror_flag" ||
4454 test ! -s conftest.err
4455 } && test -s conftest
$ac_exeext &&
4456 $as_test_x conftest
$ac_exeext; then
4457 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4459 echo "$as_me: failed program was:" >&5
4460 sed 's/^/| /' conftest.
$ac_ext >&5
4462 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4465 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4466 conftest
$ac_exeext conftest.
$ac_ext
4467 LIBS
=$ac_check_lib_save_LIBS
4469 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4470 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4471 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4472 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4478 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4479 conftest
$ac_exeext conftest.
$ac_ext
4480 LIBS
="$ac_xsave_LIBS"
4482 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4483 # to get the SysV transport functions.
4484 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4486 # The nsl library prevents programs from opening the X display
4487 # on Irix 5.2, according to T.E. Dickey.
4488 # The functions gethostbyname, getservbyname, and inet_addr are
4489 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4490 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4491 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4492 if test "${ac_cv_func_gethostbyname+set}" = set; then
4493 echo $ECHO_N "(cached) $ECHO_C" >&6
4495 cat >conftest.
$ac_ext <<_ACEOF
4498 cat confdefs.h
>>conftest.
$ac_ext
4499 cat >>conftest.
$ac_ext <<_ACEOF
4500 /* end confdefs.h. */
4501 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4502 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4503 #define gethostbyname innocuous_gethostbyname
4505 /* System header to define __stub macros and hopefully few prototypes,
4506 which can conflict with char gethostbyname (); below.
4507 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4508 <limits.h> exists even on freestanding compilers. */
4511 # include <limits.h>
4513 # include <assert.h>
4516 #undef gethostbyname
4518 /* Override any GCC internal prototype to avoid an error.
4519 Use char because int might match the return type of a GCC
4520 builtin and then its argument prototype would still apply. */
4524 char gethostbyname ();
4525 /* The GNU C library defines this for functions which it implements
4526 to always fail with ENOSYS. Some functions are actually named
4527 something starting with __ and the normal name is an alias. */
4528 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4535 return gethostbyname ();
4540 rm -f conftest.
$ac_objext conftest
$ac_exeext
4541 if { (ac_try
="$ac_link"
4543 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4547 (eval "$ac_link") 2>conftest.er1
4549 grep -v '^ *+' conftest.er1 >conftest.err
4551 cat conftest.err >&5
4552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553 (exit $ac_status); } && {
4554 test -z "$ac_c_werror_flag" ||
4555 test ! -s conftest.err
4556 } && test -s conftest$ac_exeext &&
4557 $as_test_x conftest$ac_exeext; then
4558 ac_cv_func_gethostbyname=yes
4560 echo "$as_me: failed program was:" >&5
4561 sed 's/^/| /' conftest.$ac_ext >&5
4563 ac_cv_func_gethostbyname=no
4566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4567 conftest$ac_exeext conftest.$ac_ext
4569 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4570 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4572 if test $ac_cv_func_gethostbyname = no; then
4573 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4574 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4575 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4578 ac_check_lib_save_LIBS=$LIBS
4580 cat >conftest.$ac_ext <<_ACEOF
4583 cat confdefs.h >>conftest.$ac_ext
4584 cat >>conftest.$ac_ext <<_ACEOF
4585 /* end confdefs.h. */
4587 /* Override any GCC internal prototype to avoid an error.
4588 Use char because int might match the return type of a GCC
4589 builtin and then its argument prototype would still apply. */
4593 char gethostbyname ();
4597 return gethostbyname ();
4602 rm -f conftest.$ac_objext conftest$ac_exeext
4603 if { (ac_try="$ac_link"
4605 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4606 *) ac_try_echo
=$ac_try;;
4608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4609 (eval "$ac_link") 2>conftest.er1
4611 grep -v '^ *+' conftest.er1
>conftest.err
4613 cat conftest.err
>&5
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); } && {
4616 test -z "$ac_c_werror_flag" ||
4617 test ! -s conftest.err
4618 } && test -s conftest
$ac_exeext &&
4619 $as_test_x conftest
$ac_exeext; then
4620 ac_cv_lib_nsl_gethostbyname
=yes
4622 echo "$as_me: failed program was:" >&5
4623 sed 's/^/| /' conftest.
$ac_ext >&5
4625 ac_cv_lib_nsl_gethostbyname
=no
4628 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4629 conftest
$ac_exeext conftest.
$ac_ext
4630 LIBS
=$ac_check_lib_save_LIBS
4632 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4633 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4634 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4635 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4638 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4639 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4640 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4641 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4642 echo $ECHO_N "(cached) $ECHO_C" >&6
4644 ac_check_lib_save_LIBS
=$LIBS
4646 cat >conftest.
$ac_ext <<_ACEOF
4649 cat confdefs.h
>>conftest.
$ac_ext
4650 cat >>conftest.
$ac_ext <<_ACEOF
4651 /* end confdefs.h. */
4653 /* Override any GCC internal prototype to avoid an error.
4654 Use char because int might match the return type of a GCC
4655 builtin and then its argument prototype would still apply. */
4659 char gethostbyname ();
4663 return gethostbyname ();
4668 rm -f conftest.
$ac_objext conftest
$ac_exeext
4669 if { (ac_try
="$ac_link"
4671 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4672 *) ac_try_echo=$ac_try;;
4674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4675 (eval "$ac_link") 2>conftest.er1
4677 grep -v '^ *+' conftest.er1 >conftest.err
4679 cat conftest.err >&5
4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681 (exit $ac_status); } && {
4682 test -z "$ac_c_werror_flag" ||
4683 test ! -s conftest.err
4684 } && test -s conftest$ac_exeext &&
4685 $as_test_x conftest$ac_exeext; then
4686 ac_cv_lib_bsd_gethostbyname=yes
4688 echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4691 ac_cv_lib_bsd_gethostbyname=no
4694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4695 conftest$ac_exeext conftest.$ac_ext
4696 LIBS=$ac_check_lib_save_LIBS
4698 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4699 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4700 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4701 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4707 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4708 # socket/setsockopt and other routines are undefined under SCO ODT
4709 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4710 # on later versions), says Simon Leinen: it contains gethostby*
4711 # variants that don't use the name server (or something). -lsocket
4712 # must be given before -lnsl if both are needed. We assume that
4713 # if connect needs -lnsl, so does gethostbyname.
4714 { echo "$as_me:$LINENO: checking for connect" >&5
4715 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4716 if test "${ac_cv_func_connect+set}" = set; then
4717 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 cat >conftest.$ac_ext <<_ACEOF
4722 cat confdefs.h >>conftest.$ac_ext
4723 cat >>conftest.$ac_ext <<_ACEOF
4724 /* end confdefs.h. */
4725 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4727 #define connect innocuous_connect
4729 /* System header to define __stub macros and hopefully few prototypes,
4730 which can conflict with char connect (); below.
4731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4732 <limits.h> exists even on freestanding compilers. */
4735 # include <limits.h>
4737 # include <assert.h>
4742 /* Override any GCC internal prototype to avoid an error.
4743 Use char because int might match the return type of a GCC
4744 builtin and then its argument prototype would still apply. */
4749 /* The GNU C library defines this for functions which it implements
4750 to always fail with ENOSYS. Some functions are actually named
4751 something starting with __ and the normal name is an alias. */
4752 #if defined __stub_connect || defined __stub___connect
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4767 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4768 *) ac_try_echo
=$ac_try;;
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771 (eval "$ac_link") 2>conftest.er1
4773 grep -v '^ *+' conftest.er1
>conftest.err
4775 cat conftest.err
>&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && {
4778 test -z "$ac_c_werror_flag" ||
4779 test ! -s conftest.err
4780 } && test -s conftest
$ac_exeext &&
4781 $as_test_x conftest
$ac_exeext; then
4782 ac_cv_func_connect
=yes
4784 echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.
$ac_ext >&5
4787 ac_cv_func_connect
=no
4790 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4791 conftest
$ac_exeext conftest.
$ac_ext
4793 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4794 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4796 if test $ac_cv_func_connect = no
; then
4797 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4798 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4799 if test "${ac_cv_lib_socket_connect+set}" = set; then
4800 echo $ECHO_N "(cached) $ECHO_C" >&6
4802 ac_check_lib_save_LIBS
=$LIBS
4803 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4804 cat >conftest.
$ac_ext <<_ACEOF
4807 cat confdefs.h
>>conftest.
$ac_ext
4808 cat >>conftest.
$ac_ext <<_ACEOF
4809 /* end confdefs.h. */
4811 /* Override any GCC internal prototype to avoid an error.
4812 Use char because int might match the return type of a GCC
4813 builtin and then its argument prototype would still apply. */
4826 rm -f conftest.
$ac_objext conftest
$ac_exeext
4827 if { (ac_try
="$ac_link"
4829 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4830 *) ac_try_echo=$ac_try;;
4832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4833 (eval "$ac_link") 2>conftest.er1
4835 grep -v '^ *+' conftest.er1 >conftest.err
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } && {
4840 test -z "$ac_c_werror_flag" ||
4841 test ! -s conftest.err
4842 } && test -s conftest$ac_exeext &&
4843 $as_test_x conftest$ac_exeext; then
4844 ac_cv_lib_socket_connect=yes
4846 echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4849 ac_cv_lib_socket_connect=no
4852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4853 conftest$ac_exeext conftest.$ac_ext
4854 LIBS=$ac_check_lib_save_LIBS
4856 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4857 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4858 if test $ac_cv_lib_socket_connect = yes; then
4859 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4864 # Guillermo Gomez says -lposix is necessary on A/UX.
4865 { echo "$as_me:$LINENO: checking for remove" >&5
4866 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4867 if test "${ac_cv_func_remove+set}" = set; then
4868 echo $ECHO_N "(cached) $ECHO_C" >&6
4870 cat >conftest.$ac_ext <<_ACEOF
4873 cat confdefs.h >>conftest.$ac_ext
4874 cat >>conftest.$ac_ext <<_ACEOF
4875 /* end confdefs.h. */
4876 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4878 #define remove innocuous_remove
4880 /* System header to define __stub macros and hopefully few prototypes,
4881 which can conflict with char remove (); below.
4882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4883 <limits.h> exists even on freestanding compilers. */
4886 # include <limits.h>
4888 # include <assert.h>
4893 /* Override any GCC internal prototype to avoid an error.
4894 Use char because int might match the return type of a GCC
4895 builtin and then its argument prototype would still apply. */
4900 /* The GNU C library defines this for functions which it implements
4901 to always fail with ENOSYS. Some functions are actually named
4902 something starting with __ and the normal name is an alias. */
4903 #if defined __stub_remove || defined __stub___remove
4915 rm -f conftest.$ac_objext conftest$ac_exeext
4916 if { (ac_try="$ac_link"
4918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4919 *) ac_try_echo
=$ac_try;;
4921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4922 (eval "$ac_link") 2>conftest.er1
4924 grep -v '^ *+' conftest.er1
>conftest.err
4926 cat conftest.err
>&5
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); } && {
4929 test -z "$ac_c_werror_flag" ||
4930 test ! -s conftest.err
4931 } && test -s conftest
$ac_exeext &&
4932 $as_test_x conftest
$ac_exeext; then
4933 ac_cv_func_remove
=yes
4935 echo "$as_me: failed program was:" >&5
4936 sed 's/^/| /' conftest.
$ac_ext >&5
4938 ac_cv_func_remove
=no
4941 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4942 conftest
$ac_exeext conftest.
$ac_ext
4944 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4945 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4947 if test $ac_cv_func_remove = no
; then
4948 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4949 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4950 if test "${ac_cv_lib_posix_remove+set}" = set; then
4951 echo $ECHO_N "(cached) $ECHO_C" >&6
4953 ac_check_lib_save_LIBS
=$LIBS
4954 LIBS
="-lposix $LIBS"
4955 cat >conftest.
$ac_ext <<_ACEOF
4958 cat confdefs.h
>>conftest.
$ac_ext
4959 cat >>conftest.
$ac_ext <<_ACEOF
4960 /* end confdefs.h. */
4962 /* Override any GCC internal prototype to avoid an error.
4963 Use char because int might match the return type of a GCC
4964 builtin and then its argument prototype would still apply. */
4977 rm -f conftest.
$ac_objext conftest
$ac_exeext
4978 if { (ac_try
="$ac_link"
4980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4981 *) ac_try_echo=$ac_try;;
4983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4984 (eval "$ac_link") 2>conftest.er1
4986 grep -v '^ *+' conftest.er1 >conftest.err
4988 cat conftest.err >&5
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990 (exit $ac_status); } && {
4991 test -z "$ac_c_werror_flag" ||
4992 test ! -s conftest.err
4993 } && test -s conftest$ac_exeext &&
4994 $as_test_x conftest$ac_exeext; then
4995 ac_cv_lib_posix_remove=yes
4997 echo "$as_me: failed program was:" >&5
4998 sed 's/^/| /' conftest.$ac_ext >&5
5000 ac_cv_lib_posix_remove=no
5003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5004 conftest$ac_exeext conftest.$ac_ext
5005 LIBS=$ac_check_lib_save_LIBS
5007 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5008 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5009 if test $ac_cv_lib_posix_remove = yes; then
5010 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5015 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5016 { echo "$as_me:$LINENO: checking for shmat" >&5
5017 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5018 if test "${ac_cv_func_shmat+set}" = set; then
5019 echo $ECHO_N "(cached) $ECHO_C" >&6
5021 cat >conftest.$ac_ext <<_ACEOF
5024 cat confdefs.h >>conftest.$ac_ext
5025 cat >>conftest.$ac_ext <<_ACEOF
5026 /* end confdefs.h. */
5027 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5028 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5029 #define shmat innocuous_shmat
5031 /* System header to define __stub macros and hopefully few prototypes,
5032 which can conflict with char shmat (); below.
5033 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5034 <limits.h> exists even on freestanding compilers. */
5037 # include <limits.h>
5039 # include <assert.h>
5044 /* Override any GCC internal prototype to avoid an error.
5045 Use char because int might match the return type of a GCC
5046 builtin and then its argument prototype would still apply. */
5051 /* The GNU C library defines this for functions which it implements
5052 to always fail with ENOSYS. Some functions are actually named
5053 something starting with __ and the normal name is an alias. */
5054 #if defined __stub_shmat || defined __stub___shmat
5066 rm -f conftest.$ac_objext conftest$ac_exeext
5067 if { (ac_try="$ac_link"
5069 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5070 *) ac_try_echo
=$ac_try;;
5072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5073 (eval "$ac_link") 2>conftest.er1
5075 grep -v '^ *+' conftest.er1
>conftest.err
5077 cat conftest.err
>&5
5078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5079 (exit $ac_status); } && {
5080 test -z "$ac_c_werror_flag" ||
5081 test ! -s conftest.err
5082 } && test -s conftest
$ac_exeext &&
5083 $as_test_x conftest
$ac_exeext; then
5084 ac_cv_func_shmat
=yes
5086 echo "$as_me: failed program was:" >&5
5087 sed 's/^/| /' conftest.
$ac_ext >&5
5092 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5093 conftest
$ac_exeext conftest.
$ac_ext
5095 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5096 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5098 if test $ac_cv_func_shmat = no
; then
5099 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5100 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5101 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5104 ac_check_lib_save_LIBS
=$LIBS
5106 cat >conftest.
$ac_ext <<_ACEOF
5109 cat confdefs.h
>>conftest.
$ac_ext
5110 cat >>conftest.
$ac_ext <<_ACEOF
5111 /* end confdefs.h. */
5113 /* Override any GCC internal prototype to avoid an error.
5114 Use char because int might match the return type of a GCC
5115 builtin and then its argument prototype would still apply. */
5128 rm -f conftest.
$ac_objext conftest
$ac_exeext
5129 if { (ac_try
="$ac_link"
5131 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5132 *) ac_try_echo=$ac_try;;
5134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5135 (eval "$ac_link") 2>conftest.er1
5137 grep -v '^ *+' conftest.er1 >conftest.err
5139 cat conftest.err >&5
5140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5141 (exit $ac_status); } && {
5142 test -z "$ac_c_werror_flag" ||
5143 test ! -s conftest.err
5144 } && test -s conftest$ac_exeext &&
5145 $as_test_x conftest$ac_exeext; then
5146 ac_cv_lib_ipc_shmat=yes
5148 echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.$ac_ext >&5
5151 ac_cv_lib_ipc_shmat=no
5154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5159 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5160 if test $ac_cv_lib_ipc_shmat = yes; then
5161 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5167 # Check for libraries that X11R6 Xt/Xaw programs need.
5168 ac_save_LDFLAGS=$LDFLAGS
5169 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5170 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5171 # check for ICE first), but we must link in the order -lSM -lICE or
5172 # we get undefined symbols. So assume we have SM if we have ICE.
5173 # These have to be linked with before -lX11, unlike the other
5174 # libraries we check for below, so use a different variable.
5175 # John Interrante, Karl Berry
5176 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5177 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5178 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5179 echo $ECHO_N "(cached) $ECHO_C" >&6
5181 ac_check_lib_save_LIBS=$LIBS
5182 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5183 cat >conftest.$ac_ext <<_ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h. */
5190 /* Override any GCC internal prototype to avoid an error.
5191 Use char because int might match the return type of a GCC
5192 builtin and then its argument prototype would still apply. */
5196 char IceConnectionNumber ();
5200 return IceConnectionNumber ();
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5208 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5209 *) ac_try_echo
=$ac_try;;
5211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5212 (eval "$ac_link") 2>conftest.er1
5214 grep -v '^ *+' conftest.er1
>conftest.err
5216 cat conftest.err
>&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); } && {
5219 test -z "$ac_c_werror_flag" ||
5220 test ! -s conftest.err
5221 } && test -s conftest
$ac_exeext &&
5222 $as_test_x conftest
$ac_exeext; then
5223 ac_cv_lib_ICE_IceConnectionNumber
=yes
5225 echo "$as_me: failed program was:" >&5
5226 sed 's/^/| /' conftest.
$ac_ext >&5
5228 ac_cv_lib_ICE_IceConnectionNumber
=no
5231 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5232 conftest
$ac_exeext conftest.
$ac_ext
5233 LIBS
=$ac_check_lib_save_LIBS
5235 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5236 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5237 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5238 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5241 LDFLAGS
=$ac_save_LDFLAGS
5248 # Extract the first word of "$ac_prog", so it can be a program name with args.
5249 set dummy
$ac_prog; ac_word
=$2
5250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5252 if test "${ac_cv_prog_FLEX+set}" = set; then
5253 echo $ECHO_N "(cached) $ECHO_C" >&6
5255 if test -n "$FLEX"; then
5256 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5262 test -z "$as_dir" && as_dir
=.
5263 for ac_exec_ext
in '' $ac_executable_extensions; do
5264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5265 ac_cv_prog_FLEX
="$ac_prog"
5266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5275 FLEX
=$ac_cv_prog_FLEX
5276 if test -n "$FLEX"; then
5277 { echo "$as_me:$LINENO: result: $FLEX" >&5
5278 echo "${ECHO_T}$FLEX" >&6; }
5280 { echo "$as_me:$LINENO: result: no" >&5
5281 echo "${ECHO_T}no" >&6; }
5285 test -n "$FLEX" && break
5287 test -n "$FLEX" || FLEX
="none"
5289 if test "$FLEX" = "none"
5291 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5292 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5293 { (exit 1); exit 1; }; }
5296 for ac_prog
in bison
5298 # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy
$ac_prog; ac_word
=$2
5300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5302 if test "${ac_cv_prog_BISON+set}" = set; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5305 if test -n "$BISON"; then
5306 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5308 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5312 test -z "$as_dir" && as_dir
=.
5313 for ac_exec_ext
in '' $ac_executable_extensions; do
5314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315 ac_cv_prog_BISON
="$ac_prog"
5316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5325 BISON
=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327 { echo "$as_me:$LINENO: result: $BISON" >&5
5328 echo "${ECHO_T}$BISON" >&6; }
5330 { echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6; }
5335 test -n "$BISON" && break
5337 test -n "$BISON" || BISON
="none"
5339 if test "$BISON" = "none"
5341 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5342 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5343 { (exit 1); exit 1; }; }
5346 if test -n "$ac_tool_prefix"; then
5347 for ac_prog
in gas as
5349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5350 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5351 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5353 if test "${ac_cv_prog_AS+set}" = set; then
5354 echo $ECHO_N "(cached) $ECHO_C" >&6
5356 if test -n "$AS"; then
5357 ac_cv_prog_AS
="$AS" # Let the user override the test.
5359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5363 test -z "$as_dir" && as_dir
=.
5364 for ac_exec_ext
in '' $ac_executable_extensions; do
5365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5366 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5377 if test -n "$AS"; then
5378 { echo "$as_me:$LINENO: result: $AS" >&5
5379 echo "${ECHO_T}$AS" >&6; }
5381 { echo "$as_me:$LINENO: result: no" >&5
5382 echo "${ECHO_T}no" >&6; }
5386 test -n "$AS" && break
5389 if test -z "$AS"; then
5391 for ac_prog
in gas as
5393 # Extract the first word of "$ac_prog", so it can be a program name with args.
5394 set dummy
$ac_prog; ac_word
=$2
5395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5397 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5398 echo $ECHO_N "(cached) $ECHO_C" >&6
5400 if test -n "$ac_ct_AS"; then
5401 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5403 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5407 test -z "$as_dir" && as_dir
=.
5408 for ac_exec_ext
in '' $ac_executable_extensions; do
5409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5410 ac_cv_prog_ac_ct_AS
="$ac_prog"
5411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5420 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5421 if test -n "$ac_ct_AS"; then
5422 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5423 echo "${ECHO_T}$ac_ct_AS" >&6; }
5425 { echo "$as_me:$LINENO: result: no" >&5
5426 echo "${ECHO_T}no" >&6; }
5430 test -n "$ac_ct_AS" && break
5433 if test "x$ac_ct_AS" = x
; then
5436 case $cross_compiling:$ac_tool_warned in
5438 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5439 whose name does not start with the host triplet. If you think this
5440 configuration is useful to you, please write to autoconf@gnu.org." >&5
5441 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5442 whose name does not start with the host triplet. If you think this
5443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5444 ac_tool_warned
=yes ;;
5450 if test -n "$ac_tool_prefix"; then
5451 for ac_prog
in ld gld
5453 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5454 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5457 if test "${ac_cv_prog_LD+set}" = set; then
5458 echo $ECHO_N "(cached) $ECHO_C" >&6
5460 if test -n "$LD"; then
5461 ac_cv_prog_LD
="$LD" # Let the user override the test.
5463 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5467 test -z "$as_dir" && as_dir
=.
5468 for ac_exec_ext
in '' $ac_executable_extensions; do
5469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5470 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5481 if test -n "$LD"; then
5482 { echo "$as_me:$LINENO: result: $LD" >&5
5483 echo "${ECHO_T}$LD" >&6; }
5485 { echo "$as_me:$LINENO: result: no" >&5
5486 echo "${ECHO_T}no" >&6; }
5490 test -n "$LD" && break
5493 if test -z "$LD"; then
5495 for ac_prog
in ld gld
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy
$ac_prog; ac_word
=$2
5499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5501 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5504 if test -n "$ac_ct_LD"; then
5505 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5511 test -z "$as_dir" && as_dir
=.
5512 for ac_exec_ext
in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_ac_ct_LD
="$ac_prog"
5515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5524 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5525 if test -n "$ac_ct_LD"; then
5526 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5527 echo "${ECHO_T}$ac_ct_LD" >&6; }
5529 { echo "$as_me:$LINENO: result: no" >&5
5530 echo "${ECHO_T}no" >&6; }
5534 test -n "$ac_ct_LD" && break
5537 if test "x$ac_ct_LD" = x
; then
5540 case $cross_compiling:$ac_tool_warned in
5542 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5543 whose name does not start with the host triplet. If you think this
5544 configuration is useful to you, please write to autoconf@gnu.org." >&5
5545 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5546 whose name does not start with the host triplet. If you think this
5547 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5548 ac_tool_warned
=yes ;;
5554 if test -n "$ac_tool_prefix"; then
5555 for ac_prog
in nm gnm
5557 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5558 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5561 if test "${ac_cv_prog_NM+set}" = set; then
5562 echo $ECHO_N "(cached) $ECHO_C" >&6
5564 if test -n "$NM"; then
5565 ac_cv_prog_NM
="$NM" # Let the user override the test.
5567 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5571 test -z "$as_dir" && as_dir
=.
5572 for ac_exec_ext
in '' $ac_executable_extensions; do
5573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5574 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5585 if test -n "$NM"; then
5586 { echo "$as_me:$LINENO: result: $NM" >&5
5587 echo "${ECHO_T}$NM" >&6; }
5589 { echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6; }
5594 test -n "$NM" && break
5597 if test -z "$NM"; then
5599 for ac_prog
in nm gnm
5601 # Extract the first word of "$ac_prog", so it can be a program name with args.
5602 set dummy
$ac_prog; ac_word
=$2
5603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5605 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5606 echo $ECHO_N "(cached) $ECHO_C" >&6
5608 if test -n "$ac_ct_NM"; then
5609 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5611 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5615 test -z "$as_dir" && as_dir
=.
5616 for ac_exec_ext
in '' $ac_executable_extensions; do
5617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5618 ac_cv_prog_ac_ct_NM
="$ac_prog"
5619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5628 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5629 if test -n "$ac_ct_NM"; then
5630 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5631 echo "${ECHO_T}$ac_ct_NM" >&6; }
5633 { echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6; }
5638 test -n "$ac_ct_NM" && break
5641 if test "x$ac_ct_NM" = x
; then
5644 case $cross_compiling:$ac_tool_warned in
5646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5647 whose name does not start with the host triplet. If you think this
5648 configuration is useful to you, please write to autoconf@gnu.org." >&5
5649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5650 whose name does not start with the host triplet. If you think this
5651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5652 ac_tool_warned
=yes ;;
5658 if test -n "$ac_tool_prefix"; then
5659 for ac_prog
in ar gar
5661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5662 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5665 if test "${ac_cv_prog_AR+set}" = set; then
5666 echo $ECHO_N "(cached) $ECHO_C" >&6
5668 if test -n "$AR"; then
5669 ac_cv_prog_AR
="$AR" # Let the user override the test.
5671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5675 test -z "$as_dir" && as_dir
=.
5676 for ac_exec_ext
in '' $ac_executable_extensions; do
5677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5678 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5689 if test -n "$AR"; then
5690 { echo "$as_me:$LINENO: result: $AR" >&5
5691 echo "${ECHO_T}$AR" >&6; }
5693 { echo "$as_me:$LINENO: result: no" >&5
5694 echo "${ECHO_T}no" >&6; }
5698 test -n "$AR" && break
5701 if test -z "$AR"; then
5703 for ac_prog
in ar gar
5705 # Extract the first word of "$ac_prog", so it can be a program name with args.
5706 set dummy
$ac_prog; ac_word
=$2
5707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5709 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5710 echo $ECHO_N "(cached) $ECHO_C" >&6
5712 if test -n "$ac_ct_AR"; then
5713 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5715 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5719 test -z "$as_dir" && as_dir
=.
5720 for ac_exec_ext
in '' $ac_executable_extensions; do
5721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5722 ac_cv_prog_ac_ct_AR
="$ac_prog"
5723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5732 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5733 if test -n "$ac_ct_AR"; then
5734 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5735 echo "${ECHO_T}$ac_ct_AR" >&6; }
5737 { echo "$as_me:$LINENO: result: no" >&5
5738 echo "${ECHO_T}no" >&6; }
5742 test -n "$ac_ct_AR" && break
5745 if test "x$ac_ct_AR" = x
; then
5748 case $cross_compiling:$ac_tool_warned in
5750 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5751 whose name does not start with the host triplet. If you think this
5752 configuration is useful to you, please write to autoconf@gnu.org." >&5
5753 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5754 whose name does not start with the host triplet. If you think this
5755 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5756 ac_tool_warned
=yes ;;
5764 if test -n "$ac_tool_prefix"; then
5765 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5766 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5769 if test "${ac_cv_prog_RANLIB+set}" = set; then
5770 echo $ECHO_N "(cached) $ECHO_C" >&6
5772 if test -n "$RANLIB"; then
5773 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5779 test -z "$as_dir" && as_dir
=.
5780 for ac_exec_ext
in '' $ac_executable_extensions; do
5781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5782 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 RANLIB
=$ac_cv_prog_RANLIB
5793 if test -n "$RANLIB"; then
5794 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5795 echo "${ECHO_T}$RANLIB" >&6; }
5797 { echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6; }
5803 if test -z "$ac_cv_prog_RANLIB"; then
5804 ac_ct_RANLIB
=$RANLIB
5805 # Extract the first word of "ranlib", so it can be a program name with args.
5806 set dummy ranlib
; ac_word
=$2
5807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5809 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5810 echo $ECHO_N "(cached) $ECHO_C" >&6
5812 if test -n "$ac_ct_RANLIB"; then
5813 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5815 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5819 test -z "$as_dir" && as_dir
=.
5820 for ac_exec_ext
in '' $ac_executable_extensions; do
5821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5833 if test -n "$ac_ct_RANLIB"; then
5834 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5835 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5837 { echo "$as_me:$LINENO: result: no" >&5
5838 echo "${ECHO_T}no" >&6; }
5841 if test "x$ac_ct_RANLIB" = x
; then
5844 case $cross_compiling:$ac_tool_warned in
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet. If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned
=yes ;;
5854 RANLIB
=$ac_ct_RANLIB
5857 RANLIB
="$ac_cv_prog_RANLIB"
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5862 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_STRIP+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5868 if test -n "$STRIP"; then
5869 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5871 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5875 test -z "$as_dir" && as_dir
=.
5876 for ac_exec_ext
in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5888 STRIP
=$ac_cv_prog_STRIP
5889 if test -n "$STRIP"; then
5890 { echo "$as_me:$LINENO: result: $STRIP" >&5
5891 echo "${ECHO_T}$STRIP" >&6; }
5893 { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5899 if test -z "$ac_cv_prog_STRIP"; then
5901 # Extract the first word of "strip", so it can be a program name with args.
5902 set dummy strip
; ac_word
=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5908 if test -n "$ac_ct_STRIP"; then
5909 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5911 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5915 test -z "$as_dir" && as_dir
=.
5916 for ac_exec_ext
in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_ac_ct_STRIP
="strip"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5928 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5929 if test -n "$ac_ct_STRIP"; then
5930 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5931 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5937 if test "x$ac_ct_STRIP" = x
; then
5940 case $cross_compiling:$ac_tool_warned in
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet. If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned
=yes ;;
5953 STRIP
="$ac_cv_prog_STRIP"
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5958 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_WINDRES+set}" = set; then
5962 echo $ECHO_N "(cached) $ECHO_C" >&6
5964 if test -n "$WINDRES"; then
5965 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5971 test -z "$as_dir" && as_dir
=.
5972 for ac_exec_ext
in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 WINDRES
=$ac_cv_prog_WINDRES
5985 if test -n "$WINDRES"; then
5986 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5987 echo "${ECHO_T}$WINDRES" >&6; }
5989 { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5995 if test -z "$ac_cv_prog_WINDRES"; then
5996 ac_ct_WINDRES
=$WINDRES
5997 # Extract the first word of "windres", so it can be a program name with args.
5998 set dummy windres
; ac_word
=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6004 if test -n "$ac_ct_WINDRES"; then
6005 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6011 test -z "$as_dir" && as_dir
=.
6012 for ac_exec_ext
in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_ac_ct_WINDRES
="windres"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6024 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6025 if test -n "$ac_ct_WINDRES"; then
6026 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6027 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6033 if test "x$ac_ct_WINDRES" = x
; then
6036 case $cross_compiling:$ac_tool_warned in
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet. If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned
=yes ;;
6046 WINDRES
=$ac_ct_WINDRES
6049 WINDRES
="$ac_cv_prog_WINDRES"
6052 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6053 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6055 if test "$LN_S" = "ln -s"; then
6056 { echo "$as_me:$LINENO: result: yes" >&5
6057 echo "${ECHO_T}yes" >&6; }
6059 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6060 echo "${ECHO_T}no, using $LN_S" >&6; }
6063 { echo "$as_me:$LINENO: checking whether ln works" >&5
6064 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6065 rm -f conf$$ conf$$.
file
6067 if ln conf$$.
file conf$$
2>/dev
/null
; then
6070 { echo "$as_me:$LINENO: result: yes" >&5
6071 echo "${ECHO_T}yes" >&6; }
6075 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6076 echo "${ECHO_T}no, using $LN" >&6; }
6078 rm -f conf$$ conf$$.
file
6079 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6080 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6081 if test "${ac_cv_path_GREP+set}" = set; then
6082 echo $ECHO_N "(cached) $ECHO_C" >&6
6084 # Extract the first word of "grep ggrep" to use in msg output
6085 if test -z "$GREP"; then
6086 set dummy
grep ggrep
; ac_prog_name
=$2
6087 if test "${ac_cv_path_GREP+set}" = set; then
6088 echo $ECHO_N "(cached) $ECHO_C" >&6
6090 ac_path_GREP_found
=false
6091 # Loop through the user's path and test for each of PROGNAME-LIST
6092 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6093 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6096 test -z "$as_dir" && as_dir
=.
6097 for ac_prog
in grep ggrep
; do
6098 for ac_exec_ext
in '' $ac_executable_extensions; do
6099 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6100 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6101 # Check for GNU ac_path_GREP and select it if it is found.
6102 # Check for GNU $ac_path_GREP
6103 case `"$ac_path_GREP" --version 2>&1` in
6105 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6108 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6111 cat "conftest.in" "conftest.in" >"conftest.tmp"
6112 mv "conftest.tmp" "conftest.in"
6113 cp "conftest.in" "conftest.nl"
6114 echo 'GREP' >> "conftest.nl"
6115 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6116 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6117 ac_count
=`expr $ac_count + 1`
6118 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6119 # Best one so far, save it but keep looking for a better one
6120 ac_cv_path_GREP
="$ac_path_GREP"
6121 ac_path_GREP_max
=$ac_count
6123 # 10*(2^10) chars as input seems more than enough
6124 test $ac_count -gt 10 && break
6126 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6130 $ac_path_GREP_found && break 3
6140 GREP
="$ac_cv_path_GREP"
6141 if test -z "$GREP"; then
6142 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6143 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6144 { (exit 1); exit 1; }; }
6148 ac_cv_path_GREP
=$GREP
6153 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6154 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6155 GREP
="$ac_cv_path_GREP"
6158 { echo "$as_me:$LINENO: checking for egrep" >&5
6159 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6160 if test "${ac_cv_path_EGREP+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6163 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6164 then ac_cv_path_EGREP
="$GREP -E"
6166 # Extract the first word of "egrep" to use in msg output
6167 if test -z "$EGREP"; then
6168 set dummy
egrep; ac_prog_name
=$2
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6
6172 ac_path_EGREP_found
=false
6173 # Loop through the user's path and test for each of PROGNAME-LIST
6174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6175 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6178 test -z "$as_dir" && as_dir
=.
6179 for ac_prog
in egrep; do
6180 for ac_exec_ext
in '' $ac_executable_extensions; do
6181 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6183 # Check for GNU ac_path_EGREP and select it if it is found.
6184 # Check for GNU $ac_path_EGREP
6185 case `"$ac_path_EGREP" --version 2>&1` in
6187 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6190 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6193 cat "conftest.in" "conftest.in" >"conftest.tmp"
6194 mv "conftest.tmp" "conftest.in"
6195 cp "conftest.in" "conftest.nl"
6196 echo 'EGREP' >> "conftest.nl"
6197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6198 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6199 ac_count
=`expr $ac_count + 1`
6200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6201 # Best one so far, save it but keep looking for a better one
6202 ac_cv_path_EGREP
="$ac_path_EGREP"
6203 ac_path_EGREP_max
=$ac_count
6205 # 10*(2^10) chars as input seems more than enough
6206 test $ac_count -gt 10 && break
6208 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6212 $ac_path_EGREP_found && break 3
6222 EGREP
="$ac_cv_path_EGREP"
6223 if test -z "$EGREP"; then
6224 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6225 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6226 { (exit 1); exit 1; }; }
6230 ac_cv_path_EGREP
=$EGREP
6236 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6237 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6238 EGREP
="$ac_cv_path_EGREP"
6241 # Extract the first word of "ldconfig", so it can be a program name with args.
6242 set dummy ldconfig
; ac_word
=$2
6243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6245 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6246 echo $ECHO_N "(cached) $ECHO_C" >&6
6250 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6253 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6254 for as_dir
in /sbin
/usr
/sbin
$PATH
6257 test -z "$as_dir" && as_dir
=.
6258 for ac_exec_ext
in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6268 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6272 LDCONFIG
=$ac_cv_path_LDCONFIG
6273 if test -n "$LDCONFIG"; then
6274 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6275 echo "${ECHO_T}$LDCONFIG" >&6; }
6277 { echo "$as_me:$LINENO: result: no" >&5
6278 echo "${ECHO_T}no" >&6; }
6282 # Find a good install program. We prefer a C program (faster),
6283 # so one script is as good as another. But avoid the broken or
6284 # incompatible versions:
6285 # SysV /etc/install, /usr/sbin/install
6286 # SunOS /usr/etc/install
6287 # IRIX /sbin/install
6289 # AmigaOS /C/install, which installs bootblocks on floppy discs
6290 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6291 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6292 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6293 # OS/2's system install, which has a completely different semantic
6294 # ./install, which can be erroneously created by make from ./install.sh.
6295 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6296 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6297 if test -z "$INSTALL"; then
6298 if test "${ac_cv_path_install+set}" = set; then
6299 echo $ECHO_N "(cached) $ECHO_C" >&6
6301 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6305 test -z "$as_dir" && as_dir
=.
6306 # Account for people who put trailing slashes in PATH elements.
6308 .
/ | .
// |
/cC
/* | \
6309 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6310 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6313 # OSF1 and SCO ODT 3.0 have their own names for install.
6314 # Don't use installbsd from OSF since it installs stuff as root
6316 for ac_prog
in ginstall scoinst
install; do
6317 for ac_exec_ext
in '' $ac_executable_extensions; do
6318 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6319 if test $ac_prog = install &&
6320 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6321 # AIX install. It has an incompatible calling convention.
6323 elif test $ac_prog = install &&
6324 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6325 # program-specific install script used by HP pwplus--don't use.
6328 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6341 if test "${ac_cv_path_install+set}" = set; then
6342 INSTALL
=$ac_cv_path_install
6344 # As a last resort, use the slow shell script. Don't cache a
6345 # value for INSTALL within a source directory, because that will
6346 # break other packages using the cache if that directory is
6347 # removed, or if the value is a relative name.
6348 INSTALL
=$ac_install_sh
6351 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6352 echo "${ECHO_T}$INSTALL" >&6; }
6354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6355 # It thinks the first close brace ends the variable substitution.
6356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6360 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6363 [\\/$
]* | ?
:[\\/]* ) ;;
6364 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6367 for ac_prog
in lclint lint
6369 # Extract the first word of "$ac_prog", so it can be a program name with args.
6370 set dummy
$ac_prog; ac_word
=$2
6371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6373 if test "${ac_cv_prog_LINT+set}" = set; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6376 if test -n "$LINT"; then
6377 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6379 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6383 test -z "$as_dir" && as_dir
=.
6384 for ac_exec_ext
in '' $ac_executable_extensions; do
6385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6386 ac_cv_prog_LINT
="$ac_prog"
6387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6396 LINT
=$ac_cv_prog_LINT
6397 if test -n "$LINT"; then
6398 { echo "$as_me:$LINENO: result: $LINT" >&5
6399 echo "${ECHO_T}$LINT" >&6; }
6401 { echo "$as_me:$LINENO: result: no" >&5
6402 echo "${ECHO_T}no" >&6; }
6406 test -n "$LINT" && break
6409 if test "$LINT" = "lint"
6411 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6416 for ac_prog
in fontforge
6418 # Extract the first word of "$ac_prog", so it can be a program name with args.
6419 set dummy
$ac_prog; ac_word
=$2
6420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6422 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6423 echo $ECHO_N "(cached) $ECHO_C" >&6
6425 if test -n "$FONTFORGE"; then
6426 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6428 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6432 test -z "$as_dir" && as_dir
=.
6433 for ac_exec_ext
in '' $ac_executable_extensions; do
6434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6435 ac_cv_prog_FONTFORGE
="$ac_prog"
6436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 FONTFORGE
=$ac_cv_prog_FONTFORGE
6446 if test -n "$FONTFORGE"; then
6447 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6448 echo "${ECHO_T}$FONTFORGE" >&6; }
6450 { echo "$as_me:$LINENO: result: no" >&5
6451 echo "${ECHO_T}no" >&6; }
6455 test -n "$FONTFORGE" && break
6457 test -n "$FONTFORGE" || FONTFORGE
="false"
6459 for ac_prog
in pkg-config
6461 # Extract the first word of "$ac_prog", so it can be a program name with args.
6462 set dummy
$ac_prog; ac_word
=$2
6463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6465 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6466 echo $ECHO_N "(cached) $ECHO_C" >&6
6468 if test -n "$PKG_CONFIG"; then
6469 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6475 test -z "$as_dir" && as_dir
=.
6476 for ac_exec_ext
in '' $ac_executable_extensions; do
6477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6478 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6488 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6489 if test -n "$PKG_CONFIG"; then
6490 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6491 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6493 { echo "$as_me:$LINENO: result: no" >&5
6494 echo "${ECHO_T}no" >&6; }
6498 test -n "$PKG_CONFIG" && break
6500 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6504 # Extract the first word of "$ac_prog", so it can be a program name with args.
6505 set dummy
$ac_prog; ac_word
=$2
6506 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6508 if test "${ac_cv_prog_RSVG+set}" = set; then
6509 echo $ECHO_N "(cached) $ECHO_C" >&6
6511 if test -n "$RSVG"; then
6512 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6514 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6518 test -z "$as_dir" && as_dir
=.
6519 for ac_exec_ext
in '' $ac_executable_extensions; do
6520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 ac_cv_prog_RSVG
="$ac_prog"
6522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6531 RSVG
=$ac_cv_prog_RSVG
6532 if test -n "$RSVG"; then
6533 { echo "$as_me:$LINENO: result: $RSVG" >&5
6534 echo "${ECHO_T}$RSVG" >&6; }
6536 { echo "$as_me:$LINENO: result: no" >&5
6537 echo "${ECHO_T}no" >&6; }
6541 test -n "$RSVG" && break
6543 test -n "$RSVG" || RSVG
="false"
6545 for ac_prog
in icotool
6547 # Extract the first word of "$ac_prog", so it can be a program name with args.
6548 set dummy
$ac_prog; ac_word
=$2
6549 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6551 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6554 if test -n "$ICOTOOL"; then
6555 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6561 test -z "$as_dir" && as_dir
=.
6562 for ac_exec_ext
in '' $ac_executable_extensions; do
6563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564 ac_cv_prog_ICOTOOL
="$ac_prog"
6565 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 ICOTOOL
=$ac_cv_prog_ICOTOOL
6575 if test -n "$ICOTOOL"; then
6576 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6577 echo "${ECHO_T}$ICOTOOL" >&6; }
6579 { echo "$as_me:$LINENO: result: no" >&5
6580 echo "${ECHO_T}no" >&6; }
6584 test -n "$ICOTOOL" && break
6586 test -n "$ICOTOOL" || ICOTOOL
="false"
6589 if test "${enable_maintainer_mode+set}" = set
6591 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6592 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6593 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6598 # Extract the first word of "prelink", so it can be a program name with args.
6599 set dummy prelink
; ac_word
=$2
6600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6602 if test "${ac_cv_path_PRELINK+set}" = set; then
6603 echo $ECHO_N "(cached) $ECHO_C" >&6
6607 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6611 for as_dir
in /sbin
/usr
/sbin
$PATH
6614 test -z "$as_dir" && as_dir
=.
6615 for ac_exec_ext
in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6625 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6629 PRELINK
=$ac_cv_path_PRELINK
6630 if test -n "$PRELINK"; then
6631 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6632 echo "${ECHO_T}$PRELINK" >&6; }
6634 { echo "$as_me:$LINENO: result: no" >&5
6635 echo "${ECHO_T}no" >&6; }
6644 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6645 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6646 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6647 echo $ECHO_N "(cached) $ECHO_C" >&6
6649 ac_check_lib_save_LIBS
=$LIBS
6651 cat >conftest.
$ac_ext <<_ACEOF
6654 cat confdefs.h
>>conftest.
$ac_ext
6655 cat >>conftest.
$ac_ext <<_ACEOF
6656 /* end confdefs.h. */
6658 /* Override any GCC internal prototype to avoid an error.
6659 Use char because int might match the return type of a GCC
6660 builtin and then its argument prototype would still apply. */
6664 char i386_set_ldt ();
6668 return i386_set_ldt ();
6673 rm -f conftest.
$ac_objext conftest
$ac_exeext
6674 if { (ac_try
="$ac_link"
6676 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6677 *) ac_try_echo=$ac_try;;
6679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6680 (eval "$ac_link") 2>conftest.er1
6682 grep -v '^ *+' conftest.er1 >conftest.err
6684 cat conftest.err >&5
6685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686 (exit $ac_status); } && {
6687 test -z "$ac_c_werror_flag" ||
6688 test ! -s conftest.err
6689 } && test -s conftest$ac_exeext &&
6690 $as_test_x conftest$ac_exeext; then
6691 ac_cv_lib_i386_i386_set_ldt=yes
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 ac_cv_lib_i386_i386_set_ldt=no
6699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6700 conftest$ac_exeext conftest.$ac_ext
6701 LIBS=$ac_check_lib_save_LIBS
6703 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6704 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6705 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6706 cat >>confdefs.h <<_ACEOF
6707 #define HAVE_LIBI386 1
6715 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6716 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6717 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6718 echo $ECHO_N "(cached) $ECHO_C" >&6
6720 ac_check_lib_save_LIBS=$LIBS
6721 LIBS="-lossaudio $LIBS"
6722 cat >conftest.$ac_ext <<_ACEOF
6725 cat confdefs.h >>conftest.$ac_ext
6726 cat >>conftest.$ac_ext <<_ACEOF
6727 /* end confdefs.h. */
6729 /* Override any GCC internal prototype to avoid an error.
6730 Use char because int might match the return type of a GCC
6731 builtin and then its argument prototype would still apply. */
6739 return _oss_ioctl ();
6744 rm -f conftest.$ac_objext conftest$ac_exeext
6745 if { (ac_try="$ac_link"
6747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6748 *) ac_try_echo
=$ac_try;;
6750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6751 (eval "$ac_link") 2>conftest.er1
6753 grep -v '^ *+' conftest.er1
>conftest.err
6755 cat conftest.err
>&5
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); } && {
6758 test -z "$ac_c_werror_flag" ||
6759 test ! -s conftest.err
6760 } && test -s conftest
$ac_exeext &&
6761 $as_test_x conftest
$ac_exeext; then
6762 ac_cv_lib_ossaudio__oss_ioctl
=yes
6764 echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.
$ac_ext >&5
6767 ac_cv_lib_ossaudio__oss_ioctl
=no
6770 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6771 conftest
$ac_exeext conftest.
$ac_ext
6772 LIBS
=$ac_check_lib_save_LIBS
6774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6775 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6776 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6777 cat >>confdefs.h
<<_ACEOF
6778 #define HAVE_LIBOSSAUDIO 1
6781 LIBS
="-lossaudio $LIBS"
6785 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6786 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6787 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6788 echo $ECHO_N "(cached) $ECHO_C" >&6
6790 ac_check_lib_save_LIBS
=$LIBS
6791 LIBS
="-lpthread $LIBS"
6792 cat >conftest.
$ac_ext <<_ACEOF
6795 cat confdefs.h
>>conftest.
$ac_ext
6796 cat >>conftest.
$ac_ext <<_ACEOF
6797 /* end confdefs.h. */
6799 /* Override any GCC internal prototype to avoid an error.
6800 Use char because int might match the return type of a GCC
6801 builtin and then its argument prototype would still apply. */
6805 char pthread_create ();
6809 return pthread_create ();
6814 rm -f conftest.
$ac_objext conftest
$ac_exeext
6815 if { (ac_try
="$ac_link"
6817 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6818 *) ac_try_echo=$ac_try;;
6820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6821 (eval "$ac_link") 2>conftest.er1
6823 grep -v '^ *+' conftest.er1 >conftest.err
6825 cat conftest.err >&5
6826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827 (exit $ac_status); } && {
6828 test -z "$ac_c_werror_flag" ||
6829 test ! -s conftest.err
6830 } && test -s conftest$ac_exeext &&
6831 $as_test_x conftest$ac_exeext; then
6832 ac_cv_lib_pthread_pthread_create=yes
6834 echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6837 ac_cv_lib_pthread_pthread_create=no
6840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6841 conftest$ac_exeext conftest.$ac_ext
6842 LIBS=$ac_check_lib_save_LIBS
6844 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6845 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6846 if test $ac_cv_lib_pthread_pthread_create = yes; then
6847 LIBPTHREAD="-lpthread"
6858 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6859 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6860 if test "${ac_cv_header_stdc+set}" = set; then
6861 echo $ECHO_N "(cached) $ECHO_C" >&6
6863 cat >conftest.$ac_ext <<_ACEOF
6866 cat confdefs.h >>conftest.$ac_ext
6867 cat >>conftest.$ac_ext <<_ACEOF
6868 /* end confdefs.h. */
6882 rm -f conftest.$ac_objext
6883 if { (ac_try="$ac_compile"
6885 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6886 *) ac_try_echo
=$ac_try;;
6888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6889 (eval "$ac_compile") 2>conftest.er1
6891 grep -v '^ *+' conftest.er1
>conftest.err
6893 cat conftest.err
>&5
6894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895 (exit $ac_status); } && {
6896 test -z "$ac_c_werror_flag" ||
6897 test ! -s conftest.err
6898 } && test -s conftest.
$ac_objext; then
6899 ac_cv_header_stdc
=yes
6901 echo "$as_me: failed program was:" >&5
6902 sed 's/^/| /' conftest.
$ac_ext >&5
6904 ac_cv_header_stdc
=no
6907 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6909 if test $ac_cv_header_stdc = yes; then
6910 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6911 cat >conftest.
$ac_ext <<_ACEOF
6914 cat confdefs.h
>>conftest.
$ac_ext
6915 cat >>conftest.
$ac_ext <<_ACEOF
6916 /* end confdefs.h. */
6920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6921 $EGREP "memchr" >/dev
/null
2>&1; then
6924 ac_cv_header_stdc
=no
6930 if test $ac_cv_header_stdc = yes; then
6931 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6932 cat >conftest.
$ac_ext <<_ACEOF
6935 cat confdefs.h
>>conftest.
$ac_ext
6936 cat >>conftest.
$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6942 $EGREP "free" >/dev
/null
2>&1; then
6945 ac_cv_header_stdc
=no
6951 if test $ac_cv_header_stdc = yes; then
6952 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6953 if test "$cross_compiling" = yes; then
6956 cat >conftest.
$ac_ext <<_ACEOF
6959 cat confdefs.h
>>conftest.
$ac_ext
6960 cat >>conftest.
$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6964 #if ((' ' & 0x0FF) == 0x020)
6965 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6966 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6968 # define ISLOWER(c) \
6969 (('a' <= (c) && (c) <= 'i') \
6970 || ('j' <= (c) && (c) <= 'r') \
6971 || ('s' <= (c) && (c) <= 'z'))
6972 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6975 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6980 for (i = 0; i < 256; i++)
6981 if (XOR (islower (i), ISLOWER (i))
6982 || toupper (i) != TOUPPER (i))
6987 rm -f conftest
$ac_exeext
6988 if { (ac_try
="$ac_link"
6990 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6991 *) ac_try_echo=$ac_try;;
6993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6994 (eval "$ac_link") 2>&5
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6998 { (case "(($ac_try" in
6999 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7000 *) ac_try_echo
=$ac_try;;
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003 (eval "$ac_try") 2>&5
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); }; }; then
7009 echo "$as_me: program exited with status $ac_status" >&5
7010 echo "$as_me: failed program was:" >&5
7011 sed 's/^/| /' conftest.
$ac_ext >&5
7014 ac_cv_header_stdc
=no
7016 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7022 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7023 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7024 if test $ac_cv_header_stdc = yes; then
7026 cat >>confdefs.h
<<\_ACEOF
7027 #define STDC_HEADERS 1
7032 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7042 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7043 inttypes.h stdint.h unistd.h
7045 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7048 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7049 echo $ECHO_N "(cached) $ECHO_C" >&6
7051 cat >conftest.
$ac_ext <<_ACEOF
7054 cat confdefs.h
>>conftest.
$ac_ext
7055 cat >>conftest.
$ac_ext <<_ACEOF
7056 /* end confdefs.h. */
7057 $ac_includes_default
7059 #include <$ac_header>
7061 rm -f conftest.
$ac_objext
7062 if { (ac_try
="$ac_compile"
7064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7065 *) ac_try_echo=$ac_try;;
7067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7068 (eval "$ac_compile") 2>conftest.er1
7070 grep -v '^ *+' conftest.er1 >conftest.err
7072 cat conftest.err >&5
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); } && {
7075 test -z "$ac_c_werror_flag" ||
7076 test ! -s conftest.err
7077 } && test -s conftest.$ac_objext; then
7078 eval "$as_ac_Header=yes"
7080 echo "$as_me: failed program was:" >&5
7081 sed 's/^/| /' conftest.$ac_ext >&5
7083 eval "$as_ac_Header=no"
7086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7088 ac_res=`eval echo '${'$as_ac_Header'}'`
7089 { echo "$as_me:$LINENO: result: $ac_res" >&5
7090 echo "${ECHO_T}$ac_res" >&6; }
7091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7092 cat >>confdefs.h <<_ACEOF
7093 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7213 AudioUnit/AudioUnit.h \
7215 CoreAudio/CoreAudio.h \
7216 DiskArbitration/DiskArbitration.h \
7229 fontconfig/fontconfig.h \
7255 machine/soundcard.h \
7260 netinet/in_systm.h \
7322 valgrind/memcheck.h \
7326 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7328 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7331 echo $ECHO_N "(cached) $ECHO_C" >&6
7333 ac_res=`eval echo '${'$as_ac_Header'}'`
7334 { echo "$as_me:$LINENO: result: $ac_res" >&5
7335 echo "${ECHO_T}$ac_res" >&6; }
7337 # Is the header compilable?
7338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7340 cat >conftest.$ac_ext <<_ACEOF
7343 cat confdefs.h >>conftest.$ac_ext
7344 cat >>conftest.$ac_ext <<_ACEOF
7345 /* end confdefs.h. */
7346 $ac_includes_default
7347 #include <$ac_header>
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7353 *) ac_try_echo
=$ac_try;;
7355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7356 (eval "$ac_compile") 2>conftest.er1
7358 grep -v '^ *+' conftest.er1
>conftest.err
7360 cat conftest.err
>&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && {
7363 test -z "$ac_c_werror_flag" ||
7364 test ! -s conftest.err
7365 } && test -s conftest.
$ac_objext; then
7366 ac_header_compiler
=yes
7368 echo "$as_me: failed program was:" >&5
7369 sed 's/^/| /' conftest.
$ac_ext >&5
7371 ac_header_compiler
=no
7374 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7376 echo "${ECHO_T}$ac_header_compiler" >&6; }
7378 # Is the header present?
7379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7381 cat >conftest.
$ac_ext <<_ACEOF
7384 cat confdefs.h
>>conftest.
$ac_ext
7385 cat >>conftest.
$ac_ext <<_ACEOF
7386 /* end confdefs.h. */
7387 #include <$ac_header>
7389 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7391 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7392 *) ac_try_echo=$ac_try;;
7394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7397 grep -v '^ *+' conftest.er1 >conftest.err
7399 cat conftest.err >&5
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); } >/dev/null && {
7402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7403 test ! -s conftest.err
7405 ac_header_preproc=yes
7407 echo "$as_me: failed program was:" >&5
7408 sed 's/^/| /' conftest.$ac_ext >&5
7410 ac_header_preproc=no
7413 rm -f conftest.err conftest.$ac_ext
7414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7415 echo "${ECHO_T}$ac_header_preproc" >&6; }
7417 # So? What about this header?
7418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7420 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7424 ac_header_preproc=yes
7427 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7430 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7434 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7440 ## ------------------------------------ ##
7441 ## Report this to wine-devel@winehq.org ##
7442 ## ------------------------------------ ##
7444 ) | sed "s/^/$as_me: WARNING: /" >&2
7447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7452 eval "$as_ac_Header=\$ac_header_preproc"
7454 ac_res=`eval echo '${'$as_ac_Header'}'`
7455 { echo "$as_me:$LINENO: result: $ac_res" >&5
7456 echo "${ECHO_T}$ac_res" >&6; }
7459 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7460 cat >>confdefs.h <<_ACEOF
7461 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7468 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7469 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7470 if test "${ac_cv_header_stat_broken+set}" = set; then
7471 echo $ECHO_N "(cached) $ECHO_C" >&6
7473 cat >conftest.$ac_ext <<_ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7479 #include <sys/types.h>
7480 #include <sys/stat.h>
7482 #if defined S_ISBLK && defined S_IFDIR
7483 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7486 #if defined S_ISBLK && defined S_IFCHR
7487 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7490 #if defined S_ISLNK && defined S_IFREG
7491 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7494 #if defined S_ISSOCK && defined S_IFREG
7495 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7499 rm -f conftest.$ac_objext
7500 if { (ac_try="$ac_compile"
7502 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7503 *) ac_try_echo
=$ac_try;;
7505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7506 (eval "$ac_compile") 2>conftest.er1
7508 grep -v '^ *+' conftest.er1
>conftest.err
7510 cat conftest.err
>&5
7511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7512 (exit $ac_status); } && {
7513 test -z "$ac_c_werror_flag" ||
7514 test ! -s conftest.err
7515 } && test -s conftest.
$ac_objext; then
7516 ac_cv_header_stat_broken
=no
7518 echo "$as_me: failed program was:" >&5
7519 sed 's/^/| /' conftest.
$ac_ext >&5
7521 ac_cv_header_stat_broken
=yes
7524 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7526 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7527 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7528 if test $ac_cv_header_stat_broken = yes; then
7530 cat >>confdefs.h
<<\_ACEOF
7531 #define STAT_MACROS_BROKEN 1
7542 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7544 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7545 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7547 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7548 echo $ECHO_N "(cached) $ECHO_C" >&6
7550 cat >conftest.
$ac_ext <<_ACEOF
7553 cat confdefs.h
>>conftest.
$ac_ext
7554 cat >>conftest.
$ac_ext <<_ACEOF
7555 /* end confdefs.h. */
7556 #include <sys/types.h>
7557 #ifdef HAVE_SYS_PARAM_H
7558 # include <sys/param.h>
7561 #include <$ac_header>
7563 rm -f conftest.
$ac_objext
7564 if { (ac_try
="$ac_compile"
7566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7567 *) ac_try_echo=$ac_try;;
7569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7570 (eval "$ac_compile") 2>conftest.er1
7572 grep -v '^ *+' conftest.er1 >conftest.err
7574 cat conftest.err >&5
7575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7576 (exit $ac_status); } && {
7577 test -z "$ac_c_werror_flag" ||
7578 test ! -s conftest.err
7579 } && test -s conftest.$ac_objext; then
7580 eval "$as_ac_Header=yes"
7582 echo "$as_me: failed program was:" >&5
7583 sed 's/^/| /' conftest.$ac_ext >&5
7585 eval "$as_ac_Header=no"
7588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7590 ac_res=`eval echo '${'$as_ac_Header'}'`
7591 { echo "$as_me:$LINENO: result: $ac_res" >&5
7592 echo "${ECHO_T}$ac_res" >&6; }
7593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7594 cat >>confdefs.h <<_ACEOF
7595 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7622 netinet/if_ether.h \
7630 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7631 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7633 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7634 echo $ECHO_N "(cached) $ECHO_C" >&6
7636 cat >conftest.$ac_ext <<_ACEOF
7639 cat confdefs.h >>conftest.$ac_ext
7640 cat >>conftest.$ac_ext <<_ACEOF
7641 /* end confdefs.h. */
7642 #include <sys/types.h>
7643 #ifdef HAVE_SYS_SOCKET_H
7644 # include <sys/socket.h>
7646 #ifdef HAVE_SYS_SOCKETVAR_H
7647 # include <sys/socketvar.h>
7649 #ifdef HAVE_NETINET_IN_H
7650 # include <netinet/in.h>
7652 #ifdef HAVE_NETINET_IP_H
7653 # include <netinet/ip.h>
7656 #include <$ac_header>
7658 rm -f conftest.$ac_objext
7659 if { (ac_try="$ac_compile"
7661 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7662 *) ac_try_echo
=$ac_try;;
7664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7665 (eval "$ac_compile") 2>conftest.er1
7667 grep -v '^ *+' conftest.er1
>conftest.err
7669 cat conftest.err
>&5
7670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671 (exit $ac_status); } && {
7672 test -z "$ac_c_werror_flag" ||
7673 test ! -s conftest.err
7674 } && test -s conftest.
$ac_objext; then
7675 eval "$as_ac_Header=yes"
7677 echo "$as_me: failed program was:" >&5
7678 sed 's/^/| /' conftest.
$ac_ext >&5
7680 eval "$as_ac_Header=no"
7683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7685 ac_res
=`eval echo '${'$as_ac_Header'}'`
7686 { echo "$as_me:$LINENO: result: $ac_res" >&5
7687 echo "${ECHO_T}$ac_res" >&6; }
7688 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7689 cat >>confdefs.h
<<_ACEOF
7690 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7702 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7704 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7705 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7707 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7708 echo $ECHO_N "(cached) $ECHO_C" >&6
7710 cat >conftest.
$ac_ext <<_ACEOF
7713 cat confdefs.h
>>conftest.
$ac_ext
7714 cat >>conftest.
$ac_ext <<_ACEOF
7715 /* end confdefs.h. */
7716 #include <sys/types.h>
7720 #ifdef HAVE_SYS_SOCKET_H
7721 # include <sys/socket.h>
7723 #ifdef HAVE_SYS_SOCKETVAR_H
7724 # include <sys/socketvar.h>
7726 #ifdef HAVE_NETINET_IN_H
7727 # include <netinet/in.h>
7729 #ifdef HAVE_NETINET_IP_H
7730 # include <netinet/ip.h>
7732 #ifdef HAVE_NETINET_IP_VAR_H
7733 # include <netinet/ip_var.h>
7735 #ifdef HAVE_NETINET_IP_ICMP_H
7736 # include <netinet/ip_icmp.h>
7738 #ifdef HAVE_NETINET_UDP_H
7739 # include <netinet/udp.h>
7741 #ifdef HAVE_NETINET_TCP_H
7742 # include <netinet/tcp.h>
7745 #include <$ac_header>
7747 rm -f conftest.
$ac_objext
7748 if { (ac_try
="$ac_compile"
7750 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7751 *) ac_try_echo=$ac_try;;
7753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7754 (eval "$ac_compile") 2>conftest.er1
7756 grep -v '^ *+' conftest.er1 >conftest.err
7758 cat conftest.err >&5
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 (exit $ac_status); } && {
7761 test -z "$ac_c_werror_flag" ||
7762 test ! -s conftest.err
7763 } && test -s conftest.$ac_objext; then
7764 eval "$as_ac_Header=yes"
7766 echo "$as_me: failed program was:" >&5
7767 sed 's/^/| /' conftest.$ac_ext >&5
7769 eval "$as_ac_Header=no"
7772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7774 ac_res=`eval echo '${'$as_ac_Header'}'`
7775 { echo "$as_me:$LINENO: result: $ac_res" >&5
7776 echo "${ECHO_T}$ac_res" >&6; }
7777 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7778 cat >>confdefs.h <<_ACEOF
7779 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7788 for ac_header in linux/ipx.h
7790 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7791 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7792 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7794 echo $ECHO_N "(cached) $ECHO_C" >&6
7796 cat >conftest.$ac_ext <<_ACEOF
7799 cat confdefs.h >>conftest.$ac_ext
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h. */
7802 #include <sys/types.h>
7803 #ifdef HAVE_ASM_TYPES_H
7804 # include <asm/types.h>
7806 #ifdef HAVE_SYS_SOCKET_H
7807 # include <sys/socket.h>
7810 #include <$ac_header>
7812 rm -f conftest.$ac_objext
7813 if { (ac_try="$ac_compile"
7815 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7816 *) ac_try_echo
=$ac_try;;
7818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7819 (eval "$ac_compile") 2>conftest.er1
7821 grep -v '^ *+' conftest.er1
>conftest.err
7823 cat conftest.err
>&5
7824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825 (exit $ac_status); } && {
7826 test -z "$ac_c_werror_flag" ||
7827 test ! -s conftest.err
7828 } && test -s conftest.
$ac_objext; then
7829 eval "$as_ac_Header=yes"
7831 echo "$as_me: failed program was:" >&5
7832 sed 's/^/| /' conftest.
$ac_ext >&5
7834 eval "$as_ac_Header=no"
7837 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7839 ac_res
=`eval echo '${'$as_ac_Header'}'`
7840 { echo "$as_me:$LINENO: result: $ac_res" >&5
7841 echo "${ECHO_T}$ac_res" >&6; }
7842 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7843 cat >>confdefs.h
<<_ACEOF
7844 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7853 for ac_header
in resolv.h
7855 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7858 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7861 cat >conftest.
$ac_ext <<_ACEOF
7864 cat confdefs.h
>>conftest.
$ac_ext
7865 cat >>conftest.
$ac_ext <<_ACEOF
7866 /* end confdefs.h. */
7867 #include <sys/types.h>
7868 #ifdef HAVE_SYS_SOCKET_H
7869 # include <sys/socket.h>
7871 #ifdef HAVE_NETINET_IN_H
7872 # include <netinet/in.h>
7874 #ifdef HAVE_ARPA_NAMESER_H
7875 # include <arpa/nameser.h>
7878 #include <$ac_header>
7880 rm -f conftest.
$ac_objext
7881 if { (ac_try
="$ac_compile"
7883 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7884 *) ac_try_echo=$ac_try;;
7886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7887 (eval "$ac_compile") 2>conftest.er1
7889 grep -v '^ *+' conftest.er1 >conftest.err
7891 cat conftest.err >&5
7892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest.$ac_objext; then
7897 eval "$as_ac_Header=yes"
7899 echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 eval "$as_ac_Header=no"
7905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7907 ac_res=`eval echo '${'$as_ac_Header'}'`
7908 { echo "$as_me:$LINENO: result: $ac_res" >&5
7909 echo "${ECHO_T}$ac_res" >&6; }
7910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7911 cat >>confdefs.h <<_ACEOF
7912 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7921 for ac_header in ucontext.h
7923 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7927 echo $ECHO_N "(cached) $ECHO_C" >&6
7929 cat >conftest.$ac_ext <<_ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7937 #include <$ac_header>
7939 rm -f conftest.$ac_objext
7940 if { (ac_try="$ac_compile"
7942 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7943 *) ac_try_echo
=$ac_try;;
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946 (eval "$ac_compile") 2>conftest.er1
7948 grep -v '^ *+' conftest.er1
>conftest.err
7950 cat conftest.err
>&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); } && {
7953 test -z "$ac_c_werror_flag" ||
7954 test ! -s conftest.err
7955 } && test -s conftest.
$ac_objext; then
7956 eval "$as_ac_Header=yes"
7958 echo "$as_me: failed program was:" >&5
7959 sed 's/^/| /' conftest.
$ac_ext >&5
7961 eval "$as_ac_Header=no"
7964 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7966 ac_res
=`eval echo '${'$as_ac_Header'}'`
7967 { echo "$as_me:$LINENO: result: $ac_res" >&5
7968 echo "${ECHO_T}$ac_res" >&6; }
7969 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7970 cat >>confdefs.h
<<_ACEOF
7971 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7980 for ac_header
in sys
/thr.h
7982 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7983 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7984 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7985 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7986 echo $ECHO_N "(cached) $ECHO_C" >&6
7988 cat >conftest.
$ac_ext <<_ACEOF
7991 cat confdefs.h
>>conftest.
$ac_ext
7992 cat >>conftest.
$ac_ext <<_ACEOF
7993 /* end confdefs.h. */
7994 #include <sys/types.h>
7995 #ifdef HAVE_UCONTEXT_H
7996 #include <ucontext.h>
7999 #include <$ac_header>
8001 rm -f conftest.
$ac_objext
8002 if { (ac_try
="$ac_compile"
8004 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8005 *) ac_try_echo=$ac_try;;
8007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8008 (eval "$ac_compile") 2>conftest.er1
8010 grep -v '^ *+' conftest.er1 >conftest.err
8012 cat conftest.err >&5
8013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); } && {
8015 test -z "$ac_c_werror_flag" ||
8016 test ! -s conftest.err
8017 } && test -s conftest.$ac_objext; then
8018 eval "$as_ac_Header=yes"
8020 echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8023 eval "$as_ac_Header=no"
8026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8028 ac_res=`eval echo '${'$as_ac_Header'}'`
8029 { echo "$as_me:$LINENO: result: $ac_res" >&5
8030 echo "${ECHO_T}$ac_res" >&6; }
8031 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8032 cat >>confdefs.h <<_ACEOF
8033 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8042 for ac_header in pthread_np.h
8044 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8048 echo $ECHO_N "(cached) $ECHO_C" >&6
8050 cat >conftest.$ac_ext <<_ACEOF
8053 cat confdefs.h >>conftest.$ac_ext
8054 cat >>conftest.$ac_ext <<_ACEOF
8055 /* end confdefs.h. */
8056 #ifdef HAVE_PTHREAD_H
8057 #include <pthread.h>
8060 #include <$ac_header>
8062 rm -f conftest.$ac_objext
8063 if { (ac_try="$ac_compile"
8065 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8066 *) ac_try_echo
=$ac_try;;
8068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8069 (eval "$ac_compile") 2>conftest.er1
8071 grep -v '^ *+' conftest.er1
>conftest.err
8073 cat conftest.err
>&5
8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 (exit $ac_status); } && {
8076 test -z "$ac_c_werror_flag" ||
8077 test ! -s conftest.err
8078 } && test -s conftest.
$ac_objext; then
8079 eval "$as_ac_Header=yes"
8081 echo "$as_me: failed program was:" >&5
8082 sed 's/^/| /' conftest.
$ac_ext >&5
8084 eval "$as_ac_Header=no"
8087 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8089 ac_res
=`eval echo '${'$as_ac_Header'}'`
8090 { echo "$as_me:$LINENO: result: $ac_res" >&5
8091 echo "${ECHO_T}$ac_res" >&6; }
8092 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8093 cat >>confdefs.h
<<_ACEOF
8094 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8103 for ac_header
in linux
/videodev.h
8105 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8106 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8108 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8109 echo $ECHO_N "(cached) $ECHO_C" >&6
8111 cat >conftest.
$ac_ext <<_ACEOF
8114 cat confdefs.h
>>conftest.
$ac_ext
8115 cat >>conftest.
$ac_ext <<_ACEOF
8116 /* end confdefs.h. */
8117 #ifdef HAVE_SYS_TIME_H
8118 #include <sys/time.h>
8120 #include <sys/types.h>
8121 #ifdef HAVE_ASM_TYPES_H
8122 #include <asm/types.h>
8125 #include <$ac_header>
8127 rm -f conftest.
$ac_objext
8128 if { (ac_try
="$ac_compile"
8130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8131 *) ac_try_echo=$ac_try;;
8133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8134 (eval "$ac_compile") 2>conftest.er1
8136 grep -v '^ *+' conftest.er1 >conftest.err
8138 cat conftest.err >&5
8139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8140 (exit $ac_status); } && {
8141 test -z "$ac_c_werror_flag" ||
8142 test ! -s conftest.err
8143 } && test -s conftest.$ac_objext; then
8144 eval "$as_ac_Header=yes"
8146 echo "$as_me: failed program was:" >&5
8147 sed 's/^/| /' conftest.$ac_ext >&5
8149 eval "$as_ac_Header=no"
8152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8154 ac_res=`eval echo '${'$as_ac_Header'}'`
8155 { echo "$as_me:$LINENO: result: $ac_res" >&5
8156 echo "${ECHO_T}$ac_res" >&6; }
8157 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8158 cat >>confdefs.h <<_ACEOF
8159 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8168 for ac_header in linux/capi.h
8170 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8171 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8174 echo $ECHO_N "(cached) $ECHO_C" >&6
8176 cat >conftest.$ac_ext <<_ACEOF
8179 cat confdefs.h >>conftest.$ac_ext
8180 cat >>conftest.$ac_ext <<_ACEOF
8181 /* end confdefs.h. */
8184 #include <$ac_header>
8186 rm -f conftest.$ac_objext
8187 if { (ac_try="$ac_compile"
8189 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8190 *) ac_try_echo
=$ac_try;;
8192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8193 (eval "$ac_compile") 2>conftest.er1
8195 grep -v '^ *+' conftest.er1
>conftest.err
8197 cat conftest.err
>&5
8198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8199 (exit $ac_status); } && {
8200 test -z "$ac_c_werror_flag" ||
8201 test ! -s conftest.err
8202 } && test -s conftest.
$ac_objext; then
8203 eval "$as_ac_Header=yes"
8205 echo "$as_me: failed program was:" >&5
8206 sed 's/^/| /' conftest.
$ac_ext >&5
8208 eval "$as_ac_Header=no"
8211 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8213 ac_res
=`eval echo '${'$as_ac_Header'}'`
8214 { echo "$as_me:$LINENO: result: $ac_res" >&5
8215 echo "${ECHO_T}$ac_res" >&6; }
8216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8217 cat >>confdefs.h
<<_ACEOF
8218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8229 DLLFLAGS
="-D_REENTRANT"
8243 # Extract the first word of "ldd", so it can be a program name with args.
8244 set dummy ldd
; ac_word
=$2
8245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8247 if test "${ac_cv_path_LDD+set}" = set; then
8248 echo $ECHO_N "(cached) $ECHO_C" >&6
8252 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8255 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8256 as_dummy
="/sbin:/usr/sbin:$PATH"
8257 for as_dir
in $as_dummy
8260 test -z "$as_dir" && as_dir
=.
8261 for ac_exec_ext
in '' $ac_executable_extensions; do
8262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8263 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8264 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8271 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8276 if test -n "$LDD"; then
8277 { echo "$as_me:$LINENO: result: $LDD" >&5
8278 echo "${ECHO_T}$LDD" >&6; }
8280 { echo "$as_me:$LINENO: result: no" >&5
8281 echo "${ECHO_T}no" >&6; }
8288 if test -n "$ac_tool_prefix"; then
8289 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8290 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8293 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8294 echo $ECHO_N "(cached) $ECHO_C" >&6
8296 if test -n "$DLLTOOL"; then
8297 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8303 test -z "$as_dir" && as_dir
=.
8304 for ac_exec_ext
in '' $ac_executable_extensions; do
8305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8306 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8316 DLLTOOL
=$ac_cv_prog_DLLTOOL
8317 if test -n "$DLLTOOL"; then
8318 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8319 echo "${ECHO_T}$DLLTOOL" >&6; }
8321 { echo "$as_me:$LINENO: result: no" >&5
8322 echo "${ECHO_T}no" >&6; }
8327 if test -z "$ac_cv_prog_DLLTOOL"; then
8328 ac_ct_DLLTOOL
=$DLLTOOL
8329 # Extract the first word of "dlltool", so it can be a program name with args.
8330 set dummy dlltool
; ac_word
=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8334 echo $ECHO_N "(cached) $ECHO_C" >&6
8336 if test -n "$ac_ct_DLLTOOL"; then
8337 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8343 test -z "$as_dir" && as_dir
=.
8344 for ac_exec_ext
in '' $ac_executable_extensions; do
8345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8356 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8357 if test -n "$ac_ct_DLLTOOL"; then
8358 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8359 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8361 { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8365 if test "x$ac_ct_DLLTOOL" = x
; then
8368 case $cross_compiling:$ac_tool_warned in
8370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8371 whose name does not start with the host triplet. If you think this
8372 configuration is useful to you, please write to autoconf@gnu.org." >&5
8373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8374 whose name does not start with the host triplet. If you think this
8375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8376 ac_tool_warned
=yes ;;
8378 DLLTOOL
=$ac_ct_DLLTOOL
8381 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8384 if test -n "$ac_tool_prefix"; then
8385 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8386 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8389 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8390 echo $ECHO_N "(cached) $ECHO_C" >&6
8392 if test -n "$DLLWRAP"; then
8393 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8395 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8399 test -z "$as_dir" && as_dir
=.
8400 for ac_exec_ext
in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8412 DLLWRAP
=$ac_cv_prog_DLLWRAP
8413 if test -n "$DLLWRAP"; then
8414 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8415 echo "${ECHO_T}$DLLWRAP" >&6; }
8417 { echo "$as_me:$LINENO: result: no" >&5
8418 echo "${ECHO_T}no" >&6; }
8423 if test -z "$ac_cv_prog_DLLWRAP"; then
8424 ac_ct_DLLWRAP
=$DLLWRAP
8425 # Extract the first word of "dllwrap", so it can be a program name with args.
8426 set dummy dllwrap
; ac_word
=$2
8427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8429 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8432 if test -n "$ac_ct_DLLWRAP"; then
8433 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8435 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8439 test -z "$as_dir" && as_dir
=.
8440 for ac_exec_ext
in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8452 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8453 if test -n "$ac_ct_DLLWRAP"; then
8454 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8455 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8457 { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8461 if test "x$ac_ct_DLLWRAP" = x
; then
8464 case $cross_compiling:$ac_tool_warned in
8466 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8467 whose name does not start with the host triplet. If you think this
8468 configuration is useful to you, please write to autoconf@gnu.org." >&5
8469 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8470 whose name does not start with the host triplet. If you think this
8471 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8472 ac_tool_warned
=yes ;;
8474 DLLWRAP
=$ac_ct_DLLWRAP
8477 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8480 if test -n "$ac_tool_prefix"; then
8481 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8482 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8485 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8486 echo $ECHO_N "(cached) $ECHO_C" >&6
8488 if test -n "$MINGWAR"; then
8489 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8491 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8495 test -z "$as_dir" && as_dir
=.
8496 for ac_exec_ext
in '' $ac_executable_extensions; do
8497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8498 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8499 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8508 MINGWAR
=$ac_cv_prog_MINGWAR
8509 if test -n "$MINGWAR"; then
8510 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8511 echo "${ECHO_T}$MINGWAR" >&6; }
8513 { echo "$as_me:$LINENO: result: no" >&5
8514 echo "${ECHO_T}no" >&6; }
8519 if test -z "$ac_cv_prog_MINGWAR"; then
8520 ac_ct_MINGWAR
=$MINGWAR
8521 # Extract the first word of "ar", so it can be a program name with args.
8522 set dummy
ar; ac_word
=$2
8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8525 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8528 if test -n "$ac_ct_MINGWAR"; then
8529 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8531 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8535 test -z "$as_dir" && as_dir
=.
8536 for ac_exec_ext
in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_prog_ac_ct_MINGWAR
="ar"
8539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8548 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8549 if test -n "$ac_ct_MINGWAR"; then
8550 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8551 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8553 { echo "$as_me:$LINENO: result: no" >&5
8554 echo "${ECHO_T}no" >&6; }
8557 if test "x$ac_ct_MINGWAR" = x
; then
8560 case $cross_compiling:$ac_tool_warned in
8562 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8563 whose name does not start with the host triplet. If you think this
8564 configuration is useful to you, please write to autoconf@gnu.org." >&5
8565 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8566 whose name does not start with the host triplet. If you think this
8567 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8568 ac_tool_warned
=yes ;;
8570 MINGWAR
=$ac_ct_MINGWAR
8573 MINGWAR
="$ac_cv_prog_MINGWAR"
8576 if test "$DLLWRAP" = "false"; then
8584 enable_iphlpapi
=${enable_iphlpapi:-no}
8585 enable_kernel32
=${enable_kernel32:-no}
8586 enable_msvcrt
=${enable_msvcrt:-no}
8587 enable_ntdll
=${enable_ntdll:-no}
8588 enable_ws2_32
=${enable_ws2_32:-no}
8589 enable_loader
=${enable_loader:-no}
8590 enable_server
=${enable_server:-no}
8595 DLLFLAGS
="$DLLFLAGS -fPIC"
8596 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8597 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8598 LDSHARED
="\$(CC) -dynamiclib"
8600 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8601 SECURITYLIB
="-framework Security -framework CoreFoundation"
8603 COREFOUNDATIONLIB
="-framework CoreFoundation"
8605 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8607 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8609 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8611 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8614 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8616 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8621 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8623 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8625 CARBONLIB
="-framework Carbon"
8627 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8631 DLLFLAGS
="$DLLFLAGS -fPIC"
8633 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8634 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8635 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8636 echo $ECHO_N "(cached) $ECHO_C" >&6
8638 ac_wine_try_cflags_saved
=$CFLAGS
8639 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8640 cat >conftest.
$ac_ext <<_ACEOF
8643 rm -f conftest.
$ac_objext conftest
$ac_exeext
8644 if { (ac_try
="$ac_link"
8646 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8647 *) ac_try_echo=$ac_try;;
8649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8650 (eval "$ac_link") 2>conftest.er1
8652 grep -v '^ *+' conftest.er1 >conftest.err
8654 cat conftest.err >&5
8655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8656 (exit $ac_status); } && {
8657 test -z "$ac_c_werror_flag" ||
8658 test ! -s conftest.err
8659 } && test -s conftest$ac_exeext &&
8660 $as_test_x conftest$ac_exeext; then
8661 ac_cv_c_dll_gnuelf="yes"
8663 echo "$as_me: failed program was:" >&5
8664 sed 's/^/| /' conftest.$ac_ext >&5
8666 ac_cv_c_dll_gnuelf="no"
8669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8670 conftest$ac_exeext conftest.$ac_ext
8671 CFLAGS=$ac_wine_try_cflags_saved
8673 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8674 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8675 if test "$ac_cv_c_dll_gnuelf" = "yes"
8677 LDSHARED="\$(CC) -shared"
8678 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8679 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8680 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8681 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8682 echo $ECHO_N "(cached) $ECHO_C" >&6
8684 ac_wine_try_cflags_saved=$CFLAGS
8685 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8686 cat >conftest.$ac_ext <<_ACEOF
8689 cat confdefs.h >>conftest.$ac_ext
8690 cat >>conftest.$ac_ext <<_ACEOF
8691 /* end confdefs.h. */
8701 rm -f conftest.$ac_objext conftest$ac_exeext
8702 if { (ac_try="$ac_link"
8704 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8705 *) ac_try_echo
=$ac_try;;
8707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8708 (eval "$ac_link") 2>conftest.er1
8710 grep -v '^ *+' conftest.er1
>conftest.err
8712 cat conftest.err
>&5
8713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8714 (exit $ac_status); } && {
8715 test -z "$ac_c_werror_flag" ||
8716 test ! -s conftest.err
8717 } && test -s conftest
$ac_exeext &&
8718 $as_test_x conftest
$ac_exeext; then
8719 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8721 echo "$as_me: failed program was:" >&5
8722 sed 's/^/| /' conftest.
$ac_ext >&5
8724 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8727 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8728 conftest
$ac_exeext conftest.
$ac_ext
8729 CFLAGS
=$ac_wine_try_cflags_saved
8731 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8732 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8733 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8734 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8736 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8737 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8738 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8739 echo $ECHO_N "(cached) $ECHO_C" >&6
8741 ac_wine_try_cflags_saved
=$CFLAGS
8742 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8743 cat >conftest.
$ac_ext <<_ACEOF
8746 cat confdefs.h
>>conftest.
$ac_ext
8747 cat >>conftest.
$ac_ext <<_ACEOF
8748 /* end confdefs.h. */
8758 rm -f conftest.
$ac_objext conftest
$ac_exeext
8759 if { (ac_try
="$ac_link"
8761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8762 *) ac_try_echo=$ac_try;;
8764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8765 (eval "$ac_link") 2>conftest.er1
8767 grep -v '^ *+' conftest.er1 >conftest.err
8769 cat conftest.err >&5
8770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771 (exit $ac_status); } && {
8772 test -z "$ac_c_werror_flag" ||
8773 test ! -s conftest.err
8774 } && test -s conftest$ac_exeext &&
8775 $as_test_x conftest$ac_exeext; then
8776 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8778 echo "$as_me: failed program was:" >&5
8779 sed 's/^/| /' conftest.$ac_ext >&5
8781 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8789 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8790 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8791 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8797 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8798 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8799 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8800 echo $ECHO_N "(cached) $ECHO_C" >&6
8802 ac_wine_try_cflags_saved=$CFLAGS
8803 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8804 cat >conftest.$ac_ext <<_ACEOF
8807 cat confdefs.h >>conftest.$ac_ext
8808 cat >>conftest.$ac_ext <<_ACEOF
8809 /* end confdefs.h. */
8819 rm -f conftest.$ac_objext conftest$ac_exeext
8820 if { (ac_try="$ac_link"
8822 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8823 *) ac_try_echo
=$ac_try;;
8825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8826 (eval "$ac_link") 2>conftest.er1
8828 grep -v '^ *+' conftest.er1
>conftest.err
8830 cat conftest.err
>&5
8831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8832 (exit $ac_status); } && {
8833 test -z "$ac_c_werror_flag" ||
8834 test ! -s conftest.err
8835 } && test -s conftest
$ac_exeext &&
8836 $as_test_x conftest
$ac_exeext; then
8837 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8839 echo "$as_me: failed program was:" >&5
8840 sed 's/^/| /' conftest.
$ac_ext >&5
8842 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8845 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8846 conftest
$ac_exeext conftest.
$ac_ext
8847 CFLAGS
=$ac_wine_try_cflags_saved
8849 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8850 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8851 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8852 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8856 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8857 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8858 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8859 echo $ECHO_N "(cached) $ECHO_C" >&6
8861 ac_wine_try_cflags_saved
=$CFLAGS
8862 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8863 cat >conftest.
$ac_ext <<_ACEOF
8866 cat confdefs.h
>>conftest.
$ac_ext
8867 cat >>conftest.
$ac_ext <<_ACEOF
8868 /* end confdefs.h. */
8878 rm -f conftest.
$ac_objext conftest
$ac_exeext
8879 if { (ac_try
="$ac_link"
8881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8882 *) ac_try_echo=$ac_try;;
8884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8885 (eval "$ac_link") 2>conftest.er1
8887 grep -v '^ *+' conftest.er1 >conftest.err
8889 cat conftest.err >&5
8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 (exit $ac_status); } && {
8892 test -z "$ac_c_werror_flag" ||
8893 test ! -s conftest.err
8894 } && test -s conftest$ac_exeext &&
8895 $as_test_x conftest$ac_exeext; then
8896 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8898 echo "$as_me: failed program was:" >&5
8899 sed 's/^/| /' conftest.$ac_ext >&5
8901 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8905 conftest$ac_exeext conftest.$ac_ext
8906 CFLAGS=$ac_wine_try_cflags_saved
8908 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8909 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8910 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8911 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8915 echo '{ global: *; };' >conftest.map
8916 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8917 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8918 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8919 echo $ECHO_N "(cached) $ECHO_C" >&6
8921 ac_wine_try_cflags_saved=$CFLAGS
8922 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8923 cat >conftest.$ac_ext <<_ACEOF
8926 cat confdefs.h >>conftest.$ac_ext
8927 cat >>conftest.$ac_ext <<_ACEOF
8928 /* end confdefs.h. */
8938 rm -f conftest.$ac_objext conftest$ac_exeext
8939 if { (ac_try="$ac_link"
8941 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8942 *) ac_try_echo
=$ac_try;;
8944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8945 (eval "$ac_link") 2>conftest.er1
8947 grep -v '^ *+' conftest.er1
>conftest.err
8949 cat conftest.err
>&5
8950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); } && {
8952 test -z "$ac_c_werror_flag" ||
8953 test ! -s conftest.err
8954 } && test -s conftest
$ac_exeext &&
8955 $as_test_x conftest
$ac_exeext; then
8956 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8958 echo "$as_me: failed program was:" >&5
8959 sed 's/^/| /' conftest.
$ac_ext >&5
8961 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8964 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8965 conftest
$ac_exeext conftest.
$ac_ext
8966 CFLAGS
=$ac_wine_try_cflags_saved
8968 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8969 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8970 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8971 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8976 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8977 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8978 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8979 echo $ECHO_N "(cached) $ECHO_C" >&6
8981 ac_wine_try_cflags_saved
=$CFLAGS
8982 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8983 cat >conftest.
$ac_ext <<_ACEOF
8986 cat confdefs.h
>>conftest.
$ac_ext
8987 cat >>conftest.
$ac_ext <<_ACEOF
8988 /* end confdefs.h. */
8998 rm -f conftest.
$ac_objext conftest
$ac_exeext
8999 if { (ac_try
="$ac_link"
9001 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9002 *) ac_try_echo=$ac_try;;
9004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9005 (eval "$ac_link") 2>conftest.er1
9007 grep -v '^ *+' conftest.er1 >conftest.err
9009 cat conftest.err >&5
9010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011 (exit $ac_status); } && {
9012 test -z "$ac_c_werror_flag" ||
9013 test ! -s conftest.err
9014 } && test -s conftest$ac_exeext &&
9015 $as_test_x conftest$ac_exeext; then
9016 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9018 echo "$as_me: failed program was:" >&5
9019 sed 's/^/| /' conftest.$ac_ext >&5
9021 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9025 conftest$ac_exeext conftest.$ac_ext
9026 CFLAGS=$ac_wine_try_cflags_saved
9028 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9029 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9030 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9031 LDEXECFLAGS="-Wl,--export-dynamic"
9036 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9037 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9038 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9039 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9040 echo $ECHO_N "(cached) $ECHO_C" >&6
9042 ac_wine_try_cflags_saved=$CFLAGS
9043 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9044 cat >conftest.$ac_ext <<_ACEOF
9047 cat confdefs.h >>conftest.$ac_ext
9048 cat >>conftest.$ac_ext <<_ACEOF
9049 /* end confdefs.h. */
9059 rm -f conftest.$ac_objext conftest$ac_exeext
9060 if { (ac_try="$ac_link"
9062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9063 *) ac_try_echo
=$ac_try;;
9065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9066 (eval "$ac_link") 2>conftest.er1
9068 grep -v '^ *+' conftest.er1
>conftest.err
9070 cat conftest.err
>&5
9071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9072 (exit $ac_status); } && {
9073 test -z "$ac_c_werror_flag" ||
9074 test ! -s conftest.err
9075 } && test -s conftest
$ac_exeext &&
9076 $as_test_x conftest
$ac_exeext; then
9077 eval "$as_ac_var=yes"
9079 echo "$as_me: failed program was:" >&5
9080 sed 's/^/| /' conftest.
$ac_ext >&5
9082 eval "$as_ac_var=no"
9085 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9086 conftest
$ac_exeext conftest.
$ac_ext
9087 CFLAGS
=$ac_wine_try_cflags_saved
9089 ac_res
=`eval echo '${'$as_ac_var'}'`
9090 { echo "$as_me:$LINENO: result: $ac_res" >&5
9091 echo "${ECHO_T}$ac_res" >&6; }
9092 if test `eval echo '${'$as_ac_var'}'` = yes; then
9093 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9094 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9096 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9097 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9098 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9099 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9100 echo $ECHO_N "(cached) $ECHO_C" >&6
9102 ac_wine_try_cflags_saved
=$CFLAGS
9103 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9104 cat >conftest.
$ac_ext <<_ACEOF
9107 cat confdefs.h
>>conftest.
$ac_ext
9108 cat >>conftest.
$ac_ext <<_ACEOF
9109 /* end confdefs.h. */
9119 rm -f conftest.
$ac_objext conftest
$ac_exeext
9120 if { (ac_try
="$ac_link"
9122 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9123 *) ac_try_echo=$ac_try;;
9125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9126 (eval "$ac_link") 2>conftest.er1
9128 grep -v '^ *+' conftest.er1 >conftest.err
9130 cat conftest.err >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); } && {
9133 test -z "$ac_c_werror_flag" ||
9134 test ! -s conftest.err
9135 } && test -s conftest$ac_exeext &&
9136 $as_test_x conftest$ac_exeext; then
9137 eval "$as_ac_var=yes"
9139 echo "$as_me: failed program was:" >&5
9140 sed 's/^/| /' conftest.$ac_ext >&5
9142 eval "$as_ac_var=no"
9145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9146 conftest$ac_exeext conftest.$ac_ext
9147 CFLAGS=$ac_wine_try_cflags_saved
9149 ac_res=`eval echo '${'$as_ac_var'}'`
9150 { echo "$as_me:$LINENO: result: $ac_res" >&5
9151 echo "${ECHO_T}$ac_res" >&6; }
9152 if test `eval echo '${'$as_ac_var'}'` = yes; then
9153 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9154 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9160 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9161 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9162 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9163 echo $ECHO_N "(cached) $ECHO_C" >&6
9165 ac_wine_try_cflags_saved=$CFLAGS
9166 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9167 cat >conftest.$ac_ext <<_ACEOF
9170 cat confdefs.h >>conftest.$ac_ext
9171 cat >>conftest.$ac_ext <<_ACEOF
9172 /* end confdefs.h. */
9182 rm -f conftest.$ac_objext conftest$ac_exeext
9183 if { (ac_try="$ac_link"
9185 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9186 *) ac_try_echo
=$ac_try;;
9188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9189 (eval "$ac_link") 2>conftest.er1
9191 grep -v '^ *+' conftest.er1
>conftest.err
9193 cat conftest.err
>&5
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); } && {
9196 test -z "$ac_c_werror_flag" ||
9197 test ! -s conftest.err
9198 } && test -s conftest
$ac_exeext &&
9199 $as_test_x conftest
$ac_exeext; then
9200 ac_cv_cflags__Wl___enable_new_dtags
=yes
9202 echo "$as_me: failed program was:" >&5
9203 sed 's/^/| /' conftest.
$ac_ext >&5
9205 ac_cv_cflags__Wl___enable_new_dtags
=no
9208 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9209 conftest
$ac_exeext conftest.
$ac_ext
9210 CFLAGS
=$ac_wine_try_cflags_saved
9212 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9213 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9214 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9215 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9220 *i
[3456789]86* | x86_64
)
9221 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9222 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9223 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9224 echo $ECHO_N "(cached) $ECHO_C" >&6
9226 ac_wine_try_cflags_saved
=$CFLAGS
9227 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9228 cat >conftest.
$ac_ext <<_ACEOF
9231 cat confdefs.h
>>conftest.
$ac_ext
9232 cat >>conftest.
$ac_ext <<_ACEOF
9233 /* end confdefs.h. */
9243 rm -f conftest.
$ac_objext conftest
$ac_exeext
9244 if { (ac_try
="$ac_link"
9246 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9247 *) ac_try_echo=$ac_try;;
9249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9250 (eval "$ac_link") 2>conftest.er1
9252 grep -v '^ *+' conftest.er1 >conftest.err
9254 cat conftest.err >&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); } && {
9257 test -z "$ac_c_werror_flag" ||
9258 test ! -s conftest.err
9259 } && test -s conftest$ac_exeext &&
9260 $as_test_x conftest$ac_exeext; then
9261 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9263 echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.$ac_ext >&5
9266 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9270 conftest$ac_exeext conftest.$ac_ext
9271 CFLAGS=$ac_wine_try_cflags_saved
9273 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9274 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9275 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9276 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9283 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9284 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9285 if test "${ac_cv_c_dll_unixware+set}" = set; then
9286 echo $ECHO_N "(cached) $ECHO_C" >&6
9288 ac_wine_try_cflags_saved=$CFLAGS
9289 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9290 cat >conftest.$ac_ext <<_ACEOF
9293 rm -f conftest.$ac_objext conftest$ac_exeext
9294 if { (ac_try="$ac_link"
9296 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9297 *) ac_try_echo
=$ac_try;;
9299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9300 (eval "$ac_link") 2>conftest.er1
9302 grep -v '^ *+' conftest.er1
>conftest.err
9304 cat conftest.err
>&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && {
9307 test -z "$ac_c_werror_flag" ||
9308 test ! -s conftest.err
9309 } && test -s conftest
$ac_exeext &&
9310 $as_test_x conftest
$ac_exeext; then
9311 ac_cv_c_dll_unixware
="yes"
9313 echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.
$ac_ext >&5
9316 ac_cv_c_dll_unixware
="no"
9319 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9320 conftest
$ac_exeext conftest.
$ac_ext
9321 CFLAGS
=$ac_wine_try_cflags_saved
9323 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9324 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9325 if test "$ac_cv_c_dll_unixware" = "yes"
9327 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9328 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9331 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9332 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9333 if test "${ac_cv_c_dll_hpux+set}" = set; then
9334 echo $ECHO_N "(cached) $ECHO_C" >&6
9336 ac_wine_try_cflags_saved
=$CFLAGS
9337 CFLAGS
="$CFLAGS -shared"
9338 cat >conftest.
$ac_ext <<_ACEOF
9341 rm -f conftest.
$ac_objext conftest
$ac_exeext
9342 if { (ac_try
="$ac_link"
9344 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9345 *) ac_try_echo=$ac_try;;
9347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9348 (eval "$ac_link") 2>conftest.er1
9350 grep -v '^ *+' conftest.er1 >conftest.err
9352 cat conftest.err >&5
9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354 (exit $ac_status); } && {
9355 test -z "$ac_c_werror_flag" ||
9356 test ! -s conftest.err
9357 } && test -s conftest$ac_exeext &&
9358 $as_test_x conftest$ac_exeext; then
9359 ac_cv_c_dll_hpux="yes"
9361 echo "$as_me: failed program was:" >&5
9362 sed 's/^/| /' conftest.$ac_ext >&5
9364 ac_cv_c_dll_hpux="no"
9367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9368 conftest$ac_exeext conftest.$ac_ext
9369 CFLAGS=$ac_wine_try_cflags_saved
9371 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9372 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9373 if test "$ac_cv_c_dll_hpux" = "yes"
9377 LDDLLFLAGS="-shared -fPIC"
9378 LDSHARED="\$(CC) -shared"
9385 if test "$cross_compiling" = "no"
9387 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9389 # Extract the first word of "$ac_prog", so it can be a program name with args.
9390 set dummy $ac_prog; ac_word=$2
9391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9393 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9394 echo $ECHO_N "(cached) $ECHO_C" >&6
9396 if test -n "$CROSSCC"; then
9397 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9403 test -z "$as_dir" && as_dir=.
9404 for ac_exec_ext in '' $ac_executable_extensions; do
9405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9406 ac_cv_prog_CROSSCC="$ac_prog"
9407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9416 CROSSCC=$ac_cv_prog_CROSSCC
9417 if test -n "$CROSSCC"; then
9418 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9419 echo "${ECHO_T}$CROSSCC" >&6; }
9421 { echo "$as_me:$LINENO: result: no" >&5
9422 echo "${ECHO_T}no" >&6; }
9426 test -n "$CROSSCC" && break
9428 test -n "$CROSSCC" || CROSSCC="false"
9430 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9432 # Extract the first word of "$ac_prog", so it can be a program name with args.
9433 set dummy $ac_prog; ac_word=$2
9434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9436 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9437 echo $ECHO_N "(cached) $ECHO_C" >&6
9439 if test -n "$DLLTOOL"; then
9440 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9446 test -z "$as_dir" && as_dir=.
9447 for ac_exec_ext in '' $ac_executable_extensions; do
9448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9449 ac_cv_prog_DLLTOOL="$ac_prog"
9450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 DLLTOOL=$ac_cv_prog_DLLTOOL
9460 if test -n "$DLLTOOL"; then
9461 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9462 echo "${ECHO_T}$DLLTOOL" >&6; }
9464 { echo "$as_me:$LINENO: result: no" >&5
9465 echo "${ECHO_T}no" >&6; }
9469 test -n "$DLLTOOL" && break
9471 test -n "$DLLTOOL" || DLLTOOL="false"
9473 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9475 # Extract the first word of "$ac_prog", so it can be a program name with args.
9476 set dummy $ac_prog; ac_word=$2
9477 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9479 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9480 echo $ECHO_N "(cached) $ECHO_C" >&6
9482 if test -n "$CROSSWINDRES"; then
9483 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9489 test -z "$as_dir" && as_dir=.
9490 for ac_exec_ext in '' $ac_executable_extensions; do
9491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9492 ac_cv_prog_CROSSWINDRES="$ac_prog"
9493 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9503 if test -n "$CROSSWINDRES"; then
9504 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9505 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9507 { echo "$as_me:$LINENO: result: no" >&5
9508 echo "${ECHO_T}no" >&6; }
9512 test -n "$CROSSWINDRES" && break
9514 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9516 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9518 # Extract the first word of "$ac_prog", so it can be a program name with args.
9519 set dummy $ac_prog; ac_word=$2
9520 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9522 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9523 echo $ECHO_N "(cached) $ECHO_C" >&6
9525 if test -n "$MINGWAR"; then
9526 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9532 test -z "$as_dir" && as_dir=.
9533 for ac_exec_ext in '' $ac_executable_extensions; do
9534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9535 ac_cv_prog_MINGWAR="$ac_prog"
9536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 MINGWAR=$ac_cv_prog_MINGWAR
9546 if test -n "$MINGWAR"; then
9547 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9548 echo "${ECHO_T}$MINGWAR" >&6; }
9550 { echo "$as_me:$LINENO: result: no" >&5
9551 echo "${ECHO_T}no" >&6; }
9555 test -n "$MINGWAR" && break
9557 test -n "$MINGWAR" || MINGWAR="false"
9559 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9564 enable_winequartz_drv=${enable_winequartz_drv:-no}
9566 if test "$LIBEXT" = "a"; then
9567 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9568 It is currently not possible to build Wine without shared library
9569 (.so) support to allow transparent switch between .so and .dll files.
9570 If you are using Linux, you will need a newer binutils.
9572 echo "$as_me: error: could not find a way to build shared libraries.
9573 It is currently not possible to build Wine without shared library
9574 (.so) support to allow transparent switch between .so and .dll files.
9575 If you are using Linux, you will need a newer binutils.
9577 { (exit 1); exit 1; }; }
9581 if test "$have_x" = "yes"
9584 ac_save_CPPFLAGS="$CPPFLAGS"
9585 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9587 { echo "$as_me:$LINENO: checking for -lX11" >&5
9588 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9589 if test "${ac_cv_lib_soname_X11+set}" = set; then
9590 echo $ECHO_N "(cached) $ECHO_C" >&6
9592 ac_check_soname_save_LIBS=$LIBS
9593 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9594 cat >conftest.$ac_ext <<_ACEOF
9597 cat confdefs.h >>conftest.$ac_ext
9598 cat >>conftest.$ac_ext <<_ACEOF
9599 /* end confdefs.h. */
9601 /* Override any GCC internal prototype to avoid an error.
9602 Use char because int might match the return type of a GCC
9603 builtin and then its argument prototype would still apply. */
9607 char XCreateWindow ();
9611 return XCreateWindow ();
9616 rm -f conftest.$ac_objext conftest$ac_exeext
9617 if { (ac_try="$ac_link"
9619 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9620 *) ac_try_echo
=$ac_try;;
9622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9623 (eval "$ac_link") 2>conftest.er1
9625 grep -v '^ *+' conftest.er1
>conftest.err
9627 cat conftest.err
>&5
9628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9629 (exit $ac_status); } && {
9630 test -z "$ac_c_werror_flag" ||
9631 test ! -s conftest.err
9632 } && test -s conftest
$ac_exeext &&
9633 $as_test_x conftest
$ac_exeext; then
9636 dylib
) ac_cv_lib_soname_X11
=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9637 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9640 echo "$as_me: failed program was:" >&5
9641 sed 's/^/| /' conftest.
$ac_ext >&5
9646 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9647 conftest
$ac_exeext conftest.
$ac_ext
9648 LIBS
=$ac_check_soname_save_LIBS
9650 if test "x$ac_cv_lib_soname_X11" = "x"; then
9651 { echo "$as_me:$LINENO: result: not found" >&5
9652 echo "${ECHO_T}not found" >&6; }
9655 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9656 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9658 cat >>confdefs.h
<<_ACEOF
9659 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9665 { echo "$as_me:$LINENO: checking for -lXext" >&5
9666 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9667 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9668 echo $ECHO_N "(cached) $ECHO_C" >&6
9670 ac_check_soname_save_LIBS
=$LIBS
9671 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9672 cat >conftest.
$ac_ext <<_ACEOF
9675 cat confdefs.h
>>conftest.
$ac_ext
9676 cat >>conftest.
$ac_ext <<_ACEOF
9677 /* end confdefs.h. */
9679 /* Override any GCC internal prototype to avoid an error.
9680 Use char because int might match the return type of a GCC
9681 builtin and then its argument prototype would still apply. */
9685 char XextCreateExtension ();
9689 return XextCreateExtension ();
9694 rm -f conftest.
$ac_objext conftest
$ac_exeext
9695 if { (ac_try
="$ac_link"
9697 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9698 *) ac_try_echo=$ac_try;;
9700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9701 (eval "$ac_link") 2>conftest.er1
9703 grep -v '^ *+' conftest.er1 >conftest.err
9705 cat conftest.err >&5
9706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 (exit $ac_status); } && {
9708 test -z "$ac_c_werror_flag" ||
9709 test ! -s conftest.err
9710 } && test -s conftest$ac_exeext &&
9711 $as_test_x conftest$ac_exeext; then
9714 dylib) ac_cv_lib_soname_Xext=`otool
-L conftest
$ac_exeext |
grep "libXext\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9715 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9718 echo "$as_me: failed program was:" >&5
9719 sed 's/^/| /' conftest.$ac_ext >&5
9724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_soname_save_LIBS
9728 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9729 { echo "$as_me:$LINENO: result: not found" >&5
9730 echo "${ECHO_T}not found" >&6; }
9733 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9734 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9736 cat >>confdefs.h <<_ACEOF
9737 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9756 for ac_header in X11/Xlib.h \
9759 X11/Xcursor/Xcursor.h \
9760 X11/extensions/shape.h \
9761 X11/extensions/XInput.h \
9762 X11/extensions/XShm.h \
9763 X11/extensions/Xcomposite.h \
9764 X11/extensions/Xinerama.h \
9765 X11/extensions/Xrandr.h \
9766 X11/extensions/Xrender.h \
9767 X11/extensions/xf86vmode.h
9769 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9770 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9773 echo $ECHO_N "(cached) $ECHO_C" >&6
9775 cat >conftest.$ac_ext <<_ACEOF
9778 cat confdefs.h >>conftest.$ac_ext
9779 cat >>conftest.$ac_ext <<_ACEOF
9780 /* end confdefs.h. */
9781 #ifdef HAVE_X11_XLIB_H
9782 # include <X11/Xlib.h>
9784 #ifdef HAVE_X11_XUTIL_H
9785 # include <X11/Xutil.h>
9788 #include <$ac_header>
9790 rm -f conftest.$ac_objext
9791 if { (ac_try="$ac_compile"
9793 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9794 *) ac_try_echo
=$ac_try;;
9796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9797 (eval "$ac_compile") 2>conftest.er1
9799 grep -v '^ *+' conftest.er1
>conftest.err
9801 cat conftest.err
>&5
9802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); } && {
9804 test -z "$ac_c_werror_flag" ||
9805 test ! -s conftest.err
9806 } && test -s conftest.
$ac_objext; then
9807 eval "$as_ac_Header=yes"
9809 echo "$as_me: failed program was:" >&5
9810 sed 's/^/| /' conftest.
$ac_ext >&5
9812 eval "$as_ac_Header=no"
9815 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9817 ac_res
=`eval echo '${'$as_ac_Header'}'`
9818 { echo "$as_me:$LINENO: result: $ac_res" >&5
9819 echo "${ECHO_T}$ac_res" >&6; }
9820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9821 cat >>confdefs.h
<<_ACEOF
9822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9830 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9832 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9833 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9834 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9835 echo $ECHO_N "(cached) $ECHO_C" >&6
9837 ac_check_lib_save_LIBS
=$LIBS
9838 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9839 cat >conftest.
$ac_ext <<_ACEOF
9842 cat confdefs.h
>>conftest.
$ac_ext
9843 cat >>conftest.
$ac_ext <<_ACEOF
9844 /* end confdefs.h. */
9846 /* Override any GCC internal prototype to avoid an error.
9847 Use char because int might match the return type of a GCC
9848 builtin and then its argument prototype would still apply. */
9852 char XkbQueryExtension ();
9856 return XkbQueryExtension ();
9861 rm -f conftest.
$ac_objext conftest
$ac_exeext
9862 if { (ac_try
="$ac_link"
9864 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9865 *) ac_try_echo=$ac_try;;
9867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9868 (eval "$ac_link") 2>conftest.er1
9870 grep -v '^ *+' conftest.er1 >conftest.err
9872 cat conftest.err >&5
9873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874 (exit $ac_status); } && {
9875 test -z "$ac_c_werror_flag" ||
9876 test ! -s conftest.err
9877 } && test -s conftest$ac_exeext &&
9878 $as_test_x conftest$ac_exeext; then
9879 ac_cv_lib_X11_XkbQueryExtension=yes
9881 echo "$as_me: failed program was:" >&5
9882 sed 's/^/| /' conftest.$ac_ext >&5
9884 ac_cv_lib_X11_XkbQueryExtension=no
9887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9888 conftest$ac_exeext conftest.$ac_ext
9889 LIBS=$ac_check_lib_save_LIBS
9891 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9892 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9893 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9895 cat >>confdefs.h <<\_ACEOF
9903 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9905 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9906 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9907 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9908 echo $ECHO_N "(cached) $ECHO_C" >&6
9910 ac_check_soname_save_LIBS=$LIBS
9911 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9912 cat >conftest.$ac_ext <<_ACEOF
9915 cat confdefs.h >>conftest.$ac_ext
9916 cat >>conftest.$ac_ext <<_ACEOF
9917 /* end confdefs.h. */
9919 /* Override any GCC internal prototype to avoid an error.
9920 Use char because int might match the return type of a GCC
9921 builtin and then its argument prototype would still apply. */
9925 char XcursorImageLoadCursor ();
9929 return XcursorImageLoadCursor ();
9934 rm -f conftest.$ac_objext conftest$ac_exeext
9935 if { (ac_try="$ac_link"
9937 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9938 *) ac_try_echo
=$ac_try;;
9940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9941 (eval "$ac_link") 2>conftest.er1
9943 grep -v '^ *+' conftest.er1
>conftest.err
9945 cat conftest.err
>&5
9946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9947 (exit $ac_status); } && {
9948 test -z "$ac_c_werror_flag" ||
9949 test ! -s conftest.err
9950 } && test -s conftest
$ac_exeext &&
9951 $as_test_x conftest
$ac_exeext; then
9954 dylib
) ac_cv_lib_soname_Xcursor
=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9955 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9958 echo "$as_me: failed program was:" >&5
9959 sed 's/^/| /' conftest.
$ac_ext >&5
9964 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9965 conftest
$ac_exeext conftest.
$ac_ext
9966 LIBS
=$ac_check_soname_save_LIBS
9968 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9969 { echo "$as_me:$LINENO: result: not found" >&5
9970 echo "${ECHO_T}not found" >&6; }
9973 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9974 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9976 cat >>confdefs.h
<<_ACEOF
9977 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9984 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9985 case "x$with_xcursor" in
9986 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9988 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9989 This is an error since --with-xcursor was requested." >&5
9990 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9991 This is an error since --with-xcursor was requested." >&2;}
9992 { (exit 1); exit 1; }; } ;;
9997 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9999 { echo "$as_me:$LINENO: checking for -lXi" >&5
10000 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10001 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10002 echo $ECHO_N "(cached) $ECHO_C" >&6
10004 ac_check_soname_save_LIBS
=$LIBS
10005 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10006 cat >conftest.
$ac_ext <<_ACEOF
10009 cat confdefs.h
>>conftest.
$ac_ext
10010 cat >>conftest.
$ac_ext <<_ACEOF
10011 /* end confdefs.h. */
10013 /* Override any GCC internal prototype to avoid an error.
10014 Use char because int might match the return type of a GCC
10015 builtin and then its argument prototype would still apply. */
10019 char XOpenDevice ();
10023 return XOpenDevice ();
10028 rm -f conftest.
$ac_objext conftest
$ac_exeext
10029 if { (ac_try
="$ac_link"
10030 case "(($ac_try" in
10031 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10032 *) ac_try_echo=$ac_try;;
10034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10035 (eval "$ac_link") 2>conftest.er1
10037 grep -v '^ *+' conftest.er1 >conftest.err
10039 cat conftest.err >&5
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); } && {
10042 test -z "$ac_c_werror_flag" ||
10043 test ! -s conftest.err
10044 } && test -s conftest$ac_exeext &&
10045 $as_test_x conftest$ac_exeext; then
10048 dylib) ac_cv_lib_soname_Xi=`otool
-L conftest
$ac_exeext |
grep "libXi\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10049 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10052 echo "$as_me: failed program was:" >&5
10053 sed 's/^/| /' conftest.$ac_ext >&5
10058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10059 conftest$ac_exeext conftest.$ac_ext
10060 LIBS=$ac_check_soname_save_LIBS
10062 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10063 { echo "$as_me:$LINENO: result: not found" >&5
10064 echo "${ECHO_T}not found" >&6; }
10067 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10068 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10070 cat >>confdefs.h <<_ACEOF
10071 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10078 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10079 case "x$with_xinput" in
10080 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10082 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10083 This is an error since --with-xinput was requested." >&5
10084 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10085 This is an error since --with-xinput was requested." >&2;}
10086 { (exit 1); exit 1; }; } ;;
10091 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10093 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10094 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10095 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10096 echo $ECHO_N "(cached) $ECHO_C" >&6
10098 ac_check_lib_save_LIBS=$LIBS
10099 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10100 cat >conftest.$ac_ext <<_ACEOF
10103 cat confdefs.h >>conftest.$ac_ext
10104 cat >>conftest.$ac_ext <<_ACEOF
10105 /* end confdefs.h. */
10107 /* Override any GCC internal prototype to avoid an error.
10108 Use char because int might match the return type of a GCC
10109 builtin and then its argument prototype would still apply. */
10113 char XShmQueryExtension ();
10117 return XShmQueryExtension ();
10122 rm -f conftest.$ac_objext conftest$ac_exeext
10123 if { (ac_try="$ac_link"
10124 case "(($ac_try" in
10125 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10126 *) ac_try_echo
=$ac_try;;
10128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10129 (eval "$ac_link") 2>conftest.er1
10131 grep -v '^ *+' conftest.er1
>conftest.err
10133 cat conftest.err
>&5
10134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); } && {
10136 test -z "$ac_c_werror_flag" ||
10137 test ! -s conftest.err
10138 } && test -s conftest
$ac_exeext &&
10139 $as_test_x conftest
$ac_exeext; then
10140 ac_cv_lib_Xext_XShmQueryExtension
=yes
10142 echo "$as_me: failed program was:" >&5
10143 sed 's/^/| /' conftest.
$ac_ext >&5
10145 ac_cv_lib_Xext_XShmQueryExtension
=no
10148 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10149 conftest
$ac_exeext conftest.
$ac_ext
10150 LIBS
=$ac_check_lib_save_LIBS
10152 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10153 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10154 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10156 cat >>confdefs.h
<<\_ACEOF
10157 #define HAVE_LIBXXSHM 1
10163 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10164 case "x$with_xshm" in
10165 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10167 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10168 This is an error since --with-xshm was requested." >&5
10169 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10170 This is an error since --with-xshm was requested." >&2;}
10171 { (exit 1); exit 1; }; } ;;
10176 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10178 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10179 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10180 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10181 echo $ECHO_N "(cached) $ECHO_C" >&6
10183 ac_check_lib_save_LIBS
=$LIBS
10184 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10185 cat >conftest.
$ac_ext <<_ACEOF
10188 cat confdefs.h
>>conftest.
$ac_ext
10189 cat >>conftest.
$ac_ext <<_ACEOF
10190 /* end confdefs.h. */
10192 /* Override any GCC internal prototype to avoid an error.
10193 Use char because int might match the return type of a GCC
10194 builtin and then its argument prototype would still apply. */
10198 char XShapeQueryExtension ();
10202 return XShapeQueryExtension ();
10207 rm -f conftest.
$ac_objext conftest
$ac_exeext
10208 if { (ac_try
="$ac_link"
10209 case "(($ac_try" in
10210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10211 *) ac_try_echo=$ac_try;;
10213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10214 (eval "$ac_link") 2>conftest.er1
10216 grep -v '^ *+' conftest.er1 >conftest.err
10218 cat conftest.err >&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); } && {
10221 test -z "$ac_c_werror_flag" ||
10222 test ! -s conftest.err
10223 } && test -s conftest$ac_exeext &&
10224 $as_test_x conftest$ac_exeext; then
10225 ac_cv_lib_Xext_XShapeQueryExtension=yes
10227 echo "$as_me: failed program was:" >&5
10228 sed 's/^/| /' conftest.$ac_ext >&5
10230 ac_cv_lib_Xext_XShapeQueryExtension=no
10233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10234 conftest$ac_exeext conftest.$ac_ext
10235 LIBS=$ac_check_lib_save_LIBS
10237 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10238 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10239 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10241 cat >>confdefs.h <<\_ACEOF
10242 #define HAVE_LIBXSHAPE 1
10248 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10249 case "x$with_xshape" in
10250 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10252 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10253 This is an error since --with-xshape was requested." >&5
10254 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10255 This is an error since --with-xshape was requested." >&2;}
10256 { (exit 1); exit 1; }; } ;;
10261 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10263 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10264 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10268 ac_check_soname_save_LIBS=$LIBS
10269 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10283 char XF86VidModeQueryExtension ();
10287 return XF86VidModeQueryExtension ();
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10296 *) ac_try_echo
=$ac_try;;
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10301 grep -v '^ *+' conftest.er1
>conftest.err
10303 cat conftest.err
>&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest
$ac_exeext &&
10309 $as_test_x conftest
$ac_exeext; then
10312 dylib
) ac_cv_lib_soname_Xxf86vm
=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10313 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10316 echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.
$ac_ext >&5
10322 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10323 conftest
$ac_exeext conftest.
$ac_ext
10324 LIBS
=$ac_check_soname_save_LIBS
10326 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10327 { echo "$as_me:$LINENO: result: not found" >&5
10328 echo "${ECHO_T}not found" >&6; }
10331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10332 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10334 cat >>confdefs.h
<<_ACEOF
10335 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10342 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10343 case "x$with_xxf86vm" in
10344 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10346 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10347 This is an error since --with-xxf86vm was requested." >&5
10348 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10349 This is an error since --with-xxf86vm was requested." >&2;}
10350 { (exit 1); exit 1; }; } ;;
10355 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10357 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10358 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10362 ac_check_soname_save_LIBS
=$LIBS
10363 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10364 cat >conftest.
$ac_ext <<_ACEOF
10367 cat confdefs.h
>>conftest.
$ac_ext
10368 cat >>conftest.
$ac_ext <<_ACEOF
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10377 char XRenderQueryExtension ();
10381 return XRenderQueryExtension ();
10386 rm -f conftest.
$ac_objext conftest
$ac_exeext
10387 if { (ac_try
="$ac_link"
10388 case "(($ac_try" in
10389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10390 *) ac_try_echo=$ac_try;;
10392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10393 (eval "$ac_link") 2>conftest.er1
10395 grep -v '^ *+' conftest.er1 >conftest.err
10397 cat conftest.err >&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } && {
10400 test -z "$ac_c_werror_flag" ||
10401 test ! -s conftest.err
10402 } && test -s conftest$ac_exeext &&
10403 $as_test_x conftest$ac_exeext; then
10406 dylib) ac_cv_lib_soname_Xrender=`otool
-L conftest
$ac_exeext |
grep "libXrender\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10407 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10410 echo "$as_me: failed program was:" >&5
10411 sed 's/^/| /' conftest.$ac_ext >&5
10416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10417 conftest$ac_exeext conftest.$ac_ext
10418 LIBS=$ac_check_soname_save_LIBS
10420 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10421 { echo "$as_me:$LINENO: result: not found" >&5
10422 echo "${ECHO_T}not found" >&6; }
10425 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10426 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10428 cat >>confdefs.h <<_ACEOF
10429 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10432 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10433 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10434 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10435 echo $ECHO_N "(cached) $ECHO_C" >&6
10437 ac_check_lib_save_LIBS=$LIBS
10438 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10439 cat >conftest.$ac_ext <<_ACEOF
10442 cat confdefs.h >>conftest.$ac_ext
10443 cat >>conftest.$ac_ext <<_ACEOF
10444 /* end confdefs.h. */
10446 /* Override any GCC internal prototype to avoid an error.
10447 Use char because int might match the return type of a GCC
10448 builtin and then its argument prototype would still apply. */
10452 char XRenderSetPictureTransform ();
10456 return XRenderSetPictureTransform ();
10461 rm -f conftest.$ac_objext conftest$ac_exeext
10462 if { (ac_try="$ac_link"
10463 case "(($ac_try" in
10464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10465 *) ac_try_echo
=$ac_try;;
10467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10468 (eval "$ac_link") 2>conftest.er1
10470 grep -v '^ *+' conftest.er1
>conftest.err
10472 cat conftest.err
>&5
10473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474 (exit $ac_status); } && {
10475 test -z "$ac_c_werror_flag" ||
10476 test ! -s conftest.err
10477 } && test -s conftest
$ac_exeext &&
10478 $as_test_x conftest
$ac_exeext; then
10479 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10481 echo "$as_me: failed program was:" >&5
10482 sed 's/^/| /' conftest.
$ac_ext >&5
10484 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10487 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10488 conftest
$ac_exeext conftest.
$ac_ext
10489 LIBS
=$ac_check_lib_save_LIBS
10491 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10492 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10493 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10495 cat >>confdefs.h
<<\_ACEOF
10496 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10505 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10506 case "x$with_xrender" in
10507 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10509 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10510 This is an error since --with-xrender was requested." >&5
10511 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10512 This is an error since --with-xrender was requested." >&2;}
10513 { (exit 1); exit 1; }; } ;;
10518 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10520 cat >conftest.
$ac_ext <<_ACEOF
10523 cat confdefs.h
>>conftest.
$ac_ext
10524 cat >>conftest.
$ac_ext <<_ACEOF
10525 /* end confdefs.h. */
10526 #include <X11/Xlib.h>
10527 #include <X11/extensions/Xrandr.h>
10531 static typeof(XRRSetScreenConfigAndRate) * func;
10536 rm -f conftest.
$ac_objext
10537 if { (ac_try
="$ac_compile"
10538 case "(($ac_try" in
10539 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10540 *) ac_try_echo=$ac_try;;
10542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10543 (eval "$ac_compile") 2>conftest.er1
10545 grep -v '^ *+' conftest.er1 >conftest.err
10547 cat conftest.err >&5
10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549 (exit $ac_status); } && {
10550 test -z "$ac_c_werror_flag" ||
10551 test ! -s conftest.err
10552 } && test -s conftest.$ac_objext; then
10553 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10554 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10555 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10556 echo $ECHO_N "(cached) $ECHO_C" >&6
10558 ac_check_soname_save_LIBS=$LIBS
10559 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10560 cat >conftest.$ac_ext <<_ACEOF
10563 cat confdefs.h >>conftest.$ac_ext
10564 cat >>conftest.$ac_ext <<_ACEOF
10565 /* end confdefs.h. */
10567 /* Override any GCC internal prototype to avoid an error.
10568 Use char because int might match the return type of a GCC
10569 builtin and then its argument prototype would still apply. */
10573 char XRRQueryExtension ();
10577 return XRRQueryExtension ();
10582 rm -f conftest.$ac_objext conftest$ac_exeext
10583 if { (ac_try="$ac_link"
10584 case "(($ac_try" in
10585 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10586 *) ac_try_echo
=$ac_try;;
10588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10589 (eval "$ac_link") 2>conftest.er1
10591 grep -v '^ *+' conftest.er1
>conftest.err
10593 cat conftest.err
>&5
10594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10595 (exit $ac_status); } && {
10596 test -z "$ac_c_werror_flag" ||
10597 test ! -s conftest.err
10598 } && test -s conftest
$ac_exeext &&
10599 $as_test_x conftest
$ac_exeext; then
10602 dylib
) ac_cv_lib_soname_Xrandr
=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10603 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10606 echo "$as_me: failed program was:" >&5
10607 sed 's/^/| /' conftest.
$ac_ext >&5
10612 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10613 conftest
$ac_exeext conftest.
$ac_ext
10614 LIBS
=$ac_check_soname_save_LIBS
10616 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10617 { echo "$as_me:$LINENO: result: not found" >&5
10618 echo "${ECHO_T}not found" >&6; }
10621 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10622 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10624 cat >>confdefs.h
<<_ACEOF
10625 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10632 echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.
$ac_ext >&5
10638 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10640 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10641 case "x$with_xrandr" in
10642 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10644 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10645 This is an error since --with-xrandr was requested." >&5
10646 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10647 This is an error since --with-xrandr was requested." >&2;}
10648 { (exit 1); exit 1; }; } ;;
10653 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10655 cat >conftest.
$ac_ext <<_ACEOF
10658 cat confdefs.h
>>conftest.
$ac_ext
10659 cat >>conftest.
$ac_ext <<_ACEOF
10660 /* end confdefs.h. */
10661 #include <X11/Xlib.h>
10662 #include <X11/extensions/Xinerama.h>
10666 static typeof(XineramaQueryScreens) * func;
10671 rm -f conftest.
$ac_objext
10672 if { (ac_try
="$ac_compile"
10673 case "(($ac_try" in
10674 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10675 *) ac_try_echo=$ac_try;;
10677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10678 (eval "$ac_compile") 2>conftest.er1
10680 grep -v '^ *+' conftest.er1 >conftest.err
10682 cat conftest.err >&5
10683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10684 (exit $ac_status); } && {
10685 test -z "$ac_c_werror_flag" ||
10686 test ! -s conftest.err
10687 } && test -s conftest.$ac_objext; then
10688 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10689 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10690 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10691 echo $ECHO_N "(cached) $ECHO_C" >&6
10693 ac_check_soname_save_LIBS=$LIBS
10694 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10695 cat >conftest.$ac_ext <<_ACEOF
10698 cat confdefs.h >>conftest.$ac_ext
10699 cat >>conftest.$ac_ext <<_ACEOF
10700 /* end confdefs.h. */
10702 /* Override any GCC internal prototype to avoid an error.
10703 Use char because int might match the return type of a GCC
10704 builtin and then its argument prototype would still apply. */
10708 char XineramaQueryScreens ();
10712 return XineramaQueryScreens ();
10717 rm -f conftest.$ac_objext conftest$ac_exeext
10718 if { (ac_try="$ac_link"
10719 case "(($ac_try" in
10720 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10721 *) ac_try_echo
=$ac_try;;
10723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10724 (eval "$ac_link") 2>conftest.er1
10726 grep -v '^ *+' conftest.er1
>conftest.err
10728 cat conftest.err
>&5
10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10730 (exit $ac_status); } && {
10731 test -z "$ac_c_werror_flag" ||
10732 test ! -s conftest.err
10733 } && test -s conftest
$ac_exeext &&
10734 $as_test_x conftest
$ac_exeext; then
10737 dylib
) ac_cv_lib_soname_Xinerama
=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10738 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10741 echo "$as_me: failed program was:" >&5
10742 sed 's/^/| /' conftest.
$ac_ext >&5
10747 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10748 conftest
$ac_exeext conftest.
$ac_ext
10749 LIBS
=$ac_check_soname_save_LIBS
10751 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10752 { echo "$as_me:$LINENO: result: not found" >&5
10753 echo "${ECHO_T}not found" >&6; }
10756 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10757 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10759 cat >>confdefs.h
<<_ACEOF
10760 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10767 echo "$as_me: failed program was:" >&5
10768 sed 's/^/| /' conftest.
$ac_ext >&5
10773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10775 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10776 case "x$with_xinerama" in
10777 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10779 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10780 This is an error since --with-xinerama was requested." >&5
10781 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10782 This is an error since --with-xinerama was requested." >&2;}
10783 { (exit 1); exit 1; }; } ;;
10788 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10790 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10791 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10792 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10793 echo $ECHO_N "(cached) $ECHO_C" >&6
10795 ac_check_soname_save_LIBS
=$LIBS
10796 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10797 cat >conftest.
$ac_ext <<_ACEOF
10800 cat confdefs.h
>>conftest.
$ac_ext
10801 cat >>conftest.
$ac_ext <<_ACEOF
10802 /* end confdefs.h. */
10804 /* Override any GCC internal prototype to avoid an error.
10805 Use char because int might match the return type of a GCC
10806 builtin and then its argument prototype would still apply. */
10810 char XCompositeRedirectWindow ();
10814 return XCompositeRedirectWindow ();
10819 rm -f conftest.
$ac_objext conftest
$ac_exeext
10820 if { (ac_try
="$ac_link"
10821 case "(($ac_try" in
10822 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10823 *) ac_try_echo=$ac_try;;
10825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10826 (eval "$ac_link") 2>conftest.er1
10828 grep -v '^ *+' conftest.er1 >conftest.err
10830 cat conftest.err >&5
10831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 (exit $ac_status); } && {
10833 test -z "$ac_c_werror_flag" ||
10834 test ! -s conftest.err
10835 } && test -s conftest$ac_exeext &&
10836 $as_test_x conftest$ac_exeext; then
10839 dylib) ac_cv_lib_soname_Xcomposite=`otool
-L conftest
$ac_exeext |
grep "libXcomposite\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10840 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10843 echo "$as_me: failed program was:" >&5
10844 sed 's/^/| /' conftest.$ac_ext >&5
10849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10850 conftest$ac_exeext conftest.$ac_ext
10851 LIBS=$ac_check_soname_save_LIBS
10853 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10854 { echo "$as_me:$LINENO: result: not found" >&5
10855 echo "${ECHO_T}not found" >&6; }
10858 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10859 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10861 cat >>confdefs.h <<_ACEOF
10862 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10869 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10870 case "x$with_xcomposite" in
10871 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10873 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10874 This is an error since --with-xcomposite was requested." >&5
10875 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10876 This is an error since --with-xcomposite was requested." >&2;}
10877 { (exit 1); exit 1; }; } ;;
10882 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10883 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10884 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10885 echo $ECHO_N "(cached) $ECHO_C" >&6
10887 cat >conftest.$ac_ext <<_ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10893 #ifdef HAVE_X11_XLIB_H
10894 #include <X11/Xlib.h>
10900 static XICCallback ac_aggr;
10901 if (ac_aggr.callback)
10907 rm -f conftest.$ac_objext
10908 if { (ac_try="$ac_compile"
10909 case "(($ac_try" in
10910 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10911 *) ac_try_echo
=$ac_try;;
10913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10914 (eval "$ac_compile") 2>conftest.er1
10916 grep -v '^ *+' conftest.er1
>conftest.err
10918 cat conftest.err
>&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && {
10921 test -z "$ac_c_werror_flag" ||
10922 test ! -s conftest.err
10923 } && test -s conftest.
$ac_objext; then
10924 ac_cv_member_XICCallback_callback
=yes
10926 echo "$as_me: failed program was:" >&5
10927 sed 's/^/| /' conftest.
$ac_ext >&5
10929 cat >conftest.
$ac_ext <<_ACEOF
10932 cat confdefs.h
>>conftest.
$ac_ext
10933 cat >>conftest.
$ac_ext <<_ACEOF
10934 /* end confdefs.h. */
10935 #ifdef HAVE_X11_XLIB_H
10936 #include <X11/Xlib.h>
10942 static XICCallback ac_aggr;
10943 if (sizeof ac_aggr.callback)
10949 rm -f conftest.
$ac_objext
10950 if { (ac_try
="$ac_compile"
10951 case "(($ac_try" in
10952 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10953 *) ac_try_echo=$ac_try;;
10955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10956 (eval "$ac_compile") 2>conftest.er1
10958 grep -v '^ *+' conftest.er1 >conftest.err
10960 cat conftest.err >&5
10961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest.$ac_objext; then
10966 ac_cv_member_XICCallback_callback=yes
10968 echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10971 ac_cv_member_XICCallback_callback=no
10974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10979 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10980 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10981 if test $ac_cv_member_XICCallback_callback = yes; then
10983 cat >>confdefs.h <<_ACEOF
10984 #define HAVE_XICCALLBACK_CALLBACK 1
10993 if test "x$with_opengl" != "xno"
10999 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11001 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11002 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11003 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11004 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11005 echo $ECHO_N "(cached) $ECHO_C" >&6
11007 cat >conftest.$ac_ext <<_ACEOF
11010 cat confdefs.h >>conftest.$ac_ext
11011 cat >>conftest.$ac_ext <<_ACEOF
11012 /* end confdefs.h. */
11013 #ifdef HAVE_GL_GLX_H
11014 # include <GL/glx.h>
11017 #include <$ac_header>
11019 rm -f conftest.$ac_objext
11020 if { (ac_try="$ac_compile"
11021 case "(($ac_try" in
11022 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11023 *) ac_try_echo
=$ac_try;;
11025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11026 (eval "$ac_compile") 2>conftest.er1
11028 grep -v '^ *+' conftest.er1
>conftest.err
11030 cat conftest.err
>&5
11031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11032 (exit $ac_status); } && {
11033 test -z "$ac_c_werror_flag" ||
11034 test ! -s conftest.err
11035 } && test -s conftest.
$ac_objext; then
11036 eval "$as_ac_Header=yes"
11038 echo "$as_me: failed program was:" >&5
11039 sed 's/^/| /' conftest.
$ac_ext >&5
11041 eval "$as_ac_Header=no"
11044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11046 ac_res
=`eval echo '${'$as_ac_Header'}'`
11047 { echo "$as_me:$LINENO: result: $ac_res" >&5
11048 echo "${ECHO_T}$ac_res" >&6; }
11049 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11050 cat >>confdefs.h
<<_ACEOF
11051 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11058 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11060 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11061 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11062 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11063 echo $ECHO_N "(cached) $ECHO_C" >&6
11065 cat >conftest.
$ac_ext <<_ACEOF
11068 cat confdefs.h
>>conftest.
$ac_ext
11069 cat >>conftest.
$ac_ext <<_ACEOF
11070 /* end confdefs.h. */
11075 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11080 rm -f conftest.
$ac_objext
11081 if { (ac_try
="$ac_compile"
11082 case "(($ac_try" in
11083 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11084 *) ac_try_echo=$ac_try;;
11086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11087 (eval "$ac_compile") 2>conftest.er1
11089 grep -v '^ *+' conftest.er1 >conftest.err
11091 cat conftest.err >&5
11092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093 (exit $ac_status); } && {
11094 test -z "$ac_c_werror_flag" ||
11095 test ! -s conftest.err
11096 } && test -s conftest.$ac_objext; then
11097 wine_cv_opengl_header_version_OK="yes"
11099 echo "$as_me: failed program was:" >&5
11100 sed 's/^/| /' conftest.$ac_ext >&5
11102 wine_cv_opengl_header_version_OK="no"
11105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11107 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11108 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11110 if test "$wine_cv_opengl_header_version_OK" = "yes"
11112 { echo "$as_me:$LINENO: checking for -lGL" >&5
11113 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11114 if test "${ac_cv_lib_soname_GL+set}" = set; then
11115 echo $ECHO_N "(cached) $ECHO_C" >&6
11117 ac_check_soname_save_LIBS=$LIBS
11118 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11119 cat >conftest.$ac_ext <<_ACEOF
11122 cat confdefs.h >>conftest.$ac_ext
11123 cat >>conftest.$ac_ext <<_ACEOF
11124 /* end confdefs.h. */
11126 /* Override any GCC internal prototype to avoid an error.
11127 Use char because int might match the return type of a GCC
11128 builtin and then its argument prototype would still apply. */
11132 char glXCreateContext ();
11136 return glXCreateContext ();
11141 rm -f conftest.$ac_objext conftest$ac_exeext
11142 if { (ac_try="$ac_link"
11143 case "(($ac_try" in
11144 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11145 *) ac_try_echo
=$ac_try;;
11147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11148 (eval "$ac_link") 2>conftest.er1
11150 grep -v '^ *+' conftest.er1
>conftest.err
11152 cat conftest.err
>&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); } && {
11155 test -z "$ac_c_werror_flag" ||
11156 test ! -s conftest.err
11157 } && test -s conftest
$ac_exeext &&
11158 $as_test_x conftest
$ac_exeext; then
11161 dylib
) ac_cv_lib_soname_GL
=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11162 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11165 echo "$as_me: failed program was:" >&5
11166 sed 's/^/| /' conftest.
$ac_ext >&5
11171 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11172 conftest
$ac_exeext conftest.
$ac_ext
11173 LIBS
=$ac_check_soname_save_LIBS
11175 if test "x$ac_cv_lib_soname_GL" = "x"; then
11176 { echo "$as_me:$LINENO: result: not found" >&5
11177 echo "${ECHO_T}not found" >&6; }
11178 { echo "$as_me:$LINENO: checking for -lGL" >&5
11179 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11180 if test "${ac_cv_lib_soname_GL+set}" = set; then
11181 echo $ECHO_N "(cached) $ECHO_C" >&6
11183 ac_check_soname_save_LIBS
=$LIBS
11184 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11185 cat >conftest.
$ac_ext <<_ACEOF
11188 cat confdefs.h
>>conftest.
$ac_ext
11189 cat >>conftest.
$ac_ext <<_ACEOF
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11198 char glXCreateContext ();
11202 return glXCreateContext ();
11207 rm -f conftest.
$ac_objext conftest
$ac_exeext
11208 if { (ac_try
="$ac_link"
11209 case "(($ac_try" in
11210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11211 *) ac_try_echo=$ac_try;;
11213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11214 (eval "$ac_link") 2>conftest.er1
11216 grep -v '^ *+' conftest.er1 >conftest.err
11218 cat conftest.err >&5
11219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11220 (exit $ac_status); } && {
11221 test -z "$ac_c_werror_flag" ||
11222 test ! -s conftest.err
11223 } && test -s conftest$ac_exeext &&
11224 $as_test_x conftest$ac_exeext; then
11227 dylib) ac_cv_lib_soname_GL=`otool
-L conftest
$ac_exeext |
grep "libGL\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11228 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11231 echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11238 conftest$ac_exeext conftest.$ac_ext
11239 LIBS=$ac_check_soname_save_LIBS
11241 if test "x$ac_cv_lib_soname_GL" = "x"; then
11242 { echo "$as_me:$LINENO: result: not found" >&5
11243 echo "${ECHO_T}not found" >&6; }
11244 if test -f /usr/X11R6/lib/libGL.a
11246 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11247 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11249 opengl_msg="No OpenGL library found on this system."
11252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11253 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11255 cat >>confdefs.h <<_ACEOF
11256 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11259 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11261 cat >>confdefs.h <<\_ACEOF
11262 #define HAVE_OPENGL 1
11268 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11269 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11271 cat >>confdefs.h <<_ACEOF
11272 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11277 cat >>confdefs.h <<\_ACEOF
11278 #define HAVE_OPENGL 1
11283 if test "$ac_cv_header_GL_glu_h" = "yes"
11285 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11286 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11287 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11288 echo $ECHO_N "(cached) $ECHO_C" >&6
11290 ac_check_soname_save_LIBS=$LIBS
11291 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11292 cat >conftest.$ac_ext <<_ACEOF
11295 cat confdefs.h >>conftest.$ac_ext
11296 cat >>conftest.$ac_ext <<_ACEOF
11297 /* end confdefs.h. */
11299 /* Override any GCC internal prototype to avoid an error.
11300 Use char because int might match the return type of a GCC
11301 builtin and then its argument prototype would still apply. */
11309 return gluLookAt ();
11314 rm -f conftest.$ac_objext conftest$ac_exeext
11315 if { (ac_try="$ac_link"
11316 case "(($ac_try" in
11317 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11318 *) ac_try_echo
=$ac_try;;
11320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11321 (eval "$ac_link") 2>conftest.er1
11323 grep -v '^ *+' conftest.er1
>conftest.err
11325 cat conftest.err
>&5
11326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11327 (exit $ac_status); } && {
11328 test -z "$ac_c_werror_flag" ||
11329 test ! -s conftest.err
11330 } && test -s conftest
$ac_exeext &&
11331 $as_test_x conftest
$ac_exeext; then
11334 dylib
) ac_cv_lib_soname_GLU
=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11335 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11338 echo "$as_me: failed program was:" >&5
11339 sed 's/^/| /' conftest.
$ac_ext >&5
11344 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11345 conftest
$ac_exeext conftest.
$ac_ext
11346 LIBS
=$ac_check_soname_save_LIBS
11348 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11349 { echo "$as_me:$LINENO: result: not found" >&5
11350 echo "${ECHO_T}not found" >&6; }
11353 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11354 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11356 cat >>confdefs.h
<<_ACEOF
11357 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11364 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11365 case "x$with_glu" in
11366 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11368 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11369 This is an error since --with-glu was requested." >&5
11370 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11371 This is an error since --with-glu was requested." >&2;}
11372 { (exit 1); exit 1; }; } ;;
11377 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11380 opengl_msg
="OpenGL development headers not found."
11383 if test -n "$opengl_msg"; then
11384 case "x$with_opengl" in
11385 x
) wine_warnings
="$wine_warnings|$opengl_msg
11386 OpenGL and Direct3D won't be supported." ;;
11388 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11389 OpenGL and Direct3D won't be supported.
11390 This is an error since --with-opengl was requested." >&5
11391 echo "$as_me: error: $opengl_msg
11392 OpenGL and Direct3D won't be supported.
11393 This is an error since --with-opengl was requested." >&2;}
11394 { (exit 1); exit 1; }; } ;;
11399 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11400 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11405 for ac_header
in audio
/audiolib.h
11407 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11408 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11409 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11410 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11411 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11412 echo $ECHO_N "(cached) $ECHO_C" >&6
11414 ac_res
=`eval echo '${'$as_ac_Header'}'`
11415 { echo "$as_me:$LINENO: result: $ac_res" >&5
11416 echo "${ECHO_T}$ac_res" >&6; }
11418 # Is the header compilable?
11419 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11420 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11421 cat >conftest.
$ac_ext <<_ACEOF
11424 cat confdefs.h
>>conftest.
$ac_ext
11425 cat >>conftest.
$ac_ext <<_ACEOF
11426 /* end confdefs.h. */
11427 $ac_includes_default
11428 #include <$ac_header>
11430 rm -f conftest.
$ac_objext
11431 if { (ac_try
="$ac_compile"
11432 case "(($ac_try" in
11433 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11434 *) ac_try_echo=$ac_try;;
11436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11437 (eval "$ac_compile") 2>conftest.er1
11439 grep -v '^ *+' conftest.er1 >conftest.err
11441 cat conftest.err >&5
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); } && {
11444 test -z "$ac_c_werror_flag" ||
11445 test ! -s conftest.err
11446 } && test -s conftest.$ac_objext; then
11447 ac_header_compiler=yes
11449 echo "$as_me: failed program was:" >&5
11450 sed 's/^/| /' conftest.$ac_ext >&5
11452 ac_header_compiler=no
11455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11456 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11457 echo "${ECHO_T}$ac_header_compiler" >&6; }
11459 # Is the header present?
11460 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11461 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11462 cat >conftest.$ac_ext <<_ACEOF
11465 cat confdefs.h >>conftest.$ac_ext
11466 cat >>conftest.$ac_ext <<_ACEOF
11467 /* end confdefs.h. */
11468 #include <$ac_header>
11470 if { (ac_try="$ac_cpp conftest.$ac_ext"
11471 case "(($ac_try" in
11472 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11473 *) ac_try_echo
=$ac_try;;
11475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11478 grep -v '^ *+' conftest.er1
>conftest.err
11480 cat conftest.err
>&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } >/dev
/null
&& {
11483 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11486 ac_header_preproc
=yes
11488 echo "$as_me: failed program was:" >&5
11489 sed 's/^/| /' conftest.
$ac_ext >&5
11491 ac_header_preproc
=no
11494 rm -f conftest.err conftest.
$ac_ext
11495 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11496 echo "${ECHO_T}$ac_header_preproc" >&6; }
11498 # So? What about this header?
11499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11501 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11502 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11503 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11504 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11505 ac_header_preproc
=yes
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11509 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11511 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11513 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11514 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11515 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11517 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11519 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11521 ## ------------------------------------ ##
11522 ## Report this to wine-devel@winehq.org ##
11523 ## ------------------------------------ ##
11525 ) |
sed "s/^/$as_me: WARNING: /" >&2
11528 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11529 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11530 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11533 eval "$as_ac_Header=\$ac_header_preproc"
11535 ac_res
=`eval echo '${'$as_ac_Header'}'`
11536 { echo "$as_me:$LINENO: result: $ac_res" >&5
11537 echo "${ECHO_T}$ac_res" >&6; }
11540 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11541 cat >>confdefs.h
<<_ACEOF
11542 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11545 for ac_header
in audio
/soundlib.h
11547 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11548 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11549 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11550 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11551 echo $ECHO_N "(cached) $ECHO_C" >&6
11553 cat >conftest.
$ac_ext <<_ACEOF
11556 cat confdefs.h
>>conftest.
$ac_ext
11557 cat >>conftest.
$ac_ext <<_ACEOF
11558 /* end confdefs.h. */
11559 #include <audio/audiolib.h>
11561 #include <$ac_header>
11563 rm -f conftest.
$ac_objext
11564 if { (ac_try
="$ac_compile"
11565 case "(($ac_try" in
11566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11567 *) ac_try_echo=$ac_try;;
11569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11570 (eval "$ac_compile") 2>conftest.er1
11572 grep -v '^ *+' conftest.er1 >conftest.err
11574 cat conftest.err >&5
11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11576 (exit $ac_status); } && {
11577 test -z "$ac_c_werror_flag" ||
11578 test ! -s conftest.err
11579 } && test -s conftest.$ac_objext; then
11580 eval "$as_ac_Header=yes"
11582 echo "$as_me: failed program was:" >&5
11583 sed 's/^/| /' conftest.$ac_ext >&5
11585 eval "$as_ac_Header=no"
11588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 ac_res=`eval echo '${'$as_ac_Header'}'`
11591 { echo "$as_me:$LINENO: result: $ac_res" >&5
11592 echo "${ECHO_T}$ac_res" >&6; }
11593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11594 cat >>confdefs.h <<_ACEOF
11595 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11602 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11603 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11604 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11605 echo $ECHO_N "(cached) $ECHO_C" >&6
11607 ac_check_lib_save_LIBS=$LIBS
11608 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11609 cat >conftest.$ac_ext <<_ACEOF
11612 cat confdefs.h >>conftest.$ac_ext
11613 cat >>conftest.$ac_ext <<_ACEOF
11614 /* end confdefs.h. */
11616 /* Override any GCC internal prototype to avoid an error.
11617 Use char because int might match the return type of a GCC
11618 builtin and then its argument prototype would still apply. */
11622 char AuCreateFlow ();
11626 return AuCreateFlow ();
11631 rm -f conftest.$ac_objext conftest$ac_exeext
11632 if { (ac_try="$ac_link"
11633 case "(($ac_try" in
11634 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11635 *) ac_try_echo
=$ac_try;;
11637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11638 (eval "$ac_link") 2>conftest.er1
11640 grep -v '^ *+' conftest.er1
>conftest.err
11642 cat conftest.err
>&5
11643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11644 (exit $ac_status); } && {
11645 test -z "$ac_c_werror_flag" ||
11646 test ! -s conftest.err
11647 } && test -s conftest
$ac_exeext &&
11648 $as_test_x conftest
$ac_exeext; then
11649 ac_cv_lib_audio_AuCreateFlow
=yes
11651 echo "$as_me: failed program was:" >&5
11652 sed 's/^/| /' conftest.
$ac_ext >&5
11654 ac_cv_lib_audio_AuCreateFlow
=no
11657 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11658 conftest
$ac_exeext conftest.
$ac_ext
11659 LIBS
=$ac_check_lib_save_LIBS
11661 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11662 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11663 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11665 cat >>confdefs.h
<<\_ACEOF
11669 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11670 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11671 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11672 echo $ECHO_N "(cached) $ECHO_C" >&6
11674 ac_check_lib_save_LIBS
=$LIBS
11675 LIBS
="-lXau $X_LIBS $LIBS"
11676 cat >conftest.
$ac_ext <<_ACEOF
11679 cat confdefs.h
>>conftest.
$ac_ext
11680 cat >>conftest.
$ac_ext <<_ACEOF
11681 /* end confdefs.h. */
11683 /* Override any GCC internal prototype to avoid an error.
11684 Use char because int might match the return type of a GCC
11685 builtin and then its argument prototype would still apply. */
11689 char XauGetBestAuthByAddr ();
11693 return XauGetBestAuthByAddr ();
11698 rm -f conftest.
$ac_objext conftest
$ac_exeext
11699 if { (ac_try
="$ac_link"
11700 case "(($ac_try" in
11701 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11702 *) ac_try_echo=$ac_try;;
11704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11705 (eval "$ac_link") 2>conftest.er1
11707 grep -v '^ *+' conftest.er1 >conftest.err
11709 cat conftest.err >&5
11710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 (exit $ac_status); } && {
11712 test -z "$ac_c_werror_flag" ||
11713 test ! -s conftest.err
11714 } && test -s conftest$ac_exeext &&
11715 $as_test_x conftest$ac_exeext; then
11716 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11718 echo "$as_me: failed program was:" >&5
11719 sed 's/^/| /' conftest.$ac_ext >&5
11721 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11725 conftest$ac_exeext conftest.$ac_ext
11726 LIBS=$ac_check_lib_save_LIBS
11728 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11729 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11730 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11731 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11733 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11744 CPPFLAGS="$ac_save_CPPFLAGS"
11749 enable_winex11_drv=${enable_winex11_drv:-no}
11750 enable_opengl32=${enable_opengl32:-no}
11751 enable_glu32=${enable_glu32:-no}
11753 if test "x$XLIB" = "x"; then
11756 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11757 without X support, which probably isn't what you want. You will need to install
11758 development packages of Xlib/Xfree86 at the very least.
11759 Use the --without-x option if you really want this." >&5
11760 echo "$as_me: error: X development files not found. Wine will be built
11761 without X support, which probably isn't what you want. You will need to install
11762 development packages of Xlib/Xfree86 at the very least.
11763 Use the --without-x option if you really want this." >&2;}
11764 { (exit 1); exit 1; }; } ;;
11778 if test "x$with_xml" != "xno"
11780 ac_save_CPPFLAGS="$CPPFLAGS"
11781 if test "$PKG_CONFIG" != "false"
11783 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11784 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11786 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11787 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11789 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11791 for ac_header in libxml/parser.h
11793 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11795 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11796 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11797 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11798 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 ac_res=`eval echo '${'$as_ac_Header'}'`
11801 { echo "$as_me:$LINENO: result: $ac_res" >&5
11802 echo "${ECHO_T}$ac_res" >&6; }
11804 # Is the header compilable?
11805 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11806 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11807 cat >conftest.$ac_ext <<_ACEOF
11810 cat confdefs.h >>conftest.$ac_ext
11811 cat >>conftest.$ac_ext <<_ACEOF
11812 /* end confdefs.h. */
11813 $ac_includes_default
11814 #include <$ac_header>
11816 rm -f conftest.$ac_objext
11817 if { (ac_try="$ac_compile"
11818 case "(($ac_try" in
11819 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11820 *) ac_try_echo
=$ac_try;;
11822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11823 (eval "$ac_compile") 2>conftest.er1
11825 grep -v '^ *+' conftest.er1
>conftest.err
11827 cat conftest.err
>&5
11828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11829 (exit $ac_status); } && {
11830 test -z "$ac_c_werror_flag" ||
11831 test ! -s conftest.err
11832 } && test -s conftest.
$ac_objext; then
11833 ac_header_compiler
=yes
11835 echo "$as_me: failed program was:" >&5
11836 sed 's/^/| /' conftest.
$ac_ext >&5
11838 ac_header_compiler
=no
11841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11842 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11843 echo "${ECHO_T}$ac_header_compiler" >&6; }
11845 # Is the header present?
11846 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11847 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11848 cat >conftest.
$ac_ext <<_ACEOF
11851 cat confdefs.h
>>conftest.
$ac_ext
11852 cat >>conftest.
$ac_ext <<_ACEOF
11853 /* end confdefs.h. */
11854 #include <$ac_header>
11856 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11857 case "(($ac_try" in
11858 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11859 *) ac_try_echo=$ac_try;;
11861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11862 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11864 grep -v '^ *+' conftest.er1 >conftest.err
11866 cat conftest.err >&5
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } >/dev/null && {
11869 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11872 ac_header_preproc=yes
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5
11877 ac_header_preproc=no
11880 rm -f conftest.err conftest.$ac_ext
11881 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11882 echo "${ECHO_T}$ac_header_preproc" >&6; }
11884 # So? What about this header?
11885 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11888 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11890 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11891 ac_header_preproc=yes
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11895 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11897 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11899 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11901 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11903 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11905 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11907 ## ------------------------------------ ##
11908 ## Report this to wine-devel@winehq.org ##
11909 ## ------------------------------------ ##
11911 ) | sed "s/^/$as_me: WARNING: /" >&2
11914 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11915 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11916 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 eval "$as_ac_Header=\$ac_header_preproc"
11921 ac_res=`eval echo '${'$as_ac_Header'}'`
11922 { echo "$as_me:$LINENO: result: $ac_res" >&5
11923 echo "${ECHO_T}$ac_res" >&6; }
11926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11927 cat >>confdefs.h <<_ACEOF
11928 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11930 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11931 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11932 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11935 ac_check_lib_save_LIBS=$LIBS
11936 LIBS="-lxml2 $ac_xml_libs $LIBS"
11937 cat >conftest.$ac_ext <<_ACEOF
11940 cat confdefs.h >>conftest.$ac_ext
11941 cat >>conftest.$ac_ext <<_ACEOF
11942 /* end confdefs.h. */
11944 /* Override any GCC internal prototype to avoid an error.
11945 Use char because int might match the return type of a GCC
11946 builtin and then its argument prototype would still apply. */
11950 char xmlParseMemory ();
11954 return xmlParseMemory ();
11959 rm -f conftest.$ac_objext conftest$ac_exeext
11960 if { (ac_try="$ac_link"
11961 case "(($ac_try" in
11962 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11963 *) ac_try_echo
=$ac_try;;
11965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11966 (eval "$ac_link") 2>conftest.er1
11968 grep -v '^ *+' conftest.er1
>conftest.err
11970 cat conftest.err
>&5
11971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972 (exit $ac_status); } && {
11973 test -z "$ac_c_werror_flag" ||
11974 test ! -s conftest.err
11975 } && test -s conftest
$ac_exeext &&
11976 $as_test_x conftest
$ac_exeext; then
11977 ac_cv_lib_xml2_xmlParseMemory
=yes
11979 echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.
$ac_ext >&5
11982 ac_cv_lib_xml2_xmlParseMemory
=no
11985 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11986 conftest
$ac_exeext conftest.
$ac_ext
11987 LIBS
=$ac_check_lib_save_LIBS
11989 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11990 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11991 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11993 cat >>confdefs.h
<<\_ACEOF
11994 #define HAVE_LIBXML2 1
11997 XML2LIBS
="$ac_xml_libs"
11998 XML2INCL
="$ac_xml_cflags"
12001 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12002 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12003 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12004 echo $ECHO_N "(cached) $ECHO_C" >&6
12006 ac_check_lib_save_LIBS
=$LIBS
12007 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12008 cat >conftest.
$ac_ext <<_ACEOF
12011 cat confdefs.h
>>conftest.
$ac_ext
12012 cat >>conftest.
$ac_ext <<_ACEOF
12013 /* end confdefs.h. */
12015 /* Override any GCC internal prototype to avoid an error.
12016 Use char because int might match the return type of a GCC
12017 builtin and then its argument prototype would still apply. */
12021 char xmlReadMemory ();
12025 return xmlReadMemory ();
12030 rm -f conftest.
$ac_objext conftest
$ac_exeext
12031 if { (ac_try
="$ac_link"
12032 case "(($ac_try" in
12033 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12034 *) ac_try_echo=$ac_try;;
12036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12037 (eval "$ac_link") 2>conftest.er1
12039 grep -v '^ *+' conftest.er1 >conftest.err
12041 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && {
12044 test -z "$ac_c_werror_flag" ||
12045 test ! -s conftest.err
12046 } && test -s conftest$ac_exeext &&
12047 $as_test_x conftest$ac_exeext; then
12048 ac_cv_lib_xml2_xmlReadMemory=yes
12050 echo "$as_me: failed program was:" >&5
12051 sed 's/^/| /' conftest.$ac_ext >&5
12053 ac_cv_lib_xml2_xmlReadMemory=no
12056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12057 conftest$ac_exeext conftest.$ac_ext
12058 LIBS=$ac_check_lib_save_LIBS
12060 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12061 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12062 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12064 cat >>confdefs.h <<\_ACEOF
12065 #define HAVE_XMLREADMEMORY 1
12070 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12071 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12072 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12073 echo $ECHO_N "(cached) $ECHO_C" >&6
12075 ac_check_lib_save_LIBS=$LIBS
12076 LIBS="-lxml2 $ac_xml_libs $LIBS"
12077 cat >conftest.$ac_ext <<_ACEOF
12080 cat confdefs.h >>conftest.$ac_ext
12081 cat >>conftest.$ac_ext <<_ACEOF
12082 /* end confdefs.h. */
12084 /* Override any GCC internal prototype to avoid an error.
12085 Use char because int might match the return type of a GCC
12086 builtin and then its argument prototype would still apply. */
12090 char xmlNewDocPI ();
12094 return xmlNewDocPI ();
12099 rm -f conftest.$ac_objext conftest$ac_exeext
12100 if { (ac_try="$ac_link"
12101 case "(($ac_try" in
12102 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12103 *) ac_try_echo
=$ac_try;;
12105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12106 (eval "$ac_link") 2>conftest.er1
12108 grep -v '^ *+' conftest.er1
>conftest.err
12110 cat conftest.err
>&5
12111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12112 (exit $ac_status); } && {
12113 test -z "$ac_c_werror_flag" ||
12114 test ! -s conftest.err
12115 } && test -s conftest
$ac_exeext &&
12116 $as_test_x conftest
$ac_exeext; then
12117 ac_cv_lib_xml2_xmlNewDocPI
=yes
12119 echo "$as_me: failed program was:" >&5
12120 sed 's/^/| /' conftest.
$ac_ext >&5
12122 ac_cv_lib_xml2_xmlNewDocPI
=no
12125 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12126 conftest
$ac_exeext conftest.
$ac_ext
12127 LIBS
=$ac_check_lib_save_LIBS
12129 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12130 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12131 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12133 cat >>confdefs.h
<<\_ACEOF
12134 #define HAVE_XMLNEWDOCPI 1
12144 CPPFLAGS
="$ac_save_CPPFLAGS"
12146 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12147 case "x$with_xml" in
12148 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12150 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12151 This is an error since --with-xml was requested." >&5
12152 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12153 This is an error since --with-xml was requested." >&2;}
12154 { (exit 1); exit 1; }; } ;;
12159 if test "x$with_xslt" != "xno"
12161 if test "$PKG_CONFIG" != "false"
12163 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12164 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12166 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12167 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12169 ac_save_CPPFLAGS
="$CPPFLAGS"
12170 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12173 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12175 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12178 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12179 echo $ECHO_N "(cached) $ECHO_C" >&6
12181 cat >conftest.
$ac_ext <<_ACEOF
12184 cat confdefs.h
>>conftest.
$ac_ext
12185 cat >>conftest.
$ac_ext <<_ACEOF
12186 /* end confdefs.h. */
12187 #ifdef HAVE_LIBXSLT_PATTERN_H
12188 # include <libxslt/pattern.h>
12191 #include <$ac_header>
12193 rm -f conftest.
$ac_objext
12194 if { (ac_try
="$ac_compile"
12195 case "(($ac_try" in
12196 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12197 *) ac_try_echo=$ac_try;;
12199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12200 (eval "$ac_compile") 2>conftest.er1
12202 grep -v '^ *+' conftest.er1 >conftest.err
12204 cat conftest.err >&5
12205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12206 (exit $ac_status); } && {
12207 test -z "$ac_c_werror_flag" ||
12208 test ! -s conftest.err
12209 } && test -s conftest.$ac_objext; then
12210 eval "$as_ac_Header=yes"
12212 echo "$as_me: failed program was:" >&5
12213 sed 's/^/| /' conftest.$ac_ext >&5
12215 eval "$as_ac_Header=no"
12218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12220 ac_res=`eval echo '${'$as_ac_Header'}'`
12221 { echo "$as_me:$LINENO: result: $ac_res" >&5
12222 echo "${ECHO_T}$ac_res" >&6; }
12223 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12224 cat >>confdefs.h <<_ACEOF
12225 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12232 CPPFLAGS="$ac_save_CPPFLAGS"
12233 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12235 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12236 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12237 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12240 ac_check_lib_save_LIBS=$LIBS
12241 LIBS="-lxslt $ac_xslt_libs $LIBS"
12242 cat >conftest.$ac_ext <<_ACEOF
12245 cat confdefs.h >>conftest.$ac_ext
12246 cat >>conftest.$ac_ext <<_ACEOF
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12255 char xsltCompilePattern ();
12259 return xsltCompilePattern ();
12264 rm -f conftest.$ac_objext conftest$ac_exeext
12265 if { (ac_try="$ac_link"
12266 case "(($ac_try" in
12267 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12268 *) ac_try_echo
=$ac_try;;
12270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12271 (eval "$ac_link") 2>conftest.er1
12273 grep -v '^ *+' conftest.er1
>conftest.err
12275 cat conftest.err
>&5
12276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 (exit $ac_status); } && {
12278 test -z "$ac_c_werror_flag" ||
12279 test ! -s conftest.err
12280 } && test -s conftest
$ac_exeext &&
12281 $as_test_x conftest
$ac_exeext; then
12282 ac_cv_lib_xslt_xsltCompilePattern
=yes
12284 echo "$as_me: failed program was:" >&5
12285 sed 's/^/| /' conftest.
$ac_ext >&5
12287 ac_cv_lib_xslt_xsltCompilePattern
=no
12290 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12291 conftest
$ac_exeext conftest.
$ac_ext
12292 LIBS
=$ac_check_lib_save_LIBS
12294 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12295 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12296 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12298 cat >>confdefs.h
<<\_ACEOF
12299 #define HAVE_LIBXSLT 1
12302 XSLTLIBS
="$ac_xslt_libs"
12303 XSLTINCL
="$ac_xslt_cflags"
12304 ac_save_LIBS
="$LIBS"
12305 LIBS
="$LIBS $ac_xslt_libs"
12307 for ac_func
in xsltInit
12309 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12310 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12311 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12312 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12313 echo $ECHO_N "(cached) $ECHO_C" >&6
12315 cat >conftest.
$ac_ext <<_ACEOF
12318 cat confdefs.h
>>conftest.
$ac_ext
12319 cat >>conftest.
$ac_ext <<_ACEOF
12320 /* end confdefs.h. */
12321 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12322 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12323 #define $ac_func innocuous_$ac_func
12325 /* System header to define __stub macros and hopefully few prototypes,
12326 which can conflict with char $ac_func (); below.
12327 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12328 <limits.h> exists even on freestanding compilers. */
12331 # include <limits.h>
12333 # include <assert.h>
12338 /* Override any GCC internal prototype to avoid an error.
12339 Use char because int might match the return type of a GCC
12340 builtin and then its argument prototype would still apply. */
12345 /* The GNU C library defines this for functions which it implements
12346 to always fail with ENOSYS. Some functions are actually named
12347 something starting with __ and the normal name is an alias. */
12348 #if defined __stub_$ac_func || defined __stub___$ac_func
12355 return $ac_func ();
12360 rm -f conftest.
$ac_objext conftest
$ac_exeext
12361 if { (ac_try
="$ac_link"
12362 case "(($ac_try" in
12363 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12364 *) ac_try_echo=$ac_try;;
12366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12367 (eval "$ac_link") 2>conftest.er1
12369 grep -v '^ *+' conftest.er1 >conftest.err
12371 cat conftest.err >&5
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); } && {
12374 test -z "$ac_c_werror_flag" ||
12375 test ! -s conftest.err
12376 } && test -s conftest$ac_exeext &&
12377 $as_test_x conftest$ac_exeext; then
12378 eval "$as_ac_var=yes"
12380 echo "$as_me: failed program was:" >&5
12381 sed 's/^/| /' conftest.$ac_ext >&5
12383 eval "$as_ac_var=no"
12386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12387 conftest$ac_exeext conftest.$ac_ext
12389 ac_res=`eval echo '${'$as_ac_var'}'`
12390 { echo "$as_me:$LINENO: result: $ac_res" >&5
12391 echo "${ECHO_T}$ac_res" >&6; }
12392 if test `eval echo '${'$as_ac_var'}'` = yes; then
12393 cat >>confdefs.h <<_ACEOF
12394 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12400 LIBS="$ac_save_LIBS"
12405 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12406 case "x$with_xslt" in
12407 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12409 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12410 This is an error since --with-xslt was requested." >&5
12411 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12412 This is an error since --with-xslt was requested." >&2;}
12413 { (exit 1); exit 1; }; } ;;
12420 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12422 ac_save_CPPFLAGS="$CPPFLAGS"
12423 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12424 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12425 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12428 for ac_header in dbus/dbus.h hal/libhal.h
12430 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12431 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12432 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12435 echo $ECHO_N "(cached) $ECHO_C" >&6
12437 ac_res=`eval echo '${'$as_ac_Header'}'`
12438 { echo "$as_me:$LINENO: result: $ac_res" >&5
12439 echo "${ECHO_T}$ac_res" >&6; }
12441 # Is the header compilable?
12442 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12443 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12444 cat >conftest.$ac_ext <<_ACEOF
12447 cat confdefs.h >>conftest.$ac_ext
12448 cat >>conftest.$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12450 $ac_includes_default
12451 #include <$ac_header>
12453 rm -f conftest.$ac_objext
12454 if { (ac_try="$ac_compile"
12455 case "(($ac_try" in
12456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12457 *) ac_try_echo
=$ac_try;;
12459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12460 (eval "$ac_compile") 2>conftest.er1
12462 grep -v '^ *+' conftest.er1
>conftest.err
12464 cat conftest.err
>&5
12465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12466 (exit $ac_status); } && {
12467 test -z "$ac_c_werror_flag" ||
12468 test ! -s conftest.err
12469 } && test -s conftest.
$ac_objext; then
12470 ac_header_compiler
=yes
12472 echo "$as_me: failed program was:" >&5
12473 sed 's/^/| /' conftest.
$ac_ext >&5
12475 ac_header_compiler
=no
12478 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12479 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12480 echo "${ECHO_T}$ac_header_compiler" >&6; }
12482 # Is the header present?
12483 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12484 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12485 cat >conftest.
$ac_ext <<_ACEOF
12488 cat confdefs.h
>>conftest.
$ac_ext
12489 cat >>conftest.
$ac_ext <<_ACEOF
12490 /* end confdefs.h. */
12491 #include <$ac_header>
12493 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12494 case "(($ac_try" in
12495 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12496 *) ac_try_echo=$ac_try;;
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12501 grep -v '^ *+' conftest.er1 >conftest.err
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } >/dev/null && {
12506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12507 test ! -s conftest.err
12509 ac_header_preproc=yes
12511 echo "$as_me: failed program was:" >&5
12512 sed 's/^/| /' conftest.$ac_ext >&5
12514 ac_header_preproc=no
12517 rm -f conftest.err conftest.$ac_ext
12518 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12519 echo "${ECHO_T}$ac_header_preproc" >&6; }
12521 # So? What about this header?
12522 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12524 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12525 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12527 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12528 ac_header_preproc=yes
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12532 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12534 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12536 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12537 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12538 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12540 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12542 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12544 ## ------------------------------------ ##
12545 ## Report this to wine-devel@winehq.org ##
12546 ## ------------------------------------ ##
12548 ) | sed "s/^/$as_me: WARNING: /" >&2
12551 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12554 echo $ECHO_N "(cached) $ECHO_C" >&6
12556 eval "$as_ac_Header=\$ac_header_preproc"
12558 ac_res=`eval echo '${'$as_ac_Header'}'`
12559 { echo "$as_me:$LINENO: result: $ac_res" >&5
12560 echo "${ECHO_T}$ac_res" >&6; }
12563 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12564 cat >>confdefs.h <<_ACEOF
12565 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12572 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12574 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12575 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12576 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12577 echo $ECHO_N "(cached) $ECHO_C" >&6
12579 ac_check_lib_save_LIBS=$LIBS
12580 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12581 cat >conftest.$ac_ext <<_ACEOF
12584 cat confdefs.h >>conftest.$ac_ext
12585 cat >>conftest.$ac_ext <<_ACEOF
12586 /* end confdefs.h. */
12588 /* Override any GCC internal prototype to avoid an error.
12589 Use char because int might match the return type of a GCC
12590 builtin and then its argument prototype would still apply. */
12594 char dbus_connection_close ();
12598 return dbus_connection_close ();
12603 rm -f conftest.$ac_objext conftest$ac_exeext
12604 if { (ac_try="$ac_link"
12605 case "(($ac_try" in
12606 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12607 *) ac_try_echo
=$ac_try;;
12609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12610 (eval "$ac_link") 2>conftest.er1
12612 grep -v '^ *+' conftest.er1
>conftest.err
12614 cat conftest.err
>&5
12615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12616 (exit $ac_status); } && {
12617 test -z "$ac_c_werror_flag" ||
12618 test ! -s conftest.err
12619 } && test -s conftest
$ac_exeext &&
12620 $as_test_x conftest
$ac_exeext; then
12621 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12623 echo "$as_me: failed program was:" >&5
12624 sed 's/^/| /' conftest.
$ac_ext >&5
12626 ac_cv_lib_dbus_1_dbus_connection_close
=no
12629 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12630 conftest
$ac_exeext conftest.
$ac_ext
12631 LIBS
=$ac_check_lib_save_LIBS
12633 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12634 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12635 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12636 { echo "$as_me:$LINENO: checking for -lhal" >&5
12637 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12638 if test "${ac_cv_lib_soname_hal+set}" = set; then
12639 echo $ECHO_N "(cached) $ECHO_C" >&6
12641 ac_check_soname_save_LIBS
=$LIBS
12642 LIBS
="-lhal $ac_hal_libs $LIBS"
12643 cat >conftest.
$ac_ext <<_ACEOF
12646 cat confdefs.h
>>conftest.
$ac_ext
12647 cat >>conftest.
$ac_ext <<_ACEOF
12648 /* end confdefs.h. */
12650 /* Override any GCC internal prototype to avoid an error.
12651 Use char because int might match the return type of a GCC
12652 builtin and then its argument prototype would still apply. */
12656 char libhal_ctx_new ();
12660 return libhal_ctx_new ();
12665 rm -f conftest.
$ac_objext conftest
$ac_exeext
12666 if { (ac_try
="$ac_link"
12667 case "(($ac_try" in
12668 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12669 *) ac_try_echo=$ac_try;;
12671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12672 (eval "$ac_link") 2>conftest.er1
12674 grep -v '^ *+' conftest.er1 >conftest.err
12676 cat conftest.err >&5
12677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12678 (exit $ac_status); } && {
12679 test -z "$ac_c_werror_flag" ||
12680 test ! -s conftest.err
12681 } && test -s conftest$ac_exeext &&
12682 $as_test_x conftest$ac_exeext; then
12685 dylib) ac_cv_lib_soname_hal=`otool
-L conftest
$ac_exeext |
grep "libhal\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12686 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12689 echo "$as_me: failed program was:" >&5
12690 sed 's/^/| /' conftest.$ac_ext >&5
12695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12696 conftest$ac_exeext conftest.$ac_ext
12697 LIBS=$ac_check_soname_save_LIBS
12699 if test "x$ac_cv_lib_soname_hal" = "x"; then
12700 { echo "$as_me:$LINENO: result: not found" >&5
12701 echo "${ECHO_T}not found" >&6; }
12704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12705 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12707 cat >>confdefs.h <<_ACEOF
12708 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12711 HALINCL="$ac_hal_cflags"
12717 CPPFLAGS="$ac_save_CPPFLAGS"
12719 if test "x$ac_cv_lib_soname_hal" = "x"; then
12720 case "x$with_hal" in
12721 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12723 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12724 This is an error since --with-hal was requested." >&5
12725 echo "$as_me: error: libhal development files not found, no dynamic device support.
12726 This is an error since --with-hal was requested." >&2;}
12727 { (exit 1); exit 1; }; } ;;
12733 if test "$ac_cv_header_ncurses_h" = "yes"
12735 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12736 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12737 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12738 echo $ECHO_N "(cached) $ECHO_C" >&6
12740 ac_check_soname_save_LIBS=$LIBS
12741 LIBS="-lncurses $LIBS"
12742 cat >conftest.$ac_ext <<_ACEOF
12745 cat confdefs.h >>conftest.$ac_ext
12746 cat >>conftest.$ac_ext <<_ACEOF
12747 /* end confdefs.h. */
12749 /* Override any GCC internal prototype to avoid an error.
12750 Use char because int might match the return type of a GCC
12751 builtin and then its argument prototype would still apply. */
12764 rm -f conftest.$ac_objext conftest$ac_exeext
12765 if { (ac_try="$ac_link"
12766 case "(($ac_try" in
12767 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12768 *) ac_try_echo
=$ac_try;;
12770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12771 (eval "$ac_link") 2>conftest.er1
12773 grep -v '^ *+' conftest.er1
>conftest.err
12775 cat conftest.err
>&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } && {
12778 test -z "$ac_c_werror_flag" ||
12779 test ! -s conftest.err
12780 } && test -s conftest
$ac_exeext &&
12781 $as_test_x conftest
$ac_exeext; then
12784 dylib
) ac_cv_lib_soname_ncurses
=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12785 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12788 echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.
$ac_ext >&5
12794 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12795 conftest
$ac_exeext conftest.
$ac_ext
12796 LIBS
=$ac_check_soname_save_LIBS
12798 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12799 { echo "$as_me:$LINENO: result: not found" >&5
12800 echo "${ECHO_T}not found" >&6; }
12803 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12804 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12806 cat >>confdefs.h
<<_ACEOF
12807 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12810 CURSESLIBS
="-lncurses"
12813 elif test "$ac_cv_header_curses_h" = "yes"
12815 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12816 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12817 if test "${ac_cv_lib_soname_curses+set}" = set; then
12818 echo $ECHO_N "(cached) $ECHO_C" >&6
12820 ac_check_soname_save_LIBS
=$LIBS
12821 LIBS
="-lcurses $LIBS"
12822 cat >conftest.
$ac_ext <<_ACEOF
12825 cat confdefs.h
>>conftest.
$ac_ext
12826 cat >>conftest.
$ac_ext <<_ACEOF
12827 /* end confdefs.h. */
12829 /* Override any GCC internal prototype to avoid an error.
12830 Use char because int might match the return type of a GCC
12831 builtin and then its argument prototype would still apply. */
12844 rm -f conftest.
$ac_objext conftest
$ac_exeext
12845 if { (ac_try
="$ac_link"
12846 case "(($ac_try" in
12847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12848 *) ac_try_echo=$ac_try;;
12850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12851 (eval "$ac_link") 2>conftest.er1
12853 grep -v '^ *+' conftest.er1 >conftest.err
12855 cat conftest.err >&5
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); } && {
12858 test -z "$ac_c_werror_flag" ||
12859 test ! -s conftest.err
12860 } && test -s conftest$ac_exeext &&
12861 $as_test_x conftest$ac_exeext; then
12864 dylib) ac_cv_lib_soname_curses=`otool
-L conftest
$ac_exeext |
grep "libcurses\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12865 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12868 echo "$as_me: failed program was:" >&5
12869 sed 's/^/| /' conftest.$ac_ext >&5
12874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12875 conftest$ac_exeext conftest.$ac_ext
12876 LIBS=$ac_check_soname_save_LIBS
12878 if test "x$ac_cv_lib_soname_curses" = "x"; then
12879 { echo "$as_me:$LINENO: result: not found" >&5
12880 echo "${ECHO_T}not found" >&6; }
12883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12884 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12886 cat >>confdefs.h <<_ACEOF
12887 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12890 CURSESLIBS="-lcurses"
12894 ac_save_LIBS="$LIBS"
12895 LIBS="$LIBS $CURSESLIBS"
12897 for ac_func in mousemask
12899 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12900 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12901 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12903 echo $ECHO_N "(cached) $ECHO_C" >&6
12905 cat >conftest.$ac_ext <<_ACEOF
12908 cat confdefs.h >>conftest.$ac_ext
12909 cat >>conftest.$ac_ext <<_ACEOF
12910 /* end confdefs.h. */
12911 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12913 #define $ac_func innocuous_$ac_func
12915 /* System header to define __stub macros and hopefully few prototypes,
12916 which can conflict with char $ac_func (); below.
12917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12918 <limits.h> exists even on freestanding compilers. */
12921 # include <limits.h>
12923 # include <assert.h>
12928 /* Override any GCC internal prototype to avoid an error.
12929 Use char because int might match the return type of a GCC
12930 builtin and then its argument prototype would still apply. */
12935 /* The GNU C library defines this for functions which it implements
12936 to always fail with ENOSYS. Some functions are actually named
12937 something starting with __ and the normal name is an alias. */
12938 #if defined __stub_$ac_func || defined __stub___$ac_func
12945 return $ac_func ();
12950 rm -f conftest.$ac_objext conftest$ac_exeext
12951 if { (ac_try="$ac_link"
12952 case "(($ac_try" in
12953 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12954 *) ac_try_echo
=$ac_try;;
12956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12957 (eval "$ac_link") 2>conftest.er1
12959 grep -v '^ *+' conftest.er1
>conftest.err
12961 cat conftest.err
>&5
12962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12963 (exit $ac_status); } && {
12964 test -z "$ac_c_werror_flag" ||
12965 test ! -s conftest.err
12966 } && test -s conftest
$ac_exeext &&
12967 $as_test_x conftest
$ac_exeext; then
12968 eval "$as_ac_var=yes"
12970 echo "$as_me: failed program was:" >&5
12971 sed 's/^/| /' conftest.
$ac_ext >&5
12973 eval "$as_ac_var=no"
12976 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12977 conftest
$ac_exeext conftest.
$ac_ext
12979 ac_res
=`eval echo '${'$as_ac_var'}'`
12980 { echo "$as_me:$LINENO: result: $ac_res" >&5
12981 echo "${ECHO_T}$ac_res" >&6; }
12982 if test `eval echo '${'$as_ac_var'}'` = yes; then
12983 cat >>confdefs.h
<<_ACEOF
12984 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12990 LIBS
="$ac_save_LIBS"
12991 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12992 case "x$with_curses" in
12993 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12995 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12996 This is an error since --with-curses was requested." >&5
12997 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12998 This is an error since --with-curses was requested." >&2;}
12999 { (exit 1); exit 1; }; } ;;
13004 # Extract the first word of "sane-config", so it can be a program name with args.
13005 set dummy sane-config
; ac_word
=$2
13006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13008 if test "${ac_cv_prog_sane_devel+set}" = set; then
13009 echo $ECHO_N "(cached) $ECHO_C" >&6
13011 if test -n "$sane_devel"; then
13012 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13015 for as_dir
in $PATH
13018 test -z "$as_dir" && as_dir
=.
13019 for ac_exec_ext
in '' $ac_executable_extensions; do
13020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13021 ac_cv_prog_sane_devel
="sane-config"
13022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13029 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13032 sane_devel
=$ac_cv_prog_sane_devel
13033 if test -n "$sane_devel"; then
13034 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13035 echo "${ECHO_T}$sane_devel" >&6; }
13037 { echo "$as_me:$LINENO: result: no" >&5
13038 echo "${ECHO_T}no" >&6; }
13042 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13044 ac_sane_incl
="`$sane_devel --cflags`"
13045 ac_sane_libs
="`$sane_devel --ldflags`"
13046 ac_save_CPPFLAGS
="$CPPFLAGS"
13047 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13048 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13049 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13050 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13051 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13052 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13055 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13057 # Is the header compilable?
13058 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13059 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13060 cat >conftest.
$ac_ext <<_ACEOF
13063 cat confdefs.h
>>conftest.
$ac_ext
13064 cat >>conftest.
$ac_ext <<_ACEOF
13065 /* end confdefs.h. */
13066 $ac_includes_default
13067 #include <sane/sane.h>
13069 rm -f conftest.
$ac_objext
13070 if { (ac_try
="$ac_compile"
13071 case "(($ac_try" in
13072 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13073 *) ac_try_echo=$ac_try;;
13075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13076 (eval "$ac_compile") 2>conftest.er1
13078 grep -v '^ *+' conftest.er1 >conftest.err
13080 cat conftest.err >&5
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); } && {
13083 test -z "$ac_c_werror_flag" ||
13084 test ! -s conftest.err
13085 } && test -s conftest.$ac_objext; then
13086 ac_header_compiler=yes
13088 echo "$as_me: failed program was:" >&5
13089 sed 's/^/| /' conftest.$ac_ext >&5
13091 ac_header_compiler=no
13094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13095 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13096 echo "${ECHO_T}$ac_header_compiler" >&6; }
13098 # Is the header present?
13099 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13100 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13101 cat >conftest.$ac_ext <<_ACEOF
13104 cat confdefs.h >>conftest.$ac_ext
13105 cat >>conftest.$ac_ext <<_ACEOF
13106 /* end confdefs.h. */
13107 #include <sane/sane.h>
13109 if { (ac_try="$ac_cpp conftest.$ac_ext"
13110 case "(($ac_try" in
13111 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13112 *) ac_try_echo
=$ac_try;;
13114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13115 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13117 grep -v '^ *+' conftest.er1
>conftest.err
13119 cat conftest.err
>&5
13120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13121 (exit $ac_status); } >/dev
/null
&& {
13122 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13123 test ! -s conftest.err
13125 ac_header_preproc
=yes
13127 echo "$as_me: failed program was:" >&5
13128 sed 's/^/| /' conftest.
$ac_ext >&5
13130 ac_header_preproc
=no
13133 rm -f conftest.err conftest.
$ac_ext
13134 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13135 echo "${ECHO_T}$ac_header_preproc" >&6; }
13137 # So? What about this header?
13138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13140 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13141 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13143 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13144 ac_header_preproc
=yes
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13148 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13150 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13152 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13153 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13154 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13156 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13158 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13160 ## ------------------------------------ ##
13161 ## Report this to wine-devel@winehq.org ##
13162 ## ------------------------------------ ##
13164 ) |
sed "s/^/$as_me: WARNING: /" >&2
13167 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13168 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13169 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13170 echo $ECHO_N "(cached) $ECHO_C" >&6
13172 ac_cv_header_sane_sane_h
=$ac_header_preproc
13174 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13175 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13178 if test $ac_cv_header_sane_sane_h = yes; then
13179 { echo "$as_me:$LINENO: checking for -lsane" >&5
13180 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13181 if test "${ac_cv_lib_soname_sane+set}" = set; then
13182 echo $ECHO_N "(cached) $ECHO_C" >&6
13184 ac_check_soname_save_LIBS
=$LIBS
13185 LIBS
="-lsane $ac_sane_libs $LIBS"
13186 cat >conftest.
$ac_ext <<_ACEOF
13189 cat confdefs.h
>>conftest.
$ac_ext
13190 cat >>conftest.
$ac_ext <<_ACEOF
13191 /* end confdefs.h. */
13193 /* Override any GCC internal prototype to avoid an error.
13194 Use char because int might match the return type of a GCC
13195 builtin and then its argument prototype would still apply. */
13203 return sane_init ();
13208 rm -f conftest.
$ac_objext conftest
$ac_exeext
13209 if { (ac_try
="$ac_link"
13210 case "(($ac_try" in
13211 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13212 *) ac_try_echo=$ac_try;;
13214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13215 (eval "$ac_link") 2>conftest.er1
13217 grep -v '^ *+' conftest.er1 >conftest.err
13219 cat conftest.err >&5
13220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); } && {
13222 test -z "$ac_c_werror_flag" ||
13223 test ! -s conftest.err
13224 } && test -s conftest$ac_exeext &&
13225 $as_test_x conftest$ac_exeext; then
13228 dylib) ac_cv_lib_soname_sane=`otool
-L conftest
$ac_exeext |
grep "libsane\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13229 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13232 echo "$as_me: failed program was:" >&5
13233 sed 's/^/| /' conftest.$ac_ext >&5
13238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13239 conftest$ac_exeext conftest.$ac_ext
13240 LIBS=$ac_check_soname_save_LIBS
13242 if test "x$ac_cv_lib_soname_sane" = "x"; then
13243 { echo "$as_me:$LINENO: result: not found" >&5
13244 echo "${ECHO_T}not found" >&6; }
13247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13248 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13250 cat >>confdefs.h <<_ACEOF
13251 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13254 SANEINCL="$ac_sane_incl"
13261 CPPFLAGS="$ac_save_CPPFLAGS"
13263 if test "x$ac_cv_lib_soname_sane" = "x"; then
13264 case "x$with_sane" in
13265 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13267 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13268 This is an error since --with-sane was requested." >&5
13269 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13270 This is an error since --with-sane was requested." >&2;}
13271 { (exit 1); exit 1; }; } ;;
13276 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13277 set dummy gphoto2-config; ac_word=$2
13278 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13280 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13281 echo $ECHO_N "(cached) $ECHO_C" >&6
13283 if test -n "$gphoto2_devel"; then
13284 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13287 for as_dir in $PATH
13290 test -z "$as_dir" && as_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13293 ac_cv_prog_gphoto2_devel="gphoto2-config"
13294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13301 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13304 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13305 if test -n "$gphoto2_devel"; then
13306 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13307 echo "${ECHO_T}$gphoto2_devel" >&6; }
13309 { echo "$as_me:$LINENO: result: no" >&5
13310 echo "${ECHO_T}no" >&6; }
13314 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13315 set dummy gphoto2-port-config; ac_word=$2
13316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13318 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13319 echo $ECHO_N "(cached) $ECHO_C" >&6
13321 if test -n "$gphoto2port_devel"; then
13322 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13325 for as_dir in $PATH
13328 test -z "$as_dir" && as_dir=.
13329 for ac_exec_ext in '' $ac_executable_extensions; do
13330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13331 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13339 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13342 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13343 if test -n "$gphoto2port_devel"; then
13344 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13345 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13347 { echo "$as_me:$LINENO: result: no" >&5
13348 echo "${ECHO_T}no" >&6; }
13352 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13354 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13356 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13359 -L/usr/lib|-L/usr/lib64) ;;
13360 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13363 ac_save_CPPFLAGS="$CPPFLAGS"
13364 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13365 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13366 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13367 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13368 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13369 echo $ECHO_N "(cached) $ECHO_C" >&6
13371 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13372 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13374 # Is the header compilable?
13375 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13376 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13377 cat >conftest.$ac_ext <<_ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383 $ac_includes_default
13384 #include <gphoto2-camera.h>
13386 rm -f conftest.$ac_objext
13387 if { (ac_try="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13390 *) ac_try_echo
=$ac_try;;
13392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13393 (eval "$ac_compile") 2>conftest.er1
13395 grep -v '^ *+' conftest.er1
>conftest.err
13397 cat conftest.err
>&5
13398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13399 (exit $ac_status); } && {
13400 test -z "$ac_c_werror_flag" ||
13401 test ! -s conftest.err
13402 } && test -s conftest.
$ac_objext; then
13403 ac_header_compiler
=yes
13405 echo "$as_me: failed program was:" >&5
13406 sed 's/^/| /' conftest.
$ac_ext >&5
13408 ac_header_compiler
=no
13411 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13412 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13413 echo "${ECHO_T}$ac_header_compiler" >&6; }
13415 # Is the header present?
13416 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13417 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13418 cat >conftest.
$ac_ext <<_ACEOF
13421 cat confdefs.h
>>conftest.
$ac_ext
13422 cat >>conftest.
$ac_ext <<_ACEOF
13423 /* end confdefs.h. */
13424 #include <gphoto2-camera.h>
13426 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13427 case "(($ac_try" in
13428 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13429 *) ac_try_echo=$ac_try;;
13431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13432 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13434 grep -v '^ *+' conftest.er1 >conftest.err
13436 cat conftest.err >&5
13437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13438 (exit $ac_status); } >/dev/null && {
13439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13440 test ! -s conftest.err
13442 ac_header_preproc=yes
13444 echo "$as_me: failed program was:" >&5
13445 sed 's/^/| /' conftest.$ac_ext >&5
13447 ac_header_preproc=no
13450 rm -f conftest.err conftest.$ac_ext
13451 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13452 echo "${ECHO_T}$ac_header_preproc" >&6; }
13454 # So? What about this header?
13455 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13457 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13458 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13459 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13460 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13461 ac_header_preproc=yes
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13469 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13471 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13475 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13477 ## ------------------------------------ ##
13478 ## Report this to wine-devel@winehq.org ##
13479 ## ------------------------------------ ##
13481 ) | sed "s/^/$as_me: WARNING: /" >&2
13484 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13485 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13486 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13487 echo $ECHO_N "(cached) $ECHO_C" >&6
13489 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13491 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13492 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13495 if test $ac_cv_header_gphoto2_camera_h = yes; then
13496 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13497 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13498 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13499 echo $ECHO_N "(cached) $ECHO_C" >&6
13501 ac_check_lib_save_LIBS=$LIBS
13502 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13503 cat >conftest.$ac_ext <<_ACEOF
13506 cat confdefs.h >>conftest.$ac_ext
13507 cat >>conftest.$ac_ext <<_ACEOF
13508 /* end confdefs.h. */
13510 /* Override any GCC internal prototype to avoid an error.
13511 Use char because int might match the return type of a GCC
13512 builtin and then its argument prototype would still apply. */
13516 char gp_camera_new ();
13520 return gp_camera_new ();
13525 rm -f conftest.$ac_objext conftest$ac_exeext
13526 if { (ac_try="$ac_link"
13527 case "(($ac_try" in
13528 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13529 *) ac_try_echo
=$ac_try;;
13531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13532 (eval "$ac_link") 2>conftest.er1
13534 grep -v '^ *+' conftest.er1
>conftest.err
13536 cat conftest.err
>&5
13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538 (exit $ac_status); } && {
13539 test -z "$ac_c_werror_flag" ||
13540 test ! -s conftest.err
13541 } && test -s conftest
$ac_exeext &&
13542 $as_test_x conftest
$ac_exeext; then
13543 ac_cv_lib_gphoto2_gp_camera_new
=yes
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.
$ac_ext >&5
13548 ac_cv_lib_gphoto2_gp_camera_new
=no
13551 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13552 conftest
$ac_exeext conftest.
$ac_ext
13553 LIBS
=$ac_check_lib_save_LIBS
13555 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13556 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13557 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13559 cat >>confdefs.h
<<\_ACEOF
13560 #define HAVE_GPHOTO2 1
13563 GPHOTO2LIBS
="$ac_gphoto2_libs"
13565 GPHOTO2INCL
="$ac_gphoto2_incl"
13572 CPPFLAGS
="$ac_save_CPPFLAGS"
13574 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13575 case "x$with_gphoto" in
13576 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13578 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13579 This is an error since --with-gphoto was requested." >&5
13580 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13581 This is an error since --with-gphoto was requested." >&2;}
13582 { (exit 1); exit 1; }; } ;;
13590 if test "$ac_cv_header_resolv_h" = "yes"
13592 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13593 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13594 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13595 echo $ECHO_N "(cached) $ECHO_C" >&6
13597 ac_check_lib_save_LIBS
=$LIBS
13598 LIBS
="-lresolv $LIBS"
13599 cat >conftest.
$ac_ext <<_ACEOF
13602 cat confdefs.h
>>conftest.
$ac_ext
13603 cat >>conftest.
$ac_ext <<_ACEOF
13604 /* end confdefs.h. */
13606 /* Override any GCC internal prototype to avoid an error.
13607 Use char because int might match the return type of a GCC
13608 builtin and then its argument prototype would still apply. */
13616 return res_query ();
13621 rm -f conftest.
$ac_objext conftest
$ac_exeext
13622 if { (ac_try
="$ac_link"
13623 case "(($ac_try" in
13624 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13625 *) ac_try_echo=$ac_try;;
13627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13628 (eval "$ac_link") 2>conftest.er1
13630 grep -v '^ *+' conftest.er1 >conftest.err
13632 cat conftest.err >&5
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); } && {
13635 test -z "$ac_c_werror_flag" ||
13636 test ! -s conftest.err
13637 } && test -s conftest$ac_exeext &&
13638 $as_test_x conftest$ac_exeext; then
13639 ac_cv_lib_resolv_res_query=yes
13641 echo "$as_me: failed program was:" >&5
13642 sed 's/^/| /' conftest.$ac_ext >&5
13644 ac_cv_lib_resolv_res_query=no
13647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13648 conftest$ac_exeext conftest.$ac_ext
13649 LIBS=$ac_check_lib_save_LIBS
13651 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13652 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13653 if test $ac_cv_lib_resolv_res_query = yes; then
13655 cat >>confdefs.h <<\_ACEOF
13656 #define HAVE_RESOLV 1
13659 RESOLVLIBS="-lresolv"
13666 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13668 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13669 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13670 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13671 echo $ECHO_N "(cached) $ECHO_C" >&6
13673 ac_check_lib_save_LIBS=$LIBS
13674 LIBS="-llcms $LIBS"
13675 cat >conftest.$ac_ext <<_ACEOF
13678 cat confdefs.h >>conftest.$ac_ext
13679 cat >>conftest.$ac_ext <<_ACEOF
13680 /* end confdefs.h. */
13682 /* Override any GCC internal prototype to avoid an error.
13683 Use char because int might match the return type of a GCC
13684 builtin and then its argument prototype would still apply. */
13688 char cmsOpenProfileFromFile ();
13692 return cmsOpenProfileFromFile ();
13697 rm -f conftest.$ac_objext conftest$ac_exeext
13698 if { (ac_try="$ac_link"
13699 case "(($ac_try" in
13700 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13701 *) ac_try_echo
=$ac_try;;
13703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13704 (eval "$ac_link") 2>conftest.er1
13706 grep -v '^ *+' conftest.er1
>conftest.err
13708 cat conftest.err
>&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); } && {
13711 test -z "$ac_c_werror_flag" ||
13712 test ! -s conftest.err
13713 } && test -s conftest
$ac_exeext &&
13714 $as_test_x conftest
$ac_exeext; then
13715 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13717 echo "$as_me: failed program was:" >&5
13718 sed 's/^/| /' conftest.
$ac_ext >&5
13720 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13723 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13724 conftest
$ac_exeext conftest.
$ac_ext
13725 LIBS
=$ac_check_lib_save_LIBS
13727 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13728 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13729 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13731 cat >>confdefs.h
<<\_ACEOF
13732 #define HAVE_LCMS 1
13739 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13740 case "x$with_cms" in
13741 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13743 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13744 This is an error since --with-cms was requested." >&5
13745 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13746 This is an error since --with-cms was requested." >&2;}
13747 { (exit 1); exit 1; }; } ;;
13752 for ac_prog
in freetype-config freetype2-config
13754 # Extract the first word of "$ac_prog", so it can be a program name with args.
13755 set dummy
$ac_prog; ac_word
=$2
13756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13758 if test "${ac_cv_prog_ft_devel+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13761 if test -n "$ft_devel"; then
13762 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13764 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13765 for as_dir
in $PATH
13768 test -z "$as_dir" && as_dir
=.
13769 for ac_exec_ext
in '' $ac_executable_extensions; do
13770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13771 ac_cv_prog_ft_devel
="$ac_prog"
13772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13781 ft_devel
=$ac_cv_prog_ft_devel
13782 if test -n "$ft_devel"; then
13783 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13784 echo "${ECHO_T}$ft_devel" >&6; }
13786 { echo "$as_me:$LINENO: result: no" >&5
13787 echo "${ECHO_T}no" >&6; }
13791 test -n "$ft_devel" && break
13793 test -n "$ft_devel" || ft_devel
="false"
13795 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13797 ac_freetype_libs
=`$ft_devel --libs`
13798 ac_freetype_incl
=`$ft_devel --cflags`
13799 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13800 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13801 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13802 echo $ECHO_N "(cached) $ECHO_C" >&6
13804 ac_check_soname_save_LIBS
=$LIBS
13805 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13806 cat >conftest.
$ac_ext <<_ACEOF
13809 cat confdefs.h
>>conftest.
$ac_ext
13810 cat >>conftest.
$ac_ext <<_ACEOF
13811 /* end confdefs.h. */
13813 /* Override any GCC internal prototype to avoid an error.
13814 Use char because int might match the return type of a GCC
13815 builtin and then its argument prototype would still apply. */
13819 char FT_Init_FreeType ();
13823 return FT_Init_FreeType ();
13828 rm -f conftest.
$ac_objext conftest
$ac_exeext
13829 if { (ac_try
="$ac_link"
13830 case "(($ac_try" in
13831 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13832 *) ac_try_echo=$ac_try;;
13834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13835 (eval "$ac_link") 2>conftest.er1
13837 grep -v '^ *+' conftest.er1 >conftest.err
13839 cat conftest.err >&5
13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841 (exit $ac_status); } && {
13842 test -z "$ac_c_werror_flag" ||
13843 test ! -s conftest.err
13844 } && test -s conftest$ac_exeext &&
13845 $as_test_x conftest$ac_exeext; then
13848 dylib) ac_cv_lib_soname_freetype=`otool
-L conftest
$ac_exeext |
grep "libfreetype\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13849 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13852 echo "$as_me: failed program was:" >&5
13853 sed 's/^/| /' conftest.$ac_ext >&5
13858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13859 conftest$ac_exeext conftest.$ac_ext
13860 LIBS=$ac_check_soname_save_LIBS
13862 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13863 { echo "$as_me:$LINENO: result: not found" >&5
13864 echo "${ECHO_T}not found" >&6; }
13867 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13868 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13870 cat >>confdefs.h <<_ACEOF
13871 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13877 if test "$ft_lib" = "yes"
13879 ac_save_CPPFLAGS="$CPPFLAGS"
13880 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13893 for ac_header in ft2build.h \
13894 freetype/freetype.h \
13895 freetype/ftglyph.h \
13896 freetype/fttypes.h \
13897 freetype/tttables.h \
13898 freetype/ftnames.h \
13899 freetype/ftsnames.h \
13900 freetype/ttnameid.h \
13901 freetype/ftoutln.h \
13902 freetype/ftwinfnt.h \
13903 freetype/ftmodapi.h \
13904 freetype/internal/sfnt.h
13906 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13907 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13910 echo $ECHO_N "(cached) $ECHO_C" >&6
13912 cat >conftest.$ac_ext <<_ACEOF
13915 cat confdefs.h >>conftest.$ac_ext
13916 cat >>conftest.$ac_ext <<_ACEOF
13917 /* end confdefs.h. */
13918 #ifdef HAVE_FT2BUILD_H
13919 # include <ft2build.h>
13922 #include <$ac_header>
13924 rm -f conftest.$ac_objext
13925 if { (ac_try="$ac_compile"
13926 case "(($ac_try" in
13927 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13928 *) ac_try_echo
=$ac_try;;
13930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13931 (eval "$ac_compile") 2>conftest.er1
13933 grep -v '^ *+' conftest.er1
>conftest.err
13935 cat conftest.err
>&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); } && {
13938 test -z "$ac_c_werror_flag" ||
13939 test ! -s conftest.err
13940 } && test -s conftest.
$ac_objext; then
13941 eval "$as_ac_Header=yes"
13943 echo "$as_me: failed program was:" >&5
13944 sed 's/^/| /' conftest.
$ac_ext >&5
13946 eval "$as_ac_Header=no"
13949 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13951 ac_res
=`eval echo '${'$as_ac_Header'}'`
13952 { echo "$as_me:$LINENO: result: $ac_res" >&5
13953 echo "${ECHO_T}$ac_res" >&6; }
13954 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13955 cat >>confdefs.h
<<_ACEOF
13956 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13963 cat >conftest.
$ac_ext <<_ACEOF
13966 cat confdefs.h
>>conftest.
$ac_ext
13967 cat >>conftest.
$ac_ext <<_ACEOF
13968 /* end confdefs.h. */
13969 #include <ft2build.h>
13970 #include <freetype/fttrigon.h>
13972 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13973 case "(($ac_try" in
13974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13975 *) ac_try_echo=$ac_try;;
13977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13978 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13980 grep -v '^ *+' conftest.er1 >conftest.err
13982 cat conftest.err >&5
13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13984 (exit $ac_status); } >/dev/null && {
13985 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13986 test ! -s conftest.err
13989 cat >>confdefs.h <<\_ACEOF
13990 #define HAVE_FREETYPE_FTTRIGON_H 1
13993 wine_cv_fttrigon=yes
13995 echo "$as_me: failed program was:" >&5
13996 sed 's/^/| /' conftest.$ac_ext >&5
13998 wine_cv_fttrigon=no
14001 rm -f conftest.err conftest.$ac_ext
14002 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14003 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14004 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14005 echo $ECHO_N "(cached) $ECHO_C" >&6
14007 cat >conftest.$ac_ext <<_ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14013 #include <freetype/ftmodapi.h>
14015 typedef FT_TrueTypeEngineType ac__type_new_;
14019 if ((ac__type_new_ *) 0)
14021 if (sizeof (ac__type_new_))
14027 rm -f conftest.$ac_objext
14028 if { (ac_try="$ac_compile"
14029 case "(($ac_try" in
14030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14031 *) ac_try_echo
=$ac_try;;
14033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14034 (eval "$ac_compile") 2>conftest.er1
14036 grep -v '^ *+' conftest.er1
>conftest.err
14038 cat conftest.err
>&5
14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040 (exit $ac_status); } && {
14041 test -z "$ac_c_werror_flag" ||
14042 test ! -s conftest.err
14043 } && test -s conftest.
$ac_objext; then
14044 ac_cv_type_FT_TrueTypeEngineType
=yes
14046 echo "$as_me: failed program was:" >&5
14047 sed 's/^/| /' conftest.
$ac_ext >&5
14049 ac_cv_type_FT_TrueTypeEngineType
=no
14052 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14054 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14055 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14056 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14058 cat >>confdefs.h
<<_ACEOF
14059 #define HAVE_FT_TRUETYPEENGINETYPE 1
14065 ac_save_CFLAGS
="$CFLAGS"
14066 CFLAGS
="$CFLAGS $ac_freetype_libs"
14068 for ac_func
in FT_Load_Sfnt_Table
14070 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14071 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14072 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14073 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14074 echo $ECHO_N "(cached) $ECHO_C" >&6
14076 cat >conftest.
$ac_ext <<_ACEOF
14079 cat confdefs.h
>>conftest.
$ac_ext
14080 cat >>conftest.
$ac_ext <<_ACEOF
14081 /* end confdefs.h. */
14082 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14083 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14084 #define $ac_func innocuous_$ac_func
14086 /* System header to define __stub macros and hopefully few prototypes,
14087 which can conflict with char $ac_func (); below.
14088 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14089 <limits.h> exists even on freestanding compilers. */
14092 # include <limits.h>
14094 # include <assert.h>
14099 /* Override any GCC internal prototype to avoid an error.
14100 Use char because int might match the return type of a GCC
14101 builtin and then its argument prototype would still apply. */
14106 /* The GNU C library defines this for functions which it implements
14107 to always fail with ENOSYS. Some functions are actually named
14108 something starting with __ and the normal name is an alias. */
14109 #if defined __stub_$ac_func || defined __stub___$ac_func
14116 return $ac_func ();
14121 rm -f conftest.
$ac_objext conftest
$ac_exeext
14122 if { (ac_try
="$ac_link"
14123 case "(($ac_try" in
14124 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14125 *) ac_try_echo=$ac_try;;
14127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14128 (eval "$ac_link") 2>conftest.er1
14130 grep -v '^ *+' conftest.er1 >conftest.err
14132 cat conftest.err >&5
14133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14134 (exit $ac_status); } && {
14135 test -z "$ac_c_werror_flag" ||
14136 test ! -s conftest.err
14137 } && test -s conftest$ac_exeext &&
14138 $as_test_x conftest$ac_exeext; then
14139 eval "$as_ac_var=yes"
14141 echo "$as_me: failed program was:" >&5
14142 sed 's/^/| /' conftest.$ac_ext >&5
14144 eval "$as_ac_var=no"
14147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14148 conftest$ac_exeext conftest.$ac_ext
14150 ac_res=`eval echo '${'$as_ac_var'}'`
14151 { echo "$as_me:$LINENO: result: $ac_res" >&5
14152 echo "${ECHO_T}$ac_res" >&6; }
14153 if test `eval echo '${'$as_ac_var'}'` = yes; then
14154 cat >>confdefs.h <<_ACEOF
14155 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14161 CFLAGS="$ac_save_CFLAGS"
14162 CPPFLAGS="$ac_save_CPPFLAGS"
14163 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14166 cat >>confdefs.h <<\_ACEOF
14167 #define HAVE_FREETYPE 1
14170 FREETYPELIBS="$ac_freetype_libs"
14172 FREETYPEINCL="$ac_freetype_incl"
14177 if test "x$FREETYPELIBS" = "x"; then
14178 case "x$with_freetype" in
14180 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14181 Fonts will not be built. Dialog text may be invisible or unaligned.
14182 Use the --without-freetype option if you really want this." >&5
14183 echo "$as_me: error: FreeType development files not found.
14184 Fonts will not be built. Dialog text may be invisible or unaligned.
14185 Use the --without-freetype option if you really want this." >&2;}
14186 { (exit 1); exit 1; }; } ;;
14190 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14192 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14193 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14194 if test "${ac_cv_c_ppdev+set}" = set; then
14195 echo $ECHO_N "(cached) $ECHO_C" >&6
14197 cat >conftest.$ac_ext <<_ACEOF
14200 cat confdefs.h >>conftest.$ac_ext
14201 cat >>conftest.$ac_ext <<_ACEOF
14202 /* end confdefs.h. */
14203 #include <linux/ppdev.h>
14207 ioctl (1,PPCLAIM,0)
14212 rm -f conftest.$ac_objext
14213 if { (ac_try="$ac_compile"
14214 case "(($ac_try" in
14215 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14216 *) ac_try_echo
=$ac_try;;
14218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14219 (eval "$ac_compile") 2>conftest.er1
14221 grep -v '^ *+' conftest.er1
>conftest.err
14223 cat conftest.err
>&5
14224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14225 (exit $ac_status); } && {
14226 test -z "$ac_c_werror_flag" ||
14227 test ! -s conftest.err
14228 } && test -s conftest.
$ac_objext; then
14229 ac_cv_c_ppdev
="yes"
14231 echo "$as_me: failed program was:" >&5
14232 sed 's/^/| /' conftest.
$ac_ext >&5
14237 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14239 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14240 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14241 if test "$ac_cv_c_ppdev" = "yes"
14244 cat >>confdefs.h
<<\_ACEOF
14245 #define HAVE_PPDEV 1
14250 { echo "$as_me:$LINENO: checking for va_copy" >&5
14251 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14252 if test "${ac_cv_c_va_copy+set}" = set; then
14253 echo $ECHO_N "(cached) $ECHO_C" >&6
14255 cat >conftest.
$ac_ext <<_ACEOF
14258 cat confdefs.h
>>conftest.
$ac_ext
14259 cat >>conftest.
$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14261 #include <stdarg.h>
14265 va_list ap1, ap2; va_copy(ap1,ap2);
14270 rm -f conftest.
$ac_objext conftest
$ac_exeext
14271 if { (ac_try
="$ac_link"
14272 case "(($ac_try" in
14273 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14274 *) ac_try_echo=$ac_try;;
14276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14277 (eval "$ac_link") 2>conftest.er1
14279 grep -v '^ *+' conftest.er1 >conftest.err
14281 cat conftest.err >&5
14282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283 (exit $ac_status); } && {
14284 test -z "$ac_c_werror_flag" ||
14285 test ! -s conftest.err
14286 } && test -s conftest$ac_exeext &&
14287 $as_test_x conftest$ac_exeext; then
14288 ac_cv_c_va_copy="yes"
14290 echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14293 ac_cv_c_va_copy="no"
14296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14297 conftest$ac_exeext conftest.$ac_ext
14300 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14301 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14302 if test "$ac_cv_c_va_copy" = "yes"
14305 cat >>confdefs.h <<\_ACEOF
14306 #define HAVE_VA_COPY 1
14310 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14311 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14312 if test "${ac_cv_c___va_copy+set}" = set; then
14313 echo $ECHO_N "(cached) $ECHO_C" >&6
14315 cat >conftest.$ac_ext <<_ACEOF
14318 cat confdefs.h >>conftest.$ac_ext
14319 cat >>conftest.$ac_ext <<_ACEOF
14320 /* end confdefs.h. */
14321 #include <stdarg.h>
14325 va_list ap1, ap2; __va_copy(ap1,ap2);
14330 rm -f conftest.$ac_objext conftest$ac_exeext
14331 if { (ac_try="$ac_link"
14332 case "(($ac_try" in
14333 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14334 *) ac_try_echo
=$ac_try;;
14336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14337 (eval "$ac_link") 2>conftest.er1
14339 grep -v '^ *+' conftest.er1
>conftest.err
14341 cat conftest.err
>&5
14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); } && {
14344 test -z "$ac_c_werror_flag" ||
14345 test ! -s conftest.err
14346 } && test -s conftest
$ac_exeext &&
14347 $as_test_x conftest
$ac_exeext; then
14348 ac_cv_c___va_copy
="yes"
14350 echo "$as_me: failed program was:" >&5
14351 sed 's/^/| /' conftest.
$ac_ext >&5
14353 ac_cv_c___va_copy
="no"
14356 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14357 conftest
$ac_exeext conftest.
$ac_ext
14360 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14361 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14362 if test "$ac_cv_c___va_copy" = "yes"
14365 cat >>confdefs.h
<<\_ACEOF
14366 #define HAVE___VA_COPY 1
14371 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14372 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14373 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14374 echo $ECHO_N "(cached) $ECHO_C" >&6
14376 cat >conftest.
$ac_ext <<_ACEOF
14379 cat confdefs.h
>>conftest.
$ac_ext
14380 cat >>conftest.
$ac_ext <<_ACEOF
14381 /* end confdefs.h. */
14382 #define _GNU_SOURCE
14383 #include <pthread.h>
14385 typedef pthread_rwlock_t ac__type_new_;
14389 if ((ac__type_new_ *) 0)
14391 if (sizeof (ac__type_new_))
14397 rm -f conftest.
$ac_objext
14398 if { (ac_try
="$ac_compile"
14399 case "(($ac_try" in
14400 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14401 *) ac_try_echo=$ac_try;;
14403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14404 (eval "$ac_compile") 2>conftest.er1
14406 grep -v '^ *+' conftest.er1 >conftest.err
14408 cat conftest.err >&5
14409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14410 (exit $ac_status); } && {
14411 test -z "$ac_c_werror_flag" ||
14412 test ! -s conftest.err
14413 } && test -s conftest.$ac_objext; then
14414 ac_cv_type_pthread_rwlock_t=yes
14416 echo "$as_me: failed program was:" >&5
14417 sed 's/^/| /' conftest.$ac_ext >&5
14419 ac_cv_type_pthread_rwlock_t=no
14422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14424 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14425 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14426 if test $ac_cv_type_pthread_rwlock_t = yes; then
14428 cat >>confdefs.h <<_ACEOF
14429 #define HAVE_PTHREAD_RWLOCK_T 1
14434 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14435 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14436 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14437 echo $ECHO_N "(cached) $ECHO_C" >&6
14439 cat >conftest.$ac_ext <<_ACEOF
14442 cat confdefs.h >>conftest.$ac_ext
14443 cat >>conftest.$ac_ext <<_ACEOF
14444 /* end confdefs.h. */
14445 #define _GNU_SOURCE
14446 #include <pthread.h>
14448 typedef pthread_rwlockattr_t ac__type_new_;
14452 if ((ac__type_new_ *) 0)
14454 if (sizeof (ac__type_new_))
14460 rm -f conftest.$ac_objext
14461 if { (ac_try="$ac_compile"
14462 case "(($ac_try" in
14463 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14464 *) ac_try_echo
=$ac_try;;
14466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14467 (eval "$ac_compile") 2>conftest.er1
14469 grep -v '^ *+' conftest.er1
>conftest.err
14471 cat conftest.err
>&5
14472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14473 (exit $ac_status); } && {
14474 test -z "$ac_c_werror_flag" ||
14475 test ! -s conftest.err
14476 } && test -s conftest.
$ac_objext; then
14477 ac_cv_type_pthread_rwlockattr_t
=yes
14479 echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.
$ac_ext >&5
14482 ac_cv_type_pthread_rwlockattr_t
=no
14485 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14487 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14488 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14489 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14491 cat >>confdefs.h
<<_ACEOF
14492 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14499 ac_wine_check_funcs_save_LIBS
="$LIBS"
14500 LIBS
="$LIBS $LIBPTHREAD"
14506 pthread_attr_get_np \
14507 pthread_getattr_np \
14508 pthread_get_stackaddr_np \
14509 pthread_get_stacksize_np
14511 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14512 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14513 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14514 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14515 echo $ECHO_N "(cached) $ECHO_C" >&6
14517 cat >conftest.
$ac_ext <<_ACEOF
14520 cat confdefs.h
>>conftest.
$ac_ext
14521 cat >>conftest.
$ac_ext <<_ACEOF
14522 /* end confdefs.h. */
14523 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14524 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14525 #define $ac_func innocuous_$ac_func
14527 /* System header to define __stub macros and hopefully few prototypes,
14528 which can conflict with char $ac_func (); below.
14529 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14530 <limits.h> exists even on freestanding compilers. */
14533 # include <limits.h>
14535 # include <assert.h>
14540 /* Override any GCC internal prototype to avoid an error.
14541 Use char because int might match the return type of a GCC
14542 builtin and then its argument prototype would still apply. */
14547 /* The GNU C library defines this for functions which it implements
14548 to always fail with ENOSYS. Some functions are actually named
14549 something starting with __ and the normal name is an alias. */
14550 #if defined __stub_$ac_func || defined __stub___$ac_func
14557 return $ac_func ();
14562 rm -f conftest.
$ac_objext conftest
$ac_exeext
14563 if { (ac_try
="$ac_link"
14564 case "(($ac_try" in
14565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14566 *) ac_try_echo=$ac_try;;
14568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14569 (eval "$ac_link") 2>conftest.er1
14571 grep -v '^ *+' conftest.er1 >conftest.err
14573 cat conftest.err >&5
14574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14575 (exit $ac_status); } && {
14576 test -z "$ac_c_werror_flag" ||
14577 test ! -s conftest.err
14578 } && test -s conftest$ac_exeext &&
14579 $as_test_x conftest$ac_exeext; then
14580 eval "$as_ac_var=yes"
14582 echo "$as_me: failed program was:" >&5
14583 sed 's/^/| /' conftest.$ac_ext >&5
14585 eval "$as_ac_var=no"
14588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14589 conftest$ac_exeext conftest.$ac_ext
14591 ac_res=`eval echo '${'$as_ac_var'}'`
14592 { echo "$as_me:$LINENO: result: $ac_res" >&5
14593 echo "${ECHO_T}$ac_res" >&6; }
14594 if test `eval echo '${'$as_ac_var'}'` = yes; then
14595 cat >>confdefs.h <<_ACEOF
14596 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14602 LIBS="$ac_wine_check_funcs_save_LIBS"
14604 # Extract the first word of "esd-config", so it can be a program name with args.
14605 set dummy esd-config; ac_word=$2
14606 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14608 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14609 echo $ECHO_N "(cached) $ECHO_C" >&6
14613 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14617 for as_dir in $PATH
14620 test -z "$as_dir" && as_dir=.
14621 for ac_exec_ext in '' $ac_executable_extensions; do
14622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14623 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14634 ESDCONFIG=$ac_cv_path_ESDCONFIG
14635 if test -n "$ESDCONFIG"; then
14636 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14637 echo "${ECHO_T}$ESDCONFIG" >&6; }
14639 { echo "$as_me:$LINENO: result: no" >&5
14640 echo "${ECHO_T}no" >&6; }
14644 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14647 for i in `$ESDCONFIG --cflags`
14650 -I*) ac_esd_incl="$ac_esd_incl $i";;
14653 ac_esd_libs=`$ESDCONFIG --libs`
14654 save_CFLAGS="$CFLAGS"
14655 CFLAGS="$CFLAGS $ac_esd_incl"
14656 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14657 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14658 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14659 echo $ECHO_N "(cached) $ECHO_C" >&6
14661 ac_check_lib_save_LIBS=$LIBS
14662 LIBS="-lesd $ac_esd_libs $LIBS"
14663 cat >conftest.$ac_ext <<_ACEOF
14666 cat confdefs.h >>conftest.$ac_ext
14667 cat >>conftest.$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14670 /* Override any GCC internal prototype to avoid an error.
14671 Use char because int might match the return type of a GCC
14672 builtin and then its argument prototype would still apply. */
14676 char esd_open_sound ();
14680 return esd_open_sound ();
14685 rm -f conftest.$ac_objext conftest$ac_exeext
14686 if { (ac_try="$ac_link"
14687 case "(($ac_try" in
14688 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14689 *) ac_try_echo
=$ac_try;;
14691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14692 (eval "$ac_link") 2>conftest.er1
14694 grep -v '^ *+' conftest.er1
>conftest.err
14696 cat conftest.err
>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); } && {
14699 test -z "$ac_c_werror_flag" ||
14700 test ! -s conftest.err
14701 } && test -s conftest
$ac_exeext &&
14702 $as_test_x conftest
$ac_exeext; then
14703 ac_cv_lib_esd_esd_open_sound
=yes
14705 echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.
$ac_ext >&5
14708 ac_cv_lib_esd_esd_open_sound
=no
14711 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14712 conftest
$ac_exeext conftest.
$ac_ext
14713 LIBS
=$ac_check_lib_save_LIBS
14715 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14716 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14717 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14718 ESDINCL
="$ac_esd_incl"
14720 ESDLIBS
="$ac_esd_libs"
14723 cat >>confdefs.h
<<\_ACEOF
14729 CFLAGS
="$save_CFLAGS"
14734 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14736 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14737 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14738 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14739 echo $ECHO_N "(cached) $ECHO_C" >&6
14741 ac_check_lib_save_LIBS
=$LIBS
14742 LIBS
="-lasound $LIBS"
14743 cat >conftest.
$ac_ext <<_ACEOF
14746 cat confdefs.h
>>conftest.
$ac_ext
14747 cat >>conftest.
$ac_ext <<_ACEOF
14748 /* end confdefs.h. */
14750 /* Override any GCC internal prototype to avoid an error.
14751 Use char because int might match the return type of a GCC
14752 builtin and then its argument prototype would still apply. */
14756 char snd_pcm_hw_params_get_access ();
14760 return snd_pcm_hw_params_get_access ();
14765 rm -f conftest.
$ac_objext conftest
$ac_exeext
14766 if { (ac_try
="$ac_link"
14767 case "(($ac_try" in
14768 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14769 *) ac_try_echo=$ac_try;;
14771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14772 (eval "$ac_link") 2>conftest.er1
14774 grep -v '^ *+' conftest.er1 >conftest.err
14776 cat conftest.err >&5
14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14778 (exit $ac_status); } && {
14779 test -z "$ac_c_werror_flag" ||
14780 test ! -s conftest.err
14781 } && test -s conftest$ac_exeext &&
14782 $as_test_x conftest$ac_exeext; then
14783 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14785 echo "$as_me: failed program was:" >&5
14786 sed 's/^/| /' conftest.$ac_ext >&5
14788 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14792 conftest$ac_exeext conftest.$ac_ext
14793 LIBS=$ac_check_lib_save_LIBS
14795 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14796 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14797 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14798 cat >conftest.$ac_ext <<_ACEOF
14801 cat confdefs.h >>conftest.$ac_ext
14802 cat >>conftest.$ac_ext <<_ACEOF
14803 /* end confdefs.h. */
14804 #ifdef HAVE_ALSA_ASOUNDLIB_H
14805 #include <alsa/asoundlib.h>
14806 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14807 #include <sys/asoundlib.h>
14812 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14817 rm -f conftest.$ac_objext
14818 if { (ac_try="$ac_compile"
14819 case "(($ac_try" in
14820 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14821 *) ac_try_echo
=$ac_try;;
14823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14824 (eval "$ac_compile") 2>conftest.er1
14826 grep -v '^ *+' conftest.er1
>conftest.err
14828 cat conftest.err
>&5
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } && {
14831 test -z "$ac_c_werror_flag" ||
14832 test ! -s conftest.err
14833 } && test -s conftest.
$ac_objext; then
14835 cat >>confdefs.h
<<\_ACEOF
14836 #define HAVE_ALSA 1
14839 ALSALIBS
="-lasound"
14841 echo "$as_me: failed program was:" >&5
14842 sed 's/^/| /' conftest.
$ac_ext >&5
14847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14854 if test "$ac_cv_header_libaudioio_h" = "yes"
14856 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14857 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14858 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14859 echo $ECHO_N "(cached) $ECHO_C" >&6
14861 ac_check_lib_save_LIBS
=$LIBS
14862 LIBS
="-laudioio $LIBS"
14863 cat >conftest.
$ac_ext <<_ACEOF
14866 cat confdefs.h
>>conftest.
$ac_ext
14867 cat >>conftest.
$ac_ext <<_ACEOF
14868 /* end confdefs.h. */
14870 /* Override any GCC internal prototype to avoid an error.
14871 Use char because int might match the return type of a GCC
14872 builtin and then its argument prototype would still apply. */
14876 char AudioIOGetVersion ();
14880 return AudioIOGetVersion ();
14885 rm -f conftest.
$ac_objext conftest
$ac_exeext
14886 if { (ac_try
="$ac_link"
14887 case "(($ac_try" in
14888 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14889 *) ac_try_echo=$ac_try;;
14891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14892 (eval "$ac_link") 2>conftest.er1
14894 grep -v '^ *+' conftest.er1 >conftest.err
14896 cat conftest.err >&5
14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14898 (exit $ac_status); } && {
14899 test -z "$ac_c_werror_flag" ||
14900 test ! -s conftest.err
14901 } && test -s conftest$ac_exeext &&
14902 $as_test_x conftest$ac_exeext; then
14903 ac_cv_lib_audioio_AudioIOGetVersion=yes
14905 echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14908 ac_cv_lib_audioio_AudioIOGetVersion=no
14911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14912 conftest$ac_exeext conftest.$ac_ext
14913 LIBS=$ac_check_lib_save_LIBS
14915 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14916 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14917 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14918 AUDIOIOLIBS="-laudioio"
14920 cat >>confdefs.h <<\_ACEOF
14921 #define HAVE_LIBAUDIOIO 1
14929 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14931 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14932 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14933 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14934 echo $ECHO_N "(cached) $ECHO_C" >&6
14936 ac_check_soname_save_LIBS=$LIBS
14937 LIBS="-lcapi20 $LIBS"
14938 cat >conftest.$ac_ext <<_ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h. */
14945 /* Override any GCC internal prototype to avoid an error.
14946 Use char because int might match the return type of a GCC
14947 builtin and then its argument prototype would still apply. */
14951 char capi20_register ();
14955 return capi20_register ();
14960 rm -f conftest.$ac_objext conftest$ac_exeext
14961 if { (ac_try="$ac_link"
14962 case "(($ac_try" in
14963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14964 *) ac_try_echo
=$ac_try;;
14966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14967 (eval "$ac_link") 2>conftest.er1
14969 grep -v '^ *+' conftest.er1
>conftest.err
14971 cat conftest.err
>&5
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); } && {
14974 test -z "$ac_c_werror_flag" ||
14975 test ! -s conftest.err
14976 } && test -s conftest
$ac_exeext &&
14977 $as_test_x conftest
$ac_exeext; then
14980 dylib
) ac_cv_lib_soname_capi20
=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14981 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14984 echo "$as_me: failed program was:" >&5
14985 sed 's/^/| /' conftest.
$ac_ext >&5
14990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14991 conftest
$ac_exeext conftest.
$ac_ext
14992 LIBS
=$ac_check_soname_save_LIBS
14994 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14995 { echo "$as_me:$LINENO: result: not found" >&5
14996 echo "${ECHO_T}not found" >&6; }
14999 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15000 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15002 cat >>confdefs.h
<<_ACEOF
15003 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15011 case "x$with_capi" in
15012 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15014 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15015 This is an error since --with-capi was requested." >&5
15016 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15017 This is an error since --with-capi was requested." >&2;}
15018 { (exit 1); exit 1; }; } ;;
15025 if test "x$with_cups" != "xno"
15027 ac_save_CPPFLAGS
="$CPPFLAGS"
15028 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
15029 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
15030 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
15032 for ac_header
in cups
/cups.h
15034 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15035 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15036 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15037 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15038 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15039 echo $ECHO_N "(cached) $ECHO_C" >&6
15041 ac_res
=`eval echo '${'$as_ac_Header'}'`
15042 { echo "$as_me:$LINENO: result: $ac_res" >&5
15043 echo "${ECHO_T}$ac_res" >&6; }
15045 # Is the header compilable?
15046 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15047 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15048 cat >conftest.
$ac_ext <<_ACEOF
15051 cat confdefs.h
>>conftest.
$ac_ext
15052 cat >>conftest.
$ac_ext <<_ACEOF
15053 /* end confdefs.h. */
15054 $ac_includes_default
15055 #include <$ac_header>
15057 rm -f conftest.
$ac_objext
15058 if { (ac_try
="$ac_compile"
15059 case "(($ac_try" in
15060 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15061 *) ac_try_echo=$ac_try;;
15063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15064 (eval "$ac_compile") 2>conftest.er1
15066 grep -v '^ *+' conftest.er1 >conftest.err
15068 cat conftest.err >&5
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); } && {
15071 test -z "$ac_c_werror_flag" ||
15072 test ! -s conftest.err
15073 } && test -s conftest.$ac_objext; then
15074 ac_header_compiler=yes
15076 echo "$as_me: failed program was:" >&5
15077 sed 's/^/| /' conftest.$ac_ext >&5
15079 ac_header_compiler=no
15082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15083 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15084 echo "${ECHO_T}$ac_header_compiler" >&6; }
15086 # Is the header present?
15087 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15088 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15089 cat >conftest.$ac_ext <<_ACEOF
15092 cat confdefs.h >>conftest.$ac_ext
15093 cat >>conftest.$ac_ext <<_ACEOF
15094 /* end confdefs.h. */
15095 #include <$ac_header>
15097 if { (ac_try="$ac_cpp conftest.$ac_ext"
15098 case "(($ac_try" in
15099 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15100 *) ac_try_echo
=$ac_try;;
15102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15103 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15105 grep -v '^ *+' conftest.er1
>conftest.err
15107 cat conftest.err
>&5
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } >/dev
/null
&& {
15110 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15113 ac_header_preproc
=yes
15115 echo "$as_me: failed program was:" >&5
15116 sed 's/^/| /' conftest.
$ac_ext >&5
15118 ac_header_preproc
=no
15121 rm -f conftest.err conftest.
$ac_ext
15122 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15123 echo "${ECHO_T}$ac_header_preproc" >&6; }
15125 # So? What about this header?
15126 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15128 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15129 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15131 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15132 ac_header_preproc
=yes
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15136 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15138 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15140 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15141 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15142 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15144 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15146 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15148 ## ------------------------------------ ##
15149 ## Report this to wine-devel@winehq.org ##
15150 ## ------------------------------------ ##
15152 ) |
sed "s/^/$as_me: WARNING: /" >&2
15155 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15157 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15158 echo $ECHO_N "(cached) $ECHO_C" >&6
15160 eval "$as_ac_Header=\$ac_header_preproc"
15162 ac_res
=`eval echo '${'$as_ac_Header'}'`
15163 { echo "$as_me:$LINENO: result: $ac_res" >&5
15164 echo "${ECHO_T}$ac_res" >&6; }
15167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15168 cat >>confdefs.h
<<_ACEOF
15169 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15171 { echo "$as_me:$LINENO: checking for -lcups" >&5
15172 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15173 if test "${ac_cv_lib_soname_cups+set}" = set; then
15174 echo $ECHO_N "(cached) $ECHO_C" >&6
15176 ac_check_soname_save_LIBS
=$LIBS
15177 LIBS
="-lcups $ac_cups_libs $LIBS"
15178 cat >conftest.
$ac_ext <<_ACEOF
15181 cat confdefs.h
>>conftest.
$ac_ext
15182 cat >>conftest.
$ac_ext <<_ACEOF
15183 /* end confdefs.h. */
15185 /* Override any GCC internal prototype to avoid an error.
15186 Use char because int might match the return type of a GCC
15187 builtin and then its argument prototype would still apply. */
15191 char cupsGetDefault ();
15195 return cupsGetDefault ();
15200 rm -f conftest.
$ac_objext conftest
$ac_exeext
15201 if { (ac_try
="$ac_link"
15202 case "(($ac_try" in
15203 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15204 *) ac_try_echo=$ac_try;;
15206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15207 (eval "$ac_link") 2>conftest.er1
15209 grep -v '^ *+' conftest.er1 >conftest.err
15211 cat conftest.err >&5
15212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15213 (exit $ac_status); } && {
15214 test -z "$ac_c_werror_flag" ||
15215 test ! -s conftest.err
15216 } && test -s conftest$ac_exeext &&
15217 $as_test_x conftest$ac_exeext; then
15220 dylib) ac_cv_lib_soname_cups=`otool
-L conftest
$ac_exeext |
grep "libcups\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15221 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15224 echo "$as_me: failed program was:" >&5
15225 sed 's/^/| /' conftest.$ac_ext >&5
15230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15231 conftest$ac_exeext conftest.$ac_ext
15232 LIBS=$ac_check_soname_save_LIBS
15234 if test "x$ac_cv_lib_soname_cups" = "x"; then
15235 { echo "$as_me:$LINENO: result: not found" >&5
15236 echo "${ECHO_T}not found" >&6; }
15239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15240 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15242 cat >>confdefs.h <<_ACEOF
15243 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15246 CUPSINCL="$ac_cups_cflags"
15253 CPPFLAGS="$ac_save_CPPFLAGS"
15255 if test "x$ac_cv_lib_soname_cups" = "x"; then
15256 case "x$with_cups" in
15257 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15259 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15260 This is an error since --with-cups was requested." >&5
15261 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15262 This is an error since --with-cups was requested." >&2;}
15263 { (exit 1); exit 1; }; } ;;
15268 if test "$ac_cv_header_jack_jack_h" = "yes"
15270 { echo "$as_me:$LINENO: checking for -ljack" >&5
15271 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15272 if test "${ac_cv_lib_soname_jack+set}" = set; then
15273 echo $ECHO_N "(cached) $ECHO_C" >&6
15275 ac_check_soname_save_LIBS=$LIBS
15276 LIBS="-ljack $LIBS"
15277 cat >conftest.$ac_ext <<_ACEOF
15280 cat confdefs.h >>conftest.$ac_ext
15281 cat >>conftest.$ac_ext <<_ACEOF
15282 /* end confdefs.h. */
15284 /* Override any GCC internal prototype to avoid an error.
15285 Use char because int might match the return type of a GCC
15286 builtin and then its argument prototype would still apply. */
15290 char jack_client_new ();
15294 return jack_client_new ();
15299 rm -f conftest.$ac_objext conftest$ac_exeext
15300 if { (ac_try="$ac_link"
15301 case "(($ac_try" in
15302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15303 *) ac_try_echo
=$ac_try;;
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306 (eval "$ac_link") 2>conftest.er1
15308 grep -v '^ *+' conftest.er1
>conftest.err
15310 cat conftest.err
>&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } && {
15313 test -z "$ac_c_werror_flag" ||
15314 test ! -s conftest.err
15315 } && test -s conftest
$ac_exeext &&
15316 $as_test_x conftest
$ac_exeext; then
15319 dylib
) ac_cv_lib_soname_jack
=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15320 *) ac_cv_lib_soname_jack
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15323 echo "$as_me: failed program was:" >&5
15324 sed 's/^/| /' conftest.
$ac_ext >&5
15329 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15330 conftest
$ac_exeext conftest.
$ac_ext
15331 LIBS
=$ac_check_soname_save_LIBS
15333 if test "x$ac_cv_lib_soname_jack" = "x"; then
15334 { echo "$as_me:$LINENO: result: not found" >&5
15335 echo "${ECHO_T}not found" >&6; }
15338 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15339 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15341 cat >>confdefs.h
<<_ACEOF
15342 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15350 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15352 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15353 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15354 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15355 echo $ECHO_N "(cached) $ECHO_C" >&6
15357 ac_check_soname_save_LIBS
=$LIBS
15358 LIBS
="-lfontconfig $LIBS"
15359 cat >conftest.
$ac_ext <<_ACEOF
15362 cat confdefs.h
>>conftest.
$ac_ext
15363 cat >>conftest.
$ac_ext <<_ACEOF
15364 /* end confdefs.h. */
15366 /* Override any GCC internal prototype to avoid an error.
15367 Use char because int might match the return type of a GCC
15368 builtin and then its argument prototype would still apply. */
15381 rm -f conftest.
$ac_objext conftest
$ac_exeext
15382 if { (ac_try
="$ac_link"
15383 case "(($ac_try" in
15384 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15385 *) ac_try_echo=$ac_try;;
15387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15388 (eval "$ac_link") 2>conftest.er1
15390 grep -v '^ *+' conftest.er1 >conftest.err
15392 cat conftest.err >&5
15393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15394 (exit $ac_status); } && {
15395 test -z "$ac_c_werror_flag" ||
15396 test ! -s conftest.err
15397 } && test -s conftest$ac_exeext &&
15398 $as_test_x conftest$ac_exeext; then
15401 dylib) ac_cv_lib_soname_fontconfig=`otool
-L conftest
$ac_exeext |
grep "libfontconfig\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15402 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15405 echo "$as_me: failed program was:" >&5
15406 sed 's/^/| /' conftest.$ac_ext >&5
15411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15412 conftest$ac_exeext conftest.$ac_ext
15413 LIBS=$ac_check_soname_save_LIBS
15415 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15416 { echo "$as_me:$LINENO: result: not found" >&5
15417 echo "${ECHO_T}not found" >&6; }
15420 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15421 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15423 cat >>confdefs.h <<_ACEOF
15424 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15430 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15432 ac_save_CPPFLAGS="$CPPFLAGS"
15433 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15434 $as_unset ac_cv_header_fontconfig_fontconfig_h
15436 for ac_header in fontconfig/fontconfig.h
15438 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15443 echo $ECHO_N "(cached) $ECHO_C" >&6
15445 ac_res=`eval echo '${'$as_ac_Header'}'`
15446 { echo "$as_me:$LINENO: result: $ac_res" >&5
15447 echo "${ECHO_T}$ac_res" >&6; }
15449 # Is the header compilable?
15450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15452 cat >conftest.$ac_ext <<_ACEOF
15455 cat confdefs.h >>conftest.$ac_ext
15456 cat >>conftest.$ac_ext <<_ACEOF
15457 /* end confdefs.h. */
15458 $ac_includes_default
15459 #include <$ac_header>
15461 rm -f conftest.$ac_objext
15462 if { (ac_try="$ac_compile"
15463 case "(($ac_try" in
15464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15465 *) ac_try_echo
=$ac_try;;
15467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15468 (eval "$ac_compile") 2>conftest.er1
15470 grep -v '^ *+' conftest.er1
>conftest.err
15472 cat conftest.err
>&5
15473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474 (exit $ac_status); } && {
15475 test -z "$ac_c_werror_flag" ||
15476 test ! -s conftest.err
15477 } && test -s conftest.
$ac_objext; then
15478 ac_header_compiler
=yes
15480 echo "$as_me: failed program was:" >&5
15481 sed 's/^/| /' conftest.
$ac_ext >&5
15483 ac_header_compiler
=no
15486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15488 echo "${ECHO_T}$ac_header_compiler" >&6; }
15490 # Is the header present?
15491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15493 cat >conftest.
$ac_ext <<_ACEOF
15496 cat confdefs.h
>>conftest.
$ac_ext
15497 cat >>conftest.
$ac_ext <<_ACEOF
15498 /* end confdefs.h. */
15499 #include <$ac_header>
15501 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15502 case "(($ac_try" in
15503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15504 *) ac_try_echo=$ac_try;;
15506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15509 grep -v '^ *+' conftest.er1 >conftest.err
15511 cat conftest.err >&5
15512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15513 (exit $ac_status); } >/dev/null && {
15514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15515 test ! -s conftest.err
15517 ac_header_preproc=yes
15519 echo "$as_me: failed program was:" >&5
15520 sed 's/^/| /' conftest.$ac_ext >&5
15522 ac_header_preproc=no
15525 rm -f conftest.err conftest.$ac_ext
15526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15527 echo "${ECHO_T}$ac_header_preproc" >&6; }
15529 # So? What about this header?
15530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15536 ac_header_preproc=yes
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15552 ## ------------------------------------ ##
15553 ## Report this to wine-devel@winehq.org ##
15554 ## ------------------------------------ ##
15556 ) | sed "s/^/$as_me: WARNING: /" >&2
15559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15562 echo $ECHO_N "(cached) $ECHO_C" >&6
15564 eval "$as_ac_Header=\$ac_header_preproc"
15566 ac_res=`eval echo '${'$as_ac_Header'}'`
15567 { echo "$as_me:$LINENO: result: $ac_res" >&5
15568 echo "${ECHO_T}$ac_res" >&6; }
15571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15572 cat >>confdefs.h <<_ACEOF
15573 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15580 CPPFLAGS="$ac_save_CPPFLAGS"
15581 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15583 FONTCONFIGINCL="$X_CFLAGS"
15585 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15586 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15587 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15588 echo $ECHO_N "(cached) $ECHO_C" >&6
15590 ac_check_soname_save_LIBS=$LIBS
15591 LIBS="-lfontconfig $X_LIBS $LIBS"
15592 cat >conftest.$ac_ext <<_ACEOF
15595 cat confdefs.h >>conftest.$ac_ext
15596 cat >>conftest.$ac_ext <<_ACEOF
15597 /* end confdefs.h. */
15599 /* Override any GCC internal prototype to avoid an error.
15600 Use char because int might match the return type of a GCC
15601 builtin and then its argument prototype would still apply. */
15614 rm -f conftest.$ac_objext conftest$ac_exeext
15615 if { (ac_try="$ac_link"
15616 case "(($ac_try" in
15617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15618 *) ac_try_echo
=$ac_try;;
15620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15621 (eval "$ac_link") 2>conftest.er1
15623 grep -v '^ *+' conftest.er1
>conftest.err
15625 cat conftest.err
>&5
15626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627 (exit $ac_status); } && {
15628 test -z "$ac_c_werror_flag" ||
15629 test ! -s conftest.err
15630 } && test -s conftest
$ac_exeext &&
15631 $as_test_x conftest
$ac_exeext; then
15634 dylib
) ac_cv_lib_soname_fontconfig
=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15635 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15638 echo "$as_me: failed program was:" >&5
15639 sed 's/^/| /' conftest.
$ac_ext >&5
15644 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15645 conftest
$ac_exeext conftest.
$ac_ext
15646 LIBS
=$ac_check_soname_save_LIBS
15648 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15649 { echo "$as_me:$LINENO: result: not found" >&5
15650 echo "${ECHO_T}not found" >&6; }
15653 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15654 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15656 cat >>confdefs.h
<<_ACEOF
15657 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15665 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15666 case "x$with_fontconfig" in
15667 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15669 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15670 This is an error since --with-fontconfig was requested." >&5
15671 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15672 This is an error since --with-fontconfig was requested." >&2;}
15673 { (exit 1); exit 1; }; } ;;
15678 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15680 { echo "$as_me:$LINENO: checking for -lssl" >&5
15681 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15682 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15683 echo $ECHO_N "(cached) $ECHO_C" >&6
15685 ac_check_soname_save_LIBS
=$LIBS
15687 cat >conftest.
$ac_ext <<_ACEOF
15690 cat confdefs.h
>>conftest.
$ac_ext
15691 cat >>conftest.
$ac_ext <<_ACEOF
15692 /* end confdefs.h. */
15694 /* Override any GCC internal prototype to avoid an error.
15695 Use char because int might match the return type of a GCC
15696 builtin and then its argument prototype would still apply. */
15700 char SSL_library_init ();
15704 return SSL_library_init ();
15709 rm -f conftest.
$ac_objext conftest
$ac_exeext
15710 if { (ac_try
="$ac_link"
15711 case "(($ac_try" in
15712 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15713 *) ac_try_echo=$ac_try;;
15715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15716 (eval "$ac_link") 2>conftest.er1
15718 grep -v '^ *+' conftest.er1 >conftest.err
15720 cat conftest.err >&5
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); } && {
15723 test -z "$ac_c_werror_flag" ||
15724 test ! -s conftest.err
15725 } && test -s conftest$ac_exeext &&
15726 $as_test_x conftest$ac_exeext; then
15729 dylib) ac_cv_lib_soname_ssl=`otool
-L conftest
$ac_exeext |
grep "libssl\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15730 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15733 echo "$as_me: failed program was:" >&5
15734 sed 's/^/| /' conftest.$ac_ext >&5
15739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15740 conftest$ac_exeext conftest.$ac_ext
15741 LIBS=$ac_check_soname_save_LIBS
15743 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15744 { echo "$as_me:$LINENO: result: not found" >&5
15745 echo "${ECHO_T}not found" >&6; }
15748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15749 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15751 cat >>confdefs.h <<_ACEOF
15752 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15758 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15759 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15760 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15761 echo $ECHO_N "(cached) $ECHO_C" >&6
15763 ac_check_soname_save_LIBS=$LIBS
15764 LIBS="-lcrypto $LIBS"
15765 cat >conftest.$ac_ext <<_ACEOF
15768 cat confdefs.h >>conftest.$ac_ext
15769 cat >>conftest.$ac_ext <<_ACEOF
15770 /* end confdefs.h. */
15772 /* Override any GCC internal prototype to avoid an error.
15773 Use char because int might match the return type of a GCC
15774 builtin and then its argument prototype would still apply. */
15778 char BIO_new_socket ();
15782 return BIO_new_socket ();
15787 rm -f conftest.$ac_objext conftest$ac_exeext
15788 if { (ac_try="$ac_link"
15789 case "(($ac_try" in
15790 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15791 *) ac_try_echo
=$ac_try;;
15793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15794 (eval "$ac_link") 2>conftest.er1
15796 grep -v '^ *+' conftest.er1
>conftest.err
15798 cat conftest.err
>&5
15799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15800 (exit $ac_status); } && {
15801 test -z "$ac_c_werror_flag" ||
15802 test ! -s conftest.err
15803 } && test -s conftest
$ac_exeext &&
15804 $as_test_x conftest
$ac_exeext; then
15807 dylib
) ac_cv_lib_soname_crypto
=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15808 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.
$ac_ext >&5
15817 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15818 conftest
$ac_exeext conftest.
$ac_ext
15819 LIBS
=$ac_check_soname_save_LIBS
15821 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15822 { echo "$as_me:$LINENO: result: not found" >&5
15823 echo "${ECHO_T}not found" >&6; }
15826 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15827 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15829 cat >>confdefs.h
<<_ACEOF
15830 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15837 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15838 case "x$with_openssl" in
15839 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15841 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15842 This is an error since --with-openssl was requested." >&5
15843 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15844 This is an error since --with-openssl was requested." >&2;}
15845 { (exit 1); exit 1; }; } ;;
15850 if test "$ac_cv_header_jpeglib_h" = "yes"
15852 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15853 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15854 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15855 echo $ECHO_N "(cached) $ECHO_C" >&6
15857 ac_check_soname_save_LIBS
=$LIBS
15858 LIBS
="-ljpeg $LIBS"
15859 cat >conftest.
$ac_ext <<_ACEOF
15862 cat confdefs.h
>>conftest.
$ac_ext
15863 cat >>conftest.
$ac_ext <<_ACEOF
15864 /* end confdefs.h. */
15866 /* Override any GCC internal prototype to avoid an error.
15867 Use char because int might match the return type of a GCC
15868 builtin and then its argument prototype would still apply. */
15872 char jpeg_start_decompress ();
15876 return jpeg_start_decompress ();
15881 rm -f conftest.
$ac_objext conftest
$ac_exeext
15882 if { (ac_try
="$ac_link"
15883 case "(($ac_try" in
15884 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15885 *) ac_try_echo=$ac_try;;
15887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15888 (eval "$ac_link") 2>conftest.er1
15890 grep -v '^ *+' conftest.er1 >conftest.err
15892 cat conftest.err >&5
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); } && {
15895 test -z "$ac_c_werror_flag" ||
15896 test ! -s conftest.err
15897 } && test -s conftest$ac_exeext &&
15898 $as_test_x conftest$ac_exeext; then
15901 dylib) ac_cv_lib_soname_jpeg=`otool
-L conftest
$ac_exeext |
grep "libjpeg\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15902 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15905 echo "$as_me: failed program was:" >&5
15906 sed 's/^/| /' conftest.$ac_ext >&5
15911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15912 conftest$ac_exeext conftest.$ac_ext
15913 LIBS=$ac_check_soname_save_LIBS
15915 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15916 { echo "$as_me:$LINENO: result: not found" >&5
15917 echo "${ECHO_T}not found" >&6; }
15920 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15921 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15923 cat >>confdefs.h <<_ACEOF
15924 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15931 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15932 case "x$with_jpeg" in
15933 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15935 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15936 This is an error since --with-jpeg was requested." >&5
15937 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15938 This is an error since --with-jpeg was requested." >&2;}
15939 { (exit 1); exit 1; }; } ;;
15944 if test "$ac_cv_header_png_h" = "yes"
15946 { echo "$as_me:$LINENO: checking for -lpng" >&5
15947 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15948 if test "${ac_cv_lib_soname_png+set}" = set; then
15949 echo $ECHO_N "(cached) $ECHO_C" >&6
15951 ac_check_soname_save_LIBS=$LIBS
15952 LIBS="-lpng -lm $LIBS"
15953 cat >conftest.$ac_ext <<_ACEOF
15956 cat confdefs.h >>conftest.$ac_ext
15957 cat >>conftest.$ac_ext <<_ACEOF
15958 /* end confdefs.h. */
15960 /* Override any GCC internal prototype to avoid an error.
15961 Use char because int might match the return type of a GCC
15962 builtin and then its argument prototype would still apply. */
15966 char png_create_read_struct ();
15970 return png_create_read_struct ();
15975 rm -f conftest.$ac_objext conftest$ac_exeext
15976 if { (ac_try="$ac_link"
15977 case "(($ac_try" in
15978 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15979 *) ac_try_echo
=$ac_try;;
15981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15982 (eval "$ac_link") 2>conftest.er1
15984 grep -v '^ *+' conftest.er1
>conftest.err
15986 cat conftest.err
>&5
15987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); } && {
15989 test -z "$ac_c_werror_flag" ||
15990 test ! -s conftest.err
15991 } && test -s conftest
$ac_exeext &&
15992 $as_test_x conftest
$ac_exeext; then
15995 dylib
) ac_cv_lib_soname_png
=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15996 *) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15999 echo "$as_me: failed program was:" >&5
16000 sed 's/^/| /' conftest.
$ac_ext >&5
16005 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16006 conftest
$ac_exeext conftest.
$ac_ext
16007 LIBS
=$ac_check_soname_save_LIBS
16009 if test "x$ac_cv_lib_soname_png" = "x"; then
16010 { echo "$as_me:$LINENO: result: not found" >&5
16011 echo "${ECHO_T}not found" >&6; }
16014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16015 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16017 cat >>confdefs.h
<<_ACEOF
16018 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16025 if test "x$ac_cv_lib_soname_png" = "x"; then
16026 case "x$with_png" in
16027 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16029 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16030 This is an error since --with-png was requested." >&5
16031 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16032 This is an error since --with-png was requested." >&2;}
16033 { (exit 1); exit 1; }; } ;;
16038 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16039 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16040 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16041 echo $ECHO_N "(cached) $ECHO_C" >&6
16043 ac_check_soname_save_LIBS
=$LIBS
16044 LIBS
="-lodbc $LIBS"
16045 cat >conftest.
$ac_ext <<_ACEOF
16048 cat confdefs.h
>>conftest.
$ac_ext
16049 cat >>conftest.
$ac_ext <<_ACEOF
16050 /* end confdefs.h. */
16052 /* Override any GCC internal prototype to avoid an error.
16053 Use char because int might match the return type of a GCC
16054 builtin and then its argument prototype would still apply. */
16058 char SQLConnect ();
16062 return SQLConnect ();
16067 rm -f conftest.
$ac_objext conftest
$ac_exeext
16068 if { (ac_try
="$ac_link"
16069 case "(($ac_try" in
16070 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16071 *) ac_try_echo=$ac_try;;
16073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16074 (eval "$ac_link") 2>conftest.er1
16076 grep -v '^ *+' conftest.er1 >conftest.err
16078 cat conftest.err >&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } && {
16081 test -z "$ac_c_werror_flag" ||
16082 test ! -s conftest.err
16083 } && test -s conftest$ac_exeext &&
16084 $as_test_x conftest$ac_exeext; then
16087 dylib) ac_cv_lib_soname_odbc=`otool
-L conftest
$ac_exeext |
grep "libodbc\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16088 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16091 echo "$as_me: failed program was:" >&5
16092 sed 's/^/| /' conftest.$ac_ext >&5
16097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16098 conftest$ac_exeext conftest.$ac_ext
16099 LIBS=$ac_check_soname_save_LIBS
16101 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16102 { echo "$as_me:$LINENO: result: not found" >&5
16103 echo "${ECHO_T}not found" >&6; }
16104 cat >>confdefs.h <<_ACEOF
16105 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16110 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16112 cat >>confdefs.h <<_ACEOF
16113 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16120 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16121 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16122 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16123 "$ac_cv_header_soundcard_h" != "yes" -a \
16124 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16126 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16132 if test "x${GCC}" = "xyes"
16134 EXTRACFLAGS="-Wall -pipe"
16136 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16137 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16138 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16139 echo $ECHO_N "(cached) $ECHO_C" >&6
16141 if test "$cross_compiling" = yes; then
16142 ac_cv_c_gcc_strength_bug="yes"
16144 cat >conftest.$ac_ext <<_ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h. */
16150 int L[4] = {0,1,2,3};
16154 static int Array[3];
16155 unsigned int B = 3;
16157 for(i=0; i<B; i++) Array[i] = i - 3;
16158 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16160 exit( Array[1] != -2 || L[2] != 3)
16165 rm -f conftest$ac_exeext
16166 if { (ac_try="$ac_link"
16167 case "(($ac_try" in
16168 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16169 *) ac_try_echo
=$ac_try;;
16171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16172 (eval "$ac_link") 2>&5
16174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16175 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16176 { (case "(($ac_try" in
16177 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16178 *) ac_try_echo=$ac_try;;
16180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181 (eval "$ac_try") 2>&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); }; }; then
16185 ac_cv_c_gcc_strength_bug="no"
16187 echo "$as_me: program exited with status $ac_status" >&5
16188 echo "$as_me: failed program was:" >&5
16189 sed 's/^/| /' conftest.$ac_ext >&5
16191 ( exit $ac_status )
16192 ac_cv_c_gcc_strength_bug="yes"
16194 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16199 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16200 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16201 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16203 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16207 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16208 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16209 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16210 echo $ECHO_N "(cached) $ECHO_C" >&6
16212 ac_wine_try_cflags_saved=$CFLAGS
16213 CFLAGS="$CFLAGS -fshort-wchar"
16214 cat >conftest.$ac_ext <<_ACEOF
16217 cat confdefs.h >>conftest.$ac_ext
16218 cat >>conftest.$ac_ext <<_ACEOF
16219 /* end confdefs.h. */
16229 rm -f conftest.$ac_objext conftest$ac_exeext
16230 if { (ac_try="$ac_link"
16231 case "(($ac_try" in
16232 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16233 *) ac_try_echo
=$ac_try;;
16235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16236 (eval "$ac_link") 2>conftest.er1
16238 grep -v '^ *+' conftest.er1
>conftest.err
16240 cat conftest.err
>&5
16241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16242 (exit $ac_status); } && {
16243 test -z "$ac_c_werror_flag" ||
16244 test ! -s conftest.err
16245 } && test -s conftest
$ac_exeext &&
16246 $as_test_x conftest
$ac_exeext; then
16247 ac_cv_cflags__fshort_wchar
=yes
16249 echo "$as_me: failed program was:" >&5
16250 sed 's/^/| /' conftest.
$ac_ext >&5
16252 ac_cv_cflags__fshort_wchar
=no
16255 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16256 conftest
$ac_exeext conftest.
$ac_ext
16257 CFLAGS
=$ac_wine_try_cflags_saved
16259 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16260 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16261 if test $ac_cv_cflags__fshort_wchar = yes; then
16263 cat >>confdefs.h
<<\_ACEOF
16264 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16269 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16270 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16271 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16272 echo $ECHO_N "(cached) $ECHO_C" >&6
16274 ac_wine_try_cflags_saved
=$CFLAGS
16275 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16276 cat >conftest.
$ac_ext <<_ACEOF
16279 cat confdefs.h
>>conftest.
$ac_ext
16280 cat >>conftest.
$ac_ext <<_ACEOF
16281 /* end confdefs.h. */
16291 rm -f conftest.
$ac_objext conftest
$ac_exeext
16292 if { (ac_try
="$ac_link"
16293 case "(($ac_try" in
16294 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16298 (eval "$ac_link") 2>conftest.er1
16300 grep -v '^ *+' conftest.er1 >conftest.err
16302 cat conftest.err >&5
16303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16304 (exit $ac_status); } && {
16305 test -z "$ac_c_werror_flag" ||
16306 test ! -s conftest.err
16307 } && test -s conftest$ac_exeext &&
16308 $as_test_x conftest$ac_exeext; then
16309 ac_cv_cflags__fno_strict_aliasing=yes
16311 echo "$as_me: failed program was:" >&5
16312 sed 's/^/| /' conftest.$ac_ext >&5
16314 ac_cv_cflags__fno_strict_aliasing=no
16317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16318 conftest$ac_exeext conftest.$ac_ext
16319 CFLAGS=$ac_wine_try_cflags_saved
16321 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16322 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16323 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16324 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16327 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16328 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16329 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16332 ac_wine_try_cflags_saved=$CFLAGS
16333 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16334 cat >conftest.$ac_ext <<_ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16349 rm -f conftest.$ac_objext conftest$ac_exeext
16350 if { (ac_try="$ac_link"
16351 case "(($ac_try" in
16352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16353 *) ac_try_echo
=$ac_try;;
16355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16356 (eval "$ac_link") 2>conftest.er1
16358 grep -v '^ *+' conftest.er1
>conftest.err
16360 cat conftest.err
>&5
16361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16362 (exit $ac_status); } && {
16363 test -z "$ac_c_werror_flag" ||
16364 test ! -s conftest.err
16365 } && test -s conftest
$ac_exeext &&
16366 $as_test_x conftest
$ac_exeext; then
16367 ac_cv_cflags__Wdeclaration_after_statement
=yes
16369 echo "$as_me: failed program was:" >&5
16370 sed 's/^/| /' conftest.
$ac_ext >&5
16372 ac_cv_cflags__Wdeclaration_after_statement
=no
16375 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16376 conftest
$ac_exeext conftest.
$ac_ext
16377 CFLAGS
=$ac_wine_try_cflags_saved
16379 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16380 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16381 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16382 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16385 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16386 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16387 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16388 echo $ECHO_N "(cached) $ECHO_C" >&6
16390 ac_wine_try_cflags_saved
=$CFLAGS
16391 CFLAGS
="$CFLAGS -Wwrite-strings"
16392 cat >conftest.
$ac_ext <<_ACEOF
16395 cat confdefs.h
>>conftest.
$ac_ext
16396 cat >>conftest.
$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16407 rm -f conftest.
$ac_objext conftest
$ac_exeext
16408 if { (ac_try
="$ac_link"
16409 case "(($ac_try" in
16410 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16411 *) ac_try_echo=$ac_try;;
16413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16414 (eval "$ac_link") 2>conftest.er1
16416 grep -v '^ *+' conftest.er1 >conftest.err
16418 cat conftest.err >&5
16419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16420 (exit $ac_status); } && {
16421 test -z "$ac_c_werror_flag" ||
16422 test ! -s conftest.err
16423 } && test -s conftest$ac_exeext &&
16424 $as_test_x conftest$ac_exeext; then
16425 ac_cv_cflags__Wwrite_strings=yes
16427 echo "$as_me: failed program was:" >&5
16428 sed 's/^/| /' conftest.$ac_ext >&5
16430 ac_cv_cflags__Wwrite_strings=no
16433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16434 conftest$ac_exeext conftest.$ac_ext
16435 CFLAGS=$ac_wine_try_cflags_saved
16437 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16438 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16439 if test $ac_cv_cflags__Wwrite_strings = yes; then
16440 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16443 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16444 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16445 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16446 echo $ECHO_N "(cached) $ECHO_C" >&6
16448 ac_wine_try_cflags_saved=$CFLAGS
16449 CFLAGS="$CFLAGS -Wtype-limits"
16450 cat >conftest.$ac_ext <<_ACEOF
16453 cat confdefs.h >>conftest.$ac_ext
16454 cat >>conftest.$ac_ext <<_ACEOF
16455 /* end confdefs.h. */
16465 rm -f conftest.$ac_objext conftest$ac_exeext
16466 if { (ac_try="$ac_link"
16467 case "(($ac_try" in
16468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16469 *) ac_try_echo
=$ac_try;;
16471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16472 (eval "$ac_link") 2>conftest.er1
16474 grep -v '^ *+' conftest.er1
>conftest.err
16476 cat conftest.err
>&5
16477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16478 (exit $ac_status); } && {
16479 test -z "$ac_c_werror_flag" ||
16480 test ! -s conftest.err
16481 } && test -s conftest
$ac_exeext &&
16482 $as_test_x conftest
$ac_exeext; then
16483 ac_cv_cflags__Wtype_limits
=yes
16485 echo "$as_me: failed program was:" >&5
16486 sed 's/^/| /' conftest.
$ac_ext >&5
16488 ac_cv_cflags__Wtype_limits
=no
16491 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16492 conftest
$ac_exeext conftest.
$ac_ext
16493 CFLAGS
=$ac_wine_try_cflags_saved
16495 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16496 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16497 if test $ac_cv_cflags__Wtype_limits = yes; then
16498 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16502 saved_CFLAGS
="$CFLAGS"
16503 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16504 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16505 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16506 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16507 echo $ECHO_N "(cached) $ECHO_C" >&6
16509 cat >conftest.
$ac_ext <<_ACEOF
16512 cat confdefs.h
>>conftest.
$ac_ext
16513 cat >>conftest.
$ac_ext <<_ACEOF
16514 /* end confdefs.h. */
16515 #include <string.h>
16524 rm -f conftest.
$ac_objext
16525 if { (ac_try
="$ac_compile"
16526 case "(($ac_try" in
16527 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16528 *) ac_try_echo=$ac_try;;
16530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16531 (eval "$ac_compile") 2>conftest.er1
16533 grep -v '^ *+' conftest.er1 >conftest.err
16535 cat conftest.err >&5
16536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16537 (exit $ac_status); } && {
16538 test -z "$ac_c_werror_flag" ||
16539 test ! -s conftest.err
16540 } && test -s conftest.$ac_objext; then
16541 ac_cv_c_string_h_warnings=no
16543 echo "$as_me: failed program was:" >&5
16544 sed 's/^/| /' conftest.$ac_ext >&5
16546 ac_cv_c_string_h_warnings=yes
16549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16551 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16552 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16553 CFLAGS="$saved_CFLAGS"
16554 if test "$ac_cv_c_string_h_warnings" = "no"
16556 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16561 saved_CFLAGS="$CFLAGS"
16562 CFLAGS="$CFLAGS -Werror"
16563 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16564 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16565 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16566 echo $ECHO_N "(cached) $ECHO_C" >&6
16568 cat >conftest.$ac_ext <<_ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16578 int iswlower(unsigned short);
16583 rm -f conftest.$ac_objext
16584 if { (ac_try="$ac_compile"
16585 case "(($ac_try" in
16586 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16587 *) ac_try_echo
=$ac_try;;
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16590 (eval "$ac_compile") 2>conftest.er1
16592 grep -v '^ *+' conftest.er1
>conftest.err
16594 cat conftest.err
>&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest.
$ac_objext; then
16600 ac_cv_c_builtin_wchar_ctype
=no
16602 echo "$as_me: failed program was:" >&5
16603 sed 's/^/| /' conftest.
$ac_ext >&5
16605 ac_cv_c_builtin_wchar_ctype
=yes
16608 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16610 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16611 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16612 CFLAGS
="$saved_CFLAGS"
16613 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16615 BUILTINFLAG
="-fno-builtin"
16620 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16621 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16622 if test "${ac_cv_asm_func_def+set}" = set; then
16623 echo $ECHO_N "(cached) $ECHO_C" >&6
16625 cat >conftest.
$ac_ext <<_ACEOF
16628 cat confdefs.h
>>conftest.
$ac_ext
16629 cat >>conftest.
$ac_ext <<_ACEOF
16630 /* end confdefs.h. */
16635 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16640 rm -f conftest.
$ac_objext conftest
$ac_exeext
16641 if { (ac_try
="$ac_link"
16642 case "(($ac_try" in
16643 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16644 *) ac_try_echo=$ac_try;;
16646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16647 (eval "$ac_link") 2>conftest.er1
16649 grep -v '^ *+' conftest.er1 >conftest.err
16651 cat conftest.err >&5
16652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16653 (exit $ac_status); } && {
16654 test -z "$ac_c_werror_flag" ||
16655 test ! -s conftest.err
16656 } && test -s conftest$ac_exeext &&
16657 $as_test_x conftest$ac_exeext; then
16658 ac_cv_asm_func_def=".def"
16660 echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16663 cat >conftest.$ac_ext <<_ACEOF
16666 cat confdefs.h >>conftest.$ac_ext
16667 cat >>conftest.$ac_ext <<_ACEOF
16668 /* end confdefs.h. */
16673 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16678 rm -f conftest.$ac_objext conftest$ac_exeext
16679 if { (ac_try="$ac_link"
16680 case "(($ac_try" in
16681 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16682 *) ac_try_echo
=$ac_try;;
16684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16685 (eval "$ac_link") 2>conftest.er1
16687 grep -v '^ *+' conftest.er1
>conftest.err
16689 cat conftest.err
>&5
16690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16691 (exit $ac_status); } && {
16692 test -z "$ac_c_werror_flag" ||
16693 test ! -s conftest.err
16694 } && test -s conftest
$ac_exeext &&
16695 $as_test_x conftest
$ac_exeext; then
16696 ac_cv_asm_func_def
=".type @function"
16698 echo "$as_me: failed program was:" >&5
16699 sed 's/^/| /' conftest.
$ac_ext >&5
16701 cat >conftest.
$ac_ext <<_ACEOF
16704 cat confdefs.h
>>conftest.
$ac_ext
16705 cat >>conftest.
$ac_ext <<_ACEOF
16706 /* end confdefs.h. */
16711 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16716 rm -f conftest.
$ac_objext conftest
$ac_exeext
16717 if { (ac_try
="$ac_link"
16718 case "(($ac_try" in
16719 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16720 *) ac_try_echo=$ac_try;;
16722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16723 (eval "$ac_link") 2>conftest.er1
16725 grep -v '^ *+' conftest.er1 >conftest.err
16727 cat conftest.err >&5
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && {
16730 test -z "$ac_c_werror_flag" ||
16731 test ! -s conftest.err
16732 } && test -s conftest$ac_exeext &&
16733 $as_test_x conftest$ac_exeext; then
16734 ac_cv_asm_func_def=".type 2"
16736 echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.$ac_ext >&5
16739 ac_cv_asm_func_def="unknown"
16742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16743 conftest$ac_exeext conftest.$ac_ext
16746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16747 conftest$ac_exeext conftest.$ac_ext
16750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16751 conftest$ac_exeext conftest.$ac_ext
16753 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16754 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16758 case "$ac_cv_asm_func_def" in
16760 cat >>confdefs.h <<\_ACEOF
16761 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16765 cat >>confdefs.h <<\_ACEOF
16766 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16770 cat >>confdefs.h <<\_ACEOF
16771 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16775 cat >>confdefs.h <<\_ACEOF
16776 #define __ASM_FUNC(name) ""
16782 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16783 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16784 if test "${ac_cv_c_extern_prefix+set}" = set; then
16785 echo $ECHO_N "(cached) $ECHO_C" >&6
16787 cat >conftest.$ac_ext <<_ACEOF
16790 cat confdefs.h >>conftest.$ac_ext
16791 cat >>conftest.$ac_ext <<_ACEOF
16792 /* end confdefs.h. */
16793 extern int ac_test;
16797 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16802 rm -f conftest.$ac_objext conftest$ac_exeext
16803 if { (ac_try="$ac_link"
16804 case "(($ac_try" in
16805 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16806 *) ac_try_echo
=$ac_try;;
16808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16809 (eval "$ac_link") 2>conftest.er1
16811 grep -v '^ *+' conftest.er1
>conftest.err
16813 cat conftest.err
>&5
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); } && {
16816 test -z "$ac_c_werror_flag" ||
16817 test ! -s conftest.err
16818 } && test -s conftest
$ac_exeext &&
16819 $as_test_x conftest
$ac_exeext; then
16820 ac_cv_c_extern_prefix
="yes"
16822 echo "$as_me: failed program was:" >&5
16823 sed 's/^/| /' conftest.
$ac_ext >&5
16825 ac_cv_c_extern_prefix
="no"
16828 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16829 conftest
$ac_exeext conftest.
$ac_ext
16831 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16832 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16836 if test "$ac_cv_c_extern_prefix" = "yes"
16838 cat >>confdefs.h
<<\_ACEOF
16839 #define __ASM_NAME(name) "_" name
16843 cat >>confdefs.h
<<\_ACEOF
16844 #define __ASM_NAME(name) name
16854 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16858 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16860 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16864 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16872 SOCKETLIBS
="-lws2_32"
16877 MAIN_BINARY
="wine-pthread"
16881 linux
* | k
*bsd
*-gnu)
16882 MAIN_BINARY
="wine-glibc"
16884 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16887 MAIN_BINARY
="wine-freebsd"
16889 EXTRA_BINARIES
="wine-pthread"
17037 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17038 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17039 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17040 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17041 echo $ECHO_N "(cached) $ECHO_C" >&6
17043 cat >conftest.
$ac_ext <<_ACEOF
17046 cat confdefs.h
>>conftest.
$ac_ext
17047 cat >>conftest.
$ac_ext <<_ACEOF
17048 /* end confdefs.h. */
17049 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17051 #define $ac_func innocuous_$ac_func
17053 /* System header to define __stub macros and hopefully few prototypes,
17054 which can conflict with char $ac_func (); below.
17055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17056 <limits.h> exists even on freestanding compilers. */
17059 # include <limits.h>
17061 # include <assert.h>
17066 /* Override any GCC internal prototype to avoid an error.
17067 Use char because int might match the return type of a GCC
17068 builtin and then its argument prototype would still apply. */
17073 /* The GNU C library defines this for functions which it implements
17074 to always fail with ENOSYS. Some functions are actually named
17075 something starting with __ and the normal name is an alias. */
17076 #if defined __stub_$ac_func || defined __stub___$ac_func
17083 return $ac_func ();
17088 rm -f conftest.
$ac_objext conftest
$ac_exeext
17089 if { (ac_try
="$ac_link"
17090 case "(($ac_try" in
17091 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17092 *) ac_try_echo=$ac_try;;
17094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17095 (eval "$ac_link") 2>conftest.er1
17097 grep -v '^ *+' conftest.er1 >conftest.err
17099 cat conftest.err >&5
17100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17101 (exit $ac_status); } && {
17102 test -z "$ac_c_werror_flag" ||
17103 test ! -s conftest.err
17104 } && test -s conftest$ac_exeext &&
17105 $as_test_x conftest$ac_exeext; then
17106 eval "$as_ac_var=yes"
17108 echo "$as_me: failed program was:" >&5
17109 sed 's/^/| /' conftest.$ac_ext >&5
17111 eval "$as_ac_var=no"
17114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17115 conftest$ac_exeext conftest.$ac_ext
17117 ac_res=`eval echo '${'$as_ac_var'}'`
17118 { echo "$as_me:$LINENO: result: $ac_res" >&5
17119 echo "${ECHO_T}$ac_res" >&6; }
17120 if test `eval echo '${'$as_ac_var'}'` = yes; then
17121 cat >>confdefs.h <<_ACEOF
17122 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17129 if test "$ac_cv_func_dlopen" = no
17131 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17132 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17133 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17134 echo $ECHO_N "(cached) $ECHO_C" >&6
17136 ac_check_lib_save_LIBS=$LIBS
17138 cat >conftest.$ac_ext <<_ACEOF
17141 cat confdefs.h >>conftest.$ac_ext
17142 cat >>conftest.$ac_ext <<_ACEOF
17143 /* end confdefs.h. */
17145 /* Override any GCC internal prototype to avoid an error.
17146 Use char because int might match the return type of a GCC
17147 builtin and then its argument prototype would still apply. */
17160 rm -f conftest.$ac_objext conftest$ac_exeext
17161 if { (ac_try="$ac_link"
17162 case "(($ac_try" in
17163 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17164 *) ac_try_echo
=$ac_try;;
17166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17167 (eval "$ac_link") 2>conftest.er1
17169 grep -v '^ *+' conftest.er1
>conftest.err
17171 cat conftest.err
>&5
17172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17173 (exit $ac_status); } && {
17174 test -z "$ac_c_werror_flag" ||
17175 test ! -s conftest.err
17176 } && test -s conftest
$ac_exeext &&
17177 $as_test_x conftest
$ac_exeext; then
17178 ac_cv_lib_dl_dlopen
=yes
17180 echo "$as_me: failed program was:" >&5
17181 sed 's/^/| /' conftest.
$ac_ext >&5
17183 ac_cv_lib_dl_dlopen
=no
17186 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17187 conftest
$ac_exeext conftest.
$ac_ext
17188 LIBS
=$ac_check_lib_save_LIBS
17190 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17191 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17192 if test $ac_cv_lib_dl_dlopen = yes; then
17193 cat >>confdefs.h
<<\_ACEOF
17194 #define HAVE_DLOPEN 1
17201 ac_wine_check_funcs_save_LIBS
="$LIBS"
17202 LIBS
="$LIBS $LIBDL"
17204 for ac_func
in dladdr
17206 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17207 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17208 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17209 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17210 echo $ECHO_N "(cached) $ECHO_C" >&6
17212 cat >conftest.
$ac_ext <<_ACEOF
17215 cat confdefs.h
>>conftest.
$ac_ext
17216 cat >>conftest.
$ac_ext <<_ACEOF
17217 /* end confdefs.h. */
17218 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17219 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17220 #define $ac_func innocuous_$ac_func
17222 /* System header to define __stub macros and hopefully few prototypes,
17223 which can conflict with char $ac_func (); below.
17224 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17225 <limits.h> exists even on freestanding compilers. */
17228 # include <limits.h>
17230 # include <assert.h>
17235 /* Override any GCC internal prototype to avoid an error.
17236 Use char because int might match the return type of a GCC
17237 builtin and then its argument prototype would still apply. */
17242 /* The GNU C library defines this for functions which it implements
17243 to always fail with ENOSYS. Some functions are actually named
17244 something starting with __ and the normal name is an alias. */
17245 #if defined __stub_$ac_func || defined __stub___$ac_func
17252 return $ac_func ();
17257 rm -f conftest.
$ac_objext conftest
$ac_exeext
17258 if { (ac_try
="$ac_link"
17259 case "(($ac_try" in
17260 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17261 *) ac_try_echo=$ac_try;;
17263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17264 (eval "$ac_link") 2>conftest.er1
17266 grep -v '^ *+' conftest.er1 >conftest.err
17268 cat conftest.err >&5
17269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270 (exit $ac_status); } && {
17271 test -z "$ac_c_werror_flag" ||
17272 test ! -s conftest.err
17273 } && test -s conftest$ac_exeext &&
17274 $as_test_x conftest$ac_exeext; then
17275 eval "$as_ac_var=yes"
17277 echo "$as_me: failed program was:" >&5
17278 sed 's/^/| /' conftest.$ac_ext >&5
17280 eval "$as_ac_var=no"
17283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17284 conftest$ac_exeext conftest.$ac_ext
17286 ac_res=`eval echo '${'$as_ac_var'}'`
17287 { echo "$as_me:$LINENO: result: $ac_res" >&5
17288 echo "${ECHO_T}$ac_res" >&6; }
17289 if test `eval echo '${'$as_ac_var'}'` = yes; then
17290 cat >>confdefs.h <<_ACEOF
17291 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17297 LIBS="$ac_wine_check_funcs_save_LIBS"
17299 if test "$ac_cv_func_poll" = no
17301 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17302 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17303 if test "${ac_cv_lib_poll_poll+set}" = set; then
17304 echo $ECHO_N "(cached) $ECHO_C" >&6
17306 ac_check_lib_save_LIBS=$LIBS
17307 LIBS="-lpoll $LIBS"
17308 cat >conftest.$ac_ext <<_ACEOF
17311 cat confdefs.h >>conftest.$ac_ext
17312 cat >>conftest.$ac_ext <<_ACEOF
17313 /* end confdefs.h. */
17315 /* Override any GCC internal prototype to avoid an error.
17316 Use char because int might match the return type of a GCC
17317 builtin and then its argument prototype would still apply. */
17330 rm -f conftest.$ac_objext conftest$ac_exeext
17331 if { (ac_try="$ac_link"
17332 case "(($ac_try" in
17333 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17334 *) ac_try_echo
=$ac_try;;
17336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17337 (eval "$ac_link") 2>conftest.er1
17339 grep -v '^ *+' conftest.er1
>conftest.err
17341 cat conftest.err
>&5
17342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343 (exit $ac_status); } && {
17344 test -z "$ac_c_werror_flag" ||
17345 test ! -s conftest.err
17346 } && test -s conftest
$ac_exeext &&
17347 $as_test_x conftest
$ac_exeext; then
17348 ac_cv_lib_poll_poll
=yes
17350 echo "$as_me: failed program was:" >&5
17351 sed 's/^/| /' conftest.
$ac_ext >&5
17353 ac_cv_lib_poll_poll
=no
17356 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17357 conftest
$ac_exeext conftest.
$ac_ext
17358 LIBS
=$ac_check_lib_save_LIBS
17360 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17361 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17362 if test $ac_cv_lib_poll_poll = yes; then
17363 cat >>confdefs.h
<<\_ACEOF
17364 #define HAVE_POLL 1
17372 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17373 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17374 if test "${ac_cv_search_gethostbyname+set}" = set; then
17375 echo $ECHO_N "(cached) $ECHO_C" >&6
17377 ac_func_search_save_LIBS
=$LIBS
17378 cat >conftest.
$ac_ext <<_ACEOF
17381 cat confdefs.h
>>conftest.
$ac_ext
17382 cat >>conftest.
$ac_ext <<_ACEOF
17383 /* end confdefs.h. */
17385 /* Override any GCC internal prototype to avoid an error.
17386 Use char because int might match the return type of a GCC
17387 builtin and then its argument prototype would still apply. */
17391 char gethostbyname ();
17395 return gethostbyname ();
17400 for ac_lib
in '' nsl
; do
17401 if test -z "$ac_lib"; then
17402 ac_res
="none required"
17405 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17407 rm -f conftest.
$ac_objext conftest
$ac_exeext
17408 if { (ac_try
="$ac_link"
17409 case "(($ac_try" in
17410 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17411 *) ac_try_echo=$ac_try;;
17413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17414 (eval "$ac_link") 2>conftest.er1
17416 grep -v '^ *+' conftest.er1 >conftest.err
17418 cat conftest.err >&5
17419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17420 (exit $ac_status); } && {
17421 test -z "$ac_c_werror_flag" ||
17422 test ! -s conftest.err
17423 } && test -s conftest$ac_exeext &&
17424 $as_test_x conftest$ac_exeext; then
17425 ac_cv_search_gethostbyname=$ac_res
17427 echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435 if test "${ac_cv_search_gethostbyname+set}" = set; then
17439 if test "${ac_cv_search_gethostbyname+set}" = set; then
17442 ac_cv_search_gethostbyname=no
17444 rm conftest.$ac_ext
17445 LIBS=$ac_func_search_save_LIBS
17447 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17448 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17449 ac_res=$ac_cv_search_gethostbyname
17450 if test "$ac_res" != no; then
17451 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17456 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17457 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17458 if test "${ac_cv_search_connect+set}" = set; then
17459 echo $ECHO_N "(cached) $ECHO_C" >&6
17461 ac_func_search_save_LIBS=$LIBS
17462 cat >conftest.$ac_ext <<_ACEOF
17465 cat confdefs.h >>conftest.$ac_ext
17466 cat >>conftest.$ac_ext <<_ACEOF
17467 /* end confdefs.h. */
17469 /* Override any GCC internal prototype to avoid an error.
17470 Use char because int might match the return type of a GCC
17471 builtin and then its argument prototype would still apply. */
17484 for ac_lib in '' socket; do
17485 if test -z "$ac_lib"; then
17486 ac_res="none required"
17489 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17491 rm -f conftest.$ac_objext conftest$ac_exeext
17492 if { (ac_try="$ac_link"
17493 case "(($ac_try" in
17494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17495 *) ac_try_echo
=$ac_try;;
17497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17498 (eval "$ac_link") 2>conftest.er1
17500 grep -v '^ *+' conftest.er1
>conftest.err
17502 cat conftest.err
>&5
17503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); } && {
17505 test -z "$ac_c_werror_flag" ||
17506 test ! -s conftest.err
17507 } && test -s conftest
$ac_exeext &&
17508 $as_test_x conftest
$ac_exeext; then
17509 ac_cv_search_connect
=$ac_res
17511 echo "$as_me: failed program was:" >&5
17512 sed 's/^/| /' conftest.
$ac_ext >&5
17517 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17519 if test "${ac_cv_search_connect+set}" = set; then
17523 if test "${ac_cv_search_connect+set}" = set; then
17526 ac_cv_search_connect
=no
17528 rm conftest.
$ac_ext
17529 LIBS
=$ac_func_search_save_LIBS
17531 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17532 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17533 ac_res
=$ac_cv_search_connect
17534 if test "$ac_res" != no
; then
17535 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17540 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17541 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17542 if test "${ac_cv_search_inet_aton+set}" = set; then
17543 echo $ECHO_N "(cached) $ECHO_C" >&6
17545 ac_func_search_save_LIBS
=$LIBS
17546 cat >conftest.
$ac_ext <<_ACEOF
17549 cat confdefs.h
>>conftest.
$ac_ext
17550 cat >>conftest.
$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17553 /* Override any GCC internal prototype to avoid an error.
17554 Use char because int might match the return type of a GCC
17555 builtin and then its argument prototype would still apply. */
17563 return inet_aton ();
17568 for ac_lib
in '' resolv
; do
17569 if test -z "$ac_lib"; then
17570 ac_res
="none required"
17573 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17575 rm -f conftest.
$ac_objext conftest
$ac_exeext
17576 if { (ac_try
="$ac_link"
17577 case "(($ac_try" in
17578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17579 *) ac_try_echo=$ac_try;;
17581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17582 (eval "$ac_link") 2>conftest.er1
17584 grep -v '^ *+' conftest.er1 >conftest.err
17586 cat conftest.err >&5
17587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17588 (exit $ac_status); } && {
17589 test -z "$ac_c_werror_flag" ||
17590 test ! -s conftest.err
17591 } && test -s conftest$ac_exeext &&
17592 $as_test_x conftest$ac_exeext; then
17593 ac_cv_search_inet_aton=$ac_res
17595 echo "$as_me: failed program was:" >&5
17596 sed 's/^/| /' conftest.$ac_ext >&5
17601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17603 if test "${ac_cv_search_inet_aton+set}" = set; then
17607 if test "${ac_cv_search_inet_aton+set}" = set; then
17610 ac_cv_search_inet_aton=no
17612 rm conftest.$ac_ext
17613 LIBS=$ac_func_search_save_LIBS
17615 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17616 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17617 ac_res=$ac_cv_search_inet_aton
17618 if test "$ac_res" != no; then
17619 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17643 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17644 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17645 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17646 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17647 echo $ECHO_N "(cached) $ECHO_C" >&6
17649 cat >conftest.$ac_ext <<_ACEOF
17652 cat confdefs.h >>conftest.$ac_ext
17653 cat >>conftest.$ac_ext <<_ACEOF
17654 /* end confdefs.h. */
17655 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17656 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17657 #define $ac_func innocuous_$ac_func
17659 /* System header to define __stub macros and hopefully few prototypes,
17660 which can conflict with char $ac_func (); below.
17661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17662 <limits.h> exists even on freestanding compilers. */
17665 # include <limits.h>
17667 # include <assert.h>
17672 /* Override any GCC internal prototype to avoid an error.
17673 Use char because int might match the return type of a GCC
17674 builtin and then its argument prototype would still apply. */
17679 /* The GNU C library defines this for functions which it implements
17680 to always fail with ENOSYS. Some functions are actually named
17681 something starting with __ and the normal name is an alias. */
17682 #if defined __stub_$ac_func || defined __stub___$ac_func
17689 return $ac_func ();
17694 rm -f conftest.$ac_objext conftest$ac_exeext
17695 if { (ac_try="$ac_link"
17696 case "(($ac_try" in
17697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17698 *) ac_try_echo
=$ac_try;;
17700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17701 (eval "$ac_link") 2>conftest.er1
17703 grep -v '^ *+' conftest.er1
>conftest.err
17705 cat conftest.err
>&5
17706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17707 (exit $ac_status); } && {
17708 test -z "$ac_c_werror_flag" ||
17709 test ! -s conftest.err
17710 } && test -s conftest
$ac_exeext &&
17711 $as_test_x conftest
$ac_exeext; then
17712 eval "$as_ac_var=yes"
17714 echo "$as_me: failed program was:" >&5
17715 sed 's/^/| /' conftest.
$ac_ext >&5
17717 eval "$as_ac_var=no"
17720 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17721 conftest
$ac_exeext conftest.
$ac_ext
17723 ac_res
=`eval echo '${'$as_ac_var'}'`
17724 { echo "$as_me:$LINENO: result: $ac_res" >&5
17725 echo "${ECHO_T}$ac_res" >&6; }
17726 if test `eval echo '${'$as_ac_var'}'` = yes; then
17727 cat >>confdefs.h
<<_ACEOF
17728 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17737 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17739 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17740 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17741 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17742 echo $ECHO_N "(cached) $ECHO_C" >&6
17744 cat >conftest.
$ac_ext <<_ACEOF
17747 cat confdefs.h
>>conftest.
$ac_ext
17748 cat >>conftest.
$ac_ext <<_ACEOF
17749 /* end confdefs.h. */
17752 typedef LDAPSortKey ac__type_new_;
17756 if ((ac__type_new_ *) 0)
17758 if (sizeof (ac__type_new_))
17764 rm -f conftest.
$ac_objext
17765 if { (ac_try
="$ac_compile"
17766 case "(($ac_try" in
17767 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17768 *) ac_try_echo=$ac_try;;
17770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17771 (eval "$ac_compile") 2>conftest.er1
17773 grep -v '^ *+' conftest.er1 >conftest.err
17775 cat conftest.err >&5
17776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17777 (exit $ac_status); } && {
17778 test -z "$ac_c_werror_flag" ||
17779 test ! -s conftest.err
17780 } && test -s conftest.$ac_objext; then
17781 ac_cv_type_LDAPSortKey=yes
17783 echo "$as_me: failed program was:" >&5
17784 sed 's/^/| /' conftest.$ac_ext >&5
17786 ac_cv_type_LDAPSortKey=no
17789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17791 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17792 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17793 if test $ac_cv_type_LDAPSortKey = yes; then
17794 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17795 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17796 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17797 echo $ECHO_N "(cached) $ECHO_C" >&6
17799 ac_check_lib_save_LIBS=$LIBS
17800 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17801 cat >conftest.$ac_ext <<_ACEOF
17804 cat confdefs.h >>conftest.$ac_ext
17805 cat >>conftest.$ac_ext <<_ACEOF
17806 /* end confdefs.h. */
17808 /* Override any GCC internal prototype to avoid an error.
17809 Use char because int might match the return type of a GCC
17810 builtin and then its argument prototype would still apply. */
17814 char ldap_initialize ();
17818 return ldap_initialize ();
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17827 *) ac_try_echo
=$ac_try;;
17829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17830 (eval "$ac_link") 2>conftest.er1
17832 grep -v '^ *+' conftest.er1
>conftest.err
17834 cat conftest.err
>&5
17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836 (exit $ac_status); } && {
17837 test -z "$ac_c_werror_flag" ||
17838 test ! -s conftest.err
17839 } && test -s conftest
$ac_exeext &&
17840 $as_test_x conftest
$ac_exeext; then
17841 ac_cv_lib_ldap_r_ldap_initialize
=yes
17843 echo "$as_me: failed program was:" >&5
17844 sed 's/^/| /' conftest.
$ac_ext >&5
17846 ac_cv_lib_ldap_r_ldap_initialize
=no
17849 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17850 conftest
$ac_exeext conftest.
$ac_ext
17851 LIBS
=$ac_check_lib_save_LIBS
17853 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17854 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17855 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17856 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17857 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17858 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17859 echo $ECHO_N "(cached) $ECHO_C" >&6
17861 ac_check_lib_save_LIBS
=$LIBS
17862 LIBS
="-llber $LIBPTHREAD $LIBS"
17863 cat >conftest.
$ac_ext <<_ACEOF
17866 cat confdefs.h
>>conftest.
$ac_ext
17867 cat >>conftest.
$ac_ext <<_ACEOF
17868 /* end confdefs.h. */
17870 /* Override any GCC internal prototype to avoid an error.
17871 Use char because int might match the return type of a GCC
17872 builtin and then its argument prototype would still apply. */
17880 return ber_init ();
17885 rm -f conftest.
$ac_objext conftest
$ac_exeext
17886 if { (ac_try
="$ac_link"
17887 case "(($ac_try" in
17888 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17889 *) ac_try_echo=$ac_try;;
17891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17892 (eval "$ac_link") 2>conftest.er1
17894 grep -v '^ *+' conftest.er1 >conftest.err
17896 cat conftest.err >&5
17897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17898 (exit $ac_status); } && {
17899 test -z "$ac_c_werror_flag" ||
17900 test ! -s conftest.err
17901 } && test -s conftest$ac_exeext &&
17902 $as_test_x conftest$ac_exeext; then
17903 ac_cv_lib_lber_ber_init=yes
17905 echo "$as_me: failed program was:" >&5
17906 sed 's/^/| /' conftest.$ac_ext >&5
17908 ac_cv_lib_lber_ber_init=no
17911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17912 conftest$ac_exeext conftest.$ac_ext
17913 LIBS=$ac_check_lib_save_LIBS
17915 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17916 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17917 if test $ac_cv_lib_lber_ber_init = yes; then
17919 cat >>confdefs.h <<\_ACEOF
17920 #define HAVE_LDAP 1
17923 LDAPLIBS="-lldap_r -llber"
17930 ac_wine_check_funcs_save_LIBS="$LIBS"
17931 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17941 ldap_count_references \
17942 ldap_first_reference \
17943 ldap_next_reference \
17944 ldap_parse_reference \
17945 ldap_parse_sort_control \
17946 ldap_parse_sortresponse_control \
17947 ldap_parse_vlv_control \
17948 ldap_parse_vlvresponse_control
17950 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17951 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17952 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17953 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17954 echo $ECHO_N "(cached) $ECHO_C" >&6
17956 cat >conftest.$ac_ext <<_ACEOF
17959 cat confdefs.h >>conftest.$ac_ext
17960 cat >>conftest.$ac_ext <<_ACEOF
17961 /* end confdefs.h. */
17962 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17963 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17964 #define $ac_func innocuous_$ac_func
17966 /* System header to define __stub macros and hopefully few prototypes,
17967 which can conflict with char $ac_func (); below.
17968 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17969 <limits.h> exists even on freestanding compilers. */
17972 # include <limits.h>
17974 # include <assert.h>
17979 /* Override any GCC internal prototype to avoid an error.
17980 Use char because int might match the return type of a GCC
17981 builtin and then its argument prototype would still apply. */
17986 /* The GNU C library defines this for functions which it implements
17987 to always fail with ENOSYS. Some functions are actually named
17988 something starting with __ and the normal name is an alias. */
17989 #if defined __stub_$ac_func || defined __stub___$ac_func
17996 return $ac_func ();
18001 rm -f conftest.$ac_objext conftest$ac_exeext
18002 if { (ac_try="$ac_link"
18003 case "(($ac_try" in
18004 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18005 *) ac_try_echo
=$ac_try;;
18007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18008 (eval "$ac_link") 2>conftest.er1
18010 grep -v '^ *+' conftest.er1
>conftest.err
18012 cat conftest.err
>&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } && {
18015 test -z "$ac_c_werror_flag" ||
18016 test ! -s conftest.err
18017 } && test -s conftest
$ac_exeext &&
18018 $as_test_x conftest
$ac_exeext; then
18019 eval "$as_ac_var=yes"
18021 echo "$as_me: failed program was:" >&5
18022 sed 's/^/| /' conftest.
$ac_ext >&5
18024 eval "$as_ac_var=no"
18027 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18028 conftest
$ac_exeext conftest.
$ac_ext
18030 ac_res
=`eval echo '${'$as_ac_var'}'`
18031 { echo "$as_me:$LINENO: result: $ac_res" >&5
18032 echo "${ECHO_T}$ac_res" >&6; }
18033 if test `eval echo '${'$as_ac_var'}'` = yes; then
18034 cat >>confdefs.h
<<_ACEOF
18035 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18041 LIBS
="$ac_wine_check_funcs_save_LIBS"
18043 if test "x$LDAPLIBS" = "x"; then
18044 case "x$with_ldap" in
18045 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18047 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18048 This is an error since --with-ldap was requested." >&5
18049 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18050 This is an error since --with-ldap was requested." >&2;}
18051 { (exit 1); exit 1; }; } ;;
18057 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18058 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18059 if test "${ac_cv_c_const+set}" = set; then
18060 echo $ECHO_N "(cached) $ECHO_C" >&6
18062 cat >conftest.
$ac_ext <<_ACEOF
18065 cat confdefs.h
>>conftest.
$ac_ext
18066 cat >>conftest.
$ac_ext <<_ACEOF
18067 /* end confdefs.h. */
18072 /* FIXME: Include the comments suggested by Paul. */
18073 #ifndef __cplusplus
18074 /* Ultrix mips cc rejects this. */
18075 typedef int charset[2];
18077 /* SunOS 4.1.1 cc rejects this. */
18078 char const *const *pcpcc;
18080 /* NEC SVR4.0.2 mips cc rejects this. */
18081 struct point {int x, y;};
18082 static struct point const zero = {0,0};
18083 /* AIX XL C 1.02.0.0 rejects this.
18084 It does not let you subtract one const X* pointer from another in
18085 an arm of an if-expression whose if-part is not a constant
18087 const char *g = "string";
18088 pcpcc = &g + (g ? g-g : 0);
18089 /* HPUX 7.0 cc rejects these. */
18091 ppc = (char**) pcpcc;
18092 pcpcc = (char const *const *) ppc;
18093 { /* SCO 3.2v4 cc rejects this. */
18095 char const *s = 0 ? (char *) 0 : (char const *) 0;
18100 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18101 int x[] = {25, 17};
18102 const int *foo = &x[0];
18105 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18106 typedef const int *iptr;
18110 { /* AIX XL C 1.02.0.0 rejects this saying
18111 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18112 struct s { int j; const int *ap[3]; };
18113 struct s *b; b->j = 5;
18115 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18116 const int foo = 10;
18117 if (!foo) return 0;
18119 return !cs[0] && !zero.x;
18126 rm -f conftest.
$ac_objext
18127 if { (ac_try
="$ac_compile"
18128 case "(($ac_try" in
18129 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18130 *) ac_try_echo=$ac_try;;
18132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18133 (eval "$ac_compile") 2>conftest.er1
18135 grep -v '^ *+' conftest.er1 >conftest.err
18137 cat conftest.err >&5
18138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } && {
18140 test -z "$ac_c_werror_flag" ||
18141 test ! -s conftest.err
18142 } && test -s conftest.$ac_objext; then
18145 echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18153 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18154 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18155 if test $ac_cv_c_const = no; then
18157 cat >>confdefs.h <<\_ACEOF
18163 { echo "$as_me:$LINENO: checking for inline" >&5
18164 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18165 if test "${ac_cv_c_inline+set}" = set; then
18166 echo $ECHO_N "(cached) $ECHO_C" >&6
18169 for ac_kw in inline __inline__ __inline; do
18170 cat >conftest.$ac_ext <<_ACEOF
18173 cat confdefs.h >>conftest.$ac_ext
18174 cat >>conftest.$ac_ext <<_ACEOF
18175 /* end confdefs.h. */
18176 #ifndef __cplusplus
18178 static $ac_kw foo_t static_foo () {return 0; }
18179 $ac_kw foo_t foo () {return 0; }
18183 rm -f conftest.$ac_objext
18184 if { (ac_try="$ac_compile"
18185 case "(($ac_try" in
18186 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18187 *) ac_try_echo
=$ac_try;;
18189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18190 (eval "$ac_compile") 2>conftest.er1
18192 grep -v '^ *+' conftest.er1
>conftest.err
18194 cat conftest.err
>&5
18195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18196 (exit $ac_status); } && {
18197 test -z "$ac_c_werror_flag" ||
18198 test ! -s conftest.err
18199 } && test -s conftest.
$ac_objext; then
18200 ac_cv_c_inline
=$ac_kw
18202 echo "$as_me: failed program was:" >&5
18203 sed 's/^/| /' conftest.
$ac_ext >&5
18208 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18209 test "$ac_cv_c_inline" != no
&& break
18213 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18214 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18217 case $ac_cv_c_inline in
18220 case $ac_cv_c_inline in
18222 *) ac_val
=$ac_cv_c_inline;;
18224 cat >>confdefs.h
<<_ACEOF
18225 #ifndef __cplusplus
18226 #define inline $ac_val
18232 { echo "$as_me:$LINENO: checking for mode_t" >&5
18233 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18234 if test "${ac_cv_type_mode_t+set}" = set; then
18235 echo $ECHO_N "(cached) $ECHO_C" >&6
18237 cat >conftest.
$ac_ext <<_ACEOF
18240 cat confdefs.h
>>conftest.
$ac_ext
18241 cat >>conftest.
$ac_ext <<_ACEOF
18242 /* end confdefs.h. */
18243 $ac_includes_default
18244 typedef mode_t ac__type_new_;
18248 if ((ac__type_new_ *) 0)
18250 if (sizeof (ac__type_new_))
18256 rm -f conftest.
$ac_objext
18257 if { (ac_try
="$ac_compile"
18258 case "(($ac_try" in
18259 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18260 *) ac_try_echo=$ac_try;;
18262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18263 (eval "$ac_compile") 2>conftest.er1
18265 grep -v '^ *+' conftest.er1 >conftest.err
18267 cat conftest.err >&5
18268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18269 (exit $ac_status); } && {
18270 test -z "$ac_c_werror_flag" ||
18271 test ! -s conftest.err
18272 } && test -s conftest.$ac_objext; then
18273 ac_cv_type_mode_t=yes
18275 echo "$as_me: failed program was:" >&5
18276 sed 's/^/| /' conftest.$ac_ext >&5
18278 ac_cv_type_mode_t=no
18281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18283 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18284 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18285 if test $ac_cv_type_mode_t = yes; then
18287 cat >>confdefs.h <<_ACEOF
18288 #define HAVE_MODE_T 1
18293 { echo "$as_me:$LINENO: checking for off_t" >&5
18294 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18295 if test "${ac_cv_type_off_t+set}" = set; then
18296 echo $ECHO_N "(cached) $ECHO_C" >&6
18298 cat >conftest.$ac_ext <<_ACEOF
18301 cat confdefs.h >>conftest.$ac_ext
18302 cat >>conftest.$ac_ext <<_ACEOF
18303 /* end confdefs.h. */
18304 $ac_includes_default
18305 typedef off_t ac__type_new_;
18309 if ((ac__type_new_ *) 0)
18311 if (sizeof (ac__type_new_))
18317 rm -f conftest.$ac_objext
18318 if { (ac_try="$ac_compile"
18319 case "(($ac_try" in
18320 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18321 *) ac_try_echo
=$ac_try;;
18323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18324 (eval "$ac_compile") 2>conftest.er1
18326 grep -v '^ *+' conftest.er1
>conftest.err
18328 cat conftest.err
>&5
18329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18330 (exit $ac_status); } && {
18331 test -z "$ac_c_werror_flag" ||
18332 test ! -s conftest.err
18333 } && test -s conftest.
$ac_objext; then
18334 ac_cv_type_off_t
=yes
18336 echo "$as_me: failed program was:" >&5
18337 sed 's/^/| /' conftest.
$ac_ext >&5
18339 ac_cv_type_off_t
=no
18342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18344 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18345 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18346 if test $ac_cv_type_off_t = yes; then
18348 cat >>confdefs.h
<<_ACEOF
18349 #define HAVE_OFF_T 1
18354 { echo "$as_me:$LINENO: checking for pid_t" >&5
18355 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18356 if test "${ac_cv_type_pid_t+set}" = set; then
18357 echo $ECHO_N "(cached) $ECHO_C" >&6
18359 cat >conftest.
$ac_ext <<_ACEOF
18362 cat confdefs.h
>>conftest.
$ac_ext
18363 cat >>conftest.
$ac_ext <<_ACEOF
18364 /* end confdefs.h. */
18365 $ac_includes_default
18366 typedef pid_t ac__type_new_;
18370 if ((ac__type_new_ *) 0)
18372 if (sizeof (ac__type_new_))
18378 rm -f conftest.
$ac_objext
18379 if { (ac_try
="$ac_compile"
18380 case "(($ac_try" in
18381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18382 *) ac_try_echo=$ac_try;;
18384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18385 (eval "$ac_compile") 2>conftest.er1
18387 grep -v '^ *+' conftest.er1 >conftest.err
18389 cat conftest.err >&5
18390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18391 (exit $ac_status); } && {
18392 test -z "$ac_c_werror_flag" ||
18393 test ! -s conftest.err
18394 } && test -s conftest.$ac_objext; then
18395 ac_cv_type_pid_t=yes
18397 echo "$as_me: failed program was:" >&5
18398 sed 's/^/| /' conftest.$ac_ext >&5
18400 ac_cv_type_pid_t=no
18403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18405 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18406 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18407 if test $ac_cv_type_pid_t = yes; then
18409 cat >>confdefs.h <<_ACEOF
18410 #define HAVE_PID_T 1
18415 { echo "$as_me:$LINENO: checking for size_t" >&5
18416 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18417 if test "${ac_cv_type_size_t+set}" = set; then
18418 echo $ECHO_N "(cached) $ECHO_C" >&6
18420 cat >conftest.$ac_ext <<_ACEOF
18423 cat confdefs.h >>conftest.$ac_ext
18424 cat >>conftest.$ac_ext <<_ACEOF
18425 /* end confdefs.h. */
18426 $ac_includes_default
18427 typedef size_t ac__type_new_;
18431 if ((ac__type_new_ *) 0)
18433 if (sizeof (ac__type_new_))
18439 rm -f conftest.$ac_objext
18440 if { (ac_try="$ac_compile"
18441 case "(($ac_try" in
18442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18443 *) ac_try_echo
=$ac_try;;
18445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18446 (eval "$ac_compile") 2>conftest.er1
18448 grep -v '^ *+' conftest.er1
>conftest.err
18450 cat conftest.err
>&5
18451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18452 (exit $ac_status); } && {
18453 test -z "$ac_c_werror_flag" ||
18454 test ! -s conftest.err
18455 } && test -s conftest.
$ac_objext; then
18456 ac_cv_type_size_t
=yes
18458 echo "$as_me: failed program was:" >&5
18459 sed 's/^/| /' conftest.
$ac_ext >&5
18461 ac_cv_type_size_t
=no
18464 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18466 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18467 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18468 if test $ac_cv_type_size_t = yes; then
18470 cat >>confdefs.h
<<_ACEOF
18471 #define HAVE_SIZE_T 1
18476 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18477 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18478 if test "${ac_cv_type_ssize_t+set}" = set; then
18479 echo $ECHO_N "(cached) $ECHO_C" >&6
18481 cat >conftest.
$ac_ext <<_ACEOF
18484 cat confdefs.h
>>conftest.
$ac_ext
18485 cat >>conftest.
$ac_ext <<_ACEOF
18486 /* end confdefs.h. */
18487 $ac_includes_default
18488 typedef ssize_t ac__type_new_;
18492 if ((ac__type_new_ *) 0)
18494 if (sizeof (ac__type_new_))
18500 rm -f conftest.
$ac_objext
18501 if { (ac_try
="$ac_compile"
18502 case "(($ac_try" in
18503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18504 *) ac_try_echo=$ac_try;;
18506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18507 (eval "$ac_compile") 2>conftest.er1
18509 grep -v '^ *+' conftest.er1 >conftest.err
18511 cat conftest.err >&5
18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } && {
18514 test -z "$ac_c_werror_flag" ||
18515 test ! -s conftest.err
18516 } && test -s conftest.$ac_objext; then
18517 ac_cv_type_ssize_t=yes
18519 echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.$ac_ext >&5
18522 ac_cv_type_ssize_t=no
18525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18527 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18528 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18529 if test $ac_cv_type_ssize_t = yes; then
18531 cat >>confdefs.h <<_ACEOF
18532 #define HAVE_SSIZE_T 1
18537 { echo "$as_me:$LINENO: checking for long long" >&5
18538 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18539 if test "${ac_cv_type_long_long+set}" = set; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
18542 cat >conftest.$ac_ext <<_ACEOF
18545 cat confdefs.h >>conftest.$ac_ext
18546 cat >>conftest.$ac_ext <<_ACEOF
18547 /* end confdefs.h. */
18548 $ac_includes_default
18549 typedef long long ac__type_new_;
18553 if ((ac__type_new_ *) 0)
18555 if (sizeof (ac__type_new_))
18561 rm -f conftest.$ac_objext
18562 if { (ac_try="$ac_compile"
18563 case "(($ac_try" in
18564 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18565 *) ac_try_echo
=$ac_try;;
18567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18568 (eval "$ac_compile") 2>conftest.er1
18570 grep -v '^ *+' conftest.er1
>conftest.err
18572 cat conftest.err
>&5
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); } && {
18575 test -z "$ac_c_werror_flag" ||
18576 test ! -s conftest.err
18577 } && test -s conftest.
$ac_objext; then
18578 ac_cv_type_long_long
=yes
18580 echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.
$ac_ext >&5
18583 ac_cv_type_long_long
=no
18586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18588 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18589 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18590 if test $ac_cv_type_long_long = yes; then
18592 cat >>confdefs.h
<<_ACEOF
18593 #define HAVE_LONG_LONG 1
18598 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18599 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18600 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18601 echo $ECHO_N "(cached) $ECHO_C" >&6
18603 cat >conftest.
$ac_ext <<_ACEOF
18606 cat confdefs.h
>>conftest.
$ac_ext
18607 cat >>conftest.
$ac_ext <<_ACEOF
18608 /* end confdefs.h. */
18609 $ac_includes_default
18610 typedef fsblkcnt_t ac__type_new_;
18614 if ((ac__type_new_ *) 0)
18616 if (sizeof (ac__type_new_))
18622 rm -f conftest.
$ac_objext
18623 if { (ac_try
="$ac_compile"
18624 case "(($ac_try" in
18625 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18626 *) ac_try_echo=$ac_try;;
18628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18629 (eval "$ac_compile") 2>conftest.er1
18631 grep -v '^ *+' conftest.er1 >conftest.err
18633 cat conftest.err >&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); } && {
18636 test -z "$ac_c_werror_flag" ||
18637 test ! -s conftest.err
18638 } && test -s conftest.$ac_objext; then
18639 ac_cv_type_fsblkcnt_t=yes
18641 echo "$as_me: failed program was:" >&5
18642 sed 's/^/| /' conftest.$ac_ext >&5
18644 ac_cv_type_fsblkcnt_t=no
18647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18649 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18650 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18651 if test $ac_cv_type_fsblkcnt_t = yes; then
18653 cat >>confdefs.h <<_ACEOF
18654 #define HAVE_FSBLKCNT_T 1
18659 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18660 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18661 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18662 echo $ECHO_N "(cached) $ECHO_C" >&6
18664 cat >conftest.$ac_ext <<_ACEOF
18667 cat confdefs.h >>conftest.$ac_ext
18668 cat >>conftest.$ac_ext <<_ACEOF
18669 /* end confdefs.h. */
18670 $ac_includes_default
18671 typedef fsfilcnt_t ac__type_new_;
18675 if ((ac__type_new_ *) 0)
18677 if (sizeof (ac__type_new_))
18683 rm -f conftest.$ac_objext
18684 if { (ac_try="$ac_compile"
18685 case "(($ac_try" in
18686 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18687 *) ac_try_echo
=$ac_try;;
18689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690 (eval "$ac_compile") 2>conftest.er1
18692 grep -v '^ *+' conftest.er1
>conftest.err
18694 cat conftest.err
>&5
18695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696 (exit $ac_status); } && {
18697 test -z "$ac_c_werror_flag" ||
18698 test ! -s conftest.err
18699 } && test -s conftest.
$ac_objext; then
18700 ac_cv_type_fsfilcnt_t
=yes
18702 echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.
$ac_ext >&5
18705 ac_cv_type_fsfilcnt_t
=no
18708 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18710 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18711 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18712 if test $ac_cv_type_fsfilcnt_t = yes; then
18714 cat >>confdefs.h
<<_ACEOF
18715 #define HAVE_FSFILCNT_T 1
18721 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18722 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18723 if test "${ac_cv_type_sigset_t+set}" = set; then
18724 echo $ECHO_N "(cached) $ECHO_C" >&6
18726 cat >conftest.
$ac_ext <<_ACEOF
18729 cat confdefs.h
>>conftest.
$ac_ext
18730 cat >>conftest.
$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18732 #include <sys/types.h>
18733 #include <signal.h>
18735 typedef sigset_t ac__type_new_;
18739 if ((ac__type_new_ *) 0)
18741 if (sizeof (ac__type_new_))
18747 rm -f conftest.
$ac_objext
18748 if { (ac_try
="$ac_compile"
18749 case "(($ac_try" in
18750 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18751 *) ac_try_echo=$ac_try;;
18753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18754 (eval "$ac_compile") 2>conftest.er1
18756 grep -v '^ *+' conftest.er1 >conftest.err
18758 cat conftest.err >&5
18759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18760 (exit $ac_status); } && {
18761 test -z "$ac_c_werror_flag" ||
18762 test ! -s conftest.err
18763 } && test -s conftest.$ac_objext; then
18764 ac_cv_type_sigset_t=yes
18766 echo "$as_me: failed program was:" >&5
18767 sed 's/^/| /' conftest.$ac_ext >&5
18769 ac_cv_type_sigset_t=no
18772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18774 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18775 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18776 if test $ac_cv_type_sigset_t = yes; then
18778 cat >>confdefs.h <<_ACEOF
18779 #define HAVE_SIGSET_T 1
18785 { echo "$as_me:$LINENO: checking for request_sense" >&5
18786 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18787 if test "${ac_cv_type_request_sense+set}" = set; then
18788 echo $ECHO_N "(cached) $ECHO_C" >&6
18790 cat >conftest.$ac_ext <<_ACEOF
18793 cat confdefs.h >>conftest.$ac_ext
18794 cat >>conftest.$ac_ext <<_ACEOF
18795 /* end confdefs.h. */
18796 #include <linux/cdrom.h>
18798 typedef request_sense ac__type_new_;
18802 if ((ac__type_new_ *) 0)
18804 if (sizeof (ac__type_new_))
18810 rm -f conftest.$ac_objext
18811 if { (ac_try="$ac_compile"
18812 case "(($ac_try" in
18813 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18814 *) ac_try_echo
=$ac_try;;
18816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18817 (eval "$ac_compile") 2>conftest.er1
18819 grep -v '^ *+' conftest.er1
>conftest.err
18821 cat conftest.err
>&5
18822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18823 (exit $ac_status); } && {
18824 test -z "$ac_c_werror_flag" ||
18825 test ! -s conftest.err
18826 } && test -s conftest.
$ac_objext; then
18827 ac_cv_type_request_sense
=yes
18829 echo "$as_me: failed program was:" >&5
18830 sed 's/^/| /' conftest.
$ac_ext >&5
18832 ac_cv_type_request_sense
=no
18835 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18837 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18838 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18839 if test $ac_cv_type_request_sense = yes; then
18841 cat >>confdefs.h
<<_ACEOF
18842 #define HAVE_REQUEST_SENSE 1
18849 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18850 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18851 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18852 echo $ECHO_N "(cached) $ECHO_C" >&6
18854 cat >conftest.
$ac_ext <<_ACEOF
18857 cat confdefs.h
>>conftest.
$ac_ext
18858 cat >>conftest.
$ac_ext <<_ACEOF
18859 /* end confdefs.h. */
18860 #ifdef HAVE_LINUX_INPUT_H
18861 #include <linux/input.h>
18867 static struct ff_effect ac_aggr;
18868 if (ac_aggr.direction)
18874 rm -f conftest.
$ac_objext
18875 if { (ac_try
="$ac_compile"
18876 case "(($ac_try" in
18877 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18878 *) ac_try_echo=$ac_try;;
18880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18881 (eval "$ac_compile") 2>conftest.er1
18883 grep -v '^ *+' conftest.er1 >conftest.err
18885 cat conftest.err >&5
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); } && {
18888 test -z "$ac_c_werror_flag" ||
18889 test ! -s conftest.err
18890 } && test -s conftest.$ac_objext; then
18891 ac_cv_member_struct_ff_effect_direction=yes
18893 echo "$as_me: failed program was:" >&5
18894 sed 's/^/| /' conftest.$ac_ext >&5
18896 cat >conftest.$ac_ext <<_ACEOF
18899 cat confdefs.h >>conftest.$ac_ext
18900 cat >>conftest.$ac_ext <<_ACEOF
18901 /* end confdefs.h. */
18902 #ifdef HAVE_LINUX_INPUT_H
18903 #include <linux/input.h>
18909 static struct ff_effect ac_aggr;
18910 if (sizeof ac_aggr.direction)
18916 rm -f conftest.$ac_objext
18917 if { (ac_try="$ac_compile"
18918 case "(($ac_try" in
18919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18920 *) ac_try_echo
=$ac_try;;
18922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18923 (eval "$ac_compile") 2>conftest.er1
18925 grep -v '^ *+' conftest.er1
>conftest.err
18927 cat conftest.err
>&5
18928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18929 (exit $ac_status); } && {
18930 test -z "$ac_c_werror_flag" ||
18931 test ! -s conftest.err
18932 } && test -s conftest.
$ac_objext; then
18933 ac_cv_member_struct_ff_effect_direction
=yes
18935 echo "$as_me: failed program was:" >&5
18936 sed 's/^/| /' conftest.
$ac_ext >&5
18938 ac_cv_member_struct_ff_effect_direction
=no
18941 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18944 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18946 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18947 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18948 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18950 cat >>confdefs.h
<<_ACEOF
18951 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18958 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18959 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18960 if test "${wine_cv_have_sigaddset+set}" = set; then
18961 echo $ECHO_N "(cached) $ECHO_C" >&6
18963 cat >conftest.
$ac_ext <<_ACEOF
18966 cat confdefs.h
>>conftest.
$ac_ext
18967 cat >>conftest.
$ac_ext <<_ACEOF
18968 /* end confdefs.h. */
18969 #include <signal.h>
18973 sigset_t set; sigaddset(&set,SIGTERM);
18978 rm -f conftest.
$ac_objext conftest
$ac_exeext
18979 if { (ac_try
="$ac_link"
18980 case "(($ac_try" in
18981 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18982 *) ac_try_echo=$ac_try;;
18984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18985 (eval "$ac_link") 2>conftest.er1
18987 grep -v '^ *+' conftest.er1 >conftest.err
18989 cat conftest.err >&5
18990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18991 (exit $ac_status); } && {
18992 test -z "$ac_c_werror_flag" ||
18993 test ! -s conftest.err
18994 } && test -s conftest$ac_exeext &&
18995 $as_test_x conftest$ac_exeext; then
18996 wine_cv_have_sigaddset=yes
18998 echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19001 wine_cv_have_sigaddset=no
19004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19005 conftest$ac_exeext conftest.$ac_ext
19007 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19008 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19009 if test "$wine_cv_have_sigaddset" = "yes"
19012 cat >>confdefs.h <<\_ACEOF
19013 #define HAVE_SIGADDSET 1
19019 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19020 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19021 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19022 echo $ECHO_N "(cached) $ECHO_C" >&6
19024 cat >conftest.$ac_ext <<_ACEOF
19027 cat confdefs.h >>conftest.$ac_ext
19028 cat >>conftest.$ac_ext <<_ACEOF
19029 /* end confdefs.h. */
19037 struct hostent *result;
19044 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19045 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19051 rm -f conftest.$ac_objext conftest$ac_exeext
19052 if { (ac_try="$ac_link"
19053 case "(($ac_try" in
19054 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19055 *) ac_try_echo
=$ac_try;;
19057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19058 (eval "$ac_link") 2>conftest.er1
19060 grep -v '^ *+' conftest.er1
>conftest.err
19062 cat conftest.err
>&5
19063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19064 (exit $ac_status); } && {
19065 test -z "$ac_c_werror_flag" ||
19066 test ! -s conftest.err
19067 } && test -s conftest
$ac_exeext &&
19068 $as_test_x conftest
$ac_exeext; then
19069 wine_cv_linux_gethostbyname_r_6
=yes
19071 echo "$as_me: failed program was:" >&5
19072 sed 's/^/| /' conftest.
$ac_ext >&5
19074 wine_cv_linux_gethostbyname_r_6
=no
19078 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19079 conftest
$ac_exeext conftest.
$ac_ext
19082 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19083 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19084 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19087 cat >>confdefs.h
<<\_ACEOF
19088 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19093 if test "$ac_cv_header_linux_joystick_h" = "yes"
19095 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19096 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19097 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19098 echo $ECHO_N "(cached) $ECHO_C" >&6
19100 cat >conftest.
$ac_ext <<_ACEOF
19103 cat confdefs.h
>>conftest.
$ac_ext
19104 cat >>conftest.
$ac_ext <<_ACEOF
19105 /* end confdefs.h. */
19107 #include <sys/ioctl.h>
19108 #include <sys/types.h>
19109 #include <linux/joystick.h>
19111 struct js_event blub;
19112 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19113 #error "no 2.2 header"
19124 rm -f conftest.
$ac_objext
19125 if { (ac_try
="$ac_compile"
19126 case "(($ac_try" in
19127 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19128 *) ac_try_echo=$ac_try;;
19130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19131 (eval "$ac_compile") 2>conftest.er1
19133 grep -v '^ *+' conftest.er1 >conftest.err
19135 cat conftest.err >&5
19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); } && {
19138 test -z "$ac_c_werror_flag" ||
19139 test ! -s conftest.err
19140 } && test -s conftest.$ac_objext; then
19141 wine_cv_linux_joystick_22_api=yes
19143 echo "$as_me: failed program was:" >&5
19144 sed 's/^/| /' conftest.$ac_ext >&5
19146 wine_cv_linux_joystick_22_api=no
19149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19152 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19153 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19154 if test "$wine_cv_linux_joystick_22_api" = "yes"
19157 cat >>confdefs.h <<\_ACEOF
19158 #define HAVE_LINUX_22_JOYSTICK_API 1
19165 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19166 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19167 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19168 echo $ECHO_N "(cached) $ECHO_C" >&6
19170 cat >conftest.$ac_ext <<_ACEOF
19173 cat confdefs.h >>conftest.$ac_ext
19174 cat >>conftest.$ac_ext <<_ACEOF
19175 /* end confdefs.h. */
19176 #include <sys/types.h>
19177 #ifdef HAVE_SYS_PARAM_H
19178 # include <sys/param.h>
19180 #ifdef HAVE_SYS_MOUNT_H
19181 # include <sys/mount.h>
19183 #ifdef HAVE_SYS_VFS_H
19184 # include <sys/vfs.h>
19186 #ifdef HAVE_SYS_STATFS_H
19187 # include <sys/statfs.h>
19193 static struct statfs ac_aggr;
19194 if (ac_aggr.f_bfree)
19200 rm -f conftest.$ac_objext
19201 if { (ac_try="$ac_compile"
19202 case "(($ac_try" in
19203 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19204 *) ac_try_echo
=$ac_try;;
19206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19207 (eval "$ac_compile") 2>conftest.er1
19209 grep -v '^ *+' conftest.er1
>conftest.err
19211 cat conftest.err
>&5
19212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19213 (exit $ac_status); } && {
19214 test -z "$ac_c_werror_flag" ||
19215 test ! -s conftest.err
19216 } && test -s conftest.
$ac_objext; then
19217 ac_cv_member_struct_statfs_f_bfree
=yes
19219 echo "$as_me: failed program was:" >&5
19220 sed 's/^/| /' conftest.
$ac_ext >&5
19222 cat >conftest.
$ac_ext <<_ACEOF
19225 cat confdefs.h
>>conftest.
$ac_ext
19226 cat >>conftest.
$ac_ext <<_ACEOF
19227 /* end confdefs.h. */
19228 #include <sys/types.h>
19229 #ifdef HAVE_SYS_PARAM_H
19230 # include <sys/param.h>
19232 #ifdef HAVE_SYS_MOUNT_H
19233 # include <sys/mount.h>
19235 #ifdef HAVE_SYS_VFS_H
19236 # include <sys/vfs.h>
19238 #ifdef HAVE_SYS_STATFS_H
19239 # include <sys/statfs.h>
19245 static struct statfs ac_aggr;
19246 if (sizeof ac_aggr.f_bfree)
19252 rm -f conftest.
$ac_objext
19253 if { (ac_try
="$ac_compile"
19254 case "(($ac_try" in
19255 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19256 *) ac_try_echo=$ac_try;;
19258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19259 (eval "$ac_compile") 2>conftest.er1
19261 grep -v '^ *+' conftest.er1 >conftest.err
19263 cat conftest.err >&5
19264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19265 (exit $ac_status); } && {
19266 test -z "$ac_c_werror_flag" ||
19267 test ! -s conftest.err
19268 } && test -s conftest.$ac_objext; then
19269 ac_cv_member_struct_statfs_f_bfree=yes
19271 echo "$as_me: failed program was:" >&5
19272 sed 's/^/| /' conftest.$ac_ext >&5
19274 ac_cv_member_struct_statfs_f_bfree=no
19277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19282 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19283 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19284 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19286 cat >>confdefs.h <<_ACEOF
19287 #define HAVE_STRUCT_STATFS_F_BFREE 1
19292 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19293 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19294 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19295 echo $ECHO_N "(cached) $ECHO_C" >&6
19297 cat >conftest.$ac_ext <<_ACEOF
19300 cat confdefs.h >>conftest.$ac_ext
19301 cat >>conftest.$ac_ext <<_ACEOF
19302 /* end confdefs.h. */
19303 #include <sys/types.h>
19304 #ifdef HAVE_SYS_PARAM_H
19305 # include <sys/param.h>
19307 #ifdef HAVE_SYS_MOUNT_H
19308 # include <sys/mount.h>
19310 #ifdef HAVE_SYS_VFS_H
19311 # include <sys/vfs.h>
19313 #ifdef HAVE_SYS_STATFS_H
19314 # include <sys/statfs.h>
19320 static struct statfs ac_aggr;
19321 if (ac_aggr.f_bavail)
19327 rm -f conftest.$ac_objext
19328 if { (ac_try="$ac_compile"
19329 case "(($ac_try" in
19330 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19331 *) ac_try_echo
=$ac_try;;
19333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19334 (eval "$ac_compile") 2>conftest.er1
19336 grep -v '^ *+' conftest.er1
>conftest.err
19338 cat conftest.err
>&5
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); } && {
19341 test -z "$ac_c_werror_flag" ||
19342 test ! -s conftest.err
19343 } && test -s conftest.
$ac_objext; then
19344 ac_cv_member_struct_statfs_f_bavail
=yes
19346 echo "$as_me: failed program was:" >&5
19347 sed 's/^/| /' conftest.
$ac_ext >&5
19349 cat >conftest.
$ac_ext <<_ACEOF
19352 cat confdefs.h
>>conftest.
$ac_ext
19353 cat >>conftest.
$ac_ext <<_ACEOF
19354 /* end confdefs.h. */
19355 #include <sys/types.h>
19356 #ifdef HAVE_SYS_PARAM_H
19357 # include <sys/param.h>
19359 #ifdef HAVE_SYS_MOUNT_H
19360 # include <sys/mount.h>
19362 #ifdef HAVE_SYS_VFS_H
19363 # include <sys/vfs.h>
19365 #ifdef HAVE_SYS_STATFS_H
19366 # include <sys/statfs.h>
19372 static struct statfs ac_aggr;
19373 if (sizeof ac_aggr.f_bavail)
19379 rm -f conftest.
$ac_objext
19380 if { (ac_try
="$ac_compile"
19381 case "(($ac_try" in
19382 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19383 *) ac_try_echo=$ac_try;;
19385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19386 (eval "$ac_compile") 2>conftest.er1
19388 grep -v '^ *+' conftest.er1 >conftest.err
19390 cat conftest.err >&5
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); } && {
19393 test -z "$ac_c_werror_flag" ||
19394 test ! -s conftest.err
19395 } && test -s conftest.$ac_objext; then
19396 ac_cv_member_struct_statfs_f_bavail=yes
19398 echo "$as_me: failed program was:" >&5
19399 sed 's/^/| /' conftest.$ac_ext >&5
19401 ac_cv_member_struct_statfs_f_bavail=no
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19409 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19410 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19411 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19413 cat >>confdefs.h <<_ACEOF
19414 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19419 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19420 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19421 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19422 echo $ECHO_N "(cached) $ECHO_C" >&6
19424 cat >conftest.$ac_ext <<_ACEOF
19427 cat confdefs.h >>conftest.$ac_ext
19428 cat >>conftest.$ac_ext <<_ACEOF
19429 /* end confdefs.h. */
19430 #include <sys/types.h>
19431 #ifdef HAVE_SYS_PARAM_H
19432 # include <sys/param.h>
19434 #ifdef HAVE_SYS_MOUNT_H
19435 # include <sys/mount.h>
19437 #ifdef HAVE_SYS_VFS_H
19438 # include <sys/vfs.h>
19440 #ifdef HAVE_SYS_STATFS_H
19441 # include <sys/statfs.h>
19447 static struct statfs ac_aggr;
19448 if (ac_aggr.f_frsize)
19454 rm -f conftest.$ac_objext
19455 if { (ac_try="$ac_compile"
19456 case "(($ac_try" in
19457 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19458 *) ac_try_echo
=$ac_try;;
19460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19461 (eval "$ac_compile") 2>conftest.er1
19463 grep -v '^ *+' conftest.er1
>conftest.err
19465 cat conftest.err
>&5
19466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); } && {
19468 test -z "$ac_c_werror_flag" ||
19469 test ! -s conftest.err
19470 } && test -s conftest.
$ac_objext; then
19471 ac_cv_member_struct_statfs_f_frsize
=yes
19473 echo "$as_me: failed program was:" >&5
19474 sed 's/^/| /' conftest.
$ac_ext >&5
19476 cat >conftest.
$ac_ext <<_ACEOF
19479 cat confdefs.h
>>conftest.
$ac_ext
19480 cat >>conftest.
$ac_ext <<_ACEOF
19481 /* end confdefs.h. */
19482 #include <sys/types.h>
19483 #ifdef HAVE_SYS_PARAM_H
19484 # include <sys/param.h>
19486 #ifdef HAVE_SYS_MOUNT_H
19487 # include <sys/mount.h>
19489 #ifdef HAVE_SYS_VFS_H
19490 # include <sys/vfs.h>
19492 #ifdef HAVE_SYS_STATFS_H
19493 # include <sys/statfs.h>
19499 static struct statfs ac_aggr;
19500 if (sizeof ac_aggr.f_frsize)
19506 rm -f conftest.
$ac_objext
19507 if { (ac_try
="$ac_compile"
19508 case "(($ac_try" in
19509 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19510 *) ac_try_echo=$ac_try;;
19512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19513 (eval "$ac_compile") 2>conftest.er1
19515 grep -v '^ *+' conftest.er1 >conftest.err
19517 cat conftest.err >&5
19518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19519 (exit $ac_status); } && {
19520 test -z "$ac_c_werror_flag" ||
19521 test ! -s conftest.err
19522 } && test -s conftest.$ac_objext; then
19523 ac_cv_member_struct_statfs_f_frsize=yes
19525 echo "$as_me: failed program was:" >&5
19526 sed 's/^/| /' conftest.$ac_ext >&5
19528 ac_cv_member_struct_statfs_f_frsize=no
19531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19536 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19537 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19538 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19540 cat >>confdefs.h <<_ACEOF
19541 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19546 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19547 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19548 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19549 echo $ECHO_N "(cached) $ECHO_C" >&6
19551 cat >conftest.$ac_ext <<_ACEOF
19554 cat confdefs.h >>conftest.$ac_ext
19555 cat >>conftest.$ac_ext <<_ACEOF
19556 /* end confdefs.h. */
19557 #include <sys/types.h>
19558 #ifdef HAVE_SYS_PARAM_H
19559 # include <sys/param.h>
19561 #ifdef HAVE_SYS_MOUNT_H
19562 # include <sys/mount.h>
19564 #ifdef HAVE_SYS_VFS_H
19565 # include <sys/vfs.h>
19567 #ifdef HAVE_SYS_STATFS_H
19568 # include <sys/statfs.h>
19574 static struct statfs ac_aggr;
19575 if (ac_aggr.f_ffree)
19581 rm -f conftest.$ac_objext
19582 if { (ac_try="$ac_compile"
19583 case "(($ac_try" in
19584 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19585 *) ac_try_echo
=$ac_try;;
19587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19588 (eval "$ac_compile") 2>conftest.er1
19590 grep -v '^ *+' conftest.er1
>conftest.err
19592 cat conftest.err
>&5
19593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594 (exit $ac_status); } && {
19595 test -z "$ac_c_werror_flag" ||
19596 test ! -s conftest.err
19597 } && test -s conftest.
$ac_objext; then
19598 ac_cv_member_struct_statfs_f_ffree
=yes
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.
$ac_ext >&5
19603 cat >conftest.
$ac_ext <<_ACEOF
19606 cat confdefs.h
>>conftest.
$ac_ext
19607 cat >>conftest.
$ac_ext <<_ACEOF
19608 /* end confdefs.h. */
19609 #include <sys/types.h>
19610 #ifdef HAVE_SYS_PARAM_H
19611 # include <sys/param.h>
19613 #ifdef HAVE_SYS_MOUNT_H
19614 # include <sys/mount.h>
19616 #ifdef HAVE_SYS_VFS_H
19617 # include <sys/vfs.h>
19619 #ifdef HAVE_SYS_STATFS_H
19620 # include <sys/statfs.h>
19626 static struct statfs ac_aggr;
19627 if (sizeof ac_aggr.f_ffree)
19633 rm -f conftest.
$ac_objext
19634 if { (ac_try
="$ac_compile"
19635 case "(($ac_try" in
19636 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19637 *) ac_try_echo=$ac_try;;
19639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19640 (eval "$ac_compile") 2>conftest.er1
19642 grep -v '^ *+' conftest.er1 >conftest.err
19644 cat conftest.err >&5
19645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19646 (exit $ac_status); } && {
19647 test -z "$ac_c_werror_flag" ||
19648 test ! -s conftest.err
19649 } && test -s conftest.$ac_objext; then
19650 ac_cv_member_struct_statfs_f_ffree=yes
19652 echo "$as_me: failed program was:" >&5
19653 sed 's/^/| /' conftest.$ac_ext >&5
19655 ac_cv_member_struct_statfs_f_ffree=no
19658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19663 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19664 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19665 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19667 cat >>confdefs.h <<_ACEOF
19668 #define HAVE_STRUCT_STATFS_F_FFREE 1
19673 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19674 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19675 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19676 echo $ECHO_N "(cached) $ECHO_C" >&6
19678 cat >conftest.$ac_ext <<_ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19684 #include <sys/types.h>
19685 #ifdef HAVE_SYS_PARAM_H
19686 # include <sys/param.h>
19688 #ifdef HAVE_SYS_MOUNT_H
19689 # include <sys/mount.h>
19691 #ifdef HAVE_SYS_VFS_H
19692 # include <sys/vfs.h>
19694 #ifdef HAVE_SYS_STATFS_H
19695 # include <sys/statfs.h>
19701 static struct statfs ac_aggr;
19702 if (ac_aggr.f_favail)
19708 rm -f conftest.$ac_objext
19709 if { (ac_try="$ac_compile"
19710 case "(($ac_try" in
19711 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19712 *) ac_try_echo
=$ac_try;;
19714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19715 (eval "$ac_compile") 2>conftest.er1
19717 grep -v '^ *+' conftest.er1
>conftest.err
19719 cat conftest.err
>&5
19720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19721 (exit $ac_status); } && {
19722 test -z "$ac_c_werror_flag" ||
19723 test ! -s conftest.err
19724 } && test -s conftest.
$ac_objext; then
19725 ac_cv_member_struct_statfs_f_favail
=yes
19727 echo "$as_me: failed program was:" >&5
19728 sed 's/^/| /' conftest.
$ac_ext >&5
19730 cat >conftest.
$ac_ext <<_ACEOF
19733 cat confdefs.h
>>conftest.
$ac_ext
19734 cat >>conftest.
$ac_ext <<_ACEOF
19735 /* end confdefs.h. */
19736 #include <sys/types.h>
19737 #ifdef HAVE_SYS_PARAM_H
19738 # include <sys/param.h>
19740 #ifdef HAVE_SYS_MOUNT_H
19741 # include <sys/mount.h>
19743 #ifdef HAVE_SYS_VFS_H
19744 # include <sys/vfs.h>
19746 #ifdef HAVE_SYS_STATFS_H
19747 # include <sys/statfs.h>
19753 static struct statfs ac_aggr;
19754 if (sizeof ac_aggr.f_favail)
19760 rm -f conftest.
$ac_objext
19761 if { (ac_try
="$ac_compile"
19762 case "(($ac_try" in
19763 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19764 *) ac_try_echo=$ac_try;;
19766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19767 (eval "$ac_compile") 2>conftest.er1
19769 grep -v '^ *+' conftest.er1 >conftest.err
19771 cat conftest.err >&5
19772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19773 (exit $ac_status); } && {
19774 test -z "$ac_c_werror_flag" ||
19775 test ! -s conftest.err
19776 } && test -s conftest.$ac_objext; then
19777 ac_cv_member_struct_statfs_f_favail=yes
19779 echo "$as_me: failed program was:" >&5
19780 sed 's/^/| /' conftest.$ac_ext >&5
19782 ac_cv_member_struct_statfs_f_favail=no
19785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19790 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19791 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19792 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19794 cat >>confdefs.h <<_ACEOF
19795 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19800 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19801 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19802 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19803 echo $ECHO_N "(cached) $ECHO_C" >&6
19805 cat >conftest.$ac_ext <<_ACEOF
19808 cat confdefs.h >>conftest.$ac_ext
19809 cat >>conftest.$ac_ext <<_ACEOF
19810 /* end confdefs.h. */
19811 #include <sys/types.h>
19812 #ifdef HAVE_SYS_PARAM_H
19813 # include <sys/param.h>
19815 #ifdef HAVE_SYS_MOUNT_H
19816 # include <sys/mount.h>
19818 #ifdef HAVE_SYS_VFS_H
19819 # include <sys/vfs.h>
19821 #ifdef HAVE_SYS_STATFS_H
19822 # include <sys/statfs.h>
19828 static struct statfs ac_aggr;
19829 if (ac_aggr.f_namelen)
19835 rm -f conftest.$ac_objext
19836 if { (ac_try="$ac_compile"
19837 case "(($ac_try" in
19838 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19839 *) ac_try_echo
=$ac_try;;
19841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19842 (eval "$ac_compile") 2>conftest.er1
19844 grep -v '^ *+' conftest.er1
>conftest.err
19846 cat conftest.err
>&5
19847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19848 (exit $ac_status); } && {
19849 test -z "$ac_c_werror_flag" ||
19850 test ! -s conftest.err
19851 } && test -s conftest.
$ac_objext; then
19852 ac_cv_member_struct_statfs_f_namelen
=yes
19854 echo "$as_me: failed program was:" >&5
19855 sed 's/^/| /' conftest.
$ac_ext >&5
19857 cat >conftest.
$ac_ext <<_ACEOF
19860 cat confdefs.h
>>conftest.
$ac_ext
19861 cat >>conftest.
$ac_ext <<_ACEOF
19862 /* end confdefs.h. */
19863 #include <sys/types.h>
19864 #ifdef HAVE_SYS_PARAM_H
19865 # include <sys/param.h>
19867 #ifdef HAVE_SYS_MOUNT_H
19868 # include <sys/mount.h>
19870 #ifdef HAVE_SYS_VFS_H
19871 # include <sys/vfs.h>
19873 #ifdef HAVE_SYS_STATFS_H
19874 # include <sys/statfs.h>
19880 static struct statfs ac_aggr;
19881 if (sizeof ac_aggr.f_namelen)
19887 rm -f conftest.
$ac_objext
19888 if { (ac_try
="$ac_compile"
19889 case "(($ac_try" in
19890 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19891 *) ac_try_echo=$ac_try;;
19893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19894 (eval "$ac_compile") 2>conftest.er1
19896 grep -v '^ *+' conftest.er1 >conftest.err
19898 cat conftest.err >&5
19899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } && {
19901 test -z "$ac_c_werror_flag" ||
19902 test ! -s conftest.err
19903 } && test -s conftest.$ac_objext; then
19904 ac_cv_member_struct_statfs_f_namelen=yes
19906 echo "$as_me: failed program was:" >&5
19907 sed 's/^/| /' conftest.$ac_ext >&5
19909 ac_cv_member_struct_statfs_f_namelen=no
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19918 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19919 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19921 cat >>confdefs.h <<_ACEOF
19922 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19929 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19930 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19931 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19932 echo $ECHO_N "(cached) $ECHO_C" >&6
19934 cat >conftest.$ac_ext <<_ACEOF
19937 cat confdefs.h >>conftest.$ac_ext
19938 cat >>conftest.$ac_ext <<_ACEOF
19939 /* end confdefs.h. */
19940 #ifdef HAVE_SYS_STATVFS_H
19941 #include <sys/statvfs.h>
19947 static struct statvfs ac_aggr;
19948 if (ac_aggr.f_blocks)
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19958 *) ac_try_echo
=$ac_try;;
19960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19961 (eval "$ac_compile") 2>conftest.er1
19963 grep -v '^ *+' conftest.er1
>conftest.err
19965 cat conftest.err
>&5
19966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967 (exit $ac_status); } && {
19968 test -z "$ac_c_werror_flag" ||
19969 test ! -s conftest.err
19970 } && test -s conftest.
$ac_objext; then
19971 ac_cv_member_struct_statvfs_f_blocks
=yes
19973 echo "$as_me: failed program was:" >&5
19974 sed 's/^/| /' conftest.
$ac_ext >&5
19976 cat >conftest.
$ac_ext <<_ACEOF
19979 cat confdefs.h
>>conftest.
$ac_ext
19980 cat >>conftest.
$ac_ext <<_ACEOF
19981 /* end confdefs.h. */
19982 #ifdef HAVE_SYS_STATVFS_H
19983 #include <sys/statvfs.h>
19989 static struct statvfs ac_aggr;
19990 if (sizeof ac_aggr.f_blocks)
19996 rm -f conftest.
$ac_objext
19997 if { (ac_try
="$ac_compile"
19998 case "(($ac_try" in
19999 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20000 *) ac_try_echo=$ac_try;;
20002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20005 grep -v '^ *+' conftest.er1 >conftest.err
20007 cat conftest.err >&5
20008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20013 ac_cv_member_struct_statvfs_f_blocks=yes
20015 echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_member_struct_statvfs_f_blocks=no
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20027 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20028 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20030 cat >>confdefs.h <<_ACEOF
20031 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20038 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20039 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20040 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20041 echo $ECHO_N "(cached) $ECHO_C" >&6
20043 cat >conftest.$ac_ext <<_ACEOF
20046 cat confdefs.h >>conftest.$ac_ext
20047 cat >>conftest.$ac_ext <<_ACEOF
20048 /* end confdefs.h. */
20049 #include <sys/types.h>
20050 #ifdef HAVE_SYS_SOCKET_H
20051 # include <sys/socket.h>
20053 #ifdef HAVE_SYS_UN_H
20054 # include <sys/un.h>
20060 static struct msghdr ac_aggr;
20061 if (ac_aggr.msg_accrights)
20067 rm -f conftest.$ac_objext
20068 if { (ac_try="$ac_compile"
20069 case "(($ac_try" in
20070 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20071 *) ac_try_echo
=$ac_try;;
20073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20074 (eval "$ac_compile") 2>conftest.er1
20076 grep -v '^ *+' conftest.er1
>conftest.err
20078 cat conftest.err
>&5
20079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20080 (exit $ac_status); } && {
20081 test -z "$ac_c_werror_flag" ||
20082 test ! -s conftest.err
20083 } && test -s conftest.
$ac_objext; then
20084 ac_cv_member_struct_msghdr_msg_accrights
=yes
20086 echo "$as_me: failed program was:" >&5
20087 sed 's/^/| /' conftest.
$ac_ext >&5
20089 cat >conftest.
$ac_ext <<_ACEOF
20092 cat confdefs.h
>>conftest.
$ac_ext
20093 cat >>conftest.
$ac_ext <<_ACEOF
20094 /* end confdefs.h. */
20095 #include <sys/types.h>
20096 #ifdef HAVE_SYS_SOCKET_H
20097 # include <sys/socket.h>
20099 #ifdef HAVE_SYS_UN_H
20100 # include <sys/un.h>
20106 static struct msghdr ac_aggr;
20107 if (sizeof ac_aggr.msg_accrights)
20113 rm -f conftest.
$ac_objext
20114 if { (ac_try
="$ac_compile"
20115 case "(($ac_try" in
20116 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20117 *) ac_try_echo=$ac_try;;
20119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20120 (eval "$ac_compile") 2>conftest.er1
20122 grep -v '^ *+' conftest.er1 >conftest.err
20124 cat conftest.err >&5
20125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20126 (exit $ac_status); } && {
20127 test -z "$ac_c_werror_flag" ||
20128 test ! -s conftest.err
20129 } && test -s conftest.$ac_objext; then
20130 ac_cv_member_struct_msghdr_msg_accrights=yes
20132 echo "$as_me: failed program was:" >&5
20133 sed 's/^/| /' conftest.$ac_ext >&5
20135 ac_cv_member_struct_msghdr_msg_accrights=no
20138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20143 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20144 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20145 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20147 cat >>confdefs.h <<_ACEOF
20148 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20153 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20154 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20155 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20156 echo $ECHO_N "(cached) $ECHO_C" >&6
20158 cat >conftest.$ac_ext <<_ACEOF
20161 cat confdefs.h >>conftest.$ac_ext
20162 cat >>conftest.$ac_ext <<_ACEOF
20163 /* end confdefs.h. */
20164 #include <sys/types.h>
20165 #ifdef HAVE_SYS_SOCKET_H
20166 # include <sys/socket.h>
20168 #ifdef HAVE_SYS_UN_H
20169 # include <sys/un.h>
20175 static struct sockaddr ac_aggr;
20176 if (ac_aggr.sa_len)
20182 rm -f conftest.$ac_objext
20183 if { (ac_try="$ac_compile"
20184 case "(($ac_try" in
20185 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20186 *) ac_try_echo
=$ac_try;;
20188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20189 (eval "$ac_compile") 2>conftest.er1
20191 grep -v '^ *+' conftest.er1
>conftest.err
20193 cat conftest.err
>&5
20194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20195 (exit $ac_status); } && {
20196 test -z "$ac_c_werror_flag" ||
20197 test ! -s conftest.err
20198 } && test -s conftest.
$ac_objext; then
20199 ac_cv_member_struct_sockaddr_sa_len
=yes
20201 echo "$as_me: failed program was:" >&5
20202 sed 's/^/| /' conftest.
$ac_ext >&5
20204 cat >conftest.
$ac_ext <<_ACEOF
20207 cat confdefs.h
>>conftest.
$ac_ext
20208 cat >>conftest.
$ac_ext <<_ACEOF
20209 /* end confdefs.h. */
20210 #include <sys/types.h>
20211 #ifdef HAVE_SYS_SOCKET_H
20212 # include <sys/socket.h>
20214 #ifdef HAVE_SYS_UN_H
20215 # include <sys/un.h>
20221 static struct sockaddr ac_aggr;
20222 if (sizeof ac_aggr.sa_len)
20228 rm -f conftest.
$ac_objext
20229 if { (ac_try
="$ac_compile"
20230 case "(($ac_try" in
20231 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20232 *) ac_try_echo=$ac_try;;
20234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20235 (eval "$ac_compile") 2>conftest.er1
20237 grep -v '^ *+' conftest.er1 >conftest.err
20239 cat conftest.err >&5
20240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); } && {
20242 test -z "$ac_c_werror_flag" ||
20243 test ! -s conftest.err
20244 } && test -s conftest.$ac_objext; then
20245 ac_cv_member_struct_sockaddr_sa_len=yes
20247 echo "$as_me: failed program was:" >&5
20248 sed 's/^/| /' conftest.$ac_ext >&5
20250 ac_cv_member_struct_sockaddr_sa_len=no
20253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20258 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20259 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20260 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20262 cat >>confdefs.h <<_ACEOF
20263 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20268 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20269 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20270 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20271 echo $ECHO_N "(cached) $ECHO_C" >&6
20273 cat >conftest.$ac_ext <<_ACEOF
20276 cat confdefs.h >>conftest.$ac_ext
20277 cat >>conftest.$ac_ext <<_ACEOF
20278 /* end confdefs.h. */
20279 #include <sys/types.h>
20280 #ifdef HAVE_SYS_SOCKET_H
20281 # include <sys/socket.h>
20283 #ifdef HAVE_SYS_UN_H
20284 # include <sys/un.h>
20290 static struct sockaddr_un ac_aggr;
20291 if (ac_aggr.sun_len)
20297 rm -f conftest.$ac_objext
20298 if { (ac_try="$ac_compile"
20299 case "(($ac_try" in
20300 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20301 *) ac_try_echo
=$ac_try;;
20303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20304 (eval "$ac_compile") 2>conftest.er1
20306 grep -v '^ *+' conftest.er1
>conftest.err
20308 cat conftest.err
>&5
20309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310 (exit $ac_status); } && {
20311 test -z "$ac_c_werror_flag" ||
20312 test ! -s conftest.err
20313 } && test -s conftest.
$ac_objext; then
20314 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20316 echo "$as_me: failed program was:" >&5
20317 sed 's/^/| /' conftest.
$ac_ext >&5
20319 cat >conftest.
$ac_ext <<_ACEOF
20322 cat confdefs.h
>>conftest.
$ac_ext
20323 cat >>conftest.
$ac_ext <<_ACEOF
20324 /* end confdefs.h. */
20325 #include <sys/types.h>
20326 #ifdef HAVE_SYS_SOCKET_H
20327 # include <sys/socket.h>
20329 #ifdef HAVE_SYS_UN_H
20330 # include <sys/un.h>
20336 static struct sockaddr_un ac_aggr;
20337 if (sizeof ac_aggr.sun_len)
20343 rm -f conftest.
$ac_objext
20344 if { (ac_try
="$ac_compile"
20345 case "(($ac_try" in
20346 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20347 *) ac_try_echo=$ac_try;;
20349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20350 (eval "$ac_compile") 2>conftest.er1
20352 grep -v '^ *+' conftest.er1 >conftest.err
20354 cat conftest.err >&5
20355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20356 (exit $ac_status); } && {
20357 test -z "$ac_c_werror_flag" ||
20358 test ! -s conftest.err
20359 } && test -s conftest.$ac_objext; then
20360 ac_cv_member_struct_sockaddr_un_sun_len=yes
20362 echo "$as_me: failed program was:" >&5
20363 sed 's/^/| /' conftest.$ac_ext >&5
20365 ac_cv_member_struct_sockaddr_un_sun_len=no
20368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20373 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20374 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20375 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20377 cat >>confdefs.h <<_ACEOF
20378 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20385 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20386 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20387 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20388 echo $ECHO_N "(cached) $ECHO_C" >&6
20390 cat >conftest.$ac_ext <<_ACEOF
20393 cat confdefs.h >>conftest.$ac_ext
20394 cat >>conftest.$ac_ext <<_ACEOF
20395 /* end confdefs.h. */
20396 #include <sys/types.h>
20397 #ifdef HAVE_SCSI_SG_H
20398 #include <scsi/sg.h>
20404 static scsireq_t ac_aggr;
20411 rm -f conftest.$ac_objext
20412 if { (ac_try="$ac_compile"
20413 case "(($ac_try" in
20414 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20415 *) ac_try_echo
=$ac_try;;
20417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20418 (eval "$ac_compile") 2>conftest.er1
20420 grep -v '^ *+' conftest.er1
>conftest.err
20422 cat conftest.err
>&5
20423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20424 (exit $ac_status); } && {
20425 test -z "$ac_c_werror_flag" ||
20426 test ! -s conftest.err
20427 } && test -s conftest.
$ac_objext; then
20428 ac_cv_member_scsireq_t_cmd
=yes
20430 echo "$as_me: failed program was:" >&5
20431 sed 's/^/| /' conftest.
$ac_ext >&5
20433 cat >conftest.
$ac_ext <<_ACEOF
20436 cat confdefs.h
>>conftest.
$ac_ext
20437 cat >>conftest.
$ac_ext <<_ACEOF
20438 /* end confdefs.h. */
20439 #include <sys/types.h>
20440 #ifdef HAVE_SCSI_SG_H
20441 #include <scsi/sg.h>
20447 static scsireq_t ac_aggr;
20448 if (sizeof ac_aggr.cmd)
20454 rm -f conftest.
$ac_objext
20455 if { (ac_try
="$ac_compile"
20456 case "(($ac_try" in
20457 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20458 *) ac_try_echo=$ac_try;;
20460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20461 (eval "$ac_compile") 2>conftest.er1
20463 grep -v '^ *+' conftest.er1 >conftest.err
20465 cat conftest.err >&5
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); } && {
20468 test -z "$ac_c_werror_flag" ||
20469 test ! -s conftest.err
20470 } && test -s conftest.$ac_objext; then
20471 ac_cv_member_scsireq_t_cmd=yes
20473 echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.$ac_ext >&5
20476 ac_cv_member_scsireq_t_cmd=no
20479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20484 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20485 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20486 if test $ac_cv_member_scsireq_t_cmd = yes; then
20488 cat >>confdefs.h <<_ACEOF
20489 #define HAVE_SCSIREQ_T_CMD 1
20494 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20495 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20496 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20497 echo $ECHO_N "(cached) $ECHO_C" >&6
20499 cat >conftest.$ac_ext <<_ACEOF
20502 cat confdefs.h >>conftest.$ac_ext
20503 cat >>conftest.$ac_ext <<_ACEOF
20504 /* end confdefs.h. */
20505 #include <sys/types.h>
20506 #ifdef HAVE_SCSI_SG_H
20507 #include <scsi/sg.h>
20513 static sg_io_hdr_t ac_aggr;
20514 if (ac_aggr.interface_id)
20520 rm -f conftest.$ac_objext
20521 if { (ac_try="$ac_compile"
20522 case "(($ac_try" in
20523 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20524 *) ac_try_echo
=$ac_try;;
20526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20527 (eval "$ac_compile") 2>conftest.er1
20529 grep -v '^ *+' conftest.er1
>conftest.err
20531 cat conftest.err
>&5
20532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20533 (exit $ac_status); } && {
20534 test -z "$ac_c_werror_flag" ||
20535 test ! -s conftest.err
20536 } && test -s conftest.
$ac_objext; then
20537 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20539 echo "$as_me: failed program was:" >&5
20540 sed 's/^/| /' conftest.
$ac_ext >&5
20542 cat >conftest.
$ac_ext <<_ACEOF
20545 cat confdefs.h
>>conftest.
$ac_ext
20546 cat >>conftest.
$ac_ext <<_ACEOF
20547 /* end confdefs.h. */
20548 #include <sys/types.h>
20549 #ifdef HAVE_SCSI_SG_H
20550 #include <scsi/sg.h>
20556 static sg_io_hdr_t ac_aggr;
20557 if (sizeof ac_aggr.interface_id)
20563 rm -f conftest.
$ac_objext
20564 if { (ac_try
="$ac_compile"
20565 case "(($ac_try" in
20566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20567 *) ac_try_echo=$ac_try;;
20569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20570 (eval "$ac_compile") 2>conftest.er1
20572 grep -v '^ *+' conftest.er1 >conftest.err
20574 cat conftest.err >&5
20575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576 (exit $ac_status); } && {
20577 test -z "$ac_c_werror_flag" ||
20578 test ! -s conftest.err
20579 } && test -s conftest.$ac_objext; then
20580 ac_cv_member_sg_io_hdr_t_interface_id=yes
20582 echo "$as_me: failed program was:" >&5
20583 sed 's/^/| /' conftest.$ac_ext >&5
20585 ac_cv_member_sg_io_hdr_t_interface_id=no
20588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20593 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20594 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20595 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20597 cat >>confdefs.h <<_ACEOF
20598 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20605 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20606 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20607 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20608 echo $ECHO_N "(cached) $ECHO_C" >&6
20610 cat >conftest.$ac_ext <<_ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h. */
20616 #include <signal.h>
20621 static siginfo_t ac_aggr;
20628 rm -f conftest.$ac_objext
20629 if { (ac_try="$ac_compile"
20630 case "(($ac_try" in
20631 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20632 *) ac_try_echo
=$ac_try;;
20634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20635 (eval "$ac_compile") 2>conftest.er1
20637 grep -v '^ *+' conftest.er1
>conftest.err
20639 cat conftest.err
>&5
20640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20641 (exit $ac_status); } && {
20642 test -z "$ac_c_werror_flag" ||
20643 test ! -s conftest.err
20644 } && test -s conftest.
$ac_objext; then
20645 ac_cv_member_siginfo_t_si_fd
=yes
20647 echo "$as_me: failed program was:" >&5
20648 sed 's/^/| /' conftest.
$ac_ext >&5
20650 cat >conftest.
$ac_ext <<_ACEOF
20653 cat confdefs.h
>>conftest.
$ac_ext
20654 cat >>conftest.
$ac_ext <<_ACEOF
20655 /* end confdefs.h. */
20656 #include <signal.h>
20661 static siginfo_t ac_aggr;
20662 if (sizeof ac_aggr.si_fd)
20668 rm -f conftest.
$ac_objext
20669 if { (ac_try
="$ac_compile"
20670 case "(($ac_try" in
20671 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20672 *) ac_try_echo=$ac_try;;
20674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20675 (eval "$ac_compile") 2>conftest.er1
20677 grep -v '^ *+' conftest.er1 >conftest.err
20679 cat conftest.err >&5
20680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681 (exit $ac_status); } && {
20682 test -z "$ac_c_werror_flag" ||
20683 test ! -s conftest.err
20684 } && test -s conftest.$ac_objext; then
20685 ac_cv_member_siginfo_t_si_fd=yes
20687 echo "$as_me: failed program was:" >&5
20688 sed 's/^/| /' conftest.$ac_ext >&5
20690 ac_cv_member_siginfo_t_si_fd=no
20693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20699 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20700 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20702 cat >>confdefs.h <<_ACEOF
20703 #define HAVE_SIGINFO_T_SI_FD 1
20710 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20711 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20712 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20713 echo $ECHO_N "(cached) $ECHO_C" >&6
20715 cat >conftest.$ac_ext <<_ACEOF
20718 cat confdefs.h >>conftest.$ac_ext
20719 cat >>conftest.$ac_ext <<_ACEOF
20720 /* end confdefs.h. */
20721 #include <sys/types.h>
20722 #ifdef HAVE_SYS_MTIO_H
20723 #include <sys/mtio.h>
20729 static struct mtget ac_aggr;
20730 if (ac_aggr.mt_blksiz)
20736 rm -f conftest.$ac_objext
20737 if { (ac_try="$ac_compile"
20738 case "(($ac_try" in
20739 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20740 *) ac_try_echo
=$ac_try;;
20742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20743 (eval "$ac_compile") 2>conftest.er1
20745 grep -v '^ *+' conftest.er1
>conftest.err
20747 cat conftest.err
>&5
20748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20749 (exit $ac_status); } && {
20750 test -z "$ac_c_werror_flag" ||
20751 test ! -s conftest.err
20752 } && test -s conftest.
$ac_objext; then
20753 ac_cv_member_struct_mtget_mt_blksiz
=yes
20755 echo "$as_me: failed program was:" >&5
20756 sed 's/^/| /' conftest.
$ac_ext >&5
20758 cat >conftest.
$ac_ext <<_ACEOF
20761 cat confdefs.h
>>conftest.
$ac_ext
20762 cat >>conftest.
$ac_ext <<_ACEOF
20763 /* end confdefs.h. */
20764 #include <sys/types.h>
20765 #ifdef HAVE_SYS_MTIO_H
20766 #include <sys/mtio.h>
20772 static struct mtget ac_aggr;
20773 if (sizeof ac_aggr.mt_blksiz)
20779 rm -f conftest.
$ac_objext
20780 if { (ac_try
="$ac_compile"
20781 case "(($ac_try" in
20782 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20783 *) ac_try_echo=$ac_try;;
20785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20786 (eval "$ac_compile") 2>conftest.er1
20788 grep -v '^ *+' conftest.er1 >conftest.err
20790 cat conftest.err >&5
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); } && {
20793 test -z "$ac_c_werror_flag" ||
20794 test ! -s conftest.err
20795 } && test -s conftest.$ac_objext; then
20796 ac_cv_member_struct_mtget_mt_blksiz=yes
20798 echo "$as_me: failed program was:" >&5
20799 sed 's/^/| /' conftest.$ac_ext >&5
20801 ac_cv_member_struct_mtget_mt_blksiz=no
20804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20809 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20810 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20811 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20813 cat >>confdefs.h <<_ACEOF
20814 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20819 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20820 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20821 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20822 echo $ECHO_N "(cached) $ECHO_C" >&6
20824 cat >conftest.$ac_ext <<_ACEOF
20827 cat confdefs.h >>conftest.$ac_ext
20828 cat >>conftest.$ac_ext <<_ACEOF
20829 /* end confdefs.h. */
20830 #include <sys/types.h>
20831 #ifdef HAVE_SYS_MTIO_H
20832 #include <sys/mtio.h>
20838 static struct mtget ac_aggr;
20839 if (ac_aggr.mt_gstat)
20845 rm -f conftest.$ac_objext
20846 if { (ac_try="$ac_compile"
20847 case "(($ac_try" in
20848 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20849 *) ac_try_echo
=$ac_try;;
20851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20852 (eval "$ac_compile") 2>conftest.er1
20854 grep -v '^ *+' conftest.er1
>conftest.err
20856 cat conftest.err
>&5
20857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20858 (exit $ac_status); } && {
20859 test -z "$ac_c_werror_flag" ||
20860 test ! -s conftest.err
20861 } && test -s conftest.
$ac_objext; then
20862 ac_cv_member_struct_mtget_mt_gstat
=yes
20864 echo "$as_me: failed program was:" >&5
20865 sed 's/^/| /' conftest.
$ac_ext >&5
20867 cat >conftest.
$ac_ext <<_ACEOF
20870 cat confdefs.h
>>conftest.
$ac_ext
20871 cat >>conftest.
$ac_ext <<_ACEOF
20872 /* end confdefs.h. */
20873 #include <sys/types.h>
20874 #ifdef HAVE_SYS_MTIO_H
20875 #include <sys/mtio.h>
20881 static struct mtget ac_aggr;
20882 if (sizeof ac_aggr.mt_gstat)
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;;
20894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20895 (eval "$ac_compile") 2>conftest.er1
20897 grep -v '^ *+' conftest.er1 >conftest.err
20899 cat conftest.err >&5
20900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20901 (exit $ac_status); } && {
20902 test -z "$ac_c_werror_flag" ||
20903 test ! -s conftest.err
20904 } && test -s conftest.$ac_objext; then
20905 ac_cv_member_struct_mtget_mt_gstat=yes
20907 echo "$as_me: failed program was:" >&5
20908 sed 's/^/| /' conftest.$ac_ext >&5
20910 ac_cv_member_struct_mtget_mt_gstat=no
20913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20918 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20919 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20920 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20922 cat >>confdefs.h <<_ACEOF
20923 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20928 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20929 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20930 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20931 echo $ECHO_N "(cached) $ECHO_C" >&6
20933 cat >conftest.$ac_ext <<_ACEOF
20936 cat confdefs.h >>conftest.$ac_ext
20937 cat >>conftest.$ac_ext <<_ACEOF
20938 /* end confdefs.h. */
20939 #include <sys/types.h>
20940 #ifdef HAVE_SYS_MTIO_H
20941 #include <sys/mtio.h>
20947 static struct mtget ac_aggr;
20948 if (ac_aggr.mt_blkno)
20954 rm -f conftest.$ac_objext
20955 if { (ac_try="$ac_compile"
20956 case "(($ac_try" in
20957 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20958 *) ac_try_echo
=$ac_try;;
20960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20961 (eval "$ac_compile") 2>conftest.er1
20963 grep -v '^ *+' conftest.er1
>conftest.err
20965 cat conftest.err
>&5
20966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20967 (exit $ac_status); } && {
20968 test -z "$ac_c_werror_flag" ||
20969 test ! -s conftest.err
20970 } && test -s conftest.
$ac_objext; then
20971 ac_cv_member_struct_mtget_mt_blkno
=yes
20973 echo "$as_me: failed program was:" >&5
20974 sed 's/^/| /' conftest.
$ac_ext >&5
20976 cat >conftest.
$ac_ext <<_ACEOF
20979 cat confdefs.h
>>conftest.
$ac_ext
20980 cat >>conftest.
$ac_ext <<_ACEOF
20981 /* end confdefs.h. */
20982 #include <sys/types.h>
20983 #ifdef HAVE_SYS_MTIO_H
20984 #include <sys/mtio.h>
20990 static struct mtget ac_aggr;
20991 if (sizeof ac_aggr.mt_blkno)
20997 rm -f conftest.
$ac_objext
20998 if { (ac_try
="$ac_compile"
20999 case "(($ac_try" in
21000 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21001 *) ac_try_echo=$ac_try;;
21003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21004 (eval "$ac_compile") 2>conftest.er1
21006 grep -v '^ *+' conftest.er1 >conftest.err
21008 cat conftest.err >&5
21009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21010 (exit $ac_status); } && {
21011 test -z "$ac_c_werror_flag" ||
21012 test ! -s conftest.err
21013 } && test -s conftest.$ac_objext; then
21014 ac_cv_member_struct_mtget_mt_blkno=yes
21016 echo "$as_me: failed program was:" >&5
21017 sed 's/^/| /' conftest.$ac_ext >&5
21019 ac_cv_member_struct_mtget_mt_blkno=no
21022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21027 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21028 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21029 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21031 cat >>confdefs.h <<_ACEOF
21032 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21039 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21040 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21041 if test "${ac_cv_member_struct_option_name+set}" = set; then
21042 echo $ECHO_N "(cached) $ECHO_C" >&6
21044 cat >conftest.$ac_ext <<_ACEOF
21047 cat confdefs.h >>conftest.$ac_ext
21048 cat >>conftest.$ac_ext <<_ACEOF
21049 /* end confdefs.h. */
21050 #ifdef HAVE_GETOPT_H
21051 #include <getopt.h>
21057 static struct option ac_aggr;
21064 rm -f conftest.$ac_objext
21065 if { (ac_try="$ac_compile"
21066 case "(($ac_try" in
21067 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21068 *) ac_try_echo
=$ac_try;;
21070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21071 (eval "$ac_compile") 2>conftest.er1
21073 grep -v '^ *+' conftest.er1
>conftest.err
21075 cat conftest.err
>&5
21076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } && {
21078 test -z "$ac_c_werror_flag" ||
21079 test ! -s conftest.err
21080 } && test -s conftest.
$ac_objext; then
21081 ac_cv_member_struct_option_name
=yes
21083 echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.
$ac_ext >&5
21086 cat >conftest.
$ac_ext <<_ACEOF
21089 cat confdefs.h
>>conftest.
$ac_ext
21090 cat >>conftest.
$ac_ext <<_ACEOF
21091 /* end confdefs.h. */
21092 #ifdef HAVE_GETOPT_H
21093 #include <getopt.h>
21099 static struct option ac_aggr;
21100 if (sizeof ac_aggr.name)
21106 rm -f conftest.
$ac_objext
21107 if { (ac_try
="$ac_compile"
21108 case "(($ac_try" in
21109 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21110 *) ac_try_echo=$ac_try;;
21112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21113 (eval "$ac_compile") 2>conftest.er1
21115 grep -v '^ *+' conftest.er1 >conftest.err
21117 cat conftest.err >&5
21118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } && {
21120 test -z "$ac_c_werror_flag" ||
21121 test ! -s conftest.err
21122 } && test -s conftest.$ac_objext; then
21123 ac_cv_member_struct_option_name=yes
21125 echo "$as_me: failed program was:" >&5
21126 sed 's/^/| /' conftest.$ac_ext >&5
21128 ac_cv_member_struct_option_name=no
21131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21136 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21137 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21138 if test $ac_cv_member_struct_option_name = yes; then
21140 cat >>confdefs.h <<_ACEOF
21141 #define HAVE_STRUCT_OPTION_NAME 1
21148 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21149 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21150 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21151 echo $ECHO_N "(cached) $ECHO_C" >&6
21153 cat >conftest.$ac_ext <<_ACEOF
21156 cat confdefs.h >>conftest.$ac_ext
21157 cat >>conftest.$ac_ext <<_ACEOF
21158 /* end confdefs.h. */
21159 $ac_includes_default
21163 static struct stat ac_aggr;
21164 if (ac_aggr.st_blocks)
21170 rm -f conftest.$ac_objext
21171 if { (ac_try="$ac_compile"
21172 case "(($ac_try" in
21173 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21174 *) ac_try_echo
=$ac_try;;
21176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21177 (eval "$ac_compile") 2>conftest.er1
21179 grep -v '^ *+' conftest.er1
>conftest.err
21181 cat conftest.err
>&5
21182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); } && {
21184 test -z "$ac_c_werror_flag" ||
21185 test ! -s conftest.err
21186 } && test -s conftest.
$ac_objext; then
21187 ac_cv_member_struct_stat_st_blocks
=yes
21189 echo "$as_me: failed program was:" >&5
21190 sed 's/^/| /' conftest.
$ac_ext >&5
21192 cat >conftest.
$ac_ext <<_ACEOF
21195 cat confdefs.h
>>conftest.
$ac_ext
21196 cat >>conftest.
$ac_ext <<_ACEOF
21197 /* end confdefs.h. */
21198 $ac_includes_default
21202 static struct stat ac_aggr;
21203 if (sizeof ac_aggr.st_blocks)
21209 rm -f conftest.
$ac_objext
21210 if { (ac_try
="$ac_compile"
21211 case "(($ac_try" in
21212 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21213 *) ac_try_echo=$ac_try;;
21215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216 (eval "$ac_compile") 2>conftest.er1
21218 grep -v '^ *+' conftest.er1 >conftest.err
21220 cat conftest.err >&5
21221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21222 (exit $ac_status); } && {
21223 test -z "$ac_c_werror_flag" ||
21224 test ! -s conftest.err
21225 } && test -s conftest.$ac_objext; then
21226 ac_cv_member_struct_stat_st_blocks=yes
21228 echo "$as_me: failed program was:" >&5
21229 sed 's/^/| /' conftest.$ac_ext >&5
21231 ac_cv_member_struct_stat_st_blocks=no
21234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21239 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21240 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21241 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21243 cat >>confdefs.h <<_ACEOF
21244 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21249 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21250 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21251 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21252 echo $ECHO_N "(cached) $ECHO_C" >&6
21254 cat >conftest.$ac_ext <<_ACEOF
21257 cat confdefs.h >>conftest.$ac_ext
21258 cat >>conftest.$ac_ext <<_ACEOF
21259 /* end confdefs.h. */
21260 $ac_includes_default
21264 static struct stat ac_aggr;
21265 if (ac_aggr.st_mtim)
21271 rm -f conftest.$ac_objext
21272 if { (ac_try="$ac_compile"
21273 case "(($ac_try" in
21274 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21275 *) ac_try_echo
=$ac_try;;
21277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21278 (eval "$ac_compile") 2>conftest.er1
21280 grep -v '^ *+' conftest.er1
>conftest.err
21282 cat conftest.err
>&5
21283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21284 (exit $ac_status); } && {
21285 test -z "$ac_c_werror_flag" ||
21286 test ! -s conftest.err
21287 } && test -s conftest.
$ac_objext; then
21288 ac_cv_member_struct_stat_st_mtim
=yes
21290 echo "$as_me: failed program was:" >&5
21291 sed 's/^/| /' conftest.
$ac_ext >&5
21293 cat >conftest.
$ac_ext <<_ACEOF
21296 cat confdefs.h
>>conftest.
$ac_ext
21297 cat >>conftest.
$ac_ext <<_ACEOF
21298 /* end confdefs.h. */
21299 $ac_includes_default
21303 static struct stat ac_aggr;
21304 if (sizeof ac_aggr.st_mtim)
21310 rm -f conftest.
$ac_objext
21311 if { (ac_try
="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21317 (eval "$ac_compile") 2>conftest.er1
21319 grep -v '^ *+' conftest.er1 >conftest.err
21321 cat conftest.err >&5
21322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21323 (exit $ac_status); } && {
21324 test -z "$ac_c_werror_flag" ||
21325 test ! -s conftest.err
21326 } && test -s conftest.$ac_objext; then
21327 ac_cv_member_struct_stat_st_mtim=yes
21329 echo "$as_me: failed program was:" >&5
21330 sed 's/^/| /' conftest.$ac_ext >&5
21332 ac_cv_member_struct_stat_st_mtim=no
21335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21340 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21341 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21342 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21344 cat >>confdefs.h <<_ACEOF
21345 #define HAVE_STRUCT_STAT_ST_MTIM 1
21350 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21351 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21352 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21353 echo $ECHO_N "(cached) $ECHO_C" >&6
21355 cat >conftest.$ac_ext <<_ACEOF
21358 cat confdefs.h >>conftest.$ac_ext
21359 cat >>conftest.$ac_ext <<_ACEOF
21360 /* end confdefs.h. */
21361 $ac_includes_default
21365 static struct stat ac_aggr;
21366 if (ac_aggr.st_ctim)
21372 rm -f conftest.$ac_objext
21373 if { (ac_try="$ac_compile"
21374 case "(($ac_try" in
21375 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21376 *) ac_try_echo
=$ac_try;;
21378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21379 (eval "$ac_compile") 2>conftest.er1
21381 grep -v '^ *+' conftest.er1
>conftest.err
21383 cat conftest.err
>&5
21384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21385 (exit $ac_status); } && {
21386 test -z "$ac_c_werror_flag" ||
21387 test ! -s conftest.err
21388 } && test -s conftest.
$ac_objext; then
21389 ac_cv_member_struct_stat_st_ctim
=yes
21391 echo "$as_me: failed program was:" >&5
21392 sed 's/^/| /' conftest.
$ac_ext >&5
21394 cat >conftest.
$ac_ext <<_ACEOF
21397 cat confdefs.h
>>conftest.
$ac_ext
21398 cat >>conftest.
$ac_ext <<_ACEOF
21399 /* end confdefs.h. */
21400 $ac_includes_default
21404 static struct stat ac_aggr;
21405 if (sizeof ac_aggr.st_ctim)
21411 rm -f conftest.
$ac_objext
21412 if { (ac_try
="$ac_compile"
21413 case "(($ac_try" in
21414 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21415 *) ac_try_echo=$ac_try;;
21417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21418 (eval "$ac_compile") 2>conftest.er1
21420 grep -v '^ *+' conftest.er1 >conftest.err
21422 cat conftest.err >&5
21423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21424 (exit $ac_status); } && {
21425 test -z "$ac_c_werror_flag" ||
21426 test ! -s conftest.err
21427 } && test -s conftest.$ac_objext; then
21428 ac_cv_member_struct_stat_st_ctim=yes
21430 echo "$as_me: failed program was:" >&5
21431 sed 's/^/| /' conftest.$ac_ext >&5
21433 ac_cv_member_struct_stat_st_ctim=no
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21441 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21442 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21443 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21445 cat >>confdefs.h <<_ACEOF
21446 #define HAVE_STRUCT_STAT_ST_CTIM 1
21451 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21452 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21453 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21454 echo $ECHO_N "(cached) $ECHO_C" >&6
21456 cat >conftest.$ac_ext <<_ACEOF
21459 cat confdefs.h >>conftest.$ac_ext
21460 cat >>conftest.$ac_ext <<_ACEOF
21461 /* end confdefs.h. */
21462 $ac_includes_default
21466 static struct stat ac_aggr;
21467 if (ac_aggr.st_atim)
21473 rm -f conftest.$ac_objext
21474 if { (ac_try="$ac_compile"
21475 case "(($ac_try" in
21476 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21477 *) ac_try_echo
=$ac_try;;
21479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21480 (eval "$ac_compile") 2>conftest.er1
21482 grep -v '^ *+' conftest.er1
>conftest.err
21484 cat conftest.err
>&5
21485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); } && {
21487 test -z "$ac_c_werror_flag" ||
21488 test ! -s conftest.err
21489 } && test -s conftest.
$ac_objext; then
21490 ac_cv_member_struct_stat_st_atim
=yes
21492 echo "$as_me: failed program was:" >&5
21493 sed 's/^/| /' conftest.
$ac_ext >&5
21495 cat >conftest.
$ac_ext <<_ACEOF
21498 cat confdefs.h
>>conftest.
$ac_ext
21499 cat >>conftest.
$ac_ext <<_ACEOF
21500 /* end confdefs.h. */
21501 $ac_includes_default
21505 static struct stat ac_aggr;
21506 if (sizeof ac_aggr.st_atim)
21512 rm -f conftest.
$ac_objext
21513 if { (ac_try
="$ac_compile"
21514 case "(($ac_try" in
21515 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21516 *) ac_try_echo=$ac_try;;
21518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21519 (eval "$ac_compile") 2>conftest.er1
21521 grep -v '^ *+' conftest.er1 >conftest.err
21523 cat conftest.err >&5
21524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); } && {
21526 test -z "$ac_c_werror_flag" ||
21527 test ! -s conftest.err
21528 } && test -s conftest.$ac_objext; then
21529 ac_cv_member_struct_stat_st_atim=yes
21531 echo "$as_me: failed program was:" >&5
21532 sed 's/^/| /' conftest.$ac_ext >&5
21534 ac_cv_member_struct_stat_st_atim=no
21537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21542 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21543 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21544 if test $ac_cv_member_struct_stat_st_atim = yes; then
21546 cat >>confdefs.h <<_ACEOF
21547 #define HAVE_STRUCT_STAT_ST_ATIM 1
21554 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21555 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21556 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21557 echo $ECHO_N "(cached) $ECHO_C" >&6
21559 cat >conftest.$ac_ext <<_ACEOF
21562 cat confdefs.h >>conftest.$ac_ext
21563 cat >>conftest.$ac_ext <<_ACEOF
21564 /* end confdefs.h. */
21565 #ifdef HAVE_SYS_TYPES_H
21566 #include <sys/types.h>
21568 #ifdef HAVE_NETINET_IN_H
21569 #include <netinet/in.h>
21575 static struct sockaddr_in6 ac_aggr;
21576 if (ac_aggr.sin6_scope_id)
21582 rm -f conftest.$ac_objext
21583 if { (ac_try="$ac_compile"
21584 case "(($ac_try" in
21585 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21586 *) ac_try_echo
=$ac_try;;
21588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21589 (eval "$ac_compile") 2>conftest.er1
21591 grep -v '^ *+' conftest.er1
>conftest.err
21593 cat conftest.err
>&5
21594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21595 (exit $ac_status); } && {
21596 test -z "$ac_c_werror_flag" ||
21597 test ! -s conftest.err
21598 } && test -s conftest.
$ac_objext; then
21599 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21601 echo "$as_me: failed program was:" >&5
21602 sed 's/^/| /' conftest.
$ac_ext >&5
21604 cat >conftest.
$ac_ext <<_ACEOF
21607 cat confdefs.h
>>conftest.
$ac_ext
21608 cat >>conftest.
$ac_ext <<_ACEOF
21609 /* end confdefs.h. */
21610 #ifdef HAVE_SYS_TYPES_H
21611 #include <sys/types.h>
21613 #ifdef HAVE_NETINET_IN_H
21614 #include <netinet/in.h>
21620 static struct sockaddr_in6 ac_aggr;
21621 if (sizeof ac_aggr.sin6_scope_id)
21627 rm -f conftest.
$ac_objext
21628 if { (ac_try
="$ac_compile"
21629 case "(($ac_try" in
21630 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21631 *) ac_try_echo=$ac_try;;
21633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21634 (eval "$ac_compile") 2>conftest.er1
21636 grep -v '^ *+' conftest.er1 >conftest.err
21638 cat conftest.err >&5
21639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21640 (exit $ac_status); } && {
21641 test -z "$ac_c_werror_flag" ||
21642 test ! -s conftest.err
21643 } && test -s conftest.$ac_objext; then
21644 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21646 echo "$as_me: failed program was:" >&5
21647 sed 's/^/| /' conftest.$ac_ext >&5
21649 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21657 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21658 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21659 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21661 cat >>confdefs.h <<_ACEOF
21662 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21669 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21670 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21671 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21672 echo $ECHO_N "(cached) $ECHO_C" >&6
21674 cat >conftest.$ac_ext <<_ACEOF
21677 cat confdefs.h >>conftest.$ac_ext
21678 cat >>conftest.$ac_ext <<_ACEOF
21679 /* end confdefs.h. */
21680 #ifdef HAVE_SYS_TYPES_H
21681 #include <sys/types.h>
21683 #ifdef HAVE_NETINET_IN_H
21684 # include <netinet/in.h>
21686 #ifdef HAVE_ARPA_NAMESER_H
21687 # include <arpa/nameser.h>
21693 static ns_msg ac_aggr;
21694 if (ac_aggr._msg_ptr)
21700 rm -f conftest.$ac_objext
21701 if { (ac_try="$ac_compile"
21702 case "(($ac_try" in
21703 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21704 *) ac_try_echo
=$ac_try;;
21706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21707 (eval "$ac_compile") 2>conftest.er1
21709 grep -v '^ *+' conftest.er1
>conftest.err
21711 cat conftest.err
>&5
21712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713 (exit $ac_status); } && {
21714 test -z "$ac_c_werror_flag" ||
21715 test ! -s conftest.err
21716 } && test -s conftest.
$ac_objext; then
21717 ac_cv_member_ns_msg__msg_ptr
=yes
21719 echo "$as_me: failed program was:" >&5
21720 sed 's/^/| /' conftest.
$ac_ext >&5
21722 cat >conftest.
$ac_ext <<_ACEOF
21725 cat confdefs.h
>>conftest.
$ac_ext
21726 cat >>conftest.
$ac_ext <<_ACEOF
21727 /* end confdefs.h. */
21728 #ifdef HAVE_SYS_TYPES_H
21729 #include <sys/types.h>
21731 #ifdef HAVE_NETINET_IN_H
21732 # include <netinet/in.h>
21734 #ifdef HAVE_ARPA_NAMESER_H
21735 # include <arpa/nameser.h>
21741 static ns_msg ac_aggr;
21742 if (sizeof ac_aggr._msg_ptr)
21748 rm -f conftest.
$ac_objext
21749 if { (ac_try
="$ac_compile"
21750 case "(($ac_try" in
21751 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21752 *) ac_try_echo=$ac_try;;
21754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21755 (eval "$ac_compile") 2>conftest.er1
21757 grep -v '^ *+' conftest.er1 >conftest.err
21759 cat conftest.err >&5
21760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21761 (exit $ac_status); } && {
21762 test -z "$ac_c_werror_flag" ||
21763 test ! -s conftest.err
21764 } && test -s conftest.$ac_objext; then
21765 ac_cv_member_ns_msg__msg_ptr=yes
21767 echo "$as_me: failed program was:" >&5
21768 sed 's/^/| /' conftest.$ac_ext >&5
21770 ac_cv_member_ns_msg__msg_ptr=no
21773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21778 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21779 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21780 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21782 cat >>confdefs.h <<_ACEOF
21783 #define HAVE_NS_MSG__MSG_PTR 1
21790 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21791 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21792 if test "${ac_cv_have_timezone+set}" = set; then
21793 echo $ECHO_N "(cached) $ECHO_C" >&6
21795 cat >conftest.$ac_ext <<_ACEOF
21798 cat confdefs.h >>conftest.$ac_ext
21799 cat >>conftest.$ac_ext <<_ACEOF
21800 /* end confdefs.h. */
21810 rm -f conftest.$ac_objext conftest$ac_exeext
21811 if { (ac_try="$ac_link"
21812 case "(($ac_try" in
21813 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21814 *) ac_try_echo
=$ac_try;;
21816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21817 (eval "$ac_link") 2>conftest.er1
21819 grep -v '^ *+' conftest.er1
>conftest.err
21821 cat conftest.err
>&5
21822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21823 (exit $ac_status); } && {
21824 test -z "$ac_c_werror_flag" ||
21825 test ! -s conftest.err
21826 } && test -s conftest
$ac_exeext &&
21827 $as_test_x conftest
$ac_exeext; then
21828 ac_cv_have_timezone
="yes"
21830 echo "$as_me: failed program was:" >&5
21831 sed 's/^/| /' conftest.
$ac_ext >&5
21833 ac_cv_have_timezone
="no"
21836 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21837 conftest
$ac_exeext conftest.
$ac_ext
21839 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21840 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21841 if test "$ac_cv_have_timezone" = "yes"
21844 cat >>confdefs.h
<<\_ACEOF
21845 #define HAVE_TIMEZONE 1
21849 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21850 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21851 if test "${ac_cv_have_daylight+set}" = set; then
21852 echo $ECHO_N "(cached) $ECHO_C" >&6
21854 cat >conftest.
$ac_ext <<_ACEOF
21857 cat confdefs.h
>>conftest.
$ac_ext
21858 cat >>conftest.
$ac_ext <<_ACEOF
21859 /* end confdefs.h. */
21869 rm -f conftest.
$ac_objext conftest
$ac_exeext
21870 if { (ac_try
="$ac_link"
21871 case "(($ac_try" in
21872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21873 *) ac_try_echo=$ac_try;;
21875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21876 (eval "$ac_link") 2>conftest.er1
21878 grep -v '^ *+' conftest.er1 >conftest.err
21880 cat conftest.err >&5
21881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21882 (exit $ac_status); } && {
21883 test -z "$ac_c_werror_flag" ||
21884 test ! -s conftest.err
21885 } && test -s conftest$ac_exeext &&
21886 $as_test_x conftest$ac_exeext; then
21887 ac_cv_have_daylight="yes"
21889 echo "$as_me: failed program was:" >&5
21890 sed 's/^/| /' conftest.$ac_ext >&5
21892 ac_cv_have_daylight="no"
21895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21896 conftest$ac_exeext conftest.$ac_ext
21898 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21899 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21900 if test "$ac_cv_have_daylight" = "yes"
21903 cat >>confdefs.h <<\_ACEOF
21904 #define HAVE_DAYLIGHT 1
21909 { echo "$as_me:$LINENO: checking for isinf" >&5
21910 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21911 if test "${ac_cv_have_isinf+set}" = set; then
21912 echo $ECHO_N "(cached) $ECHO_C" >&6
21914 cat >conftest.$ac_ext <<_ACEOF
21917 cat confdefs.h >>conftest.$ac_ext
21918 cat >>conftest.$ac_ext <<_ACEOF
21919 /* end confdefs.h. */
21924 float f = 0.0; int i=isinf(f)
21929 rm -f conftest.$ac_objext conftest$ac_exeext
21930 if { (ac_try="$ac_link"
21931 case "(($ac_try" in
21932 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21933 *) ac_try_echo
=$ac_try;;
21935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21936 (eval "$ac_link") 2>conftest.er1
21938 grep -v '^ *+' conftest.er1
>conftest.err
21940 cat conftest.err
>&5
21941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21942 (exit $ac_status); } && {
21943 test -z "$ac_c_werror_flag" ||
21944 test ! -s conftest.err
21945 } && test -s conftest
$ac_exeext &&
21946 $as_test_x conftest
$ac_exeext; then
21947 ac_cv_have_isinf
="yes"
21949 echo "$as_me: failed program was:" >&5
21950 sed 's/^/| /' conftest.
$ac_ext >&5
21952 ac_cv_have_isinf
="no"
21955 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21956 conftest
$ac_exeext conftest.
$ac_ext
21958 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21959 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21960 if test "$ac_cv_have_isinf" = "yes"
21963 cat >>confdefs.h
<<\_ACEOF
21964 #define HAVE_ISINF 1
21971 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21972 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21973 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21974 echo $ECHO_N "(cached) $ECHO_C" >&6
21976 cat >conftest.
$ac_ext <<_ACEOF
21979 cat confdefs.h
>>conftest.
$ac_ext
21980 cat >>conftest.
$ac_ext <<_ACEOF
21981 /* end confdefs.h. */
21986 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21987 $EGREP "yes" >/dev
/null
2>&1; then
21988 ac_cv_cpp_def___i386__
=yes
21990 ac_cv_cpp_def___i386__
=no
21995 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21996 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21997 if test $ac_cv_cpp_def___i386__ = yes; then
21998 CFLAGS
="$CFLAGS -D__i386__"
21999 LINTFLAGS
="$LINTFLAGS -D__i386__"
22002 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22003 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22004 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22005 echo $ECHO_N "(cached) $ECHO_C" >&6
22007 cat >conftest.
$ac_ext <<_ACEOF
22010 cat confdefs.h
>>conftest.
$ac_ext
22011 cat >>conftest.
$ac_ext <<_ACEOF
22012 /* end confdefs.h. */
22017 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22018 $EGREP "yes" >/dev
/null
2>&1; then
22019 ac_cv_cpp_def___x86_64__
=yes
22021 ac_cv_cpp_def___x86_64__
=no
22026 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22027 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22028 if test $ac_cv_cpp_def___x86_64__ = yes; then
22029 CFLAGS
="$CFLAGS -D__x86_64__"
22030 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22033 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22034 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22035 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22036 echo $ECHO_N "(cached) $ECHO_C" >&6
22038 cat >conftest.
$ac_ext <<_ACEOF
22041 cat confdefs.h
>>conftest.
$ac_ext
22042 cat >>conftest.
$ac_ext <<_ACEOF
22043 /* end confdefs.h. */
22048 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22049 $EGREP "yes" >/dev
/null
2>&1; then
22050 ac_cv_cpp_def___ALPHA__
=yes
22052 ac_cv_cpp_def___ALPHA__
=no
22057 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22058 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22059 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22060 CFLAGS
="$CFLAGS -D__ALPHA__"
22061 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22064 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22065 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22066 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22067 echo $ECHO_N "(cached) $ECHO_C" >&6
22069 cat >conftest.
$ac_ext <<_ACEOF
22072 cat confdefs.h
>>conftest.
$ac_ext
22073 cat >>conftest.
$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22080 $EGREP "yes" >/dev
/null
2>&1; then
22081 ac_cv_cpp_def___sparc__
=yes
22083 ac_cv_cpp_def___sparc__
=no
22088 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22089 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22090 if test $ac_cv_cpp_def___sparc__ = yes; then
22091 CFLAGS
="$CFLAGS -D__sparc__"
22092 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22095 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22096 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22097 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22098 echo $ECHO_N "(cached) $ECHO_C" >&6
22100 cat >conftest.
$ac_ext <<_ACEOF
22103 cat confdefs.h
>>conftest.
$ac_ext
22104 cat >>conftest.
$ac_ext <<_ACEOF
22105 /* end confdefs.h. */
22106 #ifndef __powerpc__
22110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22111 $EGREP "yes" >/dev
/null
2>&1; then
22112 ac_cv_cpp_def___powerpc__
=yes
22114 ac_cv_cpp_def___powerpc__
=no
22119 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22120 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22121 if test $ac_cv_cpp_def___powerpc__ = yes; then
22122 CFLAGS
="$CFLAGS -D__powerpc__"
22123 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22128 case $host_vendor in
22129 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22130 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22131 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22132 echo $ECHO_N "(cached) $ECHO_C" >&6
22134 cat >conftest.
$ac_ext <<_ACEOF
22137 cat confdefs.h
>>conftest.
$ac_ext
22138 cat >>conftest.
$ac_ext <<_ACEOF
22139 /* end confdefs.h. */
22144 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22145 $EGREP "yes" >/dev
/null
2>&1; then
22146 ac_cv_cpp_def___sun__
=yes
22148 ac_cv_cpp_def___sun__
=no
22153 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22154 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22155 if test $ac_cv_cpp_def___sun__ = yes; then
22156 CFLAGS
="$CFLAGS -D__sun__"
22157 LINTFLAGS
="$LINTFLAGS -D__sun__"
22163 DEPENDENCIES
="### Dependencies:
22168 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22170 \$(OBJS): \$(IDL_GEN_HEADERS)
22171 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22172 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22173 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22174 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22181 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22192 ALL_PROGRAM_DIRS
=""
22194 ALL_PROGRAM_INSTALL_DIRS
=""
22196 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22202 ac_config_commands
="$ac_config_commands include/stamp-h"
22205 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22207 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22209 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22211 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22213 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22215 ac_config_commands
="$ac_config_commands include/wine"
22218 ALL_MAKERULES
="$ALL_MAKERULES \\
22220 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22221 Make.rules: Make.rules.in"
22222 MAKE_RULES
=Make.rules
22223 ac_config_files
="$ac_config_files Make.rules"
22225 ALL_MAKERULES
="$ALL_MAKERULES \\
22226 dlls/Makedll.rules"
22227 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22228 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22229 MAKE_DLL_RULES
=dlls
/Makedll.rules
22230 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22232 ALL_MAKERULES
="$ALL_MAKERULES \\
22233 dlls/Makeimplib.rules"
22234 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22235 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22236 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22237 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22239 ALL_MAKERULES
="$ALL_MAKERULES \\
22240 dlls/Maketest.rules"
22241 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22242 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22243 MAKE_TEST_RULES
=dlls
/Maketest.rules
22244 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22246 ALL_MAKERULES
="$ALL_MAKERULES \\
22247 programs/Makeprog.rules"
22248 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22249 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22250 MAKE_PROG_RULES
=programs
/Makeprog.rules
22251 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22256 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22257 Makefile: Makefile.in Make.rules"
22258 ac_config_files
="$ac_config_files Makefile"
22260 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22262 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
22264 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22265 dlls/Makefile: dlls/Makefile.in Make.rules"
22266 ac_config_files
="$ac_config_files dlls/Makefile"
22268 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22269 dlls/acledit/Makefile"
22270 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22273 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22274 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22277 dlls/activeds/Makefile"
22278 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22281 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22282 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22285 dlls/actxprxy/Makefile"
22286 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22289 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22290 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22293 dlls/adsiid/Makefile"
22294 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22296 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22297 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22298 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22300 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22301 dlls/advapi32/Makefile"
22302 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22304 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22305 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22306 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22308 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22309 dlls/advapi32/tests/Makefile"
22310 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22312 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22313 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22314 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22316 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22317 dlls/advpack/Makefile"
22318 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22321 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22322 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22325 dlls/advpack/tests/Makefile"
22326 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22329 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22330 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22333 dlls/amstream/Makefile"
22334 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22337 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22338 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22341 dlls/appwiz.cpl/Makefile"
22342 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22344 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22345 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22346 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22348 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22350 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22352 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22353 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22354 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22356 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22357 dlls/avicap32/Makefile"
22358 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22360 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22361 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22362 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22364 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22365 dlls/avifil32/Makefile"
22366 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22368 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22369 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22370 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22372 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22373 dlls/browseui/Makefile"
22374 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22376 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22377 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22378 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22380 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22381 dlls/browseui/tests/Makefile"
22382 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22385 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22386 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22389 dlls/cabinet/Makefile"
22390 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22393 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22394 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22397 dlls/cabinet/tests/Makefile"
22398 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22401 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22402 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22405 dlls/capi2032/Makefile"
22406 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22408 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22409 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22410 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22412 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22413 dlls/cards/Makefile"
22414 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22416 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22417 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22418 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22420 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22421 dlls/cfgmgr32/Makefile"
22422 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22424 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22425 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22426 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22428 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22429 dlls/clusapi/Makefile"
22430 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22432 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22433 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22434 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22436 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22437 dlls/comcat/Makefile"
22438 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22441 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22442 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22445 dlls/comcat/tests/Makefile"
22446 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22449 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22450 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22453 dlls/comctl32/Makefile"
22454 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22457 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22458 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22461 dlls/comctl32/tests/Makefile"
22462 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22464 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22465 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22466 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22468 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22469 dlls/comdlg32/Makefile"
22470 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22472 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22473 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22474 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22476 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22477 dlls/comdlg32/tests/Makefile"
22478 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22480 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22481 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22482 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22484 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22485 dlls/compstui/Makefile"
22486 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22488 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22489 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22490 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22492 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22493 dlls/credui/Makefile"
22494 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22497 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22498 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22501 dlls/credui/tests/Makefile"
22502 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22505 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22506 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22509 dlls/crtdll/Makefile"
22510 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22512 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22513 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22514 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22516 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22517 dlls/crypt32/Makefile"
22518 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22520 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22521 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22522 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22524 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22525 dlls/crypt32/tests/Makefile"
22526 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22528 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22529 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22530 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22532 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22533 dlls/cryptdlg/Makefile"
22534 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22536 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22537 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22538 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22540 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22541 dlls/cryptdll/Makefile"
22542 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22545 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22546 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22549 dlls/cryptnet/Makefile"
22550 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22553 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22554 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22557 dlls/cryptnet/tests/Makefile"
22558 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22561 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22562 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22565 dlls/cryptui/Makefile"
22566 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22568 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22569 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22570 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22572 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22573 dlls/ctapi32/Makefile"
22574 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22577 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22578 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22581 dlls/ctl3d32/Makefile"
22582 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22585 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22586 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22589 dlls/d3d10/Makefile"
22590 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22593 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22594 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22597 dlls/d3d8/Makefile"
22598 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22600 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22601 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22602 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22604 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22605 dlls/d3d8/tests/Makefile"
22606 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22610 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22613 dlls/d3d9/Makefile"
22614 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22616 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22617 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22618 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22620 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22621 dlls/d3d9/tests/Makefile"
22622 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22625 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22626 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22629 dlls/d3dim/Makefile"
22630 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22634 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22637 dlls/d3drm/Makefile"
22638 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22641 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22642 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22645 dlls/d3drm/tests/Makefile"
22646 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22649 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22650 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22653 dlls/d3dx8/Makefile"
22654 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22658 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22661 dlls/d3dx8/tests/Makefile"
22662 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22664 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22665 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22666 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22668 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22669 dlls/d3dx9_24/Makefile"
22670 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22673 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22674 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22677 dlls/d3dx9_25/Makefile"
22678 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22680 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22681 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22682 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22684 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22685 dlls/d3dx9_26/Makefile"
22686 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22688 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22689 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22690 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
22692 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22693 dlls/d3dx9_27/Makefile"
22694 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22696 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22697 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22698 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
22700 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22701 dlls/d3dx9_28/Makefile"
22702 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22704 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22705 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22706 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
22708 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22709 dlls/d3dx9_29/Makefile"
22710 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22712 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22713 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22714 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
22716 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22717 dlls/d3dx9_30/Makefile"
22718 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22720 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22721 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22722 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
22724 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22725 dlls/d3dx9_31/Makefile"
22726 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22729 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22730 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
22732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22733 dlls/d3dx9_32/Makefile"
22734 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22737 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22738 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
22740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22741 dlls/d3dx9_33/Makefile"
22742 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22744 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22745 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22746 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
22748 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22749 dlls/d3dx9_34/Makefile"
22750 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22752 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22753 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22754 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
22756 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22757 dlls/d3dx9_35/Makefile"
22758 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22760 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22761 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22762 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
22764 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22765 dlls/d3dx9_36/Makefile"
22766 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22769 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22770 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
22772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22773 dlls/d3dx9_36/tests/Makefile"
22774 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22776 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22777 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22778 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22780 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22781 dlls/d3dx9_37/Makefile"
22782 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22785 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22786 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
22788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22789 dlls/d3dxof/Makefile"
22790 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22793 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22794 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
22796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22797 dlls/d3dxof/tests/Makefile"
22798 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22800 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22801 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22802 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
22804 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22805 dlls/dbghelp/Makefile"
22806 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22808 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22809 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22810 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
22812 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22813 dlls/dciman32/Makefile"
22814 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22816 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22817 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22818 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
22820 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22821 dlls/ddraw/Makefile"
22822 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22824 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22825 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22826 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
22828 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22829 dlls/ddraw/tests/Makefile"
22830 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22832 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22833 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22834 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
22836 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22837 dlls/ddrawex/Makefile"
22838 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22841 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22842 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
22844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22845 dlls/devenum/Makefile"
22846 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22848 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22849 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22850 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
22852 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22853 dlls/dinput/Makefile"
22854 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22857 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22858 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
22860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22861 dlls/dinput/tests/Makefile"
22862 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22864 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22865 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22866 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
22868 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22869 dlls/dinput8/Makefile"
22870 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22872 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22873 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22874 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
22876 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22877 dlls/dmband/Makefile"
22878 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22880 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22881 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22882 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
22884 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22885 dlls/dmcompos/Makefile"
22886 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22889 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22890 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
22892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22893 dlls/dmime/Makefile"
22894 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22897 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22898 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
22900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22901 dlls/dmloader/Makefile"
22902 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22904 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22905 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22906 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
22908 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22909 dlls/dmscript/Makefile"
22910 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22913 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22914 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
22916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22917 dlls/dmstyle/Makefile"
22918 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22920 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22921 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22922 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
22924 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22925 dlls/dmsynth/Makefile"
22926 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22928 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22929 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22930 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
22932 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22933 dlls/dmusic/Makefile"
22934 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22936 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22937 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22938 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
22940 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22941 dlls/dmusic32/Makefile"
22942 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22945 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22946 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
22948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22949 dlls/dnsapi/Makefile"
22950 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22952 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22953 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22954 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
22956 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22957 dlls/dnsapi/tests/Makefile"
22958 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22961 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22962 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
22964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22965 dlls/dplay/Makefile"
22966 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22968 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22969 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22970 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
22972 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22973 dlls/dplayx/Makefile"
22974 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22977 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22978 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
22980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22981 dlls/dplayx/tests/Makefile"
22982 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22984 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22985 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22986 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
22988 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22989 dlls/dpnaddr/Makefile"
22990 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22992 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22993 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22994 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
22996 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22997 dlls/dpnet/Makefile"
22998 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23001 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23002 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
23004 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23005 dlls/dpnhpast/Makefile"
23006 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23008 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23009 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23010 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23012 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23013 dlls/dpnlobby/Makefile"
23014 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23016 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23017 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23018 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23020 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23021 dlls/dpwsockx/Makefile"
23022 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23024 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23025 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23026 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23028 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23029 dlls/dsound/Makefile"
23030 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23033 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23034 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23037 dlls/dsound/tests/Makefile"
23038 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23040 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23041 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23042 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23044 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23045 dlls/dssenh/Makefile"
23046 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23048 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23049 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23050 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23052 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23053 dlls/dswave/Makefile"
23054 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23056 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23057 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23058 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23060 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23061 dlls/dwmapi/Makefile"
23062 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23064 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23065 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23066 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23068 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23069 dlls/dxdiagn/Makefile"
23070 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23072 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23073 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23074 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23076 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23077 dlls/dxerr8/Makefile"
23078 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23081 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23082 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23085 dlls/dxerr9/Makefile"
23086 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23088 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23089 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23090 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23092 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23093 dlls/dxguid/Makefile"
23094 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23096 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23097 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23098 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23100 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23101 dlls/faultrep/Makefile"
23102 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23104 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23105 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23106 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23108 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23109 dlls/fusion/Makefile"
23110 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23112 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23113 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23114 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23116 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23117 dlls/fusion/tests/Makefile"
23118 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23120 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23121 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23122 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23124 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23125 dlls/gdi32/Makefile"
23126 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23128 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23129 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23130 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23132 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23133 dlls/gdi32/tests/Makefile"
23134 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23137 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23138 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23141 dlls/gdiplus/Makefile"
23142 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23144 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23145 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23146 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23148 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23149 dlls/gdiplus/tests/Makefile"
23150 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23152 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23153 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23154 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23156 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23157 dlls/glu32/Makefile"
23158 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23160 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23161 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23162 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23164 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23165 dlls/gphoto2.ds/Makefile"
23166 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23168 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23169 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23170 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23172 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23173 dlls/gpkcsp/Makefile"
23174 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23176 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23177 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23178 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23180 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23182 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23184 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23185 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23186 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23188 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23189 dlls/hhctrl.ocx/Makefile"
23190 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23192 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23193 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23194 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23196 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23198 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23200 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23201 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23202 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23204 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23205 dlls/hlink/Makefile"
23206 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23208 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23209 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23210 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23212 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23213 dlls/hlink/tests/Makefile"
23214 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23216 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23217 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23218 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23220 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23221 dlls/hnetcfg/Makefile"
23222 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23225 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23226 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23229 dlls/iccvid/Makefile"
23230 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23232 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23233 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23234 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23236 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23237 dlls/icmp/Makefile"
23238 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23240 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23241 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23242 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23244 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23245 dlls/ifsmgr.vxd/Makefile"
23246 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23248 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23249 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23250 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23252 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23253 dlls/imaadp32.acm/Makefile"
23254 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23256 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23257 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23258 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23260 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23261 dlls/imagehlp/Makefile"
23262 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23264 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23265 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23266 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23268 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23269 dlls/imm32/Makefile"
23270 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23273 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23274 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23277 dlls/imm32/tests/Makefile"
23278 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23281 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23282 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23285 dlls/inetcomm/Makefile"
23286 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23289 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23290 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23293 dlls/inetcomm/tests/Makefile"
23294 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23296 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23297 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23298 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23300 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23301 dlls/inetmib1/Makefile"
23302 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23304 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23305 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23306 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23308 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23309 dlls/inetmib1/tests/Makefile"
23310 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23312 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23313 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23314 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23316 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23317 dlls/infosoft/Makefile"
23318 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23321 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23322 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23325 dlls/infosoft/tests/Makefile"
23326 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23329 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23330 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23333 dlls/initpki/Makefile"
23334 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23337 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23338 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23341 dlls/inkobj/Makefile"
23342 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23344 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23345 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23346 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23348 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23349 dlls/inseng/Makefile"
23350 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23352 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23353 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23354 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23356 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23357 dlls/iphlpapi/Makefile"
23358 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23360 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23361 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23362 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23364 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23365 dlls/iphlpapi/tests/Makefile"
23366 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23368 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23369 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23370 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23372 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23373 dlls/itircl/Makefile"
23374 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23376 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23377 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23378 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23380 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23381 dlls/itss/Makefile"
23382 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23385 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23386 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23389 dlls/itss/tests/Makefile"
23390 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23393 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23394 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23397 dlls/jscript/Makefile"
23398 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23401 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23402 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23405 dlls/jscript/tests/Makefile"
23406 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23408 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23409 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23410 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23412 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23413 dlls/kernel32/Makefile"
23414 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23416 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23417 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23418 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23420 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23421 dlls/kernel32/tests/Makefile"
23422 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23424 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23425 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23426 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23428 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23429 dlls/localspl/Makefile"
23430 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23432 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23433 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23434 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23436 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23437 dlls/localspl/tests/Makefile"
23438 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23441 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23442 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23445 dlls/localui/Makefile"
23446 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23449 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23450 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23453 dlls/localui/tests/Makefile"
23454 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23457 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23458 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23461 dlls/lz32/Makefile"
23462 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23464 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23465 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23466 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23468 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23469 dlls/lz32/tests/Makefile"
23470 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23472 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23473 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23474 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23476 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23477 dlls/mapi32/Makefile"
23478 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23480 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23481 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23482 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23484 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23485 dlls/mapi32/tests/Makefile"
23486 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23488 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23489 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23490 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23492 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23493 dlls/mciavi32/Makefile"
23494 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23497 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23498 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23501 dlls/mcicda/Makefile"
23502 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23505 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23506 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23509 dlls/mciseq/Makefile"
23510 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23512 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23513 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23514 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23516 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23517 dlls/mciwave/Makefile"
23518 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23520 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23521 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23522 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23524 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23525 dlls/midimap/Makefile"
23526 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23528 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23529 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23530 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23532 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23533 dlls/mlang/Makefile"
23534 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23536 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23537 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23538 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23540 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23541 dlls/mlang/tests/Makefile"
23542 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23545 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23546 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23549 dlls/mmdevldr.vxd/Makefile"
23550 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23553 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23554 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23557 dlls/monodebg.vxd/Makefile"
23558 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23561 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23562 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23565 dlls/mountmgr.sys/Makefile"
23566 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23568 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23569 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23570 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23572 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23574 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23577 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23578 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23581 dlls/mprapi/Makefile"
23582 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23585 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23586 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23589 dlls/msacm32.drv/Makefile"
23590 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23593 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23594 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23597 dlls/msacm32/Makefile"
23598 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23600 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23601 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23602 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23604 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23605 dlls/msacm32/tests/Makefile"
23606 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23609 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23610 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23613 dlls/msadp32.acm/Makefile"
23614 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23616 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23617 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23618 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23620 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23621 dlls/mscat32/Makefile"
23622 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23625 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23626 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23629 dlls/mscms/Makefile"
23630 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23633 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23634 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23637 dlls/mscms/tests/Makefile"
23638 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23641 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23642 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23645 dlls/mscoree/Makefile"
23646 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23649 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23650 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23653 dlls/msdmo/Makefile"
23654 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23657 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23658 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23661 dlls/msftedit/Makefile"
23662 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23664 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23665 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23666 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23668 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23669 dlls/msg711.acm/Makefile"
23670 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23673 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23674 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23677 dlls/mshtml.tlb/Makefile"
23678 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23680 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23681 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23682 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
23684 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23685 dlls/mshtml/Makefile"
23686 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23688 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23689 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23690 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
23692 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23693 dlls/mshtml/tests/Makefile"
23694 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23696 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23697 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23698 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
23700 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23702 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23704 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23705 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23706 ac_config_files
="$ac_config_files dlls/msi/Makefile"
23708 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23709 dlls/msi/tests/Makefile"
23710 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23712 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23713 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23714 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
23716 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23717 dlls/msimg32/Makefile"
23718 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23720 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23721 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23722 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
23724 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23725 dlls/msimtf/Makefile"
23726 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23729 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23730 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
23732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23733 dlls/msisip/Makefile"
23734 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23737 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23738 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
23740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23741 dlls/msisys.ocx/Makefile"
23742 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23744 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23745 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23746 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
23748 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23749 dlls/msnet32/Makefile"
23750 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23752 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23753 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23754 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
23756 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23757 dlls/msrle32/Makefile"
23758 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23760 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23761 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23762 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
23764 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23765 dlls/mssip32/Makefile"
23766 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23769 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23770 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
23772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23773 dlls/mstask/Makefile"
23774 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23776 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23777 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23778 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
23780 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23781 dlls/mstask/tests/Makefile"
23782 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23785 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23786 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
23788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23789 dlls/msvcirt/Makefile"
23790 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23793 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23794 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
23796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23797 dlls/msvcr71/Makefile"
23798 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23800 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23801 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23802 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
23804 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23805 dlls/msvcrt/Makefile"
23806 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23808 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23809 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23810 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
23812 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23813 dlls/msvcrt/tests/Makefile"
23814 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23816 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23817 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23818 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
23820 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23821 dlls/msvcrt20/Makefile"
23822 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23824 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23825 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23826 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
23828 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23829 dlls/msvcrt40/Makefile"
23830 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23832 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23833 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23834 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
23836 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23837 dlls/msvcrtd/Makefile"
23838 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23841 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23842 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
23844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23845 dlls/msvcrtd/tests/Makefile"
23846 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23848 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23849 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23850 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
23852 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23853 dlls/msvfw32/Makefile"
23854 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23857 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23858 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
23860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23861 dlls/msvidc32/Makefile"
23862 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23864 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23865 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23866 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
23868 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23869 dlls/mswsock/Makefile"
23870 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23872 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23873 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23874 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
23876 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23877 dlls/msxml3/Makefile"
23878 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23880 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23881 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23882 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
23884 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23885 dlls/msxml3/tests/Makefile"
23886 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23889 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23890 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
23892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23893 dlls/nddeapi/Makefile"
23894 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23897 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23898 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
23900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23901 dlls/netapi32/Makefile"
23902 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23904 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23905 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23906 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
23908 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23909 dlls/netapi32/tests/Makefile"
23910 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23913 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23914 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
23916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23917 dlls/newdev/Makefile"
23918 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23920 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23921 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23922 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
23924 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23925 dlls/ntdll/Makefile"
23926 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23928 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23929 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23930 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
23932 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23933 dlls/ntdll/tests/Makefile"
23934 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23936 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23937 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23938 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
23940 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23941 dlls/ntdsapi/Makefile"
23942 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23945 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23946 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
23948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23949 dlls/ntdsapi/tests/Makefile"
23950 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23952 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23953 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23954 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
23956 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23957 dlls/ntoskrnl.exe/Makefile"
23958 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23961 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23962 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23965 dlls/ntprint/Makefile"
23966 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23968 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23969 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23970 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
23972 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23973 dlls/ntprint/tests/Makefile"
23974 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23977 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23978 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
23980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23981 dlls/objsel/Makefile"
23982 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23984 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23985 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23986 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
23988 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23989 dlls/odbc32/Makefile"
23990 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23992 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23993 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23994 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
23996 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23997 dlls/odbccp32/Makefile"
23998 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24001 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24002 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
24004 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24005 dlls/odbccp32/tests/Makefile"
24006 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24008 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24009 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24010 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24012 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24013 dlls/ole32/Makefile"
24014 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24016 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24017 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24018 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24020 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24021 dlls/ole32/tests/Makefile"
24022 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24024 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24025 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24026 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24028 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24029 dlls/oleacc/Makefile"
24030 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24033 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24034 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24037 dlls/oleaut32/Makefile"
24038 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24040 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24041 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24042 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24044 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24045 dlls/oleaut32/tests/Makefile"
24046 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24048 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24049 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24050 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24052 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24053 dlls/olecli32/Makefile"
24054 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24056 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24057 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24058 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24060 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24061 dlls/oledlg/Makefile"
24062 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24064 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24065 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24066 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24068 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24069 dlls/olepro32/Makefile"
24070 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24072 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24073 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24074 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24076 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24077 dlls/olesvr32/Makefile"
24078 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24081 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24082 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24085 dlls/olethk32/Makefile"
24086 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24088 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24089 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24090 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24092 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24093 dlls/opengl32/Makefile"
24094 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24096 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24097 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24098 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24100 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24101 dlls/opengl32/tests/Makefile"
24102 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24104 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24105 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24106 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24108 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24110 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24112 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24113 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24114 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24116 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24117 dlls/pdh/tests/Makefile"
24118 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24120 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24121 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24122 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24124 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24125 dlls/powrprof/Makefile"
24126 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24128 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24129 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24130 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24132 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24133 dlls/printui/Makefile"
24134 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24137 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24138 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24141 dlls/propsys/Makefile"
24142 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24144 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24145 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24146 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24148 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24149 dlls/psapi/Makefile"
24150 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24152 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24153 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24154 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24156 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24157 dlls/psapi/tests/Makefile"
24158 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24160 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24161 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24162 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24164 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24165 dlls/pstorec/Makefile"
24166 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24168 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24169 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24170 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24172 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24173 dlls/qcap/Makefile"
24174 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24176 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24177 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24178 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24180 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24181 dlls/qedit/Makefile"
24182 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24184 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24185 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24186 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24188 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24189 dlls/qedit/tests/Makefile"
24190 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24192 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24193 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24194 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24196 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24197 dlls/qmgr/Makefile"
24198 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24200 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24201 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24202 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24204 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24205 dlls/qmgr/tests/Makefile"
24206 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24208 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24209 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24210 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24212 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24213 dlls/qmgrprxy/Makefile"
24214 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24216 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24217 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24218 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24220 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24221 dlls/quartz/Makefile"
24222 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24225 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24226 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24229 dlls/quartz/tests/Makefile"
24230 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24232 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24233 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24234 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24236 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24237 dlls/query/Makefile"
24238 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24240 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24241 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24242 ac_config_files
="$ac_config_files dlls/query/Makefile"
24244 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24245 dlls/rasapi32/Makefile"
24246 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24248 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24249 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24250 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24252 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24253 dlls/rasapi32/tests/Makefile"
24254 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24256 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24257 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24260 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24261 dlls/resutils/Makefile"
24262 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24264 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24265 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24266 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24268 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24269 dlls/riched20/Makefile"
24270 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24273 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24274 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24277 dlls/riched20/tests/Makefile"
24278 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24281 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24282 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24285 dlls/riched32/Makefile"
24286 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24289 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24290 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24293 dlls/riched32/tests/Makefile"
24294 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24296 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24297 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24298 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24300 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24301 dlls/rpcrt4/Makefile"
24302 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24304 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24305 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24306 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24308 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24309 dlls/rpcrt4/tests/Makefile"
24310 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24312 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24313 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24314 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24316 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24317 dlls/rsabase/Makefile"
24318 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24321 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24322 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24325 dlls/rsaenh/Makefile"
24326 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24329 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24330 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24333 dlls/rsaenh/tests/Makefile"
24334 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24337 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24338 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24341 dlls/sane.ds/Makefile"
24342 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24344 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24345 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24346 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24348 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24349 dlls/sccbase/Makefile"
24350 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24352 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24353 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24354 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24356 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24357 dlls/schannel/Makefile"
24358 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24360 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24361 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24362 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24364 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24365 dlls/schannel/tests/Makefile"
24366 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24368 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24369 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24370 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24372 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24373 dlls/secur32/Makefile"
24374 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24376 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24377 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24378 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24380 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24381 dlls/secur32/tests/Makefile"
24382 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24385 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24386 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24389 dlls/security/Makefile"
24390 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24393 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24394 ac_config_files
="$ac_config_files dlls/security/Makefile"
24396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24397 dlls/sensapi/Makefile"
24398 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24401 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24402 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24405 dlls/serialui/Makefile"
24406 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24408 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24409 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24410 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24412 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24413 dlls/serialui/tests/Makefile"
24414 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24416 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24417 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24418 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24420 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24421 dlls/setupapi/Makefile"
24422 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24424 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24425 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24426 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24428 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24429 dlls/setupapi/tests/Makefile"
24430 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24432 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24433 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24434 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24436 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24438 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24441 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24442 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24445 dlls/sfc_os/Makefile"
24446 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24449 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24450 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24453 dlls/shdoclc/Makefile"
24454 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24457 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24458 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24461 dlls/shdocvw/Makefile"
24462 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24464 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24465 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24466 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24468 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24469 dlls/shdocvw/tests/Makefile"
24470 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24472 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24473 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24474 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24476 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24477 dlls/shell32/Makefile"
24478 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24480 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24481 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24482 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24484 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24485 dlls/shell32/tests/Makefile"
24486 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24488 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24489 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24490 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24492 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24493 dlls/shfolder/Makefile"
24494 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24497 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24498 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24501 dlls/shlwapi/Makefile"
24502 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24505 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24506 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24509 dlls/shlwapi/tests/Makefile"
24510 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24512 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24513 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24514 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24516 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24517 dlls/slbcsp/Makefile"
24518 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24520 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24521 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24522 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24524 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24526 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24528 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24529 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24530 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24532 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24533 dlls/snmpapi/Makefile"
24534 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24536 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24537 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24538 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24540 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24541 dlls/snmpapi/tests/Makefile"
24542 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24545 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24546 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24549 dlls/softpub/Makefile"
24550 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24553 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24554 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24557 dlls/spoolss/Makefile"
24558 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24561 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24562 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24565 dlls/spoolss/tests/Makefile"
24566 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24568 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24569 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24570 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24572 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24573 dlls/stdole2.tlb/Makefile"
24574 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24577 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24578 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24581 dlls/stdole32.tlb/Makefile"
24582 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24585 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24586 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24590 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24593 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24594 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24597 dlls/strmiids/Makefile"
24598 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24600 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24601 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24602 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24604 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24605 dlls/svrapi/Makefile"
24606 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24609 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24610 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24614 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24616 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24617 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24618 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24620 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24621 dlls/tapi32/Makefile"
24622 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24625 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24626 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24629 dlls/twain_32/Makefile"
24630 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24633 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24634 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24637 dlls/unicows/Makefile"
24638 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24641 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24642 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24646 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24649 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24650 ac_config_files
="$ac_config_files dlls/url/Makefile"
24652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24653 dlls/urlmon/Makefile"
24654 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24657 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24658 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24661 dlls/urlmon/tests/Makefile"
24662 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24664 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24665 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24668 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24669 dlls/user32/Makefile"
24670 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24673 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24674 ac_config_files
="$ac_config_files dlls/user32/Makefile"
24676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24677 dlls/user32/tests/Makefile"
24678 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24680 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24681 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
24684 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24685 dlls/userenv/Makefile"
24686 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24688 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24689 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24690 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
24692 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24693 dlls/userenv/tests/Makefile"
24694 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24696 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24697 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24698 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
24700 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24701 dlls/usp10/Makefile"
24702 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24704 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24705 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24706 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
24708 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24709 dlls/usp10/tests/Makefile"
24710 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24712 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24713 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24714 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
24716 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24717 dlls/uuid/Makefile"
24718 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24720 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24721 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24722 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
24724 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24725 dlls/uxtheme/Makefile"
24726 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24729 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24730 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
24732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24733 dlls/uxtheme/tests/Makefile"
24734 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24737 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
24740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24741 dlls/vdhcp.vxd/Makefile"
24742 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24744 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24745 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24746 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
24748 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24749 dlls/vdmdbg/Makefile"
24750 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24752 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24753 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24754 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
24756 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24757 dlls/version/Makefile"
24758 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24760 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24761 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24762 ac_config_files
="$ac_config_files dlls/version/Makefile"
24764 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24765 dlls/version/tests/Makefile"
24766 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24769 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24770 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
24772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24773 dlls/vmm.vxd/Makefile"
24774 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24776 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24777 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24778 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
24780 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24781 dlls/vnbt.vxd/Makefile"
24782 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24785 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24786 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
24788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24789 dlls/vnetbios.vxd/Makefile"
24790 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24793 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24794 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
24796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24797 dlls/vtdapi.vxd/Makefile"
24798 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24800 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24801 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24802 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
24804 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24805 dlls/vwin32.vxd/Makefile"
24806 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24808 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24809 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24810 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
24812 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24813 dlls/w32skrnl/Makefile"
24814 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24816 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24817 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24818 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
24820 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24821 dlls/winealsa.drv/Makefile"
24822 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24824 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24825 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24826 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
24828 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24829 dlls/wineaudioio.drv/Makefile"
24830 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24832 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24833 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24834 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
24836 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24837 dlls/winecoreaudio.drv/Makefile"
24838 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24841 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24842 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24845 dlls/winecrt0/Makefile"
24846 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24848 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24849 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24850 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
24852 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24853 dlls/wined3d/Makefile"
24854 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24857 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24858 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
24860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24861 dlls/winedos/Makefile"
24862 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24864 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24865 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24866 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
24868 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24869 dlls/wineesd.drv/Makefile"
24870 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24872 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24873 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24874 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
24876 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24877 dlls/winejack.drv/Makefile"
24878 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24880 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24881 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24882 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
24884 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24885 dlls/winejoystick.drv/Makefile"
24886 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24889 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24890 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
24892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24893 dlls/winemp3.acm/Makefile"
24894 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24897 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24898 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
24900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24901 dlls/winenas.drv/Makefile"
24902 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24904 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24905 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24906 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
24908 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24909 dlls/wineoss.drv/Makefile"
24910 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24913 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24914 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
24916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24917 dlls/wineps.drv/Makefile"
24918 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24920 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24921 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24922 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
24924 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24925 dlls/winequartz.drv/Makefile"
24926 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24928 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24929 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24930 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
24932 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24933 dlls/winex11.drv/Makefile"
24934 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24936 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24937 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
24940 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24941 dlls/wing32/Makefile"
24942 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24945 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24946 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
24948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24949 dlls/winhttp/Makefile"
24950 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24952 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24953 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24954 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
24956 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24957 dlls/winhttp/tests/Makefile"
24958 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24961 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
24964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24965 dlls/wininet/Makefile"
24966 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24968 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24969 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24970 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
24972 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24973 dlls/wininet/tests/Makefile"
24974 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24977 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24978 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
24980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24981 dlls/winmm/Makefile"
24982 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24984 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24985 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24986 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
24988 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24989 dlls/winmm/tests/Makefile"
24990 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24992 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24993 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24994 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
24996 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24997 dlls/winnls32/Makefile"
24998 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25001 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25002 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
25004 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25005 dlls/winscard/Makefile"
25006 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25008 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25009 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25010 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25012 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25013 dlls/winspool.drv/Makefile"
25014 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25016 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25017 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25018 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25020 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25021 dlls/winspool.drv/tests/Makefile"
25022 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25023 winspool.drv/tests"
25024 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25025 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25026 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25028 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25029 dlls/wintab32/Makefile"
25030 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25033 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25034 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25037 dlls/wintrust/Makefile"
25038 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25040 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25041 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25042 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25044 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25045 dlls/wintrust/tests/Makefile"
25046 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25048 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25049 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25050 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25052 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25053 dlls/wldap32/Makefile"
25054 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25056 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25057 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25058 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25060 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25062 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25064 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25065 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25066 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25068 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25069 dlls/wnaspi32/Makefile"
25070 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25072 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25073 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25074 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25076 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25077 dlls/wow32/Makefile"
25078 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25081 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25085 dlls/ws2_32/Makefile"
25086 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25088 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25089 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25090 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25092 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25093 dlls/ws2_32/tests/Makefile"
25094 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25096 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25097 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25100 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25101 dlls/wsock32/Makefile"
25102 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25104 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25105 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25106 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25108 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25109 dlls/wtsapi32/Makefile"
25110 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25112 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25113 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25114 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25116 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25117 documentation/Makefile"
25118 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25120 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25121 documentation/Makefile: documentation/Makefile.in Make.rules"
25122 ac_config_files
="$ac_config_files documentation/Makefile"
25124 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25126 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25128 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25129 fonts/Makefile: fonts/Makefile.in Make.rules"
25130 ac_config_files
="$ac_config_files fonts/Makefile"
25132 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25134 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25137 include/Makefile: include/Makefile.in Make.rules"
25138 ac_config_files
="$ac_config_files include/Makefile"
25140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25142 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25144 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25145 libs/Makefile: libs/Makefile.in Make.rules"
25146 ac_config_files
="$ac_config_files libs/Makefile"
25148 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25149 libs/port/Makefile"
25151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25152 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25153 ac_config_files
="$ac_config_files libs/port/Makefile"
25155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25156 libs/wine/Makefile"
25158 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25159 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25160 ac_config_files
="$ac_config_files libs/wine/Makefile"
25162 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25165 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25166 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25167 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25169 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25171 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25174 loader/Makefile: loader/Makefile.in Make.rules"
25175 ac_config_files
="$ac_config_files loader/Makefile"
25177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25179 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25182 programs/Makefile: programs/Makefile.in Make.rules"
25183 ac_config_files
="$ac_config_files programs/Makefile"
25185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25186 programs/clock/Makefile"
25187 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25188 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25190 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25191 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25192 ac_config_files
="$ac_config_files programs/clock/Makefile"
25194 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25195 programs/cmd/Makefile"
25196 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25197 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25200 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25201 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25204 programs/cmdlgtst/Makefile"
25205 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25208 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25209 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25212 programs/control/Makefile"
25213 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25214 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25216 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25217 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25218 ac_config_files
="$ac_config_files programs/control/Makefile"
25220 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25221 programs/eject/Makefile"
25222 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25223 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25225 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25226 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25227 ac_config_files
="$ac_config_files programs/eject/Makefile"
25229 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25230 programs/expand/Makefile"
25231 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25232 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25234 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25235 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25236 ac_config_files
="$ac_config_files programs/expand/Makefile"
25238 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25239 programs/explorer/Makefile"
25240 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25241 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25243 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25244 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25245 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25247 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25248 programs/hh/Makefile"
25249 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25250 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25252 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25253 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25254 ac_config_files
="$ac_config_files programs/hh/Makefile"
25256 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25257 programs/icinfo/Makefile"
25258 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25259 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25262 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25263 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25266 programs/iexplore/Makefile"
25267 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25268 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25270 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25271 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25272 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25274 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25275 programs/msiexec/Makefile"
25276 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25277 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25278 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25281 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25282 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25285 programs/net/Makefile"
25286 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25287 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25289 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25290 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25291 ac_config_files
="$ac_config_files programs/net/Makefile"
25293 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25294 programs/notepad/Makefile"
25295 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25296 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25297 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25299 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25300 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25301 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25303 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25304 programs/oleview/Makefile"
25305 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25306 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25308 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25309 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25310 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25312 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25313 programs/progman/Makefile"
25314 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25315 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25316 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25318 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25319 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25320 ac_config_files
="$ac_config_files programs/progman/Makefile"
25322 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25323 programs/reg/Makefile"
25324 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25325 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25328 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25329 ac_config_files
="$ac_config_files programs/reg/Makefile"
25331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25332 programs/regedit/Makefile"
25333 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25334 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25335 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25337 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25338 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25339 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25341 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25342 programs/regsvr32/Makefile"
25343 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25344 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25345 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25347 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25348 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25349 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25351 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25352 programs/rpcss/Makefile"
25353 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25354 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25356 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25357 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25358 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25360 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25361 programs/rundll32/Makefile"
25362 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25363 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25366 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25367 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25370 programs/secedit/Makefile"
25371 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25372 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25374 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25375 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25376 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25378 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25379 programs/services/Makefile"
25380 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25381 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25384 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25385 ac_config_files
="$ac_config_files programs/services/Makefile"
25387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25388 programs/spoolsv/Makefile"
25389 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25390 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25393 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25394 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25397 programs/start/Makefile"
25398 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25399 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25401 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25402 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25403 ac_config_files
="$ac_config_files programs/start/Makefile"
25405 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25406 programs/svchost/Makefile"
25407 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25408 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25410 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25411 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25412 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25414 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25415 programs/taskmgr/Makefile"
25416 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25417 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25419 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25420 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25421 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25423 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25424 programs/uninstaller/Makefile"
25425 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25426 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25427 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25430 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25431 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25434 programs/view/Makefile"
25435 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25438 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25439 ac_config_files
="$ac_config_files programs/view/Makefile"
25441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25442 programs/wineboot/Makefile"
25443 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25444 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25445 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25448 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25449 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25452 programs/winebrowser/Makefile"
25453 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25454 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25455 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25457 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25458 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25459 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25461 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25462 programs/winecfg/Makefile"
25463 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25464 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25465 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25467 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25468 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25469 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25471 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25472 programs/wineconsole/Makefile"
25473 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25474 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25475 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25478 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25479 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25482 programs/winedbg/Makefile"
25483 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25484 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25485 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25488 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25489 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25492 programs/winedevice/Makefile"
25493 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25494 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25497 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25498 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25501 programs/winefile/Makefile"
25502 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25503 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25504 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25506 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25507 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25508 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25510 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25511 programs/winemenubuilder/Makefile"
25512 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25513 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25515 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25516 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25517 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25519 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25520 programs/winemine/Makefile"
25521 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25522 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25523 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25526 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25527 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25530 programs/winepath/Makefile"
25531 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25532 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25533 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25536 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25537 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25540 programs/winetest/Makefile"
25541 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25544 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25545 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25548 programs/winevdm/Makefile"
25549 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25550 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25553 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25554 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25557 programs/winhlp32/Makefile"
25558 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25559 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25561 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25562 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25563 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25565 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25566 programs/winver/Makefile"
25567 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25568 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25570 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25571 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25572 ac_config_files
="$ac_config_files programs/winver/Makefile"
25574 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25575 programs/wordpad/Makefile"
25576 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25577 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25579 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25580 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25581 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25583 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25584 programs/write/Makefile"
25585 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25586 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25588 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25589 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25590 ac_config_files
="$ac_config_files programs/write/Makefile"
25592 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25593 programs/xcopy/Makefile"
25594 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25595 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25598 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25599 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25603 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25606 server/Makefile: server/Makefile.in Make.rules"
25607 ac_config_files
="$ac_config_files server/Makefile"
25609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25611 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25614 tools/Makefile: tools/Makefile.in Make.rules"
25615 ac_config_files
="$ac_config_files tools/Makefile"
25617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25618 tools/widl/Makefile"
25620 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25621 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25622 ac_config_files
="$ac_config_files tools/widl/Makefile"
25624 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25625 tools/winebuild/Makefile"
25627 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25628 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25629 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25631 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25632 tools/winedump/Makefile"
25634 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25635 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25636 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25638 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25639 tools/winegcc/Makefile"
25641 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25642 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25643 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25645 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25646 tools/wmc/Makefile"
25648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25649 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25650 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25653 tools/wrc/Makefile"
25655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25656 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25657 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25661 ALL_WINETEST_DEPENDS
="# Test binaries"
25663 for dir
in $ALL_TEST_DIRS
25665 if test "$dir" != "\\"
25667 testname
=`expr $dir : '\(.*\)/tests'`_test.exe
25668 ALL_WINETEST_DEPENDS
="$ALL_WINETEST_DEPENDS
25669 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25670 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25674 cat >confcache
<<\_ACEOF
25675 # This file is a shell script that caches the results of configure
25676 # tests run on this system so they can be shared between configure
25677 # scripts and configure runs, see configure's option --config-cache.
25678 # It is not useful on other systems. If it contains results you don't
25679 # want to keep, you may remove or edit it.
25681 # config.status only pays attention to the cache file if you give it
25682 # the --recheck option to rerun configure.
25684 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25685 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25686 # following values.
25690 # The following way of writing the cache mishandles newlines in values,
25691 # but we know of no workaround that is simple, portable, and efficient.
25692 # So, we kill variables containing newlines.
25693 # Ultrix sh set writes to stderr and can't be redirected directly,
25694 # and sets the high bit in the cache file unless we assign to the vars.
25696 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25697 eval ac_val
=\$
$ac_var
25701 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25702 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25705 _ | IFS | as_nl
) ;; #(
25706 *) $as_unset $ac_var ;;
25712 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25713 *${as_nl}ac_space
=\
*)
25714 # `set' does not quote correctly, so add quotes (double-quote
25715 # substitution turns \\\\ into \\, and sed turns \\ into \).
25718 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25721 # `set' quotes correctly as required by POSIX, so do not add quotes.
25722 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25731 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25733 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25735 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25736 if test -w "$cache_file"; then
25737 test "x$cache_file" != "x/dev/null" &&
25738 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25739 echo "$as_me: updating cache $cache_file" >&6;}
25740 cat confcache
>$cache_file
25742 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25743 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25748 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25749 # Let make expand exec_prefix.
25750 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25752 DEFS
=-DHAVE_CONFIG_H
25756 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
25757 # 1. Remove the extension, and $U if already installed.
25758 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
25759 ac_i
=`echo "$ac_i" | sed "$ac_script"`
25760 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25761 # will be set to the directory where LIBOBJS objects are built.
25762 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25763 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25765 LIBOBJS
=$ac_libobjs
25767 LTLIBOBJS
=$ac_ltlibobjs
25771 : ${CONFIG_STATUS=./config.status}
25772 ac_clean_files_save
=$ac_clean_files
25773 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
25774 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25775 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25776 cat >$CONFIG_STATUS <<_ACEOF
25778 # Generated by $as_me.
25779 # Run this file to recreate the current configuration.
25780 # Compiler output produced by configure, useful for debugging
25781 # configure, is in config.log if it exists.
25784 ac_cs_recheck=false
25786 SHELL=\${CONFIG_SHELL-$SHELL}
25789 cat >>$CONFIG_STATUS <<\_ACEOF
25790 ## --------------------- ##
25791 ## M4sh Initialization. ##
25792 ## --------------------- ##
25794 # Be more Bourne compatible
25795 DUALCASE
=1; export DUALCASE
# for MKS sh
25796 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
25799 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25800 # is contrary to our usage. Disable this feature.
25801 alias -g '${1+"$@"}'='"$@"'
25802 setopt NO_GLOB_SUBST
25804 case `(set -o) 2>/dev/null` in
25805 *posix
*) set -o posix
;;
25814 # Avoid depending upon Character Ranges.
25815 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
25816 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25817 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
25818 as_cr_digits
='0123456789'
25819 as_cr_alnum
=$as_cr_Letters$as_cr_digits
25821 # The user is always right.
25822 if test "${PATH_SEPARATOR+set}" != set; then
25823 echo "#! /bin/sh" >conf$$.sh
25824 echo "exit 0" >>conf$$.sh
25826 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
25834 # Support unset when possible.
25835 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
25843 # We need space, tab and new line, in precisely that order. Quoting is
25844 # there to prevent editors from complaining about space-tab.
25845 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25846 # splitting by setting IFS to empty value.)
25851 # Find who we are. Look in the path if we contain no directory separator.
25853 *[\\/]* ) as_myself
=$0 ;;
25854 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25855 for as_dir
in $PATH
25858 test -z "$as_dir" && as_dir
=.
25859 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
25865 # We did not find ourselves, most probably we were run as `sh COMMAND'
25866 # in which case we are not to be found in the path.
25867 if test "x$as_myself" = x
; then
25870 if test ! -f "$as_myself"; then
25871 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25872 { (exit 1); exit 1; }
25875 # Work around bugs in pre-3.0 UWIN ksh.
25876 for as_var
in ENV MAIL MAILPATH
25877 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25885 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25886 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25887 LC_TELEPHONE LC_TIME
25889 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25890 eval $as_var=C
; export $as_var
25892 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25896 # Required to use basename.
25897 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25898 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25904 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25905 as_basename
=basename
25911 # Name of the executable.
25912 as_me
=`$as_basename -- "$0" ||
25913 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25914 X"$0" : 'X\(//\)$' \| \
25915 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25917 sed '/^.*\/\([^/][^/]*\)\/*$/{
25936 as_lineno_1
=$LINENO
25937 as_lineno_2
=$LINENO
25938 test "x$as_lineno_1" != "x$as_lineno_2" &&
25939 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
25941 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25942 # uniformly replaced by the line number. The first 'sed' inserts a
25943 # line-number line after each line using $LINENO; the second 'sed'
25944 # does the real work. The second script uses 'N' to pair each
25945 # line-number line with the line containing $LINENO, and appends
25946 # trailing '-' during substitution so that $LINENO is not a special
25947 # case at line end.
25948 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25949 # scripts with optimization help from Paolo Bonzini. Blame Lee
25950 # E. McMahon (1931-1989) for sed's syntax. :-)
25962 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25965 ' >$as_me.lineno
&&
25966 chmod +x
"$as_me.lineno" ||
25967 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25968 { (exit 1); exit 1; }; }
25970 # Don't try to exec as it changes $[0], causing all sort of problems
25971 # (the dirname of $[0] is not the place where we might find the
25972 # original and so on. Autoconf is especially sensitive to this).
25973 .
"./$as_me.lineno"
25974 # Exit status is that of the last command.
25979 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
25985 ECHO_C
= ECHO_N
= ECHO_T
=
25986 case `echo -n x` in
25988 case `echo 'x\c'` in
25989 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
25996 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25997 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26003 rm -f conf$$ conf$$.exe conf$$.
file
26004 if test -d conf$$.dir
; then
26005 rm -f conf$$.dir
/conf$$.
file
26011 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26013 # ... but there are two gotchas:
26014 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26015 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26016 # In both cases, we have to default to `cp -p'.
26017 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26019 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26024 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26025 rmdir conf$$.dir
2>/dev
/null
26027 if mkdir
-p .
2>/dev
/null
; then
26030 test -d .
/-p && rmdir .
/-p
26034 if test -x / >/dev
/null
2>&1; then
26035 as_test_x
='test -x'
26037 if ls -dL / >/dev
/null
2>&1; then
26044 if test -d "$1"; then
26050 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26051 ???[sx]*):;;*)false;;esac;fi
26055 as_executable_p
=$as_test_x
26057 # Sed expression to map a string onto a valid CPP name.
26058 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26060 # Sed expression to map a string onto a valid variable name.
26061 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26066 # Save the log message, to keep $[0] and so on meaningful, and to
26067 # report actual input values of CONFIG_FILES etc. instead of their
26068 # values after options handling.
26070 This file was extended by Wine $as_me 1.1.4, which was
26071 generated by GNU Autoconf 2.61. Invocation command line was
26073 CONFIG_FILES = $CONFIG_FILES
26074 CONFIG_HEADERS = $CONFIG_HEADERS
26075 CONFIG_LINKS = $CONFIG_LINKS
26076 CONFIG_COMMANDS = $CONFIG_COMMANDS
26079 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26084 cat >>$CONFIG_STATUS <<_ACEOF
26085 # Files that config.status was made for.
26086 config_files="$ac_config_files"
26087 config_headers="$ac_config_headers"
26088 config_commands="$ac_config_commands"
26092 cat >>$CONFIG_STATUS <<\_ACEOF
26094 \`$as_me' instantiates files from templates according to the
26095 current configuration.
26097 Usage: $0 [OPTIONS] [FILE]...
26099 -h, --help print this help, then exit
26100 -V, --version print version number and configuration settings, then exit
26101 -q, --quiet do not print progress messages
26102 -d, --debug don't remove temporary files
26103 --recheck update $as_me by reconfiguring in the same conditions
26104 --file=FILE[:TEMPLATE]
26105 instantiate the configuration file FILE
26106 --header=FILE[:TEMPLATE]
26107 instantiate the configuration header FILE
26109 Configuration files:
26112 Configuration headers:
26115 Configuration commands:
26118 Report bugs to <bug-autoconf@gnu.org>."
26121 cat >>$CONFIG_STATUS <<_ACEOF
26123 Wine config.status 1.1.4
26124 configured by $0, generated by GNU Autoconf 2.61,
26125 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26127 Copyright (C) 2006 Free Software Foundation, Inc.
26128 This config.status script is free software; the Free Software Foundation
26129 gives unlimited permission to copy, distribute and modify it."
26136 cat >>$CONFIG_STATUS <<\_ACEOF
26137 # If no file are specified by the user, then we need to provide default
26138 # value. By we need to know if files were specified by the user.
26144 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26145 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26156 # Handling of the options.
26157 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26159 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26160 echo "$ac_cs_version"; exit ;;
26161 --debug |
--debu |
--deb |
--de |
--d |
-d )
26163 --file |
--fil |
--fi |
--f )
26165 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26166 ac_need_defaults
=false
;;
26167 --header |
--heade |
--head |
--hea )
26169 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26170 ac_need_defaults
=false
;;
26172 # Conflict between --help and --header
26173 { echo "$as_me: error: ambiguous option: $1
26174 Try \`$0 --help' for more information." >&2
26175 { (exit 1); exit 1; }; };;
26176 --help |
--hel |
-h )
26177 echo "$ac_cs_usage"; exit ;;
26178 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26179 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26182 # This is an error.
26183 -*) { echo "$as_me: error: unrecognized option: $1
26184 Try \`$0 --help' for more information." >&2
26185 { (exit 1); exit 1; }; } ;;
26187 *) ac_config_targets
="$ac_config_targets $1"
26188 ac_need_defaults
=false
;;
26194 ac_configure_extra_args
=
26196 if $ac_cs_silent; then
26198 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26202 cat >>$CONFIG_STATUS <<_ACEOF
26203 if \$ac_cs_recheck; then
26204 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26205 CONFIG_SHELL=$SHELL
26206 export CONFIG_SHELL
26207 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26211 cat >>$CONFIG_STATUS <<\_ACEOF
26215 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26216 ## Running $as_me. ##
26222 cat >>$CONFIG_STATUS <<_ACEOF
26225 cat >>$CONFIG_STATUS <<\_ACEOF
26227 # Handling of arguments.
26228 for ac_config_target
in $ac_config_targets
26230 case $ac_config_target in
26231 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26232 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26233 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26234 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26235 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26236 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26237 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26238 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26239 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26240 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26241 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26242 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26243 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26244 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26245 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26246 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26247 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26248 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26249 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26250 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26251 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26252 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26253 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26254 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26255 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26256 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26257 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26258 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26259 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26260 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26261 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26262 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26263 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26264 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26265 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26266 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26267 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26268 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26269 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26270 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26271 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26272 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26273 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26274 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26275 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26276 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26277 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26278 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26279 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26280 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26281 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26282 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26283 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26284 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26285 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26286 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26287 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26288 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26289 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26290 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26291 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26292 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26293 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26294 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26295 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26296 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26297 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26298 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26299 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26300 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26301 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26302 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26303 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26304 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26305 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26306 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26307 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26308 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26309 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26310 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26311 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26312 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26313 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26314 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26315 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26316 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26317 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26318 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26319 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26320 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26321 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26322 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26323 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26324 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26325 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26326 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26327 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26328 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26329 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26330 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26331 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26332 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26333 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26334 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26335 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26336 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26337 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26338 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26339 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26340 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26341 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26342 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26343 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26344 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26345 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26346 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26347 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26348 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26349 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26350 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26351 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26352 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26353 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26354 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26355 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26356 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26357 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26358 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26359 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26360 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26361 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26362 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26363 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26364 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26365 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26366 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26367 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26368 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26369 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26370 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26371 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26372 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26373 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26374 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26375 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26376 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26377 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26378 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26379 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26380 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26381 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26382 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26383 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26384 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26385 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26386 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26387 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26388 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26389 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26390 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26391 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26392 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26393 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26394 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26395 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26396 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26397 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26398 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26399 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26400 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26401 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26402 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26403 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26404 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26405 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26406 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26407 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26408 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26409 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26410 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26411 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26412 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26413 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26414 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26415 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26416 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26417 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26418 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26419 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26420 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26421 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26422 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26423 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26424 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26425 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26426 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26427 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26428 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26429 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26430 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26431 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26432 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26433 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26434 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26435 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26436 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26437 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26438 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26439 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26440 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26441 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26442 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26443 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26444 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26445 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26446 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26447 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26448 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26449 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26450 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26451 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26452 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26453 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26454 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26455 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26456 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26457 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26458 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26459 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26460 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26461 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26462 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26463 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26464 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26465 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26466 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26467 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26468 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26469 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26470 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26471 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26472 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26473 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26474 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26475 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26476 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26477 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26478 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26479 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26480 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26481 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26482 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26483 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26484 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26485 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26486 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26487 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26488 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26489 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26490 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26491 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26492 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26493 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26494 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26495 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26496 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26497 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26498 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26499 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26500 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26501 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26502 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26503 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26504 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26505 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26506 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26507 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26508 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26509 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26510 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26511 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26512 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26513 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26514 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26515 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26516 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26517 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26518 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26519 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26520 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26521 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26522 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26523 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26524 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26525 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26526 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26527 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26528 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26529 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26530 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26531 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26532 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26533 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26534 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26535 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26536 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26537 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26538 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26539 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26540 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26541 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26542 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26543 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26544 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26545 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26546 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26547 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26548 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26549 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26550 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26551 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26552 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26553 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26554 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26555 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26556 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26557 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26558 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26559 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26560 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26561 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26562 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26563 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26564 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26565 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26566 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26567 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26568 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26569 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26570 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26571 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26572 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26573 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26574 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26575 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26576 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26577 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26578 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26579 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26580 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26581 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26582 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26583 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26584 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26585 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26586 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26587 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26588 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26589 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26590 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26591 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26592 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26593 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26594 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26595 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26596 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26597 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26598 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26599 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26600 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26601 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26602 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26603 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26604 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26605 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26606 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26607 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26608 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26609 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26610 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26611 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26612 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26613 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26614 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26615 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26616 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26617 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26618 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26619 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26620 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26621 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26622 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26623 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26624 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26625 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26626 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26627 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26628 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26629 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26630 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26631 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26632 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26633 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26634 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26635 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26636 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26637 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26638 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26639 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26640 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26641 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26642 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26643 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26644 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26645 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26646 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26647 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26648 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26649 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26650 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26651 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26652 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26653 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26654 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26655 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26656 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26657 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26658 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26659 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26660 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26661 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26662 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26663 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26665 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26666 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26667 { (exit 1); exit 1; }; };;
26672 # If the user did not use the arguments to specify the items to instantiate,
26673 # then the envvar interface is used. Set only those that are not.
26674 # We use the long form for the default assignment because of an extremely
26675 # bizarre bug on SunOS 4.1.3.
26676 if $ac_need_defaults; then
26677 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26678 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26679 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26682 # Have a temporary directory for convenience. Make it in the build tree
26683 # simply because there is no reason against having it here, and in addition,
26684 # creating and moving files from /tmp can sometimes cause problems.
26685 # Hook for its removal unless debugging.
26686 # Note that there is a small window in which the directory will not be cleaned:
26687 # after its creation but before its name has been assigned to `$tmp'.
26691 trap 'exit_status=$?
26692 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26694 trap '{ (exit 1); exit 1; }' 1 2 13 15
26696 # Create a (secure) tmp directory for tmp files.
26699 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26700 test -n "$tmp" && test -d "$tmp"
26703 tmp
=.
/conf$$
-$RANDOM
26704 (umask 077 && mkdir
"$tmp")
26707 echo "$me: cannot create a temporary directory in ." >&2
26708 { (exit 1); exit 1; }
26712 # Set up the sed scripts for CONFIG_FILES section.
26715 # No need to generate the scripts if there are no CONFIG_FILES.
26716 # This happens for instance when ./config.status config.h
26717 if test -n "$CONFIG_FILES"; then
26721 # Create sed commands to just substitute file output variables.
26723 # Remaining file output variables are in a fragment that also has non-file
26729 for ac_last_try
in false false false false false
:; do
26730 cat >conf$
$subs.
sed <<_ACEOF
26731 SHELL!$SHELL$ac_delim
26732 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26733 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26734 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26735 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26736 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26737 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26738 exec_prefix!$exec_prefix$ac_delim
26739 prefix!$prefix$ac_delim
26740 program_transform_name!$program_transform_name$ac_delim
26741 bindir!$bindir$ac_delim
26742 sbindir!$sbindir$ac_delim
26743 libexecdir!$libexecdir$ac_delim
26744 datarootdir!$datarootdir$ac_delim
26745 datadir!$datadir$ac_delim
26746 sysconfdir!$sysconfdir$ac_delim
26747 sharedstatedir!$sharedstatedir$ac_delim
26748 localstatedir!$localstatedir$ac_delim
26749 includedir!$includedir$ac_delim
26750 oldincludedir!$oldincludedir$ac_delim
26751 docdir!$docdir$ac_delim
26752 infodir!$infodir$ac_delim
26753 htmldir!$htmldir$ac_delim
26754 dvidir!$dvidir$ac_delim
26755 pdfdir!$pdfdir$ac_delim
26756 psdir!$psdir$ac_delim
26757 libdir!$libdir$ac_delim
26758 localedir!$localedir$ac_delim
26759 mandir!$mandir$ac_delim
26760 DEFS!$DEFS$ac_delim
26761 ECHO_C!$ECHO_C$ac_delim
26762 ECHO_N!$ECHO_N$ac_delim
26763 ECHO_T!$ECHO_T$ac_delim
26764 LIBS!$LIBS$ac_delim
26765 build_alias!$build_alias$ac_delim
26766 host_alias!$host_alias$ac_delim
26767 target_alias!$target_alias$ac_delim
26768 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26769 build!$build$ac_delim
26770 build_cpu!$build_cpu$ac_delim
26771 build_vendor!$build_vendor$ac_delim
26772 build_os!$build_os$ac_delim
26773 host!$host$ac_delim
26774 host_cpu!$host_cpu$ac_delim
26775 host_vendor!$host_vendor$ac_delim
26776 host_os!$host_os$ac_delim
26777 WIN16_FILES!$WIN16_FILES$ac_delim
26778 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26779 SET_MAKE!$SET_MAKE$ac_delim
26781 CFLAGS!$CFLAGS$ac_delim
26782 LDFLAGS!$LDFLAGS$ac_delim
26783 CPPFLAGS!$CPPFLAGS$ac_delim
26784 ac_ct_CC!$ac_ct_CC$ac_delim
26785 EXEEXT!$EXEEXT$ac_delim
26786 OBJEXT!$OBJEXT$ac_delim
26788 CXXFLAGS!$CXXFLAGS$ac_delim
26789 ac_ct_CXX!$ac_ct_CXX$ac_delim
26790 CPPBIN!$CPPBIN$ac_delim
26791 TOOLSDIR!$TOOLSDIR$ac_delim
26792 XMKMF!$XMKMF$ac_delim
26794 X_CFLAGS!$X_CFLAGS$ac_delim
26795 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26796 X_LIBS!$X_LIBS$ac_delim
26797 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26798 FLEX!$FLEX$ac_delim
26799 BISON!$BISON$ac_delim
26801 ac_ct_AS!$ac_ct_AS$ac_delim
26803 ac_ct_LD!$ac_ct_LD$ac_delim
26805 ac_ct_NM!$ac_ct_NM$ac_delim
26807 ac_ct_AR!$ac_ct_AR$ac_delim
26808 ARFLAGS!$ARFLAGS$ac_delim
26809 RANLIB!$RANLIB$ac_delim
26810 STRIP!$STRIP$ac_delim
26811 WINDRES!$WINDRES$ac_delim
26812 LN_S!$LN_S$ac_delim
26815 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26817 elif $ac_last_try; then
26818 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26819 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26820 { (exit 1); exit 1; }; }
26822 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26826 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26827 if test -n "$ac_eof"; then
26828 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26829 ac_eof
=`expr $ac_eof + 1`
26832 cat >>$CONFIG_STATUS <<_ACEOF
26833 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26834 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26835 /^[ ]*@MAKE_RULES@[ ]*$/{
26839 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26843 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26844 r $MAKE_IMPLIB_RULES
26847 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26851 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26857 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26858 s/^/s,@/; s/!/@,|#_!!_#|/
26861 s/'"$ac_delim"'$/,g/; t
26863 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26864 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26865 rm -f conf$
$subs.
sed
26866 cat >>$CONFIG_STATUS <<_ACEOF
26872 for ac_last_try
in false false false false false
:; do
26873 cat >conf$
$subs.
sed <<_ACEOF
26875 GREP!$GREP$ac_delim
26876 EGREP!$EGREP$ac_delim
26877 LDCONFIG!$LDCONFIG$ac_delim
26878 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26879 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26880 INSTALL_DATA!$INSTALL_DATA$ac_delim
26881 LINT!$LINT$ac_delim
26882 LINTFLAGS!$LINTFLAGS$ac_delim
26883 FONTFORGE!$FONTFORGE$ac_delim
26884 PKG_CONFIG!$PKG_CONFIG$ac_delim
26885 RSVG!$RSVG$ac_delim
26886 ICOTOOL!$ICOTOOL$ac_delim
26887 PRELINK!$PRELINK$ac_delim
26888 LIBPTHREAD!$LIBPTHREAD$ac_delim
26889 XLIB!$XLIB$ac_delim
26890 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26891 DLLEXT!$DLLEXT$ac_delim
26892 DLLFLAGS!$DLLFLAGS$ac_delim
26893 LDSHARED!$LDSHARED$ac_delim
26894 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26895 LIBEXT!$LIBEXT$ac_delim
26896 IMPLIBEXT!$IMPLIBEXT$ac_delim
26897 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26898 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26900 DLLTOOL!$DLLTOOL$ac_delim
26901 DLLWRAP!$DLLWRAP$ac_delim
26902 MINGWAR!$MINGWAR$ac_delim
26903 SECURITYLIB!$SECURITYLIB$ac_delim
26904 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26905 IOKITLIB!$IOKITLIB$ac_delim
26906 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26907 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26908 COREAUDIO!$COREAUDIO$ac_delim
26909 CARBONLIB!$CARBONLIB$ac_delim
26910 CROSSTEST!$CROSSTEST$ac_delim
26911 CROSSCC!$CROSSCC$ac_delim
26912 CROSSWINDRES!$CROSSWINDRES$ac_delim
26913 NASLIBS!$NASLIBS$ac_delim
26914 XML2LIBS!$XML2LIBS$ac_delim
26915 XML2INCL!$XML2INCL$ac_delim
26916 XSLTLIBS!$XSLTLIBS$ac_delim
26917 XSLTINCL!$XSLTINCL$ac_delim
26918 HALINCL!$HALINCL$ac_delim
26919 sane_devel!$sane_devel$ac_delim
26920 SANEINCL!$SANEINCL$ac_delim
26921 gphoto2_devel!$gphoto2_devel$ac_delim
26922 gphoto2port_devel!$gphoto2port_devel$ac_delim
26923 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26924 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26925 RESOLVLIBS!$RESOLVLIBS$ac_delim
26926 LCMSLIBS!$LCMSLIBS$ac_delim
26927 ft_devel!$ft_devel$ac_delim
26928 FREETYPELIBS!$FREETYPELIBS$ac_delim
26929 FREETYPEINCL!$FREETYPEINCL$ac_delim
26930 ESDCONFIG!$ESDCONFIG$ac_delim
26931 ESDINCL!$ESDINCL$ac_delim
26932 ESDLIBS!$ESDLIBS$ac_delim
26933 ALSALIBS!$ALSALIBS$ac_delim
26934 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26935 CUPSINCL!$CUPSINCL$ac_delim
26936 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26937 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26938 BUILTINFLAG!$BUILTINFLAG$ac_delim
26939 LDPATH!$LDPATH$ac_delim
26940 CRTLIBS!$CRTLIBS$ac_delim
26941 SOCKETLIBS!$SOCKETLIBS$ac_delim
26942 MAIN_BINARY!$MAIN_BINARY$ac_delim
26943 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26944 LIBDL!$LIBDL$ac_delim
26945 LIBPOLL!$LIBPOLL$ac_delim
26946 LDAPLIBS!$LDAPLIBS$ac_delim
26947 DEPENDENCIES!$DEPENDENCIES$ac_delim
26948 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26949 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26950 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26951 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26952 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26953 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26954 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26955 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26956 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26957 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26958 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26959 LIBOBJS!$LIBOBJS$ac_delim
26960 LTLIBOBJS!$LTLIBOBJS$ac_delim
26963 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26965 elif $ac_last_try; then
26966 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26967 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26968 { (exit 1); exit 1; }; }
26970 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26974 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26975 if test -n "$ac_eof"; then
26976 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26977 ac_eof
=`expr $ac_eof + 1`
26980 cat >>$CONFIG_STATUS <<_ACEOF
26981 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26982 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26985 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26986 s/^/s,@/; s/!/@,|#_!!_#|/
26989 s/'"$ac_delim"'$/,g/; t
26991 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26992 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26993 rm -f conf$
$subs.
sed
26994 cat >>$CONFIG_STATUS <<_ACEOF
27001 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27002 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27003 # trailing colons and then remove the whole line if VPATH becomes empty
27004 # (actually we leave an empty line to preserve line numbers).
27005 if test "x$srcdir" = x.
; then
27006 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27007 s/:*\$(srcdir):*/:/
27008 s/:*\${srcdir}:*/:/
27010 s/^\([^=]*=[ ]*\):*/\1/
27016 cat >>$CONFIG_STATUS <<\_ACEOF
27017 fi # test -n "$CONFIG_FILES"
27020 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27023 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27025 case $ac_mode$ac_tag in
27027 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27028 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27029 { (exit 1); exit 1; }; };;
27030 :[FH
]-) ac_tag
=-:-;;
27031 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27048 -) ac_f
="$tmp/stdin";;
27049 *) # Look for the file first in the build tree, then in the source tree
27050 # (if the path is not absolute). The absolute path cannot be DOS-style,
27051 # because $ac_f cannot contain `:'.
27055 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27057 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27058 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27059 { (exit 1); exit 1; }; };;
27061 ac_file_inputs
="$ac_file_inputs $ac_f"
27064 # Let's still pretend it is `configure' which instantiates (i.e., don't
27065 # use $as_me), people would be surprised to read:
27066 # /* config.h. Generated by config.status. */
27067 configure_input
="Generated from "`IFS=:
27068 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27069 if test x
"$ac_file" != x-
; then
27070 configure_input
="$ac_file. $configure_input"
27071 { echo "$as_me:$LINENO: creating $ac_file" >&5
27072 echo "$as_me: creating $ac_file" >&6;}
27076 *:-:* |
*:-) cat >"$tmp/stdin";;
27081 ac_dir
=`$as_dirname -- "$ac_file" ||
27082 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27083 X"$ac_file" : 'X\(//\)[^/]' \| \
27084 X"$ac_file" : 'X\(//\)$' \| \
27085 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27087 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27091 /^X\(\/\/\)[^/].*/{
27106 -*) as_dir
=.
/$as_dir;;
27108 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27112 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27113 *) as_qdir
=$as_dir;;
27115 as_dirs
="'$as_qdir' $as_dirs"
27116 as_dir
=`$as_dirname -- "$as_dir" ||
27117 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27118 X"$as_dir" : 'X\(//\)[^/]' \| \
27119 X"$as_dir" : 'X\(//\)$' \| \
27120 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27122 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27126 /^X\(\/\/\)[^/].*/{
27139 test -d "$as_dir" && break
27141 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27142 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27143 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27144 { (exit 1); exit 1; }; }; }
27148 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27150 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27151 # A ".." for each directory in $ac_dir_suffix.
27152 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27153 case $ac_top_builddir_sub in
27154 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27155 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27158 ac_abs_top_builddir
=$ac_pwd
27159 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27160 # for backward compatibility:
27161 ac_top_builddir
=$ac_top_build_prefix
27164 .
) # We are building in place.
27166 ac_top_srcdir
=$ac_top_builddir_sub
27167 ac_abs_top_srcdir
=$ac_pwd ;;
27168 [\\/]* | ?
:[\\/]* ) # Absolute name.
27169 ac_srcdir
=$srcdir$ac_dir_suffix;
27170 ac_top_srcdir
=$srcdir
27171 ac_abs_top_srcdir
=$srcdir ;;
27172 *) # Relative name.
27173 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27174 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27175 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27177 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27187 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27188 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27192 cat >>$CONFIG_STATUS <<\_ACEOF
27193 # If the template does not know about datarootdir, expand it.
27194 # FIXME: This hack should be removed a few years after 2.60.
27195 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27197 case `sed -n '/datarootdir/ {
27206 ' $ac_file_inputs` in
27207 *datarootdir
*) ac_datarootdir_seen
=yes;;
27208 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27209 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27210 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27212 cat >>$CONFIG_STATUS <<_ACEOF
27213 ac_datarootdir_hack='
27214 s&@datadir@&$datadir&g
27215 s&@docdir@&$docdir&g
27216 s&@infodir@&$infodir&g
27217 s&@localedir@&$localedir&g
27218 s&@mandir@&$mandir&g
27219 s&\\\${datarootdir}&$datarootdir&g' ;;
27223 # Neutralize VPATH when `$srcdir' = `.'.
27224 # Shell code in configure.ac might set extrasub.
27225 # FIXME: do we really want to maintain this feature?
27226 cat >>$CONFIG_STATUS <<_ACEOF
27230 cat >>$CONFIG_STATUS <<\_ACEOF
27232 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27233 s
&@configure_input@
&$configure_input&;t t
27234 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27235 s
&@srcdir@
&$ac_srcdir&;t t
27236 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27237 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27238 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27239 s
&@builddir@
&$ac_builddir&;t t
27240 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27241 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27242 s
&@INSTALL@
&$ac_INSTALL&;t t
27243 $ac_datarootdir_hack
27244 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27246 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27247 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27248 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27249 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27250 which seems to be undefined. Please make sure it is defined." >&5
27251 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27252 which seems to be undefined. Please make sure it is defined." >&2;}
27256 -) cat "$tmp/out"; rm -f "$tmp/out";;
27257 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27266 # Transform confdefs.h into a sed script `conftest.defines', that
27267 # substitutes the proper values into config.h.in to produce config.h.
27268 rm -f conftest.defines conftest.
tail
27269 # First, append a space to every undef/define line, to ease matching.
27270 echo 's/$/ /' >conftest.defines
27271 # Then, protect against being on the right side of a sed subst, or in
27272 # an unquoted here document, in config.status. If some macros were
27273 # called several times there might be several #defines for the same
27274 # symbol, which is useless. But do not sort them, since the last
27275 # AC_DEFINE must be honored.
27276 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27277 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27278 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27279 # PARAMS is the parameter list in the macro definition--in most cases, it's
27280 # just an empty string.
27281 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27282 ac_dB
='\\)[ (].*,\\1define\\2'
27290 s/^[ ]*#[ ]*define[ ][ ]*//
27295 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27296 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27297 ' >>conftest.defines
27299 # Remove the space that was appended to ease matching.
27300 # Then replace #undef with comments. This is necessary, for
27301 # example, in the case of _POSIX_SOURCE, which is predefined and required
27302 # on some systems where configure will not decide to define it.
27303 # (The regexp can be short, since the line contains either #define or #undef.)
27305 s,^[ #]*u.*,/* & */,' >>conftest.defines
27307 # Break up conftest.defines:
27308 ac_max_sed_lines
=50
27310 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27311 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27312 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27314 ac_in
='$ac_file_inputs'
27315 ac_out
='"$tmp/out1"'
27316 ac_nxt
='"$tmp/out2"'
27320 # Write a here document:
27321 cat >>$CONFIG_STATUS <<_ACEOF
27322 # First, check the format of the line:
27323 cat >"\$tmp/defines.sed" <<\\CEOF
27324 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27325 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27329 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27331 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27332 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27333 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27334 grep . conftest.
tail >/dev
/null ||
break
27335 rm -f conftest.defines
27336 mv conftest.
tail conftest.defines
27338 rm -f conftest.defines conftest.
tail
27340 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27341 cat >>$CONFIG_STATUS <<\_ACEOF
27342 if test x
"$ac_file" != x-
; then
27343 echo "/* $configure_input */" >"$tmp/config.h"
27344 cat "$ac_result" >>"$tmp/config.h"
27345 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27346 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27347 echo "$as_me: $ac_file is unchanged" >&6;}
27350 mv "$tmp/config.h" $ac_file
27353 echo "/* $configure_input */"
27359 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27360 echo "$as_me: executing $ac_file commands" >&6;}
27365 case $ac_file$ac_mode in
27366 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27367 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27368 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27369 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27370 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27371 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27372 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27373 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27374 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27375 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27376 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27377 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27378 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27384 { (exit 0); exit 0; }
27386 chmod +x
$CONFIG_STATUS
27387 ac_clean_files
=$ac_clean_files_save
27390 # configure is writing to config.log, and then calls config.status.
27391 # config.status does its own redirection, appending to config.log.
27392 # Unfortunately, on DOS this fails, as config.log is still kept open
27393 # by configure, so config.status won't be able to write to it; its
27394 # output is simply discarded. So we exec the FD to /dev/null,
27395 # effectively closing config.log, so it can be properly (re)opened and
27396 # appended to by config.status. When coming back to configure, we
27397 # need to make the FD available again.
27398 if test "$no_create" != yes; then
27400 ac_config_status_args
=
27401 test "$silent" = yes &&
27402 ac_config_status_args
="$ac_config_status_args --quiet"
27404 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27406 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27407 # would make configure fail if this is the last instruction.
27408 $ac_cs_success ||
{ (exit 1); exit 1; }
27412 if test "$no_create" = "yes"
27419 if test "x$wine_notices != "x
; then
27421 for msg
in $wine_notices; do
27422 if test -n "$msg"; then
27423 { echo "$as_me:$LINENO: $msg" >&5
27424 echo "$as_me: $msg" >&6;}
27428 for msg
in $wine_warnings; do
27429 if test -n "$msg"; then
27431 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27432 echo "$as_me: WARNING: $msg" >&2;}
27438 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.